@charset "UTF-8";
.p-mv {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-mv {
    padding: 0px 15px 15px;
  }
}
@media screen and (max-width: 550px) {
  .p-mv {
    padding: 15px;
  }
}
.p-mv img {
  width: 100%;
}

.p-money {
  width: 100%;
  max-width: 900px;
  margin: 70px auto 100px auto;
}
@media screen and (max-width: 766px) {
  .p-money {
    padding: 15px;
    margin: 50px auto 30px auto;
  }
}

.p-money__inner {
  width: 100%;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#D6C46C), color-stop(34%, #E7E188), color-stop(58%, #DCCC77), color-stop(82%, #CDB75C), to(#C6AF50));
  background: linear-gradient(90deg, #D6C46C, #E7E188 34%, #DCCC77 58%, #CDB75C 82%, #C6AF50);
}

.p-money__title {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding: 21px 0 22px 0;
  margin-left: 10px;
}
@media screen and (max-width: 766px) {
  .p-money__title {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
    padding: 21px 0 22px 0;
    margin-left: 0px;
  }
}
.p-money__title span {
  position: relative;
  top: -1px;
  font-size: 27px;
  position: relative;
  display: inline-block;
  margin: 0 4px 0 8px;
}
@media screen and (max-width: 766px) {
  .p-money__title span {
    font-size: 17px;
    margin: 0 2px 0 4px;
  }
}

.p-money__wrapper {
  width: 100%;
  background: #fff;
  padding: 28px 75px 30px 75px;
}
@media screen and (max-width: 766px) {
  .p-money__wrapper {
    padding: 25px 10px 20px 10px;
  }
}

.p-money__course {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.1818181818;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  padding-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ABABAB;
}
@media screen and (max-width: 766px) {
  .p-money__course {
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
}
.p-money__course span {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #666666;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-left: 14px;
}
@media screen and (max-width: 766px) {
  .p-money__course span {
    top: 0px;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 5px;
  }
}

.p-money__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
@media screen and (max-width: 766px) {
  .p-money__column {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
}

.p-money__regularPrice {
  position: relative;
  display: inline-block;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.199em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .p-money__regularPrice {
    min-width: 90px;
    font-size: 7px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 6px;
    margin-bottom: 20px;
  }
}
.p-money__regularPrice::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ABABAB;
}
.p-money__regularPrice::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  width: 10px;
  height: 1px;
  background: #ABABAB;
}
.p-money__regularPrice span {
  letter-spacing: 0.14em;
}

.p-money__right {
  position: relative;
  right: -10px;
}
@media screen and (max-width: 766px) {
  .p-money__right {
    right: 0px;
  }
}

.p-money__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766px) {
  .p-money__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
  }
}

