@charset "UTF-8";
@font-face {
  font-family: "Subway Black";
  src: url("../../../font/Subway-Black.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.fnt-zen {
  font-family: "Zen Old Mincho", serif;
}

.fnt-zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.title-common {
  padding: 45px 0 0 32px;
  min-height: 140px;
  position: relative;
  box-sizing: border-box;
  color: #333;
  font-size: 45px;
  font-weight: 600;
  line-height: 57px;
  background: url(../../../images/treatment/yonihifu/deco.png) no-repeat top left/176px auto;
}
@media screen and (max-width: 767px) {
  .title-common {
    padding: 8px 0 0 16px;
    min-height: 70px;
    background-size: 88px auto;
    font-size: 22.5px;
    line-height: 28.5px;
  }
}

#sec1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 0;
  gap: 40px;
  color: #333333;
}
#sec1 .group {
  background: #fdf6f9;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}
#sec1 .group h3 {
  font-size: 29px;
  font-weight: 600;
  line-height: 1.7;
}
#sec1 .group .txt {
  font-size: 25px;
  color: #d7798f;
  line-height: 47px;
  font-weight: 500;
}
#sec1 .txt2 {
  text-align: justify;
  width: 1000px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 43px;
}
@media screen and (max-width: 767px) {
  #sec1 {
    gap: 10px;
  }
  #sec1 .group h3 {
    font-size: 15px;
  }
  #sec1 .group .txt {
    font-size: 12.5px;
    line-height: 24px;
  }
  #sec1 .txt2 {
    width: calc(100% - 60px);
    font-size: 12.5px;
    line-height: 22px;
  }
}

#sec2 {
  text-align: center;
  margin: 70px 0 0;
  color: #333;
}
#sec2 img {
  max-width: 100%;
  height: auto;
}
#sec2 .set1 h2 {
  font-size: 63px;
  font-weight: 600;
  line-height: 72px;
}
#sec2 .set1 .txt {
  font-size: 25px;
  line-height: 1.5;
  margin: 40px 0 20px;
}
#sec2 .set1 .group {
  background: #fdf6f9;
  color: #d7798f;
  padding: 28px 0;
  position: relative;
}
#sec2 .set1 .group .txt2 {
  font-size: 31px;
  line-height: 60px;
  font-weight: 500;
}
#sec2 .set1 .group .img {
  position: absolute;
  width: 171px;
  top: -25px;
  left: calc(50% + 220px);
}
#sec2 .set1 .item {
  width: 1017px;
  margin: 100px auto 0;
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec2 .set1 .item .img {
  width: 58.3%;
}
#sec2 .set1 .item .txt3 {
  width: 40.7%;
  font-size: 25px;
  line-height: 1.68;
}
#sec2 .set1 .item2 {
  width: 1017px;
  margin: 50px auto 0;
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
#sec2 .set1 .item2 .img {
  width: 58.3%;
}
#sec2 .set1 .item2 .txt3 {
  width: 40.7%;
  font-size: 25px;
  line-height: 1.68;
  text-align: justify;
}
#sec2 .set2 {
  margin: 100px 0 0;
  text-align: center;
}
#sec2 .set2 h3 {
  font-weight: 600;
  font-size: 41px;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin: 0 auto 10px;
  width: 1017px;
  max-width: calc(100% - 60px);
}
#sec2 .set2 h3::before {
  content: "";
  background: url("../../../images/treatment/yonihifu/arrow.svg") no-repeat bottom center/100% auto;
  height: 26px;
  width: 39px;
}
#sec2 .set2 .group {
  background: #f5f5f5;
  padding: 40px 0;
}
#sec2 .set2 .group p {
  width: 702px;
  margin: 0 auto;
  max-width: 100%;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 0 25px 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cbcbcb;
}
#sec2 .set2 .group p + p {
  margin-top: 25px;
}
#sec2 .set2 .group p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
#sec2 .set2 .group p::before {
  content: "";
  background: #333;
  width: 15.5px;
  height: 15.5px;
}
#sec2 .set2 .txt {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  #sec2 {
    margin: 50px 0 0;
  }
  #sec2 .set1 h2 {
    font-size: 22.5px;
    line-height: 1.5;
  }
  #sec2 .set1 .txt {
    font-size: 12.5px;
    margin: 20px 0;
  }
  #sec2 .set1 .group {
    padding: 12px 0;
  }
  #sec2 .set1 .group .txt2 {
    font-size: 12.5px;
    line-height: 2;
  }
  #sec2 .set1 .group .img {
    width: 73.5px;
    left: auto;
    right: 15px;
    top: -10px;
  }
  #sec2 .set1 .item {
    max-width: calc(100% - 45px);
    margin: 15px auto 0;
    display: block;
  }
  #sec2 .set1 .item .img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  #sec2 .set1 .item .txt3 {
    width: 100%;
    font-size: 12.5px;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
  }
  #sec2 .set1 .item2 {
    max-width: calc(100% - 45px);
    margin: 20px auto 0;
    display: block;
  }
  #sec2 .set1 .item2 .img {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
  #sec2 .set1 .item2 .txt3 {
    width: 100%;
    font-size: 12.5px;
    line-height: 1.5;
    margin: 0 0 20px;
    text-align: justify;
  }
  #sec2 .set2 {
    margin: 15px 0 0;
  }
  #sec2 .set2 h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  #sec2 .set2 h3::before {
    height: 10px;
    width: 13.5px;
  }
  #sec2 .set2 .group {
    padding: 0;
  }
  #sec2 .set2 .group p {
    width: calc(100% - 20px);
    padding: 20px 0 20px 35px;
    font-size: 12px;
    line-height: 1.25;
  }
  #sec2 .set2 .group p::before {
    width: 8px;
    height: 8px;
  }
  #sec2 .set2 .group p:last-child {
    padding-bottom: 20px;
  }
  #sec2 .set2 .group p + p {
    margin-top: 0;
  }
  #sec2 .set2 .txt {
    font-size: 12px;
    line-height: 15px;
    margin: 10px 20px 0;
    text-align: justify;
  }
}

