@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap";
.p-about {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.p-about__lead {
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  margin-top: -1rem;
}

.p-about__lead mark {
  color: #00bc8b;
}
.p-about__column {
  display: flex;
  justify-content: space-between;
  margin-top: 7.8rem;
  padding-bottom: 12rem;
  position: relative;
}

.p-about__column.p-about__column--prp {
  padding-bottom: 0;
}
.p-about__column.p-about__column--prp::after {
  content: none;
}
.p-about__column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4.8916rem;
  height: 6.8rem;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox=" 0 0 48.916 68"><g transform="translate(-935.543 -4005.404)"><path d="M1.331,47.585a4.542,4.542,0,0,1,0-6.424l16.7-16.7-16.7-16.7A4.542,4.542,0,0,1,7.754,1.33L27.67,21.246a4.543,4.543,0,0,1,0,6.424L7.754,47.585a4.542,4.542,0,0,1-6.424,0" transform="translate(984.459 4005.404) rotate(90)" fill="%2300bc8b"/><path d="M1.331,47.585a4.542,4.542,0,0,1,0-6.424l16.7-16.7-16.7-16.7A4.542,4.542,0,0,1,7.754,1.33L27.67,21.246a4.543,4.543,0,0,1,0,6.424L7.754,47.585a4.542,4.542,0,0,1-6.424,0" transform="translate(984.459 4044.404) rotate(90)" fill="%2300bc8b"/></g></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

/* ------------------------------------- */
.p-about__graph {
  width: 50%;
}

.p-about__graph img {
  transform: scale(1.06) translateX(-1.5rem) translateY(-1.2rem); /* -15px, -12px */
}

.p-about__check {
  width: 50%;
}

.p-about__check__list {
  background: #f8f5f2;
  margin-bottom: 1rem; /* 10px */
  padding: 1.5rem 1.8rem; /* 15px 18px */
}

.p-about__result {
  text-align: center;
  margin-top: 8.4rem; /* 84px */
  padding-bottom: 5rem; /* 50px */
  background-image: url("../img/top/result_background.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.p-about__result__label span {
  color: #00bc8b;
  background: #ffe87f;
  font-weight: bold;
  font-size: 3rem; /* 30px */
  border-radius: 4rem; /* 40px */
  letter-spacing: 0.05em;
  width: 79rem; /* 790px */
  height: 7.8rem; /* 78px */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0;
  transform: translateY(-50%);
}

.p-about__result__title {
  font-weight: bold;
  color: #00bc8b;
  font-size: 5rem; /* 50px */
  letter-spacing: 0.05em;
  margin-bottom: 1.8rem; /* 18px */
  margin-top: -0.6rem; /* -6px */
}

.p-about__result__lead {
  font-weight: bold;
  font-size: 3rem; /* 30px */
  padding-right: 4rem; /* 40px */
}

.p-about__more {
  margin-top: 3rem; /* 30px */
}
.p-menu__title {
  padding-top: 7rem; /* 70px */
}

.p-menu__overview {
  text-align: center;
  padding-top: 7rem; /* 70px */
  padding-bottom: 9rem; /* 90px */
}

.p-menu__overview.p-menu__overview--top {
  padding-top: 0;
  margin-top: -4.4rem; /* -44px */
}
.p-menu__overview__fukidashi {
  transform: translateX(2.5rem); /* 25px */
  margin-bottom: 0.5rem; /* 5px */
}

.p-menu__overview__table {
  text-align: center;
}

.p-menu__overview__table__wrap table {
  width: 100%;
}

.p-menu__overview__table__wrap thead {
  font-weight: bold;
  color: #00bc8b;
  font-size: 1.8rem; /* 18px */
}

.p-menu__overview__table__wrap .line {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.9rem; /* 9px */
}

.p-menu__overview__table__wrap .line::before,
.p-menu__overview__table__wrap .line::after {
  content: "";
  display: block;
  height: 0.1rem; /* 1px */
  flex: 1;
  background: #00bc8b;
  margin: 0 0.5rem; /* 5px */
}
.p-menu__overview__table__wrap tbody th,
.p-menu__overview__table__wrap tbody td {
  border: 0.5rem solid #d1f0e8; /* 5px */
  width: 20%;
}

.p-menu__overview__table__wrap tbody th {
  background: #f8f5f2;
  font-size: 1.6rem; /* 16px */
  line-height: 1.5;
  font-weight: bold;
  vertical-align: middle;
}

.p-menu__overview__table__wrap tbody td {
  background: #fff;
  font-size: 1.4rem; /* 14px */
  line-height: 1.5;
  height: 8.5rem; /* 85px */
  vertical-align: middle;
}

.p-menu__overview__table__wrap tbody .bold {
  font-weight: bold;
}
.p-menu__overview__table__wrap tbody .large {
  font-size: 1.8rem; /* 18px */
}

.p-menu__overview__table__wrap tbody .green {
  color: #00bc8b;
}
.p-menu__overview__table__wrap tbody .background {
  background: #ffe87f;
}
.p-menu__overview__table__wrap tbody .small {
  font-size: 1.2rem; /* 12px */
}

.p-menu__overview__table__wrap tbody .stealth {
  background: none;
}
.p-menu__overview__table__wrap tbody .head {
  height: 4.6rem; /* 46px */
}
.p-menu__overview__button {
  display: flex;
  justify-content: center;
  margin-top: 5.5rem; /* 55px */
}

.p-menu__overview__button a {
  margin: 0 1.5rem; /* 15px */
  position: relative;
}

.p-menu__overview__button a::before {
  content: "";
  position: absolute;
  top: -5rem; /* -50px */
  left: 40%;
  height: 4.1rem; /* 41px */
  border-left: 0.3rem dotted #00bc8b; /* 3px */
}

.p-menu__overview__button a:last-child::before {
  transform: rotate(-40deg);
  left: 4%;
  top: -5.2rem; /* -52px */
  height: 4.7rem; /* 47px */
}

.p-menu__overview__more {
  margin-top: 4rem; /* 40px */
}

.p-menu__difference {
  padding-top: 8.4rem; /* 84px */
}
.p-menu__difference__column {
  display: flex;
  justify-content: space-between;
  margin-top: 3.4rem; /* 34px */
}

.p-menu__difference__column__row {
  width: 48.6%;
}

.p-menu__difference__title {
  text-align: center;
  background: #d1f0e8;
  font-size: 1.8rem; /* 18px */
  font-weight: bold;
  margin-bottom: 1.5rem; /* 15px */
  padding: 0.9rem 0; /* 9px 0 */
}

.p-menu__difference__title.p-menu__difference__title--green {
  background: #00bc8b;
  color: #fff;
}
.p-menu__difference__purpose {
  display: flex;
  align-items: center;
  margin-bottom: 3rem; /* 30px */
}

.p-menu__difference__purpose .label {
  background: #f8f5f2;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.8rem; /* 18px */
  width: 6.6rem; /* 66px */
  height: 3.8rem; /* 38px */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem; /* 10px */
}

.p-menu__difference__image {
  position: relative;
  padding-bottom: 4.6rem; /* 46px */
  margin-bottom: 2rem; /* 20px */
}

.p-menu__difference__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1168rem; /* 21.168px */
  height: 3.2247rem; /* 32.247px */
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 21.168 32.247"><path d="M31.276,8.475,22.149.666A2.775,2.775,0,0,0,17.57,2.775V6.768H3.816a3.815,3.815,0,1,0,0,7.631H17.57v3.994A2.774,2.774,0,0,0,22.149,20.5l9.127-7.809a2.775,2.775,0,0,0,0-4.217" transform="translate(21.168) rotate(90)" fill="%2300bc8b"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
}

/* ------------------------------- */

.p-menu__difference__image.p-menu__difference__image--last {
  padding-bottom: 0;
  margin-bottom: 2.6rem; /* 26px */
}
.p-menu__difference__image.p-menu__difference__image--last::after {
  content: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.p-menu__difference__image figcaption {
  font-weight: bold;
  font-size: 1.6rem; /* 16px */
  line-height: 1.8;
  margin-top: 0.6rem; /* 6px */
}

.p-treatment__row {
  display: flex;
  justify-content: space-between;
}

.p-treatment__section {
  margin-bottom: 12rem; /* 120px */
}

.p-treatment__front__head {
  text-align: center;
}
.p-treatment__front__head .fukidashi {
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00bc8b;
  font-size: 2.4rem; /* 24px */
  margin-bottom: 1.2rem; /* 12px */
}

.p-treatment__front__head .dot {
  position: relative;
}

.p-treatment__front__head .dot::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0;
  height: 0.3rem;
  width: 100%;
  background-image: url("../img/fukidashi_dot.svg");
  background-repeat: no-repeat;
  background-position: center top;
}

.p-treatment__front__head .fukidashi::before,
.p-treatment__front__head .fukidashi::after {
  content: "";
  display: block;
  height: 2.8rem; /* 28px */
  width: 0.2rem; /* 2px */
  background: #00bc8b;
  margin: 0 1.8rem; /* 18px */
}

.p-treatment__front__head .fukidashi::before {
  transform: rotate(-30deg);
}
.p-treatment__front__head .fukidashi::after {
  transform: rotate(30deg);
}
.p-treatment__front__head mark {
  font-size: 3rem; /* 30px */
  font-weight: bold;
}

.p-treatment__front__head .main {
  display: block;
  font-size: 5.5rem; /* 55px */
  font-weight: bold;
  color: #00bc8b;
  margin-top: 1.6rem; /* 16px */
}

.p-treatment__front__trouble {
  background: #f8f5f2;
  padding-left: 32.3%;
  position: relative;
  margin-top: 10.2rem; /* 102px */
}

.p-treatment__front__trouble .title {
  font-weight: bold;
  color: #00bc8b;
  font-size: 2.4rem; /* 24px */
  letter-spacing: 0.1em;
  position: relative;
}

.p-treatment__front__trouble .top {
  top: -1.8rem; /* -18px */
}

.p-treatment__front__trouble .bottom {
  bottom: -1.5rem; /* -15px */
}

.p-treatment__front__trouble .list {
  margin: 3rem 0; /* 30px 0 */
}

.p-treatment__front__trouble .list li {
  margin: 1rem 0; /* 10px 0 */
}

.p-treatment__front__trouble .img {
  position: absolute;
}
.p-treatment__front__trouble .img.img01 {
  width: 25rem; /* 250px */
  left: 3rem; /* 10px */
  top: -4.2rem; /* -42px */
}

.p-treatment__front__trouble .img.img02 {
  width: 25rem; /* 250px */
  bottom: -4.8rem; /* -48px */
  right: 3.4rem; /* 34px */
}

.p-treatment__front__trouble .img.img03 {
  width: 17rem; /* 170px */
  top: -4.2rem; /* -42px */
  right: 1rem; /* 10px */
}

.p-treatment__front__trouble .img.img04 {
  width: 17rem; /* 170px */
  left: 11rem; /* 110px */
  bottom: -6rem; /* -60px */
}

.p-treatment__front__fukidashi {
  text-align: center;
  margin-top: 9rem; /* 90px */
  margin-bottom: 1.8rem; /* 18px */
}

.p-treatment__about {
  margin-bottom: 8.4rem; /* 84px */
}

.p-treatment__about__row {
  display: flex;
  justify-content: space-between;
}

.p-treatment__about__row + .p-treatment__about__row {
  margin-top: 5.8rem; /* 58px */
}

.p-treatment__about__row:nth-child(odd) {
  flex-direction: row-reverse;
}
.p-treatment__about__row__img {
  width: 48.6%;
}

.p-treatment__about__row__text {
  width: 48.6%;
}

.p-treatment__effect {
  padding: 6rem 0 7.8rem; /* 60px 0 78px */
}

.p-treatment__effect__row {
  display: flex;
  justify-content: space-between;
  padding: 0 6rem; /* 0 60px */
  margin-top: 11rem; /* 110px */
  position: relative;
}

.p-treatment__effect__row:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/prp/arrow.svg) no-repeat center / contain;
  width: 4.1rem; /* 41px */
  height: 2.7rem; /* 27px */
  transform: translateX(-50%) translateY(-50%);
}

