@charset "UTF-8";
.c-h2 {
  position: relative;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.768vw;
  text-align: center;
  margin-top: 10.6666666667vw;
}
@media (min-width: 768px) {
  .c-h2 {
    font-size: min(4.4444444444vw, 48px);
    letter-spacing: min(0.6814814815vw, 7.36px);
    margin-bottom: min(7.4074074074vw, 80px);
    margin-top: min(5.5555555556vw, 60px);
  }
}
.c-h2::after {
  position: absolute;
  content: "";
  bottom: -2.1333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 5.3333333333vw;
  height: 1px;
  background-color: #010101;
}
@media (min-width: 768px) {
  .c-h2::after {
    bottom: min(-1.3888888889vw, -15px);
    height: 2px;
  }
}

.c-h3 {
  position: relative;
  display: block;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.7px;
  color: #010101;
  margin-left: 2.1333333333vw;
  margin-top: 6.9333333333vw;
}
@media (min-width: 768px) {
  .c-h3 {
    font-size: min(2.7777777778vw, 30px);
    text-align: left;
    margin-left: min(3.7037037037vw, 40px);
    margin-top: min(3.7037037037vw, 40px);
  }
}
.c-h3::before {
  content: "";
  position: absolute;
  background-color: #010101;
  width: 1px;
  height: 4.2666666667vw;
  left: -1.6vw;
}
@media (min-width: 768px) {
  .c-h3::before {
    width: 2px;
    height: min(3.7037037037vw, 40px);
    left: min(-0.7407407407vw, -8px);
    left: min(-1.4814814815vw, -16px);
  }
}

.l-main__inner {
  width: 100%;
  overflow-x: hidden;
  background: #f9f8f4;
}