#sec3 {
  color: #333;
  text-align: center;
  background: #fdf6f9;
  padding: 50px 0 40px;
  margin: 60px 0 0;
}
#sec3 h2 {
  font-size: 63px;
  line-height: 1.2;
  font-weight: 600;
}
#sec3 .txt {
  color: #d7798f;
  font-weight: 500;
  font-size: 27px;
  line-height: 52.5px;
  margin: 12px 0;
}
#sec3 .txt2 {
  font-size: 24px;
  line-height: 31px;
}
@media screen and (max-width: 767px) {
  #sec3 {
    margin: 30px 0 0;
    padding: 30px 0 20px;
  }
  #sec3 h2 {
    font-size: 27.5px;
  }
  #sec3 .txt {
    line-height: 1.96;
    font-size: 12.5px;
  }
  #sec3 .txt2 {
    font-size: 12px;
    line-height: 1.3;
    margin: 0 20px;
  }
}

#sec4 {
  margin: 70px 0 0;
  color: #333;
}
#sec4 h2 {
  text-align: center;
  font-size: 45px;
  line-height: 1;
}
#sec4 h2 span {
  min-width: 500px;
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid;
  padding: 12px 0;
  font-weight: 600;
}
#sec4 .info {
  width: 605px;
  margin: 40px auto;
  max-width: calc(100% - 70px);
}
#sec4 .info .tit {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 4px 0;
  background: #808080;
  margin: 0 0 15px;
}
#sec4 .info .tit ~ .tit {
  margin-top: 50px;
}
#sec4 .info .item + .item {
  margin-top: 25px;
}
#sec4 .info .item .name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  display: flex;
  font-size: 26px;
  line-height: 1;
  margin: 0 0 8px;
  color: #424141;
}
#sec4 .info .item .name dt, #sec4 .info .item .name dd {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#sec4 .info .item .name dt {
  min-width: 200px;
}
#sec4 .info .item .progress {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  height: 20px;
  background: #e6e6e6;
}
#sec4 .info .item .progress span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: #d7798f;
}
#sec4 .info .item .progress span.p49 {
  width: 49%;
}
#sec4 .info .item .progress span.p66 {
  width: 66%;
}
#sec4 .info .item .progress span.p75 {
  width: 75%;
}
#sec4 .info .item .progress span.p64 {
  width: 64%;
}
#sec4 .info .item .progress span.p46 {
  width: 46%;
}
#sec4 .info .item .progress span.p63 {
  width: 63%;
}
#sec4 .info .item .progress span.p81 {
  width: 81%;
}
#sec4 .info .item .progress span.p78 {
  width: 78%;
}
#sec4 .info .item .progress span.p76 {
  width: 76%;
}
#sec4 .info .item .progress span.p60 {
  width: 60%;
}
#sec4 .info .sub-txt {
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
#sec4 .txt {
  font-size: 25px;
  line-height: 41px;
  margin: 30px auto 0;
  width: 870px;
  max-width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  #sec4 {
    margin: 25px 0 0;
  }
  #sec4 h2 {
    font-size: 22.5px;
  }
  #sec4 h2 span {
    min-width: 250px;
  }
  #sec4 .info {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #sec4 .info .tit {
    font-size: 13px;
  }
  #sec4 .info .tit ~ .tit {
    margin-top: 25px;
  }
  #sec4 .info .item + .item {
    margin-top: 15px;
  }
  #sec4 .info .item .name {
    font-size: 13px;
  }
  #sec4 .info .item .name dt {
    min-width: 100px;
  }
  #sec4 .info .item .progress {
    height: 10px;
  }
  #sec4 .info .sub-txt {
    font-size: 10px;
  }
  #sec4 .txt {
    font-size: 12.5px;
    line-height: 2;
    margin-top: 0;
  }
  #sec4 .txt br {
    display: none;
  }
}

