@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;
}

.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(149, 110, 131, 0.9);
}
@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;
}
@media screen and (max-width: 768px) {
  .p_fv_img img {
    aspect-ratio: 375/336;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p_fv_features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  row-gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 61.6666666667vw;
  width: 100%;
  position: absolute;
  top: 2.9166666667vw;
  right: 1.75vw;
}
@media screen and (max-width: 768px) {
  .p_fv_features_wrap {
    width: 60%;
    top: 10px;
    right: 10px;
    gap: 3px;
  }
}

.p_fv_features {
  border-radius: 20px;
  border: 1px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.5%, #D9D9D9), to(#9D5F12));
  background: linear-gradient(180deg, #D9D9D9 1.5%, #9D5F12 100%);
  -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);
  width: calc((100% - 26px) / 3);
  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(5.5px, 1.3888888889vw, 20px);
}
@media screen and (max-width: 768px) {
  .p_fv_features {
    height: 21px;
    width: calc((100% - 6px) / 3);
  }
}

.p_fv_title {
  font-size: clamp(18px, 3.125vw, 45px);
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  position: absolute;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  letter-spacing: 0.112em;
  right: 15%;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
}
.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 {
    right: 6%;
    z-index: 7;
    top: 49%;
  }
}

.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-block: 18px 23px;
  background: rgba(122, 110, 116, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 19px;
  z-index: 5;
  width: 80%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p_fv_bottom_text {
    padding: 7px 2px 6px 54px;
    text-align: left;
  }
}

.p_message {
  opacity: 0.7;
  background: rgba(241, 207, 167, 0.2);
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p_message {
    padding-inline: 15px;
  }
}

.p_message_title {
  text-align: center;
}
.p_message_title span {
  color: #747474;
  text-shadow: 0px 3.812px 3.812px rgba(0, 0, 0, 0.25);
  font-size: clamp(17px, 2.2222222222vw, 32px);
  font-weight: 600;
  letter-spacing: 0.11em;
  text-align: center;
  line-height: 3.12;
  position: relative;
  display: inline-block;
}
.p_message_title span::after {
  content: "";
  position: absolute;
  width: 106%;
  height: 2px;
  background: rgba(122, 110, 116, 0.8);
  bottom: 9px;
  left: -15px;
}
@media screen and (max-width: 768px) {
  .p_message_title span::after {
    bottom: 0;
    left: -9px;
    height: 1px;
  }
}

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

