@charset "UTF-8";
/* ja 12px sp: 12px*/
/* ja 14px 16px 18px 24px sp: 14px 16px 20px*/
/* ja 34px 40px sp: 27px 32px*/
/* en 14px 20px sp: 14px 16px*/
/* en 24px 40px 60px sp: 20px 32px 48px*/
.about-flex-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-flex-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .about-flex-1--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.about-flex-1--gap-0 {
  gap: 0;
}
@media screen and (min-width: 768px) {
  .about-flex-1--gap-0 .about-flex-1__figure {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .about-flex-1--gap-0 .about-flex-1__content {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-flex-1--gap-sp-20 {
    gap: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .about-flex-1__figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 40px) / 2);
  }
}
.about-flex-1 + .about-flex-1 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-flex-1 + .about-flex-1 {
    margin-top: 10.6666666667vw;
  }
}
.about-flex-1__content {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  .about-flex-1__content {
    width: 100%;
  }
}

.about-flex-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-flex-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25.6vw;
  }
}
@media screen and (min-width: 768px) {
  .about-flex-2__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 80px) / 3);
  }
}

.about-figure img {
  display: block;
  margin: auto;
}
.about-figure img.logo {
  margin: 30px auto;
  width: auto;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .about-figure img.logo {
    margin: 8vw auto;
    height: 14.4vw;
  }
}
.about-figure__figcaption {
  margin-top: 16px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .about-figure__figcaption {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.about-common-content {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: #fff;
  padding: 8vw 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-common-content {
    height: 394px;
    padding: 20px;
  }
}
.about-common-content__title + .about-common-content__title, .about-common-content__title + .about-common-content__txt, .about-common-content__title + .about-common-content__link, .about-common-content__txt + .about-common-content__title, .about-common-content__txt + .about-common-content__txt, .about-common-content__txt + .about-common-content__link, .about-common-content__link + .about-common-content__title, .about-common-content__link + .about-common-content__txt, .about-common-content__link + .about-common-content__link {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-common-content__title + .about-common-content__title, .about-common-content__title + .about-common-content__txt, .about-common-content__title + .about-common-content__link, .about-common-content__txt + .about-common-content__title, .about-common-content__txt + .about-common-content__txt, .about-common-content__txt + .about-common-content__link, .about-common-content__link + .about-common-content__title, .about-common-content__link + .about-common-content__txt, .about-common-content__link + .about-common-content__link {
    margin-top: 5.3333333333vw;
  }
}
.about-common-content__title--en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .about-common-content__title--en {
    font-size: 4.2666666667vw;
    line-height: 1.4375;
  }
}
.about-common-content__title--ja {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-common-content__title--ja {
    font-size: 4.2666666667vw;
  }
}
.about-common-content__txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .about-common-content__txt {
    font-size: 3.7333333333vw;
  }
}
.about-common-content__figure img.figure {
  margin: 20px auto 0;
  width: 250px;
  height: 140px;
}
@media screen and (max-width: 767px) {
  .about-common-content__figure img.figure {
    margin: 2.6666666667vw auto 0;
    width: 66.6666666667vw;
    height: 37.3333333333vw;
  }
}
.about-common-content__figure img.logo {
  margin: 30px auto;
  width: auto;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .about-common-content__figure img.logo {
    margin: 8vw auto;
    height: 14.4vw;
  }
}
.about-common-content__figure img.icon {
  margin: 10px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .about-common-content__figure img.icon {
    margin: 5.3333333333vw auto;
    width: 16vw;
    height: 16vw;
  }
}
.about-common-content__figure .about-txt {
  display: block;
  margin: 20px auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .about-common-content__figure .about-txt {
    font-size: 6.4vw;
  }
}

