@charset "UTF-8";
/*! --------------------------------------------------------------------
------------------------------------------------------------------------
academy
------------------------------------------------------------------------
--------------------------------------------------------------------- */
/* ========================================================
共通パーツ
======================================================== */
/* .cmn-academy-ttl
=========================================== */
.cmn-academy-ttl-wrap {
  text-align: center;
}

.cmn-academy-ttl {
  position: relative;
  padding-left: 32px;
  color: #080809;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 1020px) {
  .cmn-academy-ttl {
    padding-left: 28px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cmn-academy-ttl {
    display: table;
    text-align: left;
    padding-left: 24px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
.cmn-academy-ttl:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 4px;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-image: -webkit-gradient(linear, left top, right bottom, from(#080809), color-stop(30%, #080809), color-stop(70%, #3f3f44), to(#3f3f44));
  background-image: linear-gradient(to bottom right, #080809 0%, #080809 30%, #3f3f44 70%, #3f3f44 100%);
}
@media screen and (max-width: 1020px) {
  .cmn-academy-ttl:before {
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-academy-ttl:before {
    top: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

.cmn-academy-ttl-wrap > .cmn-academy-ttl {
  position: relative;
  display: inline-block;
}

.cmn-academy-ttl-wrap > .cmn-academy-ttl.underline:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #73737a;
}

/* .cmn-academy-btn
=========================================== */
.cmn-academy-btn {
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .cmn-academy-btn {
    max-width: 320px;
  }
}

.cmn-academy-btn a {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  background-image: -webkit-gradient(linear, left top, right top, from(#06173c), color-stop(23%, #06173c), color-stop(53%, #11295d), to(#11295d));
  background-image: linear-gradient(to right, #06173c 0%, #06173c 23%, #11295d 53%, #11295d 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 0 #6a768e;
          box-shadow: 0 4px 0 #6a768e;
  -webkit-transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .cmn-academy-btn a {
    height: 48px;
    font-size: 1.6rem;
  }
}

@media (any-hover: hover) {
  .cmn-academy-btn a:hover {
    top: 4px;
    -webkit-box-shadow: 0 0 0 #6a768e;
            box-shadow: 0 0 0 #6a768e;
    opacity: 0.86;
  }
}
.cmn-academy-btn a:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 6px;
  pointer-events: none;
}

@media (any-hover: hover) {
  .cmn-academy-btn a:before {
    pointer-events: inherit;
  }
}
.cmn-academy-btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url("../img/common/base/icon_arrow01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}

@media (any-hover: hover) {
  .cmn-academy-btn a:hover:after {
    right: 13px;
  }
}
/* ========================================================
.sec-intro
======================================================== */
.sec-intro {
  padding: 80px 0;
  background-image: url("../img/academy/plan_bg01.jpg");
  background-repeat: no-repeat;
  background-size: 628px 735px;
  background-position: -8% 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec-intro {
    padding: 40px 0;
    background-position: -120px 38%;
    background-size: 320px auto;
  }
}

/* .intro-ttl
=========================================== */
.sec-intro .intro-ttl {
  position: relative;
  margin: 0 auto;
  width: 588px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl {
    width: 288px;
    height: 73px;
  }
}

.sec-intro .intro-ttl__txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#c0b171), color-stop(15%, #c0b171), color-stop(85%, #a27f16), to(#a27f16));
  background-image: linear-gradient(to right, #c0b171 0%, #c0b171 15%, #a27f16 85%, #a27f16 100%);
  background-clip: text;
  -webkit-background-clip: text;
  margin: 0 auto;
  color: transparent;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl__txt {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.3;
  }
}

.sec-intro .intro-ttl__bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 588px;
  height: 32px;
}
.sec-intro .intro-ttl__bg:after {
  content: "アカデミーへの入会を希望される皆様へ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  -webkit-text-stroke: 3px #fff;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl__bg:after {
    content: "アカデミーへの入会を\a希望される皆様へ";
    white-space: pre;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.3;
  }
}

.sec-intro .intro-ttl__en {
  position: absolute;
  z-index: 0;
  top: -38px;
  left: 46px;
  display: inline-block;
  width: 500px;
  height: 104px;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl__en {
    width: 360px;
    height: 72px;
    top: 0;
    left: -40px;
  }
}
.sec-intro .intro-ttl__en:after {
  content: "WELCOME";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: #f0f0f6;
  font-size: 9.5rem;
  font-style: italic;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-ttl__en:after {
    font-size: 7.2rem;
  }
}

/* .intro-list
=========================================== */
.sec-intro .intro-list {
  margin-top: 80px;
  margin-inline: auto;
  max-width: 1032px;
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list {
    margin-top: 40px;
  }
}

.sec-intro .intro-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-list__item {
    display: block;
  }
}

.sec-intro .intro-list__item + .intro-list__item {
  margin-top: 72px;
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list__item + .intro-list__item {
    margin-top: 56px;
  }
}

.sec-intro .intro-list__item:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec-intro .intro-list__item .item-content {
  width: calc(100% - 414px - 32px);
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list__item .item-content {
    width: calc(100% - 320px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-list__item .item-content {
    margin: 16px auto 0;
    width: 100%;
    max-width: 400px;
  }
}

.sec-intro .intro-list__item .item-content .content-txt {
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  padding-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list__item .item-content .content-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-list__item .item-content .content-txt {
    padding-top: 12px;
  }
}

.sec-intro .intro-list__item .item-content .content-txt__in + .content-txt__in {
  padding-top: 1.6em;
}

.sec-intro .intro-list__item .item-img {
  width: 414px;
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list__item .item-img {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .sec-intro .intro-list__item .item-img {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
}
.sec-intro .intro-list__item .item-img img {
  border: 3px solid #fff;
}
@media screen and (max-width: 1020px) {
  .sec-intro .intro-list__item .item-img img {
    width: 100%;
  }
}

/* ========================================================
.plan-link
======================================================== */
.plan-link {
  position: sticky;
  z-index: 6;
  top: 64px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #f0f0f6;
}
@media screen and (max-width: 1020px) {
  .plan-link {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .plan-link {
    height: 48px;
  }
}

.plan-link-list-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 820px;
  height: 100%;
}

.plan-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.plan-link-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.plan-link-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 56px;
  height: 100%;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
@media screen and (max-width: 1020px) {
  .plan-link-list__item a {
    font-size: 2.4rem;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 767px) {
  .plan-link-list__item a {
    font-size: 1.8rem;
    padding-inline: 16px;
  }
}
.plan-link-list__item a:hover {
  background-color: rgba(8, 8, 9, 0.03);
}
.plan-link-list__item span + span {
  padding-left: 24px;
}
@media screen and (max-width: 1020px) {
  .plan-link-list__item span + span {
    padding-left: 12px;
  }
}

.plan-link .slide-line {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 238px;
  height: 5px;
  background-color: #868e9f;
  display: none;
}

.plan-link-list__item + .plan-link-list__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 2px;
  height: 36px;
  background-color: #c7c7d5;
}

.color-u8 {
  color: #4bb75b;
}

.color-u9 {
  color: #bb7ab6;
}

.color-u10 {
  color: #f2854c;
}

.color-u11 {
  color: #619cd7;
}

.color-u12 {
  color: #888888;
}

/* ========================================================
.plans-wrap
======================================================== */
.plans-wrap {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .plans-wrap {
    padding-bottom: 0;
    margin-top: 20px;
  }
}

.sec-plan {
  margin-top: -144px;
  padding-top: 224px;
}
@media screen and (max-width: 767px) {
  .sec-plan {
    margin-top: -112px;
    padding-top: 132px;
  }
}

.sec-plan__in {
  position: relative;
  padding-bottom: 88px;
}
@media screen and (max-width: 767px) {
  .sec-plan__in {
    padding-bottom: 56px;
  }
}

.sec-plan__in:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .sec-plan__in:before {
    width: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-plan__in:before {
    width: 8px;
  }
}

.sec-plan__in:after {
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 16px;
  display: inline-block;
  font-size: 12rem;
  font-style: italic;
  font-family: "Playfair Display", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1399px) {
  .sec-plan__in:after {
    left: 6px;
    font-size: 9rem;
  }
}
@media screen and (max-width: 1199px) {
  .sec-plan__in:after {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan__in:after {
    display: none;
  }
}

.sec-plan__in.sec-u8:before {
  background-color: #4bb75b;
}
.sec-plan__in.sec-u8:after {
  content: "KIDS/U-8";
  color: rgba(75, 183, 91, 0.2);
}

.sec-plan__in.sec-u9:before {
  background-color: #bb7ab6;
}
.sec-plan__in.sec-u9:after {
  content: "U-9";
  color: rgba(187, 122, 182, 0.2);
}

.sec-plan__in.sec-u10:before {
  background-color: #f2854c;
}
.sec-plan__in.sec-u10:after {
  content: "U-10";
  color: rgba(242, 133, 76, 0.2);
}

.sec-plan__in.sec-u11:before {
  background-color: #619cd7;
}
.sec-plan__in.sec-u11:after {
  content: "U-11";
  color: rgba(97, 156, 215, 0.2);
}

.sec-plan__in.sec-u12:before {
  background-color: #888888;
}
.sec-plan__in.sec-u12:after {
  content: "U-12";
  color: rgba(136, 136, 136, 0.2);
}

.sec-plan .plan-inner {
  margin: 0 auto;
  max-width: 906px;
}

.sec-plan .plan-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-ttl {
    display: block;
  }
}

.sec-plan .plan-ttl__head {
  display: inline-block;
  padding: 12px 12px 10px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-ttl__head {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-ttl__head {
    display: block;
    margin: 0 auto;
    padding: 8px 8px 6px;
    text-align: center;
    max-width: 120px;
  }
}

.sec-plan__in.sec-u8 .plan-ttl__head {
  background-color: #4bb75b;
}

.sec-plan__in.sec-u9 .plan-ttl__head {
  background-image: linear-gradient(-70deg, #f2854c 0%, #f2854c 53%, #bb7ab6 53%, #bb7ab6 100%);
}

.sec-plan__in.sec-u11 .plan-ttl__head {
  background-color: #619cd7;
}

.sec-plan__in.sec-u12 .plan-ttl__head {
  background-color: #888888;
}

.sec-plan .plan-ttl__main {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 12px;
  background-image: -webkit-gradient(linear, left top, right top, from(#c0b171), color-stop(15%, #c0b171), color-stop(85%, #a27f16), to(#a27f16));
  background-image: linear-gradient(to right, #c0b171 0%, #c0b171 15%, #a27f16 85%, #a27f16 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-ttl__main {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-ttl__main {
    display: block;
    margin-top: 8px;
    margin-left: 0;
    text-align: center;
    font-size: clamp(22px, 5.6vw, 24px);
  }
}

.sec-plan .plan-txt {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-txt {
    margin-top: 24px;
  }
}

.sec-plan .plan-txt__in {
  line-height: 1.8;
}
.sec-plan .plan-txt__in + .plan-txt__in {
  padding-top: 1.4em;
}

.sec-plan .plan-txt__in.attention {
  color: #73737a;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-txt__in.attention {
    font-size: 1.3rem;
  }
}

.sec-plan .cmn-academy-ttl {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .sec-plan .cmn-academy-ttl {
    margin-top: 36px;
  }
}

/* .plan-table
=========================================== */
.sec-plan .plan-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sec-plan .plan-table .sub-ttl {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.sec-plan .plan-table table {
  table-layout: fixed;
}

.sec-plan .plan-table table:nth-child(1) {
  width: 62%;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-table table:nth-child(1) {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table table:nth-child(1) {
    width: 100%;
  }
}

.sec-plan .plan-table table:nth-child(2) {
  width: 38%;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-table table:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table table:nth-child(2) {
    margin-top: 16px;
    width: 100%;
  }
}

.sec-plan .plan-table tr {
  height: 70px;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr {
    height: auto;
  }
}

.sec-plan .plan-table tr th {
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.top th.empty + th {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 4px;
  }
}

.sec-plan .plan-table tr td {
  text-align: center;
}

.sec-plan .plan-table table + table tr > *:first-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table table + table tr > *:first-child {
    display: table-cell;
  }
}

/* .tr.top
------------------------------ */
.sec-plan .plan-table tr.top {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.top {
    height: 32px;
  }
}

.sec-plan .plan-table tr.top th.empty {
  width: 40%;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-table tr.top th.empty {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.top th.empty {
    display: none;
  }
}

/* .tr.middle
------------------------------ */
.sec-plan .plan-table tr.middle {
  height: 40px;
}

.sec-plan .plan-table tr.middle th {
  color: #fff;
}

.sec-plan .plan-table .each-color {
  font-size: 2.4rem;
  font-family: "Nunito Sans", "Noto Sans JP", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table .each-color {
    font-size: 1.8rem;
  }
}

.sec-plan .sec-u8 .plan-table .each-color {
  background-color: #4bb75b;
}

.sec-plan .sec-u9 .plan-table .each-color {
  background-color: #bb7ab6;
}

.sec-plan .sec-u10 .plan-table .each-color {
  background-color: #f2854c;
}

.sec-plan .sec-u11 .plan-table .each-color {
  background-color: #619cd7;
}

.sec-plan .sec-u12 .plan-table .each-color {
  background-color: #888888;
}

.sec-plan .plan-table .schedule-th {
  background-color: #555b68;
}

.sec-plan .plan-table .price-month-th {
  background-color: #0a2766;
}

.sec-plan .plan-table .price-year-th {
  background-color: #041a49;
}

/* .tr.content
------------------------------ */
.sec-plan .plan-table tr.content th {
  background-color: #e7d9ae;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content th {
    padding: 8px 4px;
    font-size: 1.2rem;
  }
}

.sec-plan .plan-table tr.content td {
  padding-inline: 4px;
  background-color: #ededf3;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td {
    padding: 8px 4px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td .main-txt {
    line-height: 1.2;
  }
}
.sec-plan .plan-table tr.content td .main-txt .time {
  color: #73737a;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td .main-txt .time {
    font-size: 1rem;
  }
}

.sec-plan .plan-table tr.content td .sub-txt {
  display: block;
  padding-top: 6px;
  color: #73737a;
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td .sub-txt {
    padding-top: 4px;
    font-size: 1rem;
  }
}

.sec-plan .plan-table tr.content td .sub-long-txt {
  display: block;
  padding-top: 6px;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1020px) {
  .sec-plan .plan-table tr.content td .sub-long-txt {
    text-align: center;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td .sub-long-txt {
    font-size: 1rem;
  }
}

.sec-plan .plan-table tr.content.gradation:nth-of-type(3) th.class-th {
  background-color: #faf5e7;
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(3) td {
  background-color: #fcfcfc;
}

.sec-plan .plan-table tr.content.gradation:nth-of-type(4) th.class-th {
  background-color: #f3ecd6;
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(4) td {
  background-color: #f7f7fa;
}

@media screen and (max-width: 1199px) {
  .sec-plan .plan-table tr.content.gradation:nth-of-type(5) {
    height: 88px;
  }
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(5) th.class-th {
  background-color: #e7d9ae;
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(5) td {
  background-color: #ededf3;
}

@media screen and (max-width: 1199px) {
  .sec-plan .plan-table tr.content.gradation:nth-of-type(6) {
    height: 88px;
  }
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(6) th.class-th {
  background-color: #dcc98e;
}
.sec-plan .plan-table tr.content.gradation:nth-of-type(6) td {
  background-color: #e4e4eb;
}

/* 表の線
------------------------------ */
.sec-plan .plan-table tr.middle th.schedule-th,
.sec-plan .plan-table tr.content td,
.sec-plan .plan-table tr.middle th.price-th {
  position: relative;
}

.sec-plan .plan-table tr.middle th.schedule-th + th.schedule-th:before,
.sec-plan .plan-table tr.content td + td:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.middle th.schedule-th + th.schedule-th:before,
  .sec-plan .plan-table tr.content td + td:before {
    width: 1px;
  }
}

.sec-plan .plan-table tr.middle th.schedule-th + th.schedule-th:before {
  height: 18px;
  background-color: rgba(255, 255, 255, 0.5);
}

.sec-plan .plan-table tr.content td + td:before {
  height: 40px;
  background-color: #c9cdd6;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.content td + td:before {
    height: 60%;
  }
}

.sec-plan .plan-table tr.middle th.price-th:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-table tr.middle th.price-th:before {
    width: 1px;
  }
}

@media screen and (min-width: 767px) {
  .sec-plan .plan-table table + table tr.content td:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: inline-block;
    width: 2px;
    height: 40px;
    background-color: #c9cdd6;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  .sec-plan .plan-table table + table tr.content td:before {
    width: 1px;
  }
}

/* .new-price
=========================================== */
.sec-plan .new-price {
  margin-top: 20px;
  text-align: right;
}

.sec-plan .new-price a {
  color: #0075be;
  text-decoration: underline;
}

/* .plan-bnr
=========================================== */
.sec-plan .plan-bnr {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-plan .plan-bnr {
    margin-top: 36px;
  }
}

.sec-plan .cmn-academy-btn {
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .sec-plan .cmn-academy-btn {
    margin-top: 24px;
  }
}

/* .u-10
=========================================== */
.sec-plan__in.sec-u10 .cmn-academy-ttl {
  margin-top: 0;
}

/* .u-12
=========================================== */
@media screen and (max-width: 767px) {
  .sec-plan__in.sec-u12 .plan-ttl__main {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sec-plan__in.sec-u12 .plan-ttl__main br {
    display: none;
  }
}/*# sourceMappingURL=academy.min.css.map */