@keyframes slider_left {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 87.7rem;
  }
}
@keyframes slider_right {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: -87.7rem;
  }
}
@keyframes slider_bottom {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 246.4rem;
  }
}
.kv {
  position: relative;
  background-position: center center, center center;
  background-repeat: no-repeat, repeat-x;
}
@media (min-width: 768px) {
  .kv {
    background-image: url(../img/top/kv_bg_pc.png), url(../img/bg01_pc.jpg);
    background-size: auto 100%, auto 100%;
    height: 90rem;
  }
}
@media screen and (max-width: 767px) {
  .kv {
    background-image: url(../img/top/kv_bg_sp.png), url(../img/bg01_sp.jpg);
    background-size: 100% 100%, auto 100%;
    height: 131rem;
  }
}
.kv_title {
  position: absolute;
}
@media (min-width: 768px) {
  .kv_title {
    width: 66.5rem;
    left: calc(50vw - 32.3rem);
    top: 37%;
  }
}
@media screen and (max-width: 767px) {
  .kv_title {
    width: 53.7rem;
    left: 11.6rem;
    top: 31.604%;
  }
}
.kv_title img {
  opacity: 0;
  transition: translate 600ms ease 0ms, opacity 600ms ease 0ms;
  translate: 3rem 0;
}
.kv_lead {
  position: absolute;
  overflow: hidden;
}
@media (min-width: 768px) {
  .kv_lead {
    width: 54.2rem;
    left: calc(50vw - 32.3rem);
    top: 69.445%;
  }
}
@media screen and (max-width: 767px) {
  .kv_lead {
    width: 53.4rem;
    left: 11.6rem;
    top: 71.146%;
  }
}
.kv_lead img {
  transition: translate 400ms ease 700ms;
  translate: 0 -110%;
}
.kv_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.667em;
  position: absolute;
}
@media (min-width: 768px) {
  .kv_scroll {
    left: calc(50vw - 60rem);
    bottom: -3.111%;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .kv_scroll {
    right: 4rem;
    bottom: -3.969%;
    font-size: 1.8rem;
  }
}
.kv_scroll > span {
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-lr;
}
.kv_scroll > i {
  width: 4em;
  height: 4em;
}
.kv.is-animated .kv_title > img {
  opacity: 1;
  translate: 0 0;
}
.kv.is-animated .kv_lead > img {
  translate: 0 0;
}
.kv.is-animated .kv_scroll {
  opacity: 1;
}

.lead {
  display: grid;
}
@media (min-width: 768px) {
  .lead {
    justify-content: center;
    grid-template-columns: 44rem 42.3rem;
    column-gap: 13.7rem;
    padding: 18rem calc(50vw - 50rem) 22rem;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    row-gap: 22rem;
    padding: 22rem 6.5rem;
  }
}
.lead_sliders {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lead_sliders {
    height: 42.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lead_sliders {
    width: 100vw;
    height: 28.8rem;
    margin: 0 -6.5rem;
  }
}
@media (min-width: 768px) {
  .lead_slider {
    position: absolute;
    background-position-x: center;
    background-position-y: 0;
    background-repeat: repeat-y;
    background-size: 100%;
    width: 20.4rem;
    height: 87.7rem;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .lead_slider {
    background-position-x: 0;
    background-position-y: center;
    background-repeat: repeat-x;
    background-size: 100%;
    width: 246.4rem;
    height: 100%;
  }
}
.lead_slider.left {
  background-image: url(../img/top/lead_slider1_pc.jpg);
  left: 0;
  animation: slider_left 40s linear 0s infinite normal none running;
}
.lead_slider.right {
  background-image: url(../img/top/lead_slider2_pc.jpg);
  right: 0;
  animation: slider_right 40s linear 0s infinite normal none running;
}
.lead_slider.bottom {
  background-image: url(../img/top/lead_slider1_sp.jpg);
  animation: slider_bottom 40s linear 0s infinite normal none running;
}

.about {
  display: grid;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about {
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 39rem 50rem;
    grid-template-rows: auto auto 1fr;
    column-gap: 11rem;
    row-gap: 6rem;
    padding: 0 calc(50vw - 50rem) 16rem;
  }
}
@media screen and (max-width: 767px) {
  .about {
    grid-template-columns: 100%;
    row-gap: 10rem;
    padding: 0 6.5rem 22rem;
  }
}
@media (min-width: 768px) {
  .about > .txt01 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.about .crd01-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .about .crd01-wrapper {
    grid-row: 1/4;
    padding-top: 4.4rem;
    padding-bottom: 44.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper {
    padding-top: 2rem;
    padding-bottom: 42.2rem;
  }
}
.about .crd01-wrapper::before {
  content: "";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  pointer-events: none;
}
@media (min-width: 768px) {
  .about .crd01-wrapper::before {
    background-image: url(../img/top/about_bg_pc.jpg);
    width: calc(50vw + 500px);
    height: 52rem;
    left: -50rem;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper::before {
    background-image: url(../img/top/about_bg_sp.jpg);
    width: 71rem;
    height: 50rem;
    left: -2.5rem;
  }
}
.about .crd01-wrapper .crd01 {
  background-image: url(../img/top/about_card_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01 {
    height: 20rem;
    box-shadow: 0 0 1rem rgba(24, 41, 53, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01 {
    height: 58rem;
    padding-top: 7rem;
    box-shadow: 0 0 2rem rgba(24, 41, 53, 0.2);
  }
}
.about .crd01-wrapper .crd01 .img01 {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01 .img01 {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.about .crd01-wrapper .crd01 .txt03 {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01 .txt03 {
    letter-spacing: 0.1em;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(1) .txt03 {
    width: 20.2rem;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(1) .img01 {
    height: 100%;
    right: 0.8rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01:nth-of-type(1) .img01 {
    height: 32.1rem;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(2) .txt03 {
    width: 20.2rem;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(2) .img01 {
    height: 100%;
    right: 6.5rem;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01:nth-of-type(2) .img01 {
    height: 32.1rem;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) {
    height: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) {
    height: 57rem;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) .txt03 {
    width: 16rem;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) .att02 {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) .att02 {
    padding-top: 21rem;
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) .img01 {
    height: 5.3rem;
    right: 5.1rem;
    bottom: 8.8rem;
  }
}
@media screen and (max-width: 767px) {
  .about .crd01-wrapper .crd01:nth-of-type(3) .img01 {
    height: 9.7rem;
    bottom: 18rem;
  }
}
@media (min-width: 768px) {
  .about .lnk02-wrapper {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.information {
  display: grid;
  background: #f8f9fa;
}
@media (min-width: 768px) {
  .information {
    justify-content: center;
    grid-template-columns: repeat(2, 44rem);
    column-gap: 12rem;
    padding: 20rem calc(50vw - 50rem);
  }
}
@media screen and (max-width: 767px) {
  .information {
    grid-template-columns: 100%;
    row-gap: 22rem;
    padding: 22rem 6.5rem;
  }
}
.information .txt03 {
  letter-spacing: 0.07em;
}

.news {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news {
    row-gap: 4.5rem;
    width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  .news {
    justify-content: center;
    row-gap: 9rem;
  }
}
@media (min-width: 768px) {
  .news .lst01 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .news .lst01 {
    margin-top: 1rem;
  }
}

.event {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .event {
    row-gap: 4.5rem;
    width: 44rem;
  }
}
@media screen and (max-width: 767px) {
  .event {
    justify-content: center;
    row-gap: 9rem;
  }
}
@media (min-width: 768px) {
  .event .lst01 {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .event .lst01 {
    margin-top: 1rem;
  }
}

.student {
  display: grid;
  background: #1eb937;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .student {
    justify-content: center;
    align-items: flex-end;
    grid-template-columns: 37rem 50rem;
    column-gap: 13rem;
    row-gap: 5.4rem;
    padding: 20rem calc(50vw - 50rem) 16rem;
  }
}
@media screen and (max-width: 767px) {
  .student {
    row-gap: 10rem;
    padding: 22rem 6.5rem;
  }
}
@media (min-width: 768px) {
  .student .txt01 {
    grid-column: 1/2;
  }
}
@media (min-width: 768px) {
  .student .lnk02-wrapper {
    grid-column: 1/2;
    padding-top: 1rem;
    padding-bottom: 3.8rem;
  }
}
@media (min-width: 768px) {
  .student_swiper {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 767px) {
  .student_swiper {
    width: 61.6rem;
  }
}
.student_swiper_wrapper {
  overflow: hidden;
}
@media (min-width: 768px) {
  .student_swiper_wrapper {
    width: calc(50vw + 2rem);
    margin-left: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .student_swiper_wrapper {
    width: 68.4rem;
  }
}

@media (min-width: 768px) {
  .banners {
    padding: 24.5rem calc(50vw - 50rem) 22rem;
  }
}
@media screen and (max-width: 767px) {
  .banners {
    padding: 22rem 6.5rem;
  }
}/*# sourceMappingURL=top.css.map */