@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
@keyframes animation-show--fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-family: "ヒラギノ角ゴ Pro W", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

body.is-active--modal {
  overflow: hidden;
  height: 100%;
}

.l-container {
  padding-bottom: 18.5333333333vw;
}

.c-leave-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(21,27,24,.65);
}
.c-leave-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85.3333333333vw;
  transform: translateY(-50%) translateX(-50%);
}
.c-leave-popup__close__button {
  position: absolute;
  top: -7.2vw;
  right: -7.2vw;
  width: 6.6666666667vw;
}

.c-line-art {
  position: relative;
  width: 200%;
  height: 290px;
  overflow: hidden;
  pointer-events: none;
}
.c-line-art__wrapper {
  position: absolute;
  display: flex;
  width: 100%;
  top: -560px;
  left: 595px;
  transform: rotate(-45deg);
}
.c-line-art__item {
  display: block;
  width: 1px;
  height: 2000px;
  right: 0;
}
.c-line-art__item + .c-line-art__item {
  margin-left: 2.5px;
}
.c-line-art.right {
  transform: scale(-1, 1);
}

.is-gsap .js-gsap-fade {
  transition: all 1.5s;
  opacity: 0;
}
.is-gsap .js-gsap-fade--top {
  transform: translateY(30px);
}
.is-gsap .js-gsap-fade--right {
  transform: translateX(30px);
}
.is-gsap .js-gsap-fade--bottom {
  transform: translateY(-30px);
}
.is-gsap .js-gsap-fade--left {
  transform: translateX(-30px);
}
.is-gsap .js-gsap-fade.is-show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

@media (max-width: 750px) {
  .is-gsap .js-gsap-fade--top--sp {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--sp {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--sp {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--sp {
    transform: translateX(-30px);
  }
}
@media (min-width: 751px) {
  .is-gsap .js-gsap-fade--top--pc {
    transform: translateY(30px);
  }
  .is-gsap .js-gsap-fade--right--pc {
    transform: translateX(30px);
  }
  .is-gsap .js-gsap-fade--bottom--pc {
    transform: translateY(-30px);
  }
  .is-gsap .js-gsap-fade--left--pc {
    transform: translateX(-30px);
  }
}
.p-box {
  padding: 13.3333333333vw 0 10.6666666667vw;
}
.p-box__inner {
  margin: 0 5.3333333333vw;
}
.p-box__title {
  margin: 0 auto 10.6666666667vw;
}
.p-box__title:after {
  display: block;
  content: "";
  width: 10.6666666667vw;
  height: 0.6666666667vw;
  margin: 4vw auto;
  background-color: #4292a1;
}

.p-cv__box1 {
  position: relative;
}
.p-cv-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 5.4666666667vw;
  left: 0;
}
.p-cv-main__links {
  width: 100%;
  margin-top: 1.3333333333vw;
}
.p-cv-main__links-item {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 89.3333333333vw;
  margin: 0 auto;
}
.p-cv-main__links-item__button {
  width: 100%;
}
.p-cv-main__links-item__button a {
  flex-wrap: wrap;
}
.p-cv-main__links-item__button a > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
}
.p-cv-main__links-item.monitor {
  margin-bottom: 2.6666666667vw;
}
.p-cv__box2 {
  padding: 10.6666666667vw 8vw;
  background: #e6e8e9;
}
.p-cv-modal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cv-modal__title {
  margin: 0 auto 3.3333333333vw;
  width: 57.4666666667vw;
}
.p-cv-modal__pic1, .p-cv-modal__pic2 {
  width: 41.2vw;
}

.p-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
}
.p-modal__inner {
  padding-top: 12vw;
  min-height: 100vh;
  backdrop-filter: blur(30px);
  background-color: rgba(35,34,21,.8);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  box-sizing: border-box;
}
.p-modal__button {
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.p-modal__title {
  margin-bottom: 5.3333333333vw;
}
.p-modal__movie {
  margin: 0 8vw 4vw;
}
.p-modal__movie iframe {
  width: 100%;
  height: 61.3333333333vw;
}
.p-modal.p-modal--1 {
  transform: translateX(-100%);
}
.p-modal.p-modal--2 {
  transform: translateX(100%);
}
.p-modal.is-active {
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 3000;
}

.p-hero {
  position: relative;
}
.p-hero__main {
  position: absolute;
  right: 0;
  bottom: 3.7333333333vw;
  left: 0;
}
.p-hero__main__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.7333333333vw;
  margin: 0 auto;
  width: 89.3333333333vw;
}
.p-hero__main__links-item.pic {
  width: 82.2666666667vw;
}

