@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1022px) {
  .is-sp {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1021.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: #1B1B1B;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #1B1B1B;
  background: white;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

/*========================
common
========================*/
.inner {
  max-width: 1022px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.center {
  text-align: center;
}

.section {
  padding: 64px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 48px 0;
  }
}

.section--bg {
  background: #F8F7F3;
}

.btn {
  background: #FF7840;
  color: white;
  -webkit-box-shadow: 0 4px 0 0 #E94400;
          box-shadow: 0 4px 0 0 #E94400;
  display: inline-block;
  text-align: center;
  font-size: 42px;
  padding: 24px;
  border-radius: 20px;
  font-weight: 900;
  max-width: 581px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 28px;
    padding: 14px;
  }
}
.btn:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 0 #E94400;
          box-shadow: 0 0 0 0 #E94400;
}
.btn.btn--small {
  max-width: 220px;
  border-radius: 8px;
  padding: 8px;
  font-size: 22px;
  font-weight: 700;
}

.sec-title {
  text-align: center;
  position: relative;
  font-size: 62px;
  font-weight: 900;
  color: #00A95F;
  font-family: "Zen Kaku Gothic New", serif;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .sec-title {
    font-size: 32px;
  }
}
.sec-title .small {
  font-size: 50px;
  color: #1B1B1B;
}
@media screen and (max-width: 767px) {
  .sec-title .small {
    font-size: 24px;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  position: absolute;
  width: 93px;
  height: 4px;
  bottom: 0;
}
.sec-title::before {
  background: #036EB8;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sec-title::after {
  background: #00A95F;
  right: 50%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.color {
  color: #00A95F;
}

.color2 {
  color: #036EB8;
}

.fw900 {
  font-weight: 900;
}

.cta__text {
  max-width: 528px;
  margin: 0 auto 32px;
}

/*========================
header
========================*/
.header {
  background: white;
}

.header__flex {
  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;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .header__flex {
    padding: 16px 0;
  }
}
.header__flex .logo {
  max-width: 327px;
}
@media screen and (max-width: 767px) {
  .header__flex .logo {
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .header__flex .btn {
    display: none;
  }
}

/*========================
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: 1790px;
  max-width: 2100px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .mv .mv__img {
    min-width: 1270px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv__img {
    min-width: 0;
  }
}

/*========================
intro
========================*/
.intro .inner {
  max-width: 1136px;
  margin: 0 auto;
}
.intro .img1 {
  max-width: 960px;
  margin: 0 auto;
}
.intro .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .intro .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.intro .flex .img2 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .intro .flex .img2 {
    width: 100%;
  }
}
.intro .flex .btn {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .intro .flex .btn {
    width: 100%;
  }
}

/*========================
strength
========================*/
.strength p {
  text-align: center;
  font-weight: bold;
  margin: 28px 0 44px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .strength p {
    font-size: 20px;
    margin: 28px 0;
  }
}
.strength .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media screen and (max-width: 767px) {
  .strength .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.strength .flex .item {
  max-width: 287px;
  width: 100%;
  background: #C4EEDC;
  text-align: center;
  border-radius: 26px;
  padding-bottom: 24px;
}
.strength .flex .item:nth-child(1) .img {
  mix-blend-mode: multiply;
}
.strength .flex .item .img {
  max-width: 193px;
  display: inline-block;
  margin-top: -38px;
}
@media screen and (max-width: 767px) {
  .strength .flex .item .img {
    max-width: 140px;
    margin-top: -27px;
  }
}
.strength .flex .item h3 {
  color: #036EB8;
  margin: 7px 0 9px;
  font-weight: 900;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .strength .flex .item h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 16px 0 12px;
  }
}
.strength .flex .item p {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

/*========================
points
========================*/
.points .sec-title img {
  max-width: 200px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .points .sec-title img {
    margin-bottom: 8px;
  }
}

.points__items .item {
  margin: 47px 0 37px;
  position: relative;
}
.points__items h3 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 29px;
}
@media screen and (max-width: 767px) {
  .points__items h3 {
    font-size: 24px;
  }
}
.points__items h3 span {
  color: #036EB8;
}
.points__items h3 span span {
  color: #00A95F;
}
.points__items .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .points__items .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.points__items .flex .img {
  max-width: 452px;
  width: 100%;
}
.points__items .flex .img img {
  border-radius: 8px;
}
.points__items .flex .content {
  width: calc(100% - 452px - 25px);
}
@media screen and (max-width: 767px) {
  .points__items .flex .content {
    width: 100%;
  }
}
.points__items .flex ul {
  list-style-type: disc;
  color: #00A95F;
  font-weight: bold;
  padding-left: 1em;
  margin-top: 8px;
}
.points__items .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .points__items .flex2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.points__items .flex2 .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .points__items .flex2 .img {
    width: 100%;
  }
}
.points__items .flex2 .img img {
  border-radius: 8px;
}
.points__items .paragraph {
  margin: 24px 0;
  padding: 0 26px 0 35px;
}
@media screen and (max-width: 767px) {
  .points__items .paragraph {
    padding: 0;
  }
}
.points__items .paragraph h4 {
  font-size: 20px;
  font-weight: bold;
  color: #00A95F;
}
.points__items .paragraph.paragraph--2, .points__items .paragraph.paragraph--3 {
  padding-left: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .points__items .paragraph.paragraph--2, .points__items .paragraph.paragraph--3 {
    padding-left: 70px;
  }
}
.points__items .paragraph.paragraph--2::before, .points__items .paragraph.paragraph--3::before {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 24px;
  font-weight: 900;
  color: white;
  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;
  padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .points__items .paragraph.paragraph--2::before, .points__items .paragraph.paragraph--3::before {
    left: -8px;
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}
.points__items .paragraph.paragraph--2::before {
  content: "無料";
  background: #FF7840;
}
.points__items .paragraph.paragraph--3::before {
  content: "有料";
  background: #036EB8;
}
.points__items .text {
  margin-top: 30px;
  padding-right: 248px;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .points__items .text {
    padding-right: 0;
    padding-bottom: 174px;
    font-size: 16px;
  }
}
.points__items .text span span {
  font-size: 28px;
}
.points__items .bg-img {
  position: absolute;
  right: 0;
  bottom: -38px;
  max-width: 208px;
}
@media screen and (max-width: 767px) {
  .points__items .bg-img {
    bottom: 0;
    max-width: 188px;
  }
}

/*========================
about
========================*/
.about__items {
  margin: 75px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 20px;
  }
}
.about__items .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 302px;
  text-align: center;
}
.about__items .item h3 {
  font-size: 42px;
  font-weight: 900;
  color: #00A95F;
}
@media screen and (max-width: 767px) {
  .about__items .item h3 {
    font-size: 32px;
  }
}
.about__items .item .img {
  margin: 20px 0 14px;
}
.about__items .item .img img {
  border-radius: 20px;
}
.about__items .item h4 {
  background: #00A95F;
  color: white;
  font-weight: 900;
}
.about__items .item p {
  background: white;
}
.about__items .item:nth-child(even) h3 {
  color: #036EB8;
}
.about__items .item:nth-child(even) h4 {
  background: #036EB8;
}

