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

File Name:
Note:

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.c-show-modal {
  display: block;
  position: absolute;
  top: 20px;
  right: 12px;
  cursor: pointer;
}
.c-show-modal::before {
  content: '？';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b2a194;
  font-size: 10px;
  color: #fff;
}

.c-modal {
  display: none;
  transition: all .75s;
}
.c-modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}
.c-modal__inner {
  position: relative;
  box-sizing: border-box;
}
.c-modal__inner img {
  width: 100%;
  height: 100%;
}
.c-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25.5px;
  cursor: pointer;
}
.c-modal#modal-internal-price1 .c-modal__pic {
  width: 325.5px;
  height: 215.5px;
}
.c-modal#modal-internal-price2 .c-modal__pic {
  width: 325.5px;
  height: 311px;
}
.c-modal#modal-internal-price3 .c-modal__pic {
  width: 325.5px;
  height: 374.5px;
}
.c-modal.is-open {
  display: block;
}

.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);
  transform: translateY(0);
}

.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-cta {
  position: relative;
  height: 663px;
}
.p-cta__wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 1280px;
}
.p-cta__title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-cta__inner {
  padding: 56px 0 40px;
  width: 560px;
  text-align: center;
}
.p-cta-box1 {
  margin-bottom: 40px;
}
.p-cta__limit {
  margin-bottom: 16px;
}
.p-cta-counseling__title {
  margin-bottom: 15px;
  text-align: center;
}
.p-cta-counseling-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 16px;
  width: 486px;
}
.p-cta-counseling-list__item {
  width: px2vw(155px);
}
.p-cta::before, .p-cta::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  height: 663px;
}
.p-cta::before {
  left: 0;
  background: url(../../img/pc/contents_360lipo-hip-pa_cta_bg1.png) left top repeat-x;
}
.p-cta::after {
  right: 0;
  left: 50%;
  background: url(../../img/pc/contents_360lipo-hip-pa_cta_bg2.png) left top repeat-x;
}

.p-mv {
  position: relative;
}
.p-mv__inner {
  position: relative;
  z-index: 2;
}
.p-mv__inner > * {
  position: absolute;
}
.p-mv__logo {
  top: 30px;
  left: 30px;
  z-index: 10;
  width: 182px;
}
.p-mv__pic1 {
  position: relative;
  text-align: right;
}
.p-mv__pic2 {
  top: 270px;
  right: 620px;
}
.p-mv__pic3 {
  top: 234px;
  right: 293px;
  z-index: 2;
}
.p-mv__pic4 {
  right: 427px;
  bottom: 262px;
  z-index: 2;
}
.p-mv__pic5 {
  right: 179px;
  bottom: 174px;
  z-index: 2;
}
.p-mv__pic6 {
  top: 180px;
  right: 260px;
  z-index: 1;
}
.p-mv-cta {
  display: flex;
  justify-content: space-between;
  bottom: 144px;
  right: 607px;
}
.p-mv::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  height: 766px;
}
.p-mv::before {
  left: 0;
  background: url(../../img/pc/contents_360lipo-hip-pa_mv_bg1.jpg) left top repeat-x;
}

.p-trouble {
  position: relative;
}
.p-trouble-box1 {
  padding: 64px 0 0;
}
.p-trouble-box1__title {
  margin-bottom: 72px;
  text-align: center;
}
.p-trouble-box1__pic1 {
  margin-bottom: 50px;
  text-align: center;
}
.p-trouble-box1__pic2 {
  margin-bottom: 20px;
  text-align: center;
}
.p-trouble-box1__pic3 {
  text-align: center;
}
.p-trouble-box2 {
  position: relative;
  margin: 0 auto;
  width: 1120px;
  padding: 132px 0 160px;
}
.p-trouble-box2__title {
  margin-bottom: 60px;
  text-align: center;
}
.p-trouble-box2__pic1 {
  margin: 0 64px 48px 30px;
  width: 607px;
}
.p-trouble-box2__pic2 {
  position: absolute;
  top: 252px;
  right: 50px;
}
.p-trouble-box2__pic3 {
  position: absolute;
  top: 342px;
  right: 65px;
}
.p-trouble-box2__pic4 {
  text-align: center;
}
.p-trouble::before {
  content: '';
  position: absolute;
  top: 125px;
  left: 50%;
  z-index: -1;
  width: 1184px;
  height: 801px;
  background: url(../../img/pc/contents_360lipo-hip-pa_trouble_box1_bg.png) center no-repeat;
  transform: translateX(-50%);
}
.p-trouble::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 963px;
  background: url(../../img/pc/contents_360lipo-hip-pa_trouble_box2_bg.png) center top no-repeat;
  background-size: cover;
}

.p-case {
  padding: 110px 0 88px;
  background: url(../../img/pc/contents_360lipo-hip-pa_case_bg.png) center top no-repeat;
  background-size: cover;
}
.p-case__title {
  margin-bottom: 36px;
  text-align: center;
}
.p-case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 40px;
  width: 1120px;
}
.p-case-list__item {
  margin-top: 24px;
}
.p-case-list__item:nth-child(even) {
  margin-left: 48px;
}
.p-case__pic1 {
  margin-bottom: 56px;
  text-align: center;
}
.p-case__pic2 {
  text-align: center;
}