.p-solution {
  padding: 12.6666666667vw 0 14.6666666667vw;
  height: 115.0666666667vw;
  background: url(../../../m/img/troubles_tightening-lipo_solution_bg.png) top center no-repeat;
  background-size: 100%;
  box-sizing: border-box;
}
.p-solution__title {
  margin: 0 auto 9.3333333333vw;
  width: 72.4vw;
}
.p-solution .p-box__inner {
  position: relative;
}
.p-solution__item {
  position: absolute;
  opacity: 0;
}
.p-solution__item.item1 {
  top: 0;
  left: 0.6666666667vw;
  width: 47.8666666667vw;
}
.p-solution__item.item2 {
  top: 8vw;
  right: 0;
  width: 42.2666666667vw;
}
.p-solution__item.item3 {
  top: 20.5333333333vw;
  right: 22.6666666667vw;
  width: 41.3333333333vw;
}
.p-solution__item.item4 {
  top: 33.3333333333vw;
  left: 0;
  width: 45.3333333333vw;
}
.p-solution__item.item5 {
  top: 42.2666666667vw;
  right: -2.6666666667vw;
  width: 47.7333333333vw;
}
.p-solution__item.item6 {
  top: 54.9333333333vw;
  left: 20.6666666667vw;
  width: 42.6666666667vw;
}
.p-solution__item.is-show.item1 {
  animation: animation-show--fade 0.7s ease-out 0.5s forwards;
}
.p-solution__item.is-show.item2 {
  animation: animation-show--fade 0.7s ease-out 0.7s forwards;
}
.p-solution__item.is-show.item3 {
  animation: animation-show--fade 0.7s ease-out 0.9s forwards;
}
.p-solution__item.is-show.item4 {
  animation: animation-show--fade 0.7s ease-out 1.1s forwards;
}
.p-solution__item.is-show.item5 {
  animation: animation-show--fade 0.7s ease-out 1.3s forwards;
}
.p-solution__item.is-show.item6 {
  animation: animation-show--fade 0.7s ease-out 1.5s forwards;
}

.p-case__title {
  width: 59.7333333333vw;
}
.p-case__box1 {
  margin-bottom: 8vw;
}
.p-case__box1-item + .p-case__box1-item {
  margin-top: 4vw;
}
.p-case__box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5.3333333333vw;
}
.p-case__box2__title {
  margin: 0 auto 3.4666666667vw;
  width: 81.3333333333vw;
}
.p-case__box2__movie {
  width: 44vw;
}
.p-case__note {
  line-height: 1.35;
  font-size: 2.6666666667vw;
  color: #4d4d4d;
}

.modal-video-close-btn {
  right: 0;
}