#sec5 {
  margin: 100px 0 0;
  text-align: center;
}
#sec5 h2 {
  margin: 0 0 40px;
}
#sec5 .box {
  margin: 0 auto;
  max-width: calc(100% - 30px);
  width: 870px;
}
#sec5 .box .row {
  display: flex;
}
#sec5 .box .row p {
  border: 1px solid;
  background: #b3b3b3;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 25px;
  line-height: 1.16;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
#sec5 .box .row p.ps {
  background: #d7798f;
  font-weight: 600 !important;
}
#sec5 .box .row p.ps span, #sec5 .box .row p.ps small {
  font-weight: inherit;
}
#sec5 .box .row p.ps .fs {
  font-size: 41px;
}
#sec5 .box .row p .fs4 {
  font-size: 41px;
  line-height: 1.14;
  font-weight: 600;
}
#sec5 .box .row p .fs0 {
  font-size: 35px;
}
#sec5 .box .row p .fs {
  font-size: 34.5px;
  display: block;
  margin: 5px 0 0;
}
#sec5 .box .row p .fs2 {
  font-size: 34px;
}
#sec5 .box .row p .fs2 span {
  font-size: 52px;
}
#sec5 .box .row p .fs3 {
  font-size: 28px;
}
#sec5 .box .row:first-child p {
  align-self: end;
  min-height: 90px;
}
#sec5 .box .row:first-child .ps {
  min-height: 130px;
}
#sec5 .box .row .col1 {
  width: 22.5%;
}
#sec5 .box .row .col2 {
  width: 38.75%;
}
#sec5 .box .row .col3 {
  width: 38.75%;
}
#sec5 .txt {
  text-align: center;
  margin: 20px 0 0;
  line-height: 1.5;
  font-size: 25px;
}
#sec5 .txt span {
  color: #d7798f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec5 {
    margin: 60px 0 0;
  }
  #sec5 h2 {
    margin: 0 0 40px;
  }
  #sec5 .box .row p {
    font-size: 10px;
    min-height: 37px;
  }
  #sec5 .box .row p.ps .fs {
    font-size: 16px;
  }
  #sec5 .box .row p .fs4 {
    font-size: 16px;
  }
  #sec5 .box .row p .fs0 {
    font-size: 14px;
  }
  #sec5 .box .row p .fs {
    font-size: 13.5px;
    margin-top: 0;
  }
  #sec5 .box .row p .fs2 {
    font-size: 13px;
  }
  #sec5 .box .row p .fs2 span {
    font-size: 20px;
  }
  #sec5 .box .row p .fs3 {
    font-size: 11px;
  }
  #sec5 .box .row:first-child p {
    align-self: end;
    min-height: 36px;
  }
  #sec5 .box .row:first-child .ps {
    min-height: 52.5px;
  }
  #sec5 .txt {
    margin: 20px 20px 0;
    line-height: 1.32;
    text-align: justify;
    font-size: 12.5px;
  }
}

