#header[data-scroll=true] + main .top__schedule__btn {
  top: 9rem;
}
@media screen and (width <= 767px) {
  #header[data-scroll=true] + main .top__schedule__btn {
    width: calc(100% - 7rem);
    top: auto;
  }
}
#header[data-scroll=true] + main .top__schedule__btn a {
  padding: 2.2rem 3.2rem 2.2rem 3.8rem;
}
@media screen and (767px < width < 1150px) {
  #header[data-scroll=true] + main .top__schedule__btn a {
    padding: 1.8rem 2.6rem 1.8rem 2.8rem;
  }
}
@media screen and (width <= 767px) {
  #header[data-scroll=true] + main .top__schedule__btn a {
    padding: 1.4rem 2.4rem;
  }
}
#header[data-scroll=true] + main .top__schedule__btn a .txt {
  font-size: 1.8rem;
}
@media screen and (767px < width < 1150px) {
  #header[data-scroll=true] + main .top__schedule__btn a .txt {
    font-size: 1.6rem;
  }
}
@media screen and (width <= 767px) {
  #header[data-scroll=true] + main .top__schedule__btn a .txt {
    font-size: 1.6rem;
  }
}
#header[data-scroll=true] + main .top__schedule__btn a img {
  width: 3.2rem;
}

.top__schedule__btn {
  position: fixed;
  top: 14rem;
  left: 3rem;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (767px < width < 1150px) {
  .top__schedule__btn {
    left: 1.5rem;
  }
}
@media screen and (width <= 767px) {
  .top__schedule__btn {
    width: calc(100% - 2rem);
    top: auto;
    left: 1rem;
    bottom: 1rem;
  }
}
.top__schedule__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#FF8576), to(#EF5350));
  background-image: linear-gradient(to right, #FF8576, #EF5350);
  border-radius: 100vh;
  text-decoration: none;
  padding: 2.6rem 3.9rem 2.6rem 4.9rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (767px < width < 1150px) {
  .top__schedule__btn a {
    padding: 2rem 2.8rem 2rem 3rem;
  }
}
@media screen and (width <= 767px) {
  .top__schedule__btn a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1.4rem 2.4rem;
  }
}
.top__schedule__btn a:hover {
  opacity: 0.7;
}
.top__schedule__btn a .txt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (767px < width < 1150px) {
  .top__schedule__btn a .txt {
    font-size: 1.6rem;
  }
}
@media screen and (width <= 767px) {
  .top__schedule__btn a .txt {
    font-size: 1.6rem;
  }
  .top__schedule__btn a .txt br {
    display: none;
  }
}
.top__schedule__btn a img {
  width: 4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (767px < width < 1150px) {
  .top__schedule__btn a img {
    width: 3.2rem;
  }
}
@media screen and (width <= 767px) {
  .top__schedule__btn a img {
    width: 3.2rem;
  }
}

@media screen and (width < 767px) {
  .to_top_button[data-show=true] {
    bottom: 1.7rem;
  }
}

@media screen and (width < 767px) {
  #footer {
    padding-bottom: 8rem;
  }
}

.top__mv {
  padding: 10.5rem 0 9rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F5ED), to(#F7F5ED)), url(../images/index/bg_main_top.png);
  background-image: linear-gradient(to top, #F7F5ED, #F7F5ED), url(../images/index/bg_main_top.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100% calc(100% - 9rem), max(136.6rem, 100%) 9rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__mv {
    padding-top: 7.5rem;
  }
}
.top__mv::before {
  content: "";
  display: block;
  width: 33.2rem;
  height: 19.3rem;
  background: url(../images/common/main_deco.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -5.5rem;
  left: calc(50% - 4rem);
}
@media screen and (width <= 767px) {
  .top__mv::before {
    content: none;
  }
}
.top__mv__slide {
  width: min(80%, 67rem);
  margin-inline: auto;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__mv__slide {
    width: 100%;
  }
}
.top__mv__slide::before {
  content: "";
  display: block;
  width: 14.8rem;
  height: 14.8rem;
  background: url(../images/index/top_mv_deco01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 4rem;
  right: calc(50% + 26.35vw);
}
@media screen and (width <= 767px) {
  .top__mv__slide::before {
    content: none;
  }
}
.top__mv__slide::after {
  content: "";
  display: block;
  width: 19.3rem;
  height: 20.8rem;
  background: url(../images/index/top_mv_deco02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 5.4rem;
  left: calc(50% + 19.69vw);
}
@media screen and (width <= 767px) {
  .top__mv__slide::after {
    content: none;
  }
}
.top__mv__slide .splide__arrow {
  z-index: 2;
}
.top__mv__slide .splide__track {
  z-index: 1;
}
.top__mv__slide:has(.top__mv__slide__item:nth-of-type(2)) {
  width: 100%;
  padding-bottom: 3.2rem;
}
.top__mv__slide:has(.top__mv__slide__item:nth-of-type(2)) .top__mv__slide__item:not(.is-active) img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.top__mv__slide:has(.top__mv__slide__item:nth-of-type(2)) .top__mv__slide__item:not(.is-active) .txt {
  opacity: 0;
}
.top__mv__slide a.top__mv__slide__item:hover {
  opacity: 0.7;
}
.top__mv__slide__item {
  display: block;
  width: 49%;
  color: var(--color-text);
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__mv__slide__item {
    width: 100%;
    padding-inline: 2rem;
  }
}
.top__mv__slide__item img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.top__mv__slide__item .txt {
  opacity: 1;
  margin-top: 0.5rem;
  padding-inline: 4.5rem 1rem;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (width <= 767px) {
  .top__mv__slide__item .txt {
    padding-inline: 3rem 1rem;
    min-height: 2.2rem;
  }
}
.top__mv__slide__item .txt::before {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/common/arrow_link_line.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 1rem;
}
@media screen and (width <= 767px) {
  .top__mv__slide__item .txt::before {
    width: 2.2rem;
    height: 2.2rem;
    top: -0.1rem;
    left: 0;
  }
}
.top__mv__slide__item .txt dt {
  dominant-baseline: 1.7rem;
  line-height: 1.2;
}
.top__mv__slide__item .txt dd {
  margin-top: 0.7rem;
  font-size: 1.5rem;
  line-height: 1.46;
}
@media screen and (width <= 767px) {
  .top__mv__slide__item .txt dd {
    display: none;
  }
}
.top__mv__slide .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 0;
}
.top__mv__slide .splide__pagination .splide__pagination__page {
  background-color: #d3d3d3;
}
.top__mv__slide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #9F9F9F;
}
.top__mv__slide .slide__arrow {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__mv__slide .slide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.top__mv__slide .slide__arrow::before, .top__mv__slide .slide__arrow::after {
  width: 5.4rem;
  height: 5.4rem;
}
@media screen and (width <= 767px) {
  .top__mv__slide .slide__arrow::before, .top__mv__slide .slide__arrow::after {
    width: 3rem;
    height: 3rem;
  }
}
.top__mv__slide .slide__arrow.-prev {
  left: 18.88%;
}
@media screen and (width <= 767px) {
  .top__mv__slide .slide__arrow.-prev {
    top: 16rem;
    left: 1rem;
  }
}
.top__mv__slide .slide__arrow.-next {
  right: 18.88%;
}
@media screen and (width <= 767px) {
  .top__mv__slide .slide__arrow.-next {
    top: 16rem;
    right: 1rem;
  }
}

.top__important {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .top__important {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__important .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0;
  padding-inline: 2.3rem 1.5rem;
  background-color: #DE6E6B;
  border-radius: 1.5rem 0 0 1.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (width <= 767px) {
  .top__important .title {
    padding: 0.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 1.5rem 1.5rem 0 0;
    font-size: 1.4rem;
  }
}
.top__important__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.4rem 3rem;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #fff;
}
@media screen and (width <= 767px) {
  .top__important__list {
    padding: 1.4rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
.top__important__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (width <= 767px) {
  .top__important__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
}
.top__important__item:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (width <= 767px) {
  .top__important__item:not(:first-of-type) {
    padding-top: 1rem;
    border-top: 0.1rem dashed #707070;
  }
}
.top__important__item .-date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.top__section__title {
  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;
  gap: 1rem;
}
.top__section__title.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.top__section__title .title__en {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}
@media screen and (width <= 767px) {
  .top__section__title .title__en {
    font-size: 1.2rem;
  }
}
.top__section__title .title__en > span:nth-of-type(odd) {
  color: var(--title-color-odd);
}
.top__section__title .title__en > span:nth-of-type(even) {
  color: var(--title-color-even);
}
.top__section__title .title__main {
  color: var(--title-color-even);
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (width <= 767px) {
  .top__section__title .title__main {
    font-size: 3.2rem;
  }
}
.top__section__title .title__main > span {
  display: inline-block;
}

.top__class {
  --title-color-odd: #A87B03;
  --title-color-even: #E2AD20;
  margin-bottom: 8rem;
}
.top__class .top__section__title .title__main {
  position: relative;
}
.top__class .top__section__title .title__main::after {
  content: "";
  display: block;
  width: 7.7rem;
  height: 5.7rem;
  background: url(../images/index/top_class_icon.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: -9.1rem;
  bottom: 0;
}
@media screen and (width <= 767px) {
  .top__class .top__section__title .title__main::after {
    border-right-style: -7.7rem;
  }
}
.top__class__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 3.2rem;
}
@media screen and (width <= 960px) {
  .top__class__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__class__box {
  width: calc(50% - 2rem);
  border-radius: 4rem;
}
@media screen and (width <= 960px) {
  .top__class__box {
    width: 100%;
  }
}
.top__class__box.-elem {
  background-color: #DDF3F8;
}
.top__class__box.-kind {
  background-color: #FFF7F2;
}
.top__class__btn {
  min-height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-radius: calc(infinity * 1px);
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__class__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
    font-size: 1.8rem;
  }
}
.top__class__btn:hover {
  opacity: 0.7;
}
.top__class__btn.-elem {
  background-image: -webkit-gradient(linear, left top, right top, from(#7AC0FD), color-stop(#5F9BEF), to(#7AC0FD));
  background-image: linear-gradient(to right, #7AC0FD, #5F9BEF, #7AC0FD);
}
.top__class__btn.-kind {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFBE8E), color-stop(#FFA080), to(#FFBE8E));
  background-image: linear-gradient(to right, #FFBE8E, #FFA080, #FFBE8E);
}
.top__class__btn::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2.2rem;
  height: 1.6rem;
  background: url(../images/common/arrow_btn.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 767px) {
  .top__class__btn::after {
    right: 2.5rem;
  }
}
.top__class__btn span {
  font-size: 1.5rem;
  font-weight: 500;
}
.top__class__list {
  padding: 2rem 3rem 1rem;
}
@media screen and (width <= 767px) {
  .top__class__list {
    padding-inline: 2rem;
  }
}
.top__class__item:not(:last-of-type) {
  border-bottom: 0.1rem dashed #707070;
  margin-bottom: 2rem;
}
.top__class__item a {
  min-height: 10.7rem;
  padding-bottom: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__class__item a {
    min-height: auto;
    padding-bottom: 2rem;
  }
}
.top__class__item a:hover {
  opacity: 0.7;
}
.top__class__item a::after {
  content: "";
  display: block;
  width: 2.6rem;
  height: 2.6rem;
  background: var(--img--arrow--link) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-78%);
          transform: translateY(-78%);
}
@media screen and (width <= 767px) {
  .top__class__item a::after {
    width: 2rem;
    height: 2rem;
  }
}
.top__class__item a img {
  width: 11rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (width <= 767px) {
  .top__class__item a img {
    width: 8rem;
  }
}
.top__class__item a .txt {
  padding-inline: 13rem 4rem;
  color: var(--color-text);
  text-decoration: none;
}
@media screen and (width <= 767px) {
  .top__class__item a .txt {
    padding-inline: 9rem 2.5rem;
  }
}
.top__class__item a .txt dt {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (width <= 767px) {
  .top__class__item a .txt dt {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.top__class__item a .txt dd {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (width <= 767px) {
  .top__class__item a .txt dd {
    font-size: 1.4rem;
  }
}

.top__cycle {
  --title-color-odd: #C16A6C;
  --title-color-even: #EB9EB2;
  margin-bottom: 2rem;
}
.top__cycle .top__section__title {
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
.top__cycle .top__section__title .title__main {
  color: var(--title-color-odd);
  font-size: 3.9rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__cycle .top__section__title .title__main {
    padding-right: 2em;
    font-size: 3.2rem;
  }
}
.top__cycle .top__section__title .title__main::after {
  content: "";
  display: block;
  width: 15.3rem;
  height: 15.4rem;
  background: url(../images/index/top_cycle_icon.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: -7.2rem;
  bottom: -0.9rem;
}
@media screen and (767px < width <= 1033px) {
  .top__cycle .top__section__title .title__main::after {
    left: 20rem;
    right: auto;
    bottom: 0;
  }
}
@media screen and (width <= 767px) {
  .top__cycle .top__section__title .title__main::after {
    width: 10.8rem;
    height: 11rem;
    right: 8rem;
    bottom: 0.6rem;
  }
}
.top__cycle__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.3rem;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__cycle__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top__cycle__contents::before {
  content: "";
  display: block;
  width: 24.6rem;
  height: 13.5rem;
  background: url(../images/index/top_cycle_bg01.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -0.5rem;
  left: -10.4rem;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top__cycle__contents::before {
    top: -6.5rem;
    left: -3.4rem;
  }
}
.top__cycle__contents .img {
  width: 41.25%;
}
@media screen and (width <= 767px) {
  .top__cycle__contents .img {
    width: 100%;
  }
}
.top__cycle__contents .txt {
  width: 42.85%;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__cycle__contents .txt {
    width: 100%;
  }
}
.top__cycle__contents .txt::before {
  content: "";
  display: block;
  width: 49.7rem;
  height: 33.2rem;
  background: url(../images/index/top_cycle_bg02.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 14rem;
  right: 1.8rem;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top__cycle__contents .txt::before {
    top: 19rem;
  }
}
.top__cycle__contents .txt > p {
  font-size: 1.6rem;
  letter-spacing: 0.16em;
}
.top__cycle__contents .txt .btn__link {
  margin-top: 4rem;
}

.top__news {
  --title-color-odd: #378680;
  --title-color-even: #4DB1A9;
  margin-bottom: 0;
  padding-block: 10rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F5ED), to(#F7F5ED)), url(../images/index/top_news_separator01.png), url(../images/index/top_news_separator02.png);
  background-image: linear-gradient(to top, #F7F5ED, #F7F5ED), url(../images/index/top_news_separator01.png), url(../images/index/top_news_separator02.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 10rem, center top, center bottom;
  background-size: 100% calc(100% - 20rem), max(136.6rem, 100%) 10rem, max(136.6rem, 100%) 10rem;
}
.top__news .top__section__title {
  margin-block: 2rem 4rem;
  position: relative;
}
.top__news .top__section__title::after {
  content: "";
  display: block;
  width: 6.4rem;
  height: 8.7rem;
  background: url(../images/index/top_news_icon.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: -10.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top__news .top__section__title .title__main {
  color: var(--title-color-odd);
}
.top__news .topics__item__label {
  background-color: #fff;
}
.top__news .topics__menu__class input:not(:checked) + span {
  background-color: #fff;
}
.top__news .topics__class__select {
  background-color: #fff;
}
.top__news .topics__menu__year {
  background-color: #fff;
}
.top__news .btn__link {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__news .btn--color {
  background-color: #388680;
}

.top__pickup {
  --title-color-odd: #E38C4A;
  --title-color-even: #AA5E25;
  margin-bottom: 8rem;
  padding-top: 7rem;
}
.top__pickup .top__section__title {
  position: relative;
}
.top__pickup .top__section__title::after {
  content: "";
  display: block;
  width: 7rem;
  height: 5.8rem;
  background: url(../images/index/top_pickup_icon.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  top: -7rem;
  left: calc(50% + 2.2rem);
}
.top__pickup__list {
  max-width: 83rem;
  margin: 4rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.5rem 4rem;
}
@media screen and (width <= 767px) {
  .top__pickup__list {
    gap: 4rem 2rem;
  }
}
.top__pickup__item {
  width: calc((100% - 8rem) / 3);
}
@media screen and (width <= 767px) {
  .top__pickup__item {
    width: calc((100% - 2rem) / 2);
  }
}
.top__pickup__item a {
  color: var(--color-text);
  text-decoration: none;
}
.top__pickup__item a:hover .img img {
  scale: 1.2;
}
.top__pickup__item .img {
  width: 100%;
  aspect-ratio: 25/17;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (width <= 767px) {
  .top__pickup__item .img {
    border-radius: 1rem;
  }
}
.top__pickup__item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__pickup__item .txt {
  margin-top: 2rem;
}
@media screen and (width <= 767px) {
  .top__pickup__item .txt {
    margin-top: 1.2rem;
  }
}
.top__pickup__item .txt dt {
  padding-bottom: 1rem;
  border-bottom: 0.1rem dashed #8A8A8A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (width <= 767px) {
  .top__pickup__item .txt dt {
    padding-bottom: 0.6rem;
    font-size: 1.6rem;
  }
}
.top__pickup__item .txt dd {
  margin-top: 1.2rem;
  line-height: 1.8;
}
@media screen and (width <= 767px) {
  .top__pickup__item .txt dd {
    margin-top: 0.8rem;
    font-size: 1.4rem;
  }
}

.top__selection {
  --title-color-odd: #568627;
  --title-color-even: #8BB129;
  margin-bottom: 9rem;
}
.top__selection .__inner {
  position: relative;
}
.top__selection .__inner::before {
  content: "";
  display: block;
  width: calc(50% + 50vw);
  height: 100%;
  background-color: #F7F5ED;
  border-radius: 0 4rem 4rem 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top__selection .top__section__title {
  margin-block: 1.5rem 4rem;
}
.top__selection .top__section__title .title__main {
  position: relative;
}
.top__selection .top__section__title .title__main::after {
  content: "";
  display: block;
  width: 10.8rem;
  height: 9.2rem;
  background: url(../images/index/top_selection_icon.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: -14.6rem;
  bottom: -0.7rem;
}
.top__selection__contents {
  padding-block: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (width <= 767px) {
  .top__selection__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.top__selection__contents .txt {
  width: 44.64%;
}
@media screen and (width <= 767px) {
  .top__selection__contents .txt {
    width: 100%;
  }
}
.top__selection__contents .txt .btn__link {
  margin-top: 3.2rem;
}
.top__selection__contents .txt .btn--color {
  background-color: #8BB129;
}
.top__selection__contents .img {
  width: 42.85%;
  border-radius: 2.5rem;
  overflow: hidden;
}
@media screen and (width <= 767px) {
  .top__selection__contents .img {
    width: 100%;
  }
}

.top__column {
  --title-color-odd: #215D7C;
  --title-color-even: #4487AA;
  margin-bottom: 7rem;
}
.top__column .top__section__title {
  margin-bottom: 4rem;
}
.top__column .btn__link {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__column .btn--color {
  background-color: var(--title-color-even);
}
@media screen and (width > 767px) {
  .top__column__slide:has(.top__column__slide__item:nth-of-type(4)) {
    padding-bottom: 3rem;
  }
  .top__column__slide:not(:has(.top__column__slide__item:nth-of-type(4))) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}
@media screen and (width <= 767px) {
  .top__column__slide:has(.top__column__slide__item:nth-of-type(2)) {
    padding-bottom: 3rem;
  }
}
.top__column__slide a.top__column__slide__item:hover img {
  scale: 1.2;
}
.top__column__slide__item {
  display: block;
  width: 24.7%;
  aspect-ratio: 3/2;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__column__slide__item {
    width: 100%;
  }
}
.top__column__slide__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top__column__slide__item::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4rem;
  background: url(../images/index/arrow_top_column.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top__column__slide__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__column__slide__item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0 5.5rem 2rem 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top__column__slide__item .txt::before {
  content: "column " attr(data-num);
  text-transform: uppercase;
  font-family: "Quicksand", serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top__column__slide .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 0;
}
.top__column__slide .splide__pagination .splide__pagination__page {
  background-color: #d3d3d3;
}
.top__column__slide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #9F9F9F;
}
.top__column__slide .slide__arrow {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__column__slide .slide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.top__column__slide .slide__arrow::before, .top__column__slide .slide__arrow::after {
  width: 5.4rem;
  height: 5.4rem;
}
@media screen and (width <= 767px) {
  .top__column__slide .slide__arrow::before, .top__column__slide .slide__arrow::after {
    width: 3rem;
    height: 3rem;
  }
}
.top__column__slide .slide__arrow.-prev {
  left: 7.5%;
}
@media screen and (width <= 767px) {
  .top__column__slide .slide__arrow.-prev {
    top: 11rem;
    left: 1rem;
  }
}
.top__column__slide .slide__arrow.-next {
  right: 7.5%;
}
@media screen and (width <= 767px) {
  .top__column__slide .slide__arrow.-next {
    top: 11rem;
    right: 1rem;
  }
}

.top__interview {
  --title-color-odd: #2C416E;
  --title-color-even: #4D69A7;
  margin-bottom: 9rem;
}
.top__interview .top__section__title {
  margin-bottom: 4rem;
}
.top__interview .btn__link {
  margin-top: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__interview .btn--color {
  background-color: var(--title-color-even);
}
@media screen and (width > 767px) {
  .top__interview__slide:has(.top__interview__slide__item:nth-of-type(4)) {
    padding-bottom: 3rem;
  }
  .top__interview__slide:not(:has(.top__interview__slide__item:nth-of-type(4))) .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
  }
}
@media screen and (width <= 767px) {
  .top__interview__slide:has(.top__interview__slide__item:nth-of-type(2)) {
    padding-bottom: 3rem;
  }
}
.top__interview__slide a.top__interview__slide__item:hover img {
  scale: 1.2;
}
.top__interview__slide__item {
  display: block;
  width: 24.7%;
  aspect-ratio: 3/2;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (width <= 767px) {
  .top__interview__slide__item {
    width: 100%;
  }
}
.top__interview__slide__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top__interview__slide__item::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4rem;
  background: url(../images/index/arrow_top_interview.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.top__interview__slide__item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top__interview__slide__item .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 0 5.5rem 2rem 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.top__interview__slide__item .txt::before {
  content: "interview " attr(data-num);
  text-transform: uppercase;
  font-family: "Quicksand", serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
.top__interview__slide .splide__pagination {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  bottom: 0;
}
.top__interview__slide .splide__pagination .splide__pagination__page {
  background-color: #d3d3d3;
}
.top__interview__slide .splide__pagination .splide__pagination__page.is-active {
  -webkit-transform: none;
          transform: none;
  background-color: #9F9F9F;
}
.top__interview__slide .slide__arrow {
  width: 5.4rem;
  height: 5.4rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (width <= 767px) {
  .top__interview__slide .slide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
.top__interview__slide .slide__arrow::before, .top__interview__slide .slide__arrow::after {
  width: 5.4rem;
  height: 5.4rem;
}
@media screen and (width <= 767px) {
  .top__interview__slide .slide__arrow::before, .top__interview__slide .slide__arrow::after {
    width: 3rem;
    height: 3rem;
  }
}
.top__interview__slide .slide__arrow.-prev {
  left: 7.5%;
}
@media screen and (width <= 767px) {
  .top__interview__slide .slide__arrow.-prev {
    top: 11rem;
    left: 1rem;
  }
}
.top__interview__slide .slide__arrow.-next {
  right: 7.5%;
}
@media screen and (width <= 767px) {
  .top__interview__slide .slide__arrow.-next {
    top: 11rem;
    right: 1rem;
  }
}

.top__faq {
  --title-color-odd: #705CB4;
  --title-color-even: #A47FD4;
  margin-bottom: 0;
  padding-block: 10rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F7F5ED), to(#F7F5ED)), url(../images/index/top_faq_separator01.png), url(../images/index/top_faq_separator02.png);
  background-image: linear-gradient(to top, #F7F5ED, #F7F5ED), url(../images/index/top_faq_separator01.png), url(../images/index/top_faq_separator02.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: 0 10rem, center top, center bottom;
  background-size: 100% calc(100% - 20rem), max(136.6rem, 100%) 10rem, max(136.6rem, 100%) 10rem;
}
.top__faq .top__section__title {
  margin-bottom: 4rem;
}
.top__faq .faq__item {
  background-color: #fff;
}
.top__faq .btn__link {
  margin-top: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top__faq .btn--color {
  background-color: var(--title-color-even);
}

#special {
  border-top: none;
}