/* 20240610 */
.mv__main--texts {
  /* transform: translate(-403%, -63%); */
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 100%;
}

.mv__main--logo {
  max-width: min(6.35vw, 7.625em);
}

.mv__main--note {
  font-size: clamp(0.625em, 0.9375vw, 1.125em);
  font-weight: 700;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #d1351c;
  margin-top: 2.7em;
}

.mv__main--insta {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(300%, -20%);
  -ms-transform: translate(300%, -20%);
  transform: translate(300%, -20%);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.mv__main--insta:hover {
  opacity: 0.7;
}

.mv__main--insta__logo {
  width: min(3.9vw, 4.75em);
  margin-left: auto;
  margin-right: auto;
}

.mv__main--insta__text {
  text-align: center;
  font-size: min(0.67vw, 0.8125em);
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .mv__main--texts {
    -webkit-transform: translate(4.67%, 4.6875em);
    -ms-transform: translate(4.67%, 4.6875em);
    transform: translate(4.67%, 4.6875em);
  }

  .mv__main--logo {
    max-width: 4.4375em;
  }

  .mv__main--note {
    font-size: 0.75em;
    margin-top: 2.5em;
  }

  .mv__main--insta {
    -webkit-transform: translate(-35%, 100%);
    -ms-transform: translate(-35%, 100%);
    transform: translate(-35%, 100%);
  }

  .mv__main--insta__logo {
    width: 3.0625em;
  }

  .mv__main--insta__text {
    font-size: 0.5625em;
  }
}

/* 20250106 */

.fv__lead .title {
  background-color: #ffff00;
  color: #d1351c;
}

.apply__button,
.h__button a.active {
  background-color: #d1351c;
}

/* 20250403 */
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    max-width: 100%;
    padding-right: 1.5625em;
    padding-right: clamp(2.5rem, 0.072rem + 6.36vw, 5rem);
    padding-left: 1.5625em;
    padding-left: clamp(2.5rem, 0.072rem + 6.36vw, 5rem);
  }

  .footer__inner,
  .apply__inner {
    padding-right: 1.5625em;
    padding-left: clamp(1.563rem, 0.072rem + 6.36vw, 3.125rem);
  }
}

.h__icon.h__icon.h__icon--border {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .h__icon.h__icon.h__icon--border {
    border-color: transparent;
    background-color: transparent;
  }
}

.mv.mv--background {
  background-color: #eeeeef;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mv.mv--background {
    align-items: flex-start;
    height: calc(var(--vh, 1dvh) * 100);
  }
}

.mv__main.mv__main--2025 {
  /* max-width: min(40.104167vw, 48.125em); */
  max-width: min(83.204167vw, 48.125em);
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .mv__main.mv__main--2025 {
    max-width: min(100vw, 37.5em);
    transform: translateY(0);
    padding-top: 3.125em;
    text-align: center;
  }
}
.mv__box {
  position: relative;
}

.mv__box .mv__insta {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv__box .mv__insta {
    display: block;
    position: absolute;
    right: 0.9375em;
    bottom: 0;
  }
}

.mv__info {
  display: none;
}

@media screen and (max-width: 768px) {
  .mv__info {
    display: inline-block;
    transform: translateX(-5%);
    margin-top: 0.1875em;
    width: 60vw;
    max-width: 14.375em;
  }
}

.mv__insta {
  position: absolute;
  right: 2.5vw;
  bottom: 2.3vw;
}
.mv__insta.mv__insta--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .mv__insta.mv__insta--pc {
    display: none;
  }
}

.button01.-pink,
.button01.-sky-blue {
  height: 3.20833333em;
  box-shadow: 10px 12px 0 #493c38;
  font-size: 1.5em;
}

.button01.-pink:hover,
.button01.-sky-blue:hover {
  transform: translate(5px, 6px);
  box-shadow: 5px 6px 0 #493c38;
}

.button01.-pink {
  background-color: #ed86b3;
}

.button01.-sky-blue {
  background-color: #00b8ee;
}

.course__overview--dl.-sky-blue dt {
  background-color: #00b8ee;
}

.course__overview--dl.-sky-blue .course__overview--term {
  color: #00b8ee;
}

