html,
body {
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin: 0;
  padding: 0;
}

ul,
ol,
menu {
  list-style: none;
}

img {
  vertical-align: top;
}

#wrapper {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
  margin: 0 auto;
  min-width: 1200px;
  max-width: 1920px;
  width: 100%;
  clear: both;
}

.fs-2rem {
  font-size: 2rem;
}

.fs-2_8rem {
  font-size: 2.8rem;
}

.fs-3_4rem {
  font-size: 3.4rem;
}

.fs-4rem {
  font-size: 4rem;
}

.ls--_05em {
  letter-spacing: -.05em;
}

.bullet {
  margin: 0 -.25em;
}

.bracket-L {
  margin-left: -.5em;
}

.bracket-R {
  margin-right: -.5em;
}

.section-ttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}

/* MV */
.main-hdr {
  align-items: center;
  display: flex;
  height: 460px;
  max-width: 1920px;
  width: 100%;
}

/* 小学部MV */
.elementary .main-hdr {
  background: url(../img/mv_elementary_pc.png) no-repeat center top / cover;
}

/* 中学部MV */
.juniorhigh .main-hdr {
  background: url(../img/mv_juniorhigh_pc.png) no-repeat center top / cover;
}

.main-hdr-ttl {
  color: #009380;
  font-size: 5rem;
  font-weight: 700;
  margin: 0 auto;
  text-shadow: 0 0 1em #f3f7f3, 0 -2px .5em #f3f7f3, 2px -2px .5em #f3f7f3, 2px 0 .5em #f3f7f3, 2px 2px .5em #f3f7f3, 0 2px .5em #f3f7f3, -2px 2px .5em #f3f7f3, -2px 0 .5em #f3f7f3, -2px -2px .5em #f3f7f3;
  width: 1050px;
}

@media (max-width: 1500px) {
  .main-hdr {
    height: calc(460 / 1500 * 100vw);
    min-height: 368px;
  }

  .main-hdr-ttl {
    font-size: clamp(4rem, 3.33vw, 5rem);
    width: 70%;
  }
}

/* MV ここまで */

/* ナビゲーション */
.page-nav {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}

.page-nav-lst {
  display: grid;
  grid-column-gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

#juniorhigh .page-nav-lst {
  grid-template-columns: repeat(3, 1fr);
}

.page-nav-lst-item-a {
  align-items: center;
  background-color: #009380;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  height: 16vw;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.page-nav-lst-item-a.is-active {
  background-color: #fff;
  color: #009380;
}

/* 学習の仕組み */
.learning-system.section-ctr {
  margin: 0 auto;
  padding: 4.5rem 0 4.5rem;
}

.juniorhigh .learning-system-subject-wrapper {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  margin: 6.5rem auto 0;
  width: 1200px;
}

.learning-system .section-catch {
  font-size: 3rem;
  line-height: 1.257;
  margin-top: 1.5rem;
  text-align: center;
}

.ls-concept {
  display: grid;
  grid-template-columns: repeat(3, auto);
  font-family: "Zen Maru Gothic", sans-serif;
  height: 540px;
  margin: 4rem auto 9.5rem;
  overflow: hidden;
  width: 1200px;
}

.ls-concept-part1 {
  align-items: center;
  background-color: #004098;
  box-sizing: border-box;
  display: flex;
  padding: 2.3rem 4.5rem 2.3rem 3rem;
  text-align: center;
  width: 405px;
}

.ls-concept-part1-1 {
  display: grid;
  font-size: 4.5rem;
  grid-template-rows: repeat(2, 1fr);
  margin: 0 auto;
  width: 256px;
}

.ls-concept-part1-1-left {
  background-color: #fff;
  border-radius: 2rem 0 0 0;
  box-sizing: border-box;
  clip-path: polygon(0 0, calc(100% - 52px) 0, 100% 101%, 0 101%);
  padding: 2rem 52px 1rem 0;
}