.p-treatment__effect__col {
  width: 44.9%;
  position: relative;
}

.p-treatment__effect__col .sub {
  position: absolute;
  top: -16rem; /* -160px */
  width: 22.2rem; /* 222px */
}

.p-treatment__effect__col .sub.left {
  left: -6rem; /* -60px */
}

.p-treatment__effect__col .sub.right {
  right: -6rem; /* -60px */
}

.p-treatment__point {
  padding: 12rem 0; /* 120px 0 */
}

.p-treatment__point.p-treatment__point--pt0 {
  padding-top: 0;
}
.p-treatment__point.p-treatment__point--narrow {
  padding-top: 4.5rem; /* 45px */
}

.p-treatment__point__img {
  width: 48.6%;
}

.p-treatment__point__text {
  width: 48.6%;
}

.p-treatment__point__text .c-text + .c-heading03 {
  margin-top: 2rem; /* 20px */
}

.p-treatment__point__text img + .c-text {
  margin-top: 1rem; /* 10px */
}
.p-treatment__point__list {
  margin-top: 3.4rem; /* 34px */
}

.p-treatment__point__list.p-treatment__point__list {
  font-weight: bold;
}
.p-treatment__point__list li {
  position: relative;
  line-height: 1.4;
  font-size: 2.3rem; /* 23px */
  padding-left: 10rem; /* 100px */
  margin-bottom: 2.2rem; /* 22px */
}

