@charset "UTF-8";
.gtranslate_wrapper {
  display: none;
}
#footer:before {
  background-color: #313640;
}
.se {
  font-family: "Noto Serif JP", serif;
}

.sa {
  font-family: "Noto Sans JP", sans-serif;
}

main img {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

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

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

.l_header {
  position: absolute;
  top: 33px;
  left: 3px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .l_header {
    top: 8px;
    left: 0;
  }
}

.logo_wrap {
  padding: 25px 2.8472222222vw 33px 2.7083333333vw;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .logo_wrap {
    padding: 6px 10px 8px 10px;
  }
}

.logo {
  max-width: 24.2361111111vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo {
    max-width: 92px;
  }
  main .logo img {
    aspect-ratio: 92/22;
  }
}
main .logo img {
  aspect-ratio: 349/83;
  -o-object-fit: cover;
  object-fit: cover;
}

.text {
  margin-top: 6px;
  font-size: clamp(6px, 1.6666666667vw, 24px);
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.c_section_title {
  color: #fff;
  font-size: clamp(18px, 2.7777777778vw, 40px);
  font-weight: 700;
  padding-block: 16px;
  background-color: #313640;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_section_title {
    padding-block: 12px;
  }
}

.p_fv {
  position: relative;
}

.p_fv_img {
  position: relative;
  overflow: hidden; /* オーバーレイがはみ出さないように */
}
.p_fv_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 206, 162, 0.7);
  mix-blend-mode: multiply;
  -webkit-box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  pointer-events: none; /* クリック等に影響しないように */
}
.p_fv_img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 63%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(45.06%, rgba(255, 255, 255, 0)),
    color-stop(78.57%, rgba(255, 255, 255, 0.8))
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 45.06%,
    rgba(255, 255, 255, 0.8) 78.57%
  );
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p_fv_img img {
  height: 800px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_fv_img img {
    aspect-ratio: 375/265;
    height: auto;
  }
}