.p-money__gain {
  display: inline-block;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.149em;
  text-align: center;
  padding: 13px 12px;
  background: -webkit-gradient(linear, left top, right top, from(#9B6F1F), color-stop(50%, #5C3811), to(#44200D));
  background: linear-gradient(90deg, #9B6F1F, #5C3811 50%, #44200D);
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-money__gain {
    min-width: 90px;
    font-size: 8px;
    letter-spacing: 0.1em;
    padding: 10px 0px;
    margin-top: 0px;
  }
}

.p-money__group {
  margin-left: 20px;
}
@media screen and (max-width: 766px) {
  .p-money__group {
    margin-left: 0px;
  }
}

.p-money__excludingTax {
  font-family: "shippori-mincho", sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(#7C5934), color-stop(40%, #664125), to(#966C3C));
  background: linear-gradient(90deg, #7C5934, #664125 40%, #966C3C);
  -webkit-background-clip: text; /* テキストだけに背景をクリップ */
  background-clip: text; /* Firefox 用 */
  color: transparent; /* テキストの色を透明にしてグラデーションを表示 */
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax {
    font-size: 14px;
  }
}
.p-money__excludingTax span {
  font-size: 64px;
}
@media screen and (max-width: 766px) {
  .p-money__excludingTax span {
    font-size: 22px;
  }
}

.p-money__taxIncluded {
  font-family: "shippori-mincho", sans-serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  background: -webkit-gradient(linear, left top, right top, from(#85643F), to(#B6925B));
  background: linear-gradient(90deg, #85643F, #B6925B);
  -webkit-background-clip: text; /* テキストだけに背景をクリップ */
  background-clip: text; /* Firefox 用 */
  color: transparent; /* テキストの色を透明にしてグラデーションを表示 */
  text-align: right;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded {
    font-size: 8px;
  }
}
.p-money__taxIncluded span {
  font-family: "shippori-mincho", sans-serif;
  font-size: 27px;
}
@media screen and (max-width: 766px) {
  .p-money__taxIncluded span {
    font-size: 10px;
  }
}

.p-money__comment {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 12px;
  letter-spacing: 0.15em;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-money__comment {
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.07em;
  }
}
@media screen and (max-width: 766px) {
  .p-money__comment.pc {
    display: none;
  }
}
.p-money__comment.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-money__comment.sp {
    display: block;
  }
}

.p-money__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 61px;
  color: #242424;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/button_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-money__link:not(:root) {
    width: 297.6px;
    height: 37.82px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 15px auto 0 auto;
  }
}
.p-money__link:not(:root):hover {
  opacity: 0.7;
}

.p-worries {
  width: 100%;
  background-image: url(../images/worries_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-worries__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0px 70px 0px;
}
@media screen and (max-width: 766px) {
  .p-worries__inner {
    padding: 50px 15px 60px 15px;
  }
}

.p-worries__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  color: #fff;
  font-size: 33px;
  line-height: 1.4242424242;
  font-weight: 500;
  letter-spacing: 0.175em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-worries__title {
    font-size: 28px;
  }
}

.p-worries__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-worries__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 40px;
  }
}

@media screen and (max-width: 766px) {
  .p-worries__lists:last-of-type {
    margin-top: 20px;
  }
}
.p-worries__lists li {
  position: relative;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  padding-left: 30px;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li {
    padding-left: 25px;
    margin-top: 20px;
  }
}
.p-worries__lists li:first-of-type {
  margin-top: 0;
}
.p-worries__lists li span {
  display: inline-block;
  color: #242424;
  font-size: 22px;
  line-height: 1.3636363636;
  font-weight: 500;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 10px 16px;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li span {
    font-size: 16px;
    padding: 8px 10px;
  }
}
.p-worries__lists li span span {
  display: inline-block;
  color: #fff;
  background: #242424;
  padding: 0 5px;
  margin-right: 3px;
}
.p-worries__lists li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 30px;
  height: 30px;
  background-image: url(../images/check_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-worries__lists li::before {
    width: 25px;
    height: 25px;
  }
}

.p-there {
  position: relative;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 103px;
  margin-bottom: 90px;
}
@media screen and (max-width: 766px) {
  .p-there {
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.p-there::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 160px;
  height: 57.64px;
  background-image: url(../images/arrow_down.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-there::before {
    top: -2px;
    width: 144px;
    height: 51.876px;
  }
}

.p-course {
  width: 100%;
  background-image: url(../images/course_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-course__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 65px 0 70px 0;
}
@media screen and (max-width: 766px) {
  .p-course__inner {
    padding: 60px 15px 0px 15px;
  }
}

.p-course__band {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.149em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-course__band {
    font-size: 18px;
    padding-left: 10px;
  }
}

.p-course__title {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  margin-top: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 766px) {
  .p-course__title {
    font-size: 28px;
  }
}
.p-course__title .min {
  position: relative;
  top: -2px;
  font-size: 44px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 766px) {
  .p-course__title .min {
    font-size: 23px;
  }
}
.p-course__title .mark {
  position: relative;
  left: -10px;
  display: inline-block;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media screen and (max-width: 766px) {
  .p-course__title .mark {
    left: -5px;
  }
}

.p-course__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 766px) {
  .p-course__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 40px;
  }
}

.p-course__left {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 766px) {
  .p-course__left {
    max-width: 100%;
  }
}

.p-course__img {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 480px;
}
@media screen and (max-width: 766px) {
  .p-course__img {
    position: relative;
    top: 0px;
    left: 10px;
    width: 270px;
    margin: 0 auto;
  }
}
.p-course__img img {
  width: 100%;
}

.p-course__right {
  position: relative;
  right: -15px;
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 766px) {
  .p-course__right {
    max-width: 100%;
    right: 0;
  }
}

.p-course__bigText {
  color: #30B299;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .p-course__bigText {
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.15em;
  }
}

.p-course__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  margin-top: 15px;
}

.p-course__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  max-width: 660px;
  height: 195px;
  background-image: url(../images/course_bg02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-course__box {
    max-width: 100%;
  }
}

.p-course__plan {
  color: #fff;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 766px) {
  .p-course__plan {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.p-course__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.p-course__lists li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: -14px;
}
@media screen and (max-width: 766px) {
  .p-course__lists li {
    width: 90px;
    height: 90px;
    font-size: 14px;
    margin-left: -10px;
  }
}
.p-course__lists li:nth-of-type(1) {
  margin-left: 0px;
}

.p-treatment {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 85px;
}
@media screen and (max-width: 766px) {
  .p-treatment {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}

.p-treatment__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
}
@media screen and (max-width: 766px) {
  .p-treatment__inner {
    padding: 0 15px;
  }
}

.p-treatment__column {
  padding: 15px 25px 30px 25px;
  border: 1px solid #87773D;
}
@media screen and (max-width: 766px) {
  .p-treatment__column {
    padding: 20px 15px 30px 15px;
  }
}

.p-treatment__title {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #8ACEBE;
}
@media screen and (max-width: 766px) {
  .p-treatment__title {
    font-size: 20px;
  }
}
.p-treatment__title span {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  display: inline-block;
  color: #30B299;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
@media screen and (max-width: 766px) {
  .p-treatment__title span {
    font-size: 16px;
  }
}

.p-treatment__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-treatment__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
    margin-top: 20px;
  }
}

.p-treatment__left {
  width: 280px;
}
@media screen and (max-width: 766px) {
  .p-treatment__left {
    width: 100%;
  }
}

.p-treatment__img {
  width: 100%;
}
.p-treatment__img img {
  width: 100%;
}

.p-treatment__right {
  width: 535px;
}
@media screen and (max-width: 766px) {
  .p-treatment__right {
    width: 100%;
  }
}

.p-treatment__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}

.p-treatment__link:not(:root) {
  width: 302px;
  height: 42px;
  margin: 18px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #87773D;
  color: #87773D;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 17px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .p-treatment__link:not(:root) {
    width: 100%;
    height: 40px;
    margin: 15px auto 0 auto;
    font-size: 16px;
  }
}
.p-treatment__link:not(:root):hover {
  color: #fff;
  background: #87773D;
}

.p-recommet {
  width: 100%;
  background-image: url(../images/recommet_bg.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.p-recommet__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 75px 0 90px 0;
}
@media screen and (max-width: 766px) {
  .p-recommet__inner {
    padding: 70px 15px 80px 15px;
  }
}

.p-recommet__title {
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #242424;
}
@media screen and (max-width: 766px) {
  .p-recommet__title {
    padding-bottom: 2px;
  }
}
.p-recommet__title img {
  position: relative;
  left: 20px;
  display: block;
  width: 100%;
  max-width: 574px;
  margin: 0 auto;
}
@media screen and (max-width: 766px) {
  .p-recommet__title img {
    left: 4px;
    max-width: 300px;
  }
}

.p-recommet__dl {
  width: 590px;
  margin: 0 auto;
  border: 1.5px solid #30B299;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
@media screen and (max-width: 766px) {
  .p-recommet__dl {
    margin-top: 30px;
    width: 320px;
  }
}
.p-recommet__dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  height: 62px;
  background: #fff;
  color: #30B299;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .p-recommet__dl dt {
    width: 180px;
    height: 60px;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
  }
}
.p-recommet__dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 62px;
  background: #30B299;
  color: #fff;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .p-recommet__dl dd {
    width: 140px;
    height: 60px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-recommet__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.149em;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-recommet__text {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
}

.p-recommet__bigText {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 766px) {
  .p-recommet__bigText {
    margin-top: 20px;
  }
}
.p-recommet__bigText span {
  position: relative;
  display: inline-block;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  letter-spacing: 0.119em;
}
@media screen and (max-width: 766px) {
  .p-recommet__bigText span {
    font-size: 18px;
    line-height: 1.5;
  }
}
.p-recommet__bigText span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-34deg);
          transform: translateY(-50%) rotate(-34deg);
  left: -23px;
  width: 1px;
  height: 40px;
  background: #000;
}
.p-recommet__bigText span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(34deg);
          transform: translateY(-50%) rotate(34deg);
  right: -15px;
  width: 1px;
  height: 40px;
  background: #000;
}

