@charset "UTF-8";
.school-pages .btn {
  display: inline-block;
  height: 54px;
  padding: 18px 53px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 100% */
  color: #00A4F9;
  border: 1px solid #00A4F9;
  background-color: #fff;
  border-radius: 30px;
}
.school-pages .btn--primary {
  color: #fff;
  background-color: #00A4F9;
  border-color: #00A4F9;
}
.school-pages .btn--secondary {
  color: #fff;
  background-color: #F08437;
  border-color: #F08437;
}
.school-pages .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.school-pages .btn-popup {
  display: flex;
  height: 46px;
  justify-content: center;
  align-items: center;
  width: calc(50% - 8px);
  border-radius: 35px;
  background: #00A4F9;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 0 15px;
}
.school-pages .btn-popup span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.school-pages .btn-popup svg {
  margin-left: 10px;
  flex: 0 0 15px;
}
.school-pages .container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
  min-width: 1000px;
}
.school-pages .hidden, .school-pages .only-sp {
  display: none;
}
@media (max-width: 480px) {
  .school-pages .hidden, .school-pages .only-sp {
    display: block;
  }
}

#school-message .intro-video {
  max-width: 760px;
  margin: 0 auto 60px;
}
#school-message .intro-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  #school-message .intro-video {
    margin-bottom: 24px;
  }
}

#school-header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
#school-header .top-header {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#school-header .top-header__nav ul.menu {
  display: flex;
  gap: 16px;
}
#school-header .top-header__nav ul.menu li.menu-item > a {
  padding: 0 12px;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.51px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#school-header .top-header__nav ul.menu li.menu-item > a span.sub-label {
  font-size: 10px;
  display: block;
}
#school-header .top-header__nav ul.menu li.menu-item:hover > a, #school-header .top-header__nav ul.menu li.menu-item.current > a {
  color: #00a4f9;
}

.admin-bar #school-header {
  top: 32px;
}

#school-content {
  min-height: 400px;
}
#school-content .btn-school {
  display: inline-block;
  min-width: 165px;
  height: 40px;
  padding: 0 42px;
  color: #00A4F9;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px; /* 250% */
  border: 1px solid #00A4F9;
}
#school-content .bl-readmore {
  margin-top: 60px;
  text-align: center;
}
#school-content .top-slider__logo {
  opacity: 0.8;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 264px;
  bottom: 30px;
  margin-left: 350px;
}
#school-content .top-slider__overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00A0E9;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
#school-content .main-slider__item {
  width: 1024px;
}
#school-content .school-section {
  padding: 100px 0;
  background-color: #fff;
  color: #444;
}
#school-content .school-section__header {
  text-align: center;
  color: #00A0E9;
  margin-bottom: 60px;
}
#school-content .school-section__header h2 {
  text-align: center;
  font-size: 50px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 120% */
  margin-bottom: 5px;
}
#school-content .school-section__header h3 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px; /* 106.25% */
}
#school-content .school-section__header h3.main-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#school-content .school-section__content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
}
#school-content .school-section__content img {
  max-width: 100%;
  height: auto;
}
#school-content .school-section__content img.img-center {
  margin-bottom: 60px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#school-content .school-section--bg-blue {
  background: rgb(67, 159, 227);
  background: linear-gradient(99deg, rgb(67, 159, 227) 0%, rgb(14, 55, 129) 100%);
  color: #fff;
}
#school-content .school-section--bg-blue .btn-school {
  color: #fff;
  border-color: #fff;
}
#school-content .school-section--bg-blue .school-section__header {
  color: #fff;
}
#school-content .school-section--bg-gray {
  background-color: #F5F5F5;
}
#school-content .school-section--withBanner {
  padding-top: 0;
}
#school-content .school-section--withBanner .school-section__banner {
  background-size: cover;
  height: 352px;
  margin-bottom: 100px;
  background-position-y: 60%;
  background-repeat: no-repeat;
}
#school-content .school-section--withBanner .school-section__header h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#school-content .school-section--withBanner .school-section__header h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 17px; /* 106.25% */
}
#school-content .school-section--withBg {
  position: relative;
  background-size: cover;
  background-position: center;
}
#school-content .school-section--withBg > * {
  position: relative;
  z-index: 2;
}
#school-content .school-section--withBg:after {
  background: rgba(0, 54, 134, 0.9);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#school-content .school-section .method-list {
  max-width: 760px;
  margin: 0 auto;
}
#school-content .school-section .method-list__item h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
#school-content .school-section .method-list__item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
}
#school-content .school-section .method-list__item:not(:last-child) {
  margin-bottom: 60px;
}
#school-content .school-section .method-list__readmore {
  text-align: center;
}
#school-content .school-section .feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 0;
  margin: 0 -8px;
}
#school-content .school-section .feature-list__item {
  width: 33.3333333333%;
}
#school-content .school-section .feature-list__item .feature-item {
  padding: 0 8px;
}
#school-content .school-section .feature-list__item .feature-item__thumb {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
#school-content .school-section .feature-list__item .feature-item__point {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: Barlow Condensed, serif;
  margin-bottom: 3px;
}
#school-content .school-section .feature-list__item .feature-item__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#school-content .school-section .feature-list__item .feature-item__link {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  color: #fff;
}
#school-content .school-section .school-locations {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  max-width: 760px;
  margin: 0 auto 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
