:root {
  --pink01: #d5bcbc;
  --brown01: #e3dad2;
}

.p-hdg-rectangle-gradation span {
  font-weight: inherit;
}
.p-hdg-rectangle-gradation.hdg-large {
  max-width: 886px;
}

.price-container span {
  font-family: inherit;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .price-container .c-txt-lead {
    font-size: 4.2666666667vw;
  }
}

.price-info {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .price-info {
    font-size: 3.7333333333vw;
  }
}

.price-btn__wrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .price-btn__wrap {
    margin-top: 7.4666666667vw;
  }
}

a.btn.price-btn {
  width: 420px;
  padding: 40px 10px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  a.btn.price-btn {
    width: 56vw;
    padding: 6.6666666667vw 10px;
    font-size: 4.2666666667vw;
  }
}
a.btn.price-btn::before {
  display: none;
}

.price-btn__notes {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-btn__notes {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
  }
}

.price-list {
  display: grid;
  grid-template-columns: auto repeat(3, 23.0303030303%);
  padding: 3.7037037037%;
  margin-top: 84px;
  background: #fff;
  border: 5px solid var(--pink01);
}
@media (width >= 1081px) {
  .price-list {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .price-list {
    grid-template-columns: auto repeat(3, 19.2vw);
    padding: 3.4666666667vw;
    margin-top: 6.6666666667vw;
  }
}

.price-list__item {
  position: relative;
  padding: 28px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-list__item {
    padding: 2.6666666667vw 0;
  }
}
.price-list__item:last-child .price-list__img::after {
  display: none;
}
.price-list__item.item-01 {
  background: #f5d677;
}
.price-list__item.item-01 .item-01-pict {
  width: 73.2026143791%;
}
@media screen and (max-width: 767px) {
  .price-list__item.item-01 .item-01-pict {
    width: 18.6666666667vw;
  }
}
.price-list__item.item-02 {
  background: #adb7cb;
}
.price-list__item.item-02 .item-02-pict {
  width: 64.0350877193%;
}
@media screen and (max-width: 767px) {
  .price-list__item.item-02 .item-02-pict {
    width: 12.2666666667vw;
  }
}
.price-list__item.item-03 {
  background: #edd9cc;
}
.price-list__item.item-03 .item-03-pict {
  width: 66.2280701754%;
}
@media screen and (max-width: 767px) {
  .price-list__item.item-03 .item-03-pict {
    width: 12.5333333333vw;
  }
}
.price-list__item.item-04 {
  background: #b8dbcb;
}
.price-list__item.item-04 .item-04-pict {
  width: 68.8596491228%;
}
@media screen and (max-width: 767px) {
  .price-list__item.item-04 .item-04-pict {
    width: 13.0666666667vw;
  }
}

.price-list__ttl {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  color: var(--main);
}
@media screen and (max-width: 767px) {
  .price-list__ttl {
    margin-bottom: 2.1333333333vw;
    font-size: 2.9333333333vw;
  }
}

.price-list__img {
  position: relative;
}
.price-list__img::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
  background: url("../../../img/page/price/icon_plus.svg") no-repeat 0 0;
  background-size: contain;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .price-list__img::after {
    right: -2.1333333333vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

.price-list__total {
  position: relative;
  padding-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-list__total {
    padding-top: 4.5333333333vw;
  }
}
.price-list__total::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  content: "";
  background: var(--pink01);
  translate: -50% 0;
}
.price-list__total span {
  display: inline-block;
  width: 376px;
  padding: 25px 10px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: var(--pink01);
}
@media screen and (max-width: 767px) {
  .price-list__total span {
    width: 50.1333333333vw;
    padding: 3.2vw 10px;
    font-size: 4vw;
  }
}

.price-list__info {
  margin-top: 60px;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.8;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-list__info {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.price-list__info span {
  font-weight: inherit;
  color: inherit;
}

.price-description {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .price-description {
    margin-top: 8vw;
  }
}
.price-description div {
  border: 2px solid var(--sub);
}
.price-description div:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .price-description div:nth-child(n+2) {
    margin-top: 4.8vw;
  }
}
.price-description dt {
  padding: 12px 10px;
  font-size: 23px;
  font-weight: 600;
  color: var(--main);
  text-align: center;
  background: #fff1cb;
}
@media screen and (max-width: 767px) {
  .price-description dt {
    padding: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.price-description dd {
  position: relative;
  padding: 15px 40px 20px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--main);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .price-description dd {
    padding: 4.2666666667vw 2.6666666667vw 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.price-description dd::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 32px;
  height: 18px;
  content: "";
  background: #fff1cb;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .price-description dd::before {
    width: 5.0666666667vw;
    height: 2.6666666667vw;
  }
}

.price-qa {
  position: relative;
  padding: 120px 10px 0;
  margin-top: 110px;
  background: var(--brown01);
}
@media screen and (max-width: 767px) {
  .price-qa {
    padding: 16.5333333333vw 0 0;
    margin-top: 18.1333333333vw;
  }
}

.price-qa__ttl dt {
  position: absolute;
  top: -5.4054054054vw;
  left: 50%;
  translate: -50% 0;
}
@media (width >= 1481px) {
  .price-qa__ttl dt {
    top: -80px;
  }
}
@media screen and (max-width: 767px) {
  .price-qa__ttl dt {
    top: -10.6666666667vw;
    width: 90.4vw;
  }
}
.price-qa__ttl dd {
  padding: 30px;
  background: #fcf789;
  border: 4px solid var(--main);
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .price-qa__ttl dd {
    padding: 4vw;
    border-width: 3px;
    border-radius: 3.2vw;
  }
}

.price-qa__text-01,
.price-qa__text-02 {
  color: var(--main);
}

.price-qa__text-01 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .price-qa__text-01 {
    font-size: 4.2666666667vw;
    text-align: center;
  }
}
.price-qa__text-01 span {
  font-weight: inherit;
}
.price-qa__text-01 .text-line {
  border-bottom: 5px solid #fc9a47;
}
@media screen and (max-width: 767px) {
  .price-qa__text-01 .text-line {
    border-bottom-width: 3px;
  }
}

.price-qa__text-02 {
  margin: 30px 20px 0;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .price-qa__text-02 {
    margin: 4.8vw 0 0;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.price-container-02 {
  margin-top: 205px;
}
@media screen and (max-width: 767px) {
  .price-container-02 {
    margin-top: 24.8vw;
  }
}

.price-study__text-01 {
  margin-top: 50px;
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--main);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-study__text-01 {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
  }
}

.price-study__contents {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .price-study__contents {
    margin-top: 4.8vw;
  }
}
.price-study__contents.contents-01 {
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .price-study__contents.contents-01 {
    margin-bottom: 12vw;
  }
}
.price-study__contents.contents-01 .contents-01-ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-study__contents.contents-01 .contents-01-ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.price-study__contents.contents-01 .contents-01-ttl span {
  padding-bottom: 5px;
  font-size: 25px;
  font-weight: 600;
  color: var(--main);
  border-bottom: 4px solid #ffeb00;
}
@media screen and (max-width: 767px) {
  .price-study__contents.contents-01 .contents-01-ttl span {
    padding-bottom: 3px;
    font-size: 4.2666666667vw;
    border-bottom-width: 2px;
  }
}
.price-study__contents.contents-02 .price-info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .price-study__contents.contents-02 .price-info {
    margin-top: 4.8vw;
  }
}

.price-study__table-notes {
  max-width: 807px;
  margin-inline: auto;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--main);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .price-study__table-notes {
    font-size: 2.6666666667vw;
  }
}

.price-study__table {
  position: relative;
  width: 100%;
  max-width: 807px;
  margin-inline: auto;
  color: var(--sub);
}
.price-study__table::before {
  position: absolute;
  top: 0;
  left: 25%;
  display: block;
  width: calc(25% - 12px);
  height: calc(100% - 12px);
  content: "";
  background-color: transparent;
  border: 6px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .price-study__table::before {
    left: 20%;
    width: calc(26.6666666667% - 6px);
    height: calc(100% - 6px);
    border-width: 3px;
  }
}
.price-study__table thead th {
  border-top: 1px solid var(--sub);
  border-right: 1px solid var(--sub);
  border-left: 1px solid var(--sub);
}
.price-study__table thead th {
  height: 65px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .price-study__table thead th {
    height: 10.1333333333vw;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .price-study__table thead th:first-child {
    width: 20%;
  }
}
.price-study__table thead th:nth-child(n+3) {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .price-study__table thead th:nth-child(n+3) {
    font-size: 2.5333333333vw;
  }
}
.price-study__table tbody th,
.price-study__table tbody td {
  height: 47px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid var(--sub);
}
@media screen and (max-width: 767px) {
  .price-study__table tbody th,
  .price-study__table tbody td {
    height: 7.3333333333vw;
    font-size: 2.5333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .price-study__table tbody th {
    width: 20%;
    font-size: 2.8vw;
  }
}
.price-study__table tbody .item-02 {
  font-size: 28px;
  color: #f00;
}
@media screen and (max-width: 767px) {
  .price-study__table tbody .item-02 {
    font-size: 4.4vw;
  }
}
.price-study__table tr th:first-child {
  background: #fff;
}
.price-study__table th,
.price-study__table td {
  color: var(--sub);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .price-study__table th,
  .price-study__table td {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .price-study__table th,
  .price-study__table td {
    padding: 1.3333333333vw;
  }
}
.price-study__table td {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .price-study__table td {
    width: 26.6666666667%;
    font-size: 3.7333333333vw;
  }
}
.price-study__table td .text-small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .price-study__table td .text-small {
    font-size: 3.2vw;
  }
}
.price-study__table .item-01 {
  line-height: 1.4;
}
.price-study__table .item-02 {
  background: #e1d2ef;
}
.price-study__table .item-03,
.price-study__table .item-04 {
  background: #e6e6e6;
}

.price-study__col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
  margin: 25px 0 120px;
}
@media screen and (max-width: 767px) {
  .price-study__col2 {
    grid-template-columns: 1fr;
    gap: 4vw 0;
    margin: 10.6666666667vw 0;
  }
}
.price-study__col2 figure {
  background: var(--main);
}
.price-study__col2 figcaption {
  padding: 7px 10px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-study__col2 figcaption {
    padding: 1.8666666667vw 10px;
    font-size: 4.2666666667vw;
  }
}
.price-study__col2 .price-study__pict img {
  width: 100%;
  max-width: none;
  aspect-ratio: 517/250;
  overflow: hidden;
  object-fit: cover;
}

.price-container-03 .price-info {
  margin: 45px 0 25px;
}
@media screen and (max-width: 767px) {
  .price-container-03 .price-info {
    margin: 5.3333333333vw 0 4vw;
  }
}

@media screen and (max-width: 767px) {
  .price-graph img {
    width: 100%;
    max-width: none;
  }
}

.price-container-04 {
  padding: 100px 10px;
  margin-top: 120px;
  background: var(--brown01);
}
@media screen and (max-width: 767px) {
  .price-container-04 {
    padding: 8vw 0 10.6666666667vw;
    margin-top: 8vw;
  }
}

.price-estimate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 46px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .price-estimate {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw 0;
    margin-top: 8vw;
  }
}

.price-estimate__card {
  overflow: hidden;
  background: #93887f;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .price-estimate__card {
    border-radius: 2.6666666667vw;
  }
}
.price-estimate__card .card-pict {
  width: 100%;
  max-width: none;
  aspect-ratio: 330/170;
  overflow: hidden;
  object-fit: cover;
}
.price-estimate__card .card-num {
  padding: 8px 10px;
  font-size: 33px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #675547;
}
@media screen and (max-width: 767px) {
  .price-estimate__card .card-num {
    padding: 0.5333333333vw 10px;
    font-size: 6.6666666667vw;
  }
}
.price-estimate__card .card-text {
  padding: 10px 20px 20px;
}
@media screen and (max-width: 767px) {
  .price-estimate__card .card-text {
    padding: 2.6666666667vw 5.3333333333vw 4vw;
  }
}
.price-estimate__card .card-text span {
  font-weight: inherit;
}
.price-estimate__card .card-text dt,
.price-estimate__card .card-text dd {
  line-height: 1.6;
  color: #fff;
}
.price-estimate__card .card-text dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .price-estimate__card .card-text dt {
    margin-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.price-estimate__card .card-text dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .price-estimate__card .card-text dd {
    font-size: 3.7333333333vw;
  }
}

.price-container-05 {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .price-container-05 {
    margin-top: 10.6666666667vw;
  }
}

.price-pamphlet {
  display: grid;
  grid-template-columns: 71.5% auto;
  margin-top: 106px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw 0;
    margin-top: 7.2vw;
  }
}

.price-pamphlet__item {
  position: relative;
  padding: 17px 40px 17px 33px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__item {
    padding: 4vw 4vw 8vw;
  }
}
.price-pamphlet__item + .price-pamphlet__item {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__item + .price-pamphlet__item {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .price-pamphlet__item + .price-pamphlet__item.-bubble {
    margin-top: 45px;
  }
}
.price-pamphlet__item::after {
  position: absolute;
  inset-block: 0;
  right: 20px;
  display: block;
  width: auto;
  height: 24px;
  aspect-ratio: 17/24;
  margin-block: auto;
  content: "";
  background: #fc9f21;
  clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .price-pamphlet__item::after {
    inset-inline: 0;
    top: inherit;
    bottom: 1.0666666667vw;
    height: 4vw;
    aspect-ratio: 41/29;
    margin-inline: auto;
    clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  }
}
@media screen and (min-width: 768px) {
  .price-pamphlet__item.-bubble {
    padding-top: 35px;
  }
}

.price-pamphlet__bubble-list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
@media screen and (min-width: 768px) {
  .price-pamphlet__bubble-list {
    position: absolute;
    top: -20px;
    left: 27px;
  }
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-list {
    gap: 2.6666666667vw;
    margin-inline: -1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-list + .price-pamphlet__txt {
    margin-top: 4vw;
  }
}

.price-pamphlet__bubble-01,
.price-pamphlet__bubble-02 {
  position: relative;
  z-index: 2;
  padding: 10px 15px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  background-color: #fc9f21;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-01,
  .price-pamphlet__bubble-02 {
    padding: 1.6vw;
    font-size: 3.4666666667vw;
    white-space: nowrap;
    border-radius: 5px;
  }
}
.price-pamphlet__bubble-01::before,
.price-pamphlet__bubble-02::before {
  position: absolute;
  bottom: -20px;
  z-index: -1;
  display: block;
  width: auto;
  height: 28px;
  aspect-ratio: 32/28;
  content: "";
  background-color: #fc9f21;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-01::before,
  .price-pamphlet__bubble-02::before {
    bottom: -3.6vw;
    height: 5.0666666667vw;
    aspect-ratio: 44/38;
  }
}

.price-pamphlet__bubble-01::before {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-01::before {
    right: initial;
    left: 6.9333333333vw;
  }
}

.price-pamphlet__bubble-02::before {
  left: 20px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-02::before {
    left: 6.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .price-pamphlet__bubble-02.-ml {
    margin-left: 13.3333333333vw;
  }
}

.price-pamphlet__txt {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__txt {
    font-size: 4.2666666667vw;
    line-height: 1.55;
  }
}
.price-pamphlet__txt * {
  font-weight: inherit;
  line-height: inherit;
}
.price-pamphlet__txt .line {
  background-image: linear-gradient(to bottom, transparent 50%, #ffd800 50%, #ffd800 100%);
}

.price-pamphlet__col {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__col {
    grid-template-columns: 1fr;
    gap: 1.3333333333vw;
  }
}

.price-pamphlet__inner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__inner-list {
    gap: 1.3333333333vw;
  }
}
.price-pamphlet__inner-list li {
  display: inline-block;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  background-color: #ffd800;
}
@media screen and (max-width: 767px) {
  .price-pamphlet__inner-list li {
    padding: 1.3333333333vw;
    font-size: 3.8666666667vw;
  }
}

.pamphlet-pict {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .pamphlet-pict {
    margin-inline: -35px -7px;
  }
}
@media screen and (max-width: 767px) {
  .pamphlet-pict {
    width: 67.7333333333vw;
    margin: 0 auto;
  }
}
.pamphlet-pict img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pamphlet-pict img {
    max-width: none;
  }
}

.pamphlet-col {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 24px;
}
@media screen and (max-width: 767px) {
  .pamphlet-col {
    gap: 1.6vw;
  }
}

span.pamphlet-item {
  padding: 1px 7px;
  font-weight: bold;
  background: #fcf789;
}
@media screen and (max-width: 767px) {
  span.pamphlet-item {
    padding: 1px 1.3333333333vw;
    font-size: 3.8666666667vw;
  }
}