.p-treatment__point__list li strong {
  color: #ff7676;
  font-weight: bold;
}
.p-treatment__point__list li::before {
  content: "POINT";
  color: #fff;
  background: #00bc8b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.8rem; /* 88px */
  height: 4rem; /* 40px */
  font-family: "Nunito Sans", sans-serif;
  font-size: 2rem; /* 20px */
  position: absolute;
  top: -0.4rem; /* -4px */
  left: 0;
}

.p-treatment__point__effect {
  margin-top: 3.2rem; /* 32px */
}
.p-treatment__point__effect .effect {
  width: 48.6%;
}

.p-treatment__point__memo {
  border: 1px solid #00bc8b;
  display: flex;
  align-items: center;
  padding: 3.2rem 0; /* 32px 0 */
  margin-top: 3.6rem; /* 36px */
}

/* ーーーーーーーーーーーーーーーーーーーーー */

.p-treatment__point__memo .title {
  color: #00bc8b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem; /* 18px */
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-treatment__point__memo .title .icon {
  display: inline-block;
  margin-right: 0.8rem; /* 8px */
}
.p-treatment__point__memo .body {
  border-left: 1px solid #00bc8b;
  width: 75%;
  padding-left: 2.5rem; /* 25px */
}

.p-treatment__authorization .image {
  text-align: center;
  margin-top: 3.2rem; /* 32px */
}

.p-treatment__authorization .image img {
  width: 47.9rem; /* 479px */
}

.p-treatment__band {
  font-weight: bold;
  color: #00bc8b;
  font-size: 2.4rem; /* 24px */
  padding: 3.7rem 0 3.8rem 12rem; /* 37px 0 38px 120px */
  line-height: 2;
  position: relative;
  margin-top: 9rem; /* 90px */
}

.p-treatment__band::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 34px solid #f8f5f2;
  border-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2rem;
}

