@charset "UTF-8";

/* grade */
/* ============================================ */

/* contents
------------------------------------------ */

.contents {
  width: 100%;
}

/* page-header
------------------------------------------ */

.page-header {
  position: relative;
  margin-top: -80px;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 100%;
}

.page-header.-pre4 {
  background-image: url(/assets/images/course/mv_img_pre4_s.jpg);
}

.page-header.-pre5 {
  background-image: url(/assets/images/course/mv_img_pre5_s.jpg);
}

.page-header.-el-3 {
  background-image: url(/assets/images/course/mv_img_el-3_s.jpg);
}

.page-header__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  aspect-ratio: 375/480;
  max-height: 768px;
}

.page-header__heading {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
}

.page-header__label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 8px;
  border-radius: 6px;
  border: 2px solid;
  background-color: #ffffff;
  font-size: min(3.7333333333vw, 16px);
  font-feature-settings: 'palt' 1;
  font-weight: 600;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.-pre4 .page-header__label {
  border-color: #ef8000;
  color: #ef8000;
}

.-pre5 .page-header__label {
  border-color: #00a297;
  color: #00a297;
}

.-el-3 .page-header__label {
  border-color: #e74863;
  color: #e74863;
}

.page-header__copy {
  margin-top: 8px;
  color: #444444;
  font-size: min(6.4vw, 36px);
  font-feature-settings: 'palt' 1;
  font-weight: 500;
  text-shadow: 0 0 8px #ffffff;
  line-height: 1.3;
}

/* otherIntro
------------------------------------------ */

.othersIntro {
  background: url(/assets/images/about/about_index_intro_bg.jpg) center top repeat-x;
  background-size: 1800px 600px;
  min-height: 600px;
  text-align: center;
  padding-top: 80px;
}

.othersIntroInner {
  background: rgba(245, 245, 245, 0.9);
  max-width: 740px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 40px;
  padding: 40px;
}

.othersIntroInner h2 {
  font-size: 46px;
  line-height: 1.4;
  margin-bottom: 16px;
}

.othersIntroInner h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.othersIntroAppKit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.othersIntroAppKit .iconBy {
  width: 34px;
  margin: 0 12px;
}

.othersIntroAppKit .box {
  background: #ddd;
  padding: 28px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

.othersIntroAppKit .box.app {
  background: #e74863;
}

.othersIntroAppKit .box.kit {
  background: #00a297;
}

.othersIntroAppKit .box .pic {
  height: 104px;
  margin-bottom: 12px;
}

.othersIntroAppKit .box .pic img {
  height: 100%;
}

.othersIntroAppKit .box h4 {
  background: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.othersIntroAppKit .box.app h4 {
  color: #e74863;
}

.othersIntroAppKit .box.kit h4 {
  color: #00a297;
}

.othersIntroAppKit .box h5 {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

/* main
------------------------------------------ */

.main {
  padding: 32px 0 60px;
}

.ctaButton {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
  z-index: 2;
  margin-inline: auto;
  margin-top: 32px;
  width: calc(100% - 40px);
}

.ctaButton__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 8px;
  width: 100%;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.04rem;
  line-height: 16px;
}

.ctaButton__item.-apply a {
  background: linear-gradient(to bottom right, #f7c800 5%, #e74863 60%);
  text-shadow: 0 0 2px #d72140;
}

.ctaButton__item.-request a {
  background: linear-gradient(to bottom right, #1ab2c0 5%, #00a297 60%);
  text-shadow: 0 0 2px #00559d;
}

/* video
------------------------------------------ */

.videoBlock {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-inline: auto;
  margin-top: -20px;
  background-image: url('/assets/images/top/video_bg_ornament.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: min(37.3333333333vw, 320px) 0 min(25.6vw, 180px);
  width: 100%;
  max-width: 1440px;
  /* character */
}

.videoBlock::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 26.6666666667vw));
  bottom: 8.5333333333vw;
  z-index: 5;
  background-image: url('/assets/images/top/char_pon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: min(17.0666666667vw, 112px);
  aspect-ratio: 64/87;
  object-fit: contain;
}

.videoBlock::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 25.6vw));
  bottom: 0;
  z-index: 5;
  background-image: url('/assets/images/top/char_poko.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: min(17.0666666667vw, 112px);
  aspect-ratio: 64/85;
  object-fit: contain;
}

.videoBlock__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: min(5.3333333333vw, 40px);
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.08em;
  line-height: 1;
}

.videoBlock__heading::before,
.videoBlock__heading::after {
  content: '';
  width: 24px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333;
}

.videoBlock__heading::before {
  transform: rotate(60deg);
}

.videoBlock__heading::after {
  transform: rotate(-60deg);
}

.videoFrameWrapper {
  position: relative;
  z-index: 2;
  width: calc(100% - 56px);
  max-width: 828px;
  aspect-ratio: 828/491;
  margin: 0 auto;
  background-image: url('/assets/images/top/video_frame_illust.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-wrapper {
  position: absolute;
  inset: 5.7% 3.14%;
  z-index: 2;
  border-radius: min(2.1333333333vw, 20px);
  overflow: hidden;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

/* overviewSection
------------------------------------------ */

.overviewSection {
  margin-inline: auto;
  margin-top: 60px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.aboutIntro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
  max-width: 800px;
  text-align: center;
}

.aboutIntro h2 {
  margin-bottom: 16px;
  font-size: 48px;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.12rem;
  line-height: 1.4;
}

.aboutIntro h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 32px;
  font-feature-settings: 'palt' 1;
}

.aboutIntroAppKit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutIntroAppKit .iconBy {
  width: 34px;
  margin: 0 12px;
}

.aboutIntroAppKit .box {
  background: #ddd;
  padding: 28px 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 320px;
}

.aboutIntroAppKit .box.-app {
  background: #e74863;
}

.aboutIntroAppKit .box.-kit {
  background: #00a297;
}

.aboutIntroAppKit .box .pic {
  height: 104px;
  margin-bottom: 12px;
}

.aboutIntroAppKit .box .pic img {
  height: 100%;
}

.aboutIntroAppKit .box h4 {
  background: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 12px;
}

.aboutIntroAppKit .box.-app h4 {
  color: #e74863;
}

.aboutIntroAppKit .box.-kit h4 {
  color: #00a297;
}

.aboutIntroAppKit .box h5 {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

/* recommendSection
------------------------------------------ */

.recommendSection {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.recommendSection:is(.videoBlock + *) {
  margin-top: 80px;
}

.recommendSection__heading {
  display: inline-block;
  position: relative;
  margin-inline: auto;
  margin-bottom: 56px;
  border-radius: 12px;
  padding: 18px 20px;
  width: 100%;
  max-width: 960px;
  color: #fff;
  font-size: 18px;
  font-feature-settings: 'palt' 1;
  line-height: 1;
  text-align: center;
}

.-junior .recommendSection__heading,
.-orange .recommendSection__heading {
  background-color: #ef8000;
}

.-senior01 .recommendSection__heading {
  background-color: #00a297;
}

.-senior02 .recommendSection__heading {
  background-color: #e74863;
}

.-senior03 .recommendSection__heading {
  background-color: #ba4883;
}

.recommendSection__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  translate: -50% 100%;
}

.-junior .recommendSection__heading::after,
.-orange .recommendSection__heading::after {
  border-color: #ef8000 transparent transparent;
}

.-senior01 .recommendSection__heading::after {
  border-color: #00a297 transparent transparent;
}

.-senior02 .recommendSection__heading::after {
  border-color: #e74863 transparent transparent;
}

.-senior03 .recommendSection__heading::after {
  border-color: #ba4883 transparent transparent;
}

.recommendSection__heading .shoulder {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.recommendSection__heading strong {
  font-size: 28px;
}

.recommendSection__desc p {
  margin-top: 16px;
}

.recommendSection__desc p:first-child {
  margin-top: 0;
}

.recommendSection .button {
  margin-top: 56px;
}

.recommendSection .button a {
  width: 100%;
  max-width: 420px;
  font-feature-settings: 'palt' 1;
}

.ageSchedule__desc {
  margin-inline: auto;
  margin-top: 32px;
  width: 100%;
  max-width: 960px;
}

.ages .ageBox {
  margin: 80px auto 0;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 12px;
  padding: 0 0 32px;
}

.ages .ageBox.-junior {
  border-color: #ef8000;
}

.ages .ageBox.-senior01 {
  border-color: #00a297;
}

.ages .ageBox.-senior02 {
  border-color: #e74863;
}

.ages .ageBox.-senior03 {
  border-color: #ba4883;
}

.ages .ageBox .titleArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 20px 20px 20px 380px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 340px 340px;
  min-height: 340px;
  margin-bottom: 40px;
}

.ages .ageBox.-junior .titleArea {
  background-color: #fffcdb;
  background-image: url(/assets/images/about/course/about_age_title_junior_pc_2.jpg);
}

.ages .ageBox.-senior01 .titleArea {
  background-color: #e0f0eb;
  background-image: url(/assets/images/about/course/about_age_title_senior01_pc_2.jpg);
}

.ages .ageBox.-senior02 .titleArea {
  background-color: #fbe6ef;
  background-image: url(/assets/images/about/course/about_age_title_senior02_pc_2.jpg);
}

.ages .ageBox.-senior03 .titleArea {
  background-color: #feddee;
  background-image: url(/assets/images/about/course/about_age_title_senior03_pc_2.jpg);
}

.ages .ageBox .titleArea h3 {
  background: #ddd;
  color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -24px;
  left: -24px;
  line-height: 1;
}

.ages .ageBox.-junior .titleArea h3 {
  background: #ef8000;
}

.ages .ageBox.-senior01 .titleArea h3 {
  background: #00a297;
}

.ages .ageBox.-senior02 .titleArea h3 {
  background: #e74863;
}

.ages .ageBox.-senior03 .titleArea h3 {
  background: #ba4883;
}

.ages .ageBox .titleArea h3 div {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -3px;
}

.ages .ageBox .titleArea h3 span {
  font-size: 28px;
}

.ages .ageBox .titleArea h3 em {
  font-style: normal;
  font-size: 18px;
}

.ages .ageBox .titleArea h3 em.plus {
  font-size: 24px;
}

.ages .ageBox .titleArea h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.ages .ageBox.-junior .titleArea h4 {
  margin-left: -20px;
}

.ages .ageBox .titleArea h4 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.ages .ageBox.-junior .titleArea h4 {
  color: #ef8000;
}

.ages .ageBox.-senior01 .titleArea h4 {
  color: #00a297;
}

.ages .ageBox.-senior02 .titleArea h4 {
  color: #e74863;
}

.ages .ageBox.-senior03 .titleArea h4 {
  color: #ba4883;
}

.ages .ageBox .titleArea2 h6 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
  line-height: 1;
  padding: 6px 12px;
}

.ages .ageBox.-junior .titleArea2 h6 {
  background-color: #ef8000;
}

.ages .ageBox.-senior01 .titleArea2 h6 {
  background-color: #00a297;
}

.ages .ageBox.-senior02 .titleArea2 h6 {
  background-color: #e74863;
}

.ages .ageBox.-senior03 .titleArea2 h6 {
  background-color: #ba4883;
}

.ages .ageBox .titleArea2 li {
  font-size: 18px;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 24px 24px;
  padding-left: 30px;
  margin-bottom: 0;
}

.ages .ageBox.-junior .titleArea2 li {
  background-image: url(/assets/images/common/icon_check_orange.svg);
}

.ages .ageBox.-senior01 .titleArea2 li {
  background-image: url(/assets/images/common/icon_check_green.svg);
}

.ages .ageBox.-senior02 .titleArea2 li {
  background-image: url(/assets/images/common/icon_check_pink.svg);
}

.ages .ageBox.-senior03 .titleArea2 li {
  background-image: url(/assets/images/common/icon_check_purple.svg);
}

.ages .ageBox .titleArea2 li span {
  font-size: 70%;
  padding-left: 6px;
}

.ages .ageBox .titleArea2 {
  margin: 0 36px 32px;
}

.ages .ageBox.-junior .titleArea2 {
  border: 2px solid #ef8000;
}

.ages .ageBox.-senior01 .titleArea2 {
  border: 2px solid #00a297;
}

.ages .ageBox.-senior02 .titleArea2 {
  border: 2px solid #e74863;
}

.ages .ageBox.-senior03 .titleArea2 {
  border: 2px solid #ba4883;
}

.ages .ageBox .titleArea2 ul {
  padding: 0 0 0 10px;
}

.ages .ageBox .titleArea2 p {
  font-size: 12px;
  padding-left: 10px;
}

.ages .ageBox .titleArea2 p.emph {
  font-size: 16px;
  font-weight: 700;
  color: #e74863;
  margin-top: 10px;
  margin-left: -8px;
}

.ages .ageBox .titleArea2 p.emphExp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #ba4883;
  margin-top: 5px;
  margin-left: -8px;
}

