@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (max-width: 799.5px) 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: 14px;
  line-height: normal;
  color: #333333;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

p {
  line-height: 1.6;
}

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: #F4F4F4;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.main-area {
  background: white;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-area {
    max-width: none;
  }
}

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

.center {
  text-align: center;
}

.small {
  font-size: 12px;
}

.cta {
  text-align: center;
}
.cta.cta--top {
  padding: 19px 0 32px;
}
@media screen and (max-width: 767px) {
  .cta.cta--top {
    padding: 19px 0 22px;
  }
}
.cta.cta--2 {
  background: #FFF5CE;
  padding: 32px 0;
}

.btn-text {
  font-size: 18px;
}

.btn {
  border-radius: 100px;
  color: white;
  background: #FFA10A;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 15px;
  padding-right: 30px;
  -webkit-box-shadow: 0px 4px 0px 0px #CC8717;
          box-shadow: 0px 4px 0px 0px #CC8717;
  position: relative;
  max-width: 400px;
}
.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: 25px;
}
.btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 0px 0px 0px #CC8717;
          box-shadow: 0px 0px 0px 0px #CC8717;
}

.section {
  padding: 48px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 40px 0;
  }
}

.section-bg {
  background: #EDFCFF;
}

.sec-title {
  text-align: center;
  font-size: 24px;
  padding-bottom: 16px;
  margin-bottom: 32px;
  font-weight: 500;
  position: relative;
}
.sec-title::before {
  content: "";
  background: url(../img/balloon.png) no-repeat center center/contain;
  position: absolute;
  height: 27px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -27px;
}
@media screen and (max-width: 767px) {
  .sec-title::before {
    height: 24px;
    bottom: -24px;
  }
}

/*========================
mv
========================*/
.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
}
.mv .mv__img {
  min-width: 2060px;
  max-width: 2100px;
}
@media screen and (max-width: 1100px) {
  .mv .mv__img {
    min-width: 1460px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__img {
    min-width: 0;
  }
}

/*========================
anker
========================*/
.anker {
  background: #0BAAAA;
  color: white;
  padding: 16px 0 20px;
  font-weight: bold;
  text-align: center;
}
.anker h2 {
  font-size: 18px;
}
.anker ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .anker ul {
    max-width: 320px;
  }
}
.anker ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 14px 0 10px;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(64, 64, 64, 0.25);
          box-shadow: 2px 2px 0px 0px rgba(64, 64, 64, 0.25);
  background: #EDFCFF;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  line-height: 1;
}
.anker ul li .arrow {
  width: 18px;
  margin: 0 auto;
  margin-top: 12px;
}
.anker ul li .arrow img {
  display: block;
}

/*========================
reason
========================*/
.reason {
  padding: 50px 0 40px;
}
.reason .inner:first-child {
  padding: 0 15px;
}
.reason .flag {
  max-width: 112px;
  margin: 0 auto;
}

.reason__message {
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  text-align: center;
  color: #0BAAAA;
  margin: 10px 0 60px;
}

.reason__heading {
  max-width: 317px;
  margin: 0 auto 20px;
}

.reason__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .reason__items {
    display: block;
  }
}
.reason__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .reason__items .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.reason__items .item:nth-child(3) {
  grid-column: 1/-1;
}
.reason__items .head {
  background: #0BAAAA;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 14px 20px;
}
@media screen and (max-width: 767px) {
  .reason__items .head {
    padding: 14px;
    gap: 14px;
    padding-right: 0;
  }
}
.reason__items .num {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .reason__items .num {
    width: 45px;
  }
}
.reason__items h3 {
  width: calc(100% - 16px - 52px);
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .reason__items h3 {
    width: calc(100% - 14px - 45px);
  }
}
.reason__items .body {
  background: white;
  padding: 20px;
  height: 100%;
}
.reason__items .body p {
  line-height: 1.8;
}
.reason__items .body .img {
  max-width: 200px;
  margin-left: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .reason__items .body .img {
    max-width: 150px;
  }
}
.reason__items .body .img2 {
  margin: 0 auto 20px;
}

