@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  color: #333333;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 52px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  background: #D2F2EF;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    background: #fff;
  }
}

img {
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 1;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*========================
common
========================*/
.pc-bg {
  background: #D2F2EF;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1210px) {
  .pc-bg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: contents;
  }
}
@media screen and (max-width: 1210px) {
  .pc-bg .wrap1,
  .pc-bg .wrap2 {
    display: none;
  }
}
.pc-bg .wrap1 {
  max-width: 230px;
  margin-top: 40px;
  margin-left: 50px;
}
.pc-bg .wrap2 {
  background: #40CCC5;
  color: white;
  max-width: 460px;
  width: 100%;
  padding: 20px 32px 25px;
  border-radius: 0 0 0 90px;
}
.pc-bg .wrap2 .wrap2-inner {
  max-width: 320px;
  margin: 0 auto;
}
.pc-bg .wrap2 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  /* 36.4px */
  letter-spacing: -0.56px;
}
.pc-bg .wrap2 .img {
  margin: 20px 0;
}
.pc-bg .wrap2 .cta {
  max-width: 300px;
  margin: 0 auto;
}
.pc-bg .wrap2 .btn {
  font-size: 23px;
  padding: 14px 0;
  padding-right: 30px;
}

.main-area {
  background: white;
  width: 100%;
  max-width: 425px;
  position: relative;
  overflow: auto;
  height: 100vh;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  .main-area {
    scroll-padding-top: 52px;
    max-width: none;
  }
}
@media screen and (max-width: 1210px) {
  .main-area {
    margin: 0 auto;
    height: auto;
  }
}
.main-area::-webkit-scrollbar {
  display: none;
}

.inner {
  max-width: 425px;
  padding: 0 16px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.section {
  padding: 40px 0;
}

.center {
  text-align: center;
}

.small {
  font-size: 14px;
  font-weight: 400;
}

.btn-text {
  margin: 0 auto 8px;
  max-width: 226px;
}

.btn {
  text-align: center;
  border-radius: 100px;
  border-radius: 50px;
  background: #FFEC3D;
  -webkit-box-shadow: 0 4px 0 0 #FAD224;
          box-shadow: 0 4px 0 0 #FAD224;
  color: #14A59D;
  display: block;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: 20px 0px;
  padding-right: 30px;
  position: relative;
  max-width: 343px;
  margin: 0 auto;
}
.btn::after {
  content: "";
  background: url(../img/arrow.png) no-repeat center center/contain;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
}
.btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 0 #FAD224;
          box-shadow: 0 0 0 0 #FAD224;
}
.btn::before {
  content: "";
  background: url(../img/arrow-right.png) no-repeat center center/contain;
  position: absolute;
  width: 37px;
  height: 3ch;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

.sec-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 9px;
  font-weight: 700;
  color: #40CCC5;
  border-bottom: 2px solid #62A91F;
  margin-bottom: 16px;
}

/*========================
header
========================*/
.header-area {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .header-area {
    max-width: none;
  }
}

.header {
  padding: 10px 16px;
  background: white;
  position: relative;
  z-index: 999;
}
.header .logo {
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 210px;
  }
}

.overlay {
  background: rgba(0, 0, 0, 0.37);
  position: absolute;
  z-index: 800;
  width: 100%;
  height: 100vh;
  display: none;
}

.hamburger-menu {
  position: absolute;
  top: 5px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1000;
}

.hamburger-menu span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #40CCC5;
  margin: 2.5px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.drawer {
  position: absolute;
  top: 46px;
  right: 0;
  width: 290px;
  background: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 980;
  visibility: hidden;
  opacity: 0;
  border-top: 1px solid #D9D9D9;
  padding: 24px 16px;
}
.drawer li {
  padding: 10px 0;
}
.drawer a {
  font-size: 18px;
  padding-left: 13px;
  font-weight: bold;
  border-left: 5px solid #40CCC5;
}
.drawer a:hover {
  color: #40CCC5;
}

.hamburger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
          transform: rotate(-45deg) translate(5px, -5px);
}

.drawer.open {
  visibility: visible;
  opacity: 1;
}

/*========================
mv
========================*/
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 48px;
  }
}

/*========================
reccomend
========================*/
.reccomend {
  padding: 40px 0;
  text-align: center;
}
.reccomend h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.reccomend h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFEC3D));
  background: linear-gradient(transparent 60%, #FFEC3D 60%);
}
.reccomend .img {
  margin-top: 32px;
}