@media screen and (max-width: 768px) {

  .button01.-pink,
  .button01.-sky-blue {
    height: 2.77777778em;
    box-shadow: 7px 7px 0 #493c38;
    font-size: 1.125em;
  }

  .button01.-pink:hover,
  .button01.-sky-blue:hover {
    transform: translate(3.5px, 3.5px);
    box-shadow: 3.5px 3.5px 0 #493c38;
  }
}

.p-info-box {
  padding-top: 2.375em;
  padding-bottom: 5.9375em;
}

@media screen and (max-width: 768px) {
  .p-info-box {
    /* padding-top: 1.875em; */
    padding-top: 3em;
    padding-bottom: 3.4375em;
  }
}

.p-info-box__text {
  padding-bottom: 2.5em;
  text-align: center;
}

.p-info-box__text img {
  display: inline-block;
  width: 44.375em;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .p-info-box__text {
    display: none;
  }
}

.p-info-box__date {
  text-align: center;
}

.p-info-box__date img {
  display: inline-block;
  width: 706px;
  max-width: 100%;
}

.p-info-box__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.5em;
  row-gap: 1.25em;
  margin-top: 3.125em;
}

@media screen and (max-width: 768px) {
  .p-info-box__buttons {
    margin-top: 0;
    row-gap: 1.875em;
  }
}

.p-info-box__button {
  width: 100%;
  max-width: 24.0625em;
}

@media screen and (max-width: 768px) {
  .p-info-box__button {
    max-width: 15.625em;
  }
}

.bg.-pink {
  /* overflow-x: hidden; */
  background-color: #ed86b3;
}

@media screen and (max-width: 768px) {
  .people {
    padding-top: 2.1em;
  }
}

.people__button.-sky-blue {
  background-color: #00b8ee;
}

.people__button.-date.-sky-blue {
  color: #00b8ee;
  background-color: #fff;
  border: 2px solid #00b8ee;
}

.people__texts.people__texts--trans {
  transform: translateY(-0.5em);
}

.modal-open:hover {
  cursor: initial;
}

.people__schedule--wrap.u-mt {
  margin-top: 4.8125em;
}

@media screen and (max-width: 768px) {
  .people__schedule--wrap.u-mt {
    margin-top: 4.5625em;
  }
}

@media screen and (max-width: 768px) {
  .people__schedule.-lg {
    column-gap: 1.2em;
  }

  .people__schedule.-lg:nth-child(n+2) {
    margin-top: 1.1em;
  }
}

.people__schedule--wrap {
  column-gap: 0.25em;
}

.people__schedule--month.-sky-blue {
  color: #00b8ee;
  border: 1px solid #00b8ee;
}

.people__schedule--month.-sky-blue::before {
  background-color: #00b8ee;
}

.people__schedule--month.-sky-blue.-bg {
  background-color: #00b8ee;
  color: #fff;
}

.section-right.-lg {
  padding-bottom: 4.375em;
}

@media screen and (max-width: 768px) {
  .section-right.-lg {
    padding-bottom: 2em;
  }
}

.section-right.-max {
  padding-bottom: 6.875em;
}

.people__wrap.-lg,
.section-right.-max {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {

  .people__wrap.-lg,
  .section-right.-max {
    margin-top: 1.2em;
  }

  .section-right.-max {
    padding-bottom: 3.125em;
  }
}

.c-section-title {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 1em;
  }
}

.c-section-title__label {
  display: inline-block;
  position: relative;
  padding: 0.4em 0.4em 0.4em 1.8em;
  background-color: #fff;
  color: #ed86b3;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.c-section-title__label::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0.625em;
  transform: translate(0, -50%);
  z-index: 1;
  width: 0.84em;
  height: 0.96em;
  background: url(../img/2025/icon-arrow.svg) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .c-section-title__label {
    padding: 0.45625em 0.25625em 0.45625em 3em;
    transform: translateX(-1.5625em);
    /* letter-spacing: 0.36em; */
  }

  .c-section-title__label::before {
    left: 1.5625em;
    width: 1.1875em;
    height: 1em;
  }
}

.c-section-title__main {
  margin-top: 1.125em;
  margin-top: 0.72em;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-section-title__main {
    margin-top: 0.8125em;
    line-height: 1.9590625;
  }

  .c-section-title__main span {
    display: none;
  }
}