/*========================
price
========================*/
.price {
  padding: 50px 0 40px;
}
.price h2 {
  max-width: 350px;
  margin: 0 auto;
}

.price__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .price__items {
    display: block;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .price__item {
    padding: 20px 0;
  }
}
.price__item:nth-child(1) {
  grid-area: 1/1/4/2;
}
.price__item:nth-child(2) {
  grid-area: 1/2/2/3;
  max-height: 250px;
}
.price__item:nth-child(3) {
  grid-area: 2/2/3/3;
  max-height: 140px;
}
.price__item:not(:first-child) {
  border-bottom: 1px solid #0BAAAA;
}
.price__item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-bottom: 16px;
}
.price__item .num {
  width: 90px;
}
.price__item h3 {
  width: calc(100% - 90px - 28px);
  font-size: 20px;
  font-weight: 500;
}
.price__item .pricetable {
  max-width: 320px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .price__item .pricetable {
    margin: 32px auto 0;
  }
}
.price__item .img {
  max-width: 210px;
  margin-top: 16px;
}

/*========================
voice 
========================*/
.voice {
  padding: 50px 0 100px;
}
.voice .inner {
  max-width: 600px;
}
.voice .flag {
  max-width: 112px;
  margin: 0 auto;
}
.voice h2 {
  text-align: center;
  max-width: 290px;
  margin: 10px auto 30px;
}
.voice h2 p {
  font-size: 16px;
  font-weight: 500;
  margin-top: 6px;
}

.voice__items .item {
  border-radius: 8px;
  border: 2px solid #0BAAAA;
  background: white;
  position: relative;
  padding: 20px;
  margin: 0 20px;
  line-height: 180%;
  /* 25.2px */
}
.voice__items .item:not(:first-child) {
  margin-top: 80px;
}
.voice__items .img {
  position: absolute;
  width: 120px;
  z-index: 1;
  right: -20px;
  bottom: -58px;
}

/*========================
school
========================*/
.school {
  padding: 50px 0 60px;
}
.school .inner {
  max-width: 600px;
}
.school .heading {
  text-align: center;
  margin-bottom: 24px;
}
.school .heading .img {
  width: 30px;
  margin: 0 auto;
}
.school .heading h2 {
  font-size: 24px;
}

.school__area:not(:first-child) {
  margin-top: 40px;
}

.school__head {
  background: #0BAAAA;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 11px 20px;
  position: relative;
  cursor: pointer;
}
.school__head.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.school__head::after {
  content: "";
  background: url(../img/arrow-down.png) no-repeat center center/contain;
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

.school__item {
  padding: 20px 0;
  border-bottom: 1px solid #0BAAAA;
}
.school__item h3 {
  color: #0BAAAA;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.school__item li {
  position: relative;
  padding-left: 25px;
}
.school__item li:not(:first-child) {
  margin-top: 10px;
}
.school__item li::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
}
.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 {
  background: url(../img/school-icon3.png) no-repeat center center/contain;
}

/*========================
bottom
========================*/
.bottom {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bottom {
    display: block;
    background: url(../img/bottom.jpg) no-repeat center center/cover;
    padding: 107px 0 165px;
  }
}
.bottom .bottom__img {
  min-width: 2060px;
  max-width: 2100px;
}
@media screen and (max-width: 1100px) {
  .bottom .bottom__img {
    min-width: 1960px;
  }
}
@media screen and (max-width: 767px) {
  .bottom .bottom__img {
    min-width: 0;
  }
}
.bottom .cta {
  position: absolute;
  bottom: 150px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bottom .cta {
    position: relative;
    bottom: inherit;
  }
}

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

.fixed {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 500;
  background: white;
  text-align: center;
  padding: 6px 0 4px;
}
.fixed .btn {
  padding: 10px 0;
  margin: 6px auto;
  font-size: 18px;
}
.fixed .btn::after {
  width: 22px;
  right: 19px;
}