.ages .ageBox.-junior .ageObi {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background: #ef8000;
}

.ages .ageBox.-senior01 .ageObi {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background: #00a297;
}

.ages .ageBox.-senior02 .ageObi {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background: #e74863;
}

.ages .ageBox.-senior03 .ageObi {
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
  background: #ba4883;
}

.ages .ageBox.-junior .ageObi p,
.ages .ageBox.-senior01 .ageObi p,
.ages .ageBox.-senior02 .ageObi p,
.ages .ageBox.-senior03 .ageObi p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.ages .ageBox.-junior .ageObi p em,
.ages .ageBox.-senior01 .ageObi p em,
.ages .ageBox.-senior02 .ageObi p em,
.ages .ageBox.-senior03 .ageObi p em {
  font-size: 14px;
  margin-right: 5px;
}

.ages .ageBox.-senior02 .ageObi p em,
.ages .ageBox.-senior03 .ageObi p em {
  margin-right: 5px;
}

.ages .ageBox section {
  margin: 0 36px 32px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 32px;
}

.ages .ageBox .section02 {
  border-bottom: none;
  padding-bottom: 0;
}

.ages .ageBox section h3 {
  font-size: 31px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.ages .ageBox.-junior section h3 {
  color: #ef8000;
}

.ages .ageBox.-senior01 section h3 {
  color: #00a297;
}

.ages .ageBox.-senior02 section h3 {
  color: #e74863;
}

.ages .ageBox.-senior03 section h3 {
  color: #ba4883;
}

.ages .ageBox section h3 b {
  background: linear-gradient(transparent 92%, #f7c800 0%);
}

.ages .ageBox section .conts {
  display: flex;
  justify-content: space-between;
}

.ages .ageBox section .conts p {
  width: calc(100% - 500px);
  padding-right: 24px;
}

.ages .ageBox section .conts .pic {
  width: 500px;
  display: flex;
  justify-content: space-between;
}

.ages .ageBox section .conts .pic li {
  width: 48.5%;
}

.ages .ageBox section .conts.onePic p {
  width: calc(100% - 342px);
}

.ages .ageBox section .conts.onePic .pic {
  width: 342px;
}

.ages .ageBox section .conts.onePic .pic li {
  width: 100%;
}

.ages .ageBox .recommend {
  color: #fff;
  margin: 0 36px 40px;
}

.ages .ageBox .recommend h5 {
  background: #ddd;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: inline-block;
  background: url(/assets/images/about/course/age_icon_recommend.svg) 30px 8px no-repeat;
  background-size: 48px 46px;
  padding: 22px 36px 4px 84px;
  font-size: 22px;
  line-height: 100%;
  min-height: 52px;
}

.ages .ageBox .recommend ul {
  background: #ddd;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 12px 30px 16px;
}

.ages .ageBox.-junior .recommend h5,
.ages .ageBox.-junior .recommend ul {
  background-color: #ef8000;
}

.ages .ageBox.-senior01 .recommend h5,
.ages .ageBox.-senior01 .recommend ul {
  background-color: #00a297;
}

.ages .ageBox.-senior02 .recommend h5,
.ages .ageBox.-senior02 .recommend ul {
  background-color: #e74863;
}

.ages .ageBox.-senior03 .recommend h5,
.ages .ageBox.-senior03 .recommend ul {
  background-color: #ba4883;
}

.ages .ageBox .recommend li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  padding: 8px 0 8px 40px;
  background: url(/assets/images/common/icon_check_shimple_white.svg) 16px 16px no-repeat;
  background-size: 18px 14px;
}

.ages .ageBox .recommend li:last-child {
  border: none;
}

.popupBoxOuter {
  display: none;
}

.titleContents {
  text-align: center;
}

.-junior .titleContents span {
  color: #ef8000;
  font-size: 32px;
  font-weight: 700;
  padding: 0 36px;
  position: relative;
  display: inline-block;
}

.-junior h3.titleContents span:before,
.-junior h3.titleContents span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #ef8000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.-junior h3.titleContents span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.-senior01 h3.titleContents span {
  color: #00a297;
  font-size: 32px;
  font-weight: 700;
  padding: 0 36px;
  position: relative;
  display: inline-block;
}

.-senior01 h3.titleContents span:before,
.-senior01 h3.titleContents span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #00a297;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.-senior01 h3.titleContents span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.-senior02 h3.titleContents span {
  color: #e74863;
  font-size: 32px;
  font-weight: 700;
  padding: 0 36px;
  position: relative;
  display: inline-block;
}

.-senior02 h3.titleContents span:before,
.-senior02 h3.titleContents span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #e74863;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.-senior02 h3.titleContents span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.-senior03 h3.titleContents span {
  color: #ba4883;
  font-size: 32px;
  font-weight: 700;
  padding: 0 36px;
  position: relative;
  display: inline-block;
}