.ls-concept-part1-1-right {
  background-color: #e5f2ff;
  border-radius: 0 0 0 2rem;
  clip-path: polygon(0 100%, calc(100% - 52px) 100%, 100% -1%, 0 -1%);
  padding: 2.5rem 0;
}

.ls-concept-part1-1-hdr-sub {
  color: #004098;
  font-size: 2.5rem;
  font-weight: 500;
  padding: 0;
}

.ls-concept-part1-1-hdr {
  background-color: #004098;
  border-radius: 1rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 0 1rem;
  padding: 0;
  text-align: center;
  width: 200px;
}

.ls-concept-part1-1-hdr span {
  margin: 0 -.25em;
}

.ls-concept-part1-1 img {
  width: 143px;
}

.ls-concept-part1-1-left img {
  margin-top: 1.5rem;
}

.ls-concept-part1-1-right img {
  margin-top: 2.5rem;
}

.ls-concept-part1-1-txt {
  color: #004098;
  font-size: 4.5rem;
  font-weight: 500;
  text-align: center;
}

.ls-concept-part1-2 {
  background-color: #fff;
  border-radius: 2rem;
  color: #004098;
  font-size: 3.2rem;
  font-weight: 700;
  height: 285px;
  line-height: 1;
  margin-left: 1.8rem;
  position: relative;
  text-align: center;
  width: 56px;
}

.ls-concept-part1-2::after {
  background: url(../img/img_learning-system-1_arrow_pc.svg) no-repeat center bottom / cover;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  content: "";
  display: block;
  height: 404px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(100%, -50%);
  transition: clip-path .5s ease-in-out;
  width: 114px;
  z-index: 10;
}

.text-vertical {
  display: inline-block;
  min-width: 1em;
  width: fit-content;
  writing-mode: vertical-rl;
}

.ls-concept-part1-2 span {
  font-weight: 500;
}

.tatechuyoko {
  text-combine-upright: all;
  writing-mode: upright;
}

.ls-concept-part1-2 .text-vertical {
  height: 100%;
}

.enabled .ls-concept-part1-2::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ls-concept-part2 {
  align-items: center;
  background-color: #e58a38;
  box-sizing: border-box;
  clip-path: polygon(0 -0, calc(100% - 72px) 0, 100% 50%, calc(100% - 72px) 100%, 0 100%);
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  margin-left: -1px;
  padding: 1.5rem 0 1.5rem 1.7rem;
  position: relative;
  text-align: center;
  width: 395px;
}

.ls-concept-part2-hdr {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.2;
  width: fit-content;
}

.ls-concept-part2-hdr .text-vertical {
  min-width: 2.4em;
}

.ls-concept-part2-lst {
  display: grid;
  grid-row-gap: 3rem;
  grid-template-rows: repeat(2, 1fr);
  height: 510px;
  margin-left: .5rem;
  width: 240px;
}

.ls-concept-part2-lst-item {
  align-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 240px;
  justify-content: center;
  padding-top: 1rem;
  position: relative;
  text-align: center;
  width: 240px;
}

.ls-concept-part2-lst-item:nth-of-type(1)::after {
  background: url(../img/img_learning-system-2_arrow_pc.svg) no-repeat center top / contain;
  bottom: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  content: "";
  display: block;
  height: 79px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 100%);
  transition: clip-path .5s ease-in-out .1s;
  width: 52px;
  z-index: 10;
}

.enabled .ls-concept-part2-lst-item:nth-of-type(1)::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ls-concept-part2-lst-item-txt {
  color: #e58a38;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.ls-concept-part2-lst-item-txt span {
  display: block;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -.04em;
}

.ls-concept-part2-lst-item:nth-of-type(1) img {
  margin-top: 1rem;
  width: 146px;
}

.ls-concept-part2-lst-item:nth-of-type(2) img {
  margin-left: 12.5%;
  margin-top: .8rem;
  width: 122px;
}