.p-recommet__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
  height: 195px;
  background-image: url(../images/recommet_bg02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 25px;
}
@media screen and (max-width: 766px) {
  .p-recommet__box {
    max-width: 100%;
    height: 250px;
  }
}

.p-recommet__subTitle {
  color: #fff;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 766px) {
  .p-recommet__subTitle {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.p-recommet__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-recommet__lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recommet__lists li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-left: -14px;
}
@media screen and (max-width: 766px) {
  .p-recommet__lists li {
    width: 80px;
    height: 80px;
    font-size: 12px;
    margin-left: -10px;
  }
}
.p-recommet__lists li:nth-of-type(1) {
  margin-left: 0px;
}
.p-recommet__lists li > span {
  position: relative;
  top: 12px;
}
@media screen and (max-width: 766px) {
  .p-recommet__lists li > span {
    top: 6px;
  }
}
.p-recommet__lists .red {
  color: #E86B87;
  border: 1px solid #E86B87;
}
.p-recommet__lists .min {
  position: relative;
  top: -5px;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 766px) {
  .p-recommet__lists .min {
    top: -3px;
    font-size: 8px;
  }
}

.p-recommet__link:not(:root) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 480px;
  height: 61px;
  color: #242424;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/button_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 766px) {
  .p-recommet__link:not(:root) {
    width: 297.6px;
    height: 37.82px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 30px auto 0 auto;
  }
}
.p-recommet__link:not(:root):hover {
  opacity: 0.7;
}