.-senior03 h3.titleContents span:before,
.-senior03 h3.titleContents span:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 3px;
  background-color: #ba4883;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.-senior03 h3.titleContents span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.scheduleArea {
  margin: 10px auto 0;
}

.scheduleArea ul {
  display: flex;
  justify-content: space-between;
}

.scheduleArea li {
  width: 100%;
}

.scheduleArea li a.linkAct {
  display: block;
  position: relative;
}

.scheduleArea li a.linkAct::after {
  content: '';
  display: block;
  background: url(/assets/images/contents/icon_zoom.svg) #fff no-repeat center;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.scheduleArea li img {
  border: 1px solid #ddd;
  /* margin-bottom: 12px; */
}

.scheduleArea .pdf {
  text-align: center;
  display: block;
}

.scheduleArea .pdf a {
  display: inline-block;
  background: url(/assets/images/contents/icon_pdf.svg) no-repeat left center;
  background-size: 24px 24px;
  min-height: 20px;
  padding-left: 30px;
  color: #e74863;
}

.scheduleArea .pdf a:hover {
  text-decoration: underline;
}

/* scheduleBlock
------------------------------------------ */

.scheduleBlock {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

/* contentsSection
------------------------------------------ */

.contentsSection {
  margin-top: 120px;
}

.contentsList {
  max-width: 1000px;
  margin-inline: auto;
  padding: 0 20px;
}

.contentsList .read {
  text-align: center;
  display: block;
}

.contentsList .read em {
  font-style: normal;
  font-size: 80%;
}

.contentsList .sortNav {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}

.contentsList .sortNav li {
  cursor: pointer;
  margin-right: 10px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  padding: 16px 12px 12px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 100%;
  width: 26%;
  text-align: center;
  border: 4px solid #f7c800;
  border-bottom: none;
  transition: all 0.3s ease;
}

.contentsList.-junior .sortNav li {
  border-color: #ef8000;
}

.contentsList.-senior01 .sortNav li {
  border-color: #00a297;
}

.contentsList.-senior02 .sortNav li {
  border-color: #e74863;
}

.contentsList .sortNav li.active,
.contentsList .sortNav li.active:hover {
  background: #f7c800;
  color: #fff;
}

.contentsList.-junior .sortNav li.active,
.contentsList.-junior .sortNav li.active:hover {
  background: #ef8000;
  color: #fff;
}

.contentsList.-senior01 .sortNav li.active,
.contentsList.-senior01 .sortNav li.active:hover {
  background: #00a297;
  color: #fff;
}

.contentsList.-senior02 .sortNav li.active,
.contentsList.-senior02 .sortNav li.active:hover {
  background: #e74863;
  color: #fff;
}

.contentsList .sortNav li:hover {
  color: #f7c800;
}

.contentsList.-junior .sortNav li:hover {
  color: #ef8000;
}

.contentsList.-senior01 .sortNav li:hover {
  color: #00a297;
}

.contentsList.-senior02 .sortNav li:hover {
  color: #e74863;
}

.contentsList .channels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f7c800;
  padding: 32px 20px;
  border-radius: 12px;
}

.contentsList .channels {
  background: #f7c800;
}

.contentsList.-junior .channels {
  background: #ef8000;
}

.contentsList.-senior01 .channels {
  background: #00a297;
}

.contentsList.-senior02 .channels {
  background: #e74863;
}

.contentsList .package {
  display: block;
  width: 32.5%;
  max-width: 404px;
  padding: 0;
  position: relative;
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  z-index: 0;
  margin-bottom: 12px;
}

.contentsList .package.empty {
  margin-bottom: 0;
}

.contentsList .package.empty::before {
  content: '';
  background: none;
  display: none;
}

.contentsList .package a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  overflow: hidden;
  border-radius: 10px;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.contentsList .package:hover {
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}

.contentsList .package .thumb {
  width: 100%;
  position: relative;
}

.contentsList .package .thumb img {
  max-width: 400px;
}

.contentsList .package .exp {
  padding: 20px 20px 28px;
}

.contentsList .package .title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
  font-size: 22px;
}

.contentsList .contentsList .package .title .logo {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.contentsList .package .title .logo img {
  width: 82%;
  margin: 0 auto;
}

.contentsList .package .summary {
  margin-bottom: 12px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.08rem;
  line-height: 1;
  text-align: center;
}

.contentsList .package .tag {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.contentsList .package .tag li {
  color: #555;
  background: #ebebeb;
  border-radius: 20px;
  font-size: 10px;
  margin: 0 2px;
  padding: 6px 6px;
  line-height: 100%;
  letter-spacing: 0;
}

.contentsList .package .text {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.contentsList .popupBoxOuter {
  display: none;
}

.contentsList .popupBox {
  background: #fff;
  padding: 30px;
}

.popupBox {
  padding: 20px 32px 32px;
}

.popupBox .popTtl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 92px;
}

.popupBox .popTtl .steamIcon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
}

.popupBox .popTtl h5 {
  font-size: 30px;
  margin-bottom: 8px;
  padding-top: 12px;
}

.popupBox .tag {
  display: flex;
  margin-top: 4px;
}

.popupBox .tag li {
  color: #555;
  background: #ebebeb;
  border-radius: 20px;
  font-size: 11px;
  margin-right: 8px;
  padding: 6px 8px;
  line-height: 100%;
  letter-spacing: 0;
}

.popupBox ul.age {
  background: none;
  color: #666;
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  border-radius: 100px;
  line-height: 100%;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  width: auto;
  margin: 0;
  position: absolute;
  right: 32px;
  top: 36px;
  font-weight: 700;
}

.popupBox ul.age li::before {
  content: '・';
  display: inline-block;
}

.popupBox ul.age li:first-child::before {
  display: none;
}

.popupBox .age br {
  display: none;
}

.popupBox .movie,
.popupBox .popPic {
  margin-bottom: 12px;
  margin: 0 auto 16px;
  width: 100%;
  text-align: center;
  aspect-ratio: 16 / 9;
}

.popupBox .popThumb {
  margin-bottom: 12px;
  aspect-ratio: 16 / 9;
}

.popupBox p {
  font-size: 16px;
}

h3.titleCntents {
  margin-bottom: 32px;
  text-align: center;
}

h3.titleCntents span {
  font-size: 32px;
  font-weight: 700;
  padding: 0 36px;
  position: relative;
  display: inline-block;
}

h3.titleCntents.-junior span {
  color: #ef8000;
}

h3.titleCntents.-senior01 span {
  color: #00a297;
}

h3.titleCntents.-senior02 span {
  color: #e74863;
}

h3.titleCntents span::before,
h3.titleCntents span::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 36px;
  height: 3px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

h3.titleCntents.-junior span::before,
h3.titleCntents.-junior span::after {
  background-color: #ef8000;
}

h3.titleCntents.-senior01 span::before,
h3.titleCntents.-senior01 span::after {
  background-color: #00a297;
}

h3.titleCntents.-senior02 span::before,
h3.titleCntents.-senior02 span::after {
  background-color: #e74863;
}

h3.titleCntents span:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

h3.titleCntents span:after {
  right: 0;
}

/* userVoiceSection
------------------------------------------ */

.userVoiceSection {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.userVoiceSection__heading {
  position: relative;
  margin-bottom: 32px;
  background-color: #f7c800;
  padding: 12px 24px 14px;
  /* color: #fff; */
  font-size: 24px;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.08rem;
  line-height: 1.3;
  text-align: center;
}

.userVoiceSection__heading::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 20px;
  height: 14px;
  background-color: #bbb;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.userVoiceSection__heading::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  width: 20px;
  height: 14px;
  background-color: #bbb;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.userVoiceSection__heading .acr {
  display: inline-block;
}

.userVoiceSection__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
  width: calc(100% - 40px);
  max-width: 960px;
}

.userVoiceSection .commentList {
  display: flex;
  column-gap: 24px;
  padding-top: 24px;
}

.userVoiceSection .commentList__item {
  flex: 1;
  display: inline-block;
  position: relative;
  border: 2px solid #ddd;
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.userVoiceSection .commentList__item::before,
.userVoiceSection .commentList__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  border-style: solid;
}

.userVoiceSection .commentList__item:nth-of-type(1)::before {
  left: 12%;
  border-width: 20px 0 0 20px;
  border-color: #ddd transparent transparent;
  translate: -50% 100%;
}