.ls-concept-part2-lst-item-note {
  color: #e58a38;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}

.ls-concept-part2-lst-item-note sup {
  font-size: .5em;
  vertical-align: super;
}

.ls-concept-part3-txt {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  margin-left: 12px;
  text-align: center;
}

.ls-concept-part3-txt .text-vertical {
  font-weight: 500;
  line-height: 1;
}

.ls-concept-part3 {
  align-items: center;
  background-color: #59a9c3;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  margin-left: -72px;
  padding: 0 38px 0 72px;
  width: 474px;
}

.ls-concept-part3-lst {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: 2.8rem;
  position: relative;
  width: 270px;
}

.ls-concept-part3-lst-item {
  align-items: center;
  background-color: #fff;
  border-radius: 2rem;
  color: #59a9c3;
  display: flex;
  font-size: 4rem;
  font-weight: 500;
  height: 400px;
  justify-content: center;
  line-height: 1.34;
  margin: 0;
  text-align: center;
  width: 80px;
}

.ls-concept-part3-lst-item .text-vertical {
  font-weight: 500;
}

.ls-concept-part3-lst-item:nth-of-type(1) {}

.ls-concept-part3-lst-item:nth-of-type(2) {
  font-size: 5rem;
  letter-spacing: -.05em;
  position: relative;
  text-align: right;
}

.ls-concept-part3-lst-item:nth-of-type(2) .text-vertical {
  margin-top: .8em;
}

.ls-concept-part3-lst-item:nth-of-type(1)::after {
  background: url(../img/img_learning-system-3_arrow_pc.svg) no-repeat center top / contain;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  content: "";
  display: block;
  height: 59px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: clip-path .5s ease-in-out .2s;
  width: 84px;
}

.enabled .ls-concept-part3-lst-item:nth-of-type(1)::after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ls-concept-part3-lst-item:nth-of-type(2)::before {
  background: url(../img/img_learning-system-3_goukaku_pc.svg) no-repeat center / contain;
  content: "";
  display: block;
  height: 125px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(1.5);
  transition: opacity .5s ease-in-out .3s, transform .5s .3s;
  width: 131px;
}

.enabled .ls-concept-part3-lst-item:nth-of-type(2)::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.ls-concept-part3-lst-item .text-vertical span {
  font-size: 4rem;
  font-weight: 500;
  margin-top: .5em;
}

.learning-system-content-wrapper {
  display: grid;
  gap: 30px 24px;
  grid-template-columns: 530px 646px;
  grid-template-rows: repeat(2, 1fr);
  margin: 0 auto;
  width: 1200px;
}

.learning-system-content {
  background-color: var(--learning-system-bg-col);
  border-radius: 2rem;
  padding: 1.5rem 3rem 4rem;
}

.learning-system-content:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.learning-system-content:nth-of-type(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.learning-system-content:nth-of-type(3) {
  grid-area: 1 / 2 / 3 / 3;
}

.learning-system-content.blue {
  --learning-system-bg-col: #e5f2ff;
  --learning-system-col: #004098;
}

.learning-system-content.orange {
  --learning-system-bg-col: #fef2e7;
  --learning-system-col: #e58a38;
}

.learning-system-content-ttl {
  text-align: center;
}

.learning-system-content-ttl-sub {
  color: var(--learning-system-col);
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}

.learning-system-content-ttl-sub::before {
  content: "＼";
}

.learning-system-content-ttl-sub::after {
  content: "／";
}

.learning-system-content-ttl-main {
  font-size: 2.8rem;
  font-weight: 700;
}

.learning-system-content-txt,
.learning-system-content-sub-txt {
  font-size: 1.85rem;
  letter-spacing: -.02em;
  line-height: 1.66;
}

.learning-system-content-txt {
  margin-top: 2rem;
}

.learning-system-content-sub {
  margin-top: 3.5rem;
}

.learning-system-content-sub:nth-of-type(2) {
  margin-top: 5rem;
}

.learning-system-content-sub-ttl {
  color: var(--learning-system-col);
  font-size: 2.2rem;
  font-weight: 700;
}

.learning-system-content-sub-ttl sup {
  font-size: .75em;
  vertical-align: top;
}

.learning-system-content-sub-annotation {
  font-size: 1.45rem;
  line-height: 1.66;
  margin-top: 2.5em;
}

.learning-system-subject.english {
  --subject-col: #7950ab;
  --subject-bg-col: #f1edf6;
}

.learning-system-subject.math {
  --subject-col: #004098;
  --subject-bg-col: #e5f2ff;
}

.learning-system-subject.japanese {
  --subject-col: #e8465a;
  --subject-bg-col: #fdecee;
}

.learning-system-subject.science {
  --subject-col: #43b149;
  --subject-bg-col: #ecf7ec;
}

.learning-system-subject.socialstudies {
  --subject-col: #f5a200;
  --subject-bg-col: #fef2e7;
}

.learning-system-subject {
  background-color: var(--subject-bg-col);
  border-radius: 2rem;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 3rem;
  width: 100%;
}

.juniorhigh .learning-system-subject.english {
  grid-row: 1 / span 2;
  grid-column: 1;
}

.learning-system-subject-ttl {
  background-color: var(--subject-col);
  color: #fff;
  font-size: 3rem;
  line-height: 2;
  text-align: center;
}

.learning-system-subject-ttl span {
  font-weight: 700;
  letter-spacing: .3em;
  margin-right: -.3em;
}

.learning-system-subject-catch {
  color: var(--subject-col);
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-top: 2.5rem;
  text-align: center;
}

.learning-system-subject-catch::before {
  content: "＼";
}

.learning-system-subject-catch::after {
  content: "／";
}

.learning-system-subject-catch span {
  font-size: 1.6rem;
  font-weight: 700;
}

.learning-system-subject-catch-txt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: .5rem;
  text-align: center;
}

.learning-system-subject-catch-txt span {
  color: var(--subject-col);
  font-weight: 700;
}

.learning-system-subject-showmore {
  background-color: #fff;
  border: 1px solid var(--subject-col);
  border-radius: 2rem;
  color: var(--subject-col);
  font-size: 3rem;
  font-weight: 700;
  margin: 3rem auto 0;
  opacity: 1;
  text-align: center;
  width: 80vw;
}

.learning-system-subject-showmore::before,
.learning-system-subject-showmore::after {
  content: "▼";
  margin: 0 .4em;
}

.learning-system-subject-showmore[data-disabled] {
  opacity: 0;
}

.learning-system-subject-dtl {
  margin-top: 1.5rem;
}

.learning-system-subject-dtl-txt {
  font-size: 1.6rem;
  letter-spacing: -.01em;
  line-height: 1.625;
  margin: 0 auto;
  width: 545px;
}

.learning-system-subject-dtl-ttl+.learning-system-subject-dtl-txt {
  margin-top: 4rem;
}

.learning-system-subject-dtl-catch+.learning-system-subject-dtl-txt {
  margin-top: .5rem;
}

.learning-system-subject-dtl-ttl {
  align-items: center;
  background-color: var(--subject-col);
  border-radius: 3rem;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  letter-spacing: -.01em;
  margin: 4.5rem auto 0;
  min-height: 5rem;
  text-align: center;
  width: 490px;
}

.math .learning-system-subject-dtl-ttl {
  margin-top: 2rem;
}

.learning-system-subject-dtl-ttl.fs-3_4rem {
  letter-spacing: -.02em;
}

.learning-system-subject-dtl-ttl span {
  font-size: 2rem;
  font-weight: 700;
  margin-right: .5em;
}

.learning-system-subject-dtl-catch {
  color: var(--subject-col);
  font-size: 2.2rem;
  font-weight: 700;
  margin: 1rem auto 0;
  text-align: center;
}

/* コース紹介 */
.course.section-ctr {
  margin: 0 auto;
  padding-top: 5rem;
}

.juniorhigh .course.section-ctr {
  background-color: #e5f4f2;
}

.juniorhigh .course.section-ctr .section-ttl {
  margin: 7.5rem 0 5rem;
}

.course-cont,
.course-nav-lst,
.course-cont-wrapper {
  font-family: "Noto Serif JP", serif;
}

.course-cont-wrapper {}

.course-nav {
  margin: 5rem auto 0;
  width: 1020px;
}

.course-nav-lst {
  align-items: end;
  display: grid;
  grid-column-gap: .533vw;
  grid-template-columns: repeat(2, 1fr);
  height: 90px;
}

.course-nav-lst-item {
  align-items: center;
  background-color: var(--course-bg-col);
  border-radius: 2rem 2rem 0 0;
  cursor: pointer;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  text-align: center;
  transition: height .2s;
}

.course-nav-lst-item[data-visible] {
  cursor: default;
  height: 90px;
}

[data-course="1"] {
  --course-bg-col: #d3e8fb;
}

[data-course="2"] {
  --course-bg-col: #bce8c6;
}

.course-cont {
  background-color: var(--course-bg-col);
  padding: 3rem 0 3.5rem;
}

.juniorhigh .course-cont {
  padding-bottom: 10rem;
}

.course-cont[data-course="1"] {
  display: block;
}

.course-cont[data-course="2"] {
  display: none;
}

.course-cont-ttl {
  font-size: 4rem;
  font-weight: 700;
  margin: 4rem auto;
  text-align: center;
}

.course-cont-txt {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 auto 1em;
  width: 80vw;
}

.course-cont-lst {
  background-color: #fff;
  margin: 0 auto;
  padding-top: 3.8rem;
  width: 1000px;
}

.course-cont-lst-item {
  margin: 0 auto;
  padding: 0 0 4rem;
  width: 900px;
}

.course-cont-lst-item:first-of-type {}

.course-cont-lst-item:not(:last-of-type) {}

.course-cont-lst-item-hdr {
  align-items: center;
  display: flex;
  height: 4rem;
  justify-content: flex-start;
  padding: 0 1rem;
}

.course-cont-lst-item-hdr:not(.accordion) {
  background-color: #f3f3f3;
  margin-bottom: 1.8rem;
}

.course-cont-lst-item-hdr-tgt {
  display: flex;
  margin-left: 2rem;
}

.grade-icon {
  background-color: var(--target-bg-col);
  color: #fff;
  display: block;
  font-size: 1.4rem;
  line-height: 1.334;
  text-align: center;
  width: 5rem;
}

.course-cont-lst-item-hdr-tgt-item:not(:last-of-type) {
  margin-right: 1rem;
}

.grade-icon.shou-1 {
  --target-bg-col: #ffcb2d;
}

.grade-icon.shou-2 {
  --target-bg-col: #f8a131;
}

.grade-icon.shou-3 {
  --target-bg-col: #f3822f;
}

.grade-icon.shou-4 {
  --target-bg-col: #6dacd8;
}

.grade-icon.shou-5 {
  --target-bg-col: #2383c4;
}

.grade-icon.shou-6 {
  --target-bg-col: #0b68a8;
}

.grade-icon.chuu-1 {
  --target-bg-col: #3cb1a2;
}

.grade-icon.chuu-2 {
  --target-bg-col: #0da591;
}

.grade-icon.chuu-3 {
  --target-bg-col: #009380;
}

.grade-icon.toddler-shou-6 {
  --target-bg-col: #009380;
  width: 110px;
}

.course-cont-lst-item-hdr-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-left: 1rem;
}