.p-chosen {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#30B299), color-stop(50%, #30B299), color-stop(50%, #fff), to(#fff));
  background: linear-gradient(90deg, #30B299, #30B299 50%, #fff 50%, #fff);
  margin-top: 80px;
}
@media screen and (max-width: 766px) {
  .p-chosen {
    background: -webkit-gradient(linear, left top, right top, from(#30B299), color-stop(90%, #30B299), color-stop(90%, #30B299), to(#30B299));
    background: linear-gradient(90deg, #30B299, #30B299 90%, #30B299 90%, #30B299);
    margin-top: 60px;
  }
}

.p-chosen__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 50px;
}
@media screen and (max-width: 766px) {
  .p-chosen__inner {
    padding: 40px 0px 0 0px;
  }
}

.p-chosen__title {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  color: #fff;
  font-size: 45px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .p-chosen__title {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }
}
.p-chosen__title span {
  font-size: 24px;
}
@media screen and (max-width: 766px) {
  .p-chosen__title span {
    font-size: 16px;
  }
}

.p-chosen__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 766px) {
  .p-chosen__img {
    display: none;
  }
}

.p-chosen__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 70px;
  width: 500px;
  background: #30B299;
  gap: 20px;
  margin-top: 50px;
  z-index: 2;
}
@media screen and (max-width: 766px) {
  .p-chosen__wrapper {
    width: 100%;
    background: rgba(48, 178, 153, 0);
    padding: 0 15px;
    padding-bottom: 60px;
  }
  .p-chosen__wrapper::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 95%;
    height: 100%;
    background: #30B299;
  }
}
@media screen and (max-width: 766px) and (max-width: 766px) {
  .p-chosen__wrapper::before {
    width: 100%;
  }
}

.p-chosen__box {
  position: relative;
  width: 645px;
}
@media screen and (max-width: 766px) {
  .p-chosen__box {
    width: 100%;
  }
}
.p-chosen__box::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: rgba(48, 178, 153, 0.75);
}

.p-chosen__box-in {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1.5px solid #30B299;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 25px 0;
}
@media screen and (max-width: 766px) {
  .p-chosen__box-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.p-chosen__icon {
  position: relative;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 766px) {
  .p-chosen__icon {
    width: 100%;
  }
}
.p-chosen__icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 100px;
  background: #30B299;
}
@media screen and (max-width: 766px) {
  .p-chosen__icon::before {
    top: auto;
    bottom: -12px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    right: auto;
    width: 80px;
    height: 1px;
  }
}
.p-chosen__icon img {
  width: 70px;
}
@media screen and (max-width: 766px) {
  .p-chosen__icon img {
    width: 60px;
  }
}

.p-chosen__group {
  width: calc(100% - 150px);
  padding: 0 20px 0 38px;
}
@media screen and (max-width: 766px) {
  .p-chosen__group {
    width: 100%;
    padding: 25px 15px 0 15px;
  }
}

.p-chosen__subTitle {
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .p-chosen__subTitle {
    font-size: 18px;
    text-align: center;
  }
}
.p-chosen__subTitle_min {
  font-size: 25px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 766px) {
  .p-chosen__subTitle_min {
    font-size: 16px;
  }
}

