@charset "UTF-8";
/* ===================================================================
CSS information

file name  : homepage.css
author     : Abilive
style info : トップページ
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-home-intro {
  position: relative;
  padding-top: 10rem;
}
.p-home-intro__ic {
  position: relative;
  z-index: 2;
  width: 3.71rem;
  height: 3.71rem;
  margin-inline: auto;
}
.p-home-intro__catch {
  position: relative;
  z-index: 2;
  margin-top: 1.42rem;
  font-family: var(--font-family-jp-mincho);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-home-intro__catch {
    font-size: 3.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__catch {
    font-size: 3.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__catch {
    font-size: 2.21rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-home-intro__catch {
    width: calc(1320 / 1440 * 100%);
    max-width: calc(1320px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-intro__catch {
    max-width: calc(1320px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-intro__catch {
    max-width: calc(1320px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__catch {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__catch {
    width: calc(343 / 375 * 100%);
  }
}
html:lang(en) .p-home-intro__catch {
  line-height: 1.4;
}
.p-home-intro__list {
  margin-top: 2.14rem;
  position: relative;
  z-index: 2;
  max-width: 48.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__list {
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .p-home-intro__list {
    max-width: 53.57rem;
  }
}
@media only screen and (max-width: 767px) {
  html:lang(en) .p-home-intro__list {
    width: calc(343 / 375 * 100%);
  }
}
.p-home-intro__list-li {
  width: calc(160 / 676 * 100%);
  border-radius: 0.42rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  padding: 0.5rem 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .p-home-intro__list-li:not(:nth-child(4n+1)) {
    margin-left: calc(12 / 676 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__list-li {
    width: 49%;
  }
  .p-home-intro__list-li:nth-child(2n) {
    margin-left: 2%;
  }
  .p-home-intro__list-li:nth-child(n+3) {
    margin-top: 1rem;
  }
  html:lang(en) .p-home-intro__list-li {
    padding: 0.5rem 0.5rem;
    line-height: 1.2;
  }
}
.p-home-intro__list-li .t {
  max-width: calc(100% - (var(--icon-font-size) + 0.5rem));
}
.p-home-intro__list-li .o-icon {
  display: inline-block;
  margin-right: 0.5rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.p-home-intro__list-li svg {
  fill: #fff;
}
.p-home-intro__loop {
  margin-top: 2.85rem;
  overflow: hidden;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  --per-slide-duration: 2.5s;
  --slide-count: 7;
  --slide-reproduction: 3;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__loop {
    margin-top: 2.14rem;
  }
}
@-webkit-keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes scrollRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scrollRight {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.p-home-intro__loop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-home-intro__loop-inner:nth-child(n+2) {
  margin-top: 0.71rem;
}
.p-home-intro__loop-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-intro__loop-slider--lt {
  -webkit-animation: scrollLeft calc(var(--per-slide-duration) * var(--slide-count) * var(--slide-reproduction)) infinite linear both;
          animation: scrollLeft calc(var(--per-slide-duration) * var(--slide-count) * var(--slide-reproduction)) infinite linear both;
}
.p-home-intro__loop-slider--rt {
  -webkit-animation: scrollRight calc(var(--per-slide-duration) * var(--slide-count) * var(--slide-reproduction)) infinite linear both;
          animation: scrollRight calc(var(--per-slide-duration) * var(--slide-count) * var(--slide-reproduction)) infinite linear both;
}
@media only screen and (min-width: 1025px) {
  .p-home-intro__loop-item {
    width: 16.21rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__loop-item {
    width: 13.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__loop-item {
    width: 12.28rem;
  }
}
.p-home-intro__loop-item .inner {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .p-home-intro__loop-item .inner {
    width: 15.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-intro__loop-item .inner {
    width: 12.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-intro__loop-item .inner {
    width: 11.78rem;
  }
}
.p-home-intro__loop-item .inner img {
  height: auto;
  border-radius: 0.51rem;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__loop-item .inner img {
    border-radius: 0.38rem;
  }
}
.p-home-intro__btn {
  margin-top: 2.85rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__btn {
    width: calc(311 / 375 * 100%);
  }
}
.p-home-intro__btn .c-btn {
  width: 22.14rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-home-intro__btn .c-btn {
    min-width: auto;
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .p-home-intro__btn .c-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 22.14rem;
  }
}

.p-home-contents {
  position: relative;
  margin-top: 11.42rem;
  padding: 3.57rem 0;
}
@media only screen and (max-width: 767px) {
  .p-home-contents {
    margin-top: 6.42rem;
    padding: 0 0 4.28rem;
  }
}
.p-home-contents::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  background: url(../images/home/bg_black.png) no-repeat left/cover;
}
.p-home-contents__btn, .p-home-contents__inner {
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
  width: calc(1204 / 1440 * 100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-home-contents__btn, .p-home-contents__inner {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-contents__btn, .p-home-contents__inner {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-contents__btn, .p-home-contents__inner {
    width: calc(349 / 375 * 100%);
  }
}
.p-home-contents__slider {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.57rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents__slider {
    margin-top: 2.14rem;
  }
}
.p-home-contents .c-swiper {
  overflow: visible;
}
.p-home-contents .c-swiper__inner {
  overflow: visible !important;
}
.p-home-contents .c-swiper .c-swiper-arrow--next {
  right: calc(130 / 1204 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-contents .c-swiper .c-swiper-arrow--next {
    right: calc(80 / 1204 * 100%);
  }
}
.p-home-contents .c-swiper .c-swiper-arrow--first {
  left: calc(70 / 1204 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-home-contents .c-swiper .c-swiper-arrow--first {
    left: calc(100 / 1204 * 100%);
  }
}
.p-home-contents .c-swiper__slide {
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-home-contents .c-swiper__slide .c-card__item {
  height: 100%;
  width: calc(279 / 291 * 100%);
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-home-contents .c-swiper__slide .c-card__item-text {
    padding: 0.85rem 1.42rem 1.42rem;
  }
}
.p-home-contents .c-swiper__slide .c-card__item-text .c-title {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.6;
}
.firefox .p-home-contents .c-swiper__slide .c-card__item-text .c-title, .ie .p-home-contents .c-swiper__slide .c-card__item-text .c-title {
  max-height: 6.4em;
}
.p-home-contents .c-swiper__slide .c-card__item-data {
  margin-top: 0;
  margin-bottom: 0;
}
.p-home-contents .c-swiper__slide .c-card__item:has(.c-card__item-num) {
  height: calc(100% - 1.42rem);
  margin-top: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents .c-swiper__slide .c-card__item:has(.c-card__item-num) {
    margin-top: 2.14rem;
    height: calc(100% - 2.14rem);
  }
}
.p-home-contents .c-swiper.is-swiper-none .c-swiper__slide {
  width: calc(291 / 1204 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-contents .c-swiper.is-swiper-none .c-swiper__slide {
    width: calc(371 / 1204 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-contents .c-swiper.is-swiper-none .c-swiper__slide {
    width: calc(281 / 349 * 100%);
  }
  .p-home-contents .c-swiper.is-swiper-none .c-swiper__slide > * {
    width: 100%;
  }
}
.p-home-contents__btn {
  margin-top: 2.85rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents__btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-home-contents__btn {
    width: calc(311 / 375 * 100%);
  }
}
.p-home-contents__btn .c-btn {
  width: 22.14rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents__btn .c-btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  html:lang(en) .p-home-contents__btn .c-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 22.14rem;
  }
}
.p-home-contents--rank::before {
  content: "";
  width: calc(840 / 1440 * 100%);
  border-bottom-left-radius: 11.42rem;
  overflow: hidden;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-contents--rank::before {
    width: 75%;
    top: 5%;
    height: 95%;
  }
}
.p-home-contents--rank .p-ranking__area {
  margin-top: 2.14rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents--rank .p-ranking__area {
    margin-top: 2.85rem;
  }
}
.p-home-contents--rank .p-ranking__area .c-card {
  width: auto;
  max-width: unset;
}
@media only screen and (min-width: 1441px) {
  .p-home-contents--rank .p-ranking__area .c-card {
    margin-right: 2.85rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .p-home-contents--rank .p-ranking__area .c-card {
    margin-right: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-contents--rank .p-ranking__area .c-card {
    margin-right: 2.14rem;
    --cols: 4;
    --item-size: 291;
  }
}
.p-home-contents--rank .p-ranking__area .c-card__item-inner {
  position: relative;
  margin-top: 2.14rem;
}
@media only screen and (max-width: 767px) {
  .p-home-contents--rank .p-ranking__area .c-card__item-inner {
    margin-top: 2.85rem;
  }
}
.p-home-contents--expe {
  margin-top: 7.14rem;
}
@media only screen and (min-width: 768px) {
  .p-home-contents--expe {
    padding: 4.64rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-contents--expe {
    padding-top: 2.14rem;
    margin-top: 4.28rem;
  }
}
.p-home-contents--expe::before {
  content: "";
  width: calc(1380 / 1440 * 100%);
  border-top-right-radius: 11.42rem;
  overflow: hidden;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-contents--expe::before {
    width: 95%;
    top: 0;
    height: 100%;
  }
}

.p-home-course {
  margin-right: auto;
  margin-left: auto;
  margin-top: 7.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1025px) {
  .p-home-course {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-home-course {
    max-width: calc(1200px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-home-course {
    max-width: calc(1200px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-course {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course {
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .p-home-course {
    padding-bottom: 11.42rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-course {
    padding-bottom: 5.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course {
    padding-bottom: 5.71rem;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-home-course {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .p-home-course {
    margin-top: 4.28rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home-course .js-move-ts {
    width: 100%;
    margin-top: 2.85rem;
  }
  .p-home-course .c-btn {
    width: 22.14rem;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .p-home-course .c-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  html:lang(en) .p-home-course .c-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 22.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course .c-title--lead {
    font-size: 1.71rem;
  }
}
.p-home-course__text {
  width: calc(240 / 1200 * 100%);
  margin-right: calc(60 / 1200 * 100%);
}
@media only screen and (max-width: 1024px) {
  .p-home-course__text {
    width: 100%;
    margin-right: 0;
  }
}
.p-home-course__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 0.57rem;
  width: calc(900 / 1200 * 100%);
  position: relative;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .p-home-course__overview {
    width: 100%;
    margin-top: 2.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course__overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-course__overview-text {
  width: calc(300 / 900 * 100%);
  padding: 1.07rem calc(25 / 900 * 100%);
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 1.78rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-course__overview-text {
    width: calc(350 / 900 * 100%);
    row-gap: 1.07rem;
    padding: 2.5rem 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course__overview-text {
    row-gap: 1.07rem;
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }
}
.p-home-course__overview-text .c-arrow-btn {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-home-course__overview-slider {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: calc(600 / 900 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-course__overview-slider {
    width: calc(550 / 900 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-course__overview-slider {
    width: 100%;
  }
}
.p-home-course__overview-slider .c-swiper__inner {
  height: 100%;
}
.p-home-course__overview-slider .c-swiper__slide {
  height: 100%;
}
.p-home-course__overview-slider .c-swiper__slide .img {
  height: 100%;
}
.p-home-course__overview-slider .c-swiper__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-home-course__overview .c-swiper-pagination {
  margin-top: 0;
  position: absolute;
  z-index: 5;
  left: 1.42rem;
  bottom: 1.42rem;
  width: auto !important;
}
@media only screen and (max-width: 767px) {
  .p-home-course__overview .c-swiper-pagination {
    bottom: 0.71rem;
  }
}

.p-home-faq {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .p-home-faq {
    padding: 7.14rem 0 8.57rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home-faq {
    padding: 5.71rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-faq {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-faq .c-btn {
    margin-top: 0.71rem;
  }
}
.p-home-faq .inner {
  width: calc(1320 / 1440 * 100%);
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-home-faq .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.14rem;
    margin-right: auto;
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-home-faq__left {
    width: calc(240 / 1320 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-faq__left {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-home-faq__left .c-btn {
    margin-top: 2.85rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-faq__left .c-btn {
    margin-top: 1.42rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-home-faq__right {
    width: calc(1020 / 1320 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-home-faq__right {
    width: 100%;
  }
}
.p-home-faq__right .c-faq-qa__q {
  color: var(--color-main-black);
}
@media only screen and (min-width: 1025px) {
  .p-home-faq__right .c-faq__answer {
    padding-left: 3rem;
  }
}
.p-home-faq__right .o-icon {
  fill: var(--color-main-black) !important;
}

.l-footer {
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    background-image: url(../images/common/bg_dark-pc.png);
  }
}
@media only screen and (max-width: 767px) {
  .l-footer {
    background-image: url(../images/common/bg_dark-sp.png);
  }
}