@charset "UTF-8";
/* タイトルセクション
----------------------------------------*/
.sec-title {
  position: relative;
  background-color: #fff;
}
.sec-title .title-head {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec-title .title-head {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head {
    height: 21.3333333333vw;
  }
}
.sec-title .title-head .title-head__inner {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__inner {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__inner {
    width: 86.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .c-icon-new {
    margin-left: -4.5333333333vw;
  }
}
.sec-title .title-head .title-head__age {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__age {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__age {
    column-gap: 4.2666666667vw;
  }
}
.sec-title .title-head .title-head__age p {
  display: flex;
  align-items: baseline;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__age p {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__age p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__age p .title-head__large {
    font-size: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__age p .title-head__large {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__age p .title-head__small {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__age p .title-head__small {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.sec-title .title-head .title-head__type-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__type-list {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__type-list {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5333333333vw;
    margin-right: -2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .title-head .title-head__type-list li {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .title-head .title-head__type-list li {
    height: 5.3333333333vw;
  }
}
.sec-title .title-head .title-head__type-list li img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .sec-title .l-section-inner {
    height: 475px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .l-section-inner {
    padding-bottom: 16vw;
  }
}
.sec-title .sec-title__content {
  position: relative;
}
.sec-title .sec-title__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__head {
    padding-top: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__head {
    padding-top: 5.3333333333vw;
  }
}
.sec-title .sec-title__logo img {
  display: block;
}
.sec-title .sec-title__notice {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}
.sec-title .sec-title__notice:has(.marker) {
  margin-left: -0.5em;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__notice {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__notice {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.sec-title .sec-title__notice .marker {
  padding-left: 0.5em;
}
.sec-title .sec-title__mainvisual {
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__mainvisual {
    position: absolute;
    right: 0;
    top: 60px;
    width: 540px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__mainvisual {
    position: relative;
    margin-top: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.sec-title .sec-title__target-age p {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__target-age p {
    width: 50%;
    font-size: 1.125rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__target-age p {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 2;
    margin-top: 6.1333333333vw;
  }
}
.sec-title .sec-title__target-age p span {
  display: inline-block;
  border-bottom-style: solid;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__target-age p span {
    border-bottom-width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__target-age p span {
    border-bottom-width: 0.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__text {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__text {
    margin-top: 6.1333333333vw;
  }
}
.sec-title .sec-title__text p {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__text p {
    width: 480px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__text p {
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__text .note {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__text .note {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__note {
    width: 50%;
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__note {
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__note p {
    width: 480px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__note p {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-title .sec-title__mainvisual + .sec-title__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-title .sec-title__mainvisual + .sec-title__text {
    margin-top: 7.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.primary .sec-title .sec-title__logo {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-title .sec-title__logo {
    width: 112vw;
  }
}
body.primary_01 .sec-title .sec-title__notice .marker {
  background: linear-gradient(transparent 50%, #b2e4f9 50%);
}
body.primary_01 .sec-title .sec-title__target-age {
  color: #32b0e6;
}
body.primary_01 .sec-title .title-head {
  background-color: #32b0e6;
}
body.primary_02 .sec-title .sec-title__target-age {
  color: #0a7fb1;
}
body.primary_02 .sec-title .title-head {
  background-color: #0a7fb1;
}
body.doremiland .sec-title .sec-title__target-age {
  color: #e73656;
}
body.doremiland .sec-title .title-head {
  background-color: #e73656;
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-title .sec-title__logo {
    width: 520px;
  }
}
body.prejunior .sec-title .sec-title__target-age {
  color: #009b63;
}
body.prejunior .sec-title .title-head {
  background-color: #009b63;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-title .sec-title__logo {
    width: 520px;
  }
}

/* 詳細セクション
----------------------------------------*/
.sec-detail .l-section-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-detail .l-section-inner {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .l-section-inner {
    padding-top: 16vw;
    padding-bottom: 29.3333333333vw;
  }
}
.sec-detail .sec-detail__lead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__lead {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__lead {
    padding-bottom: 16vw;
  }
}
.sec-detail .sec-detail__text {
  letter-spacing: 0.05em;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__text {
    width: 716px;
    font-size: 1rem;
    line-height: 1.575;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__text p:first-child, .sec-detail .sec-detail__text p:last-child {
    width: 50.6666666667vw;
  }
  .sec-detail .sec-detail__text p:last-child {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__text p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__text p + p {
    margin-top: 4.2666666667vw;
  }
}
.sec-detail .sec-detail__text .sec-detail__notice {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__text .sec-detail__notice {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__text .sec-detail__notice {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.sec-detail .sec-detail__text .sec-detail__notice .marker {
  padding-left: 0.5em;
}
.sec-detail .sec-detail-aside {
  border-style: solid;
  border-color: #0B7FB1;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail-aside {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 716px;
    border-radius: 20px;
    padding: 20px 24px;
    border-width: 1px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail-aside {
    margin-top: 10.6666666667vw;
    border-radius: 5.3333333333vw;
    padding: 5.3333333333vw 6.4vw;
    border-width: 0.2666666667vw;
    font-size: 3.4666666667vw;
  }
}
.sec-detail .sec-detail-aside .sec-detail-aside__head {
  color: #0B7FB1;
  font-weight: 700;
}
.sec-detail .sec-detail-aside p {
  margin-top: 0.25em;
}
.sec-detail .sec-detail__table {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table {
    width: 900px;
  }
}
.sec-detail .sec-detail__table table {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table {
    line-height: 1.4;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table {
    line-height: 1.2307692308;
    border-radius: 4.2666666667vw;
  }
}
.sec-detail .sec-detail__table table th {
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table th {
    font-size: 1rem;
    width: 220px;
    min-height: 60px;
    border-bottom: 2px solid #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table th {
    width: 26.6666666667vw;
    min-height: 12.5333333333vw;
    border-bottom: 0.5333333333vw solid #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table th .small {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table th .small {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.sec-detail .sec-detail__table table td {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table td {
    width: 680px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table td {
    width: 59.4666666667vw;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table td.nowrap {
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table td.pc-center {
    text-align: center;
  }
}
.sec-detail .sec-detail__table table td.center {
  text-align: center;
}
.sec-detail .sec-detail__table table td .age {
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table td .age {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table table td .age {
    margin-bottom: 1.3333333333vw;
  }
}
.sec-detail .sec-detail__table table td .age:last-child {
  margin-bottom: 0;
}
.sec-detail .sec-detail__table table tr {
  /* tdが1つだけあるtr */
  /* tdが2つあるtr */
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table tr:has(td:nth-child(2):nth-last-child(1)) td {
    width: 680px;
  }
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table table tr:has(td:nth-child(2):nth-last-child(2)) td {
    width: 340px;
  }
}
.sec-detail .sec-detail__table .sec-detail__table__fee td dl dt {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee td dl + dl {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee td dl + dl {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee td dl dd span {
    display: inline-block;
  }
  .sec-detail .sec-detail__table .sec-detail__table__fee td dl dd span:nth-of-type(2) {
    text-indent: 1em;
  }
  .sec-detail .sec-detail__table .sec-detail__table__fee td dl dd span:nth-of-type(3) {
    text-indent: 1em;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee td ul li + li {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee .dl-list li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee .dl-list li span {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .sec-detail__table__fee .dl-list li span:nth-of-type(2) {
    margin-left: 1em;
  }
}
.sec-detail .sec-detail__table .square-head::before {
  content: "■";
}
.sec-detail .sec-detail__table .note-list {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table .note-list {
    margin-top: 11px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-detail .sec-detail__table .note-list {
    margin-top: 2.4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .sec-detail .sec-detail__table .note-list li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.sec-detail .sec-detail__table .note-list a {
  color: #0096d6;
  font-weight: 700;
}
.sec-detail .sec-detail__table .note-list a:focus-visible {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .sec-detail .sec-detail__table .note-list a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: -6.9333333333vw;
    margin-right: -6.9333333333vw;
    padding-left: 6.9333333333vw;
    padding-right: 6.9333333333vw;
    position: relative;
    display: flex;
  }
  body.primary .sec-detail .sec-detail__table::-webkit-scrollbar {
    display: none;
  }
  body.primary .sec-detail .sec-detail__table::after {
    content: "";
    width: 6.9333333333vw;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table {
    flex-shrink: 0;
    width: 145.0666666667vw;
  }
}
body.primary .sec-detail .sec-detail__table table thead {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.primary .sec-detail .sec-detail__table table thead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table thead {
    font-size: 15px;
    font-size: 4vw;
  }
}
body.primary .sec-detail .sec-detail__table table thead th {
  background: none;
  border-bottom: none;
}
body.primary .sec-detail .sec-detail__table table thead th > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.primary .sec-detail .sec-detail__table table thead th > div {
    height: 60px;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table thead th > div {
    height: 16vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  body.primary .sec-detail .sec-detail__table table thead th.primary {
    padding-right: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table thead th.primary {
    padding-right: 0.2666666667vw;
  }
}
body.primary .sec-detail .sec-detail__table table thead th.primary > div {
  background-color: #0a7fb1;
}
@media screen and (min-width: 768px) {
  body.primary .sec-detail .sec-detail__table table thead th.personal {
    transform: translateX(1px);
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table thead th.personal {
    transform: translateX(0.2666666667vw);
  }
}
body.primary .sec-detail .sec-detail__table table thead th.personal > div {
  background-color: #06658d;
}
@media screen and (min-width: 768px) {
  body.primary .sec-detail .sec-detail__table table tbody tr:first-child th {
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table table tbody tr:first-child th {
    border-top-left-radius: 5.3333333333vw;
  }
}
body.primary .sec-detail .sec-detail__table table tr:last-child th, body.primary .sec-detail .sec-detail__table table tr:last-child td {
  border-bottom: none;
}
body.primary .sec-detail .sec-detail__table table td {
  vertical-align: middle;
}
body.primary .sec-detail .sec-detail__table table .small-horizontal {
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table .sec-detail__table__fee th {
    vertical-align: top;
    padding-top: 18.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body.primary .sec-detail .sec-detail__table .c-sp-table-scroll-sign {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body.primary_01 .sec-detail .sec-detail__notice .marker {
  background: linear-gradient(transparent 50%, #b2e4f9 50%);
}
body.primary_01 .sec-detail .sec-detail__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.primary_01 .sec-detail .sec-detail__image-left {
    width: 124px;
    top: -21px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.primary_01 .sec-detail .sec-detail__image-left {
    width: 25.0666666667vw;
    top: -9.3333333333vw;
    right: 0vw;
  }
}
@media screen and (min-width: 768px) {
  body.primary_01 .sec-detail .sec-detail__image-right {
    width: 127px;
    bottom: -113px;
    right: 74px;
  }
}
@media screen and (max-width: 767px) {
  body.primary_01 .sec-detail .sec-detail__image-right {
    width: 25.8666666667vw;
    bottom: -28vw;
    left: 0vw;
  }
}
body.primary_01 .sec-detail .sec-detail__table table th {
  background-color: #32b0e6;
}
body.primary_01 .sec-detail .sec-detail__table table td {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  body.primary_01 .sec-detail .sec-detail__table table td {
    border-bottom: 2px solid #32b0e6;
  }
}
@media screen and (max-width: 767px) {
  body.primary_01 .sec-detail .sec-detail__table table td {
    border-bottom: 0.5333333333vw solid #32b0e6;
  }
}
@media screen and (min-width: 768px) {
  body.primary_01 .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 2px solid #32b0e6;
  }
}
@media screen and (max-width: 767px) {
  body.primary_01 .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 0.5333333333vw solid #32b0e6;
  }
}
body.primary_01 .sec-detail .sec-detail__table table td .age {
  color: #32b0e6;
}
body.primary_02 .sec-detail .sec-detail__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.primary_02 .sec-detail .sec-detail__image-left {
    width: 66px;
    top: -21px;
    left: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__image-left {
    width: 13.3333333333vw;
    top: -9.0666666667vw;
    right: 12.5333333333vw;
  }
}
body.primary_02 .sec-detail .sec-detail__image-right {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  body.primary_02 .sec-detail .sec-detail__image-right {
    width: 264px;
    bottom: 42px;
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__image-right {
    width: 36vw;
    bottom: 72.8vw;
    left: -3.4666666667vw;
  }
}
body.primary_02 .sec-detail .sec-detail__table table thead th.primary > div {
  background-color: #07658D;
}
body.primary_02 .sec-detail .sec-detail__table table thead th.personal > div {
  background-color: #044966;
}
body.primary_02 .sec-detail .sec-detail__table table th {
  background-color: #0a7fb1;
}
body.primary_02 .sec-detail .sec-detail__table table td {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  body.primary_02 .sec-detail .sec-detail__table table td {
    border-bottom: 2px solid #0a7fb1;
  }
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__table table td {
    border-bottom: 0.5333333333vw solid #0a7fb1;
  }
}
@media screen and (min-width: 768px) {
  body.primary_02 .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 2px solid #0a7fb1;
  }
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 0.5333333333vw solid #0a7fb1;
  }
}
body.primary_02 .sec-detail .sec-detail__table table td .age {
  color: #0a7fb1;
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__text p:first-child {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.primary_02 .sec-detail .sec-detail__text p:first-child::before {
    content: "";
    width: 45%;
    height: 5em;
    display: block;
    float: right;
  }
}
body.doremiland .sec-detail .sec-detail__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__image-left {
    width: 135px;
    top: -22px;
    left: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.doremiland .sec-detail .sec-detail__image-left {
    width: 25.8666666667vw;
    top: -1.8666666667vw;
    right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__image-right {
    width: 130px;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.doremiland .sec-detail .sec-detail__image-right {
    width: 24.2666666667vw;
    bottom: 7.2vw;
    left: 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__text p:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__table table {
    border: 2px solid #e73656;
  }
}
@media screen and (max-width: 767px) {
  body.doremiland .sec-detail .sec-detail__table table {
    border: 0.5333333333vw solid #e73656;
  }
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__table table tr:last-child th {
    border-bottom: 2px solid #e73656;
  }
}
@media screen and (max-width: 767px) {
  body.doremiland .sec-detail .sec-detail__table table tr:last-child th {
    border-bottom: 0.5333333333vw solid #e73656;
  }
}
body.doremiland .sec-detail .sec-detail__table table th {
  background-color: #e73656;
}
@media screen and (min-width: 768px) {
  body.doremiland .sec-detail .sec-detail__table table td {
    border-bottom: 2px solid #e73656;
  }
}
@media screen and (max-width: 767px) {
  body.doremiland .sec-detail .sec-detail__table table td {
    border-bottom: 0.5333333333vw solid #e73656;
  }
}
body.doremiland .sec-detail .sec-detail__table table td .age {
  color: #e73656;
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__lead {
    padding-bottom: 33.8666666667vw;
  }
}
body.prejunior .sec-detail .sec-detail__image {
  position: absolute;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__image-left {
    width: 144px;
    top: -31px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__image-left {
    width: 23.7333333333vw;
    top: -10.4vw;
    right: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__image-right {
    width: 145px;
    bottom: -140px;
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__image-right {
    width: 23.7333333333vw;
    bottom: 4vw;
    left: 3.4666666667vw;
  }
}
body.prejunior .sec-detail .sec-detail__table table thead th {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table tbody tr:first-child th {
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table tbody tr:first-child th {
    border-top-left-radius: 5.3333333333vw;
  }
}
body.prejunior .sec-detail .sec-detail__table table tr:last-child th,
body.prejunior .sec-detail .sec-detail__table table tr:last-child td {
  border-bottom: none;
}
body.prejunior .sec-detail .sec-detail__table table th {
  background-color: #009b63;
}
body.prejunior .sec-detail .sec-detail__table table td {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table td {
    border-bottom: 2px solid #009b63;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table td {
    border-bottom: 0.5333333333vw solid #009b63;
  }
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 2px solid #009b63;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table td:nth-child(3) {
    border-left: 0.5333333333vw solid #009b63;
  }
}
body.prejunior .sec-detail .sec-detail__table table td .age {
  color: #009b63;
}
body.prejunior .sec-detail .sec-detail__table table td .small-horizontal {
  margin-left: 1em;
}
body.prejunior .sec-detail .sec-detail__table table thead {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table thead {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table thead {
    font-size: 15px;
    font-size: 4vw;
  }
}
body.prejunior .sec-detail .sec-detail__table table thead th {
  background: none;
}
body.prejunior .sec-detail .sec-detail__table table thead th > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table thead th > div {
    height: 60px;
    border-radius: 20px 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table thead th > div {
    height: 16vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table thead th.prejunior {
    padding-right: 1px;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table thead th.prejunior {
    padding-right: 0.2666666667vw;
  }
}
body.prejunior .sec-detail .sec-detail__table table thead th.prejunior > div {
  background-color: #126f47;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__table table thead th.personal {
    transform: translateX(1px);
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table table thead th.personal {
    transform: translateX(0.2666666667vw);
  }
}
body.prejunior .sec-detail .sec-detail__table table thead th.personal > div {
  background-color: #184837;
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__table .c-sp-table-scroll-sign {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
body.prejunior .sec-detail .sec-detail__prejunior-notice {
  background-color: #b3e1d0;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice {
    width: 900px;
    margin: 80px auto auto;
    padding: 16px 85px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice {
    width: 86.4vw;
    margin: 16vw auto auto;
    padding: 6.4vw;
    border-radius: 1.6vw;
  }
}
body.prejunior .sec-detail .sec-detail__prejunior-notice p {
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice p {
    line-height: 1.5em;
  }
}
body.prejunior .sec-detail .sec-detail__prejunior-notice p span {
  text-decoration: underline;
}
body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn {
  color: #009b63;
}
@media screen and (min-width: 768px) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn {
    margin: 16px auto auto;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn {
    width: 67.2vw;
    height: 13.3333333333vw;
    margin: 5.3333333333vw auto auto;
  }
  body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn::before {
    width: 0;
  }
}
body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn .c-btn-arrow {
  border-color: #fff;
  background-color: #009b63;
}
body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn:focus-visible {
  background-color: #e4f2ed;
}
@media (hover: hover) and (pointer: fine) {
  body.prejunior .sec-detail .sec-detail__prejunior-notice .c-oval-btn:hover {
    background-color: #e4f2ed;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__text p:first-child {
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  body.prejunior .sec-detail .sec-detail__text p:first-child::before {
    content: "";
    width: 45%;
    height: 5em;
    display: block;
    float: right;
  }
}

/* 「その他の年齢のコース」セクション
----------------------------------------*/
.sec-other-courses {
  background-color: #7dd1f4;
}
@media screen and (min-width: 768px) {
  .sec-other-courses {
    padding-top: 155px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec-other-courses {
    padding-top: 22.9333333333vw;
    padding-bottom: 32.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .sec-other-courses .l-section-inner {
    width: 89.3333333333vw;
  }
}
.sec-other-courses .btn-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sec-other-courses .btn-area {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec-other-courses .btn-area {
    margin-top: 21.3333333333vw;
  }
}
body.primary .sec-other-courses .education-item.primary {
  display: none;
}
body.doremiland .sec-other-courses .education-item.doremiland {
  display: none;
}
body.prejunior .sec-other-courses .education-item.prejunior {
  display: none;
}