.people__img.people__img--small {
  width: 5.0625em;
  height: 5.0625em;
}

@media screen and (max-width: 768px) {
  .people__img.people__img--small {
    width: 3.9375em;
    height: 3.9375em;
  }
}

.people__schedule.people__schedule--small {
  column-gap: 0.85em;
}

.people__schedule.people__schedule--small:nth-child(n+2) {
  margin-top: 1.3625em;
}

@media screen and (max-width: 768px) {
  .people__schedule.people__schedule--small:nth-child(n+2) {
    margin-top: 0.9em;
  }
}

.people__list.people__list--small {
  grid-template-columns: 5.0625em 1fr;
  column-gap: 1.375em;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .people__list.people__list--small {
    grid-template-columns: 3.9375em 1fr;
    column-gap: 0.475em;
    transform: translateX(-1.125em);
  }
}

.people__head.people__head--large {
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .people__head.people__head--large {
    letter-spacing: 0.1em;
  }
}

.people__texts.people__texts--trans.-sm {
  transform: translateY(0.1em);
}

@media screen and (max-width: 768px) {
  .people__texts.people__texts--trans.-sm {
    transform: translateY(-0.1em);
  }

  .people__texts.people__texts--trans.-lg {
    transform: translateY(0.8em);
  }

  .people__lists.-lg {
    row-gap: 1.8em;
  }
}

.people__name.people__name--large span.underline {
  font-size: 1.125em;
}

.p-people__text {
  width: 90%;
  max-width: 900px;
  padding-bottom: 2em;
  padding-left: 5%;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .p-people__text {
    width: 100%;
    max-width: 100%;
    padding-top: 0.3125em;
    padding-bottom: 2.2em;
    padding-right: 2.14285714em;
    padding-left: 2.14285714em;
    font-size: 0.875em;
    line-height: 1.92857143;
  }
}

.people__schedule--month.-lg {
  width: 5.0625em;
  height: 4.4625em;
}

.people__inner {
  width: 90%;
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .people__inner {
    width: 100%;
    max-width: 100%;
    padding-right: 3.125em;
    padding-left: 1.875em;
  }
}

.people__buttons.people__buttons--spot {
  width: 280px;
  max-width: 100%;
  margin-top: 3.4375em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .people__buttons.people__buttons--spot {
    margin-top: 2.5em;
  }
}

@media screen and (max-width: 768px) {
  .course__overview:has(.course__overview--dl.-sky-blue):nth-child(n+2) {
    margin-top: 2.5em !important;
  }
}

.course__overview--dl.-sky-blue dt {
  background-color: #00b8ee;
}

@media screen and (max-width: 768px) {
  .course__overview--dl.-sky-blue dd {
    /* margin-top: 0.3125em; */
  }
}

.course__overview--button.-sky-blue {
  border-color: #00b8ee;
  color: #00b8ee;
}

@media screen and (max-width: 768px) {
  .course__overview--button.-sky-blue {
    margin-top: 1.125em;
  }
}

.course__overviews.course__overviews--inner {
  width: 90%;
  max-width: 900px;
}

.course__overviews.course__overviews--inner .course__overview:nth-child(n+2) {
  margin-top: 2.25em;
}

.course__overview--price.-sky-blue {
  margin-top: 1px;
  padding-bottom: 1.25em;
  color: #00b8ee;
}

@media screen and (max-width: 768px) {
  .course__overview--price.-sky-blue {
    padding-bottom: 0.625em;
  }
}

.course__overview--price.-sky-blue small {
  color: #000;
  font-size: 0.69230769em;
}

.course__overview--price.-sky-blue img {
  width: 17.5em;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .course__overview--price.-sky-blue {
    width: 11.5625em;
  }
}

.course__date img {
  width: 24.0625em;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .course__date {
    margin-top: 1.25em;
  }

  .course__date img {
    width: 12.1875em;
  }
}

.people__section--ttl.-sm {
  padding-top: 1.6em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .people__section--ttl.c-section-title {
    padding-top: 2.175em;
  }

  .people__section--ttl.-sm {
    padding-top: 0.9375em;
  }
}