.userVoiceSection .commentList__item:nth-of-type(1)::after {
  left: 12%;
  border-width: 15.2px 0 0 15.2px;
  border-color: #fff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}

.userVoiceSection .commentList__item:nth-of-type(2)::before {
  left: 50%;
  border-width: 20px 10px 0 10px;
  border-color: #ddd transparent transparent;
  translate: -50% 100%;
}

.userVoiceSection .commentList__item:nth-of-type(2)::after {
  left: 50%;
  border-width: 15.5px 7.8px 0 7.8px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
}

.userVoiceSection .commentList__item:nth-of-type(3)::before {
  left: 88%;
  border-width: 20px 20px 0 0;
  border-color: #ddd transparent transparent;
  translate: -50% 100%;
}

.userVoiceSection .commentList__item:nth-of-type(3)::after {
  left: 88%;
  border-width: 15.2px 15.2px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}

/* variationSection
------------------------------------------ */

.variationSection {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.variationSection:is(.userVoiceSection + *) {
  margin-top: 80px;
}

.variationSection__heading {
  position: relative;
  margin-bottom: 40px;
  background-color: #f7c800;
  padding: 12px 24px 14px;
  /* color: #fff; */
  font-size: 24px;
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.08rem;
  line-height: 1.3;
  text-align: center;
}

.variationSection__heading::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 20px;
  height: 14px;
  background-color: #bbb;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}

.variationSection__heading::after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  width: 20px;
  height: 14px;
  background-color: #bbb;
  clip-path: polygon(0 100%, 100% 0, 0 0);
}

.variationSection__heading .acr {
  display: inline-block;
}

.variationSection__desc {
  margin-bottom: 24px;
  text-align: center;
}

.variationSection__note {
  margin-top: 24px;
}

.variationSection__note p {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.6;
}

.variationSection__note .texLink {
  margin-top: 16px;
}

.variationSection__note .texLink a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.variationSection__note .texLink a::after {
  content: '';
  display: block;
  position: relative;
  top: 1px;
  width: 8px;
  height: 10px;
  background-color: #ef8000;
  clip-path: polygon(8px 50%, 0% 0%, 0% 10px);
}

/* formSection
----------------------------------------- */
.formSection {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.formSection__heading {
  display: inline-block;
  position: relative;
  margin-inline: auto;
  margin-bottom: 56px;
  border-radius: 12px;
  padding: 18px 20px;
  width: 100%;
  max-width: 960px;
  color: #fff;
  font-size: 18px;
  font-feature-settings: 'palt' 1;
  line-height: 1;
  text-align: center;
  background-color: #e94763;
}

.formSection__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  translate: -50% 100%;
  border-color: #e94763 transparent transparent;
}

.formSection__heading .shoulder {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}

.formSection__heading strong {
  font-size: 28px;
}
.formSection #iframe_contacts {
  width: 100%;
  height: 900px;
}
/* steamImageBlock
------------------------------------------ */

.steamImageBlock {
  margin-inline: auto;
  margin-top: 56px;
  width: calc(100% - 40px);
  max-width: 960px;
}

/* trialBanner
------------------------------------------ */

.trialBanner {
  margin: 60px auto 0 !important;
}

.trialBanner:is(.recommendSection__desc + *) {
  padding: 0 !important;
}

/* gradeBlock
------------------------------------------ */

.gradeBlock {
  margin-inline: auto;
  margin-top: 56px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.gradeBlock__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  position: relative;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.06rem;
  font-feature-settings: 'palt' 1;
}