.p-action {
  overflow: hidden;
  padding-bottom: 0;
  background: #e6e8e9;
}
.p-action .c-line-art {
  position: absolute;
  top: -53.3333333333vw;
  height: 1000px;
}
.p-action .c-line-art-1 {
  left: -90vw;
}
.p-action .c-line-art-1 .c-line-art__item {
  background-color: #cddedb;
}
.p-action .c-line-art-2 {
  right: -90vw;
}
.p-action .c-line-art-2 .c-line-art__item {
  background-color: #d2dae1;
}
.p-action__title {
  margin: 0 auto 7.7333333333vw;
  width: 84.5333333333vw;
}
.p-action__pic {
  margin: 0 0 6vw 3.6vw;
}
.p-action__box1, .p-action__box2 {
  margin: 0 -5.3333333333vw;
}
.p-action__box1 {
  position: relative;
  padding: 0 5.3333333333vw;
}
.p-action__box1 > *:not(.c-line-art) {
  position: relative;
  z-index: 1;
}
.p-action__box1__title {
  margin: 0 auto 6vw;
  width: 92vw;
}
.p-action__box1__lead {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  line-height: 1.5714285714;
  font-size: 4.6666666667vw;
  color: #4d4d4d;
}
.p-action__box1__lead .emphasis-1,
.p-action__box1__lead .emphasis-2 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  color: #fff;
  z-index: 1;
  margin: 0 0.8vw;
  padding: 0 0.8vw;
}
.p-action__box1__lead .emphasis-1:after,
.p-action__box1__lead .emphasis-2:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-action__box1__lead .emphasis-1 {
  margin-bottom: 1.7333333333vw;
}
.p-action__box1__lead .emphasis-1:after {
  background-color: #3f9d84;
}
.p-action__box1__lead .emphasis-2:after {
  background-color: #5d88ad;
}
.p-action__box1__pic {
  margin: 0 auto 6vw;
  width: 83.4666666667vw;
}
.p-action__box1__text {
  position: relative;
  z-index: 1;
  margin: 0 -5.3333333333vw 10.6666666667vw;
  text-align: center;
  line-height: 1.4;
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #4292a1;
}
.p-action__box2 {
  position: relative;
  z-index: 1;
}
.p-action__box2 .c-line-art-2 {
  z-index: 10;
  top: 24vw;
  right: -41.3333333333vw;
  left: auto;
}
.p-action__box2 .c-line-art-2 .c-line-art__item {
  background-color: rgba(66,146,161,.2);
}
.p-action__box2 .kind__title {
  position: relative;
  z-index: 20;
  margin: 0 5.3333333333vw;
  width: 90.8vw;
  line-height: 8.5866666667vw;
  background: rgba(255,255,255,.8);
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  color: #4292a1;
  border-radius: 13.3333333333vw;
  letter-spacing: 0.2666666667vw;
  margin: -4.2933333333vw auto;
}
.p-action__box2 .kind-item {
  position: relative;
  flex: 1;
  color: #4d4d4d;
}
.p-action__box2 .kind-item > * {
  z-index: 11;
}
.p-action__box2 .kind-item__lead {
  position: relative;
  padding-bottom: 1.4666666667vw;
  margin-bottom: 3.0666666667vw;
}
.p-action__box2 .kind-item__lead > * {
  font-size: 4.2666666667vw;
  color: #4d4d4d;
  font-weight: bold;
  letter-spacing: 0.1333333333vw;
}
.p-action__box2 .kind-item__lead:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 0.2666666667vw;
  background-color: rgba(255,255,255,.5);
  z-index: 13;
}
.p-action__box2 .kind-item__headline-ja {
  font-size: 6.9333333333vw;
  font-weight: bold;
  color: #fff;
  margin-bottom: 2.1333333333vw;
  letter-spacing: 0.2666666667vw;
}
.p-action__box2 .kind-item__headline-en {
  margin-bottom: 7.3333333333vw;
}
.p-action__box2 .kind-item__detail {
  position: relative;
  text-align: justify;
  line-height: 1.6428571429;
  font-size: 3.7333333333vw;
  color: #555;
  z-index: 15;
}
.p-action__box2 .kind-item__detail span {
  font-weight: bold;
}
.p-action__box2 .kind-item__pic {
  position: absolute;
  z-index: 12;
}
.p-action__box2 .kind-item.liposuction {
  padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  background-color: #79bcaa;
}
.p-action__box2 .kind-item.liposuction .kind-item__lead {
  margin-right: -5.3333333333vw;
}
.p-action__box2 .kind-item.liposuction .kind-item__headline-en {
  width: 31.8666666667vw;
}
.p-action__box2 .kind-item.liposuction .kind-item__detail {
  margin-right: 29.8666666667vw;
}
.p-action__box2 .kind-item.liposuction .kind-item__pic {
  width: 23.3333333333vw;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
}
.p-action__box2 .kind-item.tightening {
  padding: 11.8666666667vw 5.3333333333vw 6.6666666667vw;
  background-color: #81a3bf;
}
.p-action__box2 .kind-item.tightening .kind-item__lead,
.p-action__box2 .kind-item.tightening .kind-item__headline-ja,
.p-action__box2 .kind-item.tightening .kind-item__headline-en {
  text-align: right;
}
.p-action__box2 .kind-item.tightening .kind-item__lead {
  margin-left: -5.3333333333vw;
}
.p-action__box2 .kind-item.tightening .kind-item__headline-en {
  width: 29.6vw;
  margin-left: auto;
}
.p-action__box2 .kind-item.tightening .kind-item__detail {
  margin-left: 29.8666666667vw;
}
.p-action__box2 .kind-item.tightening .kind-item__pic {
  width: 62.8vw;
  top: -6.6666666667vw;
  left: -8.5333333333vw;
}