.about-common-link {
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-common-link {
    margin: 21.3333333333vw auto;
  }
}
.about-common-link__link {
  line-height: 62px;
  border-radius: 33px;
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .about-common-link__link {
    line-height: 11.7333333333vw;
    border-radius: 6.4vw;
    padding: 0 22px;
  }
}
.about-common-link__link--external::after {
  content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-left: 0.5em;
  vertical-align: -0.27em;
  -webkit-mask-image: url(../images/common/icon_external-link.svg);
          mask-image: url(../images/common/icon_external-link.svg);
  background-color: #282828;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
@media screen and (max-width: 767px) {
  .about-common-link__link--external::after {
    vertical-align: -0.2em;
  }
}
.about-common-link__link:hover::after {
  background-color: #fff;
}

.about-common-contact {
  margin: 100px auto 120px;
}
@media screen and (max-width: 767px) {
  .about-common-contact {
    margin: 21.3333333333vw auto;
  }
}
.about-common-contact__content {
  width: 100%;
  max-width: 726px;
  height: auto;
  margin: auto;
}
.about-common-contact__content + .about-common-contact__content {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-common-contact__content + .about-common-contact__content {
    margin-top: 5.3333333333vw;
  }
}
.about-common-contact__content .about-common-content {
  padding: 40px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about-common-contact__content .about-common-content {
    padding: 8vw 5.3333333333vw;
  }
}

.about-top-section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-top-section {
    margin-top: 10.6666666667vw;
  }
}
.about-top-section__title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-top-section__title {
    margin-bottom: 5.3333333333vw;
  }
}
.about-top-section__title--en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .about-top-section__title--en {
    font-size: 8.5333333333vw;
  }
}
.about-top-section__title--ja {
  font-size: 2.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-top-section__title--ja {
    font-size: 7.2vw;
  }
}
.about-top-section + .about-top-section {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .about-top-section + .about-top-section {
    margin-top: 21.3333333333vw;
  }
}

.about-top-company-info__item {
  padding: 20px 0;
  border-top: solid 1px #BBBBBB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .about-top-company-info__item {
    padding: 5.3333333333vw 0;
  }
}
.about-top-company-info__item:last-child {
  border-bottom: solid 1px #BBBBBB;
}
.about-top-company-info dt, .about-top-company-info dd {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-top-company-info dt, .about-top-company-info dd {
    font-size: 3.7333333333vw;
  }
}
.about-top-company-info dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 255px;
}
@media screen and (max-width: 767px) {
  .about-top-company-info dt {
    width: 34.6666666667vw;
  }
}

.about-sub-mv {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-sub-mv {
    margin-bottom: 16vw;
  }
}

.about-sub-intro {
  margin-bottom: 80px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-sub-intro {
    margin-bottom: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
}

.about-concept-concept__title {
  text-align: center;
}
.about-concept-concept__title .about-txt {
  display: inline-block;
  position: relative;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__title .about-txt {
    font-size: 5.3333333333vw;
    padding-bottom: 4vw;
  }
}
.about-concept-concept__title .about-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #282828;
}
.about-concept-concept__lead-en {
  margin-top: 24px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__lead-en {
    margin-top: 10.6666666667vw;
    font-size: 12.8vw;
    line-height: 1.3;
    text-align: left;
  }
}
.about-concept-concept__lead-ja {
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__lead-ja {
    margin-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
    text-align: left;
  }
}
.about-concept-concept__txt {
  margin: 60px auto 0;
  max-width: 726px;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__txt {
    margin-top: 10.6666666667vw;
  }
}
.about-concept-concept__txt .about-txt {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__txt .about-txt {
    font-size: 4.2666666667vw;
  }
}
.about-concept-concept__txt .about-txt:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-concept-concept__txt .about-txt:not(:first-child) {
    margin-top: 8vw;
  }
}