#school-content .school-section .school-locations > div {
  width: calc(50% - 23px);
}
#school-content .school-section .school-locations .location-list__header {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
#school-content .school-section .school-locations .location-list__items {
  display: flex;
  gap: 24px 16px;
  flex-wrap: wrap;
}
#school-content .school-section .school-courses {
  max-width: 760px;
  margin: 0 auto;
}
#school-content #school-news .news-list__content {
  display: flex;
  align-items: center;
  padding: 20px;
}
#school-content #school-news .news-list__content p {
  margin: 0;
}
#school-content #school-news .news-list__cat-list {
  display: none;
}
#school-content #school-news .news-list__date {
  width: 120px;
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  font-family: Barlow Condensed, serif;
}
#school-content #school-news .news-list__ttl {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25.2px; /* 168% */
}
#school-content .school-courses__header {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
#school-content .school-courses__content .course-list .course-group {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
#school-content .school-courses__content .course-list .course-group:not(:last-child) {
  margin-bottom: 30px;
}
#school-content .school-courses__content .course-list .course-group > div {
  width: calc(50% - 22px);
}
#school-content .school-courses__content .course-list .course-group__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  padding-left: 20px;
  position: relative;
}
#school-content .school-courses__content .course-list .course-group__name:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background-color: #fff;
}
#school-content .school-courses__content .course-list .course-group__items a {
  width: 100%;
}
#school-content .school-courses__content .course-list .course-group__items a:not(:last-child) {
  margin-bottom: 16px;
}
#school-content .school-courses__content .course-list .course-group__image {
  padding-top: 40px;
  display: flex;
}
#school-content .school-pages {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
#school-content .school-pages__item {
  width: calc(25% - 18px);
}
#school-content .school-pages__item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
}
#school-content .school-pages__item a .page-thumb {
  display: flex;
  overflow: hidden;
}
#school-content .school-pages__item a .page-thumb img {
  height: 197px;
  width: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
}
#school-content .school-pages__item a h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  margin: 0;
  color: #444;
  padding: 20px 0;
}
#school-content .top-ig-list__item img {
  height: 100%;
}
#school-content .school-partners {
  max-width: 760px;
  margin: 0 auto;
}
#school-content .school-partners__group {
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
}
#school-content .school-partners__group:not(:last-child) {
  margin-bottom: 60px;
}
#school-content .school-partners__group > div {
  width: calc((100% - 60px) / 4);
}
#school-content .school-partners__group--large > div {
  width: calc((100% - 40px) / 3);
}

#school-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.56);
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 100;
}

#school-links .top-link {
  margin-top: 60px;
}

