@charset "UTF-8";
/*変更前（#7971ea）*/
.page-inner {
  max-width: 1294px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page-inner {
    max-width: 100%;
    padding: 0 15px;
  }
}

body {
  color: #333333;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.carousel-item iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 768px) {
  .carousel-item iframe {
    height: 300px;
  }
}

.page-main__text {
  margin-top: 30px;
  letter-spacing: 0.05em;
}

.page-main__text + .page-main__text {
  margin-top: 1.5em;
}

.page-section + .page-section {
  margin-top: 80px;
}

.page-main__text-strong {
  color: #00ced1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

.page-section__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  background-color: #f7f7f7;
  border-left: 5px solid #00ced1;
  padding: 18px 15px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .page-section__title {
    font-size: 20px;
  }
}

.cta-btn {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  text-decoration: none;
  background-color: #00ced1;
  border: 2px solid #00ced1;
  min-width: 196px;
  padding: 10px 0;
  position: relative;
}

.cta-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.cta-btn--side {
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cta-btn--side:hover {
  background-color: #fff;
  color: #00ced1;
}

.cta-btn--side-sub {
  color: #00ced1;
  background-color: #fff;
  border: 2px solid #00ced1;
}

.cta-btn--side-sub::before {
  border-color: #00ced1;
}

.cta-btn--side-sub:hover {
  background-color: #00ced1;
  color: #fff;
}

.page-side__title {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  padding: 20px 0;
}

.page-side__title--purple {
  background-color: #656565;
}

.page-side__title--blue {
  background-color: #6580d1;
}

.page-side__title--yellow {
  background-color: #eab571;
}

.page-link-btn {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  border: 2px solid;
  text-decoration: none;
  display: inline-block;
  width: 90%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-link-btn--purple {
  color: #656565;
  border-color: #656565;
}

.page-link-btn--purple:hover {
  background-color: #656565;
  color: #fff;
}

.page-link-btn--blue {
  color: #6580d1;
  border-color: #6580d1;
}

.page-link-btn--blue:hover {
  background-color: #6580d1;
  color: #fff;
}

.page-link-btn--yellow {
  border-color: #eab571;
  color: #eab571;
}

.page-link-btn--yellow:hover {
  color: #fff;
  background-color: #eab571;
}

form input {
  color: #333333;
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.form-item + .form-item {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-title {
  width: 20%;
  margin: 0;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .form-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.form-item input {
  width: 70%;
  padding: 5px 10px;
}

@media (max-width: 768px) {
  .form-item input {
    width: 90%;
  }
}

.form-radio-box {
  width: 70%;
}

.form-radio-box input {
  width: 20px;
}

.form-radio-box input:nth-of-type(n + 2) {
  margin-left: 20px;
}

.form-radio-box label {
  margin-left: 5px;
  color: #333333;
}

.form-radio-box select option {
  color: #333333;
}

.form-btn-wrap input {
  width: 100%;
  padding: 10px 0;
}

.form-item textarea {
  width: 70%;
}

@media (max-width: 768px) {
  .form-item textarea {
    width: 100%;
  }
}

.form-btn-wrap input[type="submit"] {
  background-color: #eab571;
  color: #fff;
  font-weight: bold;
  border: #eab571;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1em;
  padding: 15px 0;
}

.form-btn-wrap input[type="reset"] {
  border: #ccc;
}

.page-main__h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.page-main__h3::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.page-main__btn {
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}

@media (max-width: 1280px) {
  .page-main__btn {
    font-size: 1.2vw;
  }
}

@media (max-width: 768px) {
  .page-main__btn {
    font-size: 16px;
  }
}

.page-main__btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.page-main__btn-main {
  background-color: #00ced1;
  border: 2px solid #00ced1;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-main__btn-main::before {
  border-color: #fff;
}

.page-main__btn-main:hover {
  background-color: #fff;
  color: #00ced1;
}

.page-main__btn-main:hover:before {
  border-color: #00ced1;
}

.page-main__btn-sub {
  background-color: #fff;
  color: #00ced1;
  border: 2px solid #00ced1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-main__btn-sub:hover {
  background-color: #00ced1;
  color: #fff;
}

.page-header {
  padding-top: 10px;
}

@media (max-width: 992px) {
  .page-header {
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .page-header__top {
    display: none;
  }
}

.page-header__title {
  font-size: 10px;
  margin-bottom: 0;
}

.header-logo a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #00ced1;
  line-height: 1em;
  margin-top: 10px;
}

@media (max-width: 992px) {
  .header-logo a {
    margin-top: 0;
  }
}

.header-logo a img {
  height: 40px;
}

@media (max-width: 768px) {
  .header-logo a img {
    height: 30px;
  }
}

.page-header__right {
  text-align: right;
}

.page-header__text {
  font-size: 12px;
  margin-bottom: 0;
}

a.page-header__tel {
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  color: #00ced1;
}

.page-header__nav {
  margin-top: 10px;
}

@media (max-width: 992px) {
  .page-header__nav {
    display: none;
  }
}

.nav-item a {
  text-decoration: none;
  color: #333333;
  display: block;
  padding: 10px 20px;
  position: relative;
}

.nav-item a::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #6580d1;
  position: absolute;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nav-item a:hover::before {
  width: 100%;
}

.sp-header__inner.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

.sp-nav {
  display: none;
}

@media (max-width: 992px) {
  .sp-nav {
    display: block;
  }
}

.navbar-nav {
  margin-top: 2em;
}

.nav-link {
  text-align: center;
  padding: 1em 0;
}

.navbar-toggler {
  padding: 0;
}

.hamburger,
.hamburger::before,
.hamburger::after {
  content: "";
  width: 25px;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hamburger {
  position: relative;
}

.hamburger::before {
  position: absolute;
  top: -7px;
  left: 0;
}

.hamburger::after {
  position: absolute;
  top: 7px;
  left: 0;
}

.navbar-toggler .hamburger {
  background-color: #fff;
}

.navbar-toggler .hamburger::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.navbar-toggler .hamburger::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.navbar-toggler[aria-expanded="false"] .hamburger {
  background-color: #333333;
}

.navbar-toggler[aria-expanded="false"] .hamburger::before {
  top: -7px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.navbar-toggler[aria-expanded="false"] .hamburger::after {
  top: 7px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sp-nav__btn-wrap {
  margin-top: 20px;
  text-align: center;
}

.page-mv__container {
  height: 400px;
  position: relative;
}

.page-mv__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.page-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.page-mv__img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.page-mv__title {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 100%;
  text-align: center;
}

.page-side__link-btn-wrap {
  text-align: center;
}

.page-side__item-container {
  margin-left: auto;
  margin-right: auto;
}

.page-side__person {
  display: block;
  width: 80%;
  max-width: 100%;
  padding: 0;
  height: auto;
  position: relative;
}

.page-side__person::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 72%;
}

.page-side__person img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-side__person-text-wrap {
  width: 90%;
}

.page-side__person-name {
  font-size: 18px;
  font-weight: bold;
}

.page-side__person-text {
  font-size: 16px;
}

@media (max-width: 768px) {
  .page-main {
    padding: 0;
  }
}

.text-purple {
  color: #00ced1;
}

.accordion-header button {
  font-weight: bold;
}

.accordion-header button::before {
  content: "Q";
  font-size: 20px;
  color: #00ced1;
  padding-right: 1em;
}

.accordion-body {
  padding-left: 3em;
  position: relative;
}

.accordion-body::before {
  content: "A";
  font-size: 20px;
  font-weight: bold;
  color: #eab571;
  position: absolute;
  top: 14px;
  left: 1em;
}

.accordion-item a {
  display: inline-block;
  color: #eab571;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.accordion-item a:hover {
  color: #f1cc9d;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-main figure {
  max-width: 100%;
}

.page-main figure img {
  max-width: 100%;
}

a.page-main__link-text {
  color: #eab571;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page-main__link-text:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media (max-width: 578px) {
  figure.page-main__teacher-img img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
}

.page-footer {
  background-color: #fafafc;
  margin-top: 120px;
  padding-top: 60px;
}

.footer-item-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1em;
}

.footer-nav {
  padding: 0;
}

.footer-nav-item {
  list-style: none;
}

.footer-nav-item a {
  text-decoration: none;
  display: block;
  color: #333333;
  line-height: 1em;
  letter-spacing: 0.04em;
  padding: 10px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-nav-item a:hover {
  color: #00ced1;
}

.footer-promo__text {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.footer-promo__link a {
  color: #eab571;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.footer-promo__link a:hover {
  color: #00ced1;
}

.footer-info__text {
  padding-left: 30px;
  position: relative;
}

.footer-info__text a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-info__text a:hover {
  color: #00ced1;
}

.footer-map::before {
  content: "";
  width: 16px;
  height: 22px;
  background-image: url("../img/map-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  left: 0;
}

.footer-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/tel-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.footer-mail::before {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url("../img/mail-icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.sns-icon-wrap a img {
  margin: 0 auto;
  display: block;
}

.footer-copy-wrap {
  background-color: #00ced1;
}

.footer-copy {
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
  margin: 20px 0 0;
}

.page-footer__person {
  display: block;
  width: 200px;
  max-width: 100%;
  padding: 0;
  height: auto;
  position: relative;
}

.page-footer__person::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.page-footer__person img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*# sourceMappingURL=style.css.map */