.p-treatment__band.p-treatment__band--center {
  text-align: center;
  padding-left: 0;
}
.p-treatment__band .illust {
  position: absolute;
  bottom: 0;
  right: 9rem; /* 142px */
}

.p-treatment__flow {
  display: flex;
  gap: 3rem; /* 30px */
}

.p-treatment__flow li {
  flex: 1;
}

.p-treatment__flow .img {
  margin-bottom: 1.4rem; /* 14px */
}

.p-treatment__fee {
  width: 100%;
}
.p-treatment__fee th,
.p-treatment__fee td {
  border: 1px solid #d3cec8;
  padding: 2.1rem 3rem; /* 21px 30px */
}

.p-treatment__fee th {
  font-weight: bold;
  font-size: 1.8rem; /* 18px */
  background: #f8f5f2;
}

.p-treatment__fee td {
  font-size: 1.6rem; /* 16px */
}

.p-treatment__fee .price {
  font-weight: bold;
  font-size: 2.4rem; /* 24px */
}

.p-treatment__fee .left01 {
  margin-left: 3rem;
}

.p-treatment__fee .left02 {
  margin-left: 1rem;
}

.p-treatment__fee .left03 {
  margin-left: 5.8rem;
}

.sp-only {
  display: none;
}

.p-treatment__fee .label {
  background: #00bc8b;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 0 0.5rem; /* 0 5px */
  margin-left: 2rem; /* 20px */
  margin-right: 1rem; /* 10px */
}
.p-treatment__faq {
  background: #f8f5f2;
  margin-bottom: 2rem; /* 20px */
}