.about__text {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 20px;
  }
}

/*========================
teacher
========================*/
.teacher__text {
  font-size: 24px;
  margin: 40px 0 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .teacher__text {
    font-size: 20px;
    margin: 28px 0 40px;
  }
}

.teacher__items {
  margin-bottom: 73px;
}
.teacher__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}
@media screen and (max-width: 767px) {
  .teacher__items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.teacher__items .item:not(:first-child) {
  margin-top: 52px;
}
.teacher__items .item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .teacher__items .item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.teacher__items .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .teacher__items .img {
    width: 100%;
  }
}
.teacher__items .img img {
  border-radius: 8px;
}
.teacher__items .body {
  width: 50%;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .teacher__items .body {
    width: 100%;
    font-size: 19px;
  }
}
.teacher__items ul {
  list-style-type: disc;
  padding-left: 1em;
}
.teacher__items li {
  margin: 8px 0;
}
.teacher__items li::marker {
  color: #00A95F;
}
.teacher__items li span {
  color: #00A95F;
  font-weight: 900;
}
.teacher__items h3 {
  color: #00A95F;
  margin-bottom: 8px;
}

/*========================
location
========================*/
.location__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 62px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 0 37px;
}
@media screen and (max-width: 767px) {
  .location__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 40px 0 20px;
    gap: 24px;
  }
}
.location__items .item {
  background: white;
  border-radius: 14px;
  max-width: 454px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 26px;
}
@media screen and (max-width: 767px) {
  .location__items .item {
    padding: 20px 16px;
  }
}
.location__items h3 {
  font-size: 30px;
  color: #2644A9;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .location__items h3 {
    font-size: 24px;
  }
}
.location__items .info {
  margin: 20px 0;
  border-bottom: 1px solid #2644A9;
  min-height: 118px;
}
@media screen and (max-width: 767px) {
  .location__items .info {
    margin: 16px 0;
    min-height: 0;
  }
}
.location__items .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
  margin: 10px 0;
}
.location__items .row .icon {
  width: 18px;
}
.location__items .row .icon img {
  display: block;
}
.location__items .row p {
  width: calc(100% - 18px - 8px);
  font-size: 14px;
  font-weight: 400;
}
.location__items iframe {
  width: 100%;
  height: 240px;
}

.location__text {
  font-size: 52px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .location__text {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.location__cta .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .location__cta .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location__cta .flex img {
  display: block;
  max-width: 422px;
}
@media screen and (max-width: 767px) {
  .location__cta .flex img {
    max-width: 250px;
  }
}

/*========================
contact
========================*/
/*========================
footer
========================*/
.footer {
  background: #00A95F;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 71px;
  }
}

.fixed {
  position: fixed;
  z-index: 100;
  bottom: 8px;
  left: 0;
  width: 100%;
  padding: 7px 20px 4px;
}
@media screen and (max-width: 767px) {
  .fixed .btn {
    font-size: 20px;
    padding: 8px;
  }
}