.p-feature {
  padding: 9.6vw 5.3333333333vw 16vw;
}
@media (min-width: 768px) {
  .p-feature {
    padding: min(3.7037037037vw, 40px) min(5.5555555556vw, 60px) min(5.5555555556vw, 60px);
  }
}
.p-feature__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-feature__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.p-feature__cards {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-feature__cards {
    row-gap: min(2.7777777778vw, 30px);
    column-gap: min(2.7777777778vw, 30px);
    flex-direction: row;
    justify-content: space-around;
  }
}
.p-feature__card {
  flex: 1;
  padding: 8px;
  background: #fff;
  padding: 2.9333333333vw 3.2vw 9.8666666667vw;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2666666667vw #707070;
}
@media (min-width: 768px) {
  .p-feature__card {
    max-width: 550px;
    padding: min(2.2222222222vw, 24px);
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #707070;
  }
}
.p-feature__card-tag {
  width: fit-content;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.75px;
  color: #010101;
  padding: 1.0666666667vw 2.1333333333vw 1.0666666667vw 1.0666666667vw;
  background-image: linear-gradient(172deg, #777 5%, #fff 30%, #fff 74%);
}
@media (min-width: 768px) {
  .p-feature__card-tag {
    font-size: min(2.2222222222vw, 24px);
    padding: min(0.7407407407vw, 8px) min(1.8518518519vw, 20px) min(0.9259259259vw, 10px) min(1.4814814815vw, 16px);
  }
}
.p-feature__card-text {
  width: 74.6666666667vw;
  margin: 1.6vw auto 0;
  object-fit: contain;
  font-size: 3.2vw;
  line-height: 1.33;
  letter-spacing: 0.6px;
  color: #010101;
}
@media (min-width: 768px) {
  .p-feature__card-text {
    width: inherit;
    margin-top: min(1.4814814815vw, 16px);
    font-size: min(2.037037037vw, 22px);
  }
}
.p-feature__card-image {
  width: 66.6666666667vw;
  height: 53.3333333333vw;
  margin: 4.2666666667vw auto 0;
}
@media (min-width: 768px) {
  .p-feature__card-image {
    width: min(37.037037037vw, 400px);
    height: min(29.6296296296vw, 320px);
    margin-top: min(1.8518518519vw, 20px);
  }
}

.p-price {
  padding: 0 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-price {
    padding: min(7.4074074074vw, 80px) min(5.5555555556vw, 60px) 0;
  }
}
.p-price__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-price__inner {
    max-width: 950px;
    margin: 0 auto;
  }
}
.p-price__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  padding-bottom: 8vw;
}
@media (min-width: 768px) {
  .p-price__wrapper {
    margin-top: min(2.7777777778vw, 30px);
    flex-direction: row;
    column-gap: min(1.8518518519vw, 20px);
    padding-bottom: min(3.7037037037vw, 40px);
  }
}
.p-price__wrapper-day {
  flex: 3;
}
.p-price__wrapper-right {
  flex: 4;
  display: flex;
  flex-direction: column;
  /* 上下配置 */
  row-gap: 5.3333333333vw;
}
@media (min-width: 768px) {
  .p-price__wrapper-right {
    row-gap: min(3.7037037037vw, 40px);
  }
}
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.2666666667vw #010101;
  box-shadow: 0.5333333333vw 0.5333333333vw 0 0 rgba(0, 0, 0, 0.16);
  font-size: 3.7333333333vw;
  line-height: 1.14;
  letter-spacing: 0.1866666667vw;
}
@media (min-width: 768px) {
  .p-price__table {
    border: solid 2px #010101;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.16);
    font-size: min(2.037037037vw, 22px);
    line-height: 1.14;
    letter-spacing: 1px;
    height: fit-content;
  }
}
.p-price__heading {
  height: 6.9333333333vw;
  padding-top: 1.0666666667vw;
  background-color: #010101;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__heading {
    height: min(5.5555555556vw, 60px);
    font-size: min(2.5925925926vw, 28px);
    padding-top: min(0.7407407407vw, 8px);
  }
}
.p-price__card {
  padding: 3.2vw 3.2vw 4.2666666667vw;
  font-size: 3.2vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-price__card {
    padding: min(2.037037037vw, 22px);
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-price__card-title {
  margin-bottom: 1.0666666667vw;
}
@media (min-width: 768px) {
  .p-price__card-title {
    font-size: min(2.037037037vw, 22px);
    margin-bottom: min(1.1111111111vw, 12px);
  }
}
.p-price__card-title::before {
  content: "◎";
}
@media (min-width: 768px) {
  .p-price__card-text {
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-price__card-text + .p-price__card-text {
  margin-top: 2.1333333333vw;
}
@media (min-width: 768px) {
  .p-price__card-text + .p-price__card-text {
    margin-top: min(1.4814814815vw, 16px);
  }
}
.p-price__block {
  display: flex;
  min-height: 7.4666666667vw;
}
@media (min-width: 768px) {
  .p-price__block {
    min-height: inherit;
  }
}
.p-price__block + .p-price__block {
  border-top: solid 0.2666666667vw #010101;
}
@media (min-width: 768px) {
  .p-price__block + .p-price__block {
    border-top: solid 2px #010101;
  }
}
.p-price__table-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24vw;
  min-height: 7.4666666667vw;
  font-weight: 500;
  text-align: center;
  background: #eee;
  align-items: center;
  font-size: 3.7333333333vw;
}
@media (min-width: 768px) {
  .p-price__table-title {
    width: min(18.5185185185vw, 200px);
    min-height: min(5.5555555556vw, 60px);
    font-size: min(2.037037037vw, 22px);
  }
}
.p-price__table-text {
  width: 61.3333333333vw;
  padding: 3.2vw 2.1333333333vw 3.2vw 4.2666666667vw;
  min-height: 7.4666666667vw;
  border-left: solid 0.2666666667vw #010101;
  line-height: 1.5;
  font-size: 3.2vw;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-price__table-text {
    width: 100%;
    padding: min(1.4814814815vw, 16px) min(2.037037037vw, 22px);
    min-height: min(5.5555555556vw, 60px);
    border-left: solid 2px #010101;
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-price__text-container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .p-price__text-container {
    font-size: min(1.8518518519vw, 20px);
  }
}
.p-price__price {
  display: inline-block;
  text-align: right;
  width: fit-content;
  padding-right: 2.6666666667vw;
}
@media (min-width: 768px) {
  .p-price__price {
    text-align: right;
    padding-right: min(1.8518518519vw, 20px);
  }
}
.p-price__price::after {
  content: "円/月";
  display: inline-block;
  margin-left: 1.0666666667vw;
}
@media (min-width: 768px) {
  .p-price__price::after {
    margin-left: min(0.7407407407vw, 8px);
  }
}
.p-price__price.price-only::after {
  content: "円";
  margin-right: 4.8vw;
}
@media (min-width: 768px) {
  .p-price__price.price-only::after {
    margin-right: min(1.8518518519vw, 20px);
  }
}

.price-block__title {
  background: #f5f5f5;
  padding: 10px;
  font-weight: bold;
}

.price-block__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* コース名と料金の2列 */
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

.price-block__course {
  padding-left: 10px;
}

.price-block__price {
  text-align: right;
  padding-right: 10px;
}

.p-contact {
  padding: 8vw 5.3333333333vw 8vw;
  background: #f9f8f4;
}
@media (min-width: 768px) {
  .p-contact {
    padding: 0 min(1.8518518519vw, 20px) min(5.5555555556vw, 60px);
  }
}
.p-contact__inner {
  position: relative;
}
@media (min-width: 768px) {
  .p-contact__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.p-contact__text {
  padding: 2.9333333333vw 3.2vw 3.7333333333vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
  letter-spacing: 0.1866666667vw;
  text-align: left;
  box-shadow: 1.0666666667vw 1.0666666667vw 0 0 rgba(0, 0, 0, 0.16);
  border: solid 0.2666666667vw #010101;
  background-color: #fff;
  margin-top: 8vw;
}
@media (min-width: 768px) {
  .p-contact__text {
    margin-top: min(3.7037037037vw, 40px);
    text-align: left;
    font-size: min(2.4074074074vw, 26px);
    padding: min(3.7037037037vw, 40px);
    border: solid 3px #010101;
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.16);
    letter-spacing: 3px;
  }
}
.p-contact__text::before {
  content: "★";
}
.p-contact__button {
  margin: 7.2vw auto 0;
}
@media (min-width: 768px) {
  .p-contact__button {
    margin-top: min(7.4074074074vw, 80px);
  }
}