.title-common2 {
  font-size: 63px;
  line-height: 1.2;
  font-weight: 600;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-common2 {
    font-size: 22.5px;
  }
}

.section-common {
  padding: 50px 0;
}
.section-common .title-common2 {
  text-align: center;
  margin: 0 0 40px;
}
.section-common .group {
  width: 870px;
  margin: 0 auto;
}
.section-common .group p {
  max-width: 100%;
  font-size: 24px;
  color: #333;
  line-height: 1.5;
  padding: 0 0 25px 70px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cbcbcb;
}
.section-common .group p + p {
  margin-top: 30px;
}
.section-common .group p::before {
  content: "";
  background: #333;
  width: 15.5px;
  height: 15.5px;
}
.section-common .txt {
  font-size: 30px;
  line-height: 1.3;
  margin: 25px auto 0;
  max-width: calc(100% - 80px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section-common {
    padding: 30px 0;
  }
  .section-common .title-common2 {
    margin-bottom: 10px;
  }
  .section-common .group {
    width: calc(100% - 20px);
  }
  .section-common .group p {
    padding: 20px 0 20px 35px;
    font-size: 12px;
    line-height: 1.25;
  }
  .section-common .group p::before {
    width: 8px;
    height: 8px;
  }
  .section-common .group p:last-child {
    padding-bottom: 20px;
  }
  .section-common .group p + p {
    margin-top: 0;
  }
  .section-common .txt {
    text-align: justify;
    font-size: 13.5px;
    margin-top: 15px;
  }
}

#sec6 {
  background: #f5f5f5;
  margin: 30px 0 0;
}
#sec6 .group p {
  border-color: #333;
}
#sec6 .txt {
  width: 870px;
}