.school-page .page-banner {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.school-page .page-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.school-page .page-banner__title {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.school-page .page-banner__title h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
}
.school-page .page-banner__title h3 {
  font-size: 20px;
}
.school-page .page-nav {
  background-color: #f5f5f5;
  padding: 18px 0;
}
.school-page .page-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.school-page .page-nav ul li {
  padding: 7px 0;
}
.school-page .page-nav ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #444;
}
.school-page .page-nav ul li a svg {
  position: relative;
  top: -1px;
  margin-left: 2px;
}
.school-page .schedule-content {
  padding: 100px 20px;
  max-width: 800px;
  margin: 0 auto;
}
.school-page .schedule-content .school-schedule-info {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.school-page .schedule-content .school-schedule-info:not(:last-child) {
  margin-bottom: 100px;
}
.school-page .schedule-content .school-schedule-info__school-name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.school-page .schedule-content .school-schedule-info table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.school-page .schedule-content .school-schedule-info table tr td, .school-page .schedule-content .school-schedule-info table tr th {
  padding: 9px 0;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.school-page .schedule-content .school-schedule-info table tr td .in-held, .school-page .schedule-content .school-schedule-info table tr th .in-held {
  font-weight: 600;
  color: #003686;
}
.school-page .schedule-content .school-schedule-info table tr td .cancel, .school-page .schedule-content .school-schedule-info table tr th .cancel {
  font-weight: 600;
  color: #F08437;
}
.school-page .schedule-content .school-schedule-info table tr th {
  padding: 10px 0;
  background-color: #00A4F9;
  color: #fff;
}
.school-page .staff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.school-page .staff-list__item {
  width: calc((100% - 60px) / 4);
}
.school-page .staff-list__item .staff-info__summary {
  padding: 0 12px;
}
.school-page .staff-list__item .staff-info__name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.school-page .staff-list__item .staff-info__position {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
  margin: 0;
}

#school-news {
  padding: 60px 0 !important;
}
#school-news .wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

#school-method-guideline .guideline-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  margin-bottom: 40px;
}
#school-method-guideline .guideline-items .p-tgl:not(:last-child) {
  margin-bottom: 24px;
}

#school-methods-principle .school-section__header {
  margin-bottom: 24px;
}
#school-methods-principle .school-section__header h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#school-methods-principle .school-section__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
}

#school-method-achievements .player-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
#school-method-achievements .player-list > div {
  width: calc(25% - 15px);
}
#school-method-achievements .player-list > div .player-info {
  height: 100%;
  background-color: #fff;
}
#school-method-achievements .player-list > div .player-info__image {
  display: flex;
}
#school-method-achievements .player-list > div .player-info__summary {
  background-color: #fff;
  padding: 10px;
  color: #000;
  border-top: 4px solid #00A0E9;
}
#school-method-achievements .player-list > div .player-info__summary p {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 21px; /* 150% */
}
#school-method-achievements .player-list > div .player-info__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#school-method-achievements .player-list > div .player-info__name span.en {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00A0E9;
  margin-left: 8px;
  text-transform: uppercase;
}
#school-method-achievements .player-list > div .player-info__name span.en--new-line {
  display: block;
  margin: -2px 0 5px 0;
}
#school-method-achievements .achievement-link {
  margin-top: 40px;
  text-align: center;
}

#school-method-vision .vision-detail__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 160% */
  text-align: center;
  margin-bottom: 40px;
}
#school-method-vision .vision-detail__content img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 40px;
}
#school-method-vision .vision-detail__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 200% */
}

#school-method-playstyle .school-section__header h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
#school-method-playstyle .school-section__header h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 160% */
  color: #444;
  font-family: Hiragino Kaku Gothic ProN, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, MS PGothic, "ＭＳＰゴシック", sans-serif;
}
#school-method-playstyle .playstyle-mapping {
  background-color: #fff;
  padding: 70px 0 50px;
  text-align: center;
}
#school-method-playstyle .playstyle-detail {
  margin-top: 60px;
}