.p-chosen__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-top: 15px;
}
@media screen and (max-width: 766px) {
  .p-chosen__text {
    position: relative;
    left: 4px;
    font-size: 14px;
  }
}

.p-case {
  width: 100%;
  background: #242424;
}

.p-case__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 70px;
}
@media screen and (max-width: 766px) {
  .p-case__inner {
    padding: 100px 15px 60px 15px;
  }
}

.p-case__title {
  position: relative;
  color: #fff;
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-case__title {
    font-size: 18px;
  }
}
.p-case__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100px;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-case__title::before {
    top: -65px;
    height: 60px;
  }
}
.p-case__title::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -17px;
  left: calc(50% + 6px);
  -webkit-transform: translateX(-50%) rotate(55deg);
          transform: translateX(-50%) rotate(55deg);
  width: 1px;
  height: 15px;
  background: #fff;
}
@media screen and (max-width: 766px) {
  .p-case__title::after {
    top: -14px;
    left: calc(50% + 5px);
    height: 12px;
  }
}
.p-case__title span {
  position: relative;
  left: 4px;
  color: #FCF8D6;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 766px) {
  .p-case__title span {
    font-size: 38px;
  }
}

.p-case__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .p-case__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}

.p-case__img {
  width: 100%;
}
.p-case__img img {
  width: 100%;
}

.p-case__link:not(:root) {
  width: 302px;
  height: 42px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0 auto;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .p-case__link:not(:root) {
    display: none;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
}

.p-flow {
  width: 100%;
  background-image: url(../images/flow_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  .p-flow {
    margin-top: 60px;
  }
}

.p-flow__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 70px;
}
@media screen and (max-width: 766px) {
  .p-flow__inner {
    padding: 80px 15px 80px 15px;
  }
}

.p-flow__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-flow__title {
    font-size: 18px;
  }
}
.p-flow__title span {
  position: relative;
  left: 8px;
  color: #30B299;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 766px) {
  .p-flow__title span {
    left: 7px;
    font-size: 38px;
  }
}

.p-flow__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 136px;
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .p-flow__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 100px;
    margin-top: 40px;
  }
}

.p-flow__box {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-flow__box {
    width: 80%;
    margin: 0 auto;
  }
}

.p-flow__img {
  position: relative;
  width: 100%;
}
.p-flow__img::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -90px;
  width: 47px;
  height: 38px;
  background-image: url(../images/flow_arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 766px) {
  .p-flow__img::after {
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    right: auto;
  }
}
.p-flow__img_no-arrow::after {
  display: none;
}
.p-flow__img img {
  width: 100%;
}

.p-flow__subTitle {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-flow__subTitle {
    font-size: 20px;
  }
}

.p-flow__text {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 20px;
}

.p-detail {
  width: 100%;
}

.p-detail__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 85px;
  padding-bottom: 100px;
}
@media screen and (max-width: 766px) {
  .p-detail__inner {
    padding: 60px 15px;
  }
}

.p-detail__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-detail__title {
    font-size: 18px;
  }
}
.p-detail__title span {
  position: relative;
  left: 4px;
  color: #30B299;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 766px) {
  .p-detail__title span {
    font-size: 38px;
  }
}

.p-detail__table {
  border: 1px solid #808080;
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .p-detail__table {
    margin-top: 40px;
  }
}
.p-detail__table th {
  background: #808080;
  border-bottom: 1px solid #ffffff;
}
.p-detail__table th.bar {
  border-bottom: 1px solid #808080;
}
.p-detail__table th p {
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 10px;
}
@media screen and (max-width: 766px) {
  .p-detail__table th p {
    font-size: 12px;
    padding: 10px;
  }
}
.p-detail__table td {
  background: #fff;
  border-bottom: 1px solid #808080;
}
.p-detail__table td p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 12px 10px 12px 60px;
}
@media screen and (max-width: 766px) {
  .p-detail__table td p {
    font-size: 12px;
    padding: 10px;
  }
}

.p-price {
  width: 100%;
  background: #EDF4F0;
}

.p-price__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 65px;
  padding-bottom: 70px;
}
@media screen and (max-width: 766px) {
  .p-price__inner {
    padding: 60px 15px;
  }
}

.p-price__wrapper {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .p-price__wrapper {
    margin-top: 40px;
  }
}
.p-price__wrapper_mt20 {
  margin-top: 20px;
}
.p-price__wrapper_mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 766px) {
  .p-price__wrapper_mt70 {
    margin-top: 60px;
  }
}

