@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.home-mv {
  height: 1000px;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .home-mv::before, .home-mv::after {
    background: center/contain no-repeat;
    content: "";
    height: calc(100% - 150px);
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -18;
  }
  .home-mv::before {
    aspect-ratio: 20/85;
    background-image: url(/assets/img/mv-bg-txt-yorisou.webp);
    left: 0;
  }
  .home-mv::after {
    aspect-ratio: 24/85;
    background-image: url(/assets/img/mv-bg-txt-honki.webp);
    right: 0;
  }
}
@media (max-width: 991px) {
  .home-mv {
    height: 74vw;
  }
}
@media (max-width: 767px) {
  .home-mv {
    height: 800px;
  }
}
.home-mv__scroll {
  background: url(/assets/img/mv-scroll.svg) center/100% no-repeat;
  bottom: 25%;
  height: 120px;
  left: 50%;
  margin-left: 600px;
  position: absolute;
  width: 18px;
  z-index: 1;
}
@media (max-width: 1365px) {
  .home-mv__scroll {
    left: auto;
    margin-left: 0;
    right: 5%;
  }
}
@media (max-width: 991px) {
  .home-mv__scroll {
    display: none;
  }
}
.home-mv__ttl {
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.home-mv__ttl-img {
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 2.5, 0.59, 1.01);
  width: 100%;
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .home-mv__ttl-img {
    object-fit: cover;
  }
}
.is-show .home-mv__ttl-img {
  opacity: 1;
  transform: scale(1);
}
.home-mv__picture {
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.home-mv__picture--01 {
  z-index: -2;
}
.home-mv__picture--02 {
  z-index: -3;
}
.home-mv__picture--03 {
  z-index: -4;
}
.home-mv__picture--04 {
  z-index: -5;
}
.home-mv__picture--05 {
  z-index: -6;
}
.home-mv__picture-img {
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0, 2.5, 0.59, 1.01);
  width: 100%;
}
@media (max-width: 767px) {
  .home-mv__picture-img {
    object-fit: cover;
  }
}
.is-show .home-mv__picture-img {
  opacity: 1;
  transform: scale(1);
}
.home-mv__picture-img--01 {
  transition-delay: 0s;
}
.home-mv__picture-img--02 {
  transition-delay: 0.1s;
}
.home-mv__picture-img--03 {
  transition-delay: 0.2s;
}
.home-mv__picture-img--04 {
  transition-delay: 0.3s;
}
.home-mv__picture-img--05 {
  transition-delay: 0.4s;
}
.home-mv__flower {
  bottom: 0;
  height: 1320px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home-mv__flower {
    bottom: auto;
    height: 100%;
    margin: 0;
    right: auto;
  }
}
.home-mv__flower--01 {
  z-index: -7;
}
.home-mv__flower--02 {
  z-index: -8;
}
.home-mv__flower--03 {
  z-index: -9;
}
.home-mv__flower-img {
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  transition-delay: 0.6s;
  width: 100%;
}
.is-show .home-mv__flower-img {
  opacity: 1;
}
.home-mv__bg {
  height: calc(100% - 150px);
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -20;
}
@media (max-width: 991px) {
  .home-mv__bg {
    height: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .home-mv__bg {
    height: calc(100% - 60px);
  }
}
.home-mv__bg--txt {
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.6s;
  z-index: -19;
}
@media (max-width: 767px) {
  .home-mv__bg--txt {
    object-fit: cover;
  }
}
.is-show .home-mv__bg--txt {
  opacity: 1;
}

.home-intro {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-intro {
    margin-top: 0;
  }
}
.home-intro__ttl {
  text-align: center;
}
.home-intro__medal {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-intro__medal {
    margin-top: 30px;
  }
}
.home-intro__note {
  display: flex;
  justify-content: start;
  margin-top: 20px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .home-intro__note {
    justify-content: center;
  }
}
.home-intro__note__wrap {
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .home-intro__note__wrap {
    max-width: 340px;
    padding-left: 0;
  }
}
.home-intro__bnr {
  margin: 0 auto 24px;
  position: relative;
  text-align: center;
  width: 870px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .home-intro__bnr {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .home-intro__bnr {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    width: 345px;
  }
}
.home-intro__bnr-img {
  width: 100%;
  border-radius: 10px;
}
.home-intro__bnr-student {
  left: -115px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .home-intro__bnr-student {
    left: -69px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .home-intro__bnr-student {
    left: -12px;
    width: 39px;
  }
}
.home-intro__sub-bnr-lists {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  position: relative;
  text-align: center;
  width: 870px;
  z-index: 0;
  gap: 24px;
}
@media (max-width: 1199px) {
  .home-intro__sub-bnr-lists {
    width: 550px;
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .home-intro__sub-bnr-lists {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
    width: 345px;
  }
}
.home-intro__sub-bnr-list {
  width: calc(50% - 12px);
}
@media (max-width: 1199px) {
  .home-intro__sub-bnr-list {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .home-intro__sub-bnr-list {
    margin-top: 30px;
    width: 100%;
  }
}
.home-intro__sub-bnr-img {
  width: 100%;
  border-radius: 10px;
}
.home-intro__bnr-mb {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .home-intro__bnr-mb {
    margin-bottom: 30px;
  }
}
.home-intro__bg {
  height: 1200px;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: -1;
}

.home-miracle {
  margin-top: 60px;
  position: relative;
  z-index: 0;
}
.home-miracle__head {
  height: 320px;
  margin-bottom: -105px;
  padding: 80px 280px 0 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-miracle__head {
    height: 205px;
    margin: 0 auto -40px;
    max-width: 400px;
    padding: 0;
  }
}
.home-miracle__head-bg {
  height: 320px;
  left: 50%;
  margin-left: -750px;
  min-width: 1500px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
@media (max-width: 767px) {
  .home-miracle__head-bg {
    height: 230px;
    margin-left: -200px;
    min-width: 400px;
    top: -35px;
  }
}
.home-miracle__lists {
  display: grid;
  gap: 5px;
  justify-content: start;
  margin: -12px auto 0 40px;
  max-width: 570px;
  transform: rotate(-5deg);
}
@media (max-width: 991px) {
  .home-miracle__lists {
    gap: 0;
    margin: 0 auto 0 5px;
    max-width: 100%;
  }
}
.home-miracle__list {
  font-size: 14px;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
@media (max-width: 991px) {
  .home-miracle__list {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .home-miracle__list {
    font-size: 10px;
  }
}
.home-miracle__list-item {
  display: inline-block;
}
.home-miracle__student {
  margin-right: -600px;
  position: absolute;
  right: 45%;
  top: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .home-miracle__student {
    margin-right: 0;
    right: -100px;
  }
}
@media (max-width: 767px) {
  .home-miracle__student {
    right: -20px;
    top: 52px;
    z-index: 1;
  }
}
.home-miracle__bg {
  height: 500px;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: -260px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-miracle__bg {
    display: none;
  }
}

.home-result-lists {
  left: 50%;
  overflow-x: hidden;
  position: relative;
  transform: translateX(-50%);
  width: 2707.5px;
  z-index: 10;
}
@media (max-width: 767px) {
  .home-result-lists {
    width: 844px;
    height: 180px;
  }
}

.home-secret {
  height: 800px;
  margin-block: -195px;
  padding-top: 260px;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-secret {
    height: 700px;
    margin-block: -65px;
    padding-top: 255px;
  }
}
@media (max-width: 767px) {
  .home-secret__ttl {
    margin-inline: auto;
    width: 253px;
  }
}
.home-secret .button-wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .home-secret .button-wrap {
    margin-top: 20px;
  }
}
.home-secret .button--more {
  max-width: 370px;
}
@media (max-width: 767px) {
  .home-secret .button--more {
    max-width: 330px;
  }
}
.home-secret__student {
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  position: absolute;
  top: 200px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-secret__student {
    top: 205px;
  }
}
.home-secret__student img {
  max-width: initial;
}
.home-secret__tag {
  left: 50%;
  pointer-events: none;
  position: absolute;
  z-index: -2;
  animation: floating 2.5s ease-in-out infinite alternate-reverse;
}
@media (min-width: 768px) {
  .home-secret__tag img {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .home-secret__tag img {
    width: 100%;
  }
}
.home-secret__tag--honki {
  animation-delay: -0.5s;
  bottom: 420px;
  margin-left: 360px;
}
@media (max-width: 767px) {
  .home-secret__tag--honki {
    bottom: 120px;
    margin-left: -160px;
    width: 140px;
  }
}
.home-secret__tag--seishain {
  animation-delay: -1s;
  bottom: 590px;
  margin-left: -440px;
}
@media (max-width: 767px) {
  .home-secret__tag--seishain {
    bottom: 548px;
    margin-left: -128px;
    width: 148px;
  }
}
.home-secret__tag--sansya {
  animation-delay: -1.5s;
  bottom: 615px;
  margin-left: -130px;
}
@media (max-width: 767px) {
  .home-secret__tag--sansya {
    bottom: 482px;
    margin-left: -78px;
    width: 92px;
  }
}
.home-secret__tag--chiiki {
  animation-delay: -2s;
  bottom: 580px;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .home-secret__tag--chiiki {
    bottom: 148px;
    margin-left: -5px;
    width: 130px;
  }
}
.home-secret__tag--kousha {
  animation-delay: -2.5s;
  bottom: 640px;
  margin-left: 51px;
}
@media (max-width: 767px) {
  .home-secret__tag--kousha {
    bottom: 610px;
    margin-left: -144px;
    width: 167px;
  }
}
.home-secret__tag--konkyo {
  animation-delay: -3s;
  bottom: 560px;
  margin-left: -285px;
}
@media (max-width: 767px) {
  .home-secret__tag--konkyo {
    bottom: 585px;
    margin-left: -172px;
    width: 167px;
  }
}
.home-secret__tag--gakkou {
  animation-delay: -3.5s;
  bottom: 625px;
  margin-left: 285px;
}
@media (max-width: 767px) {
  .home-secret__tag--gakkou {
    bottom: 74px;
    margin-left: -23px;
    width: 187px;
  }
}
.home-secret__tag--kihon {
  animation-delay: -4s;
  bottom: 535px;
  margin-left: -490px;
}
@media (max-width: 767px) {
  .home-secret__tag--kihon {
    bottom: 551px;
    margin-left: 58px;
    width: 101px;
  }
}
.home-secret__tag--50nen {
  animation-delay: -4.5s;
  bottom: 450px;
  margin-left: 405px;
}
@media (max-width: 767px) {
  .home-secret__tag--50nen {
    bottom: 120px;
    margin-left: 8px;
    width: 79px;
  }
}
.home-secret__tag--hanpuku {
  animation-delay: -5s;
  bottom: 320px;
  margin-left: -550px;
}
@media (max-width: 767px) {
  .home-secret__tag--hanpuku {
    bottom: 514px;
    margin-left: -164px;
    width: 148px;
  }
}
.home-secret__tag--tanninsei {
  animation-delay: -5.5s;
  bottom: 530px;
  margin-left: 430px;
}
@media (max-width: 767px) {
  .home-secret__tag--tanninsei {
    bottom: 53px;
    margin-left: -148px;
    width: 92px;
  }
}
.home-secret__tag--shinro {
  animation-delay: -6s;
  bottom: 260px;
  margin-left: -510px;
}
@media (max-width: 767px) {
  .home-secret__tag--shinro {
    bottom: 495px;
    margin-left: 29px;
    width: 63px;
  }
}
.home-secret__tag--hoshuu {
  animation-delay: -6.5s;
  bottom: 325px;
  margin-left: 380px;
}
@media (max-width: 767px) {
  .home-secret__tag--hoshuu {
    bottom: 117px;
    margin-left: 56px;
    width: 78px;
  }
}
.home-secret__tag--5kyouka {
  animation-delay: -7s;
  bottom: 210px;
  margin-left: -390px;
}
@media (max-width: 767px) {
  .home-secret__tag--5kyouka {
    bottom: 575px;
    margin-left: 10px;
    width: 105px;
  }
}
.home-secret__tag--jugyou {
  animation-delay: -7.5s;
  bottom: 165px;
  margin-left: -510px;
}
@media (max-width: 767px) {
  .home-secret__tag--jugyou {
    bottom: 519px;
    margin-left: 15px;
    width: 157px;
  }
}
.home-secret__tag--nekketsu {
  animation-delay: -8s;
  bottom: 165px;
  margin-left: -220px;
}
@media (max-width: 767px) {
  .home-secret__tag--nekketsu {
    bottom: 609px;
    margin-left: 36px;
    width: 128px;
  }
}
.home-secret__tag--ikitai {
  animation-delay: -8.5s;
  bottom: 180px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .home-secret__tag--ikitai {
    bottom: 192px;
    margin-left: -42px;
    width: 206px;
  }
}
.home-secret__tag--seito {
  animation-delay: -9s;
  bottom: 230px;
  margin-left: 320px;
}
@media (max-width: 767px) {
  .home-secret__tag--seito {
    bottom: 89px;
    margin-left: -169px;
    width: 130px;
  }
}
.home-secret__tag--teiki {
  animation-delay: -9.5s;
  bottom: 115px;
  margin-left: -380px;
}
@media (max-width: 767px) {
  .home-secret__tag--teiki {
    bottom: 178px;
    margin-left: -174px;
    width: 118px;
  }
}
.home-secret__bg {
  height: calc(100% + 80px);
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: -40px;
  width: 100%;
  z-index: -3;
}
@media (max-width: 767px) {
  .home-secret__bg {
    height: calc(100% + 40px);
    top: -20px;
  }
}

@keyframes floating {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.home-report {
  margin-top: -235px;
  padding-block: 165px 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-report {
    margin-top: -115px;
    padding-block: 90px 60px;
  }
}
.home-report__head {
  height: 200px;
  padding-top: 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-report__head {
    height: 190px;
    padding-top: 40px;
  }
}
.home-report__student {
  bottom: 0;
  left: 50%;
  position: absolute;
  z-index: -1;
}
.home-report__student--01 {
  margin-left: -420px;
}
@media (max-width: 991px) {
  .home-report__student--01 {
    margin-left: -48%;
    width: 18%;
  }
}
@media (max-width: 767px) {
  .home-report__student--01 {
    margin-left: -165px;
    width: 120px;
  }
}
.home-report__student--02 {
  margin-left: 220px;
}
@media (max-width: 767px) {
  .home-report__student--02 {
    margin-left: 59px;
    width: 113px;
  }
}
.home-report__bnr {
  text-align: center;
}
.home-report__bnr img {
  border-radius: 10px;
}
.home-report__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.home-report__bg--flower {
  height: 800px;
  top: 35px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-report__bg--flower {
    height: 100%;
    top: 0;
  }
}

.home-search {
  background-image: repeating-linear-gradient(to bottom, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 30px), repeating-linear-gradient(to right, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 30px);
  padding-block: 100px;
}
@media (max-width: 767px) {
  .home-search {
    background-image: repeating-linear-gradient(to bottom, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 20px), repeating-linear-gradient(to right, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 20px);
    padding-block: 80px 70px;
  }
}

.home-school__body {
  display: grid;
  grid-template-columns: 1fr 570px;
  gap: 20px;
}
@media (max-width: 1199px) {
  .home-school__body {
    grid-template-columns: 1fr 52%;
  }
}
@media (max-width: 991px) {
  .home-school__body {
    display: block;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .home-school__body {
    margin-top: 70px;
  }
}
.home-school__map {
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-school__map {
    margin-inline: auto;
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .home-school__map {
    max-width: 340px;
  }
}
.home-school__map-img {
  max-width: 100%;
  vertical-align: bottom;
}
.home-school__map-teacher {
  height: 244px;
  left: -64px;
  position: absolute;
  top: -83px;
  width: 213px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-school__map-teacher {
    height: 165px;
    left: -24px;
    top: -54px;
    width: 145px;
  }
}
.home-school__map-teacher-person {
  background: url(/assets/img/school-map-teacher.webp) center/contain no-repeat;
  height: inherit;
  width: inherit;
}
.home-school__map-teacher-hukidashi {
  animation: hukidashiIn 0.3s cubic-bezier(0, 2.05, 0.59, 1.01) forwards;
  background: url(/assets/img/school-map-hukidashi.svg) center/contain no-repeat;
  height: 90px;
  line-height: 1;
  position: absolute;
  right: -130px;
  top: 3px;
  transform-origin: left bottom;
  width: 176px;
}
@media (max-width: 767px) {
  .home-school__map-teacher-hukidashi {
    height: 59.6px;
    right: -70px;
    top: -3px;
    width: 106px;
  }
}
.is-toggle .home-school__map-teacher-hukidashi {
  animation: hukidashiIn2 0.3s cubic-bezier(0, 2.05, 0.59, 1.01) forwards;
}
.home-school__map-teacher-hukidashi::before {
  color: var(--dark-color);
  display: block;
  font-size: 27px;
  font-weight: var(--font-weight-black);
  padding: 32px 0 0 52px;
  transform: rotate(-13deg);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home-school__map-teacher-hukidashi::before {
    font-size: 16px;
    padding: 22px 0 0 31px;
  }
}
.is-saitama .home-school__map-teacher-hukidashi::before {
  content: "埼玉県!!";
}
.is-gunma .home-school__map-teacher-hukidashi::before {
  content: "群馬県!!";
}
.is-tochigi .home-school__map-teacher-hukidashi::before {
  content: "栃木県!!";
}
.home-school__tab {
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-school__tab {
    margin-top: 30px;
  }
}
.home-school__tab-teacher {
  height: 300px;
  position: absolute;
  right: 86px;
  top: -244px;
  width: 230px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-school__tab-teacher {
    height: 156px;
    right: 15px;
    top: -136px;
    width: 116px;
  }
}
.home-school__tab-teacher-person {
  height: inherit;
  width: inherit;
}
.home-school__tab-teacher-person::before {
  animation: teacherIn 0.3s cubic-bezier(0, 2.05, 0.59, 1.01) forwards;
  background: center bottom/100% no-repeat;
  content: "";
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: top;
  width: inherit;
}
@media (max-width: 767px) {
  .home-school__tab-teacher-person::before {
    top: 13px;
  }
}
.is-toggle .home-school__tab-teacher-person::before {
  animation: teacherIn2 0.3s cubic-bezier(0, 2.05, 0.59, 1.01) forwards;
}
.is-saitama .home-school__tab-teacher-person::before {
  background-image: url(/assets/img/school-tab-teacher-saitama.webp);
}
.is-gunma .home-school__tab-teacher-person::before {
  background-image: url(/assets/img/school-tab-teacher-gunma.webp);
}
.is-tochigi .home-school__tab-teacher-person::before {
  background-image: url(/assets/img/school-tab-teacher-tochigi.webp);
}
.home-school__pref {
  cursor: pointer;
}
.home-school__pref.is-active {
  fill: var(--light-color);
}
.home-school__pref-name {
  pointer-events: none;
}
.home-school__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .home-school__foot {
    gap: 15px;
    margin-top: 30px;
  }
}
.home-school__foot .button--more {
  max-width: 330px;
}

@keyframes hukidashiIn {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes hukidashiIn2 {
  0% {
    opacity: 0;
    transform: rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes teacherIn {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(1.2, 0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes teacherIn2 {
  0% {
    opacity: 0;
    transform: translateY(20%) scale(1.2, 0.8);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.home-grade {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .home-grade {
    margin-top: 120px;
  }
}
.home-grade__head {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-grade__head {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .home-grade .title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.home-grade__head-img {
  bottom: -60px;
  height: 240px;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199px) {
  .home-grade__head-img {
    height: 180px;
  }
}
@media (max-width: 991px) {
  .home-grade__head-img {
    height: 120px;
  }
}
@media (max-width: 767px) {
  .home-grade__head-img {
    bottom: 70px;
  }
}
.home-grade__head-img--01 {
  left: 140px;
}
@media (max-width: 1199px) {
  .home-grade__head-img--01 {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .home-grade__head-img--01 {
    left: 50%;
    margin-left: 10px;
  }
}
.home-grade__head-img--02 {
  right: 12px;
}
@media (max-width: 1199px) {
  .home-grade__head-img--02 {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .home-grade__head-img--02 {
    display: none;
  }
}
.home-grade__head-img img {
  height: 100%;
  object-fit: contain;
  width: auto;
}
.home-grade__courses {
  position: relative;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  z-index: 1;
}
@media (max-width: 991px) {
  .home-grade__courses {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.home-grade__course {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .home-grade__course:hover .home-grade__course-img {
    transform: scale(1.05);
  }
  .home-grade__course:hover .home-grade__course-ttl::after {
    background-position-x: 65%;
  }
}
.home-grade__course-figure {
  border-radius: 10px;
  height: 180px;
  overflow: hidden;
}
.home-grade__course-img {
  border-radius: 10px;
  height: inherit;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}
.home-grade__course-ttl {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: var(--font-weight-black);
  margin-top: 8px;
  padding-right: 40px;
  position: relative;
}
.home-grade__course-ttl::after {
  background: url(/assets/img/ico-arrow-more-white.svg) center/50% no-repeat;
  border-radius: 50%;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 4px;
  transition: background-position-x 0.3s;
  width: 30px;
}
.home-grade__course--elementary .home-grade__course-ttl::after {
  background-color: var(--elementary-color);
}
.home-grade__course--jrhighschool .home-grade__course-ttl::after {
  background-color: var(--jrhighschool-color);
}
.home-grade__course--highschool .home-grade__course-ttl::after {
  background-color: var(--highschool-color);
}
.home-grade__course-ttl-sm {
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 10px;
}
.home-grade__course-ttl-sm::before {
  background-color: var(--dark-color);
  content: "";
  height: 2px;
  width: 15px;
}

.home-results {
  padding-block: 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-results {
    padding-top: 50px;
  }
}
.home-results__inner {
  padding-inline: 345px 85px;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .home-results__inner {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .home-results__inner {
    padding-left: 0;
  }
}
.home-results .title {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .home-results .title {
    margin-bottom: 50px;
  }
}
.home-results__daruma {
  position: absolute;
  left: 50%;
  margin-left: 250px;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-results__daruma {
    margin-left: 75px;
    width: 78px;
  }
}
.home-results__sakura {
  position: absolute;
  left: 50%;
  margin-left: 390px;
  top: 0;
  z-index: -2;
}
@media (max-width: 767px) {
  .home-results__sakura {
    margin-left: 88px;
    top: -20px;
    width: 116px;
  }
}
@media (min-width: 768px) {
  .home-results__sakura img {
    max-width: initial;
  }
}
.home-results__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 15px;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-results__lists {
    gap: 20px 12px;
    justify-content: end;
    margin-inline: auto;
    max-width: 345px;
  }
}
.home-results__list {
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 991px) {
  .home-results__list {
    text-align: center;
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .home-results__list {
    width: calc(50% - 6px);
  }
}
@media (max-width: 767px) {
  .home-results__list:nth-child(3) {
    width: 45%;
  }
}
.home-results__list:nth-child(4) {
  width: 35%;
}
@media (max-width: 991px) {
  .home-results__list:nth-child(4) {
    width: 50%;
  }
}
.home-results__list:nth-child(4) img {
  width: 100%;
}
.home-results__p {
  font-size: 12px;
  text-align: right;
  padding-top: 2%;
}
@media (max-width: 767px) {
  .home-results__p {
    padding-top: 6%;
    padding-right: 8%;
  }
}
@media (max-width: 767px) {
  .home-results .button-wrap {
    margin-top: 32px;
  }
}
.home-results__bg {
  object-fit: contain;
  pointer-events: none;
  position: absolute;
}
.home-results__bg--student {
  left: -230px;
  top: -30px;
  z-index: -3;
}
@media (max-width: 767px) {
  .home-results__bg--student {
    bottom: 45px;
    left: 50%;
    margin-left: -168px;
    top: auto;
    width: 160px;
  }
}
.home-results__bg--sakura {
  height: 680px;
  left: 50%;
  margin-left: -420px;
  min-width: 1100px;
  top: 0;
  width: 100%;
  z-index: -4;
}
@media (max-width: 767px) {
  .home-results__bg--sakura {
    height: 800px;
    margin-left: -300px;
    min-width: 600px;
    top: -60px;
  }
}

.home-flow {
  padding-block: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-flow {
    padding-block: 60px;
  }
}
.home-flow__lists {
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .home-flow__lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-flow__lists {
    gap: 55px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .home-flow__list {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: calc(50% - 10px) 1fr;
  }
}
.home-flow__list:not(:last-child) {
  position: relative;
}
.home-flow__list:not(:last-child)::after {
  background-color: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  content: "";
  height: 30px;
  position: absolute;
  right: -25px;
  top: 79px;
  width: 15px;
}
@media (max-width: 767px) {
  .home-flow__list:not(:last-child)::after {
    bottom: -35px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    height: 15px;
    left: 50%;
    margin-left: -15px;
    right: auto;
    top: auto;
    width: 30px;
  }
}
@media (max-width: 991px) {
  .home-flow__list:nth-child(2)::after {
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    height: 15px;
    left: 50%;
    margin-left: -15px;
    right: auto;
    top: auto;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .home-flow__list:nth-child(2)::after {
    bottom: -35px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    height: 15px;
    left: 50%;
    margin-left: -15px;
    right: auto;
    top: auto;
    width: 30px;
  }
}
@media (max-width: 991px) {
  .home-flow__list:nth-child(3) {
    order: 4;
  }
}
@media (max-width: 767px) {
  .home-flow__list:nth-child(3) {
    order: 0;
  }
}
@media (max-width: 991px) {
  .home-flow__list:nth-child(3)::after {
    transform: scale(-1, 1);
    right: calc(100% + 10px);
  }
}
@media (max-width: 767px) {
  .home-flow__list:nth-child(3)::after {
    bottom: -35px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    height: 15px;
    left: 50%;
    margin-left: -15px;
    right: auto;
    top: auto;
    transform: none;
    width: 30px;
  }
}
.home-flow__list-img {
  border-radius: 10px;
  height: 188px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .home-flow__list-img {
    height: 122px;
  }
}
.home-flow__list-body {
  margin-top: 15px;
  padding-left: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .home-flow__list-body {
    margin-top: 0;
    padding-left: 0;
  }
}
.home-flow__list-num {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  left: 0;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .home-flow__list-num {
    flex-direction: row;
    position: static;
  }
}
.home-flow__list-num::before, .home-flow__list-num::after {
  background: center/contain no-repeat;
  content: "";
}
.home-flow__list-num::before {
  background-image: url(/assets/img/flow-num-step.svg);
  height: 15px;
  width: 48px;
}
.home-flow__list-num::after {
  background-image: url(/assets/img/flow-num-05.svg);
  height: 30px;
  width: 60px;
}
.home-flow__list:nth-child(1) .home-flow__list-num::after {
  background-image: url(/assets/img/flow-num-01.svg);
}
.home-flow__list:nth-child(2) .home-flow__list-num::after {
  background-image: url(/assets/img/flow-num-02.svg);
}
.home-flow__list:nth-child(3) .home-flow__list-num::after {
  background-image: url(/assets/img/flow-num-03.svg);
}
.home-flow__list:nth-child(4) .home-flow__list-num::after {
  background-image: url(/assets/img/flow-num-04.svg);
}
.home-flow__list-ttl {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.44;
  min-height: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-flow__list-ttl {
    justify-content: start;
    margin-top: 6px;
    min-height: auto;
    text-align: left;
  }
}
.home-flow__list-txt {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .home-flow__list-txt {
    margin-top: 3px;
    text-align: left;
  }
}
.home-flow__last {
  display: grid;
  grid-template-columns: 328px 1fr;
  margin: 65px auto 0;
  position: relative;
  width: 623px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-flow__last {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.home-flow__last::before {
  background-color: var(--main-color);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: "";
  height: 20px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: -40px;
  width: 60px;
}
.home-flow__last-img {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 767px) {
  .home-flow__last-img {
    border-radius: 10px 10px 0 0;
    height: 247px;
    object-fit: cover;
    width: 100%;
  }
}
.home-flow__last-body {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
  display: grid;
  gap: 20px;
  justify-items: center;
  place-content: center;
}
@media (max-width: 767px) {
  .home-flow__last-body {
    border-radius: 0 0 10px 10px;
    gap: 10px;
    padding: 20px 0 35px;
  }
}
.home-flow__last-num {
  display: flex;
  gap: 10px;
}
.home-flow__last-num::before, .home-flow__last-num::after {
  background: center left/contain no-repeat;
  content: "";
}
.home-flow__last-num::before {
  background-image: url(/assets/img/flow-num-step.svg);
  height: 15px;
  margin-top: 9px;
  width: 48px;
}
.home-flow__last-num::after {
  background-image: url(/assets/img/flow-num-05.svg);
  height: 30px;
  width: 60px;
}
.home-flow__last-ttl {
  font-size: 28px;
  font-weight: var(--font-weight-bold);
}
@media (max-width: 767px) {
  .home-flow__last-ttl {
    font-size: 22px;
  }
}
.home-flow__last-ttl-marker {
  position: relative;
  z-index: 0;
}
.home-flow__last-ttl-marker::after {
  background-image: linear-gradient(90deg, #fff250, #ffce00);
  bottom: -8px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-flow__last-ttl-marker::after {
    height: 6px;
  }
}
@media (max-width: 767px) {
  .home-flow .button-wrap {
    margin-top: 75px;
  }
}
.home-flow .button--more {
  max-width: 560px;
}
@media (max-width: 767px) {
  .home-flow .button--more {
    max-width: 330px;
    position: relative;
    z-index: 1;
  }
}
.home-flow__img {
  bottom: 200px;
  height: auto;
  left: 50%;
  margin-left: -700px;
  position: absolute;
  width: 1400px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-flow__img {
    bottom: 290px;
    height: 230px;
    margin-left: -50%;
    width: 100%;
    z-index: 0;
  }
}
.home-flow__img-teacher {
  bottom: -200px;
  height: inherit;
  left: 50%;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  width: 400px;
  z-index: 3;
}
@media (max-width: 767px) {
  .home-flow__img-teacher {
    width: 208px;
  }
}
.home-flow__img-teacher--left {
  margin-left: -700px;
}
@media (max-width: 767px) {
  .home-flow__img-teacher--left {
    margin-left: -215px;
  }
}
.home-flow__img-teacher--right {
  margin-left: 300px;
}
@media (max-width: 767px) {
  .home-flow__img-teacher--right {
    margin-left: 10px;
  }
}
.home-flow__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -3;
}

.home-faq {
  background-image: repeating-linear-gradient(to bottom, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 30px), repeating-linear-gradient(to right, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 30px);
  padding-block: 100px;
}
@media (max-width: 767px) {
  .home-faq {
    background-image: repeating-linear-gradient(to bottom, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 20px), repeating-linear-gradient(to right, #ECEEF4, #ECEEF4 1px, transparent 0, transparent 20px);
    padding-block: 65px 60px;
  }
}
.home-faq__head {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-faq__head {
    display: flex;
    justify-content: center;
    padding-right: 158px;
  }
}
@media (max-width: 767px) {
  .home-faq .title {
    margin-bottom: 30px;
    text-align: left;
  }
}
.home-faq__head-student {
  bottom: -60px;
  position: absolute;
}
.home-faq__head-student--left {
  left: 50%;
  margin-left: -350px;
  z-index: -1;
}
.home-faq__head-student--right {
  margin-right: -400px;
  right: 50%;
  z-index: -2;
}
@media (max-width: 991px) {
  .home-faq__head-student--left {
    left: 30px;
    margin-left: 0;
  }
  .home-faq__head-student--right {
    margin-right: 0;
    right: 10px;
  }
  .home-faq__head-student img {
    height: 120px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .home-faq__head-student {
    bottom: 0;
  }
  .home-faq__head-student--left {
    left: 50%;
    margin-left: 26px;
  }
  .home-faq__head-student--right {
    margin-right: -180px;
    right: 50%;
  }
}

.home-column {
  background-image: linear-gradient(#E3F7FF, #D0F1FF);
  padding-block: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-column {
    padding-block: 60px;
  }
}
@media (max-width: 767px) {
  .home-column .button-wrap {
    margin-top: 30px;
  }
}
.home-column__bg {
  height: 280px;
  left: 50%;
  margin-left: -700px;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 50px;
  min-width: 1400px;
  z-index: -2;
}
@media (max-width: 767px) {
  .home-column__bg {
    height: 300px;
    margin-left: -300px;
    min-width: 600px;
    object-fit: cover;
    top: 15px;
  }
}
.home-column__bg--stationery {
  z-index: 1;
}

.home-about-wrap {
  background-color: #F7FEFF;
  padding-block: 100px;
}
@media (max-width: 767px) {
  .home-about-wrap {
    padding-block: 60px;
  }
}
.home-about-container {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .home-about-container {
    gap: 80px;
    grid-template-columns: 1fr;
  }
}
.home-about__head {
  position: relative;
  z-index: 0;
}
.home-about .title {
  margin-bottom: 30px;
}
.home-about__head-bg {
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.home-about__body {
  position: relative;
  z-index: 0;
}
.home-about__img {
  border-radius: 10px;
  height: 220px;
  object-fit: cover;
  width: 100%;
}
.home-about__txt {
  margin-top: 20px;
}
.home-about .button-wrap {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-about .button-wrap {
    margin-top: 30px;
  }
}
.home-about--success .home-about__head-bg {
  height: 120px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media (max-width: 767px) {
  .home-about--success .home-about__head-bg {
    min-width: 120%;
    top: -40%;
  }
}
@media (max-width: 767px) {
  .home-about--movie .home-about__head {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .home-about--movie .title {
    margin-bottom: 36px;
  }
}
.home-about--movie .home-about__head-bg {
  right: 0;
  top: -10px;
  width: 107px;
}
@media (max-width: 767px) {
  .home-about--movie .home-about__head-bg {
    left: 50%;
    margin-left: 60px;
    right: auto;
    top: -30px;
    width: 96px;
  }
}

.home-news {
  padding-block: 100px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .home-news {
    padding-block: 60px 115px;
  }
}
.home-news__head, .home-news__foot {
  position: relative;
  z-index: 0;
}
.home-news .title {
  text-align: left;
}
@media (max-width: 767px) {
  .home-news .title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.home-news .button--more {
  max-width: 480px;
}
@media (max-width: 767px) {
  .home-news .button--more {
    max-width: 330px;
  }
}
.home-news__student {
  pointer-events: none;
  position: absolute;
  transition-delay: 0.3s;
  z-index: -1;
}
.home-news__student--top-left {
  left: -20px;
  top: -125px;
  z-index: 1;
}
@media (max-width: 1365px) {
  .home-news__student--top-left {
    top: -110px;
    width: 220px;
  }
}
@media (max-width: 991px) {
  .home-news__student--top-left {
    top: -100px;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .home-news__student--top-left {
    left: -15px;
    top: -30px;
    width: 140px;
  }
}
.home-news__student--top-right {
  right: -100px;
  top: -200px;
  z-index: 1;
}
@media (max-width: 991px) {
  .home-news__student--top-right {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .home-news__student--top-right {
    right: -45px;
    top: -113px;
    width: 164px;
  }
}
.home-news__student--bottom {
  bottom: -158px;
}
@media (max-width: 1199px) {
  .home-news__student--bottom {
    bottom: -140px;
    height: 115px;
  }
  .home-news__student--bottom img {
    height: 100%;
    object-fit: contain;
    width: auto;
  }
}
.home-news__student--bottom-01 {
  left: -140px;
}
@media (max-width: 1199px) {
  .home-news__student--bottom-01 {
    left: -20px;
  }
}
.home-news__student--bottom-02 {
  right: -125px;
}
@media (max-width: 1199px) {
  .home-news__student--bottom-02 {
    right: -10px;
  }
}

.home-bnr {
  text-align: center;
  position: relative;
}
.home-bnr-img {
  border-radius: 10px;
}
.home-bnr--info {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .home-bnr--info {
    margin-top: 40px;
  }
}
.home-bnr-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-bnr-lists {
    gap: 20px;
  }
}
.home-bnr-list {
  width: calc(33.3333333333% - 17px);
}
@media (max-width: 767px) {
  .home-bnr-list {
    max-width: 345px;
    width: 100%;
  }
}
.home-bnr-list img {
  width: 100%;
}
.home-bnr__foot {
  width: 100%;
  max-width: 330px;
  margin: 70px auto 70px;
}
@media (max-width: 767px) {
  .home-bnr__foot {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}