.school-page--joining .joining-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.school-page--joining .joining-steps > div {
  width: calc((100% - 90px) / 3);
  border-radius: 15px;
  background: #CCECFB;
  padding: 32px 24px;
  position: relative;
}
.school-page--joining .joining-steps > div .joining-step__num {
  font-family: Barlow Condensed, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #00A0E9;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #00A0E9;
}
.school-page--joining .joining-steps > div .joining-step__name {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #00A0E9;
  text-align: center;
  margin-bottom: 16px;
}
.school-page--joining .joining-steps > div .joining-step__btn {
  padding-left: 0;
  padding-right: 0;
  display: block;
  text-align: center;
  margin-top: 25px;
}
.school-page--joining .joining-steps > div .joining-step__desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 200% */
  margin-top: 12px;
}
.school-page--joining .joining-steps > div svg {
  position: absolute;
  right: -33px;
  top: 50%;
  margin-top: -11px;
}
.school-page--joining .goodwill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.school-page--joining .goodwill-list > div {
  width: calc((100% - 69px) / 4);
}
.school-page--joining .goodwill-list > div .goodwill-info__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
  text-align: center;
}
.school-page--joining .goodwill-more {
  margin-top: 40px;
  text-align: center;
}
.school-page--joining .membership-fees {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
}
.school-page--joining .membership-fees > div {
  width: calc((100% - 50px) / 3);
}
.school-page--joining .membership-fees > div .membership-fee__name {
  background-color: #fff;
  color: #00A4F9;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.school-page--joining .membership-fees > div .membership-fee__price {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
.school-page--joining .membership-fees > div .membership-fee__price .price {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-right: 5px;
}
.school-page--joining .membership-fees > div .membership-fee__price p:not(:last-child) {
  margin-bottom: 12px;
}
.school-page--joining .membership-fees > div .membership-fee__notes {
  font-size: 11.5px;
  font-style: normal;
  line-height: 140%; /* 16.8px */
  margin-top: 15px;
}
.school-page--joining .membership-fees > div .membership-fee__price-table {
  margin-top: 24px;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table {
  background: #DBECFC;
  border-collapse: collapse;
  width: 100%;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table tr th, .school-page--joining .membership-fees > div .membership-fee__price-table table tr td {
  color: #000;
  border-right: 1px solid #E6E6E6;
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 300;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table tr th:last-child, .school-page--joining .membership-fees > div .membership-fee__price-table table tr td:last-child {
  border-right: none;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table thead tr th {
  background: var(--Primary1, #003686);
  color: #fff;
  font-weight: 600;
  border: none;
  border-right: 1px solid #E6E6E6;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table thead tr th:first-child {
  width: 220px;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table thead tr th:last-child {
  width: 480px;
  border-right: none;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table tbody tr:nth-child(2n+1) td {
  background-color: #fff;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table tbody tr td:last-child {
  font-size: 12px;
}
.school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only {
  display: none;
}
@media (max-width: 480px) {
  .school-page--joining .membership-fees > div .membership-fee__price-table table {
    display: none;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only {
    display: block;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    overflow: hidden;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tr th, .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tr td {
    font-size: 14px;
    padding: 8px 5px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tr th span.note, .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tr td span.note {
    font-size: 8.5px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: -5px;
    display: block;
    margin-bottom: 5px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tbody tr:first-child td {
    font-size: 11px;
    padding: 0 5px;
    color: #fff;
    background-color: #6DB4F5;
    line-height: 24px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only tbody tr:last-child td {
    background-color: #fff;
    color: #000;
    padding: 3px 5px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price-table table.sp-only:not(:last-child) {
    margin-bottom: 16px;
  }
}
.school-page--joining .membership-fees > div:nth-child(4) {
  width: 100%;
  text-align: center;
}
.school-page--joining .membership-fees > div:nth-child(4) .membership-fee__flex {
  font-size: 18px;
  font-weight: 600;
}
.school-page--joining .membership-fees .membership-img,
.school-page--joining .membership-fees .membership-notice {
  width: 100%;
}
.school-page--joining .membership-fees .membership-notice {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 16.8px */
}
.school-page--joining .uniform-list {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 60px;
}
.school-page--joining .uniform-list > div {
  width: calc((100% - 66px) / 4);
}
.school-page--joining .uniform-register {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 20px;
}
.school-page--joining .uniform-register__title {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  text-align: center;
}
.school-page--joining .uniform-register p a {
  color: #00A0E9;
  text-decoration: underline;
}
.school-page--joining .uniform-register__link {
  margin-top: 40px;
  text-align: center;
}

#school-trial-day .exp-steps {
  max-width: 760px;
  margin: 0 auto;
}
#school-trial-day .exp-steps__item {
  text-align: center;
}
#school-trial-day .exp-steps__item:not(:first-child) {
  margin-top: 5px;
}
#school-trial-day .exp-steps__item .exp-step {
  padding: 24px 25px;
  border-radius: 15px;
  background: #CCECFB;
  margin-bottom: 12px;
}
#school-trial-day .exp-steps__item .exp-step__number {
  font-family: Barlow Condensed, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #00A0E9;
  color: #00A0E9;
}
#school-trial-day .exp-steps__item .exp-step__name {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
  color: #00A0E9;
}
#school-trial-day .exp-steps__item .exp-step__desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 200% */
}
#school-trial-day .exp-description {
  max-width: 760px;
  margin: 60px auto 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
#school-trial-day .exp-description__action {
  margin: 16px 0;
  max-width: 287px;
}
#school-trial-day .exp-description__action .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

#school-faqs .faq-group:not(:last-child) {
  margin-bottom: 60px;
}
#school-faqs .faq-group__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
#school-faqs .faq-group .p-tgl__btn {
  padding-top: 25px;
  padding-bottom: 25px;
}
#school-faqs .faq-group .p-tgl:not(:last-child) {
  margin-bottom: 24px;
}
#school-faqs .school-others-faqs {
  margin-top: 60px;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
#school-faqs .school-others-faqs .btn-school {
  margin-top: 16px;
}

a.sp-btn {
  display: none;
}

@media (max-width: 768px) {
  .school-pages .container {
    min-width: auto;
    width: 100%;
    padding: 0 15px;
  }
  .school-pages .btn {
    font-size: 11.25px;
    min-width: 152px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
  }
  #school-actions {
    height: 62px;
  }
  #school-header {
    height: 60px;
    z-index: 1000;
  }
  #school-header .top-header {
    height: 60px;
  }
  #school-header .top-header__nav {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #CCECFB;
    left: 0;
    right: 0;
    height: 100vh;
  }
  #school-header .top-header__nav ul.menu {
    padding: 10vw 0;
    gap: 6vw;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #school-header .top-header__nav ul.menu > li.menu-item {
    text-align: center;
  }
  #school-header .top-header__nav ul.menu > li.menu-item a {
    color: #000000;
    height: auto;
  }
  #school-header .top-header__nav ul.menu > li.menu-item a .main-label {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #school-header .top-header__nav ul.menu > li.menu-item a .sub-label {
    margin-top: -3px;
    font-size: 7.5px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  #school-header .top-header__logo > a {
    display: flex;
  }
  #school-header .top-header__logo > a img {
    height: 38px;
  }
  #school-header .top-header a.sp-btn {
    display: flex;
    width: 30px;
    flex-direction: column;
    gap: 7px;
  }
  #school-header .top-header a.sp-btn > span {
    display: block;
    height: 4px;
    background-color: #000;
    width: 100%;
    transition: all 0.25s ease-in-out;
  }
  #school-header .top-header a.sp-btn.selected {
    margin-top: -10px;
  }
  #school-header .top-header a.sp-btn.selected span:first-child {
    transform: rotate(45deg);
    margin-top: 11px;
  }
  #school-header .top-header a.sp-btn.selected span:nth-child(2) {
    display: none;
  }
  #school-header .top-header a.sp-btn.selected span:last-child {
    transform: rotate(-45deg);
    margin-top: -11px;
  }
  #school-content .top-slider__item img {
    height: 100vw;
    width: auto;
    max-width: none;
  }
  #school-content .top-slider__logo {
    bottom: 24px;
    margin: 0;
  }
  #school-content .top-slider__logo img {
    height: 80px;
  }
  #school-content .school-section {
    padding: 50px 0;
  }
  #school-content .school-section--withBanner {
    padding-top: 0;
  }
  #school-content .school-section--withBanner .school-section__header h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
  }
  #school-content .school-section--withBanner .school-section__header h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px; /* 121.429% */
  }
  #school-content .school-section--withBanner .school-section__header h3 br, #school-content .school-section--withBanner .school-section__header h4 br {
    display: block !important;
  }
  #school-content .school-section__banner {
    height: 237px !important;
    margin-bottom: 50px !important;
    background-position-y: 0 !important;
  }
  #school-content .school-section__header {
    margin-bottom: 24px;
  }
  #school-content .school-section__header h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 142.857% */
  }
  #school-content .school-section__header h3.main-title {
    font-size: 20px;
  }
  #school-content .school-section__header h3.main-title br {
    display: block !important;
  }
  #school-content .school-section__content {
    padding: 0 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 228.571% */
  }
  #school-content .school-section__content img.img-center {
    margin-bottom: 24px;
  }
  #school-content .school-section__content .method-list__item h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  #school-content .school-section__content .method-list__item:not(:last-child) {
    margin-bottom: 24px;
  }
  #school-content .school-section__content .method-list__item p {
    font-size: 14px;
  }
  #school-content .school-section__content .feature-list {
    gap: 20px 16px;
    margin: 0;
  }
  #school-content .school-section__content .feature-list > div {
    width: calc(50% - 8px);
  }
  #school-content .school-section__content .feature-list > div .feature-item {
    padding: 0;
  }
  #school-content .school-section__content .feature-list > div .feature-item__point {
    font-size: 16px;
    margin-top: -4px;
  }
  #school-content .school-section__content .feature-list > div .feature-item__title {
    font-size: 14px;
  }
  #school-content .school-section__content .bl-readmore {
    margin-top: 24px;
  }
  #school-content .school-section__content .school-locations {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  #school-content .school-section__content .school-locations > div {
    width: 100%;
  }
  #school-content .school-section__content .school-locations > div .location-list__header {
    font-size: 18px;
    margin-bottom: 24px;
  }
  #school-content .school-section__content .school-locations > div .location-list__items {
    flex-direction: column;
    gap: 14px;
  }
  #school-content .school-section__content .school-locations > div .location-list__items a {
    width: 100%;
    height: 42px;
    font-size: 15px;
  }
  #school-content .school-section__content .school-locations .location-map img {
    width: 100%;
  }
  #school-content .school-section__content .btn-popup {
    font-size: 15px;
  }
  #school-content .school-section__content .school-courses__header {
    font-size: 18px;
    margin-bottom: 24px;
  }
  #school-content .school-section__content .school-courses .course-list .course-group {
    flex-direction: column;
    gap: 24px;
  }
  #school-content .school-section__content .school-courses .course-list .course-group > div {
    width: 100%;
  }
  #school-content .school-section__content .school-courses .course-list .course-group__name {
    font-size: 16px;
    margin-bottom: 14px;
  }
  #school-content .school-section__content .school-courses .course-list .course-group__image {
    padding: 0;
  }
  #school-content .school-section__content .school-courses .course-list .course-group__image img {
    width: 100%;
  }
  #school-content .school-section__content .school-courses .course-list .course-group__items a {
    font-size: 15px;
    height: 36px;
  }
  #school-content .school-section__content .school-pages {
    gap: 10px;
  }
  #school-content .school-section__content .school-pages > div {
    width: calc(50% - 5px);
  }
  #school-content .school-section__content .school-pages > div a .page-thumb {
    background-color: #f2f2f2;
  }
  #school-content .school-section__content .school-pages > div a .page-thumb img {
    height: 97px !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  #school-content .school-section__content .school-pages > div span.page-thumb {
    display: block;
    height: 97px;
  }
  #school-content .school-section__content .school-pages > div span.page-thumb img {
    height: auto !important;
    width: 100%;
  }
}
@media (max-width: 768px) {
  #school-content #school-message .school-section__content {
    font-size: 16px;
  }
  #school-content #school-news .news-list__content {
    align-items: baseline;
  }
  #school-content #school-news .news-list__date {
    font-size: 14px;
    width: 110px;
    flex: 0 0 110px;
  }
  .school-page .page-banner {
    height: 62vw;
  }
  .school-page .page-banner__title h1 {
    font-size: 21px;
  }
  .school-page .page-banner__title h3 {
    font-size: 16px;
  }
  .school-page .page-nav {
    padding: 8px 0;
  }
  .school-page .page-nav ul {
    gap: 0 10px;
    flex-wrap: wrap;
  }
  .school-page .page-nav ul li {
    padding: 8px 10px;
  }
  .school-page .schedule-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .school-page .schedule-content .school-schedule-info:not(:last-child) {
    margin-bottom: 24px;
  }
  .school-page .schedule-content .school-schedule-info__school-name {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .school-page .schedule-content .school-schedule-info table tr th, .school-page .schedule-content .school-schedule-info table tr td {
    font-size: 10px;
    font-weight: 300;
  }
  #school-content .school-staffs {
    padding: 30px 0;
  }
  #school-content .school-staffs .staff-list__item {
    width: calc(50% - 10px);
  }
  #school-news {
    padding: 50px 0 !important;
  }
  #school-news .news-list__sort-list {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #school-news .news-list__sort-list-item {
    margin: 0 5px;
  }
  #school-methods-principle .school-section__header h3 {
    font-size: 20px;
  }
  #school-methods-principle .school-section__header h3 br {
    display: block;
  }
  #school-method-guideline .guideline-desc {
    font-size: 14px;
    margin-bottom: 32px;
  }
  #school-method-achievements .player-list {
    gap: 12px;
  }
  #school-method-achievements .player-list > div {
    width: calc(50% - 6px);
    background-color: #fff;
  }
  #school-method-achievements .player-list > div .player-info__name {
    font-size: 16px;
  }
  #school-method-achievements .player-list > div .player-info__name .jp {
    display: block;
  }
  #school-method-achievements .player-list > div .player-info__name span.en {
    margin-left: 0;
  }
  #school-method-achievements .player-list > div .player-info__summary p {
    font-size: 10px;
  }
  #school-method-vision .vision-detail__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #school-method-playstyle .school-section__header h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  #school-method-playstyle .playstyle-detail {
    margin-top: 32px;
  }
  #school-faqs .faq-group:not(:last-child) {
    margin-bottom: 50px;
  }
  #school-faqs .faq-group__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
  }
  #school-faqs .school-others-faqs {
    font-size: 14px;
  }
  footer.footer {
    padding-bottom: 60px;
  }
  .school-page--joining .joining-steps {
    flex-direction: column;
  }
  .school-page--joining .joining-steps > div {
    width: 100%;
  }
  .school-page--joining .joining-steps > div svg {
    right: calc(50% - 9px);
    top: calc(100% + 23px);
    transform: rotate(90deg);
  }
  .school-page--joining .joining-steps > div .joining-step__num {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .school-page--joining .joining-steps > div .joining-step__name {
    font-size: 18px;
  }
  .school-page--joining .joining-steps > div .joining-step__btn {
    margin-top: 12px;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    border-radius: 30px;
  }
  .school-page--joining .joining-steps > div .joining-step__desc {
    text-align: center;
  }
  .school-page--joining .goodwill-list {
    gap: 24px;
  }
  .school-page--joining .goodwill-list > div {
    width: calc(50% - 12px);
  }
  .school-page--joining .goodwill-list > div .goodwill-info__name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .school-page--joining .membership-fees {
    flex-direction: column;
    margin-top: 40px;
  }
  .school-page--joining .membership-fees > div {
    width: 100%;
  }
  .school-page--joining .membership-fees > div .membership-fee__name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .school-page--joining .membership-fees > div .membership-fee__price {
    font-size: 14px;
  }
  .school-page--joining .membership-fees > div .membership-fee__price .price {
    font-size: 20px;
  }
  .school-page--joining .membership-fees > div .membership-fee__notes {
    font-size: 12px;
  }
  .school-page--joining .membership-fees > div .membership-fee__flex {
    text-align: center;
  }
  .school-page--joining .membership-fees .membership-notice {
    margin-top: -20px;
  }
  .school-page--joining .uniform-list {
    gap: 12px;
    margin-bottom: 50px;
  }
  .school-page--joining .uniform-list > div {
    width: calc(50% - 6px);
  }
  .school-page--joining .uniform-register {
    padding: 0;
  }
  .school-page--joining .uniform-register__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .school-page--joining .uniform-register__content {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 23.8px */
  }
  .school-page #school-trial-day .exp-steps__item .exp-step__number {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .school-page #school-trial-day .exp-steps__item .exp-step__name {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .school-page #school-trial-day .exp-steps__item .exp-step__link .btn {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    display: block;
  }
  .school-page #school-trial-day .exp-description {
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    margin-top: 50px;
  }
  .school-page #school-trial-day .exp-description__action {
    text-align: center;
    max-width: 100%;
  }
  .school-page #school-trial-day .exp-description__action .btn {
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    border-radius: 30px;
    display: inline-block;
    width: 287px;
  }
}
@media (max-width: 480px) {
  .school-pages .p-tgl:not(:last-child) {
    margin-bottom: 15px !important;
  }
  .school-pages .p-tgl__btn, .school-pages .p-tgl__link-btn {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    padding-right: 30px;
    line-height: normal;
  }
  .school-pages .p-tgl__btn:before, .school-pages .p-tgl__link-btn:before {
    right: 5px;
    top: 50%;
    margin-top: -6px;
  }
}
.soccer-school .soccer-school-banner {
  height: 400px;
  text-align: center;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.soccer-school .soccer-school-banner__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.soccer-school__title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.soccer-school__title h1 {
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.soccer-school__title h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
.soccer-school__featured {
  margin-bottom: 60px;
}
.soccer-school__featured img {
  width: 100%;
  height: auto;
}
.soccer-school__content {
  max-width: 800px;
  padding: 100px 20px;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.soccer-school__content strong {
  font-weight: 600;
}
.soccer-school__content iframe {
  width: 100%;
  margin-top: 10px;
}
.soccer-school__content table {
  border: 1px solid #E6E6E6;
  margin-top: 10px;
}
.soccer-school__content table tr td {
  width: auto !important;
  border: 1px solid #E6E6E6;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  padding: 9px;
}
.soccer-school__content table tr td:first-child {
  width: 200px !important;
  color: #00A0E9;
  font-weight: 600;
}
.soccer-school__content table tr:first-child td {
  background-color: #00A4F9;
  color: #fff;
}
@media (max-width: 480px) {
  .soccer-school .soccer-school-banner {
    height: 240px;
  }
  .soccer-school .soccer-school__title h1 {
    font-size: 21px;
  }
  .soccer-school .soccer-school__title h3 {
    font-size: 16px;
    margin-top: 3px;
  }
  .soccer-school .soccer-school__featured {
    margin-bottom: 40px;
  }
  .soccer-school .soccer-school__content {
    padding: 50px 16px;
    font-size: 14px;
  }
  .soccer-school .soccer-school__content iframe {
    height: 258px;
  }
  .soccer-school .soccer-school__content table {
    table-layout: auto;
  }
  .soccer-school .soccer-school__content table tr td {
    font-size: 10px;
  }
  .soccer-school .soccer-school__content table tr td:first-child {
    width: auto !important;
  }
}

/*# sourceMappingURL=school-style.css.map */
