* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth
}

body {
  position: relative;
  color: #262626;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-style: normal
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-pc.jpg");
  background-size: 100%;
  background-attachment: fixed;
  z-index: -1
}

h1 {
  font-size: 2em
}

h2 {
  font-size: 1.5em
}

h3 {
  font-size: 1.17em
}

h4 {
  font-size: 1.12em
}

h5 {
  font-size: .83em
}

h6 {
  font-size: .75em
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4
}

.en {
  font-family: "Mona Sans", sans-serif
}

.text-left {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.text-right {
  text-align: right !important
}

img {
  vertical-align: bottom
}

ul,
ol {
  margin: 0;
  padding: 0
}

ul li,
ol li {
  list-style: none
}

.w100 {
  width: 100%;
  height: auto
}

.mb-0 {
  margin-bottom: 0 !important
}

a {
  display: block;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

.arrow-link {
  position: relative;
  display: block
}

.arrow-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translate(0, -50%)
}

.arrow-link2 {
  position: relative
}

.arrow-link2:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  top: calc(50% - 3px);
  right: 30px;
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  transform: skew(45deg)
}

.back-link {
  position: relative;
  display: block
}

.back-link:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translate(0, -50%)
}

.d-pc {
  display: inline-block
}

.d-sp {
  display: none
}

#opening {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffe700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999
}

#logo img {
  width: 200px;
  height: auto
}

.l-pc {
  display: flex
}

.l-pc__contents {
  width: 50%
}

.l-pc__contents--header {
  position: fixed;
  padding: 20px 30px
}

.l-pc__contents--header h1 a img {
  width: 350px
}

.l-pc__contents--body {
  position: fixed;
  width: 50%;
  height: 100vh;
  margin: 0 auto
}

.l-pc__contents--body figure {
  position: absolute
}

.l-pc__contents--body figure img {
  width: 100%;
  height: auto
}

.l-pc__contents--body figure.catch {
  width: 85%;
  max-width: 600px;
  height: auto;
  top: 46%;
  left: 50%;
  translate: -50% -50%
}

.l-pc__contents--body .cta-lists {
  position: absolute;
  top: 64%;
  left: 50%;
  translate: -50% 0%
}

.l-pc__contents--body .cta-lists__list {
  margin-bottom: 16px
}

.l-pc__contents--body .cta-lists__link {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  filter: drop-shadow(0 0 1px #fff);
  transition: all .1s
}

.l-pc__contents--body .cta-lists__link--01 {
  background-color: #fde900;
  color: #2cb1b0
}

.l-pc__contents--body .cta-lists__link--02 {
  background-color: #43b9b9
}

.l-pc__contents--body .cta-lists__link--03 {
  background-color: #3cb0ed
}

.l-pc__contents--body .cta-lists__link:hover {
  transform: scale(1.03);
  text-decoration: none
}

.l-pc main {
  width: 450px
}

header {
  position: relative;
  padding: 20px;
  background: #fff
}

header h1 {
  font-size: inherit
}

header h1 img {
  width: 80%
}

.menu {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 30px;
  height: 23px;
  z-index: 99998
}

.menu__line {
  background: #000;
  display: block;
  height: 2px;
  position: absolute;
  transition: all .3s;
  width: 100%
}

.menu__line--center {
  top: 50%;
  translate: 0 -50%
}

.menu__line--bottom {
  bottom: 0
}

.menu__line--top.active {
  top: 47%;
  translate: 0 -50%;
  rotate: 45deg;
  background-color: #fff
}

.menu__line--center.active {
  transform: scaleX(0);
  opacity: 0
}

.menu__line--bottom.active {
  bottom: 47%;
  translate: 0 -50%;
  rotate: 135deg;
  background-color: #fff
}

.gnav {
  background: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98
}

.gnav__wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%
}

.gnav__menu__item {
  margin: 40px 0
}

.gnav__menu__item a {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  padding: 20px;
  text-decoration: none;
  transition: .5s
}