.p-merit {
  position: relative;
  overflow: hidden;
  background: #e6e8e9;
}
.p-merit .c-line-art {
  position: absolute;
  top: -68vw;
  height: 1000px;
}
.p-merit .c-line-art-1 {
  left: -90vw;
}
.p-merit .c-line-art-1 .c-line-art__item {
  background-color: rgba(66,146,161,.2);
}
.p-merit .c-line-art-2 {
  right: -90vw;
}
.p-merit .c-line-art-2 .c-line-art__item {
  background-color: rgba(66,146,161,.2);
}
.p-merit__title {
  width: 62.6666666667vw;
}
.p-merit .p-box__inner {
  position: relative;
  z-index: 1;
}
.p-merit__item {
  padding-top: 4.9333333333vw;
}
.p-merit__item__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4vw;
  font-size: 5.0666666667vw;
  font-weight: bold;
  color: #666;
}
.p-merit__item__title::before {
  content: "";
  margin-bottom: 3.3333333333vw;
  width: 0.5333333333vw;
  height: 3.4666666667vw;
  background: #4292a1;
}
.p-merit__item__pic {
  margin-bottom: 4vw;
}
.p-merit__item__text {
  text-align: justify;
  line-height: 1.5;
  font-size: 3.7333333333vw;
  color: #666;
}
.p-merit__item__text em {
  font-weight: bold;
}
.p-merit__item.item1 {
  background: url(../../../m/img/troubles_tightening-lipo_merit_item1_title_bg.png) top center no-repeat;
  background-size: 26.2666666667vw;
}
.p-merit__item.item2 {
  background: url(../../../m/img/troubles_tightening-lipo_merit_item2_title_bg.png) top center no-repeat;
  background-size: 27.3333333333vw;
}
.p-merit__item.item3 {
  background: url(../../../m/img/troubles_tightening-lipo_merit_item3_title_bg.png) top center no-repeat;
  background-size: 27.3333333333vw;
}
.p-merit__item + .p-merit__item {
  margin-top: 8vw;
}

.p-comparison {
  background: #e6e8e9;
}
.p-comparison__title {
  width: 46.5333333333vw;
}
.p-comparison__table {
  color: #666;
  box-sizing: border-box;
  border-top: 0.2666666667vw solid #666;
  border-left: 0.2666666667vw solid #666;
}
.p-comparison__table th,
.p-comparison__table td {
  border-right: 0.2666666667vw solid #666;
  border-bottom: 0.2666666667vw solid #666;
}
.p-comparison__table thead td,
.p-comparison__table thead th {
  background: #f0f0f0;
}
.p-comparison__table thead td {
  width: 16.2666666667vw;
}
.p-comparison__table thead th {
  padding: 2.6666666667vw 0;
  text-align: center;
  line-height: 1.1428571429;
  font-size: 3.7333333333vw;
}
.p-comparison__table thead .accent {
  background: #4292a1;
  font-weight: bold;
  color: #fff;
}
.p-comparison__table tbody th,
.p-comparison__table tbody td {
  padding: 1.3333333333vw;
  background: #fff;
}
.p-comparison__table tbody th {
  text-align: center;
}
.p-comparison__table tbody td {
  font-size: 3.7333333333vw;
}
.p-comparison__table tbody th,
.p-comparison__table tbody tr:first-child td {
  line-height: 1.1666666667;
  font-size: 3.2vw;
}
.p-comparison__table tbody .accent {
  background: #d9e9ec;
}