.p-price__title {
  font-family: "source-han-serif-japanese", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__title {
    font-size: 18px;
  }
}
.p-price__title span {
  position: relative;
  left: 6px;
  color: #30B299;
  font-family: "baskerville-display-pt", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.35em;
}
@media screen and (max-width: 766px) {
  .p-price__title span {
    font-size: 38px;
  }
}

.p-price__subTitle {
  position: relative;
  font-family: "ten-mincho-text", "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 13px;
}
@media screen and (max-width: 766px) {
  .p-price__subTitle {
    font-size: 18px;
  }
}
.p-price__subTitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #30B299;
}

.p-price__table {
  margin-top: 20px;
}
.p-price__table .pozi01 {
  position: relative;
  left: 8px;
}
@media screen and (max-width: 766px) {
  .p-price__table .pozi01 {
    left: 0px;
  }
}
.p-price__table .pozi02 {
  position: relative;
  left: 20px;
}
@media screen and (max-width: 766px) {
  .p-price__table .pozi02 {
    left: 0px;
  }
}
.p-price__table .pozi03 {
  position: relative;
  left: 6px;
}
@media screen and (max-width: 766px) {
  .p-price__table .pozi03 {
    left: 0px;
  }
}
.p-price__table thead th {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background: #D9D9D9;
  padding: 12px 0px;
  border: 1px solid #EDF4F0;
}
@media screen and (max-width: 766px) {
  .p-price__table thead th {
    font-size: 10px;
    padding: 10px 0;
  }
}
.p-price__table tbody th {
  background: #808080;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #EDF4F0;
  font-weight: 400;
  padding: 10px 0;
}
.p-price__table tbody th .green {
  color: #B1F2E1;
}
.p-price__table tbody th p {
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p {
    font-size: 10px;
    padding: 10px 4px;
  }
}
.p-price__table tbody th p span {
  font-size: 14px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p span {
    font-size: 8px;
  }
}
.p-price__table tbody th p.left {
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p.left {
    padding-left: 6px;
  }
}
@media screen and (max-width: 766px) {
  .p-price__table tbody th p.center_sp {
    text-align: center;
  }
}
.p-price__table tbody td {
  background: #fff;
  border-bottom: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  padding: 10px 0;
}
.p-price__table tbody td p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p {
    font-size: 10px;
  }
}
.p-price__table tbody td p.left {
  text-align: left;
  padding: 0 10px 0 17px;
}
@media screen and (max-width: 766px) {
  .p-price__table tbody td p.left {
    padding: 0 10px;
  }
}

.p-price__commentBox {
  padding-left: 174px;
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-price__commentBox {
    padding-left: 0px;
  }
}

.p-price__comment {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 766px) {
  .p-price__comment {
    font-size: 10px;
  }
}

.c-price-band {
  display: block;
  width: 257px;
  margin: 0 auto;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
  font-size: 12px;
  line-height: 1;
  padding: 1.5px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #30B299;
  margin-bottom: 4px;
}
@media screen and (max-width: 766px) {
  .c-price-band {
    width: 90%;
    font-size: 10px;
  }
}

.c-price {
  color: #30B299;
  text-align: center;
}
.c-price_gray {
  color: #808080;
}
.c-price_right:not(:root) {
  position: relative;
  left: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 766px) {
  .c-price_right:not(:root) {
    left: 0px;
  }
}
.c-price .size01 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.149em;
}
@media screen and (max-width: 766px) {
  .c-price .size01 {
    font-size: 10.5px;
  }
}
.c-price .size02 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size02 {
    font-size: 16px;
  }
}
.c-price .size03 {
  font-family: "kozuka-mincho-pr6n", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Times", "Times New Roman", serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size03 {
    font-size: 7.7px;
  }
}
.c-price .size04 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
@media screen and (max-width: 766px) {
  .c-price .size04 {
    font-size: 10.5px;
  }
}
.c-price .size05 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size05 {
    font-size: 9px;
  }
}
.c-price .size06 {
  font-family: "shippori-mincho", sans-serif;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 766px) {
  .c-price .size06 {
    font-size: 14px;
  }
}

@media screen and (max-width: 766px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp {
    display: block;
  }
}

.sp02 {
  display: none;
}
@media screen and (max-width: 766px) {
  .sp02 {
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */