@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
  a[href^="tel:"]:hover {
    opacity: 1;
  }
}

/* メイン写真 */
.p-fv {
  margin-top: 117px;
  background-color: #F7F7F7;
  position: relative;
}
@media (max-width: 767px) {
  .p-fv {
    margin-top: 68px;
  }
}
.p-fv__img {
  position: relative;
  width: 73.2%;
  height: 627px;
  background: url(../img/top/fv_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-left: 26.8%;
}
@media (max-width: 767px) {
  .p-fv__img {
    width: calc(100% - 20px);
    height: 260px;
    background: url(../img/top/fv_bg_sp.jpg) no-repeat center top;
    background-size: cover;
    margin-left: 20px;
  }
}
.p-fv__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 102px solid #F7F7F7;
  border-right: 102px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
@media (max-width: 767px) {
  .p-fv__img::before {
    border-top: 42px solid #F7F7F7;
    border-right: 42px solid transparent;
  }
}
.p-fv__img-logo {
  position: absolute;
  left: 0;
  bottom: -5%;
  padding-right: 20px;
}
.p-fv__img-logo img {
  width: 100%;
  max-width: 910px;
}
@media (max-width: 767px) {
  .p-fv__img-logo img {
    max-width: 351px;
  }
}
.p-fv__box {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-fv__box {
    height: auto;
  }
}
.p-fv__box-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .p-fv__box-wrap {
    height: auto;
    position: relative;
    top: -4px;
  }
}
.p-fv__box-inner {
  position: absolute;
  left: 0;
  bottom: 80px;
}
@media (max-width: 767px) {
  .p-fv__box-inner {
    position: relative;
    bottom: auto;
  }
}
.p-fv__box-text01 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #42AFEF;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 767px) {
  .p-fv__box-text01 {
    font-size: 15px;
    padding: 15px 20px;
  }
}
.p-fv__box-text02 {
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  line-height: 1;
  padding: 15px;
}
@media (max-width: 767px) {
  .p-fv__box-text02 {
    font-size: 22px;
    padding: 10px 20px;
  }
}
.p-fv__box-text02 .year {
  font-size: 40px;
}
@media (max-width: 767px) {
  .p-fv__box-text02 .year {
    font-size: 27px;
  }
}
.p-fv__box-text02 .emphasis {
  color: #42AFEF;
}
.p-fv__box-nav {
  display: flex;
  gap: 10px;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .p-fv__box-nav {
    margin: 25px auto 0;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .p-fv__box-nav li {
    width: calc((100% - 10px) / 2);
    text-align: center;
  }
}
@media (min-width: 768px) {
  .p-fv__box-request {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .p-fv__box-contact {
    width: 250px;
  }
}

/* 市場調査報告書を無料で作成 */
.p-investigation {
  padding: 60px 0 80px;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .p-investigation {
    padding: 35px 0 80px;
  }
}
.p-investigation__img {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-investigation__img img {
    width: 100%;
  }
}

/* 関塾フランチャイズの強み */
.p-advantages {
  background-color: #F7F7F7;
}
.p-advantages__head {
  margin-bottom: 55px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-advantages__head {
    margin-bottom: 30px;
  }
}
.p-advantages__tab-head {
  width: 100%;
  max-width: 885px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.p-advantages__tab-head-wrap {
  position: relative;
}
.p-advantages__tab-head-wrap::after {
  content: "";
  width: 100%;
  height: 45px;
  background-color: #42AFEF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-advantages__tab-head-wrap::after {
    height: 33px;
    bottom: -2px;
  }
}
.p-advantages__tab-head-lists {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-advantages__tab-head-lists {
    gap: 7px;
  }
}
.p-advantages__tab-head-list {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 767px) {
  .p-advantages__tab-head-list {
    width: calc((100% - 14px) / 3);
  }
}
.p-advantages__tab-head-item {
  display: block;
  width: 100%;
  min-height: 119px;
  background-color: #42AFEF;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 5px 0;
}
@media (max-width: 767px) {
  .p-advantages__tab-head-item {
    min-height: 91px;
    padding: 5px 5px 0;
  }
}
.p-advantages__tab-head-item:hover {
  opacity: 1;
}
.p-advantages__tab-head-item-point {
  display: block;
}
.p-advantages__tab-head-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  min-height: 44px;
  position: relative;
}
.p-advantages__tab-head-item-title::before {
  content: "";
  width: 59.4%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.46);
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-advantages__tab-head-item-title::before {
    bottom: -6px;
  }
}
.p-advantages__tab-head-item-title::after {
  content: "";
  width: 11px;
  height: 9px;
  background: url(../img/common/icon_triangle_yellow.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-advantages__tab-head-item-title::after {
    bottom: -24px;
  }
}
.p-advantages__body {
  background-color: #42AFEF;
  padding: 40px 0 107px;
}
.p-advantages__content {
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-advantages__content {
    padding: 0 19px;
  }
}
.p-advantages__item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 40px 55px 70px;
}
@media (max-width: 767px) {
  .p-advantages__item {
    padding: 35px 19px 30px;
  }
}
.p-advantages__item-point {
  position: absolute;
  top: -23px;
  left: -11px;
}
@media (max-width: 767px) {
  .p-advantages__item-point {
    top: -18px;
    left: -2px;
  }
}
@media (max-width: 767px) {
  .p-advantages__item-point img {
    width: 68px;
  }
}
.p-advantages__item-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-advantages__item-title {
    font-size: 20px;
  }
}
.p-advantages__item-img {
  text-align: center;
  margin: 30px 0 25px;
}
@media (max-width: 767px) {
  .p-advantages__item-img {
    margin: 20px 0 20px;
  }
}
.p-advantages__item-read {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-advantages__item-text {
  margin-bottom: 15px;
}
.p-advantages__item-link {
  text-align: center;
}
.p-advantages__item-button {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  max-width: 202px;
  min-height: 44px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
}
.p-advantages__item-button::after {
  right: 5px;
}
.p-advantages__item-point01-item-img {
  text-align: center;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-item-img {
    padding: 20px 0;
    width: 184px;
    margin: 0 auto;
  }
}
.p-advantages__item-point01-read {
  text-align: center;
  margin-bottom: 105px;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-read {
    padding: 0 6px;
    text-align: left;
    margin-bottom: 65px;
  }
}
.p-advantages__item-point01-lists {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-lists {
    display: block;
  }
}
.p-advantages__item-point01-list {
  width: calc((100% - 40px) / 3);
  background: url(../img/top/advantages_point01_bg.png) repeat 0 0;
  position: relative;
  padding: 38px 0 28px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-list {
    width: 100%;
    padding: 30px 0 20px;
    margin-top: 50px;
  }
  .p-advantages__item-point01-list:first-child {
    margin-top: 0;
  }
}
.p-advantages__item-point01-bubble {
  width: 94.5%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFDB43;
  border-radius: 30px;
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-weight: bold;
  color: #3355A5;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-bubble {
    width: 226px;
    min-height: 35px;
    top: -31px;
    font-size: 14px;
  }
}
.p-advantages__item-point01-bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 11px solid #FFDB43;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.p-advantages__item-point01-num {
  position: absolute;
  top: -11px;
  left: 0;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-num {
    width: 68px;
  }
}
.p-advantages__item-point01-title {
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  line-height: 1.45;
  min-height: 64px;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-title {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 15px;
  }
}
.p-advantages__item-point01-img {
  text-align: center;
  padding: 35px 0;
}
@media (max-width: 767px) {
  .p-advantages__item-point01-img {
    padding: 0 0;
    margin-bottom: 20px;
  }
}
.p-advantages__item-point01-text {
  padding: 0 20px;
  line-height: 1.8;
}
.p-advantages__lists {
  margin-top: 47px;
  display: flex;
  align-items: stretch;
  gap: 18px;
}
@media (max-width: 767px) {
  .p-advantages__lists {
    margin-top: 0px;
    display: block;
  }
}
.p-advantages__list {
  width: calc((100% - 18px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-advantages__list {
    width: 100%;
    display: block;
    margin-top: 54px;
  }
}
.p-advantages__list .p-advantages__item {
  flex: 1;
}

/* 開業事例 */
.p-case {
  background-color: #E8F6FD;
  padding: 80px 0 100px;
}
@media (max-width: 1199px) {
  .p-case {
    padding: 80px 20px 100px;
  }
}
.p-case__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.p-case__head {
  margin-bottom: 55px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-case__head {
    margin-bottom: 30px;
  }
}
.p-case__lists {
  display: flex;
  gap: 35px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-case__lists {
    display: block;
  }
}
.p-case__list {
  width: calc((100% - 35px) / 2);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-case__list {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  .p-case__list:first-child {
    margin-top: 0;
  }
}
.p-case__item {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 22px 27px 29px;
}
@media (max-width: 767px) {
  .p-case__item {
    padding: 20px 17px 25px 17px;
  }
}
.p-case__item-point {
  position: absolute;
  top: -10px;
  left: 29px;
}
@media (max-width: 767px) {
  .p-case__item-point {
    left: 17px;
  }
}
.p-case__item-title {
  margin-left: 75px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 10px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .p-case__item-title {
    display: block;
    margin-left: 67px;
    margin-bottom: 18px;
  }
}
.p-case__item-title .main {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-case__item-title .main {
    display: block;
    font-size: 20px;
  }
}
.p-case__item-title .school {
  font-size: 14px;
  color: #939393;
  display: inline-block;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .p-case__item-title .school {
    display: block;
    padding-top: 0px;
  }
}
.p-case__item-box {
  display: flex;
  gap: 25px;
}
@media (max-width: 767px) {
  .p-case__item-box {
    display: block;
  }
}
.p-case__item-img {
  width: 37.7%;
  order: 2;
}
@media (max-width: 767px) {
  .p-case__item-img {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
}
.p-case__item-text {
  width: calc(100% - 25px - 37.7%);
  order: 1;
}
@media (max-width: 767px) {
  .p-case__item-text {
    width: 100%;
  }
}

/* 写真 */
@media (max-width: 767px) {
  .p-photo__img {
    overflow: hidden;
  }
}
.p-photo__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .p-photo__img img {
    width: 869px;
    min-width: 869px;
    margin-left: -66px;
  }
}

/* CTA */
.p-cta__bg {
  background: url(../img/common/bg_grid.png) repeat 0 0;
}
.p-cta__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 65px 20px 55px 320px;
  background: url(../img/common/cta_img.png) no-repeat left bottom;
  background-size: 259px auto;
}
@media (max-width: 767px) {
  .p-cta__content {
    padding: 35px 20px 40px 20px;
    background-image: none;
  }
}
.p-cta__info {
  width: 100%;
  max-width: 710px;
}
.p-cta__info-title {
  font-size: 28px;
  font-weight: bold;
  color: #41AFEE;
  line-height: 1.42;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-cta__info-title {
    width: 100%;
    max-width: 325px;
    box-sizing: border-box;
    padding-left: 88px;
    margin: 0 auto 20px;
    font-size: 18px;
    position: relative;
  }
  .p-cta__info-title::before {
    content: "";
    width: 72px;
    height: 56px;
    background: url(../img/common/cta_img.png) no-repeat center 0;
    background-size: 72px auto;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-cta__info-row {
  display: flex;
}
@media (max-width: 767px) {
  .p-cta__info-row {
    display: block;
  }
}
.p-cta__info-left {
  width: calc(100% - 383px);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .p-cta__info-left {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.p-cta__info-right {
  width: 383px;
}
@media (max-width: 767px) {
  .p-cta__info-right {
    width: 100%;
    text-align: center;
  }
}
.p-cta__info-tel {
  display: block;
}
@media (max-width: 767px) {
  .p-cta__info-tel {
    display: inline-block;
  }
}
.p-cta__info-tel-head {
  display: flex;
}
.p-cta__info-tel-icon {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .p-cta__info-tel-icon {
    margin-right: 2px;
  }
}
.p-cta__info-tel-icon img {
  vertical-align: -46px;
  transform: rotate(14deg);
}
@media (max-width: 767px) {
  .p-cta__info-tel-icon img {
    width: 33px;
    vertical-align: -23px;
  }
}
.p-cta__info-tel-num {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .p-cta__info-tel-num {
    font-size: 33px;
  }
}
.p-cta__info-tel-body {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .p-cta__info-tel-body {
    font-size: 14px;
    margin-top: 3px;
  }
}
.p-cta__link-nav {
  display: flex;
}
.p-cta__box {
  width: 50%;
}

/* 開校までの流れ */
.p-process {
  background-color: #FFFAEB;
  padding: 80px 0 97px;
}
.p-process__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .p-process__content {
    padding: 0 20px;
  }
}
.p-process__head {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-process__head {
    margin-bottom: 40px;
  }
}
.p-process__read {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .p-process__read {
    text-align: center;
    margin-bottom: 120px;
  }
}
.p-process__read .emphasis {
  font-size: 18px;
  font-weight: bold;
  color: #41AFEE;
}
.p-process__flow {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .p-process__flow {
    padding: 0 10px 0 25px;
  }
}
.p-process__flow-lists {
  display: flex;
  align-items: stretch;
  gap: 54px;
  position: relative;
}
@media (max-width: 767px) {
  .p-process__flow-lists {
    display: block;
  }
}
.p-process__flow-list {
  width: calc((100% - 108px) / 3);
  border: 1px solid #BEBEBE;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 35px 20px 32px;
  position: relative;
}
@media (max-width: 767px) {
  .p-process__flow-list {
    width: 100%;
    padding: 25px 10px 20px;
    margin-top: 55px;
  }
}
.p-process__flow-list::before {
  content: "";
  width: 21px;
  height: 40px;
  background: url(../img/common/icon_triangle_blue.png) no-repeat 0 0;
  background-size: 21px auto;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-process__flow-list::before {
    width: 40px;
    height: 21px;
    top: -35px;
    left: 50%;
    transform: translateY(0%);
    transform: translateX(-50%);
    background: url(../img/common/icon_triangle_blue_bottom.png) no-repeat 0 0;
    background-size: 40px auto;
  }
}
.p-process__flow-list.-noarrow::before {
  display: none;
}
.p-process__flow-icon {
  position: absolute;
  top: -23px;
  left: -10px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #42AFEF;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-process__flow-icon .large {
  font-size: 20px;
}
.p-process__flow-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-process__flow-img {
  position: absolute;
  top: -10px;
  right: 0;
  width: calc(100% - 65px);
  height: 10px;
}
.p-process__flow-img-box {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-process__flow-img-box {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-right: 25%;
  }
}
@media (max-width: 767px) {
  .p-process__flow-img-box img {
    width: 128px;
  }
}

/* 開業費用 */
.p-cost {
  background: url(../img/top/cost_bg.png) no-repeat center top #FFFFFF;
  background-size: 100% auto;
  padding: 80px 0 0 0;
}
.p-cost__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.p-cost__head {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .p-cost__head {
    margin-bottom: 40px;
  }
}
.p-cost__body {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .p-cost__body {
    padding-bottom: 115px;
  }
}
.p-cost__table {
  width: 100%;
  max-width: 748px;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-cost__table {
    width: 456px;
    max-width: none;
    margin: 0 auto;
  }
}
.p-cost__table-scroll {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}
.p-cost__table th,
.p-cost__table td {
  box-sizing: border-box;
}
.p-cost__table-head {
  background-color: #41AFEE;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #D9D9D9;
  padding: 20px 10px 13px;
}
@media (max-width: 767px) {
  .p-cost__table-head {
    font-size: 15px;
    line-height: 1.2;
    padding: 16px 10px 8px;
  }
}
.p-cost__table-head .small {
  font-size: 14px;
  font-weight: normal;
}
.p-cost__table-head.-head01 {
  width: 19.7%;
}
@media (max-width: 767px) {
  .p-cost__table-head.-head01 {
    width: 124px;
  }
}
@media (max-width: 767px) {
  .p-cost__table-head.-head02 {
    width: 166px;
  }
}
@media (max-width: 767px) {
  .p-cost__table-head.-head03 {
    width: 166px;
  }
}
.p-cost__table-title {
  background-color: #E8F6FD;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  padding: 20px 15px 20px 20px;
}
@media (max-width: 767px) {
  .p-cost__table-title {
    padding: 18px 12px 18px 12px;
  }
}
.p-cost__table-price {
  background-color: #fff;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #D9D9D9;
  padding: 20px 35px 20px 20px;
}
@media (max-width: 767px) {
  .p-cost__table-price {
    font-size: 16px;
    padding: 18px 18px 18px 12px;
  }
}
.p-cost__table-price-text {
  display: inline-flex;
  align-items: flex-end;
}
.p-cost__table-price-total {
  color: #3255A5;
}
.p-cost__table-price .yen {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
.p-cost__table-price .large {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-cost__table-price .large {
    font-size: 17px;
  }
}
.p-cost__table-price .small {
  font-size: 14px;
  font-weight: 400;
  margin-right: 5px;
}
.p-cost__lists {
  width: 100%;
  max-width: 748px;
  margin: 15px auto 0;
}
.p-cost__list {
  font-size: 15px;
  position: relative;
  padding-left: 19px;
}
.p-cost__list .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.p-cost__teacher {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .p-cost__teacher {
    width: 100%;
    text-align: center;
  }
  .p-cost__teacher img {
    width: 85px;
  }
}

/* オーナーの声 */
.p-owner {
  background-color: #E8F6FD;
  padding: 80px 0 100px;
}
.p-owner__head {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
  box-sizing: border-box;
  padding: 0 20px;
}
.p-owner__slide-lists .slick-track {
  display: flex !important;
}
.p-owner__slide-lists .slick-slide {
  height: auto !important;
}
.p-owner__slide-lists .slick-slide > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.p-owner__slide-list {
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .p-owner__slide-list {
    padding: 0 8px;
  }
}
.p-owner__slide-box {
  display: block;
  background: url(../img/common/bg_grid.png) repeat 0 0;
  position: relative;
  box-sizing: border-box;
  padding: 50px 20px 40px;
  flex: 1;
  clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 60px);
}
@media (max-width: 767px) {
  .p-owner__slide-box {
    padding: 40px 20px 30px;
  }
}
.p-owner__slide-box-title {
  font-size: 24px;
  font-weight: bold;
  color: #3355A5;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-owner__slide-box-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-owner__slide-box-title .line {
  padding-bottom: 5px;
  background: linear-gradient(transparent calc(100% - 2px), #3355A5 calc(100% - 2px));
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.p-owner__slide-box-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-owner__slide-box-row {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.p-owner__slide-box-img {
  width: 115px;
}
@media (max-width: 767px) {
  .p-owner__slide-box-img {
    width: 92px;
  }
}
.p-owner__slide-box-info {
  width: calc(100% - 130px);
}
@media (max-width: 767px) {
  .p-owner__slide-box-info {
    width: calc(100% - 102px);
  }
}
.p-owner__slide-box-scool {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-owner__slide-box-scool {
    font-size: 14px;
  }
}
.p-owner__slide-box-name {
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-owner__slide-box-name {
    font-size: 13px;
  }
}
.p-owner__slide-box-name .large {
  font-size: 24px;
}
@media (max-width: 767px) {
  .p-owner__slide-box-name .large {
    font-size: 20px;
  }
}
.p-owner__slide-box-resume {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-owner__slide-box-resume {
    font-size: 14px;
  }
}
.p-owner__slide-box-text {
  line-height: 1.75;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-owner__slide-box-text {
    margin-bottom: 20px;
  }
}
.p-owner__slide-box-link {
  text-align: center;
}
.p-owner__slide-box-button {
  width: 100%;
  max-width: 202px;
  min-height: 44px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 40px;
}
.p-owner__slide-box-button::before {
  content: "";
  background: url(../img/common/icon_magnifying_glass_line_blue.png) no-repeat 0 0;
  background-size: 100% auto;
  width: 13px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.p-owner__slide-box-open-modal {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer;
}
.p-owner__dots-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 40px 20px 0;
}
@media (max-width: 767px) {
  .p-owner__dots-wrap {
    margin: 23px 20px 0;
  }
}
.p-owner__dots-wrap li {
  width: 13px;
  height: 13px;
  margin: 0;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-owner__dots-wrap li {
    width: 10px;
    height: 10px;
  }
}
.p-owner__dots-wrap li:hover, .p-owner__dots-wrap li.slick-active {
  background: #41AFEE;
}
.p-owner__dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-owner__slide-arrow {
  display: block;
  width: 50px;
  height: 50px;
  background: #41AFEE;
  border-radius: 50%;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.16));
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 5;
}
.p-owner__slide-arrow::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.p-owner__slide-arrow.prev-arrow {
  left: 54px;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .p-owner__slide-arrow.prev-arrow {
    left: 7px;
  }
}
.p-owner__slide-arrow.prev-arrow::before {
  margin-right: 20px;
}
.p-owner__slide-arrow.next-arrow {
  right: 54px;
}
@media (max-width: 767px) {
  .p-owner__slide-arrow.next-arrow {
    right: 7px;
  }
}
.p-owner__slide-arrow.next-arrow::before {
  margin-left: 16px;
}
.p-owner__modal-content {
  background: url(../img/common/bg_grid.png) repeat 0 0;
  padding: 50px 0 0;
  box-sizing: border-box;
  width: 80vw;
  max-width: 1098px;
  position: relative;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .p-owner__modal-content {
    width: 88vw;
    max-width: 580px;
    height: 80dvh;
    padding: 66px 20px 10px;
  }
}
.p-owner__modal-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-weight: bold;
  color: #42AFEF;
  padding-right: 33px;
  cursor: pointer;
}
.p-owner__modal-close::before, .p-owner__modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 1px;
  height: 15px;
  background: #42AFEF;
}
.p-owner__modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-owner__modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-owner__modal-inner {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 70px 30px;
}
@media (max-width: 767px) {
  .p-owner__modal-inner {
    padding: 0 15px 20px 5px;
  }
}
.p-owner__modal-head {
  display: flex;
  gap: 40px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-owner__modal-head {
    display: block;
  }
}
.p-owner__modal-head-left {
  width: calc(100% - 175px);
}
@media (max-width: 767px) {
  .p-owner__modal-head-left {
    width: 100%;
  }
}
.p-owner__modal-head-right {
  width: 135px;
}
@media (max-width: 767px) {
  .p-owner__modal-head-right {
    display: none;
  }
}
.p-owner__modal-head-title {
  font-size: 28px;
  font-weight: bold;
  color: #3355A5;
}
@media (max-width: 767px) {
  .p-owner__modal-head-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-owner__modal-head-row-sp {
    display: flex;
    gap: 10px;
  }
}
.p-owner__modal-head-info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-owner__modal-head-info {
    display: block;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .p-owner__modal-head-info li {
    margin-top: 4px;
  }
  .p-owner__modal-head-info li:first-child {
    margin-top: 0;
  }
}
.p-owner__modal-head-name {
  font-size: 12px;
}
@media (max-width: 767px) {
  .p-owner__modal-head-name {
    font-size: 13px;
  }
}
.p-owner__modal-head-name .large {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-owner__modal-head-name .large {
    font-size: 19px;
  }
}
.p-owner__modal-head-photo-sp {
  display: none;
}
@media (max-width: 767px) {
  .p-owner__modal-head-photo-sp {
    display: block;
    width: 82px;
  }
}
.p-owner__modal-head-text {
  border-top: 1px solid #A2A2A2;
  margin-top: 15px;
  padding-top: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .p-owner__modal-head-text {
    font-size: 16px;
  }
}
.p-owner__modal-box {
  background-color: #fff;
  margin-top: 23px;
}
.p-owner__modal-box:first-child {
  margin-top: 0;
}
.p-owner__modal-qa-title {
  background-color: #E8F6FD;
  position: relative;
  padding: 10px 25px 8px 50px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-owner__modal-qa-title {
    padding: 10px 12px 8px 32px;
  }
}
.p-owner__modal-qa-title::before {
  content: "Q.";
  font-size: 20px;
  font-weight: bold;
  color: #42AFEF;
  position: absolute;
  top: 8px;
  left: 18px;
}
@media (max-width: 767px) {
  .p-owner__modal-qa-title::before {
    left: 10px;
  }
}
.p-owner__modal-qa-body {
  position: relative;
  padding: 19px 25px 18px 50px;
}
@media (max-width: 767px) {
  .p-owner__modal-qa-body {
    padding: 19px 12px 18px 32px;
  }
}
.p-owner__modal-qa-body::before {
  content: "A.";
  font-size: 20px;
  font-weight: bold;
  color: #3355A5;
  position: absolute;
  top: 15px;
  left: 18px;
}
@media (max-width: 767px) {
  .p-owner__modal-qa-body::before {
    left: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.56);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* よくあるご質問 */
.p-faq {
  background-color: #FFFAEB;
  padding: 80px 0 125px;
}
.p-faq__content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}
.p-faq__head {
  text-align: center;
  margin-bottom: 60px;
}
.p-faq__body {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
}
.p-faq__list {
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  margin-top: 10px;
}
.p-faq__list:first-child {
  margin-top: 0px;
}
.p-faq__list-head {
  position: relative;
  padding: 25px 60px 23px 65px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .p-faq__list-head {
    padding: 30px 50px 28px 45px;
  }
}
.p-faq__list-head::before {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  content: "Q.";
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #42AFEF;
}
@media (max-width: 767px) {
  .p-faq__list-head::before {
    left: 15px;
    font-size: 18px;
  }
}
.p-faq__list-head-title {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-faq__list-head-title {
    font-size: 16px;
  }
}
.p-faq__list-head-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767px) {
  .p-faq__list-head-icon {
    right: 15px;
  }
}
.p-faq__list-head-icon::before, .p-faq__list-head-icon::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #42AFEF;
  width: 100%;
  height: 2px;
}
.p-faq__list-head-icon::before {
  transition: opacity 0.3s;
}
.p-faq__list-head-icon::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.p-faq__list-head.is-open .p-faq__list-head-icon::before {
  opacity: 0;
}
.p-faq__list-head.is-open .p-faq__list-head-icon::after {
  transform: rotate(0deg);
}
.p-faq__list-body {
  display: none;
}
.p-faq__list-body.is-open {
  display: block;
}
.p-faq__list-body-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-faq__list-body-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.p-faq__list-inner {
  position: relative;
  padding: 35px 60px 45px 65px;
  border-top: 1px solid #F0F0F0;
}
@media (max-width: 767px) {
  .p-faq__list-inner {
    padding: 20px 30px 25px 45px;
  }
}
.p-faq__list-inner::before {
  position: absolute;
  top: 39px;
  left: 30px;
  content: "A.";
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #3355A5;
}
@media (max-width: 767px) {
  .p-faq__list-inner::before {
    top: 23px;
    left: 15px;
    font-size: 18px;
  }
}
.p-faq__list-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-faq__list-row {
    display: block;
  }
}
.p-faq__list-row-left {
  width: 48%;
}
@media (max-width: 767px) {
  .p-faq__list-row-left {
    width: 100%;
  }
}
.p-faq__list-row-right {
  width: 44%;
}
@media (max-width: 767px) {
  .p-faq__list-row-right {
    width: 100%;
    margin-top: 15px;
  }
}

/* 見出し */
.p-title__en {
  color: #42AFEF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-title__en {
    margin-bottom: 8px;
  }
}
.p-title__jp {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .p-title__jp {
    font-size: 24px;
  }
}

/* ページ内リンク */
.p-pagelink__block {
  position: relative;
}
.p-pagelink__nav {
  position: absolute;
  top: -117px;
  left: 0;
}
@media (max-width: 767px) {
  .p-pagelink__nav {
    top: -68px;
  }
}

/* スクロールバー */
.vertical-scroll::-webkit-scrollbar,
.side-scroll::-webkit-scrollbar {
  display: none;
}

.vertical-scroll .simplebar-scrollbar::before {
  background: #41AFEE;
  border-radius: 10px;
  width: 8px;
  margin-left: 1px;
  margin-top: 2px;
}

.vertical-scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.vertical-scroll .simplebar-track {
  background: #EFEFEF;
  width: 10px !important;
}