.course-cont-lst-item-dtl {
  margin: 0 auto;
  width: 860px;
}

.course-cont-lst-item-dtl-subject {
  align-items: center;
  display: flex;
}

.course-cont-lst-item-dtl-subject-item {
  align-items: center;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  height: 2rem;
  justify-content: center;
  text-align: center;
  width: 4.5rem;
}

.course-cont-lst-item-dtl-subject-item:not(:last-of-type) {
  margin-right: .5rem;
}

.course-cont-lst-item-dtl-subject-item.math {
  background-color: #00a5e3;
}

.course-cont-lst-item-dtl-subject-item.japanese {
  background-color: #e8465a;
}

.course-cont-lst-item-dtl-subject-item.science {
  background-color: #43b149;
}

.course-cont-lst-item-dtl-subject-item.socialstudies {
  background-color: #f5a200;
}

.course-cont-lst-item-dtl-subject-item.english {
  background-color: #9c4bb3;
}

.course-cont-lst-item-dtl-subject-annotation {
  font-size: 1.2rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-txt,
.course-cont-lst-item-dtl-txt-lst li,
.course-cont-lst-item-dtl-school-annotation {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1.46;
}

.course-cont-lst-item-dtl-school-annotation {
  font-size: 1.2rem;
}

.course-cont-lst-item-dtl-txt {
  margin: 1em auto 1.5em;
}

.juniorhigh .course-cont-lst-item-dtl-txt {
  margin: 1.5em auto 0
}

.juniorhigh .course-cont-lst-item-dtl-txt+.course-cont-lst-item-dtl-txt {
  margin: 2.5em auto .5em;
}

.course-cont-lst-item-dtl-txt.with-bnr {
  margin-bottom: .5rem;
}

.course-cont-lst-item-dtl-outline {
  margin-top: 2.5rem;
}

.course-cont-lst-item-dtl-outline-item {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.course-cont-lst-item-dtl-outline-item:not(:first-of-type),
.course-cont-lst-item-dtl-outline-item .annotation {
  margin-top: 1rem;
}

.course-cont-lst-item-dtl-outline-item::before {
  color: #009380;
  content: "◆";
}

.course-cont-lst-item-dtl-outline-item span {
  font-size: 2.6rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-outline-item .annotation {
  font-size: 3rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-outline-item .annotation::before {
  content: "※";
}

.course-cont-lst-item-dtl-txt-lst {
  counter-reset: list-counter;
  font-size: 2.8rem;
}

.course-cont-lst-item-dtl-txt+.course-cont-lst-item-dtl-txt-lst {
  margin: -.8em auto 1em;
}

.course-cont-lst-item-dtl-txt-lst li {
  counter-increment: list-counter;
}

.course-cont-lst-item-dtl-txt-lst li::before {
  content: "(" counter(list-counter)")";
  display: inline-block;
  text-align: justify;
  width: 1.5em;
}

.course-cont-lst-item-dtl-class-item-hdr {
  display: flex;
}

.course-cont-lst-item-dtl-class-item-hdr .grade-icon:not(:last-of-type) {
  margin-right: 1rem;
}

.course-cont-lst-item-dtl-class-item {
  font-size: 3rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-class-item:not(:first-of-type) {
  margin-top: 4.5rem;
}

.course-cont-lst-item-dtl-class-item span {
  font-size: 2.6rem;
  font-weight: 700;
  white-space: nowrap;
}

.course-cont-lst-item-dtl-class-item .annotation {
  color: #f00;
  font-size: 2.5rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-school,
.course-cont-lst-item-dtl-class-item-subhdr {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 -.5em;
}

.course-cont-lst-item-dtl-class+.course-cont-lst-item-dtl-school {
  margin-top: 4.5rem;
}

.course-cont-lst-item-dtl-school::before,
.course-cont-lst-item-dtl-school::after,
.course-cont-lst-item-dtl-class-item-subhdr::before,
.course-cont-lst-item-dtl-class-item-subhdr::after {
  content: "─";
  margin: 0 .5em;
}

.course-cont-lst-item-dtl-school-lst-item {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}

.course-cont-lst-item-dtl-school-lst-item:not(:last-of-type)::after {
  content: "・";
}

.course-cont-lst-item-dtl-close {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 1em 0 0 auto;
  width: fit-content;
}

.course-cont-lst-item-dtl-tbl-wrapper {
  font-size: 2.8rem;
  margin-top: 1em;
}

.course-cont-lst-item-dtl-tbl-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin: .5rem auto 0;
  width: 770px;
}

.course-cont-lst-item-dtl-tbl-ttl:not(:first-of-type) {
  margin-top: 1.5rem;
}

.course-cont-lst-item-dtl-tbl-ttl:not(.kobetsu)::before {
  content: "＜";
}

.course-cont-lst-item-dtl-tbl-ttl:not(.kobetsu)::after {
  content: "＞";
}

.course-cont-lst-item-dtl-tbl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin: .9rem auto;
  width: 735px;
}

.course-cont-lst-item-dtl-tbl-th,
.course-cont-lst-item-dtl-tbl-td {
  border: 1px solid #ccc;
  padding: .3em;
  text-align: center;
  vertical-align: middle;
}

.course-cont-lst-item-dtl-tbl-th {
  background-color: #009380;
  color: #fff;
  width: 4em;
}

.tbl-kobetsu .course-cont-lst-item-dtl-tbl-th {
  background-color: #fe7b12;
}

.course-cont-lst-item-dtl-tbl-th:nth-of-type(1) {
  width: 26%;
}

.course-cont-lst-item-dtl-tbl-th:nth-of-type(2) {
  width: 26%;
}

.course-cont-lst-item-dtl-tbl-th:nth-of-type(3) {
  width: 48%;
}

.course-cont-lst-item-dtl-tbl-td {
  background-color: #f7f7f7;
  letter-spacing: -.02em;
  padding: .6em .3em;
}

.course-cont-lst-item-dtl-tbl-td.td-subject {
  line-height: 1.85;
}

.annotation-list {
  font-size: 1.5rem;
  margin-top: 1rem;
}

.course-cont-lst-item-dtl-bnr {
  display: block;
  margin: 0 auto 3rem 0;
  width: 280px;
}

.course-cont-lst-item-dtl-bnr img {
  width: 100%
}

/* 合格実績 */
.jisseki.section-ctr {
  background-color: #fce7f0;
  text-align: center;
}

.jisseki.section-ctr img {
  width: 1000px;
}

/* 受講者の声 */
.voices.section-ctr {
  padding: 6rem 0;
}

.voices .section-ttl {
  text-align: center;
  line-height: 1.3;
}

.voices .section-ttl-sub {
  color: #f29c97;
  display: block;
  font-size: 3rem;
  font-weight: 700;
}

.voices .section-ttl-sub::before {
  content: "＼";
}

.voices .section-ttl-sub::after {
  content: "／";
}

.voices .section-ttl-main {
  display: block;
  font-size: 4rem;
  font-weight: 700;
}

.voices-list {
  display: grid;
  gap: 3.5rem 4rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  margin: 4.5rem auto 0;
  width: 88rem;
}

.item-odd {
  --voices-col: #f29c97;
  --voices-shadow: rgba(240, 202, 200, .3);
}

.item-even {
  --voices-col: #97c2f2;
  --voices-shadow: rgba(151, 194, 242, .3);
}

.voices-item {
  box-sizing: border-box;
  filter: drop-shadow(.5rem .5rem .1rem var(--voices-shadow));
  height: 38rem;
  padding: 2.3rem 1.7rem 3.6rem;
  width: 42rem;
}

.voices-splide-page.is-active {
  background-color: #626262;
  transform: scale(1);
}

.voices-item.item-odd {
  background: url(../img/bg_voices_fukidashi-1_pc.svg) no-repeat center top / contain;
}

.voices-item.item-even {
  background: url(../img/bg_voices_fukidashi-2_pc.svg) no-repeat center top / contain;
}

.voices-item-hdr {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 1.5rem;
}

.voices-item-hdr-img {
  width: 110px;
}

.voices-item-hdr-img img {
  width: 100%;
}

.voices-item-hdr-ttl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.14;
  margin-bottom: .5em;
  width: 27rem;
}

.voices-item-hdr-profile {
  border: .4rem solid;
  border-radius: 2.7rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 27rem;
}

.item-odd .voices-item-hdr-profile {
  border-color: #f29c97;
  color: #f29c97;
}

.item-even .voices-item-hdr-profile {
  border-color: #97c2f2;
  color: #97c2f2;
}

.voices-item-hdr-profile-dtl {
  background-color: #e6e6e6;
  font-size: 1.7rem;
  line-height: 1.8;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

.voices-item-txt {
  font-size: 1.7rem;
  letter-spacing: -.02em;
  line-height: 1.66;
}