/*========================
cta-sec
========================*/
.cta-sec {
  background: #40CCC5;
  padding: 20px 0 30px;
}
.cta-sec .box {
  background: #FFF;
  border-radius: 8px;
  padding: 10px 10px 16px;
  text-align: center;
  max-width: 323px;
  margin: 0 auto;
  margin-top: 20px;
}
.cta-sec .box h2 {
  color: #14A59D;
  font-size: 21px;
}
.cta-sec .box h2 span {
  font-size: 32px;
}
.cta-sec .box .big {
  font-size: 18px;
  line-height: 1.4;
}
.cta-sec .box .strong {
  font-size: 21px;
  font-weight: 900;
  color: #FD7C8C;
  margin-top: 8px;
}
.cta-sec .box ul {
  text-align: left;
}
.cta-sec .box ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.cta-sec .campaign {
  max-width: 315px;
  margin: 32px auto 0;
}

/*========================
achievement
========================*/
.achievement {
  padding: 40px 0;
}
.achievement h2 {
  max-width: 214px;
  margin: 0 auto 30px;
}
.achievement .wrap {
  padding-bottom: 30px;
}
.achievement .wrap.wrap--last {
  display: none;
  margin-top: 0;
}
.achievement h3 {
  padding: 6px;
  background: #40CCC5;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
.achievement p {
  font-size: 18px;
  text-align: center;
}
.achievement .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 335px;
  margin: 0 auto;
}
.achievement .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.achievement .items .item .icon {
  font-size: 15px;
  line-height: 1;
  background: #FBE171;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.achievement .items--last {
  max-width: 333px;
  font-size: 12px;
  gap: 10px 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.achievement .items--last .item:last-child {
  margin-right: auto;
  padding-left: 7px;
}
.achievement .items--last .item .icon {
  font-size: 12px;
  width: 20px;
  height: 20px;
}

.view-more {
  background: #40CCC5;
  color: white;
  display: inline-block;
  border-radius: 4px;
  padding: 10px 45px 11px;
  font-size: 15px;
  line-height: 100%;
  position: relative;
  border: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.view-more::before {
  content: "";
  background: url(../img/arrow-down.png) no-repeat center center/contain;
  position: absolute;
  width: 13.646px;
  height: 8.282px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}

/*========================
voice
========================*/
.voice {
  margin-top: 40px;
}

.voice__wrap {
  background: #D2F2EF;
  border-radius: 8px;
  padding: 38px 16px 16px;
  position: relative;
}
.voice__wrap::before {
  content: "";
  background: url(../img/voice-bg.png) no-repeat center center/contain;
  position: absolute;
  width: 170px;
  height: 78px;
  left: 50%;
  top: -39px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice__wrap h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
  /* 33.8px */
  letter-spacing: -0.52px;
}
.voice__wrap .box {
  border-radius: 4px;
  background: #FFF;
  padding: 10px 16px 20px;
  margin-top: 20px;
}
.voice__wrap .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.voice__wrap .img {
  width: 87px;
}
.voice__wrap h3 {
  width: calc(100% - 87px - 16px);
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  color: #14A59D;
}
.voice__wrap p span {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFEC3D));
  background: linear-gradient(transparent 70%, #FFEC3D 70%);
}

/*========================
point
========================*/
.point {
  padding: 30px 0 40px;
}
.point h2 {
  max-width: 246px;
  margin: 0 auto;
}
.point .img {
  max-width: 246px;
  margin: 20px auto;
}
.point .items {
  padding-left: 18px;
}
.point .item {
  padding-left: 38px;
  position: relative;
}
.point .item:not(:first-child) {
  margin-top: 20px;
}
.point .item::before {
  content: "";
  background: url(../img/point-icon.png) no-repeat center center/contain;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
}
.point .item p {
  padding-right: 27px;
}
.point .item .text {
  max-width: 311px;
  margin-left: -22px;
}

/*========================
reason
========================*/
.reason {
  padding: 60px 0;
}
.reason h2 {
  max-width: 280px;
  margin: 0 auto;
}
.reason .list1 {
  margin: 21px 0 6px;
  padding-left: 14px;
}
.reason .list1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.reason .list1 li:not(:first-child) {
  margin-top: 21px;
}
.reason .list1 .num {
  width: 55px;
}
.reason .list1 .text {
  width: calc(100% - 55px - 10px);
  line-height: 150%;
  /* 22.5px */
}
.reason .list2 {
  border-radius: 8px;
  border: 2px solid #40CCC5;
  background: #FFF;
  margin: 56px 15px 0;
  position: relative;
  padding: 16px 12px;
}
.reason .list2::before {
  content: "";
  background: url(../img/plus.png) no-repeat center center/contain;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: -42px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reason .list2 li {
  position: relative;
  font-size: 14px;
  padding-left: 12px;
}
.reason .list2 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #40CCC5;
  left: 0;
  top: 9px;
  position: absolute;
}
.reason .more {
  border-radius: 8px;
  background: #FFEDEE;
  padding: 40px 10px 30px;
  position: relative;
  margin: 0 16px;
  margin-top: 41px;
}
.reason .more .text {
  width: 100px;
  position: absolute;
  top: -27px;
  left: 7px;
}

/*========================
about
========================*/
.about h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #14A59D;
}
.about .item {
  margin-top: 29px;
}
.about h3 {
  padding: 6px 12px;
  display: inline-block;
  background: #40CCC5;
  color: white;
  border-radius: 4px;
  line-height: 1;
}
.about .name {
  margin-top: 6px;
  font-size: 20px;
}
.about p {
  font-weight: 400;
  font-size: 14px;
}
.about .table {
  margin-top: 17px;
}

/*========================
faq
========================*/
.faq {
  padding: 60px 0 40px;
}
.faq h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  color: #14A59D;
}
.faq .faq__items .item {
  margin-top: 24px;
}
.faq .faq__items .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 38px 10px 42px;
  border-radius: 8px;
  background: #D2F2EF;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 10px;
  color: #14A59D;
}
.faq .faq__items .head::before {
  content: "";
  background: url(../img/question.png) no-repeat center center/contain;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 10px;
}
.faq .faq__items .head::after {
  content: "";
  background: url(../img/arrow-down-2.png) no-repeat center center/contain;
  position: absolute;
  width: 25px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .faq .faq__items .head::after {
    width: 22px;
    height: 22px;
  }
}
.faq .faq__items .head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq .faq__items p {
  display: none;
  padding: 0 16px;
}
.faq .faq__items p span {
  font-size: 20px;
  color: #14A59D;
}

/*========================
location
========================*/
.location__items {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.location__items .item {
  min-height: 84px;
  background: #40CCC5;
  text-align: center;
  width: calc(50% - 8px);
  border-radius: 8px;
  padding: 7px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.location__items .item p {
  font-size: 14px;
}
.location__items .item h3 {
  color: #40CCC5;
  font-size: 20px;
}

.location__img {
  margin-top: -19px;
}

/*========================
school
========================*/
.school {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .school {
    padding: 48px 0;
  }
}
.school .heading {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .school .heading {
    margin-bottom: 24px;
  }
}
.school .heading .img {
  width: 30px;
  margin: 0 auto;
}
.school .heading h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #14A59D;
  padding: 10px 0 6px;
}
.school .heading p {
  font-size: 20px;
  line-height: 100%;
  /* 20px */
}

.school__contents {
  max-width: 643px;
  margin: 0 auto;
}

.school__head {
  color: #14A59D;
  border-bottom: 1px solid #14A59D;
  font-size: 20px;
  font-weight: bold;
  padding: 11px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .school__head {
    font-size: 20px;
    padding: 16px 17px;
  }
}
.school__head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.school__head::after {
  content: "";
  background: url(../img/arrow-down-2.png) no-repeat center center/contain;
  position: absolute;
  width: 25px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .school__head::after {
    width: 32px;
    height: 30px;
  }
}

.school__body {
  display: none;
}

.school__item {
  padding: 20px 0;
}
.school__item h3 {
  color: #40CCC5;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .school__item h3 {
    font-size: 24px;
  }
}
.school__item li {
  position: relative;
  padding-left: 37px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .school__item li {
    font-size: 18px;
  }
}
.school__item li:not(:first-child) {
  margin-top: 10px;
}
.school__item li::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  left: 0;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .school__item li::before {
    width: 27px;
    height: 27px;
  }
}
.school__item .address::before {
  background: url(../img/school-icon1.png) no-repeat center center/contain;
}
.school__item .tel::before {
  background: url(../img/school-icon2.png) no-repeat center center/contain;
}
.school__item .access::before {
  top: 0;
  width: 33px;
  height: 33px;
  left: -4px;
  background: url(../img/school-icon3.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .school__item .access::before {
    width: 30px;
    height: 30px;
    left: -1px;
    top: 1px;
  }
}

/*========================
bottom
========================*/
.bottom {
  background: #40CCC5;
  color: white;
  text-align: center;
  font-weight: bold;
}
.bottom p {
  margin: 20px 0 14px;
  font-size: 16px;
}
.bottom .bottom-logo {
  background: white;
  padding: 16px;
  margin-top: 40px;
}
.bottom .bottom-logo img {
  display: inline-block;
  max-width: 245px;
}

/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #40CCC5;
  color: white;
  font-size: 10px;
  padding: 15px 16px 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 70px;
  }
}

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: #40CCC5;
  text-align: center;
  padding: 6px 0;
}
.fixed .btn {
  padding: 8px 0 10px;
  padding-right: 10px;
  margin: 6px 0;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 300px;
}
.fixed .btn::after {
  width: 25px;
  height: 25px;
}