@charset "UTF-8";
/* CSS Document */



/*---------------
main-visual
---------------*/

/*-- 共通・sp --*/
.main-visual {
  padding-top: 60px;
  height: 440px;
  width: 100%;
  background: url(../images/about/mainvisual-bg.png) no-repeat center center/cover;
}
.main-visual__content-wrapper {
  top: 24px;
  font-family: "Kaisei Opti", serif;
}
.main-visual__title {
  max-width: 1040px;
  margin: 1.0rem auto 4.0rem;
  font-family: "Kaisei Opti", serif;
  font-size: clamp(3.0rem, 6vw, 6rem);
  text-align: center;
  letter-spacing: 0.1em;
}
.main-visual__content-inner {
  max-width: 1040px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.main-visual__img {
  width: 220px;
  height: auto;
}
.car-img {
  display: none;
  width: 80px;
  height: auto;
}
/*-- メインビジュアルの枠線 --*/
.main-visual__box-cross {
  position: relative;
  margin: 0 12px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  color: #fff;
  height: 356px;
  padding: 1em 2em;
  font-weight: bold;
}
.main-visual__box-cross:before, .main-visual__box-cross:after {
  position: absolute;
  top: -20px;
  width: 2px;
  height: calc(100% + 40px);
  background-color: #fff;
  content: "";
}
.main-visual__box-cross:before {
  position: absolute;
  left: 20px;
}
.main-visual__box-cross:after {
  position: absolute;
  right: 20px;
}

/*-- pc --*/
@media screen and (min-width: 768px),print {
  .main-visual {
    padding-top: 80px;
    height: 580px;
    width: 100%;
  }
  .main-visual__content-wrapper {
    top: 40px;
  }
  .main-visual__title {
    max-width: 1040px;
    margin: 25px auto;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .main-visual__box-cross {
    margin: 0 20px;
    height: 460px;
  }
  .main-visual__content-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
  }
  .car-img {
    display: block;
    width: 172px;
    height: 106px;
    padding-bottom: 10px;
    margin-left: 30%;
  }
  .main-visual__img {
    width: 300px;
    height: auto;
  }
}

.section__text {
  list-style: none;
}

/*---------------
about
---------------*/

/*-- 共通・sp --*/
.about__content {
  width: 100%;
  max-width: 500px;
  min-width: 320px;
  margin: 0 auto;
}

.about__object {
  max-width: 500px;
  max-height: 500px;
  min-width: 320px;
  min-height: 320px;
  margin: 0 auto;
}
.about__img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about__p {
  margin-bottom: 60px;
}

/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .h3__about {
    text-align: left;
    margin-top: 0;
  }
  .about-flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 50px;
  }
  .about-flex-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
  }
  .about__content {
    width: 100%;
    max-width: 500px;
    min-width: 320px;
    margin: 0 auto;
  }
  .about__object {
    width: 48%;
    margin: 0 auto;
    object-fit: cover;
  }
  .about__img {
    width: 100%;
    height: auto;

  }
  .about__text {
    width: 45%;
    height: auto;
  }
}

/*---------------
profile
---------------*/

/*-- 共通・sp --*/
.h3__profile-text {
  text-align: center;
}


/*-- pc --*/
@media screen  and (min-width: 768px),print {
  .h3__profile {
    margin-top: 0;
    text-align: left;
    margin-bottom: 10px;
  }
  .h3__profile-text {
    margin-bottom: 40px;
    text-align: left;
  }
}

