/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.main-mv {
  width: 100%;
  margin-top: var(--headerH);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main-mv {
    height: calc(100vh - var(--headerH));
  }
}
@media only screen and (max-width: 767px) {
  .main-mv {
    height: 37.5rem;
  }
}
.main-mv__slide {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .main-mv__slide {
    height: calc(100vh - var(--headerH));
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__slide {
    height: 37.5rem;
  }
}
.main-mv__slide .splide__track,
.main-mv__slide .splide__list {
  width: 100%;
  height: 100%;
}
.main-mv__slide .splide__slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.main-mv__slide .splide__slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
  -webkit-transition: opacity 2s ease-in-out, -webkit-transform 5s ease-in-out;
  transition: opacity 2s ease-in-out, -webkit-transform 5s ease-in-out;
  transition: opacity 2s ease-in-out, transform 5s ease-in-out;
  transition: opacity 2s ease-in-out, transform 5s ease-in-out, -webkit-transform 5s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.main-mv__slide .splide__slide.is-active img {
  opacity: 1;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.main-mv .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .main-mv .splide__pagination {
    bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv .splide__pagination {
    bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .main-mv .splide__pagination li {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv .splide__pagination li {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.main-mv .splide__pagination button {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background: #e3e3e3;
}
.main-mv .splide__pagination button.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  background: #ffffff;
}
.main-mv__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 999;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .main-mv__inner .inner {
    padding-left: 5.7rem;
  }
}
.main-mv__ttl {
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .main-mv__ttl {
    font-size: 7.5rem;
    line-height: 11.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .main-mv__ttl span {
    font-size: 6.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__ttl span {
    font-size: 2.5rem;
  }
}
.main-mv__txt {
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 768px) {
  .main-mv__txt {
    font-size: 2rem;
    line-height: 2;
    margin: 1.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__txt {
    font-size: 1.3rem;
    margin: 1.2rem 0 0 0;
  }
}

.s-about {
  background: #f5f5f5;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-about:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 2rem 0;
    width: calc(50% + 31.2rem);
    height: calc(100% - 12rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-about:before {
    display: none;
  }
}
.s-about__inner {
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .s-about__inner {
    padding-top: 14.1rem;
    padding-bottom: 29.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.s-about__inner p {
  margin: 0;
  max-width: 65.5rem;
}
.s-about__inner .big_txt {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-about__inner .big_txt {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__inner .big_txt {
    font-size: 1.6rem;
    margin-top: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-about__img {
    position: absolute;
    top: 10.2rem;
    right: -16.1rem;
    width: 58.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__img {
    margin-top: 2rem;
    width: 100%;
  }
  .s-about__img img {
    width: 100%;
  }
}
.s-about__title {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .s-about__title {
    margin: 0 0 3.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__title {
    margin: 0 0 1.5rem;
  }
}
.s-about__title .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #878787;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-about__title .en {
    font-size: 2rem;
    gap: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__title .en {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.s-about__title .jp {
  display: block;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .s-about__title .jp {
    font-size: 4rem;
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-about__title .jp {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .s-interview {
    padding-top: 12rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-interview {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__title p {
    margin: 3.8rem 0 0;
    width: 46rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-interview__title p {
    margin: 0;
  }
}
.s-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .s-interview__list {
    gap: 2.9rem;
    margin-top: 5.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-interview__list {
    margin-top: 3rem;
    gap: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__list img {
    width: calc(33.3333333333% - 1.9333333333rem);
  }
  .s-interview__list img:nth-child(2) {
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-interview__list img {
    width: calc(33.3333333333% - 0.5rem);
  }
  .s-interview__list img:nth-child(2) {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-interview__btn {
    margin-top: 4.4rem;
  }
  .s-interview__btn::after {
    clear: both;
    display: block;
    content: "";
  }
  .s-interview__btn a {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .s-interview__btn {
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.s-data {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-data {
    padding: 12.1rem 0 12rem;
    margin-top: 12rem;
  }
  .s-data:after {
    content: "";
    width: calc(100% - 19.8rem);
    border-radius: 0 2rem 0 0;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-data {
    padding: 4rem 0;
    margin-top: 4rem;
    background: #f5f5f5;
  }
}
.s-data_ct {
  position: relative;
  z-index: 9;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-data_ct {
    padding-top: 1.7rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .s-data_ct {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-data_ct p {
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-data_ct p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .s-data__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 6.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .s-data__inner img {
    width: 66.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .s-data__inner img {
    width: 100%;
  }
}
.s-data__btn {
  margin-top: 3.6rem;
}
.s-data__btn::after {
  clear: both;
  display: block;
  content: "";
}
.s-data__btn a {
  float: right;
}