@charset "utf-8";

/* noto-sans-jp-regular - japanese */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/noto-sans-jp-v54-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  html {
    font-size: 16px;
  }

  body {
    position: relative;
    margin: 0;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    background: #fff;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
  }

  a[href*="tel:"] {
    pointer-events: none;
  }

  .section {
    padding: 80px 0;
    overflow-x: hidden;
  }

  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
  }

  /* header .hero */
  .hero {
    width: 100%;
    height: 80vh;
    background-image: url("./assets/img/top/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .hero__title {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px;
  }

  /* .page-heading */
  .page-heading {
    margin-top: -144px;
    text-align: center;
  }

  .page-heading__title {
    display: inline-block;
    max-width: 800px;
    width: 100%;
    padding: 0 24px;
  }

  /* .section--message */
  .section--message {
    padding-bottom: 0;
    overflow-x: hidden;
}

.message__splide {
    overflow: visible;
}

.message__splide .splide__track {
    overflow: visible;
}

.message__splide .splide__list {
    overflow: visible;
    align-items: center; /* 中央揃え追加 */
    display: flex !important;
}

.message-slider__slide {
    overflow: visible;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.6; /* 非アクティブを半透明 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-slider__slide.is-active {
    opacity: 1;
    z-index: 10;
}

.message-slider__slide.is-next {
  right: -24px;
}

.message-slider__slide.is-prev {
  left: -24px;
}

.message-slider__image {
    transform: scale(0.85); /* 基本サイズを縮小 */
    transform-origin: bottom; /* 下基準 */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.message-slider__slide.is-active .message-slider__image {
    transform: scale(1.2); /* アクティブ時拡大 */
}

  /* section--intro */
  .section--intro {
    position: relative;
    z-index: 0;
  }

  .section--intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("./assets/img/top/intro_campusmap.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -280px 240px;
    opacity: .3;
  }

  .intro__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .intro__item {
    position: relative;
    width: 33.333%;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .intro__link {
    display: table;
    margin: 0 auto;
  }

  .intro__btn {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    display: block;
    padding: 0 8px;
    color: #fff;
    background-color: #5b3468;
    border-radius: 8px;
    transition: .3s;
  }

  .intro__link:hover .intro__btn {
    background-color: #ffbf00;
  }

  .intro__image {
    position: relative;
    z-index: 0;
  }

  .intro__image img {
    display: block;
    margin: 0 auto;
  }

  .intro__item:nth-child(1) .intro__image img {
    max-height: 480px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro__item:nth-child(1) .intro__image::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -80px;
    left: -56px;
    width: 448px;
    height: 448px;
    background-image: url("./assets/img/top/intro_item01_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .intro__item:nth-child(2) .intro__image img {
    max-height: 480px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro__item:nth-child(2) .intro__image::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 168px;
    right: -136px;
    width: 352px;
    height: 352px;
    background-image: url("./assets/img/top/intro_item02_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .intro__item:nth-child(3) .intro__image img {
    max-height: 480px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro__item:nth-child(3) .intro__image::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -160px;
    left: -200px;
    width: 400px;
    height: 400px;
    background-image: url("./assets/img/top/intro_item03_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .intro__item:nth-child(4) .intro__image img {
    max-height: 480px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro__item:nth-child(4) .intro__image::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 16px;
    right: -200px;
    width: 416px;
    height: 416px;
    background-image: url("./assets/img/top/intro_item04_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .intro__item:nth-child(5) .intro__image img {
    max-height: 480px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .intro__item:nth-child(5) .intro__image::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 200px;
    left: -200px;
    width: 280px;
    height: 280px;
    background-image: url("./assets/img/top/intro_item05_text.svg");
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }

  .intro__title {
    margin-bottom: 160px;
  }

  .intro__title img {
    display: block;
    max-width: 720px;
    margin: 0 auto;
  }

  /* section--interview */
  .section--interview {
    padding: 40px 0;
    background-color: #5b3468;
  }

  .interview__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    width: 80%;
    margin: 0 auto;
  }

  .interview__text {
    width: 45%;
    padding: 40px;
  }

  .interview__video {
    width: 55%;
  }

  .interview__video iframe {
    height: 70vh;
  }

  /* footer */
  .footer {
    background-color: #fff;
    padding: 2rem 1rem;
    font-size: 0.9rem;
    color: #000;
  }

  .footer__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer__left {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    flex: 1;
    min-width: 280px;
  }

  .footer__logo img {
    max-width: 264px;
    width: 100%;
    height: auto;
  }

  .footer__info {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer__slogan {
    font-size: 0.8rem;
  }

  .footer__university {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .footer__right {
    flex: 1;
    min-width: 200px;
    text-align: right;
  }

  .footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .footer__link-item a {
    text-decoration: none;
    color: #000;
  }

  .footer__link-item a:hover {
    text-decoration: underline;
  }

  .footer__links {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
  }




  /* interview共通style */
  .interview {
    padding: 48px 0 0 0;
  }

  .hero-interview {
    background-color: #fdd159;
  }

  .profile__inner {
    display: flex;
    gap: 24px;
  }

  .profile__desc {
    width: 50%;
  }

  .profile__mv {
    position: relative;
    width: 50%;
  }

  .profile__title {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 28px;
    border-bottom: 1px solid #000;
  }

  .profile__mv-img {
    position: relative;
    height: 100%;
  }

  .profile__mv-img img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
  }

  .profile__mv-img::after {
    content: "";
    position: absolute;
  }

  .profile__mv-info {
    position: absolute;
    bottom: 32px;
    right: 0;
    padding: 8px 16px;
    text-align: right;
  }

  .profile__mv-info p {
    font-size: 1.2em;
    color: #fff;
  }

  .profile__mv-info-name {
    letter-spacing: 2px;
  }

  .profile__mv-info-name--large {
    font-size: 1.5em;
  }

  .point__inner {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .point__program {
    width: 50%;
    padding: 8px;
    border-radius: 8px;
  }

  .point__program-wrap {
    padding: 16px;
    border-radius: 16px;
    background-image: radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px), radial-gradient(circle, #ffffff 2.5px, transparent 2.5px);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 15px 5px, 5px 15px, 15px 5px, 5px 15px;
    border-radius: 16px;
  }

  .point__faq {
    width: 50%;
  }

  .point__faq-item {
    margin-bottom: 24px;
  }

  .point__program-title {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #fff;
  }

  .point__program-intro {
    display: flex;
    gap: 8px;
  }

  .point__program-img {
    width: 50%;
  }

  .point__program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .point__program-desc {
    width: 50%;
  }

  .point__program-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 24px auto 0 auto;
    padding: 16px 0;
  }

  .point__program-cta::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #fff;
  }

  .point__program-cta::after {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fff;
  }

  .point__program-cta-text {
    font-size: 1.2em;
  }

  .point__program-cta-link {
    color: #0068b7;
    transition: .3s;
  }

  .point__program-cta-link:hover {
    background-color: #ffbf00;
  }

  .point__faq-question {
    position: relative;
    margin-bottom: 16px;
    padding: 0 0 12px 72px;
    border-bottom: 1px solid #000;
  }

  .point__faq-question::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 0;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
  }

  .point_faq-title img {
    max-height: 24px;
    width: auto;
  }

  .point__faq-answer {
    padding-left: 72px;
  }

  .point__faq-text {
    padding: 8px 16px;
  }

  .point__faq-plus .point__faq-answer {
    display: flex;
    gap: 16px;
  }

  .point__faq-plus .point__faq-answer .point__faq-wrap,
  .point__faq-plus .point__faq-answer .point__faq-oneday {
    width: 50%;
  }

  .interview-footer__btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .interview-footer__btn--back {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #ddd;
    border-radius: 100vw;
    transition: .3s;
  }

  .interview-footer__btn--back:hover {
    background-color: #ffbf00;
  }

  /* バッテンの線 */
.interview-footer__btn--back::before,
.interview-footer__btn--back::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 5px;
  background-color: white;
  border-radius: 1px;
  transform-origin: center;
}

.interview-footer__btn--back::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.interview-footer__btn--back::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


  /* interview01 */
  .interview01 .profile__title {
    color: #e4007f;
  }

  .interview01 .profile__mv-img::after {
    content: url("./assets/img/interview01/interview01_mv-text.svg");
    top: -32px;
    right: -40px;
    width: 280px;
    height: auto;
  }

  .interview01 .profile__mv-info {
    background-color: rgba(217, 136, 182, .6);
  }

  .interview01 .point__program {
    background-color: #f2e1ec;
  }

  .interview01 .point__faq-question::before {
    content: url("./assets/img/interview01/interview01_faq-mark.svg");
  }

  .interview01 .point__faq-text {
    background-color: #faf4f8;
  }

  /* interview01 only */
  .interview01 .profile__mv-img {
    height: 90%;
  }

  .interview01 .profile__mv-info {
    bottom: 128px;
  }

  .interview01 .profile__interests {
    height: 65%;
  }

  .interview01 .profile__interests img {
    height: 100%;
    object-fit: contain;
  }

  .interview01 .interview--point {
    margin-top: -80px;
  }

  .interview01 .point__program-img img {
    height: 176px;
    object-position: left;
  }

  /* interview02 */
  .interview02 .profile__title {
    color: #e4007f;
  }

  .interview02 .profile__mv-img::after {
    content: url("./assets/img/interview02/interview02_mv-text.svg");
    top: -32px;
    right: -40px;
    width: 344px;
    height: auto;
  }

  .interview02 .profile__mv-info {
    background-color: rgba(217, 136, 182, .6);
  }

  .interview02 .point__program {
    background-color: #f2e2eb;
  }

  .interview02 .point__faq-question::before {
    content: url("./assets/img/interview02/interview02_faq-mark.svg");
  }

  .interview02 .point__faq-text {
    background-color: #faf3f8;
  }

  /* interview02 only */
  .interview02 .point__program-img img {
    height: 176px;
    object-position: left;
  }

  .interview02 .point__program-img {
    width: 45%;
  }

  .interview02 .point__program-desc {
    width: 55%;
  }

  .interview02 .point__program-text--small {
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }

  /* interview03 */
  .interview03 .profile__title {
    color: #f39800;
  }

  .interview03 .profile__mv-img::after {
    content: url("./assets/img/interview03/interview03_mv-text.svg");
    bottom: 160px;
    left: 24px;
    width: 344px;
    height: auto;
  }

  .interview03 .profile__mv-info {
    background-color: rgba(234, 167, 36, .6);
  }

  .interview03 .point__program {
    background-color: #fcf3d8;
  }

  .interview03 .point__faq-question::before {
    content: url("./assets/img/interview03/interview03_faq-mark.svg");
  }

  .interview03 .point__faq-text {
    background-color: #fdfbf6;
  }

  /* interview03 only */
  .interview03 .profile__mv-img img {
    object-position: right;
  }

  .interview03 .point__program-img img {
    height: 176px;
    object-position: center;
  }

  .interview03 .point__program-img {
    width: 45%;
  }

  .interview03 .point__program-desc {
    width: 55%;
  }

  .interview03 .point__program-text--small {
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }

  /* interview04 */
  .interview04 .profile__title {
    color: #00afec;
  }

  .interview04 .profile__mv-img::after {
    content: url("./assets/img/interview04/interview04_mv-text.svg");
    top: 160px;
    right: -24px;
    width: 344px;
    height: auto;
  }

  .interview04 .profile__mv-info {
    background-color: rgba(0, 175, 236, .6);
  }

  .interview04 .point__program {
    background-color: #ddeffa;
  }

  .interview04 .point__faq-question::before {
    content: url("./assets/img/interview04/interview04_faq-mark.svg");
  }

  .interview04 .point__faq-text {
    background-color: #f9fcfe;
  }

  /* interview04 only */
  .interview04 .profile__mv-img img {
    object-position: center;
  }

  .interview04 .point__program-img img {
    height: 176px;
    object-position: center;
  }

  .interview04 .point__program-img {
    width: 45%;
  }

  .interview04 .point__program-desc {
    width: 55%;
  }

  .interview04 .point__program-text--small {
    margin-top: 8px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
  }

  /* interview05 */
  .interview05 .profile__title {
    color: #53b879;
  }

  .interview05 .profile__mv-img::after {
    content: url("./assets/img/interview05/interview05_mv-text.svg");
    top: -32px;
    right: -40px;
    width: 280px;
    height: auto;
  }

  .interview05 .profile__mv-info {
    background-color: rgba(82, 184, 121, .6);
  }

  .interview05 .point__program {
    background-color: #dbecde;
  }

  .interview05 .point__faq-question::before {
    content: url("./assets/img/interview05/interview05_faq-mark.svg");
  }

  .interview05 .point__faq-text {
    background-color: #f3f8f1;
  }














  /* sp */
  /* @media screen and (max-width: 599px) {
    .section--message {
      padding-top: 50%;
    }
  } */
  @media screen and (max-width: 900px) {
    /* top */
    .hero {
      height: 60vh;
      background-position: 40% 0;
    }

    .section--message {
      padding-top: 50%;
    }

    .message-slider__slide.is-active {
      position: relative;
      z-index: 99;
    }

    .message-slider__slide.is-active .message-slider__image {
      transform: scale(2.5);
    }

    .message-slider__slide {
      margin: 0;
      padding: 0 48px 0 24px;
    }

    .message-slider__slide.is-next {
      right: 0;
    }

    .message-slider__slide.is-prev {
      right: 0;
      left: 0;
    }

    .section--intro {
      padding-bottom: 0;
    }

    .intro__list {
      position: relative;
      padding-bottom: 504px;
      flex-wrap: wrap;
      justify-content: flex-start;
    }

    .intro__item {
      width: auto;
    }

    .intro__item:nth-child(1) .intro__image img {
      max-width: 160px;
    }

    .intro__item:nth-child(1) .intro__image::before {
      top: -56px;
      left: -16px;
      width: 280px;
      height: 280px;
    }

    .intro__item:nth-child(2) .intro__image img {
      max-width: 120px;
    }

    .intro__item:nth-child(2) .intro__image::before {
      top: 104px;
      right: -40px;
      width: 216px;
      height: 216px;
    }

    .intro__item:nth-child(1) {
      top: -96px;
      left: -8px;
    }

    .intro__item:nth-child(2) {
      top: 40px;
      left: -40px;
      z-index: 2;
    }

    .intro__item:nth-child(3) {
      position: absolute;
      z-index: 1;
      top: -40px;
      right: -16px;
    }

    .intro__item:nth-child(4) {
      position: absolute;
      z-index: 1;
      bottom: 184px;
      left: 8px;
    }

    .intro__item:nth-child(5) {
      position: absolute;
      z-index: 3;
      bottom: 80px;
      right: 8px;
    }

    .intro__item:nth-child(3) .intro__image img {
      max-width: 120px;
    }

    .intro__item:nth-child(3) .intro__image::before {
      top: -88px;
      left: -80px;
      width: 240px;
      height: 240px;
      z-index: -1;
    }

    .intro__item:nth-child(4) .intro__image img {
      max-width: 128px;
    }

    .intro__item:nth-child(4) .intro__image::before {
      top: 64px;
      right: -112px;
      width: 224px;
      height: 280px;
    }

    .intro__item:nth-child(5) .intro__image img {
      max-width: 112px;
    }

    .intro__item:nth-child(5) .intro__image::before {
      top: 160px;
      left: -96px;
      width: 168px;
      height: 168px;
    }

    .interview__inner {
      flex-wrap: wrap;
      gap: 24px;
      width: 100%;
    }

    .interview__text {
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .interview__text img {
      max-width: 320px;
      min-width: 240px;
    }

    .interview__video {
      display: flex;
      justify-content: center;
      width: 100%;
    }

    .interview__video iframe {
      height: 80vh;
    }

    /* footer */
    .footer__container {
      flex-direction: column-reverse;
    }

    .footer__left {
      justify-content: center;
      flex-wrap: wrap;
      max-width: 100%;
      width: 100%;
    }

    .footer__right {
      min-width: 100%;
      width: 100%;
    }

    .footer__links {
      flex-wrap: wrap;
      justify-content: center;
    }

    .footer__link-item {
      width: 100%;
      text-align: center;
    }

    /* interview sp */
    .interview--profile {
      padding: 0;
    }

    .profile__container {
      padding: 0;
    }

    .profile__inner {
      flex-wrap: wrap;
      gap: 0;
      flex-direction: column-reverse;
    }

    .profile__desc {
      width: 100%;
      padding: 16px;
    }

    .profile__mv {
      width: 100%;
    }

    .profile__title {
      font-size: 22px;
    }

    .point__inner {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }

    .point__program {
      width: 100%;
    }

    .point__faq {
      width: 100%;
    }

    .point__faq-question::before {
      width: 32px;
      height: 32px;
    }

    .point__faq-question {
      padding: 0 0 16px 40px;
    }

    .point__faq-answer {
      padding-left: 40px;
    }

    .point__faq-plus .point__faq-answer {
      flex-wrap: wrap;
    }

    .point__faq-plus .point__faq-answer .point__faq-wrap, .point__faq-plus .point__faq-answer .point__faq-oneday {
      width: 100%;
    }

    .point__program-intro {
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }

    .point__program-img {
      width: 100%;
      /* 高さ指定あとでトル */
      height: 200px;
    }

    .point__program-desc {
      width: 100%;
    }

    /* interview01 sp */
    .interview01 .profile__mv-img::after {
      top: 24px;
      right: -80px;
    }

    .interview01 .profile__mv-img {
      height: 100%;
      margin-bottom: 0;
    }

    .interview01 .interview--point {
      margin-top: 0;
    }

    .interview01 .profile__mv-info {
      bottom: 32px;
    }

    /* interview02 sp */
    .interview02 .profile__mv-img::after {
      width: 288px;
    }

    .interview02 .point__program-desc {
      width: 100%;
    }

    .interview02 .point__program-img {
      width: 100%;
    }

    /* interview03 sp */
    .interview03 .profile__mv-img::after {
      width: 240px;
    }

    .interview03 .point__program-desc {
      width: 100%;
    }

    .interview03 .point__program-img {
      width: 100%;
    }

    /* interview04 sp */
    .interview04 .profile__mv-img::after {
      top: 96px;
      right: -40px;
      width: 240px;
    }

    .interview04 .point__program-desc {
      width: 100%;
    }

    .interview04 .point__program-img {
      width: 100%;
    }

    /* interview05 sp */
    .interview05 .profile__mv-img::after {
      top: 8px;
      right: -32px;
      width: 240px;
    }

  }