@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
.mv-components__btns {
  width: fit-content;
  margin: auto;
}

.section-header {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0 3rem;
}
.section-header .section-header__bg {
  position: absolute;
  top: 0;
  left: -5vw;
  width: 88vw;
  border-radius: 0 4rem 4rem 0;
  z-index: -1;
  background: #EDECE7;
}
.section-header .section-header__content {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #1F293B;
}
.section-header .section-header__icon {
  width: 5.2rem;
}
.section-header .section-header__main {
  font-family: "Aoboshi One", serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.section-header .section-header__sub {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
  .section-header {
    padding: 10rem 0 5rem;
  }
  .section-header .section-header__bg {
    width: 55vw;
    left: calc(50% - 50vw);
  }
  .section-header .section-header__icon {
    width: 13rem;
  }
  .section-header .section-header__main {
    font-size: 6rem;
  }
  .section-header .section-header__sub {
    font-size: 2.4rem;
  }
}
.mv-components .mv-components__outer {
  position: relative;
  padding-bottom: 4rem;
}
.mv-components .mv-components__bg {
  display: block;
  width: 100%;
}
.mv-components .mv-components__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.mv-components .mv-components__inner {
  width: 100%;
}
.mv-components .mv-components__text-area {
  color: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__labels {
  width: 11rem;
  margin: -3rem 0 1.5rem;
}
.mv-components .mv-components__text-area .mv-components__intro {
  display: flex;
  align-items: flex-start;
  flex-flow: column wrap;
  gap: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .sub {
  margin-bottom: 1em;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 7.5rem;
  font-weight: 600;
  font-size: 1.5rem;
  border-radius: 50%;
  background: #1F293B;
}
.mv-components .mv-components__text-area .mv-components__intro .badge .num {
  line-height: 1;
  font-weight: 700;
  font-size: 2em;
}
.mv-components .mv-components__text-area .mv-components__lead {
  margin-bottom: 1rem;
  color: #fff;
  font-feature-settings: "palt";
}
.mv-components .mv-components__text-area .mv-components__lead span {
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  background-color: #F9731E;
  border-radius: 0.5rem;
}
.mv-components .mv-components__text-area .mv-components__note {
  font-size: 1.6rem;
}
.mv-components .mv-components__btns {
  gap: 0.8rem;
  margin-top: 0;
}
.mv-components .mv-components__btns .c-button__navy {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  border-radius: 1rem;
}
.mv-components .mv-components__btns .c-button__navy .icon {
  line-height: 1;
}
.mv-components .mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-components .mv-slider .swiper-wrapper .swiper-slide {
  width: 42vw;
}

@media screen and (min-width: 769px) {
  .mv-components .mv-components__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .mv-components .mv-components__text-area .mv-components__labels {
    width: 14rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro {
    flex-flow: row wrap;
    margin-bottom: 4rem;
    width: fit-content;
    min-width: 60%;
  }
  .mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
    font-size: 6rem;
  }
  .mv-components .mv-components__text-area .mv-components__intro .badge {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead {
    margin-bottom: 4rem;
  }
  .mv-components .mv-components__text-area .mv-components__lead span {
    padding: 0 2rem;
    font-size: 3.2rem;
  }
  .mv-components .mv-components__btns {
    justify-content: center;
    gap: 2rem;
    background: #EDECE7;
    padding: 2rem 4rem;
    border-radius: 100vw;
  }
  .mv-components .mv-components__btns .c-button__navy {
    width: auto;
    min-width: 24rem;
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
  }
  .mv-components .mv-slider .swiper-wrapper .swiper-slide {
    width: 20vw;
  }
}
.section-graduation {
  padding-top: 2rem;
}
.section-graduation .section-header .section-header__bg {
  height: 34rem;
}
.section-graduation .graduation-cards {
  display: grid;
  gap: 2rem;
}
.section-graduation .graduation-card {
  overflow: hidden;
  padding: 0.2rem;
  border-radius: 2rem;
}
.section-graduation .graduation-card__side {
  padding: 2rem;
}
.section-graduation .graduation-card__image {
  text-align: right;
  height: 15rem;
}
.section-graduation .graduation-card__heading {
  color: #fff;
}
.section-graduation .graduation-card__title {
  display: flex;
  flex-flow: column wrap;
  gap: 1.6rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 3.6rem;
  border-bottom: 1px solid #fff;
}
.section-graduation .graduation-card__title .icon {
  width: 5.8rem;
}
.section-graduation .graduation-card__subtitle {
  margin-bottom: 2rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.section-graduation .graduation-card__label {
  font-size: 1.6rem;
  line-height: 2.5;
}
.section-graduation .graduation-card__label a {
  border-bottom: 1px solid #fff;
}
.section-graduation .graduation-card__label .icon {
  margin-left: 0.5em;
  font-size: 0.8em;
}
.section-graduation .graduation-more {
  margin-top: 4rem;
}
.section-graduation .graduation-more .graduation-more_btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  height: 4rem;
  margin: auto;
  padding: 0 2.6em;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100vw;
  background: #1F293B;
  transition: all 0.3s;
}
.section-graduation .graduation-card__body {
  max-height: 0;
  overflow: hidden;
}
.section-graduation .graduation-card__body .row-top .c-split__unit {
  gap: 2rem;
}
.section-graduation .row-bottom {
  margin-top: 4rem;
}
.section-graduation .row-bottom .c-split__unit {
  gap: 0;
}
.section-graduation .graduation-card__copy {
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 2rem;
}
.section-graduation .graduation-card__text {
  font-size: 1.3rem;
  line-height: 1.9;
}
.section-graduation .graduation-card__point {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #414550;
}
.section-graduation .graduation-card__notes {
  font-size: 1.4rem;
}
.section-graduation .graduation-card--career {
  background: #DA5E5E;
}
.section-graduation .graduation-card--career .graduation-card__image img {
  width: 21rem;
}
.section-graduation .graduation-card--transfer {
  background: #DAE7ED;
}
.section-graduation .graduation-card--transfer .graduation-card__image img {
  width: 26rem;
}
.section-graduation .graduation-card--transfer .graduation-card__heading {
  color: #3E639A;
}
.section-graduation .graduation-card--transfer .graduation-card__title {
  border-bottom: 1px solid #3E639A;
}
.section-graduation .graduation-card--transfer .graduation-card__label a {
  border-bottom: 1px solid #3E639A;
}
.section-graduation .graduation-card--transfer .graduation-card__graphic {
  padding: 1.2rem;
}
.section-graduation .graduation-card--studyabroad {
  background: #F2CD69;
}
.section-graduation .graduation-card--studyabroad .graduation-card__image img {
  width: 26rem;
}
.section-graduation .graduation-card--studyabroad .graduation-card__heading {
  color: #1F293B;
}
.section-graduation .graduation-card--studyabroad .graduation-card__title {
  border-bottom: 1px solid #1F293B;
}
.section-graduation .graduation-card--studyabroad .graduation-card__label a {
  border-bottom: 1px solid #1F293B;
}

@media screen and (min-width: 769px) {
  .section-graduation {
    padding-top: 6rem;
  }
  .section-graduation .section-header .section-header__bg {
    height: 58rem;
  }
  .section-graduation .l-container {
    width: 116rem;
  }
  .section-graduation .graduation-cards {
    gap: 2.4rem;
    margin-top: 4rem;
  }
  .section-graduation .graduation-card {
    display: grid;
    grid-template-columns: 34rem 1fr;
    gap: 0;
    border-radius: 6rem;
  }
  .section-graduation .graduation-card__side {
    padding: 4rem;
  }
  .section-graduation .graduation-card__image {
    height: auto;
    margin-bottom: 2rem;
    text-align: center;
  }
  .section-graduation .graduation-card__title {
    flex-direction: row;
    font-size: 4rem;
  }
  .section-graduation .graduation-card__subtitle {
    font-size: 1.4rem;
  }
  .section-graduation .graduation-card__label {
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .section-graduation .row-top .c-split__unit {
    grid-template-columns: 44rem 1fr;
    gap: 2rem;
  }
  .section-graduation .row-bottom .c-split__unit {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0;
  }
  .section-graduation .graduation-card__body {
    height: 100%;
    max-height: 100%;
    overflow: revert;
  }
  .section-graduation .graduation-card__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 6rem 4rem;
    border-radius: 6rem;
  }
  .section-graduation .graduation-card__text {
    font-size: 1.6rem;
  }
  .section-graduation .graduation-card__point {
    margin: 0 1em 0 0;
    padding: 0 1em 0 0;
    font-size: 2rem;
    border-bottom: none;
    border-right: 1px solid #414550;
  }
  .section-graduation .graduation-card--career .graduation-card__image img {
    width: 22.6rem;
  }
  .section-graduation .graduation-card--transfer .graduation-card__image img {
    width: 100%;
  }
  .section-graduation .graduation-card--studyabroad .graduation-card__image img {
    width: 100%;
  }
}
.section-support {
  padding-top: 2rem;
}
.section-support .section-header .section-header__bg {
  height: 16.8rem;
}
.section-support .section-support__lead {
  margin-top: 1.5rem;
  font-size: 1.3rem;
  line-height: 2;
}
.section-support .support-cards {
  position: relative;
  display: grid;
  gap: 2rem;
  margin-top: 3rem;
}
.section-support .support-slider {
  position: relative;
  padding: 4rem 1rem 1rem;
}
.section-support .support-slider .support-card {
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem;
}
.section-support .support-slider .support-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8rem;
  height: 8rem;
  background-color: #F9731E;
  color: #fff;
  font-size: 3.6rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.section-support .support-slider .support-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 2rem;
}
.section-support .support-slider .support-card__title {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 400;
  border-bottom: 1px solid #414550;
}
.section-support .support-slider .support-card__text {
  font-size: 1.6rem;
}
.section-support .support-slider .swiper-button {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin: 3.2rem 0 0;
}
.section-support .support-slider .swiper-button .support-slider__prev,
.section-support .support-slider .swiper-button .support-slider__next {
  position: revert;
  margin: 0;
  color: #1F293B;
}
.section-support .support-slider .swiper-button .support-slider__prev::after,
.section-support .support-slider .swiper-button .support-slider__next::after {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-support .support-cards__illust {
  display: none;
}

@media screen and (min-width: 769px) {
  .section-support {
    padding-top: 8rem;
  }
  .section-support .section-header .section-header__bg {
    height: 46rem;
  }
  .section-support .section-header {
    position: revert;
  }
  .section-support .section-header .section-header__bg {
    width: 50vw;
    height: 50rem;
  }
  .section-support .support-box__illust {
    position: absolute;
    bottom: 0;
  }
  .section-support .support-box__illust.illust_01 {
    left: 0;
    transform: translate(calc(-100% - 2rem), 1rem);
    width: 16.4rem;
  }
  .section-support .support-box__illust.illust_02 {
    right: 0;
    transform: translate(calc(100% + 2rem), 1rem);
    width: 16.4rem;
  }
  .section-support .support-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .section-support .support-slider {
    overflow: revert;
  }
  .section-support .support-slider .lesson-card {
    padding: 4rem;
  }
  .section-support .support-slider .lesson-card__title {
    font-size: 2.4rem;
  }
}
.section-links {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 1px solid #1F293B;
}
.section-links .c-button {
  margin: 0;
}
.section-links .c-button .c-button__navy {
  padding: 0 3rem;
}
.section-links .c-button .icon {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .section-links {
    width: fit-content;
    margin: 15rem auto auto;
  }
}
/*# sourceMappingURL=style.css.map */