.gnav__menu__item a:hover {
  color: #666
}

.mv {
  position: relative;
  background-color: #fff;
  padding-bottom: 10px
}

.mv__txt {
  position: relative
}

.mv__txt img.mv_title01 {
  position: absolute;
  top: 5%;
  left: 50%;
  translate: -50% 0;
  width: 84%
}

.mv__txt img.mv_title02 {
  position: absolute;
  top: 16%;
  left: 50%;
  translate: -50% 0;
  width: 82%
}

.mv__txt img.mv_title03 {
  position: absolute;
  top: 31%;
  left: 50%;
  translate: -50% 0;
  width: 84%
}

.mv__txt img.mv_badge {
  position: absolute;
  width: 18%;
  top: 28%;
  right: 5%
}

.mv__img {
  position: relative;
  translate: 0 -40px;
  text-align: center
}

.mv__img img.mv_pc {
  width: 55%;
  margin-bottom: 15px
}

.mv__img img.mv_title04 {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 16px
}

.mv__img img.mv_title05 {
  width: 90%
}

.mv__img img.mv_deco01 {
  position: absolute;
  width: 9%;
  top: 19%;
  left: 9%
}

.mv__img img.mv_deco02 {
  position: absolute;
  width: 9%;
  top: 14%;
  right: 14%
}

.mv__img img.mv_deco03 {
  position: absolute;
  width: 4%;
  top: -8%;
  right: 17%
}

.mv__img img.mv_deco04 {
  position: absolute;
  width: 5%;
  top: -15%;
  left: 57%
}

.mv__img img.mv_deco05 {
  position: absolute;
  width: 14%;
  top: 0%;
  left: 13%
}

.mv__img img.mv_deco06 {
  position: absolute;
  width: 8%;
  top: -6%;
  left: 7%
}

.mv__img img.mv_lang01 {
  position: absolute;
  width: 14%;
  top: -5%;
  left: 67%
}

.mv__img img.mv_lang02 {
  position: absolute;
  width: 10%;
  top: -5%;
  left: 52%
}

.mv__img img.mv_lang03 {
  position: absolute;
  width: 15%;
  top: -18%;
  left: 33%
}

.mv__img img.mv_lang04 {
  position: absolute;
  width: 15%;
  top: 3%;
  left: 30%
}

.mv__img img.mv_lang05 {
  position: absolute;
  width: 15%;
  top: 18%;
  left: 64%
}

.mv__img img.mv_light01 {
  position: absolute;
  width: 2%;
  top: -5%;
  left: 31%
}

.mv__img img.mv_light02 {
  position: absolute;
  width: 2%;
  top: -19%;
  left: 46%
}

.mv__img img.mv_light03 {
  position: absolute;
  width: 2%;
  top: 5%;
  left: 7%
}

.mv__img img.mv_light04 {
  position: absolute;
  width: 2%;
  top: -11%;
  left: 71%
}

.mv__img img.mv_light05 {
  position: absolute;
  width: 2%;
  top: -7%;
  left: 60%
}

.bubble-lists {
  background-color: #fff
}

.bubble-lists__header {
  text-align: center;
  padding: 50px 0
}

.bubble-lists__header h2 img {
  width: 80%
}

.bubble-lists__body {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 30px
}

.bubble-s p,
.bubble-t p {
  display: inline-block;
  padding: 12px 18px;
  font-size: 18px
}

.bubble-s p {
  background-color: #e2e2e2;
  border-radius: 20px 20px 20px 0
}

.bubble-s p img {
  width: 20px;
  translate: 4px -2px
}

.bubble-t {
  text-align: right
}

.bubble-t p {
  text-align: left;
  background-color: #a0c85d;
  border-radius: 20px 20px 0 20px
}

.bubble-t p img {
  width: 20px;
  translate: 4px -2px
}

.bubble-img {
  text-align: center
}

.bubble-img img {
  width: 100%
}

#bubble-lists01 .bubble-lists__body,
#bubble-lists03 .bubble-lists__body,
#bubble-lists05 .bubble-lists__body {
  background-image: url("../images/bubble-lists01-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 30px 30px 0
}

