@charset "UTF-8";
.second-mv-title {
  width: 100%;
  height: 8.4rem;
  display: block;
  background: #fff;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title {
    height: 16.3rem;
    border-width: 2px;
  }
}
.second-mv-title .title-box {
  padding: 0;
  margin-bottom: 5.5rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box {
    margin-bottom: 12rem;
  }
}
.second-mv-title .title-box h1 {
  justify-content: center;
  margin: 0;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .second-mv-title .title-box h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .second-mv-title .title-box h1 span {
    background: none;
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
  }
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
.btn-round {
  color: white;
  background: #074097;
  min-height: 6rem;
  min-width: 25rem;
  text-align: center;
  border-radius: 25rem;
  position: relative;
  transition: 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn-round {
    min-height: 10rem;
    min-width: 41.2rem;
  }
}

.btn-round--info {
  min-height: 0;
  transition: 0.3s ease;
  min-width: 20rem;
  text-align: center;
  letter-spacing: 0.2rem;
  background-color: #074097;
  color: white;
  font-size: 1.6rem;
  padding: 2rem 6rem 2rem 2.5rem;
  padding-left: calc(2.5rem + 0.2em);
  display: inline-block;
  border-radius: 9999px;
  margin-bottom: 0;
  position: relative;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .btn-round--info {
    font-size: 3rem;
    padding: 1rem 9rem 1rem 4rem;
  }
}
.btn-round--info i {
  width: 3.4rem;
  height: 3.4rem;
  background: #fff;
  border-radius: 3.4rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i {
    width: 4.5rem;
    height: 4.5rem;
    right: 2rem;
  }
}
.btn-round--info i::before, .btn-round--info i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(45deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i::before, .btn-round--info i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.btn-round--info i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .btn-round--info i::after {
    left: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--info:hover {
    background-color: white;
    border: 1px solid #074097;
    color: #074097;
    opacity: 1;
  }
  .btn-round--info:hover i {
    background: #074097;
  }
  .btn-round--info:hover i::before, .btn-round--info:hover i::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .btn-round--info:hover i::before {
    right: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .btn-round--info:hover i::before {
    right: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round--info:hover i::after {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-school #page-title {
    position: relative;
    margin-bottom: 0;
  }
}
.single-school .second-mv-title {
  width: 100%;
  height: 8.4rem;
  display: block;
  background: #fff;
  border: 1px solid #074097;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-school .second-mv-title {
    height: 16.3rem;
    border-width: 2px;
  }
}
.single-school .second-mv-title .title-box {
  padding: 0;
  margin-bottom: 5.5rem;
  background: none;
}
@media only screen and (max-width: 767px) {
  .single-school .second-mv-title .title-box {
    margin-bottom: 12rem;
  }
}
.single-school .second-mv-title .title-box h1 {
  justify-content: center;
  margin: 0;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .single-school .second-mv-title .title-box h1 {
    display: flex;
    flex-wrap: wrap;
  }
  .single-school .second-mv-title .title-box h1 span {
    background: none;
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
  }
}
.single-school .school-mv {
  position: relative;
  height: 100%;
  max-height: 50rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-school .school-mv {
    max-height: 45rem;
  }
}
.single-school .school-mv__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.single-school .school-mv__logo-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .single-school .school-mv__logo-inner {
    justify-content: center;
    align-items: center;
  }
}
.single-school .school-mv__logo-mark {
  position: absolute;
  width: 32.8rem;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 1.8rem;
}
.single-school .school-mv__logo-mark img {
  width: 100%;
}
.single-school .school-mv #main-photo figure,
.single-school .school-mv #main-photo-sp figure {
  width: 100%;
  max-height: 50rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-mv #main-photo figure,
.single-school .school-mv #main-photo-sp figure {
    height: 100%;
  }
}
.single-school .school-mv #main-photo img,
.single-school .school-mv #main-photo-sp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .single-school .school-mv #main-photo {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .single-school .single-slider-dots-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .single-slider-dots-sp .slick-dots {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .single-slider-dots {
    display: none;
  }
}
.single-school #page-title #breadcrumb {
  margin-top: 2rem;
}
.single-school .school-lesson-campaign {
  width: 100%;
  max-width: 78.8rem;
  margin-left: auto;
  margin-right: auto;
}
.single-school .school-lesson-campaign__text {
  position: relative;
  left: -1rem;
  width: 100%;
  max-width: 75rem;
  min-height: 14rem;
  background-image: url(../images/school/bg_campaign.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  font-weight: bold;
  color: #074097;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text {
    padding-top: 5rem;
    width: 90%;
    left: 0;
    background-position: center top;
    background-image: url(../images/school/bg_campaign_sp.png);
  }
}
.single-school .school-lesson-campaign__text-inner {
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-inner {
    margin-right: 0;
  }
}
.single-school .school-lesson-campaign__text .text--red {
  color: #e5022c;
}
.single-school .school-lesson-campaign__text .text--unit {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text .text--unit {
    font-size: 5rem;
  }
}
.single-school .school-lesson-campaign__text-first {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.25rem;
  padding-left: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-first {
    font-size: 4rem;
    line-height: 1.2;
  }
}
.single-school .school-lesson-campaign__text-second {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-second {
    display: block;
    text-align: center;
    margin-top: 0;
  }
}
.single-school .school-lesson-campaign__text-second .enfont {
  font-size: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-second .enfont {
    font-size: 8.6rem;
  }
}
.single-school .school-lesson-campaign__text-second-intro {
  font-weight: 500;
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-right: 0.5rem;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
  padding-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-second-intro {
    text-align: center;
    font-size: 2.6rem;
  }
}
.single-school .school-lesson-campaign__text-second-time {
  font-weight: bold;
  font-size: 4.2rem;
  line-height: 1;
  margin-top: 0;
  letter-spacing: 0.1rem;
  padding-left: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__text-second-time {
    font-size: 8rem;
  }
}
.single-school .school-lesson-campaign__arrow {
  font-size: 3.4rem;
  margin: 0 0.4rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__arrow {
    font-size: 5.9rem;
    margin: 0 0.8rem;
  }
}
.single-school .school-lesson-campaign__btn {
  max-width: 78.8rem;
  animation: scaling 1s ease-in-out infinite alternate;
}
.single-school .school-lesson-campaign__btn--fix {
  position: fixed;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.single-school .school-lesson-campaign__btn--fix.other-style {
  max-width: none;
  width: 130rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__btn--fix.other-style {
    width: 100%;
  }
}
.single-school .school-lesson-campaign__btn--fix .yaesu-style {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__btn--fix .yaesu-style {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.single-school .school-lesson-campaign__btn--fix .yaesu-style a {
  width: 55rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__btn--fix .yaesu-style a {
    width: 100%;
  }
}
.single-school .school-lesson-campaign__btn--fix .yaesu-style .arrow {
  width: 4rem;
  width: 6rem;
}
@media print, screen and (min-width: 768px) {
  .single-school .school-lesson-campaign__btn--fix .yaesu-style .arrow {
    transform: rotate(-90deg);
  }
}
.single-school .school-lesson-campaign__link {
  margin-top: 5rem;
  text-align: center;
}
.single-school .school-lesson-campaign__link a {
  text-decoration: underline;
  font-size: 2.4rem;
  color: #074097;
}
.single-school .school-lesson-campaign__link a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .single-school .school-lesson-campaign__link a {
    font-size: 3.2rem;
  }
}
.single-school .school-lesson-campaign .banner-triangle img {
  width: 8.5rem;
  height: auto;
  display: block;
  margin: 3rem auto 2rem;
}
.single-school .school-aigia {
  background-color: #08326e;
  margin-top: 10rem;
  padding: 10rem 0;
}
.single-school .school-aigia__inner {
  max-width: 103rem;
  margin: 0 auto;
}
.single-school .school-aigia__inner video {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia__inner video {
    width: 90%;
    margin: auto;
  }
}
.single-school .school-aigia iframe {
  display: block;
  width: 90%;
  max-width: 90rem;
  height: auto;
  aspect-ratio: 16/9;
  margin: 0 auto;
  border: 1rem solid #074097;
}
.single-school .school-aigia__catch-first {
  font-size: 2.4rem;
  color: white;
  text-align: center;
  margin-top: 4rem;
  padding-left: 0.15rem;
  letter-spacing: 0.15rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia__catch-first {
    font-size: 3rem;
  }
}
.single-school .school-aigia__catch-second {
  font-size: 5.5rem;
  color: white;
  text-align: center;
  margin-top: 0;
  font-weight: bold;
  padding-left: 0.5rem;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia__catch-second {
    font-size: 6.4rem;
    line-height: 1.3125;
  }
}
.single-school .school-aigia__catch-second .text--aigia {
  color: #d1c498;
  display: inline-block;
}
.single-school .school-aigia .youtube-link {
  width: 80%;
  margin: auto;
  display: block;
  background: #e5022c;
  border-radius: 12rem;
  overflow: hidden;
  margin-top: 4rem;
  color: #fff;
}
.single-school .school-aigia .youtube-link p {
  text-align: center;
  color: inherit;
  font-size: 2rem;
  font-weight: 500;
  line-height: 6rem;
  position: relative;
  height: 6rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia .youtube-link p {
    font-size: 2.8rem !important;
    line-height: 10.5rem;
    height: 10.5rem;
    padding-right: 8.5rem;
  }
}
.single-school .school-aigia .youtube-link p i {
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 3.8rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia .youtube-link p i {
    width: 6.65rem;
    height: 6.65rem;
    right: 2rem;
  }
}
.single-school .school-aigia .youtube-link p i::before, .single-school .school-aigia .youtube-link p i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #e5022c;
  border-right: 2px solid #e5022c;
  transform: rotate(45deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia .youtube-link p i::before, .single-school .school-aigia .youtube-link p i::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.single-school .school-aigia .youtube-link p i::after {
  left: -5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia .youtube-link p i::after {
    left: -9rem;
  }
}
.single-school .school-aigia .youtube-link:hover {
  opacity: 1;
  background: #fff !important;
  color: #e5022c;
}
.single-school .school-aigia .youtube-link:hover i {
  background: #e5022c;
}
.single-school .school-aigia .youtube-link:hover i::before, .single-school .school-aigia .youtube-link:hover i::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.single-school .school-aigia .youtube-link:hover i::before {
  right: -5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-aigia .youtube-link:hover i::before {
    right: -9rem;
  }
}
.single-school .school-aigia .youtube-link:hover i::after {
  left: 0;
}
.single-school .shop-title {
  margin-top: 10rem;
}
.single-school .shop-view {
  margin-top: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .shop-view__name {
    width: auto;
    text-align: center;
  }
}
.single-school .shop-list__item {
  background-color: #eef2f8;
  margin-top: 0;
}
.single-school .school-skillup {
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 11rem;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup {
    margin-top: 12rem;
    padding-top: 12rem;
  }
}
.single-school .school-skillup__title {
  max-width: 85rem;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  padding: 4rem;
  text-align: center;
}
.single-school .school-skillup__title h2 {
  font-size: 3.6rem;
  color: #074097;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__title h2 {
    font-size: 4.2rem;
    line-height: 1.4285714286;
  }
}
.single-school .school-skillup__title p {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__title p {
    text-align: left;
    font-size: 2.8rem;
  }
}
.single-school .school-skillup__membership {
  margin-top: 5rem;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__membership {
    flex-wrap: wrap;
  }
}
.single-school .school-skillup__membership-item {
  width: 25%;
  border: 1px solid #839fcb;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__membership-item {
    width: 50%;
  }
}
.single-school .school-skillup__membership-title {
  background-color: #074097;
  color: white;
  font-size: 1.8rem;
  text-align: center;
  padding: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__membership-title {
    font-size: 2.8rem;
  }
}
.single-school .school-skillup__membership-desc {
  padding: 1.8rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .single-school .school-skillup__membership-desc {
    font-size: 2.8rem;
  }
}
.single-school .school-skillup__membership.column2 .school-skillup__membership-item {
  width: 50%;
}
.single-school .bg-secondary {
  background-color: transparent;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .single-school .bg-secondary {
    padding: 0;
  }
}
.single-school .content-wrapper {
  padding-top: 0;
}
.single-school .container {
  width: 90%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .single-school .container .scrollable-container__content[data-v-6200afee] {
    width: 500px;
  }
}
.single-school .bg-secondary--membership-metalic {
  margin-top: 10rem;
  margin-bottom: 0;
}
.single-school .bg-secondary--membership-metalic .overview--content {
  margin-top: 3.5rem;
}
.single-school .bg-secondary--membership-vip {
  margin-bottom: 0;
}
.single-school .bg-secondary--workshop {
  margin-top: 8rem;
  margin-bottom: 0;
  padding: 0;
}
.single-school .membership-detail__title,
.single-school .workshop__title,
.single-school .plan-benefit__title,
.single-school .price__title,
.single-school .lesson-schedule__title {
  background-color: #074097;
  color: white;
  font-size: 2.2rem;
  text-align: center;
  border-radius: 1.3rem;
  padding: 1.5rem;
  letter-spacing: 0.5rem;
  padding-left: 0.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__title,
.single-school .workshop__title,
.single-school .plan-benefit__title,
.single-school .price__title,
.single-school .lesson-schedule__title {
    font-size: 3.3rem;
    padding: 2rem 1rem;
  }
}
.single-school .membership-detail {
  padding: 0;
}
.single-school .membership-detail__info {
  text-align: left;
  margin: 3.5rem 0 0;
}
.single-school .membership-detail__info .sub {
  color: #074097;
  font-size: 2.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__info .sub {
    font-size: 3.6rem;
  }
}
.single-school .membership-detail-list {
  align-items: start;
  margin-top: 4rem;
}
.single-school .membership-detail-list__desc {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail-list__desc {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail-list {
    padding-left: 4.3rem;
    padding-right: 4.3rem;
  }
}
.single-school .membership-skytrak {
  margin-top: 4rem;
}
.single-school .membership-skytrak__name {
  font-size: 2.4rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-skytrak__name {
    font-size: 3.6rem;
    text-align: left;
  }
}
.single-school .membership-skytrak__desc {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-skytrak__desc {
    font-size: 2.8rem;
  }
}
.single-school .membership-skytrak__logo {
  margin-top: 5rem;
}
.single-school .membership-detail__schedule-link {
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
  border: 1px solid #074097;
  height: auto;
  max-width: 48.5rem;
  width: 90%;
  padding: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__schedule-link {
    text-align: center;
    font-size: 2.8rem;
    max-width: 100%;
    line-height: 1.3571428571;
  }
}
.single-school .membership-detail__schedule-link::after {
  display: none;
}
.single-school .membership-detail__schedule-link i {
  width: 3.8rem;
  height: 3.8rem;
  background: #fff;
  border-radius: 3.4rem;
  right: 1rem;
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin: auto;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__schedule-link i {
    width: 6.6rem;
    height: 6.6rem;
    right: 2.5rem;
  }
}
.single-school .membership-detail__schedule-link i::before, .single-school .membership-detail__schedule-link i::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  transform: rotate(135deg);
  right: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__schedule-link i::before, .single-school .membership-detail__schedule-link i::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.single-school .membership-detail__schedule-link i::after {
  top: -5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .membership-detail__schedule-link i::after {
    top: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .single-school .membership-detail__schedule-link:hover {
    background-color: white;
    color: #074097;
    opacity: 1;
  }
  .single-school .membership-detail__schedule-link:hover i {
    background: #074097;
  }
  .single-school .membership-detail__schedule-link:hover i::before, .single-school .membership-detail__schedule-link:hover i::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .single-school .membership-detail__schedule-link:hover i::before {
    bottom: -5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .single-school .membership-detail__schedule-link:hover i::before {
    bottom: -9rem;
  }
}
@media print, screen and (min-width: 768px) {
  .single-school .membership-detail__schedule-link:hover i::after {
    top: 0;
  }
}
.single-school .bg-secondary--membership-vip {
  margin-top: 8rem;
}
.single-school .bg-secondary--membership-vip .membership-detail__footer {
  margin-top: 0;
}
.single-school .swing-better-prizm {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm {
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__row--horizontal {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__row--horizontal .item-panel__image {
    position: absolute;
    width: 17rem;
    z-index: -1;
  }
  .single-school .swing-better-prizm .item-panel__row--horizontal .item-panel__image.other {
    top: -1rem;
  }
}
.single-school .swing-better-prizm .item-panel__media--swing-better-prizm {
  min-width: 0;
  max-width: 17rem;
  padding: 0;
}
.single-school .swing-better-prizm .item-panel__content--horizontal {
  width: calc(100% - 17rem);
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__content--horizontal {
    width: auto;
  }
}
.single-school .swing-better-prizm .item-panel__title {
  font-size: 2.4rem;
  color: #074097;
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__title {
    font-size: 3.6rem;
    line-height: 1.7222222222;
    padding-left: 19rem;
    margin-top: 2.5rem;
  }
}
.single-school .swing-better-prizm .item-panel__desc {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__desc {
    font-size: 2.8rem;
  }
  .single-school .swing-better-prizm .item-panel__desc.other {
    margin-top: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .swing-better-prizm .item-panel__desc small {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 2.6rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .workshop__section {
    padding: 4rem;
    margin-bottom: 0;
    background-color: #f0f2f9;
    margin-top: 5rem;
  }
}
.single-school .workshop__content {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .workshop__content {
    margin-top: 0;
  }
}
.single-school .workshop__content:first-of-type {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .single-school .workshop__content:first-of-type {
    margin-top: 0;
  }
}
.single-school .workshop-list {
  gap: 5rem;
}
.single-school .workshop-list__item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .single-school .workshop-list__item {
    margin-bottom: 0;
  }
}
.single-school .workshop-list__item img {
  width: 100%;
  height: 100%;
}
.single-school .workshop-list__caption {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem;
  background-color: #eef2f8;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .single-school .workshop-list__caption {
    font-size: 2.8rem;
    padding: 2.5rem;
    background-color: #d1ddeb;
  }
}
.single-school .workshop__lead {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .workshop__lead {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .workshop__lead p {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
.single-school .plan-benefit {
  margin-bottom: 0;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
  }
}
.single-school .plan-benefit .text--red {
  color: #e5022c;
}
.single-school .plan-benefit .banner-note--plan-benefit {
  font-size: 2.5rem;
}
.single-school .plan-benefit-list {
  margin-top: 4rem;
}
.single-school .plan-benefit-list__item:not(:nth-of-type(3n+1))::before {
  display: none;
}
.single-school .plan-benefit-list__item:last-of-type .plan-benefit-list__name-inner {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__item:last-of-type .plan-benefit-list__name-inner {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__item:last-of-type {
    margin-bottom: -7rem;
  }
}
.single-school .plan-benefit-list__item:not(:last-of-type) {
  border: none;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__item:not(:last-of-type) {
    margin-bottom: -22rem;
  }
}
.single-school .plan-benefit-list__number {
  position: relative;
  z-index: 2;
  width: 9.3rem;
  height: 9.3rem;
  background-color: #074097;
  font-weight: 500;
}
.single-school .plan-benefit-list__number p {
  text-align: center;
  font-size: 1.86rem;
}
.single-school .plan-benefit-list__number .enfont {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}
.single-school .plan-benefit-list__name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid #074097;
  border-radius: 9999px;
  width: 29rem;
  height: 29rem;
  top: -7rem;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name {
    width: 30.2rem;
    height: 30.2rem;
    line-height: 1.4;
  }
}
.single-school .plan-benefit-list__name::after {
  border: 1px solid #074097;
  border-radius: 9999px;
  content: "";
  width: 30.2rem;
  height: 30.2rem;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name::after {
    width: 31.5rem;
    height: 31.5rem;
  }
}
.single-school .plan-benefit-list__name-inner {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name-inner {
    font-size: 3.1rem;
    font-size: 2.6rem;
  }
}
.single-school .plan-benefit-list__name-inner strong {
  font-size: 3.4rem;
  color: #e5022c;
  display: block;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name-inner strong {
    font-size: 4.4rem;
    font-size: 4rem;
  }
}
.single-school .plan-benefit-list__name-inner span {
  font-size: 1.8rem;
  color: #e5022c;
  line-height: 1.3;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name-inner span {
    font-size: 2.2rem;
    font-size: 2rem;
  }
}
.single-school .plan-benefit-list__name-inner .top-space {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .single-school .plan-benefit-list__name-inner .top-space {
    margin-top: 0;
  }
}
.single-school .price {
  padding-top: 0;
}
.single-school .price__table {
  margin-top: 8rem;
}
.single-school .price__table:first-of-type {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school .price-table-overflow {
    overflow: auto;
    padding: 0.5rem 0;
  }
  .single-school .price-table-overflow table {
    width: 150rem;
  }
}
.single-school .price-table-overflow + h3 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .single-school .price-table-overflow + h3 {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--menbership {
    display: table;
    min-width: 200rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--scroll-100 {
    display: table;
    min-width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--scroll-120 {
    display: table;
    min-width: 120rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--scroll-150 {
    display: table;
    min-width: 150rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--scroll-180 {
    display: table;
    min-width: 180rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--scroll-200 {
    display: table;
    min-width: 200rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table--service {
    display: table;
    min-width: 100rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table thead, .single-school .price-table--pc thead, .single-school .price-table--mobile thead {
    display: table-header-group;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table__head--fix {
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price-table__data::before, .single-school .price-table__data--type::before, .single-school .price-table__data--pc-only::before, .single-school .price-table__data--fat::before, .single-school .price-table__data--fat--type::before, .single-school .price-table__data--fat--small::before {
    display: none;
  }
}
.single-school .price-table--mobile, .single-school .price-table--pc,
.single-school .price-table__head:not(:first-of-type), .single-school .price-table__head--fix:not(:first-of-type),
.single-school .price-table__data,
.single-school .price-table__data--fat,
.single-school .price-table__data--fat--small,
.single-school .price-table__data--fat--type,
.single-school .price-table__data--pc-only,
.single-school .price-table__data--type,
.single-school .price-table__data:not(:first-of-type),
.single-school .price-table__data--type:not(:first-of-type),
.single-school .price-table__data--pc-only:not(:first-of-type),
.single-school .price-table__data--fat:not(:first-of-type),
.single-school .price-table__data--fat--type:not(:first-of-type),
.single-school .price-table__data--fat--small:not(:first-of-type) {
  border: 1px solid #074097;
  line-height: 1.5555555556;
}
.single-school .price-table__data, .single-school .price-table__data--fat, .single-school .price-table__data--fat--small, .single-school .price-table__data--fat--type, .single-school .price-table__data--pc-only, .single-school .price-table__data--type {
  padding: 1.5rem 0;
}
.single-school .price__table th span {
  font-size: 1.6rem;
}
.single-school .price-table__head,
.single-school .price-table__head--fix {
  background-color: #eef2f7;
  color: #074097;
  border: 1px solid #074097;
  line-height: 1.5555555556;
}
.single-school .price-table__data--type {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .single-school .price-table__row {
    display: table-row;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-school table tr th, .single-school table tr td {
    display: table-cell;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5555555556;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .price__table th span {
    font-size: 2.4rem;
  }
}
.single-school .note-list li {
  line-height: 1.6666666667;
}
@media only screen and (max-width: 767px) {
  .single-school .note-list li {
    font-size: 2.8rem;
  }
}
.single-school .note-list li + li {
  margin-top: 0;
}
.single-school .note-list__item::before {
  content: "※";
}
.single-school .lesson-schedule {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5rem;
}
.single-school .lesson-schedule:first-of-type {
  margin-top: 1rem;
}
.single-school .lesson-schedule__sub {
  display: flex;
  align-items: flex-end;
  margin-top: 3.5rem;
}
.single-school .lesson-schedule__sub p {
  font-size: 2.6rem;
  color: #074097;
  font-weight: bold;
  margin-left: 2rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .single-school .lesson-schedule__sub p {
    font-size: 4rem;
  }
}
.single-school .lesson-schedule__sub img {
  display: block;
  width: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .single-school .lesson-schedule__sub img {
    width: 4.4rem;
  }
}
.single-school .lesson-schedule__table {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .single-school .lesson-schedule__table {
    overflow-x: auto;
  }
}
.single-school .lesson-schedule__table picture img {
  width: 100%;
  height: 100%;
  max-width: 120rem;
}
@media only screen and (max-width: 767px) {
  .single-school .lesson-schedule__table picture img {
    max-width: none;
    display: block;
  }
}
.single-school__basic .shop-list__item {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .shop-list__item {
    margin-top: 7rem;
  }
}
.single-school__basic .yaesu-banner-lesson {
  margin-top: 5rem;
}
.single-school__basic #school-photo-wrapper .container-secondary {
  width: 100vw;
  margin-bottom: 10rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-slide img {
  height: auto;
  transform: scale(0.83);
  transition: 0.3s;
  width: 100%;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-center img {
  opacity: 1;
  transform: scale(1);
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow {
  width: 6rem;
  height: 6rem;
  border: 1px solid #999;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6rem;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow::before, .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow::after {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-top: 2px solid #074097;
  border-right: 2px solid #074097;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow::before, .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow::after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev {
  left: calc(33.3333333333% - 9rem) !important;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev {
    left: 1rem !important;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::before, .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::after {
  transform: rotate(-135deg);
  left: 0.9rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev::after {
  right: -12rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev:hover::before {
  left: -12rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-prev:hover::after {
  right: 0;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next {
  right: calc(33.3333333333% - 9rem) !important;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next {
    right: 1rem !important;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next::before, .single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next::after {
  transform: rotate(45deg);
  right: 0.6rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next::after {
  left: -12rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next:hover::before {
  right: -12rem;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-arrow.slick-next:hover::after {
  left: 0;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-dots {
    bottom: -4rem;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .single-school__basic #school-photo-wrapper .container-secondary .slick-dots li {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-dots li button {
  width: inherit;
  height: inherit;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-dots li button::before {
  content: "";
  border: 1px solid #808080;
  background: #fff;
  border-radius: 1rem;
  width: inherit;
  height: inherit;
  opacity: 1;
}
.single-school__basic #school-photo-wrapper .container-secondary .slick-dots li.slick-active button::before {
  background: #808080;
}
.single-school__basic #school-photo-wrapper {
  margin-top: 7rem;
}
.single-school__basic .container-secondary {
  width: 110rem;
  margin: 0 auto;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .container-secondary {
    width: 68.7rem;
    margin: 0 auto 10rem;
  }
}
.single-school__basic .overview {
  margin-bottom: 6rem;
}
.single-school__basic .overview h3 {
  text-align: center;
  background: #074097;
  color: #fff;
  border-radius: 1.3rem;
  line-height: 5rem;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .overview h3 {
    font-size: 3.3rem;
    line-height: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school__basic .overview {
    margin-bottom: 8rem;
  }
}
.single-school__basic .overview dl {
  display: flex;
  width: 52.5rem;
  border-bottom: 1px solid #074097;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .overview dl {
    width: 100%;
  }
}
.single-school__basic .overview dl dt,
.single-school__basic .overview dl dd {
  float: none;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .overview dl dt,
.single-school__basic .overview dl dd {
    font-size: 2.8rem;
  }
}
.single-school__basic .overview dl dt {
  color: #074097;
  margin-right: 3rem;
  width: auto;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .overview dl dt {
    margin-right: 2rem;
  }
}
.single-school__basic .overview dl dd {
  margin-bottom: 0;
  width: auto;
}
.single-school__basic .overview--content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 2rem 5rem;
}
.single-school__basic .overview--content .content-left,
.single-school__basic .overview--content .content-right {
  float: none;
  margin-right: 0;
  flex-wrap: wrap;
  border-bottom: 0;
  gap: 2rem 0;
}
.single-school__basic .overview--content .content-left::before,
.single-school__basic .overview--content .content-right::before {
  display: none;
}
.single-school__basic .overview--content .content-left dt, .single-school__basic .overview--content .content-left dd,
.single-school__basic .overview--content .content-right dt,
.single-school__basic .overview--content .content-right dd {
  padding-bottom: 2rem;
  border-bottom: 1px solid #074097;
  margin-right: 0;
}
.single-school__basic .school-price {
  background: none;
  padding: 0;
  margin: 0;
}
.single-school__basic .school-price h3 {
  text-align: center;
  background: #074097;
  color: #fff;
  border-radius: 1.3rem;
  line-height: 5rem;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-bottom: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price h3 {
    font-size: 3.3rem;
    line-height: 7.5rem;
  }
}
.single-school__basic .school-price .school-timetable img {
  max-width: none;
}
.single-school__basic .school-price .price-table-wrap {
  overflow: auto;
}
.single-school__basic .school-price .price-table-wrap + .price-table-wrap {
  margin-top: 8rem;
}
.single-school__basic .school-price .price-table-wrap table {
  width: 100%;
  margin-bottom: 1.5rem;
}
.single-school__basic .school-price .price-table-wrap table th,
.single-school__basic .school-price .price-table-wrap table td {
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 2.2rem 0.5rem;
  border: 1px solid #074097;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .single-school__basic .school-price .price-table-wrap table th,
.single-school__basic .school-price .price-table-wrap table td {
    width: 24rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .price-table-wrap table th,
.single-school__basic .school-price .price-table-wrap table td {
    font-size: 2.8rem;
  }
}
.single-school__basic .school-price .price-table-wrap table th.left-title,
.single-school__basic .school-price .price-table-wrap table td.left-title {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .price-table-wrap table th.left-title,
.single-school__basic .school-price .price-table-wrap table td.left-title {
    width: 10rem;
  }
}
.single-school__basic .school-price .price-table-wrap table th {
  color: #074097;
  background: #eef2f8;
}
.single-school__basic .school-price .price-table-wrap table th.other {
  background: #d2ddec;
}
.single-school__basic .school-price .price-table-wrap table th.table-title {
  width: 38rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .price-table-wrap table th.table-title {
    width: 45%;
  }
}
.single-school__basic .school-price .price-table-wrap table th.table-title-wide {
  width: 72rem;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .price-table-wrap table th.table-title-wide {
    width: 55%;
  }
}
.single-school__basic .school-price .price-table-wrap p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .price-table-wrap p {
    font-size: 2.6rem;
  }
}
.single-school__basic .school-price .enter-fee {
  background-color: #eef2f8;
  margin-bottom: 0;
  display: block;
  color: #074097;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single-school__basic .school-price .price-table:has(.sc_price-PC) {
  border: none;
}
.single-school__basic .school-price .sc_price-PC th, .single-school__basic .school-price .sc_price-PC td {
  line-height: 1.4;
}
.single-school__basic .school-price .sc_price-PC th {
  background-color: #eef2f8;
  border: 1px solid #074097;
  color: #074097;
}
.single-school__basic .school-price .sc_price-PC td {
  vertical-align: middle;
  border: 1px solid #074097;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .sc_price-PC {
    display: block;
    overflow: auto;
  }
}
.single-school__basic .school-price .sc_price-SP {
  display: none;
}
.single-school__basic .school-price .school-price-caption {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .single-school__basic .school-price .school-price-caption {
    font-size: 2.6rem;
  }
}
.single-school .shop-list__item {
  margin-bottom: 8rem;
}
.single-school .fitting-step {
  padding: 0;
}
.single-school .fitting-step__title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #074097;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step__title {
    font-size: 3.8rem;
    line-height: 1.736;
    margin-bottom: 4rem;
  }
}
.single-school .fitting-step__lead {
  margin-bottom: 4rem;
}
.single-school .fitting-step__lead p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.666;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step__lead p {
    font-size: 2.8rem;
    text-align: left;
  }
}
.single-school .fitting-step-list {
  margin-top: 5rem;
  position: relative;
}
.single-school .fitting-step-list::before {
  content: "";
  background: url("../images/shinsaibashi/arrow_curriculum.svg") no-repeat center/cover;
  position: absolute;
  top: 3.2rem;
  left: 0rem;
  width: 5.05rem;
  height: 27rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list::before {
    top: 3rem;
    left: 0rem;
    width: 11.45rem;
    height: 60.2rem;
    z-index: 1;
  }
}
.single-school .fitting-step-list__item {
  padding: 2rem 2rem 2rem 6rem;
  background: #eef2f8;
  align-items: center;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__item {
    flex-direction: inherit;
    flex-wrap: wrap;
    padding: 3rem 3rem 3rem 12rem;
  }
}
.single-school .fitting-step-list__item:not(:last-of-type) {
  padding: 2rem 2rem 2rem 6rem;
  border: none;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__item:not(:last-of-type) {
    padding: 3rem 3rem 3rem 12rem;
    margin-bottom: 5rem;
  }
}
.single-school .fitting-step-list__item:not(:last-of-type)::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
  border-top: 2rem solid #074097;
  border-bottom: 0;
  right: 0;
  bottom: -2rem;
  left: 0;
  margin: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__item:not(:last-of-type)::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3rem solid transparent;
    border-left: 3rem solid transparent;
    border-top: 3rem solid #6a8cc1;
    border-bottom: 0;
    bottom: -3rem;
  }
}
.single-school .fitting-step-list__number {
  background: #074097;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__number {
    font-size: 3.1rem;
    padding: 0;
    line-height: 5.4rem;
  }
}
.single-school .fitting-step-list__number span {
  font-size: 3rem;
  font-weight: 500;
  display: inline-block;
  margin-left: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__number span {
    font-size: 4.65rem;
  }
}
.single-school .fitting-step-list__name {
  font-size: 2.2rem;
  font-weight: 500;
  color: #074097;
  margin: 0 3.5rem;
  min-width: 16rem;
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__name {
    font-size: 3.6rem;
    margin: 0 3rem;
    min-width: auto;
    line-height: 1.3;
  }
}
.single-school .fitting-step-list__desc {
  font-size: 1.8rem;
  line-height: 1.555;
  width: calc(100% - 35rem);
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__desc {
    width: 100%;
    font-size: 2.8rem;
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step-list__index {
    width: 15rem;
    margin-bottom: 0;
    min-width: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .single-school .fitting-step .fitting-step-list {
    margin-bottom: 7rem;
  }
}
.single-school .bg-secondary--membership--lesson .membership-detail-list__picture figure figcaption h3 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.5rem;
  background-color: #eef2f8;
  color: #074097;
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .single-school .bg-secondary--membership--lesson .membership-detail-list__picture figure figcaption h3 {
    font-size: 3.6rem;
  }
}
.single-school .bg-secondary--membership--lesson .membership-detail-list__picture figure figcaption p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .single-school .bg-secondary--membership--lesson .membership-detail-list__picture figure figcaption p {
    font-size: 2.8rem;
  }
}
.single-school .step4-achievement__title {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .single-school .step4-achievement__title {
    font-size: 3.2rem;
  }
}
.single-school .step4-achievement__list li {
  font-size: 1.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .single-school .step4-achievement__list li {
    font-size: 2.8rem;
  }
}
.single-school .step4-achievement__list li:not(:first-of-type) {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .single-school .step4-achievement__list li:not(:first-of-type) {
    margin-top: 2rem;
  }
}
.single-school .mt45 {
  margin-top: 4.5rem;
}
.single-school .second .school-lesson-campaign__btn--fix .yaesu-style {
  display: none;
}

.school-template.single-school #school-information, .school-template.single-school #school-instructor {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .school-template.single-school #school-information, .school-template.single-school #school-instructor {
    margin-top: 0;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .step4-achievement__main {
    width: 25rem;
  }
}

@media print, screen and (min-width: 768px) {
  .step4-achievement__media {
    width: 53rem;
  }
}

.container-secondary {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .price-table__row .price-table__data--type.sp {
    display: table-cell !important;
  }
}

@media print, screen and (min-width: 768px) {
  .plan-benefit-list {
    display: grid !important;
  }
}

/*# sourceMappingURL=school-single.css.map */