.gradeBlock__heading::before {
  content: '';
  display: block;
  position: relative;
  background-image: url(/assets/images/top/icon_material.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 58px;
  height: 36px;
  object-fit: contain;
}

.gradeMenu {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  row-gap: 16px;
}

.gradeItem a {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gradeItem a.junior {
  border-color: #ef8000;
}

.gradeItem a.junior-plus {
  border-color: #00a297;
}

.gradeItem a.standard {
  border-color: #e74863;
}

.gradeItem__image {
  width: min(29.8507462687vw, 240px);
}

.gradeItem__target {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 36px 16px 16px;
}

.gradeItem__target::after {
  content: '';
  position: absolute;
  right: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 20px;
  height: 20px;
}

.gradeItem__target .title {
  position: relative;
  top: -1px;
  font-size: min(4.8vw, 22px);
  font-weight: 600;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.06rem;
  line-height: 1.4;
}

.gradeItem__target .age {
  display: inline-block;
  font-size: min(3.7333333333vw, 16px);
  font-weight: 500;
}

.gradeItem__target .age small {
  font-size: min(2.6666666667vw, 12px);
}

.junior .gradeItem__target {
  background-color: #ef8000;
}

.junior-plus .gradeItem__target {
  background-color: #00a297;
}

.standard .gradeItem__target {
  background-color: #e74863;
}

.junior .gradeItem__target::after {
  background-image: url(/assets/images/top/icon_circle_orange.svg);
}

.junior-plus .gradeItem__target::after {
  background-image: url(/assets/images/top/icon_circle_green.svg);
}

.standard .gradeItem__target::after {
  background-image: url(/assets/images/top/icon_circle_pink.svg);
}

/* featureBlock
------------------------------------------ */

.featureBlock {
  margin-inline: auto;
  margin-top: 120px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.featureBlock + .featureBlock {
  margin-top: 60px;
}

.featureBlock__header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #f7c800;
  padding: 20px 18px 24px;
  color: #333;
  text-align: center;
  font-size: 30px;
}

.featureBlock__body {
  background: #fff;
  border-left: 4px solid #f7c800;
  border-right: 4px solid #f7c800;
  border-bottom: 4px solid #f7c800;
  padding: 40px 60px 60px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: relative;
  width: 100%;
}

.featureBlock__item {
  margin-top: 60px;
}

.featureBlock__item:nth-of-type(1) {
  margin-top: 56px;
}

.featureBlock__heading.-primary {
  margin-bottom: 48px;
  font-size: 40px;
  font-feature-settings: 'palt' 1;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.featureBlock__heading.-primary.-small {
  margin-bottom: 24px;
  font-size: 32px;
}

.featureBlock__heading.-primary .acr {
  display: inline-block;
}

.featureBlock__heading.-secondary {
  margin-bottom: 32px;
  background: #f7d131;
  border-radius: 50px;
  padding: 8px;
  width: 100%;
  font-size: 22px;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.08rem;
  text-align: center;
  line-height: 1.4;
}

.featureBlock__heading.-secondary .acr {
  display: inline-block;
}

.featureBlock .featureBlock__desc p + p {
  margin-top: 20px;
}

.featureBlock .aboutSteam {
  display: flex;
  justify-content: space-between;
}

.featureBlock .aboutSteam__image {
  width: 455px;
  padding-right: 40px;
  text-align: center;
}

.featureBlock .aboutSteam__image .title {
  margin-bottom: 24px;
  color: #f7c800;
  font-weight: 700;
  font-size: 36px;
}

.featureBlock .aboutSteam__image .box {
  background: #f7c800;
  border-radius: 16px;
  padding: 40px 32px 32px;
}

.featureBlock .aboutSteam__image .box .image {
  margin-bottom: 24px;
}

.featureBlock .aboutSteam__image .box p {
  font-size: 14px;
  line-height: 1.7;
}

.featureBlock .aboutSteam__desc {
  width: calc(100% - 455px);
}

.featureBlock .aboutSteam__desc p {
  margin-top: 20px;
}

.featureBlock .aboutSteam__desc p:nth-of-type(1) {
  margin-top: 0;
}

.featureBlock.-benefits .result {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.featureBlock.-benefits .result li {
  width: 48%;
}

.featureBlock.-benefits .result li img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.featureBlock.-benefits .image {
  margin-top: 32px;
}

.featureBlock.-support .card-row {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.featureBlock.-support .card {
  width: 49%;
  background: #f5f5f5;
  padding: 20px 16px;
  border-radius: 8px;
}

.featureBlock.-support .card__heading {
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.featureBlock.-support .card__desc {
  margin-bottom: 16px;
}

.featureBlock.-support .card__image {
  width: 100%;
}

.featureBlock.-support .card__image img {
  width: 100%;
}

.featureBlock.-support .card .voiceMin {
  margin-top: 16px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  background: url(/assets/images/about/support_illust_01.svg) 8px center no-repeat #fff;
  background-size: 80px 80px;
  padding-left: 92px;
}

.featureBlock.-support .card .voiceMin p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.featureBlock.-support .card .voiceMin span {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  text-align: right;
  width: 100%;
}

.featureBlockContent {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
}

.featureBlockContent__image {
  width: 390px;
}

.featureBlockContent__image.-small {
  width: 330px;
}

.featureBlock .button {
  margin-top: 56px;
}

.featureBlock .button a {
  width: 100%;
  max-width: 380px;
}

/* service
------------------------------------------ */

.serviceBlock {
  margin-inline: auto;
  margin-top: 60px;
  width: calc(100% - 40px);
  max-width: 960px;
}

.serviceBlock__inner {
  text-align: center;
  line-height: 1.5;
  background: #fff;
  border-radius: 12px;
  border: 4px solid #e74863;
  padding: 48px 40px 60px;
}

.serviceBlock__heading {
  margin-bottom: 32px;
  font-size: 40px;
  font-feature-settings: 'palt' 1;
  line-height: 1.3;
}

.serviceBlock__heading .acr {
  display: inline-block;
}

.servicePriceBoxOuter {
  border-radius: 12px;
  background: #00a297;
  color: #fff;
  padding: 20px 12px;
  margin: 0 auto;
  max-width: 580px;
  letter-spacing: 0;
  align-items: center;
}

.servicePriceBox {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.servicePriceBox .circle {
  position: relative;
  top: -6px;
  color: #00a297;
  background: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 6px 20px;
  line-height: 100%;
  margin-right: 10px;
  font-size: 18px;
  line-height: 100%;
  height: 32px;
}

.servicePriceBox h3 {
  margin-top: -12px;
  font-size: 20px;
  font-feature-settings: 'palt' 1;
}

.servicePriceBox h3 span {
  font-size: 60px;
  padding: 0 8px;
}

.servicePriceBox h3 span small {
  position: relative;
  top: -2px;
  font-size: 48px;
}

.servicePriceBoxOuter h4 {
  font-size: 14px;
  font-weight: normal;
}

.servicePriceBoxOuter h4 b {
  font-size: 20px;
}

.servicePriceSiblings {
  display: flex;
  margin: 20px auto 0;
  justify-content: center;
  align-items: center;
  letter-spacing: 0;
}

.servicePriceSiblings .circle {
  width: 100%;
  background: #ba4883;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 8px 24px 10px;
  margin-right: 10px;
  width: 240px;
  line-height: 100%;
}

.servicePriceSiblings h3 {
  margin: -12px 0 0;
  color: #ba4883;
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: 'palt' 1;
}

.servicePriceSiblings h3 span {
  padding: 0 4px;
  font-size: 48px;
}

.serviceBlock__inner p.note {
  font-size: 10px;
  margin-bottom: 60px;
  letter-spacing: 0;
}

.serviceBlock h3.relief {
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 24px;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #f7c800;
  text-underline-offset: -6px;
  text-decoration-skip-ink: none;
  font-feature-settings: 'palt' 1;
}

.serviceBlock h3.relief br {
  display: none;
}

.serviceBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-bottom: 56px;
  max-width: 720px;
  column-gap: 24px;
}

.serviceBoxDesc {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  row-gap: 24px;
}

.serviceBoxDesc img {
  margin: 0 auto;
}

.serviceDetail {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 16px 20px;
  width: 100%;
  max-width: 224px;
  color: #555;
  font-size: 16px;
  border: solid 2px #ddd;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  line-height: 1;
  text-align: center;
}

.serviceDetail:before {
  content: '';
  position: absolute;
  top: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #fff;
  z-index: 2;
}

.serviceDetail:after {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ddd;
  z-index: 1;
}

.serviceDetail h4 {
  font-size: 15px;
}

.serviceDetail p {
  color: #e74863;
  font-size: 32px;
  font-weight: 700;
  font-feature-settings: 'palt' 1;
}

.serviceDetail:last-child p {
  font-size: 30px;
}

.serviceBlock .button {
  margin-top: 56px;
}

.serviceBlock .button a {
  width: 100%;
  max-width: 360px;
}

/*
 * width 896 ----------------------------------------------------
 */

@media only screen and (max-width: 896px) {
  /* otherIntro
  ------------------------------------------ */

  .othersIntro {
    background: url(/assets/images/about/about_index_intro_bg_sp.jpg) center top repeat-x;
    background-size: cover;
    min-height: 200px;
    padding: 40px 20px;
  }

  .othersIntroInner {
    max-width: 740px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto 40px;
    padding: 24px 12px;
  }

  .othersIntroInner h2 {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .othersIntroInner h3 {
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .othersIntroAppKit {
    justify-content: flex-start;
    position: relative;
  }

  .othersIntroAppKit .iconBy {
    width: 5%;
    margin: 0 4px;
    position: relative;
    top: 50%;
  }

  .othersIntroAppKit .box {
    padding: 16px 12px 16px;
    border-radius: 8px;
    width: 48%;
  }

  .othersIntroAppKit .box .pic {
    height: 80px;
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .othersIntroAppKit .box .pic img {
    margin: 0 auto;
  }

  .othersIntroAppKit .box h4 {
    font-size: 16px;
    padding: 8px 8px 10px;
    margin-bottom: 8px;
    width: 100%;
  }

  .othersIntroAppKit .box h5 {
    font-size: 13px;
    text-align: left;
    min-height: 40px;
  }

  /* recommendSection 896
  ------------------------------------------ */

  .recommendSection {
    margin-top: 80px;
  }

  .recommendSection:is(.videoBlock + *) {
    margin-top: 56px;
  }

  .recommendSection__heading {
    margin-bottom: 48px;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
  }

  .recommendSection__heading .shoulder {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .recommendSection__heading strong {
    font-size: 24px;
  }

  .recommendSection__desc p {
    margin-top: 14px;
  }

  .ageSchedule__desc {
    margin-top: 24px;
  }

  .recommendSection .button {
    margin-top: 48px;
  }

  .ages .ageBox.-junior .ageObi {
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    background: #ef8000;
  }

  .ages .ageBox.-senior01 .ageObi {
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    background: #00a297;
  }

  .ages .ageBox.-senior02 .ageObi {
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    background: #e74863;
  }

  .ages .ageBox.-senior02 .ageObi em,
  .ages .ageBox.-senior03 .ageObi em {
    margin-right: 5px;
  }

  .ages .ageBox.-senior03 .ageObi {
    width: 100%;
    padding: 5px;
    margin-bottom: 0px;
    background: #ba4883;
  }

  .ages .ageBox.-junior .ageObi p,
  .ages .ageBox.-senior01 .ageObi p,
  .ages .ageBox.-senior02 .ageObi p,
  .ages .ageBox.-senior03 .ageObi p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .ages .ageBox.-junior .ageObi p em,
  .ages .ageBox.-senior01 .ageObi p em,
  .ages .ageBox.-senior02 .ageObi p em,
  .ages .ageBox.-senior03 .ageObi p em {
    font-size: 10px;
  }

  .ages .ageBox {
    margin: 48px auto 0;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 0 0 24px;
  }

  .ages .ageBox .titleArea {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0;
    background-position: center top;
    background-size: contain;
    min-height: 0;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .ages .ageBox.-junior .titleArea,
  .ages .ageBox.-senior01 .titleArea,
  .ages .ageBox.-senior02 .titleArea,
  .ages .ageBox.-senior03 .titleArea {
    background-image: none;
  }

  .ages .ageBox .titleArea .pic {
    width: calc(100% + 32px);
    height: 200px;
    overflow: hidden;
    margin-left: -16px;
    margin-bottom: 0;
  }

  .ages .ageBox .titleArea .pic img {
    width: 100%;
  }

  .ages .ageBox .titleArea h3 {
    width: 120px;
    height: 120px;
    top: 9px;
    left: 6px;
  }

  .ages .ageBox .titleArea h3 em.plus {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 0px;
  }

  .ages .ageBox.-senior02 .titleArea h3 div {
    font-size: 12px;
    letter-spacing: -0.1em;
  }

  .ages .ageBox.-senior03 .titleArea h3 div {
    font-size: 12px;
    letter-spacing: -0.1em;
  }

  .ages .ageBox .titleArea h3 span {
    font-size: 10px;
  }

  .ages .ageBox .titleArea .titleAreaInner {
    padding: 0 16px;
  }

  .ages .ageBox .titleArea h5 {
    font-size: 12px;
    margin: 5px 0;
  }

  .ages .ageBox .titleArea h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 14px;
  }

  .ages .ageBox.-senior03 .titleArea h4 {
    font-size: 24px;
  }

  .ages .ageBox.-junior .titleArea h4 {
    margin-left: -12px;
  }

  .ages .ageBox.-senior02 .titleArea h4 {
    margin-left: -12px;
  }

  .ages .ageBox .titleArea2 {
    margin: 0 16px 20px;
    padding-bottom: 0px;
  }

  .ages .ageBox .titleArea2 h6 {
    font-size: 10px;
    padding: 4px 8px;
    margin-bottom: 6px;
  }

  .ages .ageBox .titleArea2 ul {
    margin-bottom: 0;
  }

  .ages .ageBox .titleArea2 li {
    font-size: 12px;
    font-weight: 400;
    background-size: 16px 16px;
    background-position: 0 0;
    padding-left: 20px;
    margin-bottom: 8px;
    line-height: 1.3;
    min-height: 16px;
  }

  .ages .ageBox .titleArea2 li span {
    font-size: 60%;
    padding-left: 4px;
  }

  .ages .ageBox .titleArea2 p {
    font-size: 9px;
    line-height: 1.3;
    margin-bottom: 5px;
  }

  .ages .ageBox .titleArea2 p.emph {
    font-size: 14px;
    font-weight: 700;
    color: #e74863;
    margin-bottom: 5px;
    margin-left: -8px;
  }

  .ages .ageBox .titleArea2 p.emphExp {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #ba4883;
    margin-bottom: 5px;
    margin-left: -8px;
  }

  .ages .ageBox section {
    margin: 0 16px 20px;
    padding-bottom: 28px;
  }

  .ages .ageBox section h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .ages .ageBox section .conts {
    flex-direction: column;
  }

  .ages .ageBox section .conts p,
  .ages .ageBox section .conts.onePic p {
    width: 100%;
    padding: 0;
    margin-bottom: 12px;
  }

  .ages .ageBox section .conts .pic,
  .ages .ageBox section .conts.onePic .pic {
    width: 100%;
  }

  .ages .ageBox section .conts .pic li {
    width: 48.5%;
  }

  .ages .ageBox section .conts.onePic .pic li {
    width: 100%;
  }

  .ages .ageBox .recommend {
    margin: 0 16px 20px;
    text-align: center;
    border-radius: 6px;
    padding: 16px 16px 8px;
  }

  .ages .ageBox.-junior .recommend {
    background-color: #ef8000;
  }

  .ages .ageBox.-senior01 .recommend {
    background-color: #00a297;
  }

  .ages .ageBox.-senior02 .recommend {
    background-color: #e74863;
  }

  .ages .ageBox.-senior03 .recommend {
    background-color: #ba4883;
  }

  .ages .ageBox .recommend h5 {
    border-radius: none;
    background-color: none;
    background-position: 0 0;
    background-size: 32px 30px;
    padding: 8px 0 0 36px;
    font-size: 18px;
    min-height: 30px;
    margin-bottom: 8px;
  }

  .ages .ageBox .recommend ul {
    border-radius: none;
    background-color: none;
    padding: 0;
    text-align: left;
    font-size: 90%;
  }

  .ages .ageBox .recommend li {
    padding: 8px 0 8px 20px;
    background-position: 0 10px;
    background-size: 14px 10px;
    line-height: 1.3;
  }

  .-junior h3.titleContents span {
    font-size: 24px;
    padding: 0 28px;
  }

  .-junior h3.titleContents span:before,
  .-junior h3.titleContents span:after {
    width: 28px;
    height: 2px;
  }

  .-senior01 h3.titleContents span {
    font-size: 24px;
    padding: 0 28px;
  }

  .-senior01 h3.titleContents span:before,
  .-senior01 h3.titleContents span:after {
    width: 28px;
    height: 2px;
  }

  .-senior02 h3.titleContents span {
    font-size: 24px;
    padding: 0 28px;
  }

  .-senior02 h3.titleContents span:before,
  .-senior02 h3.titleContents span:after {
    width: 28px;
    height: 2px;
  }

  .-senior03 h3.titleContents span {
    font-size: 24px;
    padding: 0 28px;
  }

  .-senior03 h3.titleContents span:before,
  .-senior03 h3.titleContents span:after {
    width: 28px;
    height: 2px;
  }

  .button a {
    width: 100%;
    font-size: 16px;
    min-height: 54px;
    padding: 12px 12px;
    margin: 0;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }

  .title::after,
  .title::before {
    right: 20px;
    top: 20px;
  }

  /* scheduleBlock 896
  ------------------------------------------ */

  .scheduleBlock {
    margin-top: 80px;
  }

  /* overviewSection 896
  ------------------------------------------ */

  .overviewSection {
    margin-top: 48px;
  }

  .aboutIntro {
    max-width: 740px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aboutIntro h2 {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .aboutIntro h3 {
    font-size: 3.6vw;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
  }

  .aboutIntroAppKit {
    justify-content: flex-start;
    position: relative;
  }

  .aboutIntroAppKit .iconBy {
    width: 5%;
    margin: 0 4px;
    position: relative;
    top: 50%;
  }

  .aboutIntroAppKit .box {
    padding: 16px 12px 16px;
    border-radius: 8px;
    width: 48%;
  }

  .aboutIntroAppKit .box .pic {
    /* height: 80px; */
    margin-bottom: 12px;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .aboutIntroAppKit .box .pic img {
    margin: 0 auto;
  }

  .aboutIntroAppKit .box h4 {
    font-size: 16px;
    padding: 8px 8px 10px;
    margin-bottom: 8px;
    width: 100%;
  }

  .aboutIntroAppKit .box h5 {
    font-size: 13px;
    text-align: left;
    min-height: 40px;
  }

  .aboutIndex .featureBlock .aboutSteam {
    margin-bottom: 40px;
  }

  .aboutIndex section {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 48px;
  }

  .aboutIndex section:last-child {
    margin-bottom: 0;
  }

  .aboutIndex h3 {
    font-size: 20px;
    background-size: 33px 36px;
    padding-top: 0px;
    margin-bottom: 20px;
  }

  .aboutIndex h3 span {
    margin-bottom: 16px;
    border-top: 2px dashed #666;
    border-bottom: 2px dashed #666;
    padding: 12px 8px 14px;
  }

  .aboutIndex h4 {
    font-size: 15px;
    text-align: left;
    margin-bottom: 24px;
  }

  /* contentsSection 896
  ------------------------------------------ */

  .contentsSection {
    margin-top: 80px;
  }

  .contentsList .package .text {
    font-size: 12px;
    padding: 0 10px;
  }

  .contentsList {
    max-width: 100%;
    padding: 0 20px;
  }

  .contentsList .read {
    margin: 20px 0 0;
    text-align: left;
    display: block;
  }

  .contentsList .read em {
    display: block;
    line-height: 1.4;
    margin-top: 12px;
  }

  .contentsList .sortNav {
    justify-content: space-between;
    margin: 12px 0 -6px;
  }

  .contentsList .sortNav li {
    margin: 0;
    border-radius: 6px 6px 0 0;
    padding: 8px 8px 12px;
    font-size: 12px;
    width: 49%;
    border-width: 2px;
    border-bottom: none;
  }

  .contentsList .channels {
    padding: 16px 10px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
  }

  .contentsList .package {
    width: 48.5%;
    margin-bottom: 10px;
  }

  .contentsList .package a {
    border-radius: 6px;
    border: 2px solid #fff;
  }

  .contentsList .package .exp {
    padding: 12px 0 20px;
  }

  .contentsList .package .title {
    margin-bottom: 8px;
    font-size: 16px;
    padding: 0 10px;
  }

  .contentsList .package .title .logo img {
    width: 100%;
    margin: 0 auto;
  }

  .contentsList .package .summary {
    font-size: 16px;
  }

  .contentsList .package .tag {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }

  .contentsList .package .tag li {
    font-size: 8px;
    margin: 0 1px 4px;
    padding: 4px 6px;
    text-align: center;
  }

  .popupBox {
    padding: 16px 16px 16px;
    overflow-x: hidden;
  }

  .popupBox .popTtl {
    margin-bottom: 16px;
    padding-left: 68px;
  }

  .popupBox .popTtl .steamIcon {
    width: 60px;
    height: 60px;
  }

  .popupBox .popTtl h5 {
    font-size: 18px;
    margin-bottom: 6px;
    padding-top: 0px;
  }

  .popupBox .tag {
    margin-top: 0;
  }

  .popupBox .tag li {
    font-size: 9px;
    padding: 4px 6px;
  }

  .popupBox ul.age {
    font-size: 11px;
    margin: 0 0 8px;
    position: relative;
    right: 0;
    top: -8px;
    left: 72px;
  }

  .popupBox p {
    font-size: 14px;
  }

  h3.titleCntents {
    margin-bottom: 24px;
  }

  h3.titleCntents span {
    font-size: 24px;
    padding: 0 28px;
  }

  h3.titleCntents span:before,
  h3.titleCntents span:after {
    width: 28px;
    height: 2px;
  }

  /* userVoiceSection 896
  ------------------------------------------ */

  .userVoiceSection {
    margin-top: 80px;
  }

  .userVoiceSection__heading {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .userVoiceSection .commentList {
    flex-direction: column;
    row-gap: 16px;
  }

  /* variationSection 896
  ------------------------------------------ */

  .variationSection {
    margin-top: 80px;
  }

  .variationSection:is(.userVoiceSection + *) {
    margin-top: 60px;
  }

  .variationSection__heading {
    margin-bottom: 32px;
    font-size: 22px;
  }

  .variationSection__desc {
    margin-bottom: 20px;
    text-align: left;
  }

  .variationSection__desc br {
    display: none;
  }

  .variationSection__note {
    margin-top: 20px;
  }

  /* formSection 896
  ------------------------------------------ */

  .formSection {
    margin-top: 80px;
  }
  .formSection__heading {
    margin-bottom: 48px;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
  }

  .formSection__heading .shoulder {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .formSection__heading strong {
    font-size: 24px;
  }

  /* trialBanner 896
  ------------------------------------------ */

  .trialBanner:is(.recommendSection__desc + *) {
    margin: 40px auto 0 !important;
  }

  /* featureBlock 896
  ------------------------------------------ */

  .featureBlock {
    margin-top: 80px;
  }

  .featureBlock + .featureBlock {
    margin-top: 56px;
  }

  .featureBlock__header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .featureBlock__body {
    padding: 24px 20px 40px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .featureBlock__item {
    margin-top: 56px;
  }

  .featureBlock__item:nth-of-type(1) {
    margin-top: 40px;
  }

  .featureBlock__heading.-primary {
    margin-bottom: 32px;
    font-size: 36px;
  }

  .featureBlock__heading.-primary.-small {
    margin-bottom: 16px;
    font-size: 28px;
  }

  .featureBlock__heading.-secondary {
    font-size: 15px;
    margin-bottom: 24px;
    padding: 8px;
    line-height: 1.4;
  }

  .featureBlock .featureBlock__desc p + p {
    margin-top: 14px;
  }

  .featureBlock .aboutSteam {
    flex-direction: column-reverse;
  }

  .featureBlock .aboutSteam__image {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
  }

  .featureBlock .aboutSteam__image .box {
    border-radius: 8px;
    padding: 28px 20px 20px;
  }

  .featureBlock .aboutSteam__image .box .pic {
    margin-bottom: 16px;
    padding: 0 16px;
  }

  .featureBlock .aboutSteam__desc {
    width: 100%;
    padding-top: 0;
  }

  .featureBlock .aboutSteam__desc p {
    margin-top: 14px;
  }

  .featureBlock.-benefits .result {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .featureBlock.-benefits .result li {
    width: 100%;
  }

  .featureBlock.-benefits .result li + li {
    margin-top: 28px;
  }

  .featureBlock.-benefits .pic {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .featureBlock.-support .card-row {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 20px;
  }

  .featureBlock.-support .card {
    width: 100%;
    padding: 16px 16px;
    border-radius: 6px;
  }

  .featureBlock.-support .card__heading {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 8px;
  }

  .featureBlock.-support .card__desc {
    margin-bottom: 12px;
  }

  .featureBlock.-support .card .voiceMin {
    margin-top: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 12px 16px 8px;
    background: url(/assets/images/about/support_illust_01.svg) 0 20px no-repeat #fff;
    background-size: 60px 60px;
    padding-left: 68px;
  }

  .featureBlock.-support .card .voiceMin p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .featureBlock.-support .card .voiceMin span {
    font-size: 10px;
  }

  .featureBlockContent {
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 24px;
  }

  .featureBlockContent__image {
    width: 320px;
  }

  .featureBlockContent__image.-small {
    width: 240px;
  }

  .featureBlock .button {
    margin-top: 48px;
  }

  /* service 896
  ------------------------------------------ */

  .serviceBlock {
    margin-top: 56px;
  }

  .serviceBlock__heading {
    font-size: 36px;
    margin-bottom: 24px;
  }

  .servicePriceSiblings .circle {
    padding: 8px 16px 10px;
    width: 180px;
  }

  .servicePriceSiblings h3 {
    font-size: 15px;
  }

  .servicePriceSiblings h3 span small {
    position: relative;
    top: -2px;
    font-size: 44px;
  }

  .serviceBlock h3.relief {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 24px;
    text-decoration: underline;
    text-decoration-thickness: 8px;
    text-decoration-color: #f7c800;
    text-underline-offset: -6px;
    text-decoration-skip-ink: none;
    font-feature-settings: 'palt' 1;
  }

  .serviceBlock h3.relief br {
    display: none;
  }

  .serviceBoxDesc {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 24px;
  }

  .serviceDetail {
    padding: 8px 4px 12px;
    border-radius: 6px;
  }

  .serviceDetail h4 {
    font-size: 14px;
  }

  .serviceDetail p {
    font-size: 26px;
  }

  .serviceDetail:last-child p {
    font-size: 24px;
  }

  .serviceBlock .button {
    margin-top: 48px;
  }
}

/*
 * width 767px ----------------------------------------------------
 */

@media only screen and (max-width: 767px) {
  /* recommendSection 767
  ------------------------------------------ */

  .ages .ageBox .titleArea .pic {
    height: 160px;
  }

  /* featureBlock 767
  ------------------------------------------ */

  .featureBlockContent {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    column-gap: unset;
    row-gap: 32px;
  }

  .featureBlockContent__image {
    width: 100%;
  }

  .featureBlockContent__image.-small {
    margin-inline: auto;
    width: 70%;
  }
}

/*
 * width 640px ----------------------------------------------------
 */

@media only screen and (max-width: 640px) {
  /* recommendSection 640
  ------------------------------------------ */

  .recommendSection {
    margin-top: 56px;
  }

  .recommendSection:is(.videoBlock + *) {
    margin-top: 40px;
  }

  .recommendSection__heading {
    margin-bottom: 40px;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .recommendSection__heading::after {
    border-width: 14px 9px 0 9px;
  }

  .recommendSection__heading .shoulder {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .recommendSection__heading strong {
    font-size: 20px;
  }

  .ages .ageBox {
    margin-top: 40px;
  }

  .ages .ageBox .titleArea .pic {
    height: 120px;
  }

  .ages .ageBox .titleArea h3 {
    width: 75px;
    height: 75px;
    top: 9px;
    left: 6px;
  }

  .ages .ageBox .titleArea h3 div {
    font-size: 13px;
    margin-bottom: 4px;
    margin-top: 0px;
  }

  .ages .ageBox .titleArea h3 em {
    font-size: 8px;
    letter-spacing: -0.1em;
  }

  /* scheduleBlock 640
  ------------------------------------------ */

  .scheduleBlock {
    margin-top: 56px;
  }

  /* overviewSection 640
  ------------------------------------------ */

  .overviewSection {
    margin-top: 32px;
  }

  /* contentsSection 640
  ------------------------------------------ */

  .contentsSection {
    margin-top: 56px;
  }

  .contentsList .package .summary {
    font-size: 14px;
  }

  /* userVoiceSection 640
  ------------------------------------------ */

  .userVoiceSection {
    margin-top: 56px;
  }

  .userVoiceSection__heading {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .userVoiceSection__heading::before {
    width: 16px;
    height: 10px;
  }

  .userVoiceSection__heading::after {
    width: 16px;
    height: 10px;
  }

  .userVoiceSection .commentList {
    row-gap: 8px;
  }

  /* variationSection 640
  ------------------------------------------ */

  .variationSection {
    margin-top: 56px;
  }

  .variationSection:is(.userVoiceSection + *) {
    margin-top: 48px;
  }

  .variationSection__heading {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .variationSection__heading::before {
    width: 16px;
    height: 10px;
  }

  .variationSection__heading::after {
    width: 16px;
    height: 10px;
  }

  /* formSection 640
  ------------------------------------------ */

  .formSection {
    margin-top: 56px;
  }

  .formSection__heading {
    margin-bottom: 40px;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
  }

  .formSection__heading::after {
    border-width: 14px 9px 0 9px;
  }

  .formSection__heading .shoulder {
    margin-bottom: 6px;
    font-size: 12px;
  }

  .formSection__heading strong {
    font-size: 20px;
  }

  /* featureBlock 640
  ------------------------------------------ */

  .featureBlock {
    margin-top: 56px;
  }

  .featureBlock + .featureBlock {
    margin-top: 48px;
  }

  .featureBlock__body {
    border-width: 2px;
  }

  .featureBlock__header {
    padding: 14px 16px 16px;
    font-size: 22px;
  }

  .featureBlock__item {
    margin-top: 48px;
  }

  .featureBlock__item:nth-of-type(1) {
    margin-top: 32px;
  }

  .featureBlock__heading.-primary {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .featureBlock__heading.-primary.-small {
    font-size: 22px;
  }

  .featureBlock .aboutSteam__image {
    margin-top: 24px;
  }

  .featureBlock .aboutSteam__image .title {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .featureBlockContent__image.-small {
    width: 80%;
  }

  /* service 640
  ------------------------------------------ */

  .serviceBlock {
    margin-top: 48px;
  }

  .serviceBlock__inner {
    border-radius: 6px;
    border-width: 2px;
    padding: 32px 20px 40px;
  }

  .serviceBlock__heading {
    margin-bottom: 16px;
    font-size: 25px;
  }

  .servicePriceBoxOuter {
    border-radius: 6px;
  }

  .servicePriceBox {
    flex-direction: column;
    align-items: center;
  }

  .servicePriceBox .circle {
    top: 0;
    padding: 6px 12px;
    margin: 0 0 8px;
    height: 26px;
    font-size: 14px;
  }

  .servicePriceBox h3 {
    font-size: 16px;
  }

  .servicePriceBox h3 span {
    font-size: 40px;
    padding: 0 4px;
  }

  .servicePriceBox h3 span small {
    font-size: 28px;
  }

  .servicePriceBoxOuter h4 {
    font-size: 12px;
  }

  .servicePriceBoxOuter h4 b {
    font-size: 16px;
  }

  .servicePriceSiblings {
    flex-direction: column;
    row-gap: 6px;
  }

  .servicePriceSiblings .circle {
    margin-right: 0;
    padding: 6px 12px;
  }

  .servicePriceSiblings h3 {
    margin: -6px 0 0;
  }

  .servicePriceSiblings h3 span {
    padding: 0 2px;
    font-size: 36px;
  }

  .servicePriceSiblings h3 span small {
    font-size: 24px;
  }

  .serviceBlock h3.relief {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 16px;
    text-decoration-thickness: 6px;
    text-underline-offset: -4px;
  }

  .serviceBlock h3.relief br {
    display: block;
  }

  .serviceBox {
    margin-bottom: 40px;
    column-gap: 16px;
  }

  .serviceBoxDesc {
    row-gap: 16px;
  }

  .serviceDetail {
    border-radius: 6px;
    padding: 8px 4px 12px;
  }

  .serviceDetail:before {
    top: -20px;
    margin-left: -13px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }

  .serviceDetail:after {
    top: -24px;
    margin-left: -14px;
    border: 11px solid transparent;
    border-bottom: 11px solid #ddd;
  }

  .serviceDetail h4 {
    font-size: 12px;
  }

  .serviceDetail p {
    font-size: 18px;
  }

  .serviceDetail:last-child p {
    font-size: 16px;
  }
}

/*
 * width 440px ----------------------------------------------------
 */

@media only screen and (max-width: 440px) {
  /* recommendSection 440
  ------------------------------------------ */

  .ages .ageBox .titleArea .pic {
    height: 90px;
  }

  .ages .ageBox .recommend h5 {
    font-size: 17px;
  }

  .recommendSection .button {
    margin-top: 40px;
  }

  .recommendSection .button a {
    max-width: initial;
  }

  /* overviewSection 440
  ------------------------------------------ */

  .overviewSection {
    margin-top: 24px;
  }

  /* featureBlock 440
  ------------------------------------------ */

  .featureBlock + .featureBlock {
    margin-top: 40px;
  }

  .featureBlock__body {
    padding: 20px 20px 24px;
  }

  .featureBlock__heading.-primary {
    font-size: 20px;
  }

  .featureBlock__heading.-primary.-small {
    font-size: 20px;
  }

  .featureBlock__heading.-secondary {
    margin-bottom: 20px;
  }

  .featureBlock .button {
    margin-top: 40px;
  }

  .featureBlock .button a {
    max-width: initial;
  }

  .featureBlockContent {
    row-gap: 24px;
  }

  .featureBlockContent__image {
    width: 100%;
  }

  .featureBlockContent__image.-small {
    width: 100%;
  }

  /* service 440
  ------------------------------------------ */

  .serviceBlock {
    margin-top: 40px;
  }

  .serviceBlock__inner {
    padding: 20px 20px 24px;
  }

  .servicePriceBox h3 span {
    font-size: 38px;
  }

  .servicePriceBox h3 span small {
    font-size: 26px;
  }

  .servicePriceBoxOuter h4 b {
    font-size: 14px;
  }

  .servicePriceSiblings h3 span {
    font-size: 32px;
  }

  .serviceBlock h3.relief {
    font-size: 24px;
  }

  .serviceBox {
    column-gap: 6px;
  }

  .serviceDetail {
    padding: 8px 2px 12px;
  }

  .serviceDetail h4 {
    font-size: 11px;
  }

  .serviceDetail p {
    font-size: 16px;
  }

  .serviceDetail:last-child p {
    font-size: 13px;
  }

  .serviceBlock .button {
    margin-top: 32px;
  }

  .serviceBlock .button a {
    max-width: initial;
  }
}

/**
 * sortMediaQueries: 'mobile-first' -------------------------------
 */

@media screen and (min-width: 441px) {
  .page-header {
    background-position: 0 30%;
  }

  .page-header__heading {
    margin-top: 136px;
  }

  .ctaButton {
    column-gap: 12px;
  }

  .ctaButton__item a {
    padding: 8px 16px;
    height: 56px;
    font-size: 17px;
    line-height: 17px;
  }

  .videoBlock__heading::before,
  .videoBlock__heading::after {
    width: 30px;
  }
}

@media screen and (min-width: 641px) {
  .page-header {
    background-position: 0 40%;
  }

  .page-header__inner {
    aspect-ratio: 640/768;
  }

  .page-header__heading {
    margin-top: 144px;
    width: calc(100% - 60px);
  }

  .page-header__label {
    padding: 8px 16px;
  }

  .page-header__copy {
    margin-top: 16px;
    font-size: min(9.6vw, 46px);
    text-shadow: 0 0 10px #ffffff;
  }

  .main {
    padding: 48px 0 80px;
  }

  .ctaButton {
    column-gap: 16px;
    margin-top: 48px;
  }

  .ctaButton__item a {
    height: 64px;
    font-size: 20px;
    line-height: 20px;
  }

  .videoBlock__heading {
    margin-bottom: 30px;
  }

  .videoBlock__heading::before,
  .videoBlock__heading::after {
    width: 36px;
  }

  .steamImageBlock {
    margin-top: 80px;
  }

  .gradeBlock {
    margin-top: 80px;
  }

  .gradeBlock__heading {
    column-gap: 10px;
    margin-bottom: 32px;
    font-size: 30px;
  }

  .gradeItem__target::after {
    right: 24px;
    width: 28px;
    height: 28px;
  }
}

@media screen and (min-width: 768px) {
  .videoBlock {
    margin-top: -40px;
  }

  .gradeMenu {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: unset;
    column-gap: 8px;
    row-gap: unset;
  }

  .gradeItem a {
    grid-template-columns: unset;
    grid-template-rows: 1fr auto;
    border-radius: 12px;
  }

  .gradeItem__image {
    width: 100%;
  }

  .gradeItem__target::after {
    right: 8px;
  }

  .gradeItem__target .title {
    font-size: min(2.34375vw, 22px);
  }

  .gradeItem__target .age {
    font-size: min(1.5625vw, 16px);
  }

  .gradeItem__target .age small {
    font-size: min(1.4322916667vw, 12px);
  }
}

@media screen and (min-width: 897px) {
  .contents {
    padding-top: 120px;
  }

  .page-header {
    margin-top: 0;
    background-position: 50% 50%;
  }

  .page-header.-pre4 {
    background-image: url(/assets/images/course/mv_img_pre4_l.jpg);
  }

  .page-header.-pre5 {
    background-image: url(/assets/images/course/mv_img_pre5_l.jpg);
  }

  .page-header.-el-3 {
    background-image: url(/assets/images/course/mv_img_el-3_l.jpg);
  }

  .page-header__inner {
    margin-inline: auto;
    max-width: 1040px;
    height: 600px;
    max-height: initial;
    aspect-ratio: initial;
  }

  .-pre4 .page-header__inner {
    justify-content: flex-end;
  }

  .-pre4 .page-header__heading {
    margin-top: 0;
    margin-bottom: 80px;
  }

  .-pre5 .page-header__heading,
  .-el-3 .page-header__heading {
    margin-top: 120px;
  }

  .page-header__copy {
    font-size: 46px;
  }

  .main {
    padding: 60px 0 120px;
  }

  .ctaButton {
    margin-top: 60px;
    width: 800px;
  }

  .videoBlock {
    margin-top: 80px;
    background-image:
      url('/assets/images/top/video_bg_ornament_left.png'), url('/assets/images/top/video_bg_ornament_right.png');
    background-size:
      260px auto,
      260px auto;
    background-position:
      left -60px top 0,
      right -60px top 0;
    padding: 0 0 180px;
  }

  .videoBlock:first-child {
    margin-top: 40px;
  }

  .videoBlock::before {
    transform: translateX(calc(-50% - 22.2965440357vw));
    bottom: 8.0267558528vw;
    width: min(12.48606466vw, 142px);
  }

  .videoBlock::after {
    transform: translateX(calc(-50% + 20.0668896321vw));
    width: min(12.48606466vw, 142px);
  }

  .videoBlock__heading {
    margin-bottom: 36px;
  }

  .videoBlock__heading::before,
  .videoBlock__heading::after {
    width: 40px;
  }

  .steamImageBlock {
    margin-top: 120px;
  }

  .gradeBlock {
    margin-top: 120px;
  }

  .gradeBlock__heading {
    column-gap: 12px;
    margin-bottom: 56px;
    font-size: 40px;
  }

  .gradeBlock__heading::before {
    top: 2px;
    width: 65px;
    height: 40px;
  }

  .gradeMenu {
    column-gap: 24px;
  }

  .gradeItem__target {
    padding: 12px 40px 12px 12px;
  }

  .gradeItem__target::after {
    right: 10px;
  }
}

@media screen and (min-width: 960px) {
  .page-header__copy {
    font-size: 56px;
  }

  .videoBlock {
    margin-top: 120px;
    background-size:
      300px auto,
      300px auto;
    background-position:
      left -10px top 0,
      right -10px top 0;
    padding-bottom: 200px;
  }

  .videoBlock:first-child {
    margin-top: 60px;
  }

  .videoBlock::before {
    transform: translateX(calc(-50% - 240px));
    bottom: 80px;
  }

  .videoBlock::after {
    transform: translateX(calc(-50% + 230px));
  }

  .videoBlock__heading {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .page-header__heading {
    width: 100%;
  }
}