.about-concept-our {
  margin: 200px auto 120px;
}
@media screen and (max-width: 767px) {
  .about-concept-our {
    margin: 25.6vw auto;
  }
}
.about-concept-our__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 180px;
}
@media screen and (max-width: 767px) {
  .about-concept-our__inner {
    gap: 25.6vw;
  }
}
@media screen and (max-width: 767px) {
  .about-concept-our__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .about-concept-our__title--even {
    padding-left: 510px;
  }
}
.about-concept-our__title .about-txt {
  display: inline-block;
  position: relative;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-concept-our__title .about-txt {
    font-size: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.about-concept-our__title .about-txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #282828;
}
@media screen and (max-width: 767px) {
  .about-concept-our__title .about-txt::after {
    width: 16vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.about-concept-our__flex {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-concept-our__flex {
    margin-top: 5.3333333333vw;
  }
}
.about-concept-our__figure--value img {
  display: block;
  width: 210px;
  margin: auto;
}
.about-concept-our__num {
  margin: 30px auto 12px;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .about-concept-our__num {
    margin: 5.3333333333vw auto 4vw;
    font-size: 6.4vw;
  }
}
.about-concept-our__lead-en {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .about-concept-our__lead-en {
    font-size: 8.5333333333vw;
  }
}
.about-concept-our__lead-ja {
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-concept-our__lead-ja {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.about-concept-our__txt {
  margin-top: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about-concept-our__txt {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}

.about-b8ta-cope {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .about-b8ta-cope {
    margin: 26.6666666667vw auto 24vw;
  }
}
.about-b8ta-cope__figure img {
  margin: auto;
  display: block;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .about-b8ta-cope__figure img {
    width: 16vw;
    height: 16vw;
  }
}
.about-b8ta-cope__lead {
  margin-top: 20px;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-b8ta-cope__lead {
    margin-top: 5.3333333333vw;
    font-size: 4.8vw;
  }
}
.about-b8ta-cope__txt {
  margin-top: 24px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about-b8ta-cope__txt {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
  }
}

.about-byb8ta-flex {
  margin: 100px auto;
}
@media screen and (max-width: 767px) {
  .about-byb8ta-flex {
    margin: 10.6666666667vw auto 21.3333333333vw;
  }
}
.about-byb8ta-flex__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .about-byb8ta-flex__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .about-byb8ta-flex__figure {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc((100% - 40px) / 2);
  }
}
.about-byb8ta-flex__content .about-txt + .about-txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-byb8ta-flex__content .about-txt + .about-txt {
    margin-top: 5.3333333333vw;
  }
}

.about-career-lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .about-career-lead {
    margin-bottom: 16vw;
  }
}
.about-career-lead__txt {
  text-align: center;
}

.about-career-details {
  border-top: solid 1px #BBBBBB;
}
.about-career-details:last-child {
  border-bottom: solid 1px #BBBBBB;
}
.about-career-details__summary {
  display: block;
  position: relative;
  padding: 30px 0;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-career-details__summary {
    padding: 5.3333333333vw 0;
    font-size: 5.3333333333vw;
  }
}
.about-career-details__summary::-webkit-details-marker {
  display: none;
}
.about-career-details__summary .summary-btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .about-career-details__summary .summary-btn {
    right: 2.6666666667vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.about-career-details__summary .summary-btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-career-details__summary .summary-btn .before, .about-career-details__summary .summary-btn .after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 2px;
  background: #282828;
  -webkit-transition: opacity 0.2s 0s, -webkit-transform 0.35s 0s;
  transition: opacity 0.2s 0s, -webkit-transform 0.35s 0s;
  transition: opacity 0.2s 0s, transform 0.35s 0s;
  transition: opacity 0.2s 0s, transform 0.35s 0s, -webkit-transform 0.35s 0s;
}
@media screen and (max-width: 767px) {
  .about-career-details__summary .summary-btn .before, .about-career-details__summary .summary-btn .after {
    height: 0.5333333333vw;
  }
}
.about-career-details__summary .summary-btn .after {
  -webkit-transform: translateY(-1px) rotate(-90deg);
          transform: translateY(-1px) rotate(-90deg);
}
.about-career-details__content {
  max-width: 726px;
  margin: auto;
  padding: 10px 0 30px;
}
@media screen and (max-width: 767px) {
  .about-career-details__content {
    padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  }
}
.about-career-details__content__title {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__title {
    font-size: 4.2666666667vw;
  }
}
.about-career-details__content__title:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__title:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.about-career-details__content__txt {
  min-height: 1px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__txt {
    font-size: 3.7333333333vw;
  }
}
.about-career-details__content__txt:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__txt:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
.about-career-details__content__list:not(:first-child) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__list:not(:first-child) {
    margin-top: 6.6666666667vw;
  }
}
.about-career-details__content__list li {
  font-size: 0.875rem;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media screen and (max-width: 767px) {
  .about-career-details__content__list li {
    font-size: 3.7333333333vw;
  }
}
.about-career-details__content__list li::before {
  content: "・";
  display: inline;
}
.about-career-details[open] .summary-btn .before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.about-career-details[open] .summary-btn .after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}