.p-about {
  padding: 88px 0 50px;
  background: url(../../img/pc/contents_360lipo-hip-pa_about_bg.png) top right no-repeat;
}
.p-about-box1 {
  padding-bottom: 93px;
}
.p-about-box1 > * {
  text-align: center;
}
.p-about-box1__title {
  margin-bottom: 40px;
}
.p-about-box1__pic1 {
  margin-bottom: 48px;
}
.p-about-box1__pic2 {
  margin-bottom: 24px;
}
.p-about-box2 {
  position: relative;
  z-index: 3;
  padding-top: 120px;
}
.p-about-box2 > * {
  text-align: center;
}
.p-about-box2__title {
  margin-bottom: 60px;
}
.p-about-box2__pic1 {
  margin-bottom: 24px;
}

.p-point {
  position: relative;
  padding: 50px 0 120px;
}
.p-point__title {
  position: relative;
  z-index: 4;
  margin-bottom: 88px;
  text-align: center;
}
.p-point .p-box__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  margin: 0 auto;
  width: 1080px;
}
.p-point::before {
  content: '';
  position: absolute;
  top: -960px;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2801px;
  background: url(../../img/pc/contents_360lipo-hip-pa_about-point_bg.png) top center no-repeat;
}
.p-point::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 280px;
  background: url(../../img/pc/contents_360lipo-hip-pa_point_bg.png) center top 20px no-repeat;
}

.p-plan {
  position: relative;
  z-index: 2;
  padding: 160px 0 124px;
  background: url(../../img/pc/contents_360lipo-hip-pa_plan_bg.png) top center no-repeat;
  background-size: cover;
}
.p-plan__title {
  margin-bottom: 80px;
  text-align: center;
}
.p-plan .p-box__inner {
  overflow: hidden;
  margin: 0 auto;
  width: 1080px;
}
.p-plan__pic1, .p-plan__pic2, .p-plan__pic3 {
  float: left;
  margin-bottom: 40px;
}
.p-plan__pic2, .p-plan__pic3 {
  margin-left: 49px;
}
.p-plan__pic4 {
  margin-bottom: 32px;
}
.p-plan__pic5 {
  float: right;
  margin-bottom: 40px;
}
.p-plan__pic6 {
  clear: both;
  text-align: center;
}

.p-commit-promise {
  padding: 70px 0 56px;
  background: url(../../img/pc/contents_360lipo-hip-pa_commit_promise_bg.png) top center no-repeat;
  background-size: cover;
}
.p-commit-promise__title {
  margin-bottom: 48px;
  text-align: center;
}
.p-commit-promise .swiper {
  padding-bottom: 75px;
  margin: 0 auto;
}
.p-commit-promise .swiper-pagination {
  display: flex;
  justify-content: space-between;
  bottom: 0;
  left: 50%;
  width: 345px;
  transform: translateX(-50%);
}
.p-commit-promise .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #c4b6a1;
  background: none;
}
.p-commit-promise .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #c4b6a1;
}
.p-commit-promise-list__item {
  width: 268px;
}
.p-commit-doctor {
  padding: 64px 0 56px;
  background: url(../../img/pc/contents_360lipo-hip-pa_commit_doctor_bg.png) top center no-repeat;
  background-size: cover;
}
.p-commit-doctor__title {
  margin-bottom: 48px;
  text-align: center;
}
.p-commit-doctor-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 48px;
  width: 1080px;
}
.p-commit-doctor__pic {
  text-align: center;
}

.p-price {
  padding: 120px 0;
  background: url(../../img/pc/contents_360lipo-hip-pa_price_bg.png) center top 54px no-repeat;
}
.p-price__title {
  margin-bottom: 64px;
  text-align: center;
}
.p-price .p-box__inner {
  margin: 0 auto;
  width: 800px;
}
.p-price .p-box__inner > * {
  text-align: center;
}
.p-price__table {
  margin-bottom: 64px;
}
.p-price__table__item.no1 {
  margin-bottom: 40px;
}
.p-price__table__item.no2 .p-price__table__item__contents table {
  margin: 0 auto;
  width: 800px;
  background: rgba(255, 255, 255, 0.7);
  color: #686868;
}
.p-price__table__item.no2 .p-price__table__item__contents table th,
.p-price__table__item.no2 .p-price__table__item__contents table td {
  border: 1px solid #d4c9c1;
}
.p-price__table__item.no2 .p-price__table__item__contents table th span.small,
.p-price__table__item.no2 .p-price__table__item__contents table td span.small {
  font-size: 12px;
}
.p-price__table__item.no2 .p-price__table__item__contents table th {
  position: relative;
  padding: 0 10px;
  width: 670px;
  height: 53px;
  line-height: 2;
  font-size: 15px;
}
.p-price__table__item.no2 .p-price__table__item__contents table td {
  padding: 10px;
  width: 130px;
  text-align: center;
}
.p-price__table__item.no2 .p-price__table__item__contents table td em {
  display: inline-block;
  font-size: 16px;
  color: #be4b67;
}
.p-price__table__item.no2 .p-price__table__item__contents table td span.small {
  display: block;
  margin-bottom: 4px;
}
.p-price__table__item.no2 .p-price__table__item__contents table td span.del {
  position: relative;
}
.p-price__table__item.no2 .p-price__table__item__contents table td span.del::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #be4b67;
  width: 100%;
  height: 1px;
  transform: rotate(3deg);
}
.p-price__table__item.no2 .p-price__table__item__contents table tr:first-child th,
.p-price__table__item.no2 .p-price__table__item__contents table tr:first-child td {
  border-top: 0;
}
.p-price__table__item.no2 .p-price__table__item__contents table tr:nth-child(even) th,
.p-price__table__item.no2 .p-price__table__item__contents table tr:nth-child(even) td {
  background: rgba(211, 203, 190, 0.3);
}
.p-price__service {
  margin-bottom: 100px;
}
.p-price__service__title {
  margin-bottom: 40px;
  text-align: center;
}
.p-price__service__item + .p-price__service__item {
  padding-top: 30px;
}
.p-price__service__item__title {
  position: relative;
}
.p-price__service__item__contents img {
  margin-top: 15px;
}
.p-price__service__item.is-opened .icon__accordion::before {
  content: initial;
}