.p_fv_features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  row-gap: 6px;
  max-width: 61.6666666667vw;
  width: 100%;
  position: absolute;
  top: 2.9166666667vw;
  right: 1.75vw;
}
@media screen and (max-width: 768px) {
  .p_fv_features_wrap {
    position: static;
    max-width: 100%;
    padding: 16px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .p_fv_inner {
    position: relative;
  }
}

.p_fv_features {
  border-radius: 20px;
  background-color: #b0967f;
  color: #fff;
  text-align: center;
  height: 74px;
  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;
  line-height: 1.32;
  font-weight: 700;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p_fv_features {
    height: auto;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
  }

  .p_fv_features.w-50 {
    width: calc(50% - 4px);
  }
}

.p_fv_title {
  font-size: clamp(18px, 3.125vw, 45px);
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  position: absolute;
  top: 58%;
  letter-spacing: 0.112em;
  right: 50%;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
  transform: translate(50%, -50%);
  text-align: center;
}
.p_fv_title span {
  font-size: clamp(28px, 4.8611111111vw, 70px);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 768px) {
  .p_fv_title {
    width: 100%;
    top: 45%;
    line-height: 1.4;
  }
}

.p_fv_teacher_img {
  max-width: 33.75vw;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 55px;
  z-index: 6;
}
.p_fv_teacher_img img {
  aspect-ratio: 486/664;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_fv_teacher_img {
    max-width: 167px;
    left: -35px;
  }
  .p_fv_teacher_img img {
    aspect-ratio: 148/241;
  }
}

.p_fv_bottom_text {
  font-size: clamp(13px, 1.9444444444vw, 28px);
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.17em;
  padding: 18px 0;
  background: rgba(122, 110, 116, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_fv_bottom_text {
    padding: 10px 0;
  }
}

.p_message {
  background: rgba(255, 255, 255, 0.2);
  padding: 40px 0 68px;
}
@media screen and (max-width: 768px) {
  .p_message {
    padding: 40px 20px;
  }
}

.p_message_title {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.p_message_title span {
  color: #747474;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
  line-height: 100px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_message_title span {
    font-size: 18px;
    line-height: 26.63px;
    position: relative;
    padding: 0 10px 10px;
  }
}
.p_message_title span::after {
  content: "";
  position: absolute;
  width: 90%;
  max-width: 990px;
  height: 2px;
  background: rgba(122, 110, 116, 0.8);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_message_title span::after {
    width: 100%;
    height: 1px;
  }
}

.p_message_text {
  font-size: 20px;
  color: #747474;
  font-weight: 400;
  letter-spacing: 0.17em;
  max-width: 868px;
  width: 100%;
  margin: 35px auto 0;
  line-height: 2;
}
.p_message_text p:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_message_text {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 20px;
  }
  .p_message_text p:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

.p_message_name_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 71px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 140px;
}
@media screen and (max-width: 768px) {
  .p_message_name_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p_message_wrap_l_top {
  color: #747474;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
  font-size: clamp(7px, 0.9722222222vw, 14px);
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: 0.11em;
}

.p_message_wrap_name {
  color: #747474;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
  font-size: clamp(10px, 1.6666666667vw, 24px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-top: 12px;
}

.p_message_wrap_btn a {
  color: #fff;
  font-size: clamp(10px, 0.7638888889vw, 11px);
  font-weight: 500;
  padding: 9px 40px 9px 18px;
  border-radius: 32.618px;
  background: rgba(187, 144, 167, 0.8);
  -webkit-box-shadow: 0px 3.262px 3.262px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3.262px 3.262px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  display: block;
}
.p_message_wrap_btn a::after {
  content: "";
  background: url(../img/btn_arrow.png);
  width: 33px;
  height: 25px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7px;
}

.p_problem_top {
  position: relative;
}

.p_problem_top_img {
  width: 100%;
  position: relative;
}
.p_problem_top_img img {
  aspect-ratio: 1440/268;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_problem_top_img img {
    aspect-ratio: 375/100;
  }
}
.p_problem_top_img::after {
  content: "";
  position: absolute;
  inset: 0; /* top/right/bottom/left を 0 に */
  background-color: rgba(44, 35, 28, 0.4);
  border: 1px solid rgba(242, 206, 162, 0.25);
  -webkit-filter: blur(2px);
  filter: blur(2px); /* ぼかし効果。お好みで値を調整 */
  pointer-events: none; /* クリックなどに影響させない */
}

.p_problem_top_text {
  position: absolute;
  color: #fff;
  font-size: clamp(18px, 3.3333333333vw, 48px);
  font-weight: 600;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding-block: 36px;
}
@media screen and (max-width: 768px) {
  .p_problem_top_text {
    padding-block: 15px;
  }
}
.p_problem_top_text::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(112, 78, 36, 0.35);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.p_problem_inner {
  padding-inline: 4.9305555556vw 4.0277777778vw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_problem_inner {
    padding-inline: 20px;
  }
}
.p_problem_inner::after {
  content: "";
  background: url(../img/problem_bg1.png);
  width: 100%;
  height: 194px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p_problem_inner::before {
  content: "";
  background: url(../img/problem_bg2.png);
  width: 100%;
  height: 194px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p_problem_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 160px 0;
}
@media screen and (max-width: 1080px) {
  .p_problem_content {
    padding: 50px 0;
    gap: 50px;
  }
}

.p_problem_l {
  width: 100%;
  max-width: 1100px;
}

.p_problem_content_box:nth-of-type(n + 2) {
  /* margin-top: 25px; */
  margin-top: 8%;
}

.p_problem_heading {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: clamp(19px, 2.7777777778vw, 40px);
  font-weight: 600;
  letter-spacing: 0.3em;
  padding-block: 8px;
  background: #313640;
  text-align: center;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .p_problem_heading {
    border-radius: 4px;
  }
}

.p_problem_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
  row-gap: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* max-width: 800px; */
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .p_problem_items {
    gap: 24px 12px;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.p_problem_item {
  width: calc((100% - 5.9722222222vw) / 2);
}
@media screen and (max-width: 768px) {
  .p_problem_item {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 1600px) {
  .p_problem_item {
    width: 300px;
  }
}
.p_problem_box {
  width: 100%;
  min-height: 225px;
  border-radius: 20px;
  background: rgba(241, 207, 167, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 30px 10px;
}
.p_problem_item.--small .p_problem_box {
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .p_problem_box {
    height: auto;
    min-height: 150px;
    padding: 10px;
  }
}
.p_problem_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 22px solid #747474;
  border-bottom: 0;
  position: absolute;
  bottom: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_problem_box::after {
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 12px solid #747474;
    bottom: -18px;
  }
}

.p_problem_box_img {
  max-width: 131px;
  width: 100%;
  margin: 0 auto;
}
.p_problem_box_img img {
  aspect-ratio: 131/101;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_problem_box_img {
    max-width: 57px;
  }
  .p_problem_box_img img {
    aspect-ratio: 57/62;
  }
}

.p_problem_box_text {
  color: #000;
  text-align: center;
  font-size: 17px;
  margin-top: 13px;
  font-weight: 500;
  line-height: 25px; /* 178.571% */
}
.p_problem_item.--small .p_problem_box_text {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .p_problem_box_text {
    margin-top: 14px;
    line-height: 1.4;
    font-size: 12px;
  }
  .p_problem_item.--small .p_problem_box_text {
    font-size: 12px;
    margin-top: 0;
  }
}

.p_problem_solution {
  color: #313640;
  font-size: clamp(13px, 1.6666666667vw, 22px);
  font-weight: 600;
  margin-top: 35px;
  text-align: center;
  margin-top: 35px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p_problem_solution {
    margin-top: 20px;
  }
}

.p_problem_r {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 45.5%;
          flex: 0 0 45.5%; */
  max-width: 100%;
  padding-right: 5rem;
  padding-left: 5rem;
}

.p_problem_r_items {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 45px; */
  position: relative;
  overflow: hidden;
  padding: 0 28px 35px;
}

.p_problem_r_item {
  padding: 30px 2.7777777778vw 11px 2.7777777778vw;
  min-height: 432px;
  width: 100%;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.p_problem_r_item:nth-of-type(1) .p_problem_r_item_heading {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p_problem_r_item {
    min-height: 207px;
    padding: 14px 19px 11px 18px;
    border-radius: 19.243px;
    background: #fff;
    -webkit-box-shadow: 0px 4.811px 7.216px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4.811px 7.216px 0px rgba(0, 0, 0, 0.25);
  }
}

.p_problem_r_item_title {
  color: #bb90a7;
  font-size: clamp(13px, 1.9444444444vw, 28px);
  font-weight: 600;
  text-align: center;
}
/* #treatment3 .p_treatment_content_case_wrap .p_problem_r_item_imgs {
  padding-bottom: 30px;
} */

.p_problem_r_item_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
  position: relative;
  /* padding-bottom: 30px; */
}
.p_problem_r_item_imgs.imgs3 .img {
  position: relative;
}
/* .p_problem_r_item_imgs.imgs3 .img img {
  aspect-ratio: 1/1;
} */
.p_problem_r_item_imgs.imgs3 .img:nth-of-type(1)::after {
  content: "before";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.p_problem_r_item_imgs.imgs3 .img:nth-of-type(2)::after {
  content: "12回after";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.p_problem_r_item_imgs.imgs4 .img {
  position: relative;
}
/* .p_problem_r_item_imgs.imgs4 .img img {
  aspect-ratio: 1/1;
} */
.p_problem_r_item_imgs.imgs4 .img:nth-of-type(1)::after {
  content: "before";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.p_problem_r_item_imgs.imgs4 .img:nth-of-type(2)::after {
  content: "after";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.img {
  position: relative;
}
.img img {
  aspect-ratio: 1/1;
}
.img.point img {
  aspect-ratio: auto;
}
.img:nth-of-type(1)::after {
  content: "before";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.img:nth-of-type(2)::after {
  content: "1カ月after";
  font-size: clamp(10px, 1.4583333333vw, 21px);
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.p_problem_r_item_imgs_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: rgba(242, 206, 162, 0.26);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(36.820186615px);
  backdrop-filter: blur(36.820186615px);
  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-direction: column;
  flex-direction: column;
  z-index: 10;
}
.p_problem_r_item_imgs_overlay .text {
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 1.4583333333vw, 21px);
  font-weight: 700;
}
.p_problem_r_item_imgs_overlay .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
}
.p_problem_r_item_imgs_overlay .btn {
  color: #fff;
  text-align: center;
  font-size: clamp(13px, 1.7361111111vw, 25px);
  font-weight: 600;
  width: 96px;
  padding-block: 4px;
  border-radius: 21px;
  background: #747474;
  cursor: pointer;
}
.p_problem_r_item_imgs_overlay .btn.yes {
  background: #bb90a7;
}

.p_problem_r_item_heading {
  color: #313640;
  text-align: center;
  font-size: clamp(15px, 2.2222222222vw, 28px);
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_problem_r_item_heading {
    margin-top: 10px;
  }
}

.p_problem_r_item_text {
  color: #313640;
  font-size: clamp(10px, 1.4583333333vw, 18px);
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.p_merit {
  background: rgba(252, 242, 231, 0.7);
}

.p_merit_items {
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
@media screen and (max-width: 768px) {
  .p_merit_items {
    padding: 40px 17px;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p_merit_item {
  width: calc((100% - 42px) / 4);
  border-radius: 15px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  min-height: 354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e0d7d8;
}
@media screen and (max-width: 768px) {
  .p_merit_item {
    width: calc((100% - 12px) / 2);
    min-height: 176px;
  }
}

.p_merit_item_top {
  background: #fff;
  padding: 16px 0;
  min-height: 220px;
}
@media screen and (max-width: 768px) {
  .p_merit_item_top {
    min-height: auto;
  }
}

.p_merit_item_img {
  max-width: 168px;
  width: 100%;
  margin: 0 auto;
}
.p_merit_item_img img {
  aspect-ratio: 168/123;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_merit_item_img {
    max-width: 83px;
  }
  .p_merit_item_img img {
    aspect-ratio: 83/61;
  }
}

.p_merit_item_title {
  color: #313640;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 13px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p_merit_item_title {
    margin-top: 6px;
    font-size: 12px;
  }
}

.p_merit_text_wrap {
  color: #313640;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  min-height: 167px;
  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-radius: 0 0 15px 15px;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .p_merit_text_wrap {
    font-weight: 350;
    line-height: 1.78; /* 178.571% */
    min-height: 81px;
    padding-inline: 5px;
    font-size: 10px;
    padding: 5px;
  }
}
.p_merit_text_wrap ul {
  list-style: disc;
  padding-left: 20px;
}

.p_strengths_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_strengths_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34.5%;
  flex: 0 0 34.5%;
}
.p_strengths_img img {
  aspect-ratio: 498/673;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_strengths_img img {
    aspect-ratio: 144/240;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
  }
}

.p_strengths_r {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.p_strengths_heading_wrap {
  padding-block: 43px 25px;
  background: rgba(116, 116, 116, 0.39);
  background-blend-mode: multiply;
  -webkit-box-shadow: 0px 5.447px 21.789px 0px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0px 5.447px 21.789px 0px rgba(0, 0, 0, 0.25) inset;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .p_strengths_heading_wrap {
    padding-block: 8px;
    padding-left: 12px;
  }
}

.p_strengths_heading {
  color: #000;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(15px, 2.5vw, 36px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

.p_strengths_lead {
  color: #fff;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  font-weight: 600;
  margin-top: 6px;
}

.p_strengths_text {
  padding-inline: 60px;
  padding-top: 5.1388888889vw;
}
@media screen and (max-width: 768px) {
  .p_strengths_text {
    padding-left: 9px;
    padding-right: 6px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.p_strengths_text p {
  color: #000;
  font-size: clamp(10px, 1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 1.87;
}
.p_strengths_text p span {
  color: #bb90a7;
  font-weight: 700;
}
.p_strengths_text p:nth-of-type(n + 2) {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_strengths_text p:nth-of-type(n + 2) {
    padding-top: 10px;
  }
}
.p_treatment {
  padding-bottom: 48px;
  background-color: #fcf2e7;
}

.p_treatment_inner {
  max-width: 1440px;
  width: 100%;
  padding-inline: 86px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_treatment_inner {
    padding-inline: 17px;
  }
}

.p_treatment_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
  }
}
.p_treatment_links::after {
  content: "";
  width: 86%;
  height: 6px;
  background-color: #f1cfa7;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_links::after {
    height: 2px;
    width: 100%;
    bottom: -19px;
  }
}

.p_treatment_link a {
  color: #000;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  font-weight: 500;
  line-height: 1.25; /* 125% */
  padding-block: 16px;
  padding-inline: 15px;
  border-radius: 15px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.65);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_treatment_link a {
    padding-inline: 6px 3px;
    padding-block: 7px 6px;
  }
}

.p_treatment_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 43px;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .p_treatment_items {
    gap: 25px;
    margin-top: 35px;
  }
}

.p_treatment_item_title {
  color: #fff;
  font-size: clamp(15px, 1.9444444444vw, 28px);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-block: 25px;
  background: #313640;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_item_title {
    padding-block: 8px;
  }
}

.p_treatment_content {
  background-color: #fff;
  padding-block: 40px 50px;
  padding-inline: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content {
    padding-inline: 7px;
    padding-block: 10px 30px;
  }
}

.p_treatment_content_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    padding-left: 0;
  }
}

.p_treatment_content_top_title {
  color: #000;
  font-size: clamp(13px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25;
}

.p_treatment_content_top_faetures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_faetures {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p_treatment_content_top_faetures_item {
  padding: 10px;
  background: #d9d9d9;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_faetures_item {
    padding: 3px 6px;
    text-align: center;
  }
}

.p_treatment_content_top_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 46px;
  margin-top: 50px;
  padding-bottom: 20px;
  width: 97%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_img_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
    width: 100%;
    margin-top: 20px;
  }
}

.p_treatment_content_top_img {
  max-width: 300px;
  width: 100%;
}
.p_treatment_content_top_img img {
  aspect-ratio: 333/242;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_img {
    max-width: 160px;
    margin: 0 auto;
  }
}

.p_treatment_content_top_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.p_treatment_content_top_list ul li {
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78;
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_list ul li {
    padding-left: 25px;
  }
}
.p_treatment_content_top_list ul li::after {
  content: "";
  background: url(../img/check_icon.png);
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_list ul li::after {
    width: 16px;
    height: 16px;
    top: 12px;
  }
}

.p_treatment_content_recommend {
  margin: 20px auto 0;
  padding-top: 20px;
  border-top: 2px solid #f1cfa7;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_recommend {
    margin-top: 0;
  }
}

.p_treatment_content_recommend_title {
  font-size: clamp(15px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25; /* 125% */
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_recommend_title {
    padding-left: 0;
  }
}
.p_treatment_recommend_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 20px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}

.p_treatment_recommend_item {
  border-radius: 20px;
  background: rgba(241, 207, 167, 0.4);
  width: 100%;
  max-width: 228px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  min-height: 214px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item {
    width: calc((100% - 8px) / 2);
    min-height: 109px;
    padding: 15px 10px;
    gap: 8px;
  }
}

.p_treatment_recommend_item_img {
  width: 100%;
  max-width: 130px;
  margin: 0 auto;
}
.p_treatment_recommend_item_img img {
  aspect-ratio: 130/104;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item_img {
    max-width: 48px;
  }
  .p_treatment_recommend_item_img img {
    aspect-ratio: 48/65;
  }
}

.p_treatment_recommend_item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item_text {
    font-size: 12px;
  }
}
.p_treatment_content_bottom {
  margin-top: 50px;
  display: grid;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_bottom {
    margin-top: 30px;
    gap: 30px;
  }
}

.p_treatment_content_bottom_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1080px) {
  .p_treatment_content_bottom_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.p_treatment_bottom_item {
  width: 70%;
}

.p_treatment_bottom_item.w-100 {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .p_treatment_bottom_item {
    width: 100% !important;
  }
}
.p_treatment_bottom_item:nth-of-type(2) {
  width: 55%;
}
.p_treatment_bottom_item:nth-of-type(3) {
  width: 45%;
}

.p_treatment_bottom_items_sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_items_sp {
    width: 100%;
    display: grid;
    gap: 30px;
  }
}
.p_treatment_bottom_items_sp .p_treatment_bottom_item:nth-of-type(1) {
  width: 50%;
}
.p_treatment_bottom_items_sp .p_treatment_bottom_item:nth-of-type(2) {
  width: 50%;
}

.p_treatment_bottom_item_title {
  text-align: center;
  font-size: clamp(15px, 1.3888888889vw, 20px);
  font-weight: 700;
  border: 1px solid #f1cfa7;
  background: #f1cfa7;
  padding-block: 5px;
}

.p_treatment_bottom_item1_heading_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
  justify-content: center;
}

.p_treatment_bottom_item1_heading {
  font-size: clamp(11px, 1.0416666667vw, 15px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
  border-radius: 8.723px;
  border: 2.181px solid rgba(212, 92, 204, 0.59);
  background: #fff;
  -webkit-box-shadow: 0px 4.361px 4.361px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4.361px 4.361px 0px rgba(0, 0, 0, 0.25);
  padding-inline: 12px;
}

.p_treatment_bottom_item1_imgs_wrap {
  display: flex;
  gap: 46px;
  padding: 0 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_item1_imgs_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p_treatment_bottom_item1_imgs {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p_treatment_bottom_item1_imgs:not(:first-child)::before {
  content: "";
  position: absolute;
  background: url(../img/angle_icon.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  top: 50px;
  left: -30px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_item1_imgs {
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 11px;
    padding-left: 28px;
  }
  .p_treatment_bottom_item1_imgs:not(:first-child)::before {
    width: 18px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -33px;
  }
}
.p_treatment_bottom_item1_img {
  width: 190px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_item1_img {
    width: 140px;
  }
}
.p_treatment_bottom_item1_text {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.42;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_item1_text {
    margin-top: 4px;
  }
}

.item1 .p_treatment_bottom_item1_imgs {
  flex-direction: row;
  gap: 20px;
  padding: 0 20px;
}
.item1 .p_treatment_bottom_item1_imgs:not(:first-child)::before {
  content: none;
}
.item1 .p_treatment_bottom_item1_img {
  width: 84px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .item1 .p_treatment_bottom_item1_img {
    width: 50px;
  }
}
.item1 .p_treatment_bottom_item1_img img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.item1 .p_treatment_bottom_item1_text {
  text-align: left;
  margin-top: 0;
}

.p_treatment_bottom_point {
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  min-height: 160px;
  overflow: hidden;
}
.p_treatment_bottom_point.--lg {
  padding-top: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point {
    border-radius: 10px;
    margin-top: 10px;
  }
  .p_treatment_bottom_point.--lg {
    padding: 0;
  }
}

.p_treatment_bottom_point_img {
  width: 40%;
  max-width: 173px;
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point_img {
    width: 35%;
  }
}

.p_treatment_bottom_point_img img {
  object-fit: contain;
  object-position: bottom;
}

.p_treatment_bottom_point_text {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 20px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.p_treatment_bottom_point_text.--left {
  padding-left: 16px;
  padding-right: 0;
}
.p_treatment_bottom_point.--lg .p_treatment_bottom_point_text {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point_text {
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p_treatment_bottom_point_text.--left {
    padding-left: 10px;
  }
  .p_treatment_bottom_point.--lg .p_treatment_bottom_point_text {
    font-size: 12px;
  }
}

.p_treatment_bottom_voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_voice_wrap {
    border-radius: 10px;
    border: 0.5px solid #d9d9d9;
    background: #fff;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
    gap: 16px;
    margin-top: 10px;
  }
}

.p_treatment_bottom_voice_img {
  width: 55px;
  flex-shrink: 0;
}
.p_treatment_bottom_voice_img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_voice_img {
    width: 40px;
  }
}

.p_treatment_bottom_voice_text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4; /* 178.476% */
}

.p_treatment_content_case_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 98%;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 2px solid #f1cfa7;
}
.p_treatment_content_case_wrap.not_flex {
  display: block;
}
.p_treatment_content_case_wrap .sub_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p_treatment_content_case_wrap .sub_flex.problemSwiper {
  position: relative;
  overflow: hidden;
  padding-bottom: 35px;
  gap: 0;
}
.p_treatment_content_case_wrap .title {
  color: #313640;
  font-size: clamp(15px, 1.3888888889vw, 20px);
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_case_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #f1cfa7;
    margin: 35px auto 0;
  }
  .p_treatment_content_case_wrap .sub_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
.p_treatment_content_case_wrap .lead {
  color: #313640;
  text-align: center;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.42; /* 142.585% */
  margin-top: 15px;
}
.item3 .p_treatment_content_case_wrap .lead {
  margin-top: 40px;
}
.p_treatment_content_case_wrap .lead.bold {
  font-weight: 600;
  margin-top: 15px;
}

.p_treatment_case {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .p_treatment_case {
    width: 100%;
  }
}

.p_treatment_youtube {
  width: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .p_treatment_youtube {
    width: 100%;
  }
}

.p_treatment_youtube_wrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_youtube_wrap {
    margin-top: 10px;
  }
}
.p_treatment_youtube_wrap iframe {
  aspect-ratio: 525/278;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p_treatment_youtube_wrap iframe {
    aspect-ratio: 275/146;
  }
}

.p_treatment_content_price {
  width: 95%;
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_price {
    margin: 27px auto 0;
  }
}

.price_title {
  color: #fff;
  font-size: clamp(15px, 1.9444444444vw, 28px);
  font-weight: 700;
  letter-spacing: 6.16px;
  padding-block: 16px;
  background-color: #313640;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .price_title {
    padding-block: 4px;
  }
}
.price_title::after {
  content: "";
  background: url(../img/price_title_arrow.png);
  width: 48px;
  height: 48px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
}
@media screen and (max-width: 768px) {
  .price_title::after {
    width: 13px;
    height: 13px;
  }
}

.p_treatment_price_wrap {
  margin-top: 10px;
  display: none;
}
.p_treatment_price_wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_treatment_price_wrap .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  background-color: #313640;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  font-size: clamp(10px, 0.9722222222vw, 14px);
}
.p_treatment_price_wrap .right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.right_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right_row .right_row_name {
  background-color: #313640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
  padding-block: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .right_row .right_row_name {
    padding-block: 4px;
  }
}
.right_row .right_row_price {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #747474;
  font-size: clamp(11px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
  padding-inline: 36px;
}
.right_row .right_row_price span {
  color: #747474;
  font-size: clamp(6px, 0.6944444444vw, 10px);
  font-weight: 500;
  line-height: 1.5; /* 100% */
}
.right_row:nth-of-type(n + 2) {
  margin-top: 1px;
}

.p_treatment_content_downtime {
  width: 86%;
  margin: 40px auto 0;
  max-width: 1018px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_downtime {
    width: 93%;
    margin: 20px auto 0;
  }
}
.p_treatment_content_downtime .heading {
  color: #000;
  font-size: clamp(12px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25; /* 125% */
  border-radius: 10px;
  background: #f1cfa7;
  padding: 16px 38px 16px 23px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_downtime .heading {
    border-radius: 3px;
    padding: 4px 11px 4px 8px;
  }
}
.p_treatment_content_downtime .text_wrap {
  width: 97%;
  border-radius: 30px;
  border: 4px solid #f1cfa7;
  padding: 40px 60px;
  margin-top: -20px;
  margin: -33px auto 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_downtime .text_wrap {
    padding: 12px 16px;
    border-radius: 8.929px;
    border: 1.191px solid #f1cfa7;
    margin: -8px auto 0;
  }
}
.p_treatment_content_downtime .text_wrap p {
  font-size: clamp(13px, 1.1111111111vw, 16px);
  font-weight: 500;
  line-height: 1.56; /* 156.25% */
}
.p_treatment_content_downtime .text_wrap p:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_downtime .text_wrap p:nth-of-type(n + 2) {
    margin-top: 4px;
  }
}

.p_flow {
  background: rgba(49, 54, 64, 0.1);
  padding-bottom: 67px;
}
@media screen and (max-width: 768px) {
  .p_flow {
    padding-bottom: 30px;
  }
}

.p_flow_inner {
  max-width: 834px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p_flow_inner {
    padding-inline: 17px;
  }
}

.p_flow_items {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p_flow_items {
    margin-top: 30px;
    gap: 16px;
  }
}

.p_flow_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  padding: 27px 37px 22px 58px;
  border-radius: 20px;
  border: 1px solid #f1cfa7;
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_flow_item {
    padding: 10px 10px 7px 7px;
    gap: 20px;
    border-radius: 6.815px;
    border: 0.341px solid #f1cfa7;
    background: #fff;
  }
}

.p_flow_item_heading {
  color: #000;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25; /* 125% */
}
@media screen and (max-width: 768px) {
  .p_flow_item_heading {
    margin-top: 0;
  }
}

.p_flow_item_text {
  color: #000;
  font-size: clamp(9px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
  margin-top: 17px;
}
@media screen and (max-width: 1080px) {
  .p_flow_item_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p_flow_item_text {
    font-size: clamp(12px, 0.9722222222vw, 14px);
    margin-top: 6px;
  }
}

.p_flow_item_r {
  max-width: 140px;
  width: 100%;
}
.p_flow_item_r img {
  aspect-ratio: 140/110;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_flow_item_r {
    max-width: 100px;
  }
  .p_flow_item_r img {
    aspect-ratio: 55/43;
  }
}

.p_price {
  padding-bottom: 76px;
  background: url(../img/price_bg.png);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_price {
    padding-bottom: 27px;
  }
}

.p_price_inner {
  max-width: 1063px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p_price_inner {
    padding-inline: 10px;
  }
}

.p_price_heading {
  color: #fff;
  text-align: center;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 180%; /* 32.4px */
  border: 1px solid #f1cfa7;
  background: #313640;
  padding-block: 24px 20px;
  margin-top: 47px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_price_heading {
    padding-block: 5px 6px;
    margin-top: 25px;
  }
}
.p_price_heading::after {
  content: "+";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  font-size: 23px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  font-weight: 300;
  padding-bottom: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p_price_heading::after {
    width: 18px;
    height: 18px;
    font-size: 18px;
    padding-bottom: 3px;
  }
}
.p_price_heading.open::after {
  content: "-";
  font-size: 35px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p_price_heading.open::after {
    padding-bottom: 8px;
    font-size: 21px;
  }
}

.p_price_wrap {
  margin-top: 19px;
}
.p_price_wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_price_wrap .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p_price_wrap .row:nth-of-type(n + 2) {
  margin-top: 12px;
}
.p_price_wrap .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  background-color: #313640;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #fff;
  font-size: clamp(12px, 0.9722222222vw, 14px);
}
@media screen and (max-width: 768px) {
  .p_price_wrap .left {
    padding-block: 12px;
  }
}
.p_price_wrap .right {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.p_price_wrap .right_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_price_wrap .right_row_name {
  background-color: #313640;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(11px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.67;
  padding-block: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41%;
  flex: 0 0 41%;
}
@media screen and (max-width: 768px) {
  .p_price_wrap .right_row_name {
    padding-block: 12px;
    padding-inline: 10px;
  }
}
.p_price_wrap .right_row_name.pc_only {
  display: none;
}
.p_price_wrap .right_row_price {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #747474;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.38;
  padding-inline: 36px;
  padding-block: 15px;
}
@media screen and (max-width: 768px) {
  .p_price_wrap .right_row_price {
    padding-block: 4px;
  }
}
.p_price_wrap .right_row_price span {
  font-size: clamp(8px, 0.6944444444vw, 10px);
  margin-top: 4px;
}

.row_text {
  color: #000;
  font-size: clamp(8px, 0.6944444444vw, 10px);
  font-weight: 500;
  text-align: right;
  line-height: 2.5; /* 250% */
}

.p_qa {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_qa {
    padding-bottom: 30px;
  }
}

.p_qa_inner {
  max-width: 834px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p_qa_inner {
    padding-inline: 17px;
  }
}

.p_qa_items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .p_qa_items {
    margin-top: 30px;
  }
}

.p_qa_item {
  background: rgba(242, 206, 162, 0.25);
  padding: 23px 30px 23px 34px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p_qa_item {
    padding: 9px 19px 9px 17px;
  }
}

.p_qa_q {
  color: #000;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  position: relative;
}
.p_qa_q::after {
  content: "";
  background: url(../img/qa_arrow.png);
  width: 30px;
  height: 30px;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_qa_q::after {
    width: 12px;
    height: 12px;
    right: -11px;
  }
}
.p_qa_q.open {
  padding-bottom: 17px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
@media screen and (max-width: 768px) {
  .p_qa_q.open {
    padding-bottom: 5px;
  }
}

.p_qa_a {
  color: #000;
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 25.2px */
  padding-top: 19px;
  border-top: 2px solid #f1cfa7;
}
@media screen and (max-width: 768px) {
  .p_qa_a {
    padding-top: 8px;
    border-top: 1px solid #f1cfa7;
  }
}

.p_guide {
  background: #313640;
  padding-block: 38px 72px;
}

.p_guide_inner {
  max-width: 1161px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p_guide_inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .p_guide_inner {
    width: 94%;
  }
}

.p_gide_wrap p {
  color: #fff;
  font-size: clamp(10px, 0.8333333333vw, 12px);
  line-height: 180%; /* 21.6px */
}
.p_gide_wrap p:nth-of-type(n + 2) {
  padding-top: 30px;
}

.swiper {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff; /* 白色 */
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
  z-index: 11 !important;
}
.img.point::after {
  display: none;
}

.p_problem_r .swiper-container-horizontal > .swiper-pagination-bullets,
.p_treatment_content_case_wrap.not_flex
  .swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 0px;
}
.p_problem_r .swiper-pagination-bullet-active,
.p_problem_r_item_imgs .swiper-pagination-bullet-active,
.p_treatment_content_case_wrap.not_flex .swiper-pagination-bullet-active {
  background: #34374e;
}

.p_problem_r_item_imgs .swiper-pagination {
  /* bottom: 0;  */
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
}
.p_problem_r_item_imgs .swiper-pagination.b_point {
  bottom: -30px;
}
.p_problem_r_item_imgs .swiper_text {
  text-align: center;
  color: #313640;
  font-size: 20px;
  font-weight: 400;
  margin-top: 15px;
}
.p_problem_r_item_imgs .swiper-pagination-bullet {
  margin: 0 4px;
}
.case_text {
  color: #313640;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p_problem_r_items {
    padding: 0;
    overflow: inherit;
  }
  .p_problem_content .swiper-pagination {
    display: none;
  }
  .p_problem_content .swiper-wrapper {
    display: block;
  }
  .p_problem_r {
    padding-right: 0;
    padding-left: 0;
  }
  .p_problem_content .p_problem_r_item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 22px;
  }
  .p_treatment_case .swiper-button-prev {
    left: 0;
  }
  .p_treatment_case .swiper-button-next {
    right: 0;
  }
  .p_treatment_content_case_wrap .sub_flex.sp_swiper {
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .p_problem_r_item_imgs .swiper_text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p_doctor {
  background: #fcf5ed;
  padding: 64px 30px;
}

@media (max-width: 480px) {
  .p_doctor {
    padding: 30px 20px;
  }
}

.p_doctor_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .p_doctor_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 10px;
  }
}

.p_doctor_item_img {
  border-radius: 178.5px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.p_doctor_item_position {
  color: #747474;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.596px;
  letter-spacing: 1.6px;
  margin-top: 20px;
}

@media (max-width: 480px) {
  .p_doctor_item_position {
    font-size: 12px;
    margin-top: 10px;
  }
}

.p_doctor_item_name {
  color: #313640;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 26.596px;
  letter-spacing: 1.4px;
  margin-top: 10px;
}

@media (max-width: 480px) {
  .p_doctor_item_name {
    font-size: 14px;
    line-height: 1;
    margin-top: 0;
  }
}

.p_doctor_item_name small {
  font-size: 16px;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .p_doctor_item_name small {
    font-size: 12px;
    margin-left: 5px;
  }
}

.p_treatment_content_flow_list {
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_list {
    flex-direction: column;
    gap: 20px;
  }
}
.p_treatment_content_flow_list_item {
  width: 100%;
  max-width: 210px;
  border-radius: 24px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 20px 5px;
  margin-top: 16px;
  min-height: 290px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_list_item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 10px;
    align-items: center;
    max-width: 100%;
    min-height: 100px;
    padding: 16px 10px;
    border-radius: 16px;
  }
}
.p_treatment_content_flow_list_item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #bb90a7;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_list_item:not(:first-child)::before {
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 16px solid #bb90a7;
  }
}
.p_treatment_content_flow_list_item_text {
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_list_item_text {
    font-size: 12px;
    margin-top: 0;
    text-align: left;
  }
}
.p_treatment_content_flow_inner {
  display: flex;
  justify-content: center;
  gap: 88px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_inner {
    display: grid;
    gap: 20px;
    margin-top: 10px;
  }
}
.p_treatment_content_flow_inner::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: #f1cfa7;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_inner::before {
    content: none;
  }
}
.p_treatment_content_flow_list_title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -6px;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_flow_list_title {
    font-size: 16px;
    text-align: center;
  }
}
.p_treatment_content_table {
  width: 100%;
  font-size: clamp(10px, 0.9722222222vw, 12px);
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
}

.p_treatment_content_table:last-of-type {
  margin-top: 10px;
}

.p_treatment_content_table * {
  vertical-align: middle;
  text-align: center;
}

.p_treatment_content_table th {
  background: #313640;
  color: #fff;
  font-size: clamp(10px, 0.9722222222vw, 16px);
  font-weight: 500;
  width: 23%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_table th {
    width: 25%;
  }
}
.p_treatment_content_table_name {
  background: #313640;
  color: #fff;
  width: 22%;
  height: 116px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_table_name {
    width: 35%;
  }
}
.p_treatment_content_table_count {
  background: #313640;
  color: #fff;
  width: 7%;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_table_count {
    width: 15%;
  }
}
.p_treatment_content_table_price {
  width: 48%;
  color: #747474;
  border-top: double #000;
  border-right: 0.5px solid #000;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_table_price {
    width: 25%;
  }
}
.bt-none {
  border-top: none;
}