#sec7 .group p:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#sec8 {
  background: #f5f5f5;
  padding-bottom: 90px;
}
#sec8 .title-common2 {
  margin: 0 0 20px;
}
#sec8 h3 {
  font-size: 38.5px;
  line-height: 1.2;
  text-align: center;
  font-weight: 600;
  margin: 0 0 40px;
}
#sec8 .txt {
  width: 750px;
}
@media screen and (max-width: 767px) {
  #sec8 {
    padding-bottom: 40px;
  }
  #sec8 h3 {
    font-size: 13.5px;
    margin: 0 0 10px;
  }
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tbody tr td.wide {
  font-size: 25px;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr th {
  font-size: 24px;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.price {
  font-size: 24px;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.name {
  font-size: 24px;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.monitor, div#PRICE div.bg div.inner div.table_area div.table_inner table tr td span {
  font-size: 34px;
  line-height: 1;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.monitor small {
  display: block;
  font-size: 20px;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td, div#PRICE div.bg div.inner div.table_area div.table_inner table tr td small {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", Meiryo, sans-serif !important;
}

div#PRICE div.bg div.inner div.table_area div.table_inner table tr td span, div#PRICE div.bg div.inner div.table_area div.table_inner table tr td em {
  font-family: "Zen Old Mincho", serif;
}

div#PRICE div.bg div.inner div.table_area {
  width: 1018px;
  max-width: calc(100% - 50px);
}

#PRICE .title-common2 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  div#PRICE div.bg div.inner div.table_area div.table_inner table tbody tr td.wide {
    font-size: 12px;
  }
  div#PRICE div.bg div.inner div.table_area div.table_inner table tr th {
    font-size: 12px;
  }
  div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.price, div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.name {
    font-size: 12px;
  }
  div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.monitor, div#PRICE div.bg div.inner div.table_area div.table_inner table tr td span {
    font-size: 15.5px;
  }
  div#PRICE div.bg div.inner div.table_area div.table_inner table tr td.monitor small {
    font-size: 7.5px;
    margin: 5px 0 0;
  }
  div#PRICE div.bg div.inner div.table_area div.table_inner table tr td {
    padding: 15px 3px;
  }
}
#FLOW {
  background: #f5f5f5;
}

div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span {
  font-size: 22.5px;
  color: #f6dbe0;
  font-family: "Subway Black";
}

div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span em {
  font-family: inherit;
}

div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}

div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dd {
  font-size: 25px;
  line-height: 1.32;
}

div#FLOW div.inner div.contents_wrapp {
  width: 750px;
  max-width: 90%;
}

div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span em {
  font-size: 14.5px;
}

@media screen and (max-width: 767px) {
  div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span em {
    font-size: 14.5px;
  }
  div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span {
    font-size: 11px;
  }
  div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt span em {
    font-size: 7px;
  }
  div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dt {
    font-size: 15px;
    margin-bottom: 0;
  }
  div#FLOW div.inner div.contents_wrapp div.contents_inner ul li dl dd {
    font-size: 12.5px;
  }
  div#FLOW.bone_cutting01 div.inner div.contents_wrapp div.contents_inner ul li:last-child:before {
    height: 80%;
  }
}
#sec-faq {
  padding: 100px 0;
}
#sec-faq .title-common2 {
  margin: 0 0 90px;
}
#sec-faq .info {
  width: 867px;
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
#sec-faq .info dl {
  padding: 0 0 30px 65px;
  color: #333;
  border-bottom: 1px solid #cbcbcb;
}
#sec-faq .info dl + dl {
  margin-top: 30px;
}
#sec-faq .info dl dt {
  display: flex;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  gap: 10px;
}
#sec-faq .info dl dt span {
  font-size: 30px;
  line-height: 1;
  align-self: baseline;
  color: #d7798f;
}
#sec-faq .info dl dd {
  font-size: 25px;
  line-height: 1.32;
  padding-left: 30px;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  #sec-faq {
    padding: 50px 0;
  }
  #sec-faq .title-common2 {
    margin: 0 0 30px;
  }
  #sec-faq .info dl {
    padding: 0 0 15px 25px;
  }
  #sec-faq .info dl + dl {
    margin-top: 20px;
  }
  #sec-faq .info dl dt {
    font-size: 12px;
  }
  #sec-faq .info dl dt span {
    font-size: 15px;
  }
  #sec-faq .info dl dd {
    padding-left: 0;
    font-size: 12.5px;
  }
}

strong {
  font-weight: 700;
}

#sec-photo {
  padding: 100px 0;
}
#sec-photo img {
  max-width: 100%;
  height: auto;
}
#sec-photo h2 {
  font-size: 39px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 30px;
  text-align: center;
  color: #333;
}
#sec-photo .list {
  width: 863px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  #sec-photo {
    padding: 0 0 40px;
  }
  #sec-photo h2 {
    font-size: 15.5px;
    margin: 0 0 20px;
  }
}