.sec_ttl {
  font-size: clamp(23px, 2.6vw, 37px);
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
@media all and (max-width: 750px) {
  .sec_ttl {
    text-align: center;
  }
}

.sec_line {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: clamp(23px, 2.6vw, 36px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  gap: 12px;
}
@media all and (max-width: 1000px) {
  .sec_line {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
  }
}

.sec_txt {
  margin: 30px 0;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 2.15;
}
@media all and (max-width: 750px) {
  .sec_txt {
    margin-top: 22px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding: 0 20px;
  }
}

.white_line span {
  display: inline-block;
  padding: 8px 14px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-16px);
          transform: translateX(-16px);
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease;
  transition: opacity 0.35s ease, transform 0.45s ease, -webkit-transform 0.45s ease;
}
.white_line span::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  z-index: -1;
}
@media all and (max-width: 750px) {
  .white_line span {
    padding: 6px 10px;
    font-size: clamp(20px, 4.2vw, 34px);
  }
}
.white_line.is-visible span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.white_line.is-visible span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.white_line.is-visible span:nth-child(2) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.white_line.is-visible span:nth-child(2)::before {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

.mv {
  background: #EFDF49;
  position: relative;
}

.mv_wrap {
  padding: 70px;
}
@media all and (max-width: 750px) {
  .mv_wrap {
    padding: 30px;
  }
}

.mv_content {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 750px) {
  .mv_content {
    max-width: 100%;
  }
}
.mv_content::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  border-radius: 80px;
}
@media all and (max-width: 750px) {
  .mv_content::before {
    border-radius: 40px;
  }
}
.mv_content::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/mv_catch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(560px, 100% - 40px);
  aspect-ratio: 577/274;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .mv_content::after {
    width: min(280px, 100% - 40px);
    aspect-ratio: auto;
    height: auto;
  }
}
.mv_content video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 80px;
}
@media all and (max-width: 750px) {
  .mv_content video {
    border-radius: 40px;
    aspect-ratio: 9/16;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mv_scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(64px, 9vw, 124px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 1vw, 14px);
  z-index: 2;
  color: #fff;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .mv_scroll {
    bottom: clamp(32px, 18vw, 72px);
    gap: 8px;
  }
}

.mv_scroll_text {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
@media all and (max-width: 750px) {
  .mv_scroll_text {
    font-size: clamp(10px, 3.2vw, 14px);
  }
}

.mv_scroll_line {
  position: relative;
  width: 1px;
  height: clamp(72px, 10vw, 118px);
  background-color: #fff;
}
@media all and (max-width: 750px) {
  .mv_scroll_line {
    height: clamp(44px, 16vw, 70px);
  }
}
.mv_scroll_line::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(6px, 0.7vw, 9px);
  height: clamp(12px, 1.6vw, 20px);
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: mvScrollDot 2s ease-in-out infinite;
          animation: mvScrollDot 2s ease-in-out infinite;
}
@media all and (max-width: 750px) {
  .mv_scroll_line::after {
    -webkit-animation: mvScrollDotSp 2s ease-in-out infinite;
            animation: mvScrollDotSp 2s ease-in-out infinite;
    width: clamp(5px, 1.8vw, 8px);
    height: clamp(10px, 4vw, 14px);
  }
}

.mv_shine {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mv_shine_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: mvShineLoop 18s linear infinite;
          animation: mvShineLoop 18s linear infinite;
}
.mv_shine_track img {
  width: max(1708px, 140vw);
  max-width: none;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@-webkit-keyframes mvShineLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes mvShineLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes mvScrollDot {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
}
@keyframes mvScrollDot {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 100px);
            transform: translate(-50%, 100px);
  }
}
@-webkit-keyframes mvScrollDotSp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 62px);
            transform: translate(-50%, 62px);
  }
}
@keyframes mvScrollDotSp {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 62px);
            transform: translate(-50%, 62px);
  }
}
.message {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/top/bg_message_pc.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/top/bg_message_pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%, cover;
}
@media all and (max-width: 750px) {
  .message {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../images/top/bg_message_sp.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/top/bg_message_sp.jpg);
    background-size: 100% 100%, cover;
  }
}

.message_wrap {
  padding: 110px 0;
  color: #fff;
}
@media all and (max-width: 750px) {
  .message_wrap {
    text-align: center;
    padding: 50px 0;
  }
}