.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(../../images/fujinka/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: 30px;
  }
}
.p_problem_inner::after {
  content: "";
  background: url(../../images/fujinka/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(../../images/fujinka/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-reverse;
  gap: 50px;
  padding-top: 10%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 43px;
}
@media screen and (max-width: 1080px) {
  .p_problem_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p_problem_l {
  /* -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto; */
          width: 100%;
          max-width: 1100px;
          margin-top: 6%;
}

.p_problem_content_box:nth-of-type(n + 2) {
  /* margin-top: 25px; */
  margin-top: 8%;
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_img {
  max-width: 92px;
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_img img {
  aspect-ratio: 92/103;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_img {
    max-width: 53px;
  }
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_img img {
    aspect-ratio: 53/59;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(1) .p_problem_box_text {
    margin-top: 2px;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_img {
  max-width: 105px;
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_img img {
  aspect-ratio: 105/104;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_img {
    max-width: 60px;
  }
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_img img {
    aspect-ratio: 1/1;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_text {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(2) .p_problem_box_text {
    margin-top: 1px;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_img {
  max-width: 112px;
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_img img {
  aspect-ratio: 112/90;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_img {
    max-width: 64px;
  }
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_img img {
    aspect-ratio: 64/52;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(3) .p_problem_box_text {
    margin-top: 5px;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_img {
  max-width: 108px;
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_img img {
  aspect-ratio: 108/85;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_img {
    max-width: 62px;
  }
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_img img {
    aspect-ratio: 62/49;
  }
}
.p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_text {
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box2 .p_problem_item:nth-of-type(4) .p_problem_box_text {
    margin-top: 5px;
    font-size: 7px;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(1) .p_problem_box_img {
  max-width: 78px;
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(1) .p_problem_box_img img {
  aspect-ratio: 78/106;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(1) .p_problem_box_img {
    max-width: 45px;
  }
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(1) .p_problem_box_img img {
    aspect-ratio: 45/61;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(1) .p_problem_box_text {
  margin-top: 0;
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_img {
  max-width: 99px;
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_img img {
  aspect-ratio: 99/103;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_img {
    max-width: 57px;
  }
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_img img {
    aspect-ratio: 57/59;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_text {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(2) .p_problem_box_text {
    margin-top: 6px;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_img {
  max-width: 115px;
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_img img {
  aspect-ratio: 115/91;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_img {
    max-width: 66px;
  }
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_img img {
    aspect-ratio: 66/52;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(3) .p_problem_box_text {
    margin-top: 11px;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_img {
  max-width: 127px;
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_img img {
  aspect-ratio: 127/65;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_img {
    max-width: 73px;
  }
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_img img {
    aspect-ratio: 73/37;
  }
}
.p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_text {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p_problem_content_box.box3 .p_problem_item:nth-of-type(4) .p_problem_box_text {
    margin-top: 11px;
  }
}

.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;
}

.p_problem_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.972222vw;
  /* -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: 5px;
    flex-wrap: wrap;
  }
}

.p_problem_item {
  width: calc((100% - 5.9722222222vw) / 2);
}
@media screen and (max-width: 768px) {
  .p_problem_item {
    width: 150px;
  }
}
.p_problem_item:nth-of-type(1) .p_problem_box_img {
  max-width: 89px;
}
.p_problem_item:nth-of-type(1) .p_problem_box_img img {
  aspect-ratio: 89/65;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(1) .p_problem_box_img {
    max-width: 51px;
  }
  .p_problem_item:nth-of-type(1) .p_problem_box_img img {
    aspect-ratio: 51/37;
  }
}
.p_problem_item:nth-of-type(1) .p_problem_box_text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(1) .p_problem_box_text {
    margin-top: 13px;
  }
}
.p_problem_item:nth-of-type(2) .p_problem_box_img {
  max-width: 75px;
}
.p_problem_item:nth-of-type(2) .p_problem_box_img img {
  aspect-ratio: 75/88;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(2) .p_problem_box_img {
    max-width: 43px;
  }
  .p_problem_item:nth-of-type(2) .p_problem_box_img img {
    aspect-ratio: 43/51;
  }
}
.p_problem_item:nth-of-type(2) .p_problem_box_text {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(2) .p_problem_box_text {
    margin-top: 11px;
  }
}
.p_problem_item:nth-of-type(4) .p_problem_box_img {
  max-width: 90px;
}
.p_problem_item:nth-of-type(4) .p_problem_box_img img {
  aspect-ratio: 90/82;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(4) .p_problem_box_img {
    max-width: 52px;
  }
  .p_problem_item:nth-of-type(4) .p_problem_box_img img {
    aspect-ratio: 52/47;
  }
}
.p_problem_item:nth-of-type(4) .p_problem_box_text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p_problem_item:nth-of-type(4) .p_problem_box_text {
    margin-top: 14px;
  }
}

@media screen and (min-width: 1600px) {
  .p_problem_item {
    width: 300px;
  }
}
.p_problem_box {
  width: 206px;
  height: 176px;
  border-radius: 20px;
  background: rgba(241, 207, 167, 0.2);
  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;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_problem_box {
    width: 119px;
    height: 102px;
  }
}
.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: 99px;
  width: 100%;
}
.p_problem_box_img img {
  aspect-ratio: 99/108;
  -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: clamp(8px, 0.9722222222vw, 14px);
  margin-top: 13px;
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
}
@media screen and (max-width: 768px) {
  .p_problem_box_text {
    margin-top: 7px;
  }
}

.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: 1000;
}
.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 {
  padding-bottom: 30px;
  background: rgba(252, 242, 231, 0.7);
}

.p_merit_items {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding-inline: 30px 36px;
}
@media screen and (max-width: 768px) {
  .p_merit_items {
    padding-inline: 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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p_merit_item {
    width: calc((100% - 12px) / 2);
    min-height: 176px;
  }
}
.p_merit_item:nth-of-type(2) .p_merit_item_img {
  max-width: 126px;
  width: 100%;
}
.p_merit_item:nth-of-type(2) .p_merit_item_img img {
  aspect-ratio: 126/113;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(2) .p_merit_item_img {
    max-width: 62px;
  }
  .p_merit_item:nth-of-type(2) .p_merit_item_img img {
    aspect-ratio: 62/56;
  }
}
.p_merit_item:nth-of-type(2) .p_merit_item_title {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(2) .p_merit_item_title {
    margin-top: 5px;
  }
}
.p_merit_item:nth-of-type(3) .p_merit_item_img {
  max-width: 138px;
  width: 100%;
}
.p_merit_item:nth-of-type(3) .p_merit_item_img img {
  aspect-ratio: 138/123;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(3) .p_merit_item_img {
    max-width: 68px;
  }
  .p_merit_item:nth-of-type(3) .p_merit_item_img img {
    aspect-ratio: 68/61;
  }
}
.p_merit_item:nth-of-type(3) .p_merit_item_title {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(3) .p_merit_item_title {
    margin-top: 4px;
  }
}
.p_merit_item:nth-of-type(4) .p_merit_item_img {
  max-width: 101px;
  width: 100%;
}
.p_merit_item:nth-of-type(4) .p_merit_item_img img {
  aspect-ratio: 101/137;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(4) .p_merit_item_img {
    max-width: 50px;
  }
  .p_merit_item:nth-of-type(4) .p_merit_item_img img {
    aspect-ratio: 50/68;
  }
}
.p_merit_item:nth-of-type(4) .p_merit_item_title {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p_merit_item:nth-of-type(4) .p_merit_item_title {
    margin-top: 1px;
  }
}

.p_merit_item_top {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: 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: clamp(9px, 1.3888888889vw, 20px);
  font-weight: 500;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p_merit_item_title {
    margin-top: 6px;
  }
}

.p_merit_text_wrap {
  background: #E0D7D8;
  color: #313640;
  font-size: clamp(7px, 0.9722222222vw, 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;
}
@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;
  }
}
.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: 12px;
}

.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(8px, 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;
}

.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;
  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: -16px;
  }
}

.p_treatment_link a {
  color: #000;
  font-size: clamp(11px, 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:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 0;
  }
}
.p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 3px;
  }
}
.p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 1px;
  }
}
.p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  margin-top: 10px;
}
.p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item:nth-of-type(1) .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 17px;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 90px;
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 90/82;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 56px;
  }
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 56/51;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 12px;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 96px;
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 96/81;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 60px;
  }
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 60/51;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 4px;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 89px;
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 89/65;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 56px;
  }
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 56/41;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 15px;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 127px;
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 127/65;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 80px;
  }
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 80/41;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 23px;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
  width: 87px;
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
    max-width: 55px;
  }
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
    aspect-ratio: 1/1;
  }
}
.p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
    margin-top: 10px;
  }
}
.p_treatment_item.item2 .p_treatment_content_top_img {
  max-width: 214px;
}
.p_treatment_item.item2 .p_treatment_content_top_img img {
  aspect-ratio: 214/191;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_content_top_img {
    max-width: 91px;
  }
  .p_treatment_item.item2 .p_treatment_content_top_img img {
    aspect-ratio: 91/81;
  }
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_bottom_item1_imgs_wrap {
    gap: 8px;
  }
}
.p_treatment_item.item2 .p_treatment_bottom_item1_imgs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(1) {
  position: relative;
}
.p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(../../images/fujinka/arrow.png);
  width: 46px;
  height: 46px;
  background-size: cover;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
    width: 19px;
    height: 19px;
    bottom: -24px;
    top: unset;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(90deg);
  }
}
.p_treatment_item.item2 .p_treatment_bottom_item1_img {
  max-width: 385px;
  width: 100%;
}
.p_treatment_item.item2 .p_treatment_bottom_item1_img img {
  aspect-ratio: 385/224;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_bottom_item1_img {
    max-width: 130px;
  }
  .p_treatment_item.item2 .p_treatment_bottom_item1_img img {
    aspect-ratio: 103/59;
  }
}
.p_treatment_item.item2 .p_treatment_bottom_item:nth-of-type(2) {
  width: 28%;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_bottom_item:nth-of-type(2) {
    width: 50%;
  }
}
.p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_img {
  max-width: 384px;
  width: 100%;
  position: relative;
  aspect-ratio: 384/224;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_img {
    width: 130px;
  }
  .p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_img img {
    aspect-ratio: 102/59;
  }
}
.p_treatment_item.item2 .p_treatment_bottom_item1_text {
  text-align: center;
}
.p_treatment_item.item2 .p_treatment_bottom_items_sp .p_treatment_bottom_item:nth-of-type(1) {
  width: 70%;
}
.p_treatment_item.item2 .p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_img img {
  aspect-ratio: 385/224;
}
.p_treatment_item.item2 .p_treatment_bottom_voice_wrap {
  margin-top: 10px;
}
.p_treatment_item.item2 .p_treatment_bottom_voice_wrap:nth-of-type(2) {
  margin-top: 30px;
}
.p_treatment_item.item3 .p_treatment_content_top_img {
  max-width: 313px;
}
.p_treatment_item.item3 .p_treatment_content_top_img img {
  aspect-ratio: 313/190;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_content_top_img {
    max-width: 155px;
  }
  .p_treatment_item.item3 .p_treatment_content_top_img img {
    aspect-ratio: 155/94;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 92px;
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 92/103;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 59px;
  }
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 59/64;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 12px;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 143px;
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 143/78;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 91px;
  }
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 91/48;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 14px;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 115px;
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 115/91;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 73px;
  }
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 73/56;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 14px;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 105px;
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 105/94;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 67px;
  }
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 67/58;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 5px;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
  width: 82px;
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
  aspect-ratio: 82/110;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
    max-width: 52px;
  }
  .p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
    aspect-ratio: 52/68;
  }
}
.p_treatment_item.item3 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
  margin-top: 5px;
}
.p_treatment_item.item3 .p_treatment_bottom_item1_imgs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_imgs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_imgs {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p_treatment_item.item3 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
  width: clamp(233px, 32.0833333333vw, 462px);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    margin-left: 12vw;
  }
}
.p_treatment_item.item3 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
  aspect-ratio: 511/187;
}
.p_treatment_item.item3 .p_treatment_bottom_item1_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 111%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.28125vw;
  margin-left: 11.604167vw;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_text_wrap {
    width: 43%;
  }
}
@media screen and (max-width: 480px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_text_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -0.395833vw;
    width: 100%;
    gap: 0;
  }
}
.p_treatment_item.item3 .p_treatment_bottom_item1_text_wrap .p_treatment_bottom_item1_text {
  width: 35%;
  text-align: center;
}
.p_treatment_item.item3 .p_treatment_bottom_point {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item3 .p_treatment_bottom_point {
    margin-top: 25px;
  }
}
.p_treatment_item.item3 .p_treatment_bottom_voice_wrap {
  margin-top: 10px;
}
.p_treatment_item.item3 .p_treatment_bottom_voice_wrap:nth-of-type(2) {
  margin-top: 30px;
}
.p_treatment_item.item4 .p_treatment_content_top_img {
  max-width: 249px;
}
.p_treatment_item.item4 .p_treatment_content_top_img img {
  aspect-ratio: 249/213;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_content_top_img {
    max-width: 110px;
  }
  .p_treatment_item.item4 .p_treatment_content_top_img img {
    aspect-ratio: 110/94;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 92px;
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 92/82;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 57px;
  }
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 57/52;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 6px;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 112px;
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 112/90;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 71px;
  }
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 71/57;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 6px;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 115px;
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 115/91;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 73px;
  }
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 73/58;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 7px;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 108px;
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 69px;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 0;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
  width: 108px;
  margin-top: 15px;
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
  aspect-ratio: 108/85;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
    max-width: 69px;
  }
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
    aspect-ratio: 69/54;
  }
}
.p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
  margin-top: 10px;
  font-size: clamp(8px, 0.9722222222vw, 11px);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
    margin-top: 6px;
  }
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 116px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_bottom_item1_imgs_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
.p_treatment_item.item4 .p_treatment_bottom_item1_text {
  text-align: center;
  margin-top: 17px;
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs:nth-of-type(1) {
  position: relative;
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(../../images/fujinka/arrow.png);
  width: 46px;
  height: 46px;
  background-size: cover;
  top: 59%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
    width: 21px;
    height: 21px;
    top: 51%;
    right: -40px;
  }
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
  width: 180px;
  margin-top: 33px;
}
.p_treatment_item.item4 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    max-width: 91px;
    margin-top: 0;
  }
  .p_treatment_item.item4 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
    aspect-ratio: 91/86;
  }
}
.p_treatment_item.item4 .p_treatment_bottom_item1_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_treatment_item.item4 .p_treatment_bottom_item1_text_wrap .p_treatment_bottom_item1_text {
  width: 50%;
  text-align: center;
}
.p_treatment_item.item4 .p_treatment_bottom_point {
  margin-top: 20px;
}
.p_treatment_item.item4 .p_treatment_bottom_point_text {
  top: 35px;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item4 .p_treatment_bottom_point_text {
    top: -4px;
  }
}
.p_treatment_item.item5 .p_treatment_content_top_img {
  max-width: 249px;
}
.p_treatment_item.item5 .p_treatment_content_top_img img {
  aspect-ratio: 249/213;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_content_top_img {
    max-width: 110px;
  }
  .p_treatment_item.item5 .p_treatment_content_top_img img {
    aspect-ratio: 110/94;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 92px;
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 92/82;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 57px;
  }
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 57/52;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 9px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 6px;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 104px;
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 104/92;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 66px;
  }
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 66/59;
  }
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 0;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 93px;
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 93/75;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 59px;
  }
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 59/48;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 10px;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 106px;
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 106/78;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 68px;
  }
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 68/50;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 11px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 7px;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
  width: 108px;
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
  aspect-ratio: 108/85;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
    max-width: 69px;
  }
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
    aspect-ratio: 69/54;
  }
}
.p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
  font-size: clamp(8px, 0.9722222222vw, 11px);
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
    margin-top: 5px;
  }
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 116px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_bottom_item1_imgs_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 58px;
  }
}
.p_treatment_item.item5 .p_treatment_bottom_item1_text {
  text-align: center;
  margin-top: 17px;
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_bottom_item1_imgs {
    padding-left: 0;
  }
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs:nth-of-type(1) {
  position: relative;
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(../../images/fujinka/arrow.png);
  width: 46px;
  height: 46px;
  background-size: cover;
  top: 59%;
  right: -80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
    width: 21px;
    height: 21px;
    top: 51%;
    right: -40px;
  }
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
  width: 180px;
  margin-top: 33px;
}
.p_treatment_item.item5 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    max-width: 91px;
    margin-top: 0;
  }
  .p_treatment_item.item5 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
    aspect-ratio: 91/86;
  }
}
.p_treatment_item.item5 .p_treatment_bottom_item1_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_treatment_item.item5 .p_treatment_bottom_item1_text_wrap .p_treatment_bottom_item1_text {
  width: 50%;
  text-align: center;
}
.p_treatment_item.item5 .p_treatment_bottom_point {
  margin-top: 30px;
}
.p_treatment_item.item5 .p_treatment_bottom_point_text {
  top: 13px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item5 .p_treatment_bottom_point_text {
    top: -7px;
  }
}
.p_treatment_item.item6 .p_treatment_content_top_img {
  max-width: 222px;
}
.p_treatment_item.item6 .p_treatment_content_top_img img {
  aspect-ratio: 222/191;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_content_top_img {
    max-width: 110px;
  }
  .p_treatment_item.item6 .p_treatment_content_top_img img {
    aspect-ratio: 110/95;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 115px;
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 115/91;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 73px;
  }
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 73/58;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 11px;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 99px;
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 99/103;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 63px;
  }
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 63/66;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 7px;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 97px;
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 62px;
  }
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 1/1;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 6px;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 108px;
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 108/90;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 69px;
  }
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 69/57;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 8px;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
  width: 99px;
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
  aspect-ratio: 99/108;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img {
    max-width: 63px;
  }
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_img img {
    aspect-ratio: 63/69;
  }
}
.p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(5) .p_treatment_recommend_item_text {
    margin-top: 4px;
  }
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_bottom_item1_imgs_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
  }
}
.p_treatment_item.item6 .p_treatment_bottom_item1_text {
  text-align: center;
  margin-top: 17px;
  max-width: 180px;
  width: 100%;
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_bottom_item1_imgs {
    margin-top: 0;
    padding-left: 0;
  }
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs:nth-of-type(1) {
  position: relative;
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
  content: "";
  position: absolute;
  background: url(../../images/fujinka/arrow.png);
  width: 46px;
  height: 46px;
  background-size: cover;
  top: 40%;
  right: -87px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_bottom_item1_imgs:nth-of-type(1)::after {
    width: 21px;
    height: 21px;
    top: 33%;
    right: -22px;
  }
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_text {
  margin-bottom: 13px;
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
  width: 180px;
  margin-top: 33px;
}
.p_treatment_item.item6 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    max-width: 91px;
    margin-top: 0;
  }
  .p_treatment_item.item6 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
    aspect-ratio: 91/89;
  }
}
.p_treatment_item.item6 .p_treatment_bottom_item1_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_treatment_item.item6 .p_treatment_bottom_item1_text_wrap .p_treatment_bottom_item1_text {
  width: 50%;
  text-align: center;
}
.p_treatment_item.item6 .p_treatment_bottom_point {
  margin-top: 20px;
}
.p_treatment_item.item6 .p_treatment_price_wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  padding-block: 14px;
}
.p_treatment_item.item6 .right_row .right_row_price {
  padding-block: 14px;
}
.p_treatment_item.item6 .p_treatment_bottom_point_text {
  top: 7px;
  right: 1px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item6 .p_treatment_bottom_point_text {
    top: -3px;
  }
}
.p_treatment_item.item7 .p_treatment_content_top_img {
  max-width: 299px;
}
.p_treatment_item.item7 .p_treatment_content_top_img img {
  aspect-ratio: 299/163;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_content_top_img {
    max-width: 138px;
  }
  .p_treatment_item.item7 .p_treatment_content_top_img img {
    aspect-ratio: 138/75;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
  width: 165px;
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
  aspect-ratio: 165/86;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img {
    max-width: 105px;
  }
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_img img {
    aspect-ratio: 105/54;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item .p_treatment_recommend_item_text {
    margin-top: 14px;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 105px;
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 105/104;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 67px;
  }
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 67/66;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_text {
    margin-top: 5px;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 75px;
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 75/88;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 47px;
  }
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 47/56;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_text {
    margin-top: 12px;
  }
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 89px;
}
.p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 89/121;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 56px;
  }
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 56/77;
  }
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_recommend_items .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 0;
  }
}
.p_treatment_item.item7 .p_treatment_bottom_item1_imgs_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p_treatment_item.item7 .p_treatment_bottom_item1_text {
  text-align: center;
  margin-top: 17px;
}
.p_treatment_item.item7 .p_treatment_bottom_item1_imgs {
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_bottom_item1_imgs {
    padding-left: 0;
  }
}
.p_treatment_item.item7 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
  width: 180px;
  margin-top: 33px;
}
.p_treatment_item.item7 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
  aspect-ratio: 180/170;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    max-width: 115px;
  }
  .p_treatment_item.item7 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img img {
    aspect-ratio: 115/108;
  }
}
.p_treatment_item.item7 .p_treatment_bottom_item1_text_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_treatment_item.item7 .p_treatment_bottom_item1_text_wrap .p_treatment_bottom_item1_text {
  width: 50%;
  text-align: center;
}
.p_treatment_item.item7 .p_treatment_bottom_point {
  margin-top: 20px;
}
.p_treatment_item.item7 .p_treatment_price_wrap .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56%;
          flex: 0 0 56%;
  padding-block: 14px;
}
.p_treatment_item.item7 .right_row .right_row_price {
  padding-block: 14px;
}
.p_treatment_item.item7 .p_treatment_bottom_point_text {
  top: 4px;
  right: 6px;
}
@media screen and (max-width: 768px) {
  .p_treatment_item.item7 .p_treatment_bottom_point_text {
    top: -13px;
    right: -2px;
  }
}

@media screen and (min-width: 1600px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 112%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    gap: 3.28125vw;
    margin-left: 7.604167vw;
  }
}
@media screen and (max-width: 375px) {
  .p_treatment_item.item3 .p_treatment_bottom_item1_imgs .p_treatment_bottom_item1_img {
    margin-left: 8vw;
  }
}
.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(10px, 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;
  }
}

.p_treatment_content_top_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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: 333px;
  width: 100%;
}
.p_treatment_content_top_img img {
  aspect-ratio: 333/242;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_img {
    max-width: 120px;
    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: 15px;
}
.p_treatment_content_top_list ul li {
  font-size: clamp(12px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.78;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_treatment_content_top_list ul li {
    padding-left: 20px;
  }
}
.p_treatment_content_top_list ul li::after {
  content: "";
  background: url(../../images/fujinka/check_icon.png);
  width: 31px;
  height: 31px;
  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: 13px;
    height: 13px;
    top: 10px;
  }
}

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

.p_treatment_content_recommend_title {
  font-size: clamp(13px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25; /* 125% */
}

.p_treatment_recommend_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  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: 16px;
  }
}

.p_treatment_recommend_item {
  border-radius: 20px;
  background: rgba(241, 207, 167, 0.4);
  width: 206px;
  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;
  min-height: 176px;
  padding-inline: 15px;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item {
    width: 127px;
    min-height: 109px;
  }
}
.p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
  width: 92px;
}
.p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
  aspect-ratio: 92/103;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img {
    max-width: 57px;
  }
  .p_treatment_recommend_item:nth-of-type(2) .p_treatment_recommend_item_img img {
    aspect-ratio: 57/63;
  }
}
.p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
  width: 105px;
}
.p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
  aspect-ratio: 105/104;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img {
    max-width: 65px;
  }
  .p_treatment_recommend_item:nth-of-type(3) .p_treatment_recommend_item_img img {
    aspect-ratio: 65/64;
  }
}
.p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
  width: 127px;
}
.p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
  aspect-ratio: 127/65;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img {
    max-width: 78px;
  }
  .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_img img {
    aspect-ratio: 78/40;
  }
}
@media screen and (max-width: 768px) {
  .p_treatment_recommend_item:nth-of-type(4) .p_treatment_recommend_item_text {
    margin-top: 23px;
  }
}

.p_treatment_recommend_item_img {
  width: 78px;
}
.p_treatment_recommend_item_img img {
  aspect-ratio: 78/106;
  -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: clamp(8px, 0.9722222222vw, 12px);
  font-weight: 500;
  line-height: 1.78; /* 178.571% */
  text-align: center;
}

.p_treatment_content_bottom {
  margin-top: 50px;
  width: 98%;
  margin: 50px auto 0;
}

.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;
  }
}

.p_treatment_bottom_item {
  width: 70%;
}
@media screen and (max-width: 1080px) {
  .p_treatment_bottom_item {
    width: 100%;
  }
}
.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: 10px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_items_sp {
    width: 100%;
  }
}
.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(12px, 1.3888888889vw, 20px);
  font-weight: 700;
  border: 1px solid #f1cfa7;
  background: #f1cfa7;
  padding-block: 10px;
}

.p_treatment_bottom_item1_heading_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p_treatment_bottom_item1_heading {
  font-size: clamp(9px, 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
@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: 23px;
    -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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-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:nth-of-type(2) .p_treatment_bottom_item1_img {
  width: 84px;
}
.p_treatment_bottom_item1_imgs:nth-of-type(2) .p_treatment_bottom_item1_img img {
  aspect-ratio: 84/81;
  -o-object-fit: cover;
     object-fit: cover;
}

.p_treatment_bottom_item1_img {
  width: 67px;
}
.p_treatment_bottom_item1_img img {
  aspect-ratio: 67/98;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_item1_img {
    width: 33px;
  }
  .p_treatment_bottom_item1_img img {
    aspect-ratio: 33/39;
  }
}

.p_treatment_bottom_item1_text {
  font-size: clamp(8px, 0.9722222222vw, 14px);
  font-weight: 500;
  line-height: 1.42; /* 142.857% */
  letter-spacing: 1.4px;
}

.p_treatment_bottom_point {
  position: relative;
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point {
    margin-top: 17px;
  }
}

.p_treatment_bottom_point_img {
  width: 10.4861111111vw;
  position: relative;
  z-index: 2;
}
.p_treatment_bottom_point_img img {
  aspect-ratio: 151/225;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1920px) {
  .p_treatment_bottom_point_img {
    width: 201.328px;
  }
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point_img {
    width: 70px;
    margin-left: -10px;
  }
  .p_treatment_bottom_point_img img {
    aspect-ratio: 75/112;
  }
}

.p_treatment_bottom_point_text {
  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);
  max-width: 232px;
  width: 100%;
  position: absolute;
  padding: 30px 6px 36px 22px;
  top: -17px;
  right: 16px;
  font-size: clamp(8px, 0.8333333333vw, 12px);
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_point_text {
    max-width: 116px;
    padding: 7px 4px 14px 10px;
    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);
    top: -3px;
    right: -3px;
  }
}

@media screen and (min-width: 1600px) {
  .p_treatment_bottom_point_text {
    top: -28px;
    right: 2px;
  }
}
@media screen and (min-width: 1600px) {
  .p_treatment_item.item6 .p_treatment_bottom_point_text {
    padding-left: 50px;
  }
}
.p_treatment_bottom_voice_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding: 7px 6px 8px 6px;
  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;
  max-width: 269px;
  width: 100%;
  margin: 25px auto 0;
}
@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: 10px;
    margin-top: 10px;
    padding: 3px;
  }
}

.p_treatment_bottom_voice_img {
  width: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.p_treatment_bottom_voice_img img {
  aspect-ratio: 55/52;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p_treatment_bottom_voice_img {
    width: 27px;
  }
  .p_treatment_bottom_voice_img img {
    aspect-ratio: 1/1;
  }
}

.p_treatment_bottom_voice_text {
  font-size: clamp(8px, 0.8333333333vw, 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: 20px auto 0;
  padding-top: 19px;
  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(13px, 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(10px, 1.3888888889vw, 20px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.42; /* 142.585% */
  margin-top: 15px;
}
.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(13px, 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(../../images/fujinka/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(5px, 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(5px, 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(6px, 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(2px, 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: 20px;
  }
}

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

.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: 19px;
}
@media screen and (max-width: 768px) {
  .p_flow_items {
    margin-top: 15px;
  }
}

.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(11px, 1.3888888889vw, 20px);
  font-weight: 700;
  line-height: 1.25; /* 125% */
}
@media screen and (max-width: 1080px) {
  .p_flow_item_heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p_flow_item_heading {
    font-size: clamp(11px, 1.3888888889vw, 20px);
    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(9px, 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(../../images/fujinka/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(12px, 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(6px, 0.6944444444vw, 10px);
}

.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: 59px;
}
@media screen and (max-width: 768px) {
  .p_qa {
    padding-bottom: 17px;
  }
}

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

.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: 19px;
  }
}

.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(11px, 0.9722222222vw, 14px);
  font-weight: 700;
  line-height: 180%; /* 25.2px */
  position: relative;
}
.p_qa_q::after {
  content: "";
  background: url(../../images/fujinka/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(11px, 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(9px, 0.8333333333vw, 12px);
  font-weight: 500;
  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: 1000 !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: 40px; 
  }
  .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;
  }
  
}