@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	学科詳細
//////////////////////////////////////////////////*/
.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: #DAE7ED;
}
.section-header .section-header__content {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F293B;
}
.section-header .section-header__icon {
  width: 6.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: 92rem;
    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;
  }
}
@media screen and (min-width: 769px) {
  .mv-components__btns {
    width: fit-content;
    margin: auto;
    padding: 2rem 10rem;
  }
}
.mv-components .l-section {
  margin-bottom: 4.6rem;
}
.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: 4rem;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main ._l {
  line-height: 1;
  font-size: 1.24em;
}
.mv-components .mv-components__text-area .mv-components__intro .mv-components__title .sub {
  margin-top: 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 .l-section {
    margin-bottom: 12rem;
  }
  .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;
  }
  .mv-components .mv-components__text-area .mv-components__intro .mv-components__title .main {
    font-size: 8rem;
  }
  .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;
  }
}
#toeic {
  background: #2672D5;
}

#topik {
  background: #C48BC3;
}
#topik .qual-header .qual-header__illust {
  width: 15rem;
}

.section-qual .l-section {
  margin: 0;
}
.section-qual .l-container {
  padding-top: 12rem;
  padding-bottom: 6rem;
}
.section-qual .qual-header {
  position: relative;
  margin-bottom: 8rem;
  color: #fff;
}
.section-qual .qual-header .qual-header__main {
  margin-bottom: 6rem;
  padding-bottom: 5rem;
  font-family: "Aoboshi One", serif;
  letter-spacing: 0.1em;
  font-size: 6rem;
  border-bottom: 1px solid #fff;
}
.section-qual .qual-header .qual-header__subttl {
  margin-bottom: 2.8rem;
  font-size: 2rem;
}
.section-qual .qual-header .qual-header__intro {
  margin-bottom: 2.8rem;
}
.section-qual .qual-header .qual-header__attent {
  font-size: 1.4rem;
}
.section-qual .qual-header .qual-header__illust {
  position: absolute;
  top: 0;
  right: 0;
  width: 11rem;
}
.section-qual .qual-case-list .qual-case-card {
  position: relative;
  margin-top: 5.4rem;
  margin-bottom: 9rem;
  padding: 4rem 2rem;
  border-radius: 2rem;
}
.section-qual .qual-case-list .qual-case-card__tag {
  position: absolute;
  z-index: -1;
  bottom: 100%;
  left: 0;
  height: 9.4rem;
  line-height: 5.4rem;
  padding: 0 4rem;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  background: #1F293B;
  font-family: "Afacad", sans-serif;
  border-radius: 2rem 2rem 0 0;
  transform: translate(-0.3rem, 4rem);
}
.section-qual .qual-case-list .qual-case-card__hero {
  margin-bottom: 2rem;
  text-align: center;
}
.section-qual .qual-case-list .qual-case-card__ttl {
  line-height: 1;
  color: #C48BC3;
  font-size: 3rem;
}
.section-qual .qual-case-list .qual-case-card__ttl .en {
  font-family: "Aoboshi One", serif;
}
.section-qual .qual-case-list .qual-case-card__ttl .num {
  font-family: "Aoboshi One", serif;
  font-size: 1.9em;
}
.section-qual .qual-case-list .qual-case-card__photo {
  display: grid;
  grid-template-columns: 14rem 1fr;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.section-qual .qual-case-list .qual-case-card__photo .photo img {
  aspect-ratio: 1;
  border-radius: 2rem;
  object-fit: cover;
}
.section-qual .qual-case-list .qual-case-card__label {
  margin-bottom: 2rem;
  padding: 0 2rem;
  line-height: 4rem;
  font-family: "Aoboshi One", serif;
  color: #1F293B;
  font-size: 2rem;
  background: #EDECE7;
  border-radius: 50vw;
}
.section-qual .swiper {
  overflow: visible;
}
.section-qual .swiper-wrapper {
  display: contents;
}
.section-qual .swiper-controls {
  display: none;
}

@media screen and (min-width: 769px) {
  #topik .qual-header {
    grid-template-columns: 30rem 68rem 15rem;
  }
  #topik .qual-header .qual-header__illust {
    width: 15rem;
  }
  .section-qual .l-container {
    padding-top: 24rem;
    padding-bottom: 12rem;
  }
  .section-qual .qual-header {
    display: grid;
    grid-template-columns: 30rem 73rem 11rem;
    gap: 8rem;
  }
  .section-qual .qual-header .qual-header__main {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 6rem;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .section-qual .qual-header .qual-header__subttl {
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
  }
  .section-qual .qual-header .qual-header__intro {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
  }
  .section-qual .qual-header .qual-header__illust {
    position: revert;
    width: 11rem;
  }
  .section-qual .qual-case-list {
    width: calc((100vw - 100%) / 2 + 100%);
  }
  .section-qual .qual-case-list .qual-case-card {
    position: relative;
    margin-bottom: 0;
    padding: 4rem 2rem;
  }
  .section-qual .qual-case-list .qual-case-card__hero {
    margin-bottom: 2rem;
    text-align: center;
  }
  .section-qual .qual-case-list .qual-case-card__hero img {
    height: 14rem;
  }
  .section-qual .qual-case-list .qual-case-card__ttl {
    margin-bottom: 0.5em;
  }
  .section-qual .qual-case-list .qual-case-card__body {
    display: grid;
    grid-template-columns: 24rem 1fr;
    gap: 2rem;
  }
  .section-qual .qual-case-list .qual-case-card__photo {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .section-qual .qual-case-list .qual-case-card__photo .photo img {
    aspect-ratio: auto;
  }
  .section-qual .qual-case-list .qual-case-card__label {
    font-size: 2.4rem;
  }
  .section-qual .swiper {
    overflow: hidden;
  }
  .section-qual .swiper-wrapper {
    display: flex;
    padding-bottom: 1rem;
  }
  .section-qual .swiper-slide {
    width: 72rem;
  }
  .section-qual .swiper-controls {
    display: flex;
    gap: 8rem;
    margin-top: 2rem;
    color: #fff;
    font-size: 1.5em;
  }
}
.section-other .l-container {
  padding-top: 8rem;
}
.section-other .section-header .section-header__text {
  color: #fff;
}
.section-other .section-header .section-header__bg {
  height: 33.5rem;
  background: #F9731E;
}
.section-other .other-box {
  padding: 2rem;
  border-radius: 4rem;
}
.section-other .other-box .other-box__head {
  margin-bottom: 4rem;
}
.section-other .other-box .other-box__img {
  margin-bottom: 2.8rem;
}
.section-other .other-box .other-box__img img {
  border-radius: 4rem;
}
.section-other .other-box .other-box__intro .ttl {
  margin-bottom: 4rem;
  padding-bottom: 2.8rem;
  font-size: 2.4rem;
  border-bottom: 1px solid #414550;
}
.section-other .other-box .other-box__body .other-box__list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}
.section-other .other-box .other-box__body .other-box__list__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  height: 5.8rem;
  color: #fff;
  font-size: 2.4rem;
  background: #F9731E;
  border-radius: 1rem;
}