#bubble-lists02 .bubble-lists__body,
#bubble-lists04 .bubble-lists__body {
  background-image: url("../images/bubble-lists02-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px
}

#bubble-lists05 {
  background: linear-gradient(to bottom, #fff, #1db0b0)
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .3s ease, transform .3s ease
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0)
}

.image-switch {
  width: 100%;
  height: 160px;
  overflow: hidden;
  position: relative
}

.image-switch .switch-image {
  width: auto;
  height: 160px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.image-switch.face-t .switch-image {
  text-align: right;
  left: auto;
  right: 0
}

.switch-image.active {
  opacity: 1
}

.switch-image.next {
  z-index: 1
}

.more-link a {
  position: relative;
  background-color: #ff0;
  color: #1db0b0;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 50px);
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s
}

.more-link a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 50px;
  border: 1px solid #ff0;
  border-radius: 10px;
  transition: all .3s
}

.more-link a:hover {
  text-decoration: none;
  translate: 10px 10px
}

.more-link a:hover::after {
  top: 0px;
  right: 0px
}

.info {
  background-color: #1db0b0;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 50px
}


.info__block {
  position: relative;
  background-color: #fff;
  color: #1db0b0;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px
}

.info__block img.icon-info {
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
  width: 40px
}

.info__header {
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px
}

.info__header img {
  width: 8%
}

.info__header h3 {
  text-align: center;
  font-size: 40px
}

.info__header h3 span {
  display: block;
  font-size: 20px
}

.info__header h3 strong {
  color: #ff0
}

.info__body {
  margin-bottom: 10px;
  padding: 12px
}

.info__body p {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #212121
}

.info__body small {
  font-size: 12px;
  color: #212121
}

.school-list {
  background-color: #1db0b0;
  padding: 20px 0
}

.school-list__block {
  position: relative;
  background-color: #fff;
  color: #1db0b0;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px
}

.school-list__block img.icon-info {
  position: absolute;
  top: -20px;
  left: 50%;
  translate: -50% 0;
  width: 40px
}

.school-list__header {
  padding: 20px 0
}

.school-list__header h4 {
  text-align: center
}

.school-list__header h4 span {
  display: block
}

.school-list__header h4 span.en {
  font-size: 32px;
  font-weight: 900
}

.school-list__header h4 span.ja {
  font-size: 16px;
  font-weight: 700
}

.school-list__body {
  text-align: center
}

.school-list__body img {
  width: 90%;
  margin: 0 auto
}

.school-list__body--select {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 30px
}

.school-list__body--select .select-box {
  display: inline-flex;
  position: relative;
  width: 78%
}

.school-list__body--select .select-box::after {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  width: 14px;
  height: 10px;
  background-color: #1db0b0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none
}

.school-list__body--select .select-box select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #1db0b0;
  border-radius: 8px;
  background-color: #fff;
  color: #262626;
  cursor: pointer;
  font-size: 1rem;
  text-align: left;
  padding: 2px 16px
}

.school-list__body--select button {
  width: 20%;
  background-color: #1db0b0;
  color: #fff;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 8px
}

.school-list__body--select button:hover {
  background-color: #0b5e5e
}

.template {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
  z-index: 1000;
  width: 90%;
  max-width: 450px;
  height: 80%;
  overflow: auto;
  text-align: center
}

.template img.modal-icon {
  width: 40px;
  translate: 0 20px;
  position: sticky;
  z-index: 1
}

.template__header {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
  border-radius: 10px 10px 0 0
}

.template__header h4 {
  text-align: center;
  color: #1db0b0
}

.template__header h4 span {
  display: block
}

.template__header h4 span.en {
  font-size: 32px;
  font-weight: 900
}

.template__header h4 span.ja {
  font-size: 16px;
  font-weight: 700
}

.template__body {
  background-color: #fff
}

