@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://use.typekit.net/ncx6aht.css");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

html {
  font-size: 62.5%;
}

body {
  text-rendering: optimizeSpeed;
  position: relative;
  height: auto;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  color: #000000;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

.br-sp {
  display: none;
}

.pc-display {
  display: block;
}

.sp-display {
  display: none;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.inner {
  width: 60%;
  margin: 0 auto;
}

.section-title {
  width: 100%;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(177, 220, 48) 8px, rgb(177, 220, 48) 12px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgb(177, 220, 48) 8px, rgb(177, 220, 48) 12px);
  padding: 2.92vw 0 2.4vw;
}
.section-title h2 {
  font-size: 1.98vw;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  letter-spacing: 0.426em;
  color: #005F72;
}
.section-title h2::before {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
          transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
  background-color: transparent;
  display: inline-block;
  border-right: 3px dotted #005F72;
  vertical-align: middle;
}
.section-title h2::after {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(45deg) translateX(0.26vw) translateY(0);
          transform: rotate(45deg) translateX(0.26vw) translateY(0);
  background-color: transparent;
  display: inline-block;
  border-left: 3px dotted #005F72;
  vertical-align: middle;
}

.bg-darkcyan {
  background-color: #005F72;
}

.bg-logogreen {
  background-color: rgba(177, 220, 48, 0.46);
}

header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
header .logo {
  width: 16vw;
}
header .logo a {
  width: 100%;
}
header .logo a img {
  width: 100%;
}
header .header-right {
  width: 70vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
header .header-right .gnav {
  margin: auto;
}
header .header-right .gnav nav {
  display: block;
  width: 100%;
}
header .header-right .gnav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
header .header-right .gnav nav ul li {
  display: block;
  margin-right: 2.61vw;
}
header .header-right .gnav nav ul li a {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #005F72;
}
header .header-right .tel-top {
  width: 30%;
}
header .header-right .tel-top img {
  width: 100%;
  height: 100%;
}

.campaign {
  width: 100%;
  margin: 3.13vw 0 3.13vw 0;
}

.campaign .title {
  position: relative;
  box-sizing: border-box;
  margin: 5.23vw 0.94vw 3.13vw 0.94vw;
  border-bottom: 6px solid #005F72;
  padding: 0 0 10px 0;
  font-size: 2.20vw;
  font-weight: 600;
  line-height: 1.5;
}

.campaign .contents {
  font-size: 1.98vw;
  text-align: center;
}

.campaign .contents .free {
  display: inline-block;
  background-color: red;
  color: #ffffff;
  font-weight: 700;
  padding: 0.26vw 0.94vw;
  width: min(100vw, 500px);
}
.campaign .contents .trial {
  display: inline-block;
  background-color: green;
  color: #ffffff;
  font-weight: 700;
  padding: 0.26vw 0.94vw;
  width: min(100vw, 500px);
}

.reason {
  width: 100%;
  margin-top: 3.13vw;
}
.reason .reason-opening {
  font-size: 1.98vw;
  text-align: center;
  background-color: #FF0000;
}
.reason .reason-opening .two-weeks {
  display: inline-block;
  background-color: #005F72;
  color: #ffffff;
  font-weight: 700;
  padding: 0.26vw 0.94vw;
  width: 300px;
}
.reason .reason-opening .campaign {
  display: inline-block;
  color: #ffffff;
}
.reason .free {
  font-size: 1.98vw;
  text-align: center;
  background-color: yellow;
  color: #005F72;
  margin-top: 0.94vw;
  margin-bottom: 1.88vw;
}
.reason h1 {
  font-size: 1.98vw;
  text-align: center;
  color: #005F72;
  font-weight: 700;
  padding-top: 0.94vw;
}
.reason h1 span {
  background-color: #005F72;
  color: #ffffff;
  padding: 0.26vw 0.94vw;
  display: inline-block;
  margin-right: 0.05vw;
}
.reason h1 small {
  font-size: 1.61vw;
}
.reason .reason-content {
  width: 100%;
  margin-top: 7.55vw;
  padding-top: 3.13vw;
  overflow-x: hidden;
  overflow-y: visible;
}
.reason .reason-content .reason-contents-right {
  width: 85.63vw;
  position: relative;
  margin-left: auto;
  margin-bottom: 7.29vw;
}
.reason .reason-content .reason-contents-right img {
  position: absolute;
  top: -3.13vw;
  left: -3.13vw;
  width: 31.77vw;
}
.reason .reason-content .reason-contents-right .reason-contents-right-script {
  width: 100%;
  background-color: rgba(177, 220, 48, 0.36);
  padding-left: 31.25vw;
  height: 21.3vw;
}
.reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner h2 {
  position: absolute;
  top: -3.13vw;
  left: 0;
  font-size: 4.53vw;
  color: #005F72;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner h4 {
  font-size: 1.77vw;
  color: #005F72;
  padding-top: 4.27vw;
  padding-bottom: 3.85vw;
  font-weight: 500;
}
.reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner p {
  font-size: 1.15vw;
  color: #005F72;
}
.reason .reason-content .reason-contents-left {
  width: 85.63vw;
  position: relative;
  margin-right: auto;
  margin-bottom: 14rem;
}
.reason .reason-content .reason-contents-left img {
  position: absolute;
  top: -3.13vw;
  right: -3.13vw;
  width: 31.77vw;
}
.reason .reason-content .reason-contents-left .reason-contents-left-script {
  width: 100%;
  background-color: rgba(177, 220, 48, 0.36);
  padding-left: 16.67vw;
  height: 21.3vw;
}
.reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner {
  width: 100%;
  position: relative;
  height: 100%;
}
.reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner h2 {
  position: absolute;
  top: -3.13vw;
  left: 0;
  font-size: 4.53vw;
  color: #005F72;
  font-family: josefin-sans, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner h4 {
  font-size: 1.17vw;
  color: #005F72;
  padding-top: 4.27vw;
  padding-bottom: 3.85vw;
  font-weight: 500;
}
.reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner p {
  font-size: 1.15vw;
  color: #005F72;
}

.movie {
  width: 100%;
}
.movie .movie-inner {
  width: 52.08vw;
  height: 29.38vw;
  margin: 2.6vw auto;
}
.movie .movie-inner iframe {
  width: 100%;
  height: 100%;
}

.another-merit {
  width: 100%;
  margin-bottom: 7.81vw;
}
.another-merit .another-merit-inner {
  width: 74%;
  margin: 0 auto;
}
.another-merit .another-merit-inner .another-merit-content {
  width: 100%;
  margin-top: 2.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.another-merit .another-merit-inner .another-merit-content .another-merit-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
.another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right {
  width: 100%;
  -webkit-transform: translateY(3.65vw);
          transform: translateY(3.65vw);
}
.another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right h4 {
  padding-left: 3.33vw;
  font-size: 1.3vw;
  padding-bottom: 0.6vw;
  border-bottom: 1px solid #B1DC30;
  color: #B1DC30;
  font-weight: 600;
  letter-spacing: 0.08vw;
}
.another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right p {
  font-size: 1.14vw;
  padding-top: 0.99vw;
  padding-left: 3.33vw;
}
.another-merit .another-merit-inner .another-merit-img {
  width: 25%;
}
.another-merit .another-merit-inner .another-merit-img img {
  margin-top: 3vw;
  width: 100%;
}

.calendar {
  width: 100%;
  padding-top: 2.08vw;
  padding-bottom: 5.21vw;
}
.calendar h1 {
  font-size: 1.98vw;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  letter-spacing: 0.426em;
  color: #005F72;
}
.calendar h1::before {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
          transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
  background-color: transparent;
  display: inline-block;
  border-right: 3px dotted #005F72;
  vertical-align: middle;
}
.calendar h1::after {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(45deg) translateX(0.26vw) translateY(0);
          transform: rotate(45deg) translateX(0.26vw) translateY(0);
  background-color: transparent;
  display: inline-block;
  border-left: 3px dotted #005F72;
  vertical-align: middle;
}
.calendar .calendar-inner {
  width: 80%;
  margin: 2.6vw auto 0;
  height: 40vw;
}
.calendar .calendar-inner iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 5px rgb(255, 255, 255);
          box-shadow: 0px 0px 5px rgb(255, 255, 255);
}

.price {
  width: 100%;
  padding-top: 3.49vw;
  padding-bottom: 5vw;
}
.price h1 {
  font-size: 1.98vw;
  text-align: center;
  font-family: josefin-sans, sans-serif;
  font-weight: 700;
  letter-spacing: 0.426em;
  color: #005F72;
}
.price h1::before {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
          transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
  background-color: transparent;
  display: inline-block;
  border-right: 3px dotted #005F72;
  vertical-align: middle;
}
.price h1::after {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(45deg) translateX(0.26vw) translateY(0);
          transform: rotate(45deg) translateX(0.26vw) translateY(0);
  background-color: transparent;
  display: inline-block;
  border-left: 3px dotted #005F72;
  vertical-align: middle;
}
.price p {
  text-align: center;
  font-size: 0.78vw;
}
.price .price-content {
  margin-top: 4.69vw;
  width: 80%;
  margin: 2.6vw auto;
}
.price .price-content table {
  width: 100%;
  display: block;
}
.price .price-content table tbody {
  width: 100%;
  display: block;
}
.price .price-content table tbody tr, .price .price-content table tbody td {
  display: block;
}
.price .price-content table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.price .price-content table tbody tr .school-year {
  width: 38%;
  font-size: 1.56vw;
  font-weight: 600;
  color: #ffffff;
  padding: 1.04vw 0;
}
.price .price-content table tbody tr .school-year span {
  display: block;
  font-weight: normal;
  font-size: 0.78vw;
}
.price .price-content table tbody tr .price-detail {
  width: 26%;
  font-weight: 500;
  font-size: 2.14vw;
  padding: 1.04vw 0;
}
.price .price-content table tbody tr .price-detail span {
  font-size: 1.56vw;
}
.price .price-content table tbody tr td {
  text-align: center;
  margin: 0.08vw;
}
.price .price-content table tbody tr .price-detail-top {
  width: 26%;
  font-weight: 500;
  font-size: 2.14vw;
}
.price .price-content table tbody tr .price-detail-top span {
  font-size: 1.56vw;
}
.price .price-content table tbody tr .price-detail-top .square {
  width: 90%;
  margin: 0 auto;
  height: 6vw;
  -webkit-clip-path: polygon(100% 0, 100% 57%, 50% 85%, 0 57%, 0 0);
          clip-path: polygon(100% 0, 100% 57%, 50% 85%, 0 57%, 0 0);
}
.price .price-content table tbody tr .price-detail-top .square p {
  font-size: 1.04vw;
  color: #ffffff;
  padding-top: 0.63vw;
}
.price .price-content table tbody tr .price-detail-top .square p span {
  font-size: 0.47vw;
  display: block;
}
.price .price-content table tbody tr .price-detail-top .square1 {
  background-color: #B1DC30;
}
.price .price-content table tbody tr .price-detail-top .square2 {
  background-color: #005F72;
}
.price .price-content table tbody tr .price-detail-top .square3 {
  background-color: #FF6F00;
}
.price .price-content table tbody tr .price-detail-top .square4 {
  background-color: #FF0000;
}

.school-info {
  width: 100%;
}
.school-info .school-info-inner {
  width: 80%;
  margin: 2.6vw auto 5.21vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.school-info .school-info-inner .school-info-left {
  width: 39.22vw;
}
.school-info .school-info-inner .school-info-left table {
  width: 100%;
  display: block;
}
.school-info .school-info-inner .school-info-left table tbody {
  width: 100%;
  display: block;
}
.school-info .school-info-inner .school-info-left table tbody tr {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.school-info .school-info-inner .school-info-left table tbody tr td {
  font-size: 1.04vw;
  padding: 0.99vw 2.08vw;
  margin: 1px;
  display: block;
}
.school-info .school-info-inner .school-info-left table tbody tr td:nth-child(1) {
  background-color: rgba(177, 220, 48, 0.3);
  width: 35%;
}
.school-info .school-info-inner .school-info-left table tbody tr td:nth-child(2) {
  width: 65%;
  background-color: #CFCFCF;
}
.school-info .school-info-right {
  width: 32.81vw;
  height: 35vw;
}
.school-info .school-info-right iframe {
  width: 100%;
  height: 100%;
}

footer {
  width: 100%;
  background-color: rgba(177, 220, 48, 0.46);
  padding: 1.56vw 0;
}
footer p {
  font-size: 0.83vw;
  text-align: center;
}

.cta {
  background: url(img/cta-bg.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vw;
  margin: 3vw 0;
}
.cta .cta-inner {
  width: 42%;
  margin-left: auto;
}
.cta .cta-inner p {
  color: #005F72;
  font-size: 2vw;
  font-weight: 500;
  letter-spacing: 0.2vw;
  margin-left: 4.8vw;
  margin-bottom: 2vw;
  padding-top: 6vw;
}
.cta .cta-inner p::before {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
          transform: rotate(-45deg) translateX(-2rem) translateY(-1rem);
  background-color: transparent;
  display: inline-block;
  border-right: 3px dotted #005F72;
  vertical-align: middle;
}
.cta .cta-inner p::after {
  content: "";
  width: 1.82vw;
  height: 1.82vw;
  -webkit-transform: rotate(45deg) translateX(0.8vw) translateY(-0.3vw);
          transform: rotate(45deg) translateX(0.8vw) translateY(-0.3vw);
  background-color: transparent;
  display: inline-block;
  border-left: 3px dotted #005F72;
  vertical-align: middle;
}
.cta .cta-inner .cta-btn {
  width: 95%;
}
.cta .cta-inner .cta-btn .btn-cta {
  display: block;
  margin-bottom: 1vw;
  background-color: #005f72;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
  color: white;
  padding-top: 1vw;
  padding-bottom: 1vw;
  font-weight: bolder;
  font-size: large;
}
.cta .cta-inner .cta-icons {
  display: flex;
  margin-left: -1vw;
  margin-right: -1vw;
}
.cta .cta-inner .cta-icons .btn-icon {
  display: block;
  flex: 1;
  padding-left: 1vw;
  padding-right: 1vw;
}

.frier .frier-info {
  width: 80%;
  margin: 2.6vw auto 5.21vw;
}
.frier .frier-info img {
  width: 100%;
}

@media screen and (max-width: 450px) {
  .br-sp {
    display: block;
  }
  .pc-display {
    display: none;
  }
  .sp-display {
    display: block;
  }
  .section-title {
    width: 100%;
    background-size: auto auto;
    background-color: rgb(255, 255, 255);
    background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(177, 220, 48) 8px, rgb(177, 220, 48) 12px);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgb(177, 220, 48) 8px, rgb(177, 220, 48) 12px);
    padding: 4.92vw 0 4.4vw;
  }
  .section-title h2 {
    font-size: 5vw;
    text-align: center;
    font-family: josefin-sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.426em;
    color: #005F72;
  }
  .section-title h2::before {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
            transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
    background-color: transparent;
    display: inline-block;
    border-right: 3px dotted #005F72;
    vertical-align: middle;
  }
  .section-title h2::after {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(45deg) translateX(1.26vw) translateY(0);
            transform: rotate(45deg) translateX(1.26vw) translateY(0);
    background-color: transparent;
    display: inline-block;
    border-left: 3px dotted #005F72;
    vertical-align: middle;
  }
  header {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  header .logo {
    width: 50%;
    margin: 0 auto;
  }
  header .logo a {
    width: 100%;
  }
  header .logo a img {
    width: 100%;
  }
  header .header-right {
    width: 70vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    display: none;
  }
  header .header-right .gnav {
    margin: auto;
  }
  header .header-right .gnav nav {
    display: block;
    width: 100%;
  }
  header .header-right .gnav nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  header .header-right .gnav nav ul li {
    display: block;
    margin-right: 2.61vw;
  }
  header .header-right .gnav nav ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    color: #005F72;
  }
  header .header-right .tel-top {
    width: 30%;
  }
  header .header-right .tel-top img {
    width: 100%;
    height: 100%;
  }
  .reason {
    width: 100%;
    margin-top: 14vw;
  }
  .reason h1 {
    font-size: 4.98vw;
    text-align: center;
    color: #005F72;
    font-weight: 700;
  }
  .reason h1 span {
    background-color: #005F72;
    color: #ffffff;
    padding: 0.26vw 0.94vw;
    display: block;
    margin-right: 0.05vw;
    width: 80%;
    margin: 0 auto;
  }
  .reason h1 small {
    font-size: 3.5vw;
  }
  .reason .reason-content {
    width: 100%;
    margin-top: 7.55vw;
  }
  .reason .reason-content .reason-contents-right {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-bottom: 7.29vw;
  }
  .reason .reason-content .reason-contents-right img {
    position: absolute;
    top: -3.13vw;
    left: -3.13vw;
    width: 62.77vw;
  }
  .reason .reason-content .reason-contents-right .reason-contents-right-script {
    width: 100%;
    background-color: rgba(177, 220, 48, 0.36);
    padding-left: 14.25vw;
    padding-bottom: 5vw;
    height: auto;
  }
  .reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner {
    width: 100%;
    position: relative;
    height: auto;
  }
  .reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner h2 {
    position: absolute;
    top: 34.87vw;
    left: 0;
    font-size: 9vw;
    color: #005F72;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  .reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner h4 {
    font-size: 4vw;
    color: #005F72;
    padding-top: 48.27vw;
    padding-bottom: 3.85vw;
    font-weight: 500;
  }
  .reason .reason-content .reason-contents-right .reason-contents-right-script .reason-contents-right-script-inner p {
    font-size: 3.15vw;
    color: #005F72;
  }
  .reason .reason-content .reason-contents-left {
    width: 100%;
    position: relative;
    margin-right: auto;
    margin-bottom: 7.24vw;
  }
  .reason .reason-content .reason-contents-left img {
    position: absolute;
    top: -3.13vw;
    right: -3.13vw;
    width: 73.77vw;
  }
  .reason .reason-content .reason-contents-left .reason-contents-left-script {
    width: 100%;
    background-color: rgba(177, 220, 48, 0.36);
    padding-left: 11.25vw;
    padding-bottom: 5vw;
    height: auto;
  }
  .reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner {
    width: 100%;
    position: relative;
    height: auto;
  }
  .reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner h2 {
    position: absolute;
    top: 34.87vw;
    left: 0;
    font-size: 9vw;
    color: #005F72;
    font-family: josefin-sans, sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  .reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner h4 {
    font-size: 4vw;
    color: #005F72;
    padding-top: 48.27vw;
    padding-bottom: 3.85vw;
    font-weight: 500;
  }
  .reason .reason-content .reason-contents-left .reason-contents-left-script .reason-contents-left-script-inner p {
    font-size: 3.15vw;
    color: #005F72;
  }
  .another-merit {
    width: 100%;
    margin-bottom: 7.81vw;
  }
  .another-merit .another-merit-inner {
    width: 90%;
    margin: 0 auto;
  }
  .another-merit .another-merit-inner .another-merit-content {
    width: 100%;
    margin-top: 2.6vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents .merit-number {
    width: 20%;
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents .merit-number img {
    width: 100%;
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right {
    width: 80%;
    -webkit-transform: translateY(3.65vw);
            transform: translateY(3.65vw);
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right h4 {
    padding-left: 3.33vw;
    font-size: 4.3vw;
    padding-bottom: 0.6vw;
    border-bottom: 1px solid #B1DC30;
    color: #B1DC30;
    font-weight: 600;
    letter-spacing: 0.08vw;
  }
  .another-merit .another-merit-inner .another-merit-content .another-merit-contents .another-merit-contents-right p {
    font-size: 3.14vw;
    padding-top: 0.99vw;
    padding-left: 3.33vw;
  }
  .another-merit .another-merit-inner .another-merit-img {
    width: 35%;
    margin-left: auto;
  }
  .another-merit .another-merit-inner .another-merit-img img {
    width: 100%;
  }
  .calendar {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
  .calendar h1 {
    font-size: 5vw;
    text-align: center;
    font-family: josefin-sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.426em;
    color: #005F72;
  }
  .calendar h1::before {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
            transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
    background-color: transparent;
    display: inline-block;
    border-right: 3px dotted #005F72;
    vertical-align: middle;
  }
  .calendar h1::after {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(45deg) translateX(1.26vw) translateY(0);
            transform: rotate(45deg) translateX(1.26vw) translateY(0);
    background-color: transparent;
    display: inline-block;
    border-left: 3px dotted #005F72;
    vertical-align: middle;
  }
  .calendar .calendar-inner {
    width: 95%;
    margin: 2.6vw auto 0;
    height: 73vw;
  }
  .calendar .calendar-inner iframe {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 5px rgb(255, 255, 255);
            box-shadow: 0px 0px 5px rgb(255, 255, 255);
  }
  .school-info {
    width: 100%;
  }
  .school-info .school-info-inner {
    width: 95%;
    margin: 2.6vw auto 5.21vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school-info .school-info-inner .school-info-left {
    width: 100%;
  }
  .school-info .school-info-inner .school-info-left table {
    width: 100%;
    display: block;
  }
  .school-info .school-info-inner .school-info-left table tbody {
    width: 100%;
    display: block;
  }
  .school-info .school-info-inner .school-info-left table tbody tr {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .school-info .school-info-inner .school-info-left table tbody tr td {
    font-size: 3.2vw;
    text-align: center;
    padding: 3vw 3vw;
    margin: 1px;
    display: block;
  }
  .school-info .school-info-inner .school-info-left table tbody tr td:nth-child(1) {
    background-color: rgba(177, 220, 48, 0.3);
    width: 100%;
  }
  .school-info .school-info-inner .school-info-left table tbody tr td:nth-child(2) {
    width: 100%;
    background-color: #CFCFCF;
    margin-bottom: 2vw;
  }
  .school-info .school-info-inner .school-info-right {
    width: 100%;
    height: 60vw;
  }
  footer {
    width: 100%;
    background-color: rgba(177, 220, 48, 0.46);
    padding: 3vw 0;
  }
  footer p {
    font-size: 2.8vw;
    text-align: center;
  }
  .price-sp {
    width: 100%;
    margin: 8vw 0;
  }
  .price-sp .price-inner {
    width: 100%;
    margin: 0 auto;
  }
  .price-sp .price-inner h1 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 2vw;
    font-family: josefin-sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.426em;
    color: #005F72;
  }
  .price-sp .price-inner h1::before {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
            transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
    background-color: transparent;
    display: inline-block;
    border-right: 3px dotted #005F72;
    vertical-align: middle;
  }
  .price-sp .price-inner h1::after {
    content: "";
    width: 5.82vw;
    height: 5.82vw;
    -webkit-transform: rotate(45deg) translateX(1.26vw) translateY(0);
            transform: rotate(45deg) translateX(1.26vw) translateY(0);
    background-color: transparent;
    display: inline-block;
    border-left: 3px dotted #005F72;
    vertical-align: middle;
  }
  .price-sp .price-inner p {
    text-align: center;
    font-size: 2.5vw;
  }
  .price-sp .price-inner .price-sp-content {
    width: 100%;
    padding: 0 3vw;
  }
  .price-sp .price-inner .price-sp-content table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .price-sp .price-inner .price-sp-content table tbody {
    width: 100%;
  }
  .price-sp .price-inner .price-sp-content table tbody tr {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .price-sp .price-inner .price-sp-content table tbody tr td {
    margin: 1px;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 {
    font-size: 3vw;
    width: 30vw;
    padding: 1vw 1vw 1vw 0;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip {
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
            clip-path: polygon(0 0, 80% 0%, 100% 50%, 80% 100%, 0 100%);
    height: 100%;
    padding-top: 1vw;
    padding-left: 1vw;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip p {
    text-align: left;
    font-size: 3vw;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip1 {
    background-color: rgb(177, 220, 48);
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip2 {
    background-color: rgb(0, 95, 114);
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip3 {
    background-color: rgb(255, 111, 5);
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-1 .clip4 {
    background-color: rgb(254, 1, 8);
  }
  .price-sp .price-inner .price-sp-content table tbody tr .td-2 {
    font-size: 3vw;
    padding: 3vw 0;
    text-align: center;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .bg-cyan {
    background: #005F72;
    color: #ffffff;
    font-size: 3.8vw;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .bg-cyan span {
    display: block;
    font-size: 2.5vw;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .bg-green {
    background: #DBEFA0;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .price-detail {
    font-size: 4.6vw;
    vertical-align: middle;
  }
  .price-sp .price-inner .price-sp-content table tbody tr .price-detail span {
    font-size: 2.5vw;
  }
  .cta {
    background: url(img/cta-bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vw;
    margin: 7vw 0;
  }
  .cta .cta-inner {
    width: 60%;
    margin-left: auto;
  }
  .cta .cta-inner p {
    color: #005F72;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: 0.2vw;
    margin-left: 4.8vw;
    margin-bottom: 2vw;
    padding-top: 20vw;
  }
  .cta .cta-inner p::before {
    content: "";
    width: 4.82vw;
    height: 4.82vw;
    -webkit-transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
            transform: rotate(-45deg) translateX(-3vw) translateY(-1.8vw);
    background-color: transparent;
    display: inline-block;
    border-right: 3px dotted #005F72;
    vertical-align: middle;
  }
  .cta .cta-inner p::after {
    content: "";
    width: 4.82vw;
    height: 4.82vw;
    -webkit-transform: rotate(45deg) translateX(2.26vw) translateY(-1.2vw);
            transform: rotate(45deg) translateX(2.26vw) translateY(-1.2vw);
    background-color: transparent;
    display: inline-block;
    border-left: 3px dotted #005F72;
    vertical-align: middle;
  }
  .cta .cta-inner .cta-btn {
    width: 95%;
  }
  .cta .cta-inner .cta-btn .btn-cta {
    display: block;
    margin-bottom: 2vw;
    background-color: #005f72;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    color: white;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
    font-weight: bolder;
    font-size: small;
  }
  .cta .cta-inner .cta-icons {
    display: flex;
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .cta .cta-inner .cta-icons .btn-icon {
    display: block;
    flex: 1;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .frier .frier-info {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