@media screen and (min-width: 769px) {
  .section-other .l-section {
    margin-bottom: 38rem;
  }
  .section-other .l-container {
    width: 116rem;
    padding-top: 12rem;
  }
  .section-other .section-header .section-header__bg {
    height: 57rem;
  }
  .section-other .other-box {
    padding: 6rem;
    border-radius: 6rem;
  }
  .section-other .other-box .other-box__head {
    display: grid;
    grid-template-columns: 40rem 1fr;
    align-items: center;
    gap: 4rem;
    margin-bottom: 8rem;
  }
  .section-other .other-box .other-box__img {
    margin-bottom: 0;
  }
  .section-other .other-box .other-box__body .other-box__list {
    grid-template-columns: 24rem auto auto;
    gap: 2rem;
    justify-content: start;
    margin-bottom: 2rem;
  }
  .section-other .other-box .other-box__body .other-box__list + .other-box__list .other-box__list__text {
    padding-top: 0.75em;
  }
  .section-other .other-box .other-box__body .other-box__list__ttl {
    margin-bottom: 0;
    height: auto;
    min-height: 5.8rem;
  }
}
.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-top-bnrs--s {
    grid-template-columns: repeat(2, 42rem);
    justify-content: center;
    gap: 2rem;
    margin-bottom: 11rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item {
    height: 21rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item .body {
    padding: 0 5.2rem;
  }
  .section-top-bnrs--s .section-top-bnrs__item .body .title {
    font-size: 2.4rem;
  }
  .section-links {
    width: fit-content;
    margin: 15rem auto auto;
  }
}
/*# sourceMappingURL=style.css.map */