.p-flow {
  padding: 120px 0 80px;
}
.p-flow__title {
  margin-bottom: 80px;
  text-align: center;
}
.p-flow-list {
  display: block;
}
.p-flow-list__item {
  text-align: center;
}
.p-flow-list__item + .p-flow-list__item {
  margin-top: 32px;
}

.p-faq {
  padding: 80px 0;
  background: url(../../img/pc/contents_360lipo-hip-pa_faq_bg.png) top center no-repeat;
  background-size: cover;
}
.p-faq__title {
  margin-bottom: 42px;
  text-align: center;
}
.p-faq-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 1280px;
}
.p-faq-list__item {
  margin-top: 30px;
}
.p-faq-list__item:nth-child(odd) {
  margin-right: 40px;
}
.p-faq-list__item:nth-child(even) {
  margin-left: 40px;
}
.p-faq-list__item:nth-child(5) {
  margin-top: 48px;
  margin-right: 0;
}

.p-clinic {
  padding: 100px 0 50px;
  background: linear-gradient(#e8e8e8, #fff);
}
.p-clinic__title {
  margin-bottom: 80px;
  text-align: center;
}
.p-clinic__pic {
  margin-bottom: 30px;
  text-align: center;
}
.p-clinic__pic__text {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: #7f7875;
}
.p-clinic__tel {
  position: absolute;
  top: 98px;
  left: 88px;
}
.p-clinic__tel .ja {
  margin: 7px 0 10px;
  width: 173px;
  height: 17px;
}
.p-clinic__tel .ja img {
  width: 100%;
  height: 100%;
}
.p-clinic__tel .en {
  color: #7f7875;
  font-size: 12px;
}
.p-clinic__tel .en a {
  color: #7f7875;
  font-size: 12px;
  text-decoration: none;
}
.p-clinic__map {
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100%;
}
.p-clinic__map__inner {
  position: relative;
  width: 239px;
  height: 247px;
  margin: 0 auto;
  overflow: hidden;
}
.p-clinic__map__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  min-width: 400px;
  min-height: 247px;
  width: 100%;
  height: 455px;
  border: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-clinic__map__button a {
  display: block;
  width: 239px;
  margin: 0 auto;
}
.p-clinic .swiper {
  width: 100%;
}
.p-clinic .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 920px;
  transform: none !important;
}
.p-clinic .swiper-slide {
  position: relative;
  margin: 10px;
  width: 285px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.p-clinic .swiper-slide.tokyo {
  order: 1;
}
.p-clinic .swiper-slide.nagoya {
  order: 2;
}
.p-clinic .swiper-slide.osaka {
  order: 3;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner {
  height: 267px;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner iframe {
  height: 475px;
}
.p-clinic .swiper-slide.hiroshima {
  order: 4;
  margin-top: 10px;
}
.p-clinic .swiper-slide.fukuoka {
  order: 5;
  margin-top: 10px;
}

.p-privacypolicy {
  padding: 50px 0 70px;
  background: #fff;
}
.p-privacypolicy__title {
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 335px;
}
.p-privacypolicy__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(../../img/pc/contents_360lipo-hip-pa_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-privacypolicy__contents {
  margin-top: 50px;
  padding: 50px 60px;
  background: #fff;
  text-align: justify;
}
.p-privacypolicy__contents__box {
  margin: 30px 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: 10px;
  font-size: 12px;
  font-weight: bold;
}
.p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box ul {
  margin: 10px 0;
}
.p-privacypolicy__contents__box li {
  padding-left: 20px;
  text-indent: -20px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception {
  margin-top: 10px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 10px;
}
.p-privacypolicy__contents__box .reception-title {
  text-indent: -10px;
}
.p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 4px;
}
.p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -.5px;
}
.p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}

.p-fix-cv {
  display: none;
}

/*# sourceMappingURL=contents_360lipo-hip-pa.css.map */