.p-treatment__faq dt,
.p-treatment__faq dd {
  position: relative;
}
.p-treatment__faq dt::before,
.p-treatment__faq dd::before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem; /* 40px */
  height: 4rem; /* 40px */
  border-radius: 50%;
  left: 3.5rem; /* 35px */
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.8rem; /* 18px */
}

.p-treatment__faq dt {
  font-size: 1.8rem; /* 18px */
  font-weight: bold;
  padding: 2.5rem 9.5rem; /* 25px 95px */
  cursor: pointer;
}

.p-treatment__faq dt::before {
  content: "Q";
  top: 1.9rem; /* 19px */
  background: #00bc8b;
  color: #fff;
}

.p-treatment__faq dt::after {
  content: "";
  position: absolute;
  top: 3rem; /* 30px */
  right: 3.5rem; /* 35px */
  width: 2rem; /* 20px */
  height: 2rem; /* 20px */
  background-image: url("../img/icon_plus.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-treatment__faq dt.is-open::after {
  background-image: url("../img/icon_minus.svg");
}
.p-treatment__faq dd {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 9.5rem; /* 0 95px */
}

.p-treatment__faq dd::before {
  content: "A";
  background: #ffe87f;
  top: 0.8rem; /* 8px */
}
.p-treatment__faq dd.is-open {
  height: auto;
  padding: 1rem 9.5rem 2.3rem; /* 10px 95px 23px */
}

.p-treatment__comparison {
  padding: 4.7rem 0 7.4rem; /* 47px 0 74px */
}
.p-treatment__comparison__title {
  text-align: center;
  margin-bottom: 0.4rem; /* 4px */
}
.p-treatment__comparison__table {
  width: 100%;
}

.p-treatment__comparison__table thead th {
  padding: 2.3rem 0; /* 23px 0 */
}

.p-treatment__comparison__table tbody th,
.p-treatment__comparison__table tbody td {
  height: 21.2rem; /* 212px */
}

.p-treatment__comparison__table th,
.p-treatment__comparison__table td {
  border: 0.5rem solid #d1f0e8; /* 5px */
  font-size: 2rem; /* 20px */
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p-treatment__comparison__table td small {
  font-size: 1.8rem; /* 18px */
}

.p-treatment__comparison__table th img,
.p-treatment__comparison__table td img {
  display: block;
  margin: 0 auto 1rem; /* 10px */
}
.p-treatment__comparison__table th {
  background: #f8f5f2;
}

.p-treatment__comparison__table td {
  background: #fff;
}

.p-treatment__comparison__table .logo {
  background: #00bc8b;
}
.p-treatment__comparison__table .logo img {
  margin-bottom: 0;
}
.p-treatment__comparison__table .stealth {
  background: none;
}

.p-treatment__difference {
  text-align: center;
  margin-bottom: -4rem; /* -40px */
}

/* ここからスマホ ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
  .p-about__lead {
    line-height: 1.8;
    margin-top: -4.5333333333vw;
    font-size: 8vw;
  }

  .p-about__column {
    display: block;
    margin-top: 4.8vw;
  }

  .p-about__graph {
    width: 100%;
    margin-top: 4vw;
  }

  .p-about__graph img {
    transform: scale(1) translateX(0) translateY(0);
  }

  .p-about__check {
    width: 100%;
  }

  .p-about__check__list {
    padding: 2.6666666667vw 5.3333333333vw;
    margin-bottom: 1.8666666667vw;
  }

  .p-about__result {
    margin-top: 17.8666666667vw;
    padding-bottom: 3.2vw;
  }

  .p-about__result__label span {
    width: 100%;
    width: 81.3333333333vw;
    height: 17.6vw;
    line-height: 1.2;
    font-size: 4.8vw;
    transform: translateY(-68%);
  }

  .p-about__result__title {
    font-size: 6.1333333333vw;
    width: 61.3333333333vw;
    margin-left: auto;
    margin-top: -9.6vw;
    margin-bottom: 0.5333333333vw;
  }

  .p-about__result__lead {
    padding-right: 0;
    width: 59.7333333333vw;
    font-size: 4.2666666667vw;
    margin-left: auto;
  }

  .p-menu__title {
    padding-top: 13.3333333333vw;
  }
  .p-menu__overview {
    padding-top: 8vw;
    padding-bottom: 13.3333333333vw;
  }

  .p-menu__overview__fukidashi {
    transform: translateX(0);
    margin-bottom: 4.8vw;
  }

  .p-menu__overview__table__wrap {
    overflow-x: scroll;
    overflow-y: visible;
    margin-right: -4vw;
  }

  .p-menu__overview__table__wrap table {
    width: 138.6666666667vw;
  }
  .p-menu__overview__table__wrap thead {
    font-size: 4.2666666667vw;
  }

  .p-menu__overview__table__wrap .line {
    margin-bottom: 2.6666666667vw;
  }

  .p-menu__overview__table__wrap tbody th,
  .p-menu__overview__table__wrap tbody td {
    padding: 0 2.6666666667vw;
  }

  .p-menu__overview__table__wrap tbody th {
    font-size: 3.7333333333vw;
  }

  .p-menu__overview__table__wrap tbody td {
    font-size: 3.2vw;
    height: 22.6666666667vw;
  }
  .p-menu__overview__table__wrap tbody .large {
    font-size: 3.7333333333vw;
  }

  .p-menu__overview__table__wrap tbody .small {
    font-size: 3.2vw;
  }

  .p-menu__overview__button {
    margin-top: 8vw;
    gap: 1.8666666667vw;
  }

  .p-menu__overview__button a {
    margin: 0;
    flex: 1;
    height: 12.2666666667vw;
    font-size: 3.7333333333vw;
    padding-right: 2.6666666667vw;
  }
  .p-menu__overview__button a::after {
    right: 2.6666666667vw;
  }

  .p-menu__overview__button a::before {
    transform: rotate(45deg);
    top: -8.5333333333vw;
    left: 81%;
    height: 7.2vw;
  }

  .p-menu__overview__button a:last-child::before {
    transform: rotate(-34deg);
    left: 50%;
    top: -8.2666666667vw;
    height: 6.9333333333vw;
  }

  .p-menu__overview__more {
    margin-top: 6.6666666667vw;
  }

  .p-menu__difference__column {
    margin-top: 6.6666666667vw;
    gap: 3.7333333333vw;
  }

  .p-menu__difference__column__row {
    flex: 1;
    width: auto;
  }

  .p-menu__difference__title {
    padding: 0 2.6666666667vw;
    font-size: 4.2666666667vw;
    height: 15.4666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;
  }

  .p-menu__difference__purpose {
    margin-bottom: 1.3333333333vw;
    display: block;
  }

  .p-menu__difference__purpose .label {
    width: 100%;
    height: 8.5333333333vw;
    font-size: 4.2666666667vw;
    margin: 0;
  }

  .p-menu__difference__image {
    padding-bottom: 6.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }

  .p-menu__difference__image::after {
    width: 8.5333333333vw;
    height: 4vw;
  }

  .p-menu__difference__image figcaption {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .p-treatment__row {
    display: block;
  }

  .p-treatment__section {
    margin-bottom: 16vw;
  }
  .p-treatment__front.p-treatment__front--stem-cells
    .p-treatment__front__trouble
    .img.img02 {
    bottom: auto;
    width: 34.6666666667vw;
    top: -37.8666666667vw;
    right: 6.4vw;
  }

  .p-treatment__front__head .fukidashi {
    letter-spacing: 0;
    font-size: 4.8vw;
    margin: 0 -4vw 2.6666666667vw;
  }

  .p-treatment__front__head .fukidashi::before,
  .p-treatment__front__head .fukidashi::after {
    height: 4.8vw;
    margin: 0 2.6666666667vw;
  }

  .p-treatment__front__head .dot::before {
    width: 75%;
    background-size: 100% auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .p-treatment__front__head mark {
    font-size: 6.1333333333vw;
  }

  .p-treatment__front__head .main {
    margin-top: 2.4vw;
    font-size: 9.3333333333vw;
  }

  .p-treatment__front__trouble {
    padding-left: 9%;
    padding-right: 9%;
    margin: 60vw -4vw 0;
  }

  .p-treatment__front__trouble .title {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding-left: 6%;
  }

  .p-treatment__front__trouble .top {
    top: -3.7333333333vw;
  }
  .p-treatment__front__trouble .bottom {
    bottom: -4vw;
  }

  .p-treatment__front__trouble .list {
    margin: 0;
  }
  .p-treatment__front__trouble .list li {
    margin: 1.6vw 0;
  }

  .p-treatment__front__trouble .img.img01 {
    width: 46.6666666667vw;
    left: 6.6666666667vw;
    top: -54.4vw;
  }

  .p-treatment__front__trouble .img.img02 {
    width: 46.6666666667vw;
    bottom: -43.4666666667vw;
    right: 6.6666666667vw;
  }
  .p-treatment__front__trouble .img.img03 {
    width: 34.6666666667vw;
    top: -37.8666666667vw;
    right: 6.4vw;
  }

  .p-treatment__front__trouble .img.img04 {
    width: 34.6666666667vw;
    left: 6.6666666667vw;
    bottom: -50.6666666667vw;
  }
  .p-treatment__front__fukidashi {
    margin-top: 54.6666666667vw;
    margin-bottom: 1.8666666667vw;
  }
  .p-treatment__front__fukidashi.p-treatment__front__fukidashi--stem-cells {
    margin-top: 12vw;
  }
  .p-treatment__about {
    margin-bottom: 13.8666666667vw;
  }
  .p-treatment__about__row {
    display: block;
  }

  .p-treatment__about__row + .p-treatment__about__row {
    margin-top: 6.4vw;
  }

  .p-treatment__about__row__img {
    width: 100%;
    margin-bottom: 2.6666666667vw;
  }

  .p-treatment__about__row__text {
    width: 100%;
  }

  .p-treatment__effect {
    padding-top: 12vw;
    padding-bottom: 13.3333333333vw;
  }

  .p-treatment__effect__row {
    display: block;
    margin-top: 34.6666666667vw;
    padding: 0;
  }

  .p-treatment__effect__row:after {
    top: 44.5%;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }

  .p-treatment__effect__col {
    width: 100%;
    margin-top: 38.6666666667vw;
  }

  .p-treatment__effect__col .sub {
    top: -30.4vw;
    width: 41.0666666667vw;
  }

  .p-treatment__effect__col .sub.left {
    left: 0;
  }

  .p-treatment__effect__col .sub.right {
    right: 0;
  }

  .p-treatment__point {
    padding: 16vw 0;
  }

  .p-treatment__point.p-treatment__point--narrow {
    padding-top: 2.6666666667vw;
  }

  .p-treatment__point__img {
    width: 100%;
    margin-bottom: 4vw;
  }
  .p-treatment__point__text {
    width: 100%;
  }

  .p-treatment__point__text .c-text + .c-heading03 {
    margin-top: 3.4666666667vw;
  }

  .p-treatment__point__list {
    margin-top: 5.3333333333vw;
  }
  .p-treatment__point__list li {
    font-size: 4.8vw;
    padding-left: 21.3333333333vw;
    margin-bottom: 3.2vw;
    font-weight: normal;
  }

  .p-treatment__point__list li::before {
    top: 1.0666666667vw;
    font-size: 4.2666666667vw;
    width: 18.4vw;
    height: 8vw;
  }

  .p-treatment__point__effect .effect {
    width: 100%;
  }
  .p-treatment__point__memo {
    display: block;
    padding: 0 5.3333333333vw;
    margin-top: 6.9333333333vw;
  }

  .p-treatment__point__memo .title {
    width: 100%;
    font-size: 4.8vw;
    padding: 3.7333333333vw 0 2.1333333333vw;
  }

  .p-treatment__point__memo .body {
    border-left: none;
    width: 100%;
    padding: 3.4666666667vw 0;
    border-top: 1px solid #00bc8b;
  }
  .p-treatment__authorization .image {
    margin-top: 5.8666666667vw;
  }

  .p-treatment__authorization .image img {
    width: 100%;
  }

  .p-treatment__band {
    text-align: center;
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 17.8666666667vw 6.4vw 5.3333333333vw;
    margin-top: 16vw;
    margin-bottom: 7.4666666667vw;
  }

  .p-treatment__band .illust {
    width: 27.4666666667vw;
    right: 0;
  }

  .p-treatment__flow {
    gap: 6.4vw 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-treatment__flow li {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 44vw;
  }

  .p-treatment__flow .img {
    margin-bottom: 1.6vw;
  }

  .p-treatment__fee th,
  .p-treatment__fee td {
    padding: 2.4vw 3.7333333333vw;
  }

  .p-treatment__fee th {
    width: 28%;
    font-size: 4.2666666667vw;
  }

  .p-treatment__fee td {
    width: 72%;
    font-size: 3.7333333333vw;
  }

  .p-treatment__fee .price {
    font-size: 4.8vw;
  }
	
  .p-treatment__fee .left01 {
	margin-left: 0;
  }
  .p-treatment__fee .left02 {
    margin-left: 0;
  }
  .p-treatment__fee .left03 {
    margin-left: 0;
  }
	
  .sp-only {
	display: block;
  }
	
  .p-treatment__faq {
    margin-bottom: 4vw;
  }
  .p-treatment__faq dt::before,
  .p-treatment__faq dd::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    left: 5.3333333333vw;
  }

  .p-treatment__faq dt {
    font-size: 4.2666666667vw;
    line-height: 1.8;
    padding: 5.6vw 18.6666666667vw;
  }
  .p-treatment__faq dt::before {
    top: 4.2666666667vw;
  }

  .p-treatment__faq dt::after {
    top: 7.2vw;
    right: 5.3333333333vw;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }

  .p-treatment__faq dd {
    padding: 0px 5.3333333333vw 0px 18.6666666667vw;
  }

  .p-treatment__faq dd.is-open {
    padding: 0 5.3333333333vw 4.8vw 18.6666666667vw;
  }
  .p-treatment__comparison__table {
    position: relative;
    left: -1.3333333333vw;
    width: calc(100% + 2.6666666667vw);
  }
  .p-treatment__comparison__table thead th {
    width: 40%;
    margin: 0 -1.3333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }

  .p-treatment__comparison__table tbody th,
  .p-treatment__comparison__table tbody td {
    height: 36.2666666667vw;
  }

  .p-treatment__comparison__table th,
  .p-treatment__comparison__table td {
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }

  .p-treatment__comparison__table th {
    padding: 0 1.3333333333vw;
  }

  .p-treatment__comparison__table td {
    padding: 2.6666666667vw;
  }

  .p-treatment__comparison__table td small {
    font-size: 3.4vw;
  }

  .p-treatment__comparison__table td .small {
    width: 65%;
  }

  .p-treatment__comparison__table .stealth {
    width: 20%;
  }

  .p-treatment__difference {
    margin: 0 0 -10.6666666667vw;
  }
  .p-treatment__difference img {
    transform: scale(1.28);
  }
}
