@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: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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: url(../img/pc-bg.jpg) no-repeat center center/cover;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  gap: 17px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .pc-bg {
    background: #E9F6BD;
  }
}
.pc-bg .dummy {
  width: 425px;
}
.pc-bg .wrap1,
.pc-bg .wrap2 {
  max-width: 270px;
  text-align: right;
  width: calc((100% - 17px - 17px - 425px) / 2);
}
@media screen and (max-width: 1210px) {
  .pc-bg .wrap1,
  .pc-bg .wrap2 {
    display: none;
  }
}
.pc-bg .wrap2 .img {
  max-width: 220px;
}
.pc-bg .btn-text {
  max-width: 233px;
  margin-left: auto;
  font-size: 20px;
  margin-top: 24px;
  margin-right: 33px;
}
.pc-bg .btn {
  margin-right: 33px;
  width: auto;
  font-size: 24px;
  padding: 8px 53px 17px 36px;
  text-align: center;
}
.pc-bg .btn span {
  font-size: 32px;
}
.pc-bg .btn::before {
  width: 34px;
  height: 34px;
  right: 14px;
}
.pc-bg .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-width: 210px;
  margin-left: 35px;
  margin-bottom: 20px;
  margin-top: 16px;
}
.pc-bg .btns a {
  background: #95CE33;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 15.1px #CCDA9F;
          box-shadow: 0 0 15.1px #CCDA9F;
}
.pc-bg .img {
  -webkit-filter: drop-shadow(0 0 8px #CCDA9F);
          filter: drop-shadow(0 0 8px #CCDA9F);
}

.main-area {
  background: white;
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #CCDA9F;
          box-shadow: 0 0 20px 0 #CCDA9F;
}
@media screen and (max-width: 767px) {
  .main-area {
    -webkit-box-shadow: none;
            box-shadow: 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;
}

.cta {
  padding: 32px 0;
  text-align: center;
  background: url(../img/cta-bg.jpg) no-repeat center center/cover;
}

.cta-jh {
  background: #E6F7FC;
  padding-top: 0;
}

.cta-h {
  background: #F4FCE7;
  padding-top: 0;
}

.btn-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.btn {
  border-radius: 100px;
  background: #FD8F00;
  -webkit-box-shadow: 0 6px 0 0 #D47800;
          box-shadow: 0 6px 0 0 #D47800;
  color: white;
  display: inline-block;
  width: 100%;
  padding: 6px 0 10px;
  padding-right: 30px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  margin: 6px 0 10px;
  line-height: 1.2;
  max-width: 335px;
}
.btn span {
  color: #F2FF00;
  font-size: 35px;
}
.btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 0 #D47800;
          box-shadow: 0 0 0 0 #D47800;
}
.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;
}

.btn2 {
  background: #FFFDE4;
  border: 2px solid #FD8F00;
  color: #FD8F00;
  font-size: 20px;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  width: auto;
  padding: 11px 25px 12px;
  padding-right: 49px;
}
.btn2::before {
  background: url(../img/arrow-right2.png) no-repeat center center/contain;
  width: 23px;
  height: 23px;
}

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

/*========================
header
========================*/
.header-area {
  width: 100%;
  max-width: 425px;
  margin: 0 auto;
  position: fixed;
  z-index: 999;
}

.header {
  padding: 10px 16px;
  background: white;
  position: relative;
  z-index: 999;
}
.header .logo {
  max-width: 290px;
}

.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: #62A91F;
  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 #62A91F;
}
.drawer a:hover {
  color: #62A91F;
}

.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;
  }
}

.faq-btn {
  text-align: center;
  padding-top: 36px;
}

/*========================
top
========================*/
.top .top-img {
  margin: 0 auto 38px;
  margin-top: 39px;
  max-width: 350px;
}
.top .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.top .img {
  width: 78px;
}
.top h3 {
  font-size: 17px;
  color: #62A91F;
  line-height: 1.3;
  width: calc(100% - 78px - 10px);
}
.top h3 span {
  font-size: 15px;
}
.top ul {
  margin-top: 24px;
}
.top ul li {
  position: relative;
  padding-left: 35px;
  font-size: 17px;
}
.top ul li:not(:first-child) {
  margin-top: 9px;
}
.top ul li::before {
  content: "";
  background: url(../img/check.png) no-repeat center center/contain;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 0;
}

/*========================
recommend
========================*/
.recommend .items {
  max-width: 330px;
  margin: 24px auto 0;
}
.recommend .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
.recommend .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.recommend .item:nth-child(even) .text::before {
  border-right: 0;
  border-left: 17px solid #F5FBDD;
  left: auto;
  right: -16px;
}
.recommend .img {
  width: 80px;
}
.recommend .text {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  width: calc(100% - 80px - 27px);
  background: #F5FBDD;
  padding: 14px;
  border-radius: 10px;
  position: relative;
}
.recommend .text span {
  font-weight: bold;
  color: #62A91F;
}
.recommend .text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 17px solid #F5FBDD;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*========================
point
========================*/
.point {
  background: #F7F7F7;
}
.point .point__items .item {
  margin-top: 24px;
}
.point .point__items .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  line-height: 1.2;
}
.point .point__items .num {
  padding: 5px 14px;
  background: #62A91F;
  color: white;
  letter-spacing: 2.24px;
  font-weight: bold;
  border-radius: 5px;
}
.point .point__items ul {
  background: white;
  border-radius: 8px;
  padding: 21px;
  padding-left: 9px;
  margin: 16px 0;
}
.point .point__items ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.point .point__items h3 {
  font-size: 20px;
  font-weight: 500;
}
.point .point__items .img img {
  border-radius: 8px;
}

/*========================
campaign
========================*/
.campaign {
  background: #F7FDE2;
  padding-bottom: 32px;
}
.campaign .center {
  font-size: 16px;
}
.campaign .box {
  background: white;
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
  border: 2px solid #FD8F00;
}
.campaign .box p {
  margin-top: 8px;
  font-size: 12px;
}

/*========================
faq
========================*/
.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;
  min-height: 58px;
  padding: 10px 13px;
  padding-left: 57px;
  border-radius: 8px;
  background: #EFEFEF;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 10px;
}
.faq .faq__items .head::before {
  content: "";
  background: url(../img/question.png) no-repeat center center/contain;
  position: absolute;
  width: 43px;
  height: 39px;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*========================
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: #F4FCE7;
  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: #FD8F00;
  font-size: 20px;
}

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

/*========================
terms
========================*/
.terms {
  background: #F7FDE2;
  padding-bottom: 24px;
}
.terms .inner {
  padding: 0;
}
.terms p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.terms p span {
  color: #FD8F00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.terms__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 32px 0 20px;
  gap: 16px;
  padding-left: 16px;
}
.terms__flex .img {
  max-width: 143px;
}
.terms__flex .img img {
  border-radius: 12px 0 0 12px;
}

.terms__list {
  background: white;
  padding: 13px 18px 18px 14px;
  border-radius: 8px;
}
.terms__list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 137.886%;
  /* 19.304px */
  padding-left: 14px;
  position: relative;
}
.terms__list li:not(:first-child) {
  margin-top: 8px;
}
.terms__list li::before {
  content: "";
  background: #F2FF00;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.terms__list li span {
  display: inline-block;
}

/*========================
school
========================*/
.school {
  padding: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .school {
    padding: 0 0 48px;
  }
}
.school .heading {
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .school .heading {
    margin-bottom: 24px;
  }
}
.school .heading .img {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 3px;
}
.school .heading h2 {
  font-size: 24px;
}

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

.school__area:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .school__area:not(:first-child) {
    margin-top: 24px;
  }
}

.school__head {
  background: #62A91F;
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 13px 21px;
  padding-left: 29px;
  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-down2.png) no-repeat center center/contain;
  position: absolute;
  width: 35px;
  height: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .school__head::after {
    width: 32px;
    height: 30px;
  }
}

.school__body {
  padding: 0 16px;
  display: none;
}
@media screen and (max-width: 767px) {
  .school__body {
    padding: 0 14px;
  }
}

.school__item {
  padding: 20px 0;
  border-bottom: 2px solid #62A91F;
}
.school__item h3 {
  color: #62A91F;
  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;
  }
}

/*========================
footer
========================*/
.footer {
  text-align: center;
  background: #62A91F;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 9px 0 10px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 83px;
  }
}

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: #DDF599;
  text-align: center;
  padding: 6px 0;
}
.fixed .btn {
  padding: 4px 0 8px;
  padding-right: 24px;
  margin: 6px 0;
  font-size: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.fixed .btn span {
  font-size: 30px;
}
.fixed .btn::before {
  right: 10px;
}
.fixed .btn::after {
  width: 60px;
  height: 60px;
}