.template__body h5 {
  text-align: left;
  color: #1db0b0;
  font-size: 24px;
  margin-bottom: 10px
}

.template__body .gmap {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden
}

.template__body .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.template__body dl div {
  border-bottom: 1px solid #1db0b0;
  text-align: left;
  padding: 10px 0
}

.template__body dl div:last-child {
  border: none
}

.template__body dl div dt {
  color: #333
}

.template__body dl div dt span {
  color: #1db0b0
}

.template__body dl div dd {
  color: #333
}

.template__footer {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 20px;
  display: flex;
  justify-content: space-between
}

.template__footer .more-link {
  width: 47%
}

.template__footer .more-link a {
  width: 100%;
  color: #fff
}

.template__footer .more-link a::after {
  top: 5px;
  right: -5px
}

.template__footer .more-link a:hover {
  text-decoration: none;
  translate: 2px 2px
}

.template__footer .more-link a:hover::after {
  top: 0px;
  right: 0px
}

.template__footer .more-link.green a {
  background-color: #1db0b0
}

.template__footer .more-link.green a::after {
  border-color: #1db0b0
}

.template__footer .more-link.blue a {
  background-color: #00a6e6
}

.template__footer .more-link.blue a::after {
  border-color: #00a6e6
}

.doc {
  background-color: #1db0b0;
  padding: 40px 0 100px
}

.doc__header {
  text-align: center
}

.doc__header .subtitle {
  position: relative;
  display: inline-block;
  color: #1db0b0;
  background-color: #fff;
  border-radius: 100vmax;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  padding: 4px 30px 5px
}

.doc__header .subtitle::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 12px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff;
  z-index: 0
}

.doc__header h5 {
  margin-bottom: 28px;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  line-height: 1
}

.doc__header h5 span.ttl01 {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 7px 2px 9px
}

.doc__header h5 span.ttl02 {
  font-size: 36px;
  font-weight: 900
}

.doc__body {
  margin-bottom: 35px
}

.doc__body .scroll-infinity__wrap {
  width: 100%;
  display: flex;
  overflow: hidden;
  gap: 0
}

.doc__body .scroll-infinity__list {
  display: flex;
  gap: 0;
  width: 200%;
  animation: scroll-infinite 10s linear infinite
}

.doc__body .scroll-infinity__item {
  flex-shrink: 0;
  width: 60%;
  margin: 0 auto;
}

.doc__body .scroll-infinity__item>img {
  width: 100%
}

@keyframes scroll-infinite {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-50%)
  }
}

footer {
  background-color: #fff;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}

footer #copyright {
  font-size: 12px
}

.sp-cta-lists {
  position: fixed;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 450px;
  background-color: #fff;
  display: none;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8px
}

.sp-cta-lists__list {
  list-style: none;
  width: 32%
}

.sp-cta-lists__link {
  font-size: 1.4vw;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 16px 0;
  filter: drop-shadow(0 0 1px #fff);
  transition: all .1s
}

.sp-cta-lists__link--01 {
  background-color: #fde900;
  color: #2cb1b0
}

.sp-cta-lists__link--02 {
  background-color: #43b9b9
}

.sp-cta-lists__link--03 {
  background-color: #3cb0ed
}

.sp-cta-lists__link:hover {
  transform: scale(1.03);
  text-decoration: none
}

@media(max-width: 991.98px) {
  .gnav__menu__item {
    margin: 0px 0
  }

  .gnav__menu__item a {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    padding: 20px;
    text-decoration: none;
    transition: .5s
  }

  .l-pc {
    display: flex
  }

  .l-pc__contents {
    display: none
  }

  .l-pc main {
    margin: 0 auto;
    width: 450px
  }

  footer {
    padding-bottom: 100px
  }

  .sp-cta-lists {
    display: flex
  }
}

@media(max-width: 575.98px) {
  .d-sp {
    display: inline-block
  }

  .d-pc {
    display: none
  }

  .sp-cta-lists {
    width: 100%
  }

  .sp-cta-lists__link {
    font-size: 2.5vw
  }
}