.p-reason {
  background: url(../../../m/img/troubles_tightening-lipo_reason_bg.png) top center no-repeat;
  background-size: cover;
}
.p-reason__title {
  width: 60.6666666667vw;
}
.p-reason__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 18.6666666667vw;
  opacity: 0;
}
.p-reason__item__title {
  margin-bottom: 5.3333333333vw;
  width: 100%;
  text-align: center;
  line-height: 1.4047619048;
  font-size: 5.6vw;
  font-weight: bold;
  color: #4d4d4d;
}
.p-reason__item__pic {
  width: 44vw;
}
.p-reason__item__text {
  width: 42vw;
  text-align: justify;
  line-height: 1.6428571429;
  font-size: 3.7333333333vw;
  color: #606060;
}
.p-reason__item__text span {
  display: block;
  text-align: right;
  font-size: 2.6666666667vw;
}
.p-reason__item.item1 {
  background: url(../../../m/img/troubles_tightening-lipo_reason_item5_title_bg.png) top center no-repeat;
  background-size: 13.7333333333vw;
}
.p-reason__item.item2 {
  background: url(../../../m/img/troubles_tightening-lipo_reason_item4_title_bg.png) top center no-repeat;
  background-size: 13.7333333333vw;
}
.p-reason__item.item3 {
  background: url(../../../m/img/troubles_tightening-lipo_reason_item3_title_bg.png) top center no-repeat;
  background-size: 13.7333333333vw;
}
.p-reason__item.item4 {
  background: url(../../../m/img/troubles_tightening-lipo_reason_item2_title_bg.png) top center no-repeat;
  background-size: 13.7333333333vw;
}
.p-reason__item.item5 {
  background: url(../../../m/img/troubles_tightening-lipo_reason_item1_title_bg.png) top center no-repeat;
  background-size: 13.7333333333vw;
}
.p-reason__item + .p-reason__item {
  margin-top: 6vw;
}
.p-reason__item.is-show {
  animation: animation-show--fade 1s ease-out 0.3s forwards;
}
.p-reason__text {
  margin-top: 9.3333333333vw;
  text-align: center;
  line-height: 1.3125;
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #4d4d4d;
}
.p-reason__text em {
  display: block;
  font-size: 4.8vw;
  font-weight: bold;
  color: #4d4d4d;
}