.course.-lg {
  padding-top: 1.125em;
  padding-left: 4.0625em;
}

@media screen and (max-width: 768px) {
  .course.-lg {
    padding-top: 0.625em;
    padding-right: 0;
    padding-left: 1.875em;
  }
}

@media screen and (max-width: 768px) {
  .apply__text.-sm {
    margin-bottom: 1.42857143em;
  }
}

.apply__button.-pink {
  background-color: #ed86b3;
}

.apply__button.-contact.-sky-blue {
  color: #00b8ee;
  border-color: #00b8ee;
}

@media screen and (max-width: 768px) {

  .apply__button.-pink,
  .apply__button.-contact.-sky-blue {
    max-width: 14em;
    height: 2.7em;
  }
}

.header.-pink {
  background-color: #ed86b3;
}

.h__button.-pink a {
  background-color: #ed86b3;
}

.h__button.-color.-sky-blue a {
  border-color: #00b8ee;
  color: #00b8ee;
}

.schedule__detail.-col2 {
  grid-template-columns: 3.75em auto;
}

.schedule__list--text.-mt {
  margin-top: 1.875em;
}

@media screen and (max-width: 768px) {
  .schedule__list--text.-mt {
    margin-top: 1.25em;
  }
}

.schedule__detail--month.-sky-blue {
  color: #00b8ee;
  border: 1px solid #00b8ee;
}

.schedule__tag {
  margin-top: 1em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.9285714286;
  letter-spacing: 0.01em;
  text-align: justify;
  font-feature-settings: "palt";
  text-decoration: underline;
}

.schedule__list--ttl.-sm {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .schedule__list--ttl.-sm {
    font-size: 0.9375em;
  }
}

/* 2025.04.18 修正 */
.apply__links {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 0.9375em;
  column-gap: 1.875em;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  padding-left: 0.375em;
}

@media screen and (max-width: 768px) {
  .apply__links {
    grid-template-columns: 1fr;
    row-gap: 1.0625em;
    padding-top: 1.5625em;
    padding-bottom: 2.5em;
    padding-left: 0.375em;
  }
}

.apply__text {
  margin-bottom: 1.5625em;
}

.apply__link {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .apply__link {
    width: 10.8125em;
  }
}

.people__button.-border-pink {
  justify-content: flex-start;
  height: 3.75em;
  padding-left: 0.8125em;
  background-color: #fff;
  border: 3px solid #ed86b3;
  color: #ed86b3;
  font-size: 1.25em;
}

@media screen and (max-width: 768px) {
  .people__button.-border-pink {
    justify-content: center;
    height: 2.8125em;
    padding-left: 0;
    font-size: 0.8125em;
  }
}

.people__button.-play.-border-pink {
  padding-right: 0;
}

.people__button.-play.-border-pink::before {
  background: url(../img/2025/play_pink.svg) no-repeat center/contain;
}

/* 2025.05.29修正 */
.course__overview--red {
  color: #ff0000;
  font-weight: bold;
}

/* 2025/07/08修正 */
.people__contents.-test,
.-test .people__list.people__list--small {
  transform: none;
}

.-test .people__head.people__head--large {
  line-height: 1.5;
}
.-test .schedule__detail.-col2 {
  grid-template-columns: 1fr;
}
.-test .schedule__detail--date {
  padding-left: 0;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.people__contents.-test {
  max-width: none;
  padding-right: 5%;
  padding-left: 5%;
}
.-test .people__list.people__list--small {
  grid-template-columns: 7.3125em 1fr;
}
.-test .people__img.people__img--small {
  width: 7.3125em;
  height: auto;
}
.-test .apply__links {
  grid-template-columns: repeat(2, 1fr);
  width: 70%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .-test .people__list.people__list--small {
      grid-template-columns: 5.625em 1fr;
      column-gap: 1em;
  }
  .-test .people__img.people__img--small {
    width: 5.625em;
    height: auto;
  }
  .-test .people__name {
    margin-top: 0.6em;
  }
  .-test .people__schedule.people__schedule--small:nth-child(n+2) {
    margin-top: 1.2em;
  }
  .people__contents.-test {
    max-width: none;
    padding-right: 1.875em;
    padding-left: 1.875em;
  }
}