.message_ttl {
  font-size: clamp(23px, 2.7vw, 37px);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.message_line {
  font-size: clamp(31px, 3.4vw, 48px);
  font-weight: 600;
}

.message_txt {
  font-size: clamp(14px, 1.5vw, 22px);
  line-height: 2.1;
  font-weight: 600;
  margin: 40px 0;
}
@media all and (max-width: 750px) {
  .message_txt {
    margin: 20px 0;
  }
}

.what {
  background: #EFB9E0;
  padding: 20px 34px;
}
@media all and (max-width: 750px) {
  .what {
    padding: 32px 0px 40px;
  }
}
.what .what_wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 560px) clamp(36px, 6vw, 92px) minmax(0, 1fr);
  grid-template-columns: minmax(0, 560px) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(36px, 6vw, 92px);
}
@media all and (max-width: 1000px) {
  .what .what_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.what .what_media {
  position: relative;
  overflow: hidden;
  height: clamp(520px, 55vw, 705px);
}
@media all and (max-width: 1000px) {
  .what .what_media {
    height: clamp(360px, 92vw, 560px);
  }
}
.what .what_media_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-animation: whatPhotoLoop 26s linear infinite;
          animation: whatPhotoLoop 26s linear infinite;
  will-change: transform;
}
@media all and (max-width: 750px) {
  .what .what_media_track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-animation: whatPhotoLoopSp 32s linear infinite;
            animation: whatPhotoLoopSp 32s linear infinite;
    height: 100%;
  }
}
.what .what_media_track picture {
  display: block;
}
@media all and (max-width: 750px) {
  .what .what_media_track picture {
    height: 100%;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.what .what_media_track img {
  width: 100%;
  height: auto;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 750px) {
  .what .what_media_track img {
    height: 100%;
    width: auto;
  }
}
.what .what_content {
  color: #444444;
}
@media all and (max-width: 1000px) {
  .what .what_content {
    text-align: center;
  }
}
@-webkit-keyframes whatPhotoLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes whatPhotoLoop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes whatPhotoLoopSp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes whatPhotoLoopSp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.interview {
  background: #EEEEEE;
  padding: 80px 0 80px 10vw;
  max-width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 460px) minmax(0, 1fr);
  grid-template-columns: minmax(0, 460px) minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media all and (max-width: 750px) {
  .interview {
    padding: 40px 0 40px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.interview .interview_wrap {
  max-width: 1440px;
}
@media all and (max-width: 750px) {
  .interview .interview_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    text-align: center;
  }
}
.interview .interview_media {
  overflow: hidden;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
@media all and (max-width: 750px) {
  .interview .interview_media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/-1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.interview .interview_splide {
  width: 100%;
}
.interview .interview_splide .splide__track {
  overflow: visible;
}
.interview .interview_splide .splide__list {
  gap: 20px;
}
.interview .interview_splide .splide__arrows,
.interview .interview_splide .splide__pagination {
  display: none;
}
.interview .interview_slide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  aspect-ratio: 428/642;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (max-width: 750px) {
  .interview .interview_slide {
    aspect-ratio: auto;
  }
}
.interview .interview_slide:hover {
  opacity: 0.7;
}
.interview .interview_slide_img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.interview .interview_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.dna {
  background: #72C2ED;
  padding: 40px 34px 48px;
}
@media all and (max-width: 750px) {
  .dna {
    padding: 32px 10px 40px;
  }
}
.dna .dna_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(36px, 7vw, 130px) minmax(0, 500px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 500px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(36px, 7vw, 130px);
}
@media all and (max-width: 1000px) {
  .dna .dna_content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
@media all and (max-width: 1000px) {
  .dna .dna_content .dna_bg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.dna .dna_content .dna_bg img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media all and (max-width: 1000px) {
  .dna .dna_content .dna_wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media all and (max-width: 750px) {
  .dna .dna_content .sec_txt {
    padding: 0;
  }
}

.crosstalk {
  background: #EEEEEE;
  padding: 100px 0;
}
@media all and (max-width: 750px) {
  .crosstalk {
    padding: 40px 0;
  }
}

.crosstalk_content {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media all and (min-width: 751px) {
  .crosstalk_content {
    gap: 10px;
    -ms-grid-columns: 1fr 10px auto;
    grid-template-columns: 1fr auto;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }
  .crosstalk_content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .crosstalk_content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .crosstalk_content > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .crosstalk_content > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media all and (min-width: 751px) {
  .crosstalk_content .crosstalk_text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.crosstalk_content .crosstalk_link {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 751px) {
  .crosstalk_content .crosstalk_link {
    margin-top: 40px;
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}
@media all and (max-width: 750px) {
  .crosstalk_content .crosstalk_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.crosstalk_content .crosstalk_link li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crosstalk_content .crosstalk_link li a:hover {
  opacity: 0.7;
}
@media all and (min-width: 751px) {
  .crosstalk_content .more_btn {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    align-self: flex-end;
  }
}

.crosstalk_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
/*# sourceMappingURL=top.css.map */