.p-price {
  background: #e6e8e9;
}
.p-price__title {
  width: 18.2666666667vw;
}
.p-price__table {
  margin-bottom: 1.2vw;
  background-color: #fff;
  box-sizing: border-box;
  border-left: 0.2666666667vw solid #c0b6ae;
}
.p-price__table th,
.p-price__table td {
  border-right: 0.2666666667vw solid #c0b6ae;
  border-bottom: 0.2666666667vw solid #c0b6ae;
  text-align: center;
}
.p-price__table th th,
.p-price__table th td,
.p-price__table td th,
.p-price__table td td {
  border: none;
}
.p-price__table > thead {
  background-color: #4292a1;
  font-size: 2.9333333333vw;
  color: #fff;
}
.p-price__table > thead th,
.p-price__table > thead td {
  padding: 2.4vw 0;
}
.p-price__table > tbody {
  color: #666;
}
.p-price__table > tbody *:not(.price) {
  text-align: left;
}
.p-price__table > tbody > tr .price {
  padding: 2.4vw 0;
  font-size: 3.4666666667vw;
}
.p-price__table > tbody > tr .price .tax {
  font-size: 2.1333333333vw;
  color: #8c8785;
}
.p-price__table > tbody > tr:nth-child(1) th,
.p-price__table > tbody > tr:nth-child(1) td {
  padding: 2.6666666667vw 0;
}
.p-price__table > tbody > tr:nth-child(1) .first-menu {
  padding-left: 2.4vw;
  width: 53%;
  font-size: 3.4666666667vw;
}
.p-price__table > tbody > tr:nth-child(1) .price {
  width: 47%;
  letter-spacing: 1.0666666667vw;
  font-size: 3.2vw;
  color: #4292a1;
}
.p-price__table > tbody > tr:nth-child(2) > th > table,
.p-price__table > tbody > tr:nth-child(2) > td > table {
  width: 100%;
}
.p-price__table > tbody > tr:nth-child(2) > th > table th,
.p-price__table > tbody > tr:nth-child(2) > th > table td,
.p-price__table > tbody > tr:nth-child(2) > td > table th,
.p-price__table > tbody > tr:nth-child(2) > td > table td {
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table thead th,
.p-price__table > tbody > tr:nth-child(2) > td > table thead th {
  padding-bottom: 2vw;
  font-size: 3.7333333333vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(1) th, .p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(1) td,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(1) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(1) td {
  padding-bottom: 2vw;
  padding-left: 2.6666666667vw;
  text-indent: -2.6666666667vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(1) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(1) th {
  font-size: 3.2vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(1) th span,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(1) th span {
  display: block;
  margin-left: 3.4666666667vw;
  font-size: 2.4vw;
  color: #8c8785;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(2) th, .p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(2) td,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(2) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(2) td {
  padding-bottom: 2vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(2) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(2) th {
  font-size: 3.0666666667vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(2) th span,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(2) th span {
  display: block;
  font-size: 2.4vw;
  color: #8c8785;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(3) th,
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(4) th,
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(5) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(3) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(4) th,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(5) th {
  letter-spacing: -0.2666666667vw;
}
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(3) td,
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(4) td,
.p-price__table > tbody > tr:nth-child(2) > th > table tbody tr:nth-child(5) td,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(3) td,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(4) td,
.p-price__table > tbody > tr:nth-child(2) > td > table tbody tr:nth-child(5) td {
  width: 40%;
}
.p-price__table > tbody > tr:nth-child(2) > th {
  padding: 2vw 0 2vw 2.4vw;
}
.p-price__table > tbody > tr:nth-child(2) .first-menu {
  padding: 2vw;
}
.p-price__table > tbody > tr:nth-child(3) .first-menu,
.p-price__table > tbody > tr:nth-child(3) .second-menu, .p-price__table > tbody > tr:nth-child(4) .first-menu,
.p-price__table > tbody > tr:nth-child(4) .second-menu {
  padding: 2vw;
}
.p-price__table > tbody > tr:nth-child(3) .first-menu, .p-price__table > tbody > tr:nth-child(4) .first-menu {
  width: 20.9333333333vw;
  line-height: 1.5;
  font-size: 3.4666666667vw;
}
.p-price__table > tbody > tr:nth-child(3) .second-menu, .p-price__table > tbody > tr:nth-child(4) .second-menu {
  padding-left: 3.2vw;
  width: 26.2666666667vw;
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 3.2vw;
}
.p-price__annotation {
  margin-bottom: 9.3333333333vw;
  text-align: right;
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
.p-price__service__title {
  margin: 0 auto 8vw;
  width: 62vw;
}

.p-service__item + .p-service__item {
  padding-top: 8.5333333333vw;
}
.p-service__item.is-opened .icon::before {
  content: initial;
}
.p-service__item__title {
  position: relative;
  border: 0.2666666667vw solid #b5a497;
}
.p-service__item__title .icon {
  position: absolute;
  top: 50%;
  right: 1.8666666667vw;
  align-items: center;
  justify-content: center;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  border-radius: 50%;
  background-color: #b6a599;
  transform: translateY(-50%);
}
.p-service__item__title .icon::before, .p-service__item__title .icon::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1.7333333333vw;
  height: 0.4vw;
  border-radius: 0.1333333333vw;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.p-service__item__title .icon::before {
  height: 1.7333333333vw;
  width: 0.4vw;
}
.p-service__item__contents img {
  width: calc(100% - 4.5333333333vw);
  margin: 4vw 2.2666666667vw;
}

.p-faq__title {
  width: 34.2666666667vw;
}
.p-faq__list__item:not(:last-child) {
  margin-bottom: 8vw;
}
.p-faq__list__item__question, .p-faq__list__item__answer {
  position: relative;
}
.p-faq__list__item__question__pic, .p-faq__list__item__answer__pic {
  position: absolute;
}
.p-faq__list__item__question__pic img, .p-faq__list__item__answer__pic img {
  display: block;
  width: 100%;
  height: auto;
}
.p-faq__list__item__question {
  background-color: #e6e8e9;
  padding: 2.6666666667vw 1.3333333333vw 2.6666666667vw 12vw;
  border-bottom: 0.2666666667vw solid #4292a1;
  line-height: 1.75;
  font-size: 4vw;
  font-weight: bold;
  color: #666;
}
.p-faq__list__item__question__pic {
  width: 5.0666666667vw;
  height: 5.6vw;
  top: 3.2vw;
  left: 3.7333333333vw;
}
.p-faq__list__item__answer {
  padding: 2.4vw 1.3333333333vw 0 12vw;
  text-align: justify;
  line-height: 1.75;
  font-size: 3.7333333333vw;
}
.p-faq__list__item__answer__pic {
  width: 4.8vw;
  height: 4.5333333333vw;
  top: 3.3333333333vw;
  left: 3.6vw;
}
.p-faq__list__item__pic {
  margin-top: 4vw;
  padding-left: 12vw;
}

.p-clinic {
  background: #e6e8e9;
}
.p-clinic__title {
  width: 40.6666666667vw;
}
.p-clinic__tel {
  position: absolute;
  top: 30.1333333333vw;
  left: 25.6vw;
  width: 45.6vw;
}
.p-clinic__tel .ja {
  margin-bottom: 3.2vw;
}
.p-clinic__tel .en {
  color: #7f7875;
  font-size: 1rem;
}
.p-clinic__tel .en a {
  color: #7f7875;
  font-size: 1rem;
  text-decoration: none;
}
.p-clinic__map {
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  width: 100%;
}
.p-clinic__map__inner {
  position: relative;
  width: 66.6666666667vw;
  height: 65.7333333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.p-clinic__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  width: 100%;
  min-width: 400px;
  min-height: 400px;
  height: 65.8666666667vw;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 8.2666666667vw;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-clinic__map__button a {
  display: block;
  width: 64vw;
  margin: 0 auto;
}
.p-clinic .swiper {
  width: 100%;
}
.p-clinic .swiper-slide {
  position: relative;
  width: 79.4666666667vw;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner,
.p-clinic .clinic .swiper-slide.osaka iframe {
  height: 71.2vw;
}

.p-privacypolicy {
  padding-bottom: 10.6666666667vw;
  background: #e6e8e9;
}
.p-privacypolicy__title {
  position: relative;
  width: 89.3333333333vw;
  padding-bottom: 4vw;
  margin-right: auto;
  margin-left: auto;
}
.p-privacypolicy__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.7333333333vw;
  background: url(../../../m/img/troubles_tightening-lipo_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-privacypolicy__contents {
  margin: 6.6666666667vw 8vw 0;
  text-align: justify;
}
.p-privacypolicy__contents__box {
  margin: 3em 0;
  color: #7f7875;
}
.p-privacypolicy__contents__box.first {
  margin-top: 0;
}
.p-privacypolicy__contents__box.last {
  margin-bottom: 0;
}
.p-privacypolicy__contents__box .title {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 1rem;
}
.p-privacypolicy__contents__box ul {
  margin: 1em 0;
}
.p-privacypolicy__contents__box li {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.5;
  font-size: 1rem;
}
.p-privacypolicy__contents__box .reception {
  margin-top: 1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 1rem;
}
.p-privacypolicy__contents__box .reception-title {
  text-indent: -1em;
}
.p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 0.4em;
}
.p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -0.5em;
}
.p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}

.js-details .js-summary {
  display: block;
  list-style: none;
}
.js-details .js-summary::-webkit-details-marker {
  display: none;
}
.js-details .js-content {
  overflow: hidden;
}

.p-fix-cv {
  transition: all 0.2s linear;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: #304343;
}
.p-fix-cv-list {
  width: 100%;
  display: flex;
}
.p-fix-cv-item {
  background: #242e36;
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
}
.p-fix-cv-item a {
  display: block;
}
.p-fix-tel {
  box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 2.4vw 2.6666666667vw;
  background: #304343;
  transition: all 0.4s linear;
}
.p-fix-tel-list {
  display: flex;
  gap: 0.5333333333vw;
  border: 0.5333333333vw solid #34414b;
  background: #34414b;
}
.p-fix-tel-item {
  flex: 1;
}
.p-fix-tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d5a63;
  text-align: center;
  height: 14.6666666667vw;
  font-size: 1.4rem;
  color: #f5f3f1;
  letter-spacing: 0.2rem;
}
.p-fix-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.p-fix-tel.is-active img {
  opacity: 0;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*# sourceMappingURL=tightening-lipo.css.map */
