html {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  position: relative
}
@media screen and (max-width: 767px) {
  html {
    font-size: clamp(14px, 4vw, 16px)
  }
}
body {
  width: 100%;
  line-height: 2;
  letter-spacing: .02em;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #333
}
body.is_active {
  height: 100%;
  overflow: hidden
}
body.is_active .main_event_sticker {
  opacity: 0;
  pointer-events: none
}
main {
  padding-bottom: 7.5rem;
  overflow: hidden
}
.general_header--top {
  position: relative;
  z-index: 4
}
.header_main {
  height: 100vh;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  max-width: 2500px;
  z-index: 2
}
.header_main--over {
  z-index: 0
}
.header_main--404 {
  height: auto
}
@media screen and (max-width: 767px) {
  .header_main {
    position: relative;
    height: auto !important
  }
}
.header_btn {
  position: fixed;
  right: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999
}
@media screen and (max-width: 1280px) {
  .header_btn {
    right: 2%
  }
}
@media screen and (max-width: 767px) {
  .header_btn {
    display: none
  }
}
@media screen and (max-height: 600px) {
  .header_btn {
    top: 300px
  }
}
img {
  height: auto
}
a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}
a:hover {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: .6
}
.wide_content, .narrower_content, .narrow_content, .middle_content {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3
}
@media screen and (max-width: 1280px) {
  .wide_content, .narrower_content, .narrow_content, .middle_content {
    padding-left: 5%;
    padding-right: 5%
  }
}
.middle_content {
  max-width: 835px
}
@media screen and (max-width: 1280px) {
  .middle_content {
    max-width: 850px
  }
}
.narrow_content {
  max-width: 695px
}
@media screen and (max-width: 1280px) {
  .narrow_content {
    max-width: 850px
  }
}
.narrower_content {
  max-width: 665px
}
@media screen and (max-width: 1280px) {
  .narrower_content {
    max-width: 850px
  }
}
.main_content {
  position: relative;
  z-index: 3
}
.white_area {
  background: #fff
}
.bk_blue_gradation {
  padding-top: 11.32rem;
  padding-bottom: 5rem;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(4%, #eff8ff), to(#eaf6ff)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eff8ff 4%, #eaf6ff 100%) 0% 0% no-repeat padding-box
}
@media screen and (max-width: 600px) {
  .bk_blue_gradation {
    padding-top: 3rem
  }
}
.wave_wrap {
  position: relative
}
.wave {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  max-width: 2500px
}
.wave img {
  width: 100%
}
.wave--course {
  top: -10vw;
  z-index: -1
}
.wave--under {
  z-index: -1
}
.wave--gradation {
  top: -3rem;
  z-index: auto
}
@media screen and (min-width: 1920px) {
  .wave--gradation {
    top: -5rem
  }
}
@media screen and (max-width: 767px) {
  .wave img {
    width: 200%
  }
  .wave--course {
    top: -20vw
  }
  .wave--gradation {
    top: -10vw
  }
}
@media screen and (max-width: 600px) {
  .wave--gradation {
    top: -20vw
  }
}
.wave_relative {
  position: relative;
  text-align: center;
  max-width: 2500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.wave_relative img {
  width: 100%
}
@media screen and (max-width: 600px) {
  .wave_relative img {
    width: 200%
  }
}
.global_modal {
  height: 100vh;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -20px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.global_modal.is_active {
  opacity: 1;
  pointer-events: auto;
  right: 0px
}
.global_modal__inner {
  background: rgba(0, 0, 0, 0) linear-gradient(46deg, #ffffff 0%, #f0fcff 100%) 0% 0% no-repeat padding-box;
  width: 70%;
  height: 100%;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
  padding-left: 30px
}
.global_modal__nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto 1fr;
  gap: 30px 50px
}
.global_modal__nav .posi01 {
  grid-column: 1/2;
  grid-row: 1/3
}
.global_modal__nav .posi02 {
  grid-column: 2/3;
  grid-row: 1/3
}
.global_modal__nav .posi03 {
  grid-column: 3/4;
  grid-row: 1/3
}
.global_modal__nav .posi04 {
  grid-column: 4/5;
  grid-row: 1/2
}
.global_modal__nav .posi05 {
  grid-column: 4/5;
  grid-row: 2/3
}
@media screen and (max-width: 1280px) {
  .global_modal__inner {
    width: 85%
  }
}
@media screen and (max-width: 1005px) {
  .global_modal__inner {
    width: 100%;
    padding-left: 0
  }
  .global_modal__nav {
    gap: 30px 3%;
    width: 80vw
  }
}
@media screen and (max-width: 1005px) {
  .global_modal__nav {
    gap: 30px 1%
  }
}
@media screen and (max-width: 767px) {
  .global_modal__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5rem;
    border-top: 1px solid #dcebfa;
    gap: 0;
    width: auto;
    max-width: 400px
  }
  .global_modal__footer {
    text-align: center
  }
}
.global_modal_img {
  width: 30%;
  height: 100%;
  position: relative
}
.global_modal_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width: 1280px) {
  .global_modal_img {
    width: 15%
  }
}
@media screen and (max-width: 1005px) {
  .global_modal_img {
    width: 0
  }
}
.global_modal_content {
  display: block;
  overflow: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 2px;
  margin-right: auto
}
@media screen and (max-width: 767px) {
  .global_modal_content {
    margin-top: 100px;
    height: calc(100vh - 110px);
    height: 100vh;
    padding-bottom: 50px;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 10px;
    padding-top: 0
  }
}
@media screen and (max-width: 1005px) {
  .global_modal_content {
    padding-left: 5%
  }
}
.global_nav_block {
  line-height: 1.5
}
.global_nav_block__ttl {
  font-size: 24px;
  color: #8cb6e2;
  margin-bottom: .3em;
  letter-spacing: .03em
}
.global_nav_block__list {
  padding-left: .2em;
  margin-bottom: 1.5rem
}
.global_nav_block__list a {
  color: #01296d;
  font-size: 13px;
  line-height: 1.9;
  display: inline-block;
  letter-spacing: .02em
}
@media screen and (max-width: 1005px) {
  .global_nav_block__ttl {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media screen and (max-width: 767px) {
  .global_nav_block {
    border-bottom: 1px solid #dcebfa
  }
  .global_nav_block__ttl::after {
    display: inline-block;
    content: "";
    width: .4em;
    height: 1.2em;
    background: url("../images/common/simple_arrow.svg") center center/contain no-repeat;
    vertical-align: middle;
    -webkit-transition: .3s ease;
    transition: .3s ease
  }
  .global_nav_block__ttl.open::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
  }
  .global_nav_block__ttl--dlink::after {
    display: none
  }
  .global_nav_block__ttl a {
    display: block;
    width: 100%
  }
  .global_nav_block__list {
    height: 0;
    overflow: hidden;
    margin-bottom: 0
  }
  .global_nav_block__list li {
    margin-bottom: 0;
    border-bottom: 1px dotted #dcebfa;
    padding: 10px 0 10px 20px
  }
  .global_nav_block__list li:last-child {
    border-bottom: none;
    margin-bottom: 0
  }
  .global_nav_block__list a {
    font-size: 15px;
    display: block;
    width: 100%
  }
  .global_nav_block__ttl {
    font-size: 16px;
    margin-bottom: 0;
    padding: 15px 10px
  }
  .global_nav_block__ttl.open {
    border-bottom: 1px solid #dcebfa
  }
  .global_nav_block__ttl.open + .global_nav_block__list {
    height: auto
  }
}
.global_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px
}
.global_sns li a img {
  vertical-align: middle
}
@media screen and (max-width: 767px) {
  .global_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
  }
}
.global_address {
  color: #01296d;
  line-height: 1.5
}
.global_address p {
  font-size: 13px
}
.global_address__logo {
  margin-bottom: 10px
}
.global_address__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  margin-bottom: 5px
}
.global_address__link {
  font-size: 13px;
  display: block
}
@media screen and (max-width: 600px) {
  .global_address__logo {
    text-align: center
  }
  .global_address__logo img {
    width: 70%
  }
}
.sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem
}
.sub_nav li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
.sub_nav a {
  display: block;
  border: 1px solid #dcebfa;
  text-align: center;
  background: #fff;
  color: #01296d;
  width: 100%;
  line-height: 1.5;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.open_modal {
  display: block;
  position: fixed;
  color: #01296d;
  height: 32px;
  top: 50px;
  right: 50px;
  z-index: 99;
  font-size: 11px;
  text-align: center;
  letter-spacing: .04em;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 8px;
  width: 53px
}
.open_modal span.line {
  position: relative;
  display: block;
  font-size: 10px;
  text-align: center;
  height: 100%;
  line-height: 1
}
.open_modal span.line span {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #01296d;
  -webkit-transition: .1s ease;
  transition: .1s ease
}
.open_modal span.line::before, .open_modal span.line::after {
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  background: #01296d;
  position: absolute;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.open_modal span.line::before {
  top: 0
}
.open_modal span.line::after {
  top: 21px
}
.open_modal.is_active span.line span {
  opacity: 0
}
.open_modal.is_active span.line::before {
  top: 13px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}
.open_modal.is_active span.line::after {
  top: 14px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg)
}
@media screen and (max-width: 1280px) {
  .open_modal {
    top: 20px;
    right: 20px
  }
}
@media screen and (max-width: 600px) {
  .open_modal {
    top: 20px;
    right: 2%
  }
}
.icon_after::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url("../images/common/youtube.svg") center center/contain no-repeat;
  bottom: .1em;
  width: 2em;
  height: 1.1em
}
.icon_before {
  line-height: .8
}
.icon_before::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url("../images/common/school.svg") center center/contain no-repeat;
  bottom: .2em;
  width: 2em;
  height: 2em
}
.icon_before--mr::before {
  margin-right: .5em
}
.icon_before.hot-news::before {
  background: url("../images/common/megaphone.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.report::before {
  background: url("../images/common/hat.svg") center center/contain no-repeat;
  bottom: .2em
}
.icon_before.tennis::before {
  background: url("../images/common/tennis.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.art::before {
  background: url("../images/common/art.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.activity-running::before {
  background: url("../images/common/shoes.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.fencing::before {
  background: url("../images/common/fencing.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.karate::before {
  background: url("../images/common/karate.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.gymnastics::before {
  background: url("../images/common/gymnastics.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.rhythmic-gymnastics::before {
  background: url("../images/common/gymnastics.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.library-news::before {
  background: url("../images/common/book.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.inter-act::before {
  background: url("../images/common/shaking_hands.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.none::before {
  display: none
}
.icon_before.calligraphy::before {
  background: url("../images/common/shodo.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.natural-observation::before {
  background: url("../images/common/science.svg") center center/contain no-repeat;
  bottom: .3em
}
.icon_before.bookkeeping::before {
  background: url("../images/common/computer.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.interact::before {
  background: url("../images/common/shaking_hands.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.court-music::before {
  background: url("../images/common/gagaku.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.music::before {
  background: url("../images/common/music.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before.manor-life::before {
  background: url("../images/common/manner_life.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--general::before {
  bottom: .2em
}
.icon_before--39::before {
  background: url("../images/common/megaphone.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--library_news::before {
  background: url("../images/common/book.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--40::before {
  background: url("../images/common/hat.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--31::before, .icon_before--2::before {
  background: url("../images/common/tennis.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--36::before, .icon_before--7::before {
  background: url("../images/common/art.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--49::before, .icon_before--50::before {
  background: url("../images/common/shoes.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--4::before, .icon_before--33::before {
  background: url("../images/common/fencing.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--5::before, .icon_before--34::before {
  background: url("../images/common/gymnastics.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--6::before, .icon_before--35::before {
  background: url("../images/common/karate.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--7::before, .icon_before--36::before {
  background: url("../images/common/art.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--8::before, .icon_before--41::before {
  background: url("../images/common/shodo.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--10::before, .icon_before--42::before {
  background: url("../images/common/science.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--14::before, .icon_before--11::before, .icon_before--43::before, .icon_before--46::before {
  background: url("../images/common/computer.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--12::before, .icon_before--44::before {
  background: url("../images/common/shaking_hands.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--13::before, .icon_before--45::before {
  background: url("../images/common/gagaku.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--15::before, .icon_before--37::before {
  background: url("../images/common/music.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--16::before, .icon_before--47::before {
  background: url("../images/common/manner_life.svg") center center/contain no-repeat;
  bottom: 0
}
.icon_before--small::before {
  width: 1em;
  height: 1em;
  bottom: .1em !important;
  margin-right: .2em
}
.main_visual {
  height: 100vh;
  height: var(--fullvh);
  position: relative;
  max-height: 1000px;
  min-height: 950px;
  margin-bottom: 7.5rem;
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto
}
.main_visual--page {
  min-height: unset;
  margin-bottom: 1.13rem;
  height: auto !important
}
.main_visual--page_principal {
  max-height: unset !important;
  height: 31vw !important
}
.main_visual--page_short {
  height: 28vw !important
}
.main_visual__page {
  width: 62.7%;
  position: relative;
  left: 0;
  margin-top: 175px;
  margin-bottom: 100px;
  height: 41vw;
  max-height: 680px
}
.main_visual__page::after {
  display: block;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../images/page/main_visual_cover@2x.png") right center/auto 100% no-repeat;
  right: -2px;
  bottom: 0;
  z-index: 1
}
.main_visual__page img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0
}
.main_visual__page--small {
  height: 23vw;
  margin-bottom: 0
}
.main_visual__page--middle {
  margin-bottom: 0;
  height: 27.7vw
}
.main_visual--404 {
  margin-top: 300px
}
@media screen and (max-width: 767px) {
  .main_visual {
    height: auto !important;
    max-height: unset;
    padding-top: 15px
  }
  .main_visual--page_principal {
    max-height: unset !important;
    height: 60vw !important
  }
  .main_visual--page_short {
    height: 22vw !important
  }
  .main_visual__page {
    height: 100vw;
    margin-top: 0;
    margin-bottom: 1rem
  }
  .main_visual__page img.right_shift {
    -o-object-position: 20% 0;
    object-position: 20% 0
  }
  .main_visual__page--small {
    height: 50vw;
    margin-bottom: 0
  }
  .main_visual__page--small img {
    -o-object-position: -33vw 0;
    object-position: -33vw 0
  }
  .main_visual__page--small img.left_shift {
    -o-object-position: -45vw 0;
    object-position: -45vw 0
  }
  .main_visual__page--small img.right_shift {
    -o-object-position: -20vw 0;
    object-position: -20vw 0
  }
  .main_visual__page--principal img {
    -o-object-position: 44% 0;
    object-position: 44% 0
  }
  .main_visual__page--uniform img {
    -o-object-position: 24% 0;
    object-position: 24% 0
  }
  .main_visual__page--access img {
    -o-object-position: 29% 0;
    object-position: 29% 0
  }
  .main_visual__page--promise img {
    -o-object-position: 59% 0;
    object-position: 59% 0
  }
  .main_visual--404 {
    margin-top: 200px
  }
}
@media screen and (max-width: 600px) {
  .main_visual--page_short {
    height: 28vw !important
  }
}
.main_visual, .header_main {
  max-height: 1280px
}
@media screen and (max-width: 767px) {
  .main_visual, .header_main {
    max-height: unset
  }
}
.main_visual_logo {
  line-height: 1.5;
  position: absolute;
  top: 47px;
  left: 32px;
  z-index: 1
}
.main_visual_logo__ttl {
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.9
}
@media screen and (max-width: 1280px) {
  .main_visual_logo {
    width: 70%;
    max-width: 665px;
    top: 30px
  }
  .main_visual_logo img {
    width: 100%
  }
}
@media screen and (max-width: 767px) {
  .main_visual_logo {
    top: 0;
    left: 0;
    position: relative;
    margin-top: 25px;
    margin-left: 5%
  }
  .main_visual_logo__ttl {
    font-size: 3vw
  }
}
.main_image {
  width: 50%;
  /* height: 100%; */
  position: absolute;
  left: 6.6%;
  top: 0
}
.main_image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/top/video_mask@2x.png") center top/100% auto no-repeat;
  z-index: 1
}
.main_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}
.main_image__video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: 3rem
  }
  .main_image__video {
    position: relative;
    width: 95%;
    left: 2.5%;
    height: 110vw;
    -o-object-fit: cover;
    object-fit: cover
  }
  .main_image::after {
    display: none
  }
}
.main_txt {
  position: relative;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  left: 64%;
  top: 18%
}
.main_txt__sub {
  font-size: 17px;
  letter-spacing: .12em;
  line-height: 2.2
}
.main_txt__main {
  font-size: 27px;
  letter-spacing: .18em;
  line-height: .95;
  margin-top: -5px;
  margin-left: 58px
}
.main_txt .marker {
  display: table;
  position: relative
}
.main_txt .marker::before {
  content: "";
  width: 29px;
  height: 92%;
  background: #eee;
  position: absolute;
  left: -7px;
  top: 11px;
  z-index: -1;
  background: rgba(0, 0, 0, 0) linear-gradient(175deg, #bddbf3 0%, #eaf7fd 100%) 0% 0% no-repeat padding-box
}
@media screen and (max-width: 1005px) {
  .main_txt {
    left: 61%
  }
}
@media screen and (max-width: 767px) {
  .main_txt {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 2px 2px 10px rgba(255, 255, 255, .2)
  }
}
.main_event_sticker {
    position: absolute;
    left: 57.5%;
    top: 62%;
    z-index: 9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display:flex;
    
}

.main_event_sticker img{
    width:80%;
    height:auto;
}

@media screen and (max-width: 1280px) {
    .main_event_sticker {
        right: 6.5%;
    }
}

@media screen and (max-width: 767px) {
    .main_event_sticker {
        max-width: 300px;
        position: static;
        margin: auto;
        margin-top: 1rem;
    }

    .main_event_sticker img {
        width: 80%
    }
}
.main_wave {
  position: absolute;
  top: 71%;
  width: 100%;
  z-index: 1
}
.main_wave img {
  width: 121%
}
.main_wave--page, .main_wave--page_short {
  top: unset
}
.main_wave--page {
  bottom: -24%
}
.main_wave--page_short {
  bottom: 0
}
@media screen and (max-width: 767px) {
  .main_wave {
    top: unset;
    bottom: -5%
  }
}
.page_section {
  position: relative;
  z-index: 3
}
.page_section__ttl {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-weight: 300
}
.page_section__ttl--news {
  margin-bottom: 4.5rem
}
.page_section__ttl_en {
  font-size: 2.25em;
  color: #8cb6e2;
  letter-spacing: .05em
}
.page_section__ttl_ja {
  font-size: 0.94em
}
.page_section__header {
  margin-bottom: 4rem
}
.page_section__header_txt {
  text-align: center;
  letter-spacing: -0.01em
}
.page_section__header_txt_page {
  text-align: center;
  font-size: 0.82em;
  line-height: 2.2;
  letter-spacing: .05em
}
@media screen and (max-width: 767px) {
  .page_section__header_txt_page:not(.not_break_message_sp) br {
    display: none
  }
}
@media screen and (max-width: 600px) {
  .page_section__header_txt_page:not(.not_break_message_sp) {
    text-align: left;
    text-align: justify
  }
}
.news_wrap {
  margin-bottom: 9.38rem
}
.news_area {
  font-size: 16px
}
.news_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2.82rem
}
.news_categories a {
  font-size: 0.94em
}
@media screen and (max-width: 767px) {
  .news_categories {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .news_categories a {
    width: 50%;
    text-align: center;
    border: 1px solid #dcebfa;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 10px 0;
    font-size: 0.88em;
    line-height: 1.5;
    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
  }
}
.news_category {
  font-size: 1em
}
.news_category.current {
  position: relative
}
.news_category.current::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #8cb6e2;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media screen and (max-width: 767px) {
  .news_category.current {
    background: #8cb6e2;
    color: #fff
  }
  .news_category.current::before {
    display: none
  }
}
.footer {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaf6ff)) 0% 0% no-repeat padding-box;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eaf6ff 100%) 0% 0% no-repeat padding-box
}
.footer_content {
  font-size: 16px;
  padding-bottom: 2.82rem
}
.footer_content__nav {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: auto 1fr;
  gap: 30px 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5rem
}
.footer_content__nav .posi01 {
  grid-column: 1/2;
  grid-row: 1/3
}
.footer_content__nav .posi02 {
  grid-column: 2/3;
  grid-row: 1/3
}
.footer_content__nav .posi03 {
  grid-column: 3/4;
  grid-row: 1/3
}
.footer_content__nav .posi04 {
  grid-column: 4/5;
  grid-row: 1/2
}
.footer_content__nav .posi05 {
  grid-column: 4/5;
  grid-row: 2/3
}
.footer_content__footer {
  text-align: center;
  margin-bottom: 8.13rem
}
.footer_content #copy {
  color: #01296d;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif
}
@media screen and (max-width: 767px) {
  .footer_content__nav {
    display: none
  }
}
.footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.63rem;
  margin-bottom: 2rem
}
.marker_ttl {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  position: relative;
  font-size: 1.5em;
  letter-spacing: .05em;
  padding-left: 10px;
  padding-right: 10px
}
.marker_ttl span {
  padding-left: 10px;
  padding-right: 10px
}
.marker_ttl::before {
  content: "";
  width: 100%;
  height: .9em;
  background: #eee;
  position: absolute;
  left: 0;
  top: .9em;
  z-index: -1;
  background: rgba(0, 0, 0, 0) linear-gradient(96deg, #bddbf3 0%, #eaf7fd 100%) 0% 0% no-repeat padding-box
}
.marker_ttl--nmk::before {
  background: none
}
.marker_ttl--pink::before {
  background: rgba(0, 0, 0, 0) linear-gradient(94deg, #fdd2db 0%, #fff7eb 100%) 0% 0% no-repeat padding-box
}
.marker_ttl--purple::before {
  background: rgba(0, 0, 0, 0) linear-gradient(97deg, #c5cdf0 0%, #eaf7fd 100%) 0% 0% no-repeat padding-box
}
.marker_ttl--none {
  padding-left: 0px;
  padding-right: 0px
}
.marker_ttl--none::before {
  display: none
}
.marker_ttl--left {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25em;
  margin-left: 0;
  margin-right: 0
}
@media screen and (max-width: 767px) {
  .marker_ttl::before {
    display: none
  }
  .marker_ttl span {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 1em;
    letter-spacing: .05em;
    padding-left: 10px;
    padding-right: 10px
  }
  .marker_ttl span::before {
    content: "";
    width: 100%;
    height: 17px;
    background: #eee;
    position: absolute;
    left: 0;
    top: .9em;
    z-index: -1;
    background: rgba(0, 0, 0, 0) linear-gradient(96deg, #bddbf3 0%, #eaf7fd 100%) 0% 0% no-repeat padding-box
  }
  .marker_ttl--none span {
    display: inline
  }
  .marker_ttl--none span::before {
    display: none
  }
}
.marker_ttl_like {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  font-size: 1.5em;
  letter-spacing: .05em
}
.large_ttl {
  color: #7099c4;
  font-size: 2.25em;
  line-height: 1.4;
  letter-spacing: .05em;
  font-weight: 300
}
@media screen and (max-width: 767px) {
  .large_ttl {
    font-size: 1.75em
  }
}
.center_ttl {
  color: #8cb6e2;
  font-size: 1.5em;
  line-height: 1.4;
  text-align: center
}
.center_ttl--left {
  text-align: left
}
.center_ttl--small {
  font-size: 1.25em
}
.disc_ttl {
  font-size: 1.25em;
  position: relative;
  margin-bottom: 1.88rem;
  padding-left: 1.1em;
  line-height: 1.8;
  letter-spacing: .05em
}
.disc_ttl::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  display: inline-block;
  width: .75em;
  height: .75em;
  background: url("../images/common/gardation_dot.svg") center center/contain no-repeat
}
.disc_ttl--pink::before {
  background: url("../images/common/gardation_dot_pink.svg") center center/contain no-repeat
}
.disc_ttl--orange::before {
  background: url("../images/common/gardation_dot_orange.svg") center center/contain no-repeat
}
.disc_ttl--green::before {
  background: url("../images/common/gardation_dot_green.svg") center center/contain no-repeat
}
.text_marker {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #dcebfa));
  background: linear-gradient(transparent 45%, #dcebfa 45% 100%)
}
.text_marker--pink {
  background: linear-gradient(115deg, rgb(253, 210, 219) 0%, rgb(255, 247, 235) 100%);
  background-size: 100% .7em;
  background-repeat: no-repeat;
  background-position: bottom
}
.text_marker--purple {
  background: linear-gradient(115deg, #c5cdf0 0%, #eaf7fd 100%);
  background-size: 100% .7em;
  background-repeat: no-repeat;
  background-position: bottom
}
.text_marker--orange {
  background: linear-gradient(115deg, #ffe7c1 0%, #fdfcea 100%);
  background-size: 100% .7em;
  background-repeat: no-repeat;
  background-position: bottom
}
.text_marker--green {
  background: linear-gradient(115deg, #c2efea 0%, #eaf7fd 100%);
  background-size: 100% .7em;
  background-repeat: no-repeat;
  background-position: bottom
}
.text_marker--blue_gradation {
  background: #bddbf3;
  background: linear-gradient(113deg, rgb(189, 219, 243) 0%, rgb(234, 247, 253) 100%);
  background-size: 100% .83em;
  padding: 0 .5em;
  background-repeat: no-repeat;
  background-position: bottom
}
.number_ttl {
  font-size: 20px;
  font-size: 1.25em;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.number_ttl::before {
  content: "01";
  display: inline-block;
  width: 2em;
  height: 2em;
  border: 1px solid #8cb6e2;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  padding-top: .45em;
  color: #8cb6e2;
  letter-spacing: .05em;
  margin-right: .8em;
  position: relative;
  bottom: .15em
}
.number_ttl--two::before {
  content: "02"
}
.number_ttl--three::before {
  content: "03"
}
.number_ttl--four::before {
  content: "04"
}
.number_ttl--five::before {
  content: "05"
}
.number_ttl--six::before {
  content: "06"
}
.long_line_ttl {
  font-size: 36px;
  font-size: 2.25em;
  color: #8cb6e2;
  position: relative
}
.long_line_ttl span {
  display: inline-block;
  background: #fff
}
.long_line_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #8cb6e2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1
}
.course {
  margin-bottom: 7.5rem
}
.course_item {
  width: 100%;
  font-size: 16px;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.course_item:last-child {
  margin-bottom: 0
}
.course_item--taller {
  padding-bottom: 71%
}
.course_item__image {
  width: 49.2%;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden
}
.course_item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.course_item__image--taller {
  padding-bottom: 34%
}
.course_item__ttl {
  color: #8cb6e2;
  font-size: 1.5em;
  margin-bottom: 1.8rem;
  line-height: 1.5
}
.course_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;
  padding: 48px 33px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.course_item__txt p {
  font-size: 0.94em;
  line-height: 1.7;
  letter-spacing: .04em;
  margin-bottom: 2rem
}
.course_item__txt .arrow_btn, .course_item__txt .shadow_btn {
  margin-bottom: 0
}
.course_item__end {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-right: 13px
}
.course_item:hover {
  background: #f0f8ff;
  color: #8cb6e2;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.course_item:hover .arrow_btn::after, .course_item:hover .shadow_btn::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: .5
}
@media screen and (max-width: 600px) {
  .course_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5rem
  }
  .course_item__image {
    width: 100%;
    padding-bottom: 71%
  }
}
.blue_area {
  background: #dcebfa;
  padding: 3.5rem 0;
  margin-bottom: 7.5rem
}
.white_box {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 60px 32px 35px 32px;
  max-width: 482px;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  letter-spacing: .04em;
  line-height: 2.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.white_box--terrace {
  padding-top: 40px
}
.white_box__surara {
  margin-bottom: 3.13rem;
  text-align: center
}
.white_box__terrace {
  margin-bottom: 1.4rem;
  text-align: center
}
.white_box__img {
  text-align: center
}
.white_box__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.2rem
}
.white_box p {
  font-size: 0.82em
}
@media screen and (max-width: 1005px) {
  .white_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 47.5%
  }
  .white_box__surara {
    max-width: 80%;
    height: auto
  }
  .white_box__terrace {
    max-width: 60%;
    height: auto
  }
}
@media screen and (max-width: 600px) {
  .white_box {
    width: 100%;
    max-width: 100%
  }
  .white_box__surara {
    max-width: 60%
  }
}
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}
.flexbox--half > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%
}
@media screen and (max-width: 1005px) {
  .flexbox {
    gap: 5%
  }
}
@media screen and (max-width: 600px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem
  }
}
.top_banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  font-size: 16px;
  color: #fff;
  gap: 19px
}
.top_banners--course {
  grid-template-rows: unset !important
}
.top_banners__event, .top_banners__admission, .top_banners__contact, .top_banners__course {
  position: relative
}
.top_banners__event {
  grid-column: 1/3;
  grid-row: 1/2;
  background: url("../images/top/event_banner@2x.jpg") center center/cover no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 25.3%
}
.top_banners__admission {
  grid-column: 1/2;
  grid-row: 2/3;
  background: url("../images/top/en_test_banner@2x.jpg") center center/cover no-repeat
}
.top_banners__contact {
  grid-column: 2/3;
  grid-row: 2/3;
  background: url("../images/top/contact_banner@2x.jpg") center center/cover no-repeat
}
.top_banners__intro {
  background: url("../images/page/intro_banner@2x.png") center center/cover no-repeat
}
.top_banners__club {
  background: url("../images/page/club_banner@2x.png") center center/cover no-repeat
}
.top_banners__course {
  background: url("../images/page/course_banner@2x.jpg") center center/cover no-repeat
}
.top_banners__intro, .top_banners__club, .top_banners__course {
  width: 100%;
  height: 0;
  padding-bottom: 38.4%;
  position: relative
}
.top_banners__admission, .top_banners__contact {
  width: 100%;
  height: 0;
  padding-bottom: 51.4%
}
.top_banners__txt {
  position: absolute;
  left: 18px;
  bottom: 20px;
  line-height: 1.3
}
.top_banners__en {
  font-size: 2em;
  letter-spacing: .05em
}
.top_banners__ja {
  font-size: 0.94em
}
.top_banners a {
  display: block;
  -webkit-transition: .3s ease !important;
  transition: .3s ease !important
}
.top_banners a:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  opacity: 1
}
@media screen and (max-width: 767px) {
  .top_banners {
    font-size: 13px
  }
}
@media screen and (max-width: 600px) {
  .top_banners {
    font-size: 13px;
    grid-template-columns: 100%;
    grid-template-rows: unset
  }
  .top_banners__event, .top_banners__admission, .top_banners__contact {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    grid-column: unset;
    grid-row: unset
  }
}
.white_modal {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, .5);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}
.white_modal.is_active {
  opacity: 1;
  pointer-events: auto
}
.primary_news {
  max-width: 664px;
  max-height: 80vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 16px;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2)
}
.primary_news__close {
  display: block;
  background: #898989;
  color: #fff;
  font-size: 0.94em;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px
}
.primary_news__close::before {
  display: inline-block;
  content: "";
  width: .63em;
  height: .63em;
  background: url("../images/common/close.svg") center center/contain no-repeat;
  margin-right: .6em
}
.primary_news__img {
  text-align: center;
  margin-bottom: 1rem
}
.primary_news__ttl {
  font-size: 1.5rem;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: .9rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  letter-spacing: .05em
}
.primary_news__ttl::before {
  content: "";
  width: 100%;
  height: 17px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 1em;
  z-index: -1;
  background: rgba(0, 0, 0, 0) linear-gradient(96deg, #bddbf3 0%, #eaf7fd 100%) 0% 0% no-repeat padding-box
}
.primary_news__content {
  padding: 32px 85px
}
.primary_news__body {
  font-size: 0.82rem;
  line-height: 2.3;
  letter-spacing: .05em
}
.primary_news__link {
  display: block;
  background: #8cb6e2;
  color: #fff;
  font-size: 0.94rem;
  text-align: center;
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px
}
@media screen and (max-width: 767px) {
  .primary_news {
    width: 80vw
  }
  .primary_news__content {
    padding: 60px 10% 10%
  }
  .primary_news__img img {
    width: 100%
  }
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0) linear-gradient(46deg, #ffffff 0%, #f0fcff 100%) 0% 0% no-repeat padding-box;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  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
}
.loading.hide {
  opacity: 0;
  pointer-events: none
}
.loading img {
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}
.loading img.show {
  opacity: 1
}
@media screen and (max-width: 767px) {
  .loading img {
    max-width: 250px;
    width: 60vw
  }
}
.index .loading {
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out
}
.base_table {
  width: 100%;
  font-weight: normal;
  line-height: 1.5
}
.base_table th, .base_table td {
  border: 1px solid #8db6e3;
  border-collapse: collapse;
  vertical-align: middle;
  text-align: center;
  font-weight: 400 !important;
  line-height: 1.87;
  letter-spacing: .05em;
  padding-top: 2rem;
  padding-bottom: 2rem
}
.base_table--pink th, .base_table--pink td {
  border: 1px solid #d88da4
}
.base_table--orange th, .base_table--orange td {
  border: 1px solid #d2aa65
}
.base_table--green th, .base_table--green td {
  border: 1px solid #3da296
}
.base_table .fix_w_20 {
  width: 20%
}
@media screen and (max-width: 767px) {
  .base_table .fix_w_20 {
    width: auto
  }
}
.blue_cell th, .blue_cell td {
  background-color: #f2faff
}
.pink_cell {
  background-color: #ffe5ea
}
.l_pink_cell {
  background-color: #fff8fa
}
.anno {
  display: block;
  position: relative;
  padding-left: 1.2em
}
.anno::before {
  content: "※";
  position: absolute;
  font-size: 1em;
  left: 0em;
  top: 0
}
.indent {
  padding-left: 1em;
  display: inline-block
}
.dot_indent, .number_indent {
  padding-left: 1em;
  display: block;
  position: relative
}
.dot_indent::before, .number_indent::before {
  content: "・";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0
}
.number_indent {
  padding-left: 1.2em
}
.number_indent--1::before {
  content: "①"
}
.number_indent--2::before {
  content: "②"
}
.number_indent--3::before {
  content: "③"
}
.number_indent--4::before {
  content: "④"
}
.number_indent--5::before {
  content: "⑤"
}
.number_indent--6::before {
  content: "⑥"
}
.number_indent--7::before {
  content: "⑦"
}
.number_indent--8::before {
  content: "⑧"
}
.number_indent--9::before {
  content: "⑨"
}
.number_indent--10::before {
  content: "⑩"
}
.number_indent--dot1::before {
  content: "1."
}
.number_indent--dot2::before {
  content: "2."
}
.number_indent--dot3::before {
  content: "3."
}
.number_indent--dot4::before {
  content: "4."
}
.number_indent--dot5::before {
  content: "5."
}
@media screen and (max-width: 600px) {
  .vertical_sp {
    white-space: pre;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05em;
    width: 1.6rem
  }
}
.simple_banner {
  text-align: center;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto
}
@media screen and (max-width: 767px) {
  .simple_banner {
    max-width: 90%
  }
}
.intro_item {
  display: block;
  width: 480px;
  font-size: 16px;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.intro_item--ns {
  -webkit-box-shadow: none;
  box-shadow: none
}
.intro_item__ttl {
  color: #8cb6e2;
  font-size: 1.25em
}
.intro_item__image {
  overflow: hidden
}
.intro_item__image img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  width: 100%
}
.intro_item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  background: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.intro_item__content--nsp {
  padding: 20px 0
}
.intro_item__txt p {
  font-size: 0.82em
}
.intro_item__arrow {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}
a.intro_item:hover {
  opacity: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
a.intro_item:hover .intro_item__arrow {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  opacity: .5
}
a.intro_item:hover .intro_item__image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
a.intro_item:hover .intro_item__content {
  background: #fff;
  color: #8cb6e2;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
@media screen and (max-width: 1280px) {
  .intro_item {
    width: 100%
  }
}
.dotted_list {
  list-style: none
}
.dotted_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.dotted_list__item::before {
  content: "・";
  display: inline-block
}
.news_list {
  line-height: 1.5;
  margin-bottom: 3.13rem
}
.news_list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  padding-right: 65px
}
.news_list__link:last-child {
  margin-bottom: 0
}
.news_list__link::after {
  content: "";
  width: 55px;
  height: 10px;
  background: url("../images/top/line_btn_arrow.svg") center center/100% auto no-repeat;
  display: block;
  position: absolute;
  right: 0
}
.news_list dt {
  font-weight: normal;
  min-width: 17.5em
}
.news_list dt.short {
  min-width: 12em
}
.news_list__time {
  font-size: 0.82em
}
.news_list__category {
  font-size: 0.82em
}
.news_list__category::before {
  margin-left: 1em;
  margin-right: 1em
}
.news_list__ttl {
  font-size: 0.82em;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.news_list dd {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #8cb6e2
}
@media screen and (max-width: 767px) {
  .news_list__link {
    -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;
    padding-right: calc(35px + 5%);
    gap: .5em
  }
  .news_list__link::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3%;
    width: 35px;
    height: 16px
  }
  .news_list dd {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 1.2em
  }
  .news_list dt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5em;
    min-width: unset
  }
  .news_list__category::before {
    margin-left: 0em;
    margin-right: .5em
  }
}
.news_list_wrap {
  position: relative;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity: 1;
  top: 0
}
.news_list_wrap.hide {
  opacity: 0;
  top: 10px;
  -webkit-transition: unset;
  transition: unset
}
.pdf_btn {
  display: table;
  margin: 0 auto;
  background-color: #ebafc2;
  color: #fff;
  font-size: 13px;
  letter-spacing: .05em;
  padding: 14px 17px
}
.pdf_btn::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  background: url("../images/common/pdf_icon.svg") no-repeat center center;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  bottom: .1em
}
.arrow_btn, .shadow_btn, .line_btn {
  font-size: 13px;
  display: block;
  margin-bottom: 0
}
.arrow_btn::after, .shadow_btn::after {
  content: "";
  background: url("../images/common/btn_arrow.svg") center center/100% auto no-repeat;
  width: 69px;
  height: 69px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: .5s ease;
  transition: .5s ease
}

.line_btn::after {
  content: "";
  background: url("../images/common/line_sticker.png") center center/100% auto no-repeat;
  width: 69px;
  height: 69px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: .5s ease;
  transition: .5s ease
}

.arrow_btn:hover::after, .shadow_btn, .line_btn:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}
.arrow_btn--table {
  display: table
}
.arrow_btn--left::after {
  display: none
}
.arrow_btn--left::before {
  content: "";
  background: url("../images/common/btn_arrow_left.svg") center center/100% auto no-repeat;
  width: 69px;
  height: 69px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative
}
.arrow_btn--left:hover::before {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}
.hover_zoom_img__wrap {
  overflow: hidden
}
.hover_zoom_img__wrap img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease
}
.hover_zoom_img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.shadow_btn, .line_btn {
  background: #fff;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  display: table;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 45px
}
.shadow_btn--pink {
  -webkit-box-shadow: 5px 5px 20px rgba(244, 176, 200, .2);
  box-shadow: 5px 5px 20px rgba(244, 176, 200, .2)
}
.shadow_btn--pink::after {
  background: url("../images/common/btn_arrow_pink.svg") center center/100% auto no-repeat
}
.shadow_btn_small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 90px;
  height: 98px;
  padding-left: 10px
}
.shadow_btn_small::after {
  display: inline-block;
  position: absolute;
  width: 5.31em;
  height: 5.31em;
  background: url(../images/common/btn_arrow.svg) no-repeat center center/100% auto;
  content: "";
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.circle_btn {
  height: 108px;
  width: 108px;
  border-radius: 50%;
  border: 1px solid #8cb6e2;
  font-size: 13px;
  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;
  -webkit-transition: .3s ease;
  transition: .3s ease
}
.circle_btn:hover {
  opacity: .6
}
.solid_btn {
  background: #8cb6e2;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 1.5;
  padding: 5px
}
.solid_btn--pink {
  background: #f4b0c8
}
@-webkit-keyframes switchIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes switchIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.js_switcher__content {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
.js_switcher__content.current {
  position: relative;
  height: auto;
  -webkit-animation-name: switchIn;
  animation-name: switchIn;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.hide_as_default {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease
}
#show_more.clicked {
  display: none
}
.mt_01 {
  margin-top: 1rem !important
}
.mt_02 {
  margin-top: 2rem !important
}
.mt_03 {
  margin-top: 3rem !important
}
.mt_04 {
  margin-top: 4rem !important
}
.mt_05 {
  margin-top: 5rem !important
}
.mb_00 {
  margin-bottom: 0 !important
}
.mb_005 {
  margin-bottom: .5rem !important
}
.mb_01 {
  margin-bottom: 1rem !important
}
.mb_02 {
  margin-bottom: 2rem !important
}
.mb_03 {
  margin-bottom: 3rem !important
}
.mb_04 {
  margin-bottom: 4rem !important
}
.mb_05 {
  margin-bottom: 5rem !important
}
.mb_06 {
  margin-bottom: 6rem !important
}
.mb_07 {
  margin-bottom: 7rem !important
}
.mb_08 {
  margin-bottom: 8rem !important
}
.mb_09 {
  margin-bottom: 9rem !important
}
.mb_10 {
  margin-bottom: 10rem !important
}
@media screen and (max-width: 600px) {
  .mb_03_sp {
    margin-bottom: 3rem !important
  }
}
.mb_m_01 {
  margin-bottom: -1rem !important
}
.pt_00 {
  padding-top: 0rem !important
}
.pt_01 {
  padding-top: 1rem
}
.pt_02 {
  padding-top: 2rem
}
.pt_03 {
  padding-top: 3rem
}
.pt_04 {
  padding-top: 4rem
}
.pt_05 {
  padding-top: 5rem
}
.pb_00 {
  padding-bottom: 0 !important
}
.pb_01 {
  padding-bottom: 1rem !important
}
.pb_02 {
  padding-bottom: 2rem !important
}
.pb_03 {
  padding-bottom: 3rem !important
}
.pb_04 {
  padding-bottom: 4rem !important
}
.pb_05 {
  padding-bottom: 5rem !important
}
.ta_center {
  text-align: center
}
.ta_center_table {
  display: table;
  margin-left: auto;
  margin-right: auto
}
.ta_left {
  text-align: left
}
.ta_right {
  text-align: right
}
.ta_justify {
  text-align: justify
}
@media screen and (max-width: 767px) {
  .ta_center_sp {
    margin: 0 auto;
    display: table
  }
}
@media screen and (max-width: 600px) {
  .ta_justify_sp {
    text-align: justify
  }
}
@media screen and (max-width: 600px) {
  .ta_justify_sp {
    text-align: justify
  }
}
.block_left {
  display: table;
  margin-left: auto;
  margin-right: 0
}
.always_center {
  text-align: center
}
@media screen and (max-width: 600px) {
  .always_center {
    text-align: center
  }
}
@media screen and (max-width: 767px) {
  .always_center {
    text-align: center
  }
}
.fw_bold {
  font-weight: bold !important
}
.fc_pink {
  color: #d88da4 !important
}
.fc_whtie {
  color: #fff !important
}
.fc_orange {
  color: #eb9c60 !important
}
.fc_pink {
  color: #f19b98 !important
}
.fc_green {
  color: #459c9d !important
}
.fc_brown {
  color: #765a45 !important
}
.fc_blue {
  color: #8cb6e2 !important
}
@media screen and (max-width: 600px) {
  .hide_sp {
    display: none !important
  }
}
.show_sp_block, .show_sp_inline {
  display: none !important
}
@media screen and (max-width: 600px) {
  .show_sp_block, .show_sp_inline {
    display: block !important
  }
}
@media screen and (max-width: 600px) {
  .show_sp_inline {
    display: inline !important
  }
}
@media screen and (max-width: 767px) {
  .hide_tb {
    display: none !important
  }
}
.show_tb, .show_tb_inline {
  display: none !important
}
@media screen and (max-width: 767px) {
  .show_tb, .show_tb_inline {
    display: block !important
  }
}
@media screen and (max-width: 767px) {
  .show_tb_inline {
    display: inline !important
  }
}
.fs_15 {
  font-size: 0.94em !important;
  letter-spacing: .05em
}
.fs_13 {
  font-size: 0.82em
}
.fs_20 {
  font-size: 1.25em
}
.fs_24 {
  font-size: 1.5em
}
.fs_32 {
  font-size: 2em
}
.fs_40 {
  font-size: 2.5em !important
}
.fs_87em {
  font-size: .845em
}
.ls_03 {
  letter-spacing: .03em
}
.ls_05 {
  letter-spacing: .05em
}
.lh_17 {
  line-height: 1.7
}
.full_w_img {
  max-width: 100%;
  height: auto
}
.std_link {
  color: #8cb6e2
}
.download_link {
  color: #8cb6e2;
  text-decoration: underline
}
.default_shadow {
  -webkit-box-shadow: 5px 5px 20px rgba(141, 182, 227, .2);
  box-shadow: 5px 5px 20px rgba(141, 182, 227, .2)
}
.grid_block {
  display: grid
}
.grid_block--four {
  grid-template-columns: repeat(auto-fill, minmax(154px, 1fr));
  gap: 2rem 2.26%
}
.line_border {
  border: none;
  border-top: 1px solid #d5d5d5
}
.simple_table {
  border: none
}
.simple_table th {
  font-weight: normal;
  padding-right: 1em
}
@media screen and (max-width: 767px) {
  .simple_table th, .simple_table td {
    display: block
  }
  .simple_table td {
    margin-bottom: 1rem
  }
  .simple_table tr:last-child td {
    margin-bottom: 0
  }
}
.p_ul_has_margins p, .p_ul_has_margins li {
  margin-bottom: 1rem
}

.open_school_event_content {
  max-width: 1005px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  object-fit: cover;
  overflow: hidden;
}

.open_school_event_content img{
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .open_school_event_content{
    max-width: 850px;;
  padding-left: 5%;
  padding-right: 5%;
  }
}

/* --- main_image フェードカルーセル --- */
.main_image{
  max-width: 600px;
  aspect-ratio: 6/8.5;
  top:17%;
  z-index: 2;
}

@media(max-width:1600px){
  .main_image {
    max-width: 450px;
  }
}

@media(max-width:768px){
  .main_image {
    max-width: initial;
    position: relative;
    width: 100%;
    aspect-ratio: 6/8.5;  /* 横:縦 の比率を決める */
    margin-bottom: 90px;
  }
}

.main_image__carousel{
  position: absolute; /* 親の .main_image 内で全面フィット */
  inset: 0;
  overflow: hidden;
}

.main_image__slide{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 画面に気持ちよくフィット */
  opacity: 0;
  transition: opacity .8s ease; /* JSの切替間隔は4s。フェードは0.8s */
  will-change: opacity;
}

.main_image__slide.is-active{
  opacity: 1;
}

@media (prefers-reduced-motion: reduce){
  .main_image__slide{ transition: none; }
}

.main_image__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.main_image__nav:hover {
  background: rgba(0,0,0,0.8);
}

.main_image__nav--prev {
  left: -50px;
}

.main_image__nav--next {
  right: -50px;
}

@media(max-width:768px){
  .main_image__nav--prev {
    left: 10px;
  }
  
  .main_image__nav--next {
    right: 10px;
  }
}

/* 通常は今まで通り（ヘッダーは低い） */
header.general_header--top{ z-index:4; }

/* メニューOPEN中だけ、層を上げる（ヘッダー箱ごと前面） */
html.nav-open header.general_header--top{ z-index:3000 !important; }

/* モーダルはヘッダー内で最前面に */
.global_modal{ position:fixed; inset:0; z-index:3100 !important; }

/* ハンバーガー（クローズ）ボタンはさらに上（見えて押せる） */
.open_modal{ z-index:3200 !important; }

/* メニューOPEN中だけ、カルーセルのナビは触れなくする（誤クリック防止） */
html.nav-open .main_image__nav{ pointer-events:none; }

.main_image_txt{
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  font-weight: 700;
  transform: translateX(-50%);
  color: #000000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_image_txt__ttl{
  font-size: clamp(18px, 5vw, 24px);
}

.main_visual_logo__ttl span{
  font-weight: 700;
}