@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;
  }
}
.mv-daigakuhennyu .mv-daigakuhennyu__outer {
  position: relative;
  padding-bottom: 4rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__bg {
  display: block;
  width: 100%;
}
.mv-daigakuhennyu .mv-daigakuhennyu__bg img {
  width: 100%;
  height: auto;
  display: block;
}
.mv-daigakuhennyu .mv-daigakuhennyu__inner {
  width: 100%;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area {
  color: #1F293B;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__labels {
  width: 11rem;
  margin: -3rem 0 1.5rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__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-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro .mv-daigakuhennyu__title .main {
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.4rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro .mv-daigakuhennyu__title .sub {
  margin-bottom: 1em;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__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-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro .badge .num {
  line-height: 1;
  font-weight: 700;
  font-size: 2em;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__lead {
  margin-bottom: 1rem;
  color: #fff;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__lead span {
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 2rem;
  background-color: #F9731E;
  border-radius: 0.5rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__note {
  font-size: 1.6rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__btns {
  gap: 0.8rem;
  margin-top: 0;
}
.mv-daigakuhennyu .mv-daigakuhennyu__btns .c-button__navy {
  width: 100%;
  height: 50px;
  font-size: 1.4rem;
  border-radius: 1rem;
}
.mv-daigakuhennyu .mv-daigakuhennyu__btns .c-button__navy .icon {
  line-height: 1;
}
.mv-daigakuhennyu .mv-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv-daigakuhennyu .mv-slider .swiper-wrapper .swiper-slide {
  width: 42vw;
}

@media screen and (min-width: 769px) {
  .mv-daigakuhennyu .mv-daigakuhennyu__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__labels {
    width: 14rem;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro {
    flex-flow: row wrap;
    margin-bottom: 4rem;
    width: fit-content;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro .mv-daigakuhennyu__title .main {
    font-size: 6rem;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__intro .badge {
    width: 10rem;
    height: 10rem;
    font-size: 2rem;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__lead {
    margin-bottom: 4rem;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__text-area .mv-daigakuhennyu__lead span {
    padding: 0 2rem;
    font-size: 3.2rem;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__btns {
    justify-content: center;
    gap: 2rem;
    background: #EDECE7;
    padding: 2rem 4rem;
    border-radius: 100vw;
  }
  .mv-daigakuhennyu .mv-daigakuhennyu__btns .c-button__navy {
    width: auto;
    min-width: 24rem;
    height: 6rem;
    padding: 0 2rem;
    font-size: 1.6rem;
    border-radius: 2rem;
  }
  .mv-daigakuhennyu .mv-slider .swiper-wrapper .swiper-slide {
    width: 20vw;
  }
}
.section-merit {
  position: relative;
  overflow: hidden;
}
.section-merit .l-section {
  margin-bottom: 9.2rem;
}
.section-merit .l-container {
  padding-top: 16rem;
}
.section-merit .section-merit__bg-graphic {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.section-merit .section-merit__bg-graphic .title {
  position: absolute;
  width: 32rem;
  right: -5rem;
}
.section-merit .section-header .section-header__bg {
  height: 33.5rem;
}
.section-merit .merit-content {
  margin: 4rem 0;
}
.section-merit .merit-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  position: relative;
  margin-bottom: 7rem;
}
.section-merit .merit-box {
  background: #fff;
  border: 3px solid #1F293B;
  border-radius: 2rem;
  padding: 2rem;
  flex: 1;
}
.section-merit .merit-box .merit-box__title {
  color: #1F293B;
  text-align: center;
  line-height: 2.4rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.15rem;
  background: #DAE7ED;
}
.section-merit .merit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2rem;
}
.section-merit .merit-item + .merit-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #1F293B;
}
.section-merit .merit-item .merit-item__num {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background: #F9731E;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 4.6rem;
  font-family: "Aoboshi One", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.section-merit .merit-item .merit-item__text {
  font-size: 1.2rem;
  line-height: 1.2;
}
.section-merit .merit-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 5.2rem;
  height: 5.2rem;
  background: #1F293B;
  border-radius: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
}
.section-merit .merit-plus::before, .section-merit .merit-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.section-merit .merit-plus::before {
  width: 50%;
  height: 0.4rem;
}
.section-merit .merit-plus::after {
  width: 0.4rem;
  height: 50%;
}
.section-merit .merit-point {
  position: relative;
  border: 3px solid #1F293B;
  border-radius: 2rem;
  padding: 3rem;
  background: #fff;
}
.section-merit .merit-point .merit-point__label {
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-60%);
  width: 12rem;
}
.section-merit .merit-point .merit-arrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 5.4rem;
}
.section-merit .merit-point .merit-point__inner {
  text-align: center;
}
.section-merit .merit-point .merit-point__numbers {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.section-merit .merit-point .merit-point__numbers span {
  display: block;
  width: 6rem;
  height: 6rem;
  background: #F9731E;
  color: #fff;
  border-radius: 50%;
  line-height: 6rem;
  font-family: "Aoboshi One", serif;
  font-size: 2.8rem;
}
.section-merit .merit-point .merit-point__text {
  font-size: 1.6rem;
}
.section-merit .merit-point .merit-point__illust {
  display: none;
}
.section-merit .scrollable .swiper-slide {
  width: 84rem;
}

.daigakuhennyu-kufs .section-merit .l-section {
  margin-bottom: 18rem;
}
.daigakuhennyu-kufs .section-merit .l-container {
  padding-top: 24rem;
}
.daigakuhennyu-kufs .section-merit .section-merit__bg-graphic .title {
  position: absolute;
  width: 28rem;
  right: 0;
}
.daigakuhennyu-kufs .section-merit .merit-content {
  margin: 4rem 0;
}
.daigakuhennyu-kufs .section-merit .merit-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  position: relative;
  margin-bottom: 7rem;
}
.daigakuhennyu-kufs .section-merit .merit-box {
  position: relative;
  border-radius: 2rem;
  margin-bottom: 0;
  padding: 4rem 2rem 3rem;
  flex: 1;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background: #F9731E;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 4.6rem;
  font-family: "Aoboshi One", serif;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .merit-box__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .icon {
  width: 6rem;
  aspect-ratio: 1;
  margin-bottom: 1rem;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .main {
  line-height: 1;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  background: #1F293B;
  border-radius: 50%;
  text-align: center;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .c-orange {
  color: #F9731E;
}
.daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .note {
  padding: 1em 0 0;
  font-size: 1.2rem;
  border-top: 1px solid #1F293B;
}
.daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .main {
  font-weight: 700;
  font-size: 2rem;
}
.daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .main .num {
  font-size: 2em;
}
.daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .main {
  line-height: 1.2;
  font-size: 1.6rem;
}
.daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .main ._l {
  font-weight: 700;
  font-size: 1.25em;
}
.daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .note {
  padding: 1em 0 1.8em;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation__read {
  margin-bottom: 3.2rem;
  padding-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #1F293B;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  text-align: center;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card {
  position: relative;
  padding: 4rem;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  line-height: 1;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_note {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1F293B;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link .btn {
  width: 17rem;
  height: 3.8rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_info .quota-badge {
  width: 7.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 7.6rem;
  color: #fff;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_info .quota-number {
  font-size: 3.6rem;
  font-weight: 700;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_info .quota-number span {
  font-size: 1.66em;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_target {
  font-size: 1.6rem;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row {
  position: relative;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .sub-item + .sub-item {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #1F293B;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .merit-recommendation-card_info .quota-badge {
  background: #4D85B7;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .merit-recommendation-card_info .quota-number {
  color: #4D85B7;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust {
  position: absolute;
  top: 100%;
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust.illust_01 {
  left: 0;
  width: 10rem;
  transform: translate(-5vw, -50%);
}
.daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust.illust_02 {
  right: 0;
  width: 9.6rem;
  transform: translate(5vw, -50%);
}

@media screen and (min-width: 769px) {
  .section-merit .l-section {
    margin-bottom: 10rem;
  }
  .section-merit .l-container {
    position: relative;
    width: 120rem;
    padding: 0;
  }
  .section-merit .section-merit__bg-graphic {
    width: auto;
  }
  .section-merit .section-merit__bg-graphic .title {
    width: 56rem;
    right: 0;
  }
  .section-merit .section-header .section-header__bg {
    height: 57rem;
  }
  .section-merit .merit-content {
    margin: 6rem 0 11rem;
  }
  .section-merit .merit-flex {
    flex-direction: row;
    align-items: stretch;
    gap: 2;
    margin-bottom: 10rem;
  }
  .section-merit .merit-plus {
    width: 10rem;
    height: 10rem;
  }
  .section-merit .merit-box {
    padding: 6rem 4rem;
  }
  .section-merit .merit-box .merit-box__title {
    margin-bottom: 4rem;
    line-height: 5.8rem;
    font-size: 2.4rem;
  }
  .section-merit .merit-item {
    flex-direction: row;
    text-align: left;
    gap: 2rem;
  }
  .section-merit .merit-item + .merit-item {
    margin-top: 2rem;
    border: none;
  }
  .section-merit .merit-item .merit-item__text {
    font-size: 2rem;
  }
  .section-merit .merit-item .merit-item__num {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.6rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .section-merit .u-center__pc .merit-item {
    width: fit-content;
    margin: auto;
  }
  .section-merit .merit-point {
    width: 79rem;
    margin: auto;
    padding: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-merit .merit-point .merit-point__label {
    width: 15rem;
    left: 11rem;
  }
  .section-merit .merit-point .merit-arrow {
    width: 8.8rem;
  }
  .section-merit .merit-point .merit-point__inner {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    gap: 3rem;
  }
  .section-merit .merit-point .merit-point__numbers {
    margin-bottom: 0;
  }
  .section-merit .merit-point .merit-point__numbers span {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.6rem;
  }
  .section-merit .merit-point .merit-point__text {
    font-size: 2.5rem;
  }
  .section-merit .merit-point .merit-point__illust {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 16rem;
    transform: translate(-50%, 8rem);
  }
  .section-merit .scrollable .swiper-slide {
    width: 100%;
  }
  .daigakuhennyu-kufs .mv-daigakuhennyu .l-section {
    margin-bottom: 0;
  }
  .daigakuhennyu-kufs .mv-daigakuhennyu .mv-daigakuhennyu__btns {
    width: fit-content;
    margin: auto;
    padding: 2rem 10rem;
  }
  .daigakuhennyu-kufs .section-merit .l-container {
    padding-top: 15rem;
  }
  .daigakuhennyu-kufs .section-merit .section-merit__bg-graphic .title {
    width: 56rem;
    transform: translateX(20%);
  }
  .daigakuhennyu-kufs .section-merit .merit-content {
    margin: 4rem 0;
  }
  .daigakuhennyu-kufs .section-merit .merit-flex {
    gap: 2rem;
    margin-bottom: 7.8rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-box {
    border-radius: 4rem;
    padding: 6rem 4rem 4rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-item__num {
    width: 8rem;
    height: 8rem;
    line-height: 8rem;
    font-size: 3.6rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body {
    display: revert;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .merit-box__flex {
    margin-bottom: 1em;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .icon {
    width: 12rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .main {
    line-height: 1;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background: #1F293B;
    border-radius: 50%;
    text-align: center;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .c-orange {
    color: #F9731E;
  }
  .daigakuhennyu-kufs .section-merit .merit-box .merit-box__body .note {
    width: fit-content;
    margin: auto;
    text-align: center;
    font-size: 1.6rem;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .txt {
    font-size: 2.4rem;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .merit-box__flex {
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .main {
    font-size: 3.6rem;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .main .num {
    font-size: 3.4em;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .main ._m {
    font-size: 2em;
  }
  .daigakuhennyu-kufs .section-merit .item-01 .merit-box__body .note {
    padding-bottom: 0;
  }
  .daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .icon {
    width: 10rem;
  }
  .daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .main {
    font-size: 2rem;
  }
  .daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .main ._l {
    font-size: 2em;
  }
  .daigakuhennyu-kufs .section-merit .item-02 .merit-box__body .note {
    padding-bottom: 0;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation__read {
    margin-bottom: 4.2rem;
    padding-bottom: 3rem;
    font-size: 2.4rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation {
    width: 84rem;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.4rem 2rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card {
    border-radius: 4rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .is-wide {
    grid-column: span 2;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #1F293B;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link .btn {
    width: 17rem;
    height: 3.8rem;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link .btn:hover {
    background: #1F293B;
    color: #fff;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_link .btn:hover .icon {
    background: transparent;
    transform: none;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .sub-item {
    width: 56rem;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .sub-item + .sub-item {
    margin-top: 0;
    padding-top: 1rem;
    border-top: none;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .sub-item_name {
    text-align: left;
    font-size: 2.4rem;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation-card_sub-row .merit-recommendation-card_info {
    margin: 0;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust {
    top: auto;
    bottom: 0;
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust.illust_01 {
    width: 23rem;
    transform: translate(calc(-100% - 2rem), 0);
  }
  .daigakuhennyu-kufs .section-merit .merit-recommendation .merit-recommendation__illust.illust_02 {
    width: 21.6rem;
    transform: translate(calc(100% + 2rem), 0);
  }
}
.section-program {
  position: relative;
}
.section-program .section-header .section-header__bg {
  height: 16.8rem;
}
.section-program .program-slider {
  position: relative;
  margin-bottom: 5.6rem;
  padding: 1rem;
}
.section-program .program-slider .program-card {
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3rem;
  padding: 2rem;
}
.section-program .program-slider .program-card__image {
  width: 100%;
}
.section-program .program-slider .program-card__image img {
  width: 100%;
  height: auto;
}
.section-program .program-slider .program-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 2rem;
}
.section-program .program-slider .program-card__title {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #414550;
}
.section-program .program-slider .program-card__text {
  line-height: 1.8;
}
.section-program .program-slider .swiper-button {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin: 3.2rem 0 0;
}
.section-program .program-slider .swiper-button .program-slider__prev,
.section-program .program-slider .swiper-button .program-slider__next {
  position: revert;
  margin: 0;
  color: #1F293B;
}
.section-program .program-slider .swiper-button .program-slider__prev::after,
.section-program .program-slider .swiper-button .program-slider__next::after {
  font-size: 2.4rem;
  font-weight: bold;
}
.section-program .scrollable {
  margin-bottom: 3.2rem;
}
.section-program .scrollable .swiper-slide {
  width: 88rem;
}

.program-banner {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 4rem;
  margin-bottom: 8rem;
}
.program-banner .section-top-bnrs__item {
  overflow: hidden;
  display: grid;
  grid-template-columns: 14.8rem 1fr;
  height: 21rem;
  border-radius: 1.5rem;
}
.program-banner .section-top-bnrs__item .thum {
  height: 100%;
}
.program-banner .section-top-bnrs__item .thum img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.program-banner .section-top-bnrs__item .body {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 1.6rem 1rem 2.4rem;
}
.program-banner .section-top-bnrs__item .body .icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.program-banner .section-top-bnrs__item .body .icons .icon-angle-top-right {
  font-size: 1.6rem;
}
.program-banner .section-top-bnrs__item .body .title {
  margin: auto 0 0.8rem;
  font-size: 2.4rem;
  line-height: 1;
}
.program-banner .section-top-bnrs__item .body .title small {
  display: block;
  margin-top: 0.6em;
  font-family: "Aoboshi One", serif;
  font-size: 0.66em;
}
.program-banner .section-top-bnrs__item .body .u-lh_add {
  line-height: 1.35;
}
.program-banner .section-top-bnrs__item .body .course-list__item-btn {
  margin: 0 0 auto;
}
.program-banner .section-top-bnrs__item .body .course-list__item-btn .btn {
  display: inline-block;
  width: 6rem;
  line-height: 2.6rem;
  font-family: "Aoboshi One", serif;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 100vw;
  background: #fff;
}
.program-banner .section-top-bnrs__item.orange {
  color: #fff;
  background: #F9731E;
}
.program-banner .section-top-bnrs__item.orange .body .course-list__item-btn .btn {
  color: #F9731E;
  border: 1px solid #F9731E;
}
.program-banner .section-top-bnrs__item.green {
  color: #1F293B;
  background: #2DD4BF;
}
.program-banner .section-top-bnrs__item.green .body .course-list__item-btn .btn {
  color: #2DD4BF;
  background: #1F293B;
  border: 1px solid #1F293B;
}

@media screen and (min-width: 769px) {
  .section-program .l-section {
    padding-top: 1rem;
  }
  .section-program .l-container {
    position: relative;
  }
  .section-program .section-header {
    position: revert;
  }
  .section-program .section-header .section-header__bg {
    height: 46rem;
  }
  .section-program .section-header .program-header-wrap {
    padding: 4rem 0;
  }
  .section-program .section-header .program-header__bg {
    width: 50%;
    max-width: 80rem;
    height: 46rem;
  }
  .section-program .section-header .program-header__icon {
    width: 6.4rem;
  }
  .section-program .section-header .program-header__main {
    font-size: 4rem;
  }
  .section-program .section-header .program-header__sub {
    font-size: 1.4rem;
  }
  .section-program .program-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  .section-program .program-slider .program-card {
    padding: 4rem;
  }
  .section-program .program-slider .program-card__title {
    font-size: 2.4rem;
  }
  .section-program .scrollable {
    margin-bottom: 7.6rem;
  }
  .section-program .scrollable .swiper-slide {
    width: 100%;
  }
  .section-program .program-banner {
    display: grid;
    grid-template-columns: 63rem;
    width: fit-content;
    margin: 10rem auto;
  }
  .section-program .program-banner .section-top-bnrs__item {
    grid-template-columns: repeat(2, 1fr);
    height: 28.8rem;
    border-radius: 3em;
  }
  .section-program .program-banner .section-top-bnrs__item .body {
    padding: 3.6rem 2rem;
  }
  .section-program .program-banner .section-top-bnrs__item .body .icons .icon-graduate {
    font-size: 4.2rem;
  }
  .section-program .program-banner .section-top-bnrs__item .body .icons .icon-angle-top-right {
    font-size: 3.6rem;
  }
  .section-program .program-banner .section-top-bnrs__item .body .title {
    margin-bottom: 1.6rem;
    font-size: 3rem;
  }
  .section-program .program-banner .section-top-bnrs__item .body .course-list__item-btn .btn {
    width: 8.4rem;
    line-height: 3rem;
    transition: all 0.3s;
  }
  .section-program .program-banner .section-top-bnrs__item .body .course-list__item-btn .btn:hover {
    color: #fff;
    background: #1F293B;
  }
}
.section-interview {
  padding: 6rem 0;
  background: #DAE7ED;
}
.section-interview .interview-header {
  margin-bottom: 8rem;
  text-align: center;
}
.section-interview .interview-header__main {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.section-interview .interview-header__sub-wrap {
  margin-top: 1.5rem;
}
.section-interview .interview-header__sub {
  display: inline-block;
  padding: 0.8rem 4rem;
  font-size: 2rem;
  color: #1F293B;
  border-radius: 0.5rem;
  background: #fff;
  transform: rotate(-3deg);
}
.section-interview .interview-content__unit {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-bottom: 8rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #1F293B;
}
.section-interview .interview-visual .interview-visual_image {
  margin-bottom: 4rem;
  border-radius: 3rem;
  overflow: hidden;
}
.section-interview .interview-visual .interview-visual_image img {
  width: 100%;
  display: block;
}
.section-interview .interview-visual .interview-visual_profile {
  text-align: center;
}
.section-interview .interview-visual .interview-visual_profile .name {
  font-size: 1.6rem;
}
.section-interview .interview-body .interview-body_head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3.2rem;
}
.section-interview .interview-body .interview-body_head .interview-body_head_info .label-tag {
  width: 14rem;
  margin-bottom: 0.4rem;
}
.section-interview .interview-body .interview-body_head .interview-body_head_info .university {
  font-size: 3.2rem;
  color: #1F293B;
  line-height: 1.2;
}
.section-interview .interview-body .interview-body_head .interview-body_head_label {
  width: 6.8rem;
}
.section-interview .interview-body .interview-body_main {
  margin-bottom: 3.2rem;
}
.section-interview .interview-body .interview-body_main .catchphrase {
  font-size: 2rem;
  color: #414550;
  margin-bottom: 2rem;
  line-height: 1.4;
}
.section-interview .interview-body .interview-body_main .text {
  font-size: 1.5rem;
  line-height: 1.8;
}
.section-interview .interview-body .interview-body_message .message-label {
  margin-bottom: 1.6rem;
  padding: 0 2rem;
  line-height: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #fff;
  border-radius: 100vw;
}
.section-interview .interview-body .interview-body_message .text {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  .section-interview {
    padding: 12rem 0;
  }
  .section-interview .l-container {
    width: 112rem;
  }
  .section-interview .interview-header {
    position: relative;
    width: fit-content;
    margin: auto auto 8rem;
  }
  .section-interview .interview-header__illust {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
  }
  .section-interview .interview-header__main {
    font-size: 6rem;
  }
  .section-interview .interview-header__sub {
    padding: 0 1.5em;
    font-size: 3rem;
  }
  .section-interview .interview-content__unit {
    flex-direction: row;
    align-items: flex-start;
    gap: 8rem;
    margin-bottom: 8rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-interview .interview-content__unit:last-child {
    margin-bottom: 0;
  }
  .section-interview .interview-visual {
    flex: 0 0 45rem;
  }
  .section-interview .interview-visual .interview-visual_profile {
    text-align: left;
    padding-left: 1rem;
  }
  .section-interview .interview-body {
    flex: 1;
  }
  .section-interview .interview-body .interview-body_head {
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #1F293B;
  }
  .section-interview .interview-body .interview-body_head .university {
    font-size: 4rem;
  }
  .section-interview .interview-body .interview-body_main .catchphrase {
    font-size: 2.4rem;
  }
  .section-interview .interview-body .interview-body_message .message-label {
    margin-bottom: 4rem;
  }
  .section-interview .interview-body .interview-body_message .text {
    font-size: 1.6rem;
  }
}
.section-achievements {
  padding-top: 4rem;
}
.section-achievements .l-section {
  margin: 0;
}
.section-achievements .section-header .section-header__bg {
  height: 16.8rem;
}
.section-achievements .achievements-content {
  font-feature-settings: "palt";
}
.section-achievements .achievements-content .swiper-slide {
  width: 200%;
}
.section-achievements .achievement-table_wrapper {
  position: relative;
  margin-top: 4rem;
}
.section-achievements .achievement-table_mask {
  overflow: hidden;
}
.section-achievements .achievement-more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
  background: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.section-achievements .achievement-more .achievement-more_btn {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
  height: 4rem;
  padding: 0 2.6em;
  line-height: 1;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 100vw;
  background: #1F293B;
  transition: all 0.3s;
}
.section-achievements .achievement-more .achievement-more_btn:hover {
  opacity: 0.8;
}
.section-achievements .achievement-table_wrapper.is-active .achievement-more {
  display: none;
}

@media screen and (min-width: 769px) {
  .section-achievements {
    padding: 12rem 0;
  }
  .section-achievements .section-header .section-header__bg {
    width: 110rem;
    height: 46rem;
  }
  .section-achievements .achievements-content {
    width: 96rem;
    margin: auto;
  }
  .section-achievements .achievements-content .swiper-slide {
    width: 100%;
  }
  .section-achievements .achievement-table_mask {
    height: 60rem;
  }
}
.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;
}
/*# sourceMappingURL=style.css.map */
