@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
:root {
  --font-noto-sans: "Noto Sans Japanese", sans-serif;
  --font-noto-serif: "Noto Serif Japanese", serif;
  --font-hiragino:
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-crimson: "Crimson Pro", serif;
  --font-lora: "Lora", serif;
  --font-yugo:
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --font-yumincho:
    "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "MS PMincho", "MS 明朝", serif;
  --font-zen: "Zen Old Mincho", serif;
  --font-bison: "Bison", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-en: Arial, Helvetica, sans-serif;
  --hover-opacity: 0.7;
  --header-height-pc: 119px;
  --header-height-sp: 57px;
  --color-primary: #95424d;
  --gradient-primary: linear-gradient(
    90deg,
    #9f3053 0%,
    #d66b7d 46%,
    #9f3053 78%,
    #d66b7d 100%
  );
  --color-secondary: #ffebeb;
  --color-secondary-light: #fff7f7;
  --color-tertiary: #d1667a;
  --color-gold: #eecf68;
  --color-gold-soft: #ede3b7;
  --color-gold-light: #ffebb9;
}

body {
  font-family: var(--font-yugo);
  font-size: 16px;
  color: #333;
  overflow-x: hidden;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
  margin-top: var(--header-height-pc);
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

/**************************************************
  ブレイクポイント改修用
***************************************************/
.tmp-wrapper {
  margin-top: var(--header-height-pc);
  margin-top: 119px;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
.tmp-wrapper *,
.tmp-wrapper *::before,
.tmp-wrapper *::after {
  box-sizing: border-box;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .tmp-wrapper {
    width: 100%;
    margin-top: var(--header-height-sp);
  }
}

@media (max-width: 767px) {
  .tmp-pc_only {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tmp-sp_only {
    display: none !important;
  }
}

.puruttoeyes {
  --color-primary: #50aa8c;
  --color-alpha: rgb(240.856, 248.344, 245.848);
  --color-secondary: rgba(80, 170, 140, 0.3);
  --color-strong: rgb(25.16, 122.84, 90.28);
}

/* コンテンツ
*****************************************************/
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

i {
  font-style: normal;
}

.subttl {
  color: var(--color-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .subttl {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 744px) {
  .subttl img {
    margin: 0 auto;
    text-align: center;
  }
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1080px;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .wrapper {
    min-width: 100%;
    width: 100%;
  }
}

.puruttoeyes > section {
  color: #323232;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  padding: 0;
}
@media screen and (max-width: 744px) {
  .puruttoeyes > section {
    line-height: 1.5;
  }
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 70px 0;
  width: 100%;
}
@media screen and (max-width: 744px) {
  section .inner {
    font-size: 4.2666666667vw;
    padding: 8vw 4vw;
  }
}
section .inner.inner-less {
  max-width: 900px;
  padding: 111px 0 150px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-less {
    max-width: 100%;
    padding: 0 0 0;
  }
}
section .inner.inner-less02 {
  max-width: 1022px;
  padding: 104px 0 45px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-less02 {
    max-width: 100%;
    overflow: visible;
    padding: 8vw 4vw;
  }
}
section .inner.inner-less03 {
  max-width: 1022px;
  padding: 20px 0 40px;
}
@media screen and (max-width: 744px) {
  section .inner.inner-less03 {
    max-width: 100%;
    padding: 22.6666666667vw 0 8vw;
  }
}
section .inner.inner-less.no {
  padding: 70px 0;
}
@media screen and (max-width: 744px) {
  section .inner.inner-less.no {
    padding: 6.6666666667vw 4vw;
  }
}
section .inner > p {
  padding-bottom: 30px;
  text-align: justify;
}
section .inner p.no {
  padding-bottom: 0;
}

.sec__ttl {
  color: var(--color-primary);
  font-size: 36px;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  padding-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec__ttl {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
    padding-bottom: 4.2666666667vw;
  }
}
.sec__ttl span {
  color: #333;
}
.sec__ttl::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec__ttl::after {
    width: 10.6666666667vw;
    height: 0.8vw;
  }
}
.sec__ttl.block {
  flex-direction: column;
  align-items: center;
}
.sec__ttl.block span {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .sec__ttl.block span {
    font-size: 4.8vw;
  }
}
.sec__ttl.left {
  align-items: start;
}

.inner-fixed {
  margin: 0 auto;
  max-width: 900px;
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

.img-center {
  margin: 0 auto;
  text-align: center;
}

.highlight {
  color: #ff7846;
  font-weight: 600;
}
.highlight__big {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .highlight__big {
    font-size: 4.8vw;
    display: block;
  }
}

/* --------------------------------------------------
 メインビジュアル
-------------------------------------------------- */
.sec01 {
  height: 550px;
  max-width: 1920px;
  background-image: url("../images/sec01-bg.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec01 {
    height: 120vw;
    background-image: url("../images/sec01-bg_sp.webp");
  }
}
.sec01 .inner {
  max-width: 985px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec01 .inner {
    padding: 0;
    max-width: 100%;
  }
}
.sec01 .sec01__text {
  display: grid;
  position: absolute;
  bottom: 12px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .sec01 .sec01__text {
    bottom: 4vw;
    left: 5.3333333333vw;
  }
}
.sec01 .sec01__text1 {
  font-size: 27.8px;
  padding-bottom: 10px;
  font-weight: 400;
  color: white;
  line-height: 100%;
  font-family: "HiraginoSans";
  letter-spacing: -0.034em;
}
@media screen and (max-width: 744px) {
  .sec01 .sec01__text1 {
    line-height: 130%;
    font-size: 4.8vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec01 .sec01__text2 {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-size: 60px;
  font-weight: 500;
  color: white;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .sec01 .sec01__text2 {
    font-size: 10.1333333333vw;
  }
}

/* --------------------------------------------------
 ナビゲーション
-------------------------------------------------- */
.list01 {
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.list01 li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.list01 li:after {
  background-color: #d6d6d6;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:before {
  background-color: #d6d6d6;
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 1px;
}
.list01 li:first-child:after {
  top: 5px;
}
.list01 li:nth-child(2):after, .list01 li:nth-child(4):after, .list01 li:last-child:after {
  top: 5px;
}
.list01 li a {
  color: #323232;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  padding: 28px 39px;
  text-align: center;
}
@media (max-width: 1200px) {
  .list01 li a {
    padding: 28px 35px;
  }
}
.list01 li:nth-child(3):after, .list01 li:nth-child(4):after {
  top: 19px;
}

/* --------------------------------------------------
 PRP-MI脱脂術とは？
-------------------------------------------------- */
.sec02 {
  background-image: url("../images/sec02.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 744px) {
  .sec02 {
    background-image: url(../images/sec02_bg_sp.webp);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.sec02 .inner {
  max-width: 1112px;
  padding: 60px 0 70px;
}
@media screen and (max-width: 744px) {
  .sec02 .inner {
    max-width: 100%;
    padding: 2.6666666667vw 2.6666666667vw 8vw;
  }
}
.sec02-box {
  display: inline-block;
}
@media screen and (max-width: 744px) {
  .sec02-box {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02-box-ttl {
    width: 100%;
  }
}
.sec02-box-ttl .title {
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 50px;
  font-weight: 300;
  background: url(../images/about-01.webp) center/cover no-repeat;
  width: 1080px;
  height: 120px;
  margin-bottom: 0;
  padding-top: 5px;
}
@media screen and (max-width: 744px) {
  .sec02-box-ttl .title {
    width: 100%;
    background: url(../images/about-01-sp.webp) center/cover no-repeat;
    height: 14.4vw;
    margin: 0 auto;
    font-size: 6.4vw;
    line-height: 10.9333333333vw;
    padding-top: 0.5333333333vw;
  }
}
.sec02-box-txt {
  background-color: #fff;
  max-width: 940px;
  margin: 0 auto;
  font-size: 21px;
  font-weight: 500;
  box-shadow: 9px 9px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .sec02-box-txt {
    height: 100%;
    max-width: 96%;
    padding-bottom: 0;
  }
}
.sec02-box-txt .info {
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info {
    max-width: 100%;
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.7;
    padding: 4vw 4.2666666667vw 5.3333333333vw;
  }
}
.sec02-box-txt .info_bnr {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  max-width: 840px;
  margin: 40px auto 25px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bnr {
    margin: 2.6666666667vw 4vw 2.6666666667vw;
    gap: 2.1333333333vw;
  }
}
.sec02-box-txt .info_bnr .box {
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bnr .box {
    flex: 1;
  }
}
.sec02-box-txt .info_bnr .box:not(:last-child)::before, .sec02-box-txt .info_bnr .box:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 55px;
  border-radius: 2px;
  background-color: #00b496;
  top: 50%;
  right: -27px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bnr .box:not(:last-child)::before, .sec02-box-txt .info_bnr .box:not(:last-child)::after {
    width: 2.1333333333vw;
    height: 7.7333333333vw;
    right: -3.4666666667vw;
  }
}
.sec02-box-txt .info_bnr .box:not(:last-child)::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec02-box-txt .info_bnr .box .heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-style: normal;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5;
  border-radius: 150px;
  background: linear-gradient(90deg, #dc8660 0%, #fe6343 100%);
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bnr .box .heading {
    top: -4.2666666667vw;
    height: 10.6666666667vw;
    font-size: 4vw;
    line-height: 1;
    padding-bottom: 0.2666666667vw;
  }
}
.sec02-box-txt .info_bnr .box .heading__2 {
  background: linear-gradient(90deg, #dc7269 0%, #fd3668 100%);
}
.sec02-box-txt .info_bnr .box .heading__3 {
  font-size: 24px;
  line-height: 1;
  background: linear-gradient(90deg, #f38dbf 0%, #ff4473 100%);
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bnr .box .heading__3 {
    font-size: 3.2vw;
    font-feature-settings: "palt" 1;
  }
}
.sec02-box-txt .info_bottom {
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bottom {
    font-size: 4.2666666667vw;
    text-align: left;
    line-height: 1.7;
    padding: 0 4.2666666667vw 4.2666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .sec02-box-txt .info_bottom::after {
    width: 40vw;
    margin-top: 14.1333333333vw;
  }
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: url("../images/sec-case.webp") center top no-repeat;
  background-size: cover;
}
.sec_case .lpInner {
  padding: 72px 0 240px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 7.5vw 4vw 7.5vw;
  }
}
.sec_case .copy {
  padding-bottom: 38px;
}
@media screen and (max-width: 744px) {
  .sec_case .copy {
    padding-bottom: 5.3333333333vw;
  }
}
.sec_case .copy img {
  margin: 0 auto;
}

/* --------------------------------------------------
 PRP-MI脱脂術はこんな方にむいています
-------------------------------------------------- */
.sec03 {
  background: url("../images/sec03.webp") center top/cover no-repeat;
  width: 100%;
  height: auto;
  margin: -210px auto 0;
  max-width: 1920px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec03 {
    background: initial;
    margin-top: 0vw;
    max-width: 100%;
    padding: 8.5333333333vw 4.2666666667vw;
    z-index: 3;
  }
}
@media screen and (max-width: 744px) {
  .sec03::after {
    content: "";
    position: absolute;
    top: 2.1333333333vw;
    right: -10.6666666667vw;
    width: 57.8666666667vw;
    height: 37.0666666667vw;
    background: url("../images/sec03_2_sp.webp") center top/cover no-repeat;
  }
}
.sec03 .sec03__ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__ul {
    gap: 2.1333333333vw;
  }
}
.sec03 .sec03__li {
  font-size: 21px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__li {
    font-size: 4.2666666667vw;
    padding-left: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec03 .sec03__li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 23px;
  height: 24px;
  background: url(../images/sec03_2.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__li::before {
    width: 3.2vw;
    height: 3.2vw;
  }
}
.sec03 .sec03__li span {
  font-size: 28px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__li span {
    font-size: 5.8666666667vw;
  }
}
.sec03 .sec03__li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: yellow;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .sec03 .sec03__li span::after {
    height: 3.2vw;
  }
}

/* --------------------------------------------------
 PRP-MI脱脂術のメカニズム
-------------------------------------------------- */
.sec07 {
  background: url("../images/sec07.webp") center top/cover no-repeat;
  margin-top: -150px;
  padding-top: 50px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07 {
    background: url("../images/sec07_sp.webp") center/cover no-repeat;
    margin-top: inherit;
    padding-top: 0;
  }
}
@media screen and (max-width: 744px) {
  .sec07::after {
    display: none;
  }
}
.sec07 .inner {
  padding: 40px 0 70px;
}
.sec07-box, .sec07-box02 {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 45px 50px 35px;
  border-radius: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 744px) {
  .sec07-box, .sec07-box02 {
    position: relative;
    overflow: initial;
    max-width: 90.6666666667vw;
    padding: 8vw 4vw 6.6666666667vw;
    border-radius: 2.6666666667vw;
    margin-top: 8vw;
  }
}
.sec07-box.effect, .sec07-box02.effect {
  box-shadow: 0 15px 15px -6px rgba(0, 0, 0, 0.4);
}
.sec07-box::before {
  content: url(../images/sec07-mechanism01.webp);
  position: absolute;
  margin-top: -90px;
}
@media screen and (max-width: 744px) {
  .sec07-box::before {
    content: "";
    position: absolute;
    margin-top: 0;
    top: -7.4666666667vw;
    left: -2.6666666667vw;
    width: 32vw;
    height: 15.7333333333vw;
    background: url(../images/sec07-mechanism01_sp.webp) center/cover no-repeat;
  }
}
.sec07-box02:before {
  content: url(../images/sec07-mechanism02.webp);
  position: absolute;
  margin-top: -90px;
}
@media screen and (max-width: 744px) {
  .sec07-box02:before {
    content: "";
    position: absolute;
    margin-top: 0;
    top: -4.8vw;
    left: -2.6666666667vw;
    width: 32vw;
    height: 15.7333333333vw;
    background: url(../images/sec07-mechanism02_sp.webp) center/cover no-repeat;
  }
}
.sec07-ttl {
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
}
@media screen and (max-width: 744px) {
  .sec07-ttl {
    font-size: 5.6vw;
    margin: 0 -2.6666666667vw 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 744px) {
  .sec07-ttl img {
    height: 18.6666666667vw;
  }
}
.sec07-ttl span {
  color: #be0028;
}
.sec07-list {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 744px) {
  .sec07-list {
    width: 80.2666666667vw;
  }
}
.sec07-list li {
  display: block;
  float: left;
  font-weight: 700;
  margin-right: 4%;
  position: relative;
  width: 30.666%;
}
@media screen and (max-width: 744px) {
  .sec07-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4.2666666667vw;
    float: none;
    margin-right: 0;
    padding-bottom: 14.6666666667vw;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
.sec07-list li::before {
  left: -20px;
  position: absolute;
  top: -20px;
}
@media screen and (max-width: 744px) {
  .sec07-list li::before {
    left: -2.6666666667vw;
  }
}
.sec07-list li::after {
  content: url("../images/sec07-arr-right.webp");
  position: absolute;
  right: -27px;
  top: 125px;
}
@media screen and (max-width: 744px) {
  .sec07-list li::after {
    content: "";
    background: url("../images/sec07-arr-right.webp") center/cover no-repeat;
    width: 5.6vw;
    height: 10.9333333333vw;
    top: initial;
    bottom: 3.4666666667vw;
    rotate: 90deg;
    right: 36vw;
  }
}
.sec07-list li:first-child:before {
  content: url("../images/sec07-step01.webp");
}
@media screen and (max-width: 744px) {
  .sec07-list li:first-child:before {
    content: "";
    display: block;
    width: 17.3333333333vw;
    height: 9.6vw;
    background: url("../images/sec07-step01_sp.webp") no-repeat left center;
    background-size: contain;
  }
}
.sec07-list li:nth-child(2):before {
  content: url("../images/sec07-step02.webp");
}
@media screen and (max-width: 744px) {
  .sec07-list li:nth-child(2):before {
    content: "";
    display: block;
    width: 18.1333333333vw;
    height: 9.6vw;
    background: url("../images/sec07-step02_sp.webp") no-repeat left center;
    background-size: contain;
  }
}
.sec07-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 744px) {
  .sec07-list li:last-child {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.sec07-list li:last-child:before {
  content: url("../images/sec07-step03.webp");
}
@media screen and (max-width: 744px) {
  .sec07-list li:last-child:before {
    content: "";
    display: block;
    width: 17.8666666667vw;
    height: 9.6vw;
    background: url("../images/sec07-step03_sp.webp") no-repeat left center;
    background-size: contain;
  }
}
.sec07-list li:last-child::after {
  content: "";
  background: initial;
}
.sec07-list li img {
  margin-bottom: 17px;
}
.sec07-list-max {
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .sec07-list-max {
    max-width: 48vw;
    margin: initial;
  }
}
.sec07-list-max .text {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 744px) {
  .sec07-list-max .text {
    flex: 1;
    align-items: center;
    display: flex;
    font-size: 3.7333333333vw;
  }
}
.sec07-list02 {
  max-width: 770px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 744px) {
  .sec07-list02 {
    gap: 2.6666666667vw;
  }
}
.sec07-list02 li {
  font-weight: 700;
  display: block;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec07-list02 li {
    float: none;
    margin-right: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
  }
}
.sec07-list02 li:first-child::after {
  content: url("../images/sec07-arr-right.webp");
  position: absolute;
  right: -40px;
  top: 140px;
}
@media screen and (max-width: 744px) {
  .sec07-list02 li:first-child::after {
    content: "";
    background: url("../images/sec07-arr-right.webp") center/cover no-repeat;
    width: 5.3333333333vw;
    height: 10.6666666667vw;
    top: 50%;
    transform: translateY(-50%);
    right: -4vw;
    z-index: 1;
  }
}
@media screen and (max-width: 744px) {
  .sec07-list02 li:last-child {
    padding-bottom: 0;
  }
}
.sec07-list02 li img {
  padding-bottom: 17px;
}
@media screen and (max-width: 744px) {
  .sec07-list02 li img {
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
    padding: 0;
  }
}
.sec07-content {
  position: relative;
  width: 1080px;
  max-width: calc(100% - 120px);
  margin: 70px auto 0;
  padding: 100px 100px 10px;
  background-color: #fff;
  border: solid #00b496;
  border-width: 0 10px 10px;
  border-radius: 20px;
  box-shadow: 0 15px 15px -6px rgba(0, 0, 0, 0.4);
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .sec07-content {
    width: auto;
    max-width: none;
    padding: 12vw 4vw 2.6666666667vw 4vw;
    margin-top: 18%;
    margin-bottom: 0;
    border-width: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.sec07-content .sec07-ttl_bottom {
  position: absolute;
  top: -50px;
  left: -100px;
  right: -100px;
  width: 1080px;
  height: 170px;
}
@media screen and (max-width: 744px) {
  .sec07-content .sec07-ttl_bottom {
    width: 97.3333333333vw;
    left: -4vw;
    right: -4vw;
    top: -13.3333333333vw;
    height: 20.8vw;
  }
}
.sec07-content__title {
  background: url("../images/sec07-01.webp") center/cover no-repeat;
  color: #fff;
  text-align: center;
  font-family: var(--font-noto-serif);
  font-size: 56px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  justify-content: center;
  padding-top: 54px;
  padding-left: 115px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .sec07-content__title {
    background: url("../images/sec07-01-sp.webp") center/cover no-repeat;
    padding-top: 5.8666666667vw;
    padding-left: 17.0666666667vw;
    font-size: 6.4vw;
    line-height: 10.9333333333vw;
  }
}
.sec07-content__title::after {
  content: "";
  position: absolute;
  top: 63px;
  left: 328px;
  width: 67px;
  height: 60px;
  background: url("../images/sec07-02.webp") center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .sec07-content__title::after {
    width: 8.8vw;
    height: 8vw;
    left: 24vw;
    top: 7.7333333333vw;
  }
}
.sec07-content h4 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec07-content h4 {
    font-size: 7.4666666667vw;
  }
}
.sec07-content h4 span {
  border-bottom: double 5px #ff7846;
}
.sec07-content p {
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .sec07-content p {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    font-weight: normal;
  }
}

/* --------------------------------------------------
 脱脂術＋脂肪注入orヒアルロン酸の心配ごと
-------------------------------------------------- */
.sec06 {
  position: relative;
  background: url("../images/sec06_3.webp") no-repeat center top;
  background-size: cover;
  margin: 0px auto 0;
  max-width: 1920px;
  width: 100%;
  height: auto;
  z-index: 3;
}
@media screen and (max-width: 744px) {
  .sec06 {
    max-width: 100%;
    margin-top: 0px;
    background-image: url("../images/sec06_sp.webp");
    background-size: 100% 100%;
  }
}
.sec06 .inner {
  padding: 50px 0 50px;
}
@media screen and (max-width: 744px) {
  .sec06 .inner {
    padding: 8vw 0 8vw;
  }
}
.sec06 .sec06-detail-box {
  background-image: url(../images/sec06_2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 10px 10px 10px;
  border-radius: 48px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-detail-box {
    padding: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border-radius: 10px;
    line-height: 1.3;
  }
}
.sec06 .sec06-detail-box__title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  padding: 8px 0px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-detail-box__title {
    padding: 2.1333333333vw 0px;
    font-size: 5.3333333333vw;
  }
}
.sec06 .sec06-detail-box__title span {
  color: #fafa64;
}
.sec06 .sec06-detail-box__wrap {
  display: flex;
  gap: 20px;
  background: #f5f5f5;
  padding: 30px 40px 30px 30px;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-detail-box__wrap {
    flex-direction: column-reverse;
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 0 0 1.6vw 1.6vw;
  }
}
.sec06 .sec06-detail-box__text {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 340px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-detail-box__text {
    max-width: 90.6666666667vw;
    font-size: 4.8vw;
  }
}
.sec06 .sec06-detail-box__text span {
  color: #be0028;
}
.sec06 .sec06-detail-box__img {
  max-width: 450px;
}
@media screen and (max-width: 744px) {
  .sec06 .sec06-detail-box__img {
    max-width: 100%;
  }
}

.sec06-box02 {
  width: 1000px;
  margin: 0 auto;
  padding: 200px 50px 50px;
  background: url("../images/sec06-box02.webp") no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 744px) {
  .sec06-box02 {
    background-image: url(../images/sec06-box02_sp.webp);
    background-position: center;
    background-repeat: no-repeat;
    max-width: 92vw;
    width: 90%;
    padding: 34.6666666667vw 0 1.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec06-box02 > div {
    margin: 0 auto 5.3333333333vw;
    width: 95%;
    max-width: 84vw;
  }
}
@media screen and (max-width: 744px) {
  .sec06-box02 > div img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 744px) {
  .sec06-box02 > div .imgr-inner {
    background-color: #f7f7f7;
    border-style: solid;
    border-width: 0 1.3333333333vw 1.3333333333vw 1.3333333333vw;
    border-color: #293c2d;
    padding: 2.6666666667vw;
    border-bottom-left-radius: 3.2vw;
    border-bottom-right-radius: 3.2vw;
  }
}

/* --------------------------------------------------
 アイスプレミアム
-------------------------------------------------- */
.p-premium {
  background: none;
}
.p-premium::after {
  display: none;
}

.sec08 {
  position: relative;
  background-color: #fafbfc;
}
.sec08::before, .sec08::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 1080px;
  background-image: url("../images/sec08-before.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 0;
}
@media screen and (max-width: 744px) {
  .sec08::before, .sec08::after {
    width: 100%;
    height: 98.6666666667vw;
    background-image: url("../images/sec08-before-sp.webp");
  }
}
.sec08::after {
  top: inherit;
  bottom: 0;
  background-image: url("../images/sec08-bg.webp");
  background-position: center bottom;
}
@media screen and (max-width: 744px) {
  .sec08::after {
    background-image: url("../images/sec08-bg-sp.webp");
  }
}
.sec08 .inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .sec08 .inner {
    padding-top: 61.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-box {
    width: auto;
    margin: 0 2.6666666667vw;
  }
}
.sec08 .sec08-ttl-wrap__img {
  max-width: 1000px;
  margin: 0 auto;
}
.sec08 .sec08-btn-wrap__img {
  max-width: 484px;
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-btn-wrap__img {
    max-width: 84vw;
    margin: 0 auto;
  }
  .sec08 .sec08-btn-wrap__img img {
    width: 100%;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-btn {
    margin-top: 65.274151436vw;
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-text__1 {
    max-width: 81.8666666667vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 744px) {
  .sec08 .sec08-text__2 {
    max-width: 89.0666666667vw;
    margin: 0 auto;
    font-size: 5.0666666667vw;
  }
}

.sec08-ttl {
  margin-bottom: 20px;
}

.sec08-text {
  font-weight: bold;
  margin: 0 auto;
  max-width: 78%;
}
@media screen and (max-width: 744px) {
  .sec08-text {
    max-width: 100%;
    padding: 0;
  }
}

.bigmark {
  margin: 20px 0;
  padding: 8px;
  border: 1px solid #be0028;
  color: #be0028;
  font-size: 26px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 744px) {
  .bigmark {
    font-size: 5.0666666667vw;
    text-align: left;
  }
}

/* --------------------------------------------------
 PRP-MI脱脂術は目周りのお悩みを全て解決します
-------------------------------------------------- */
.solution {
  background-image: url(../images/solution_04.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 744px) {
  .solution {
    background-image: url(../images/solution_04_sp.webp);
  }
}
.solution .solution__inner {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 744px) {
  .solution .solution__inner {
    padding-top: 8.5333333333vw;
    padding-bottom: 12.8vw;
  }
}
.solution .solution__title {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .solution .solution__title {
    max-width: 86.6666666667vw;
    margin-bottom: 8vw;
  }
}
.solution .p-media {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 70px;
  gap: 32px;
}
@media screen and (max-width: 744px) {
  .solution .p-media {
    flex-direction: column-reverse;
    margin-bottom: 13.3333333333vw;
  }
}
.solution .p-media__body {
  line-height: 1.45;
}
.solution .p-media__txt {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 744px) {
  .solution .p-media__txt {
    font-size: 5.6vw;
    line-height: 1.7;
    text-align: center;
  }
}
.solution .p-media__txt__nw {
  font-size: 28px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .solution .p-media__txt__nw {
    font-size: 5.6vw;
  }
}
.solution .p-media__img {
  max-width: 500px;
}
@media screen and (max-width: 744px) {
  .solution .p-media__img {
    max-width: 92vw;
    margin: 0 auto;
  }
}
.solution .solution-comparison__inner {
  max-width: 996px;
  padding: 0 40px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__inner {
    padding: 0 8vw 0 8vw;
  }
}
.solution .solution-comparison__inner::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 1510px;
  height: 480px;
  background: var(--color-primary);
  border-radius: 80px 0 0 0;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__inner::after {
    border-radius: 30px 0 0 0;
    width: 96vw;
    height: 158.6666666667vw;
    left: initial;
    right: 0;
    top: -5.3333333333vw;
  }
}
.solution .solution-comparison__headings {
  padding-bottom: 20px;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__headings {
    padding-bottom: 6.4vw;
  }
}
.solution .solution-comparison-headings__texts {
  display: flex;
  justify-content: center;
  margin: 0 auto 10px;
  gap: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison-headings__texts {
    display: block;
  }
}
.solution .solution-comparison-headings__texts::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 36px;
  background-color: white;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison-headings__texts::before {
    width: 0.8vw;
    height: 8vw;
  }
}
.solution .solution-comparison-headings__texts::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 6px;
  background-color: white;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison-headings__texts::after {
    width: 8vw;
    height: 0.8vw;
  }
}
.solution .solution-comparison__heading {
  max-width: 240px;
  width: 100%;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__heading {
    font-size: 4vw;
    max-width: 53.3333333333vw;
    width: auto;
    height: 11.7333333333vw;
    border-radius: 4px;
    margin: 0 auto 1.3333333333vw;
  }
}
.solution .solution-comparison__heading--1 {
  font-size: 34px;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__heading--1 {
    font-size: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.solution .solution-comparison__heading--2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__heading--2 {
    font-size: 3.2vw;
  }
}
.solution .solution-comparison__heading--2 span {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__heading--2 span {
    font-size: 5.6vw;
  }
}
.solution .solution-comparison-border__text {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: 140%;
  position: relative;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison-border__text {
    font-size: 8.5333333333vw;
  }
}
.solution .solution-comparison-border__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 318px;
  width: 100%;
  height: 4px;
  background: #fafa64;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison-border__text::after {
    max-width: 49.3333333333vw;
    width: 100%;
    height: 1.0666666667vw;
    bottom: -0.8vw;
  }
}
.solution .solution-comparison__img {
  max-width: 916px;
}
.solution .solution-comparison__p {
  font-size: 12px;
  font-weight: 700;
  color: white;
  padding-top: 10px;
}
@media screen and (max-width: 744px) {
  .solution .solution-comparison__p {
    font-size: 2.9333333333vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #edf2ed;
}

/*# sourceMappingURL=style.css.map */
