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

.prp-neck {
  --color-primary: #cb677e;
  --color-alpha: rgb(250.84, 242.84, 244.68);
  --color-secondary: rgba(203, 103, 126, 0.3);
  --color-strong: rgb(182.6, 21.4, 58.476);
}

section {
  clear: both;
  display: block;
  overflow: hidden;
}
section .inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 50px 0;
  width: 100%;
}

.prp-neck {
  overflow: hidden;
}

.img {
  max-width: 100%;
  width: 100%;
}

.c-ttls {
  padding-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .c-ttls {
    padding-bottom: 4.2666666667vw;
  }
}
.c-ttls::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .c-ttls::after {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
  }
}
.c-ttls .sub {
  color: var(--color-primary);
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 744px) {
  .c-ttls .sub {
    font-size: 3.4666666667vw;
  }
}
.c-ttls .ttl {
  overflow: initial;
  margin-bottom: 0;
  color: #333;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 130%;
}
@media screen and (max-width: 744px) {
  .c-ttls .ttl {
    font-size: 6.4vw;
  }
}
.c-ttls .ttl .color1 {
  color: var(--color-primary);
}

.p-kv {
  background: url(../images/kv-bg.webp) top center/cover no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  height: 630px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv {
    max-width: none;
    height: 120vw;
    background-image: url(../images/kv-bg-sp.webp);
  }
}
.p-kv::after {
  content: "";
  background: url(../images/kv-after.svg) no-repeat center bottom/cover;
  position: absolute;
  z-index: 1;
  width: 1920px;
  height: 120px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-kv::after {
    background-image: url(../images//kv-after-sp.svg);
    width: 100%;
    height: 8.5333333333vw;
  }
}
.p-kv .p-kv__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 58px 0;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    padding: 2vw 4.2666666667vw 0;
  }
}
.p-kv .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 774px;
  transform: translateX(348px);
}
@media screen and (max-width: 744px) {
  .p-kv .img {
    width: 73.3333333333vw;
    left: auto;
    right: 0;
    margin: 0;
    transform: none;
  }
}
.p-kv .img::after {
  content: "";
  position: absolute;
  background: #ff9fb0;
  width: 3000px;
  height: 131px;
  top: -206px;
  left: 50%;
  transform: rotate(-10deg) translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-kv .img::after {
    width: 200vw;
    height: 34.6666666667vw;
    top: 0;
  }
}
.p-kv .img picture {
  position: relative;
  z-index: 1;
}
.p-kv .box {
  transform: rotate(-10deg);
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .box {
    transform: none;
    z-index: 1;
  }
}
.p-kv .box .concept1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0px 0px 0.25em var(--color-primary), 0px 0px 0.25em var(--color-primary);
  margin-bottom: 27px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .concept1 {
    font-size: 6.4vw;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 7vw;
    transform: rotate(-10deg);
  }
}
.p-kv .box .concept1 .dot {
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.p-kv .box .title {
  font-size: 126px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #fff;
  text-shadow: 4px 4px 4px var(--color-primary);
  margin-left: -6px;
  margin-bottom: 26px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .title {
    font-size: 14.4vw;
    margin-left: 1vw;
    margin-bottom: 6vw;
    transform: rotate(-10deg);
  }
}
.p-kv .box .title .small {
  font-size: 94px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .title .small {
    font-size: 8.5333333333vw;
  }
}
.p-kv .box .concept2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #333;
  margin-left: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv .box .concept2 {
    font-size: 6.4vw;
    line-height: 1.3;
    transform: rotate(-10deg);
    margin-left: 2vw;
  }
}
.p-kv .lists {
  display: flex;
  gap: 8px;
  position: absolute;
  z-index: 1;
  bottom: 50px;
  left: 132px;
}
@media screen and (max-width: 744px) {
  .p-kv .lists {
    justify-content: center;
    gap: 2.1333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5.3333333333vw;
  }
}
.p-kv .lists .list {
  background: url(../images/kv-02.webp) no-repeat center center/cover;
  width: 160px;
  height: 160px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 0 0.2em #dd7a7a, 0 0 0.2em #dd7a7a, 0 0 0.4em #dd7a7a, 0 0 0.4em #dd7a7a;
  filter: drop-shadow(8px 16px 24px #d79ca0);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-kv .lists .list {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    font-size: 5.3333333333vw;
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 2.1333333333vw #d79ca0);
  }
}
.p-kv .lists .list:nth-child(3) {
  font-size: 32px;
  padding-top: 0.35em;
}
@media screen and (max-width: 744px) {
  .p-kv .lists .list:nth-child(3) {
    font-size: 4.2666666667vw;
  }
}

.p-lead {
  background: #fff;
}
.p-lead__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 48px 0 64px;
}
@media screen and (max-width: 744px) {
  .p-lead__inner {
    max-width: none;
    padding: 6.4vw 0 8.5333333333vw;
  }
}
.p-lead .title {
  color: var(--color-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-lead .title {
    font-size: 8.5333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-lead .texts {
  display: grid;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-lead .texts {
    gap: 4.2666666667vw;
  }
}
.p-lead .texts .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-lead .texts .text {
    font-size: 4.2666666667vw;
  }
}

.p-cause {
  background: url(../images/cause-bg.webp) repeat center center/15px 15px;
}
.p-cause__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .p-cause__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-cause .c-ttls {
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .p-cause .c-ttls {
    margin-bottom: 2.1333333333vw;
  }
}
.p-cause__lists {
  display: grid;
  gap: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists {
    gap: 4.2666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-cause__lists .list {
  position: relative;
  width: 880px;
  padding-top: 48px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list {
    width: auto;
    padding-top: 12.8vw;
  }
}
.p-cause__lists .list .img {
  position: absolute;
  z-index: 1;
  width: 228px;
  top: 0;
  left: 0;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .img {
    width: 25.6vw;
    filter: drop-shadow(1.0666666667vw 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.1));
  }
}
.p-cause__lists .list .box {
  background: #fff;
  border: 10px solid var(--color-alpha);
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 38px 14px 22px 70px;
  margin-left: 168px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box {
    border-width: 2.1333333333vw;
    box-shadow: 2.1333333333vw 2.1333333333vw 4.2666666667vw 0 rgba(0, 0, 0, 0.2);
    padding: 13.0666666667vw 2.1333333333vw 4.2666666667vw;
    margin-left: 5.3333333333vw;
  }
}
.p-cause__lists .list .box .ttl {
  position: absolute;
  top: -34px;
  left: 70px;
  background: var(--color-primary);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 24px;
  text-align: center;
  min-width: 180px;
  border-radius: 200px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .ttl {
    top: -8.5333333333vw;
    left: 21.3333333333vw;
    font-size: 5.6vw;
    line-height: 1.3;
    padding: 2.1333333333vw 6.4vw;
    min-width: auto;
    min-height: 17.0666666667vw;
    display: grid;
    align-items: center;
    text-align: left;
  }
}
.p-cause__lists .list .box .ttl .small1 {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .ttl .small1 {
    font-size: 4vw;
  }
}
.p-cause__lists .list .box .ttl .small2 {
  font-size: 18px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .ttl .small2 {
    font-size: 4vw;
  }
}
.p-cause__lists .list .box .txt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .txt {
    gap: 2.1333333333vw;
    font-size: 4vw;
  }
}
.p-cause__lists .list .box .txt .head {
  background: #333;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  min-width: 52px;
  text-align: center;
  border-radius: 4px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .txt .head {
    font-size: 4vw;
    min-width: 10.1333333333vw;
    padding: 0.5333333333vw 0;
    border-radius: 1.0666666667vw;
  }
}
.p-cause__lists .list .box .txt._1 {
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-bottom: 16px;
  margin-bottom: 15px;
}
@media screen and (max-width: 744px) {
  .p-cause__lists .list .box .txt._1 {
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 2.1333333333vw;
    margin-bottom: 2.4vw;
  }
}
.p-cause__lists .list:nth-child(even) {
  margin-left: auto;
}
.p-cause__text {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-cause__text {
    font-size: 6.4vw;
    line-height: 1.45;
  }
}
.p-cause__text .big {
  font-size: 60px;
  color: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-cause__text .big {
    font-size: 9.6vw;
  }
}

.p-what {
  background: #f5f6f6;
}
.p-what__inner {
  max-width: 1080px;
  padding: 72px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-what__inner {
    max-width: none;
    padding: 29.8666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-what__img {
  position: absolute;
  width: 1390px;
  height: 470px;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(-420px);
}
@media screen and (max-width: 744px) {
  .p-what__img {
    width: 100%;
    height: 38.4vw;
    transform: none;
  }
}
.p-what__wrap {
  margin-left: 418px;
  margin-bottom: 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-what__wrap {
    margin-left: 0;
    margin-bottom: 10.6666666667vw;
  }
}
.p-what__wrap .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-what__wrap .c-ttls::after {
  left: 0;
  transform: none;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .c-ttls::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-what__wrap .c-ttls .sub {
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .c-ttls .sub {
    text-align: center;
  }
}
.p-what__wrap .c-ttls .ttl {
  text-align: left;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .c-ttls .ttl {
    text-align: center;
  }
}
.p-what__wrap .lists {
  display: grid;
  justify-items: start;
  gap: 16px;
  margin-left: 8px;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .lists {
    gap: 4.2666666667vw;
    margin-left: 2vw;
    margin-bottom: 6.4vw;
  }
}
.p-what__wrap .lists .list {
  position: relative;
  padding: 11px 16px 11px 54px;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .lists .list {
    padding: 2.1333333333vw 2.1333333333vw 1.8666666667vw 9.7vw;
  }
}
.p-what__wrap .lists .list .txt {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .lists .list .txt {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.p-what__wrap .lists .list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 4px 4px 0px 0px #4d3c53;
  transform: skew(-18deg);
}
@media screen and (max-width: 744px) {
  .p-what__wrap .lists .list::before {
    box-shadow: 1.0666666667vw 1.0666666667vw 0px 0px #4d3c53;
    transform: skew(-8deg);
  }
}
.p-what__wrap .lists .list::after {
  content: "";
  background: url(../images/check.svg) no-repeat center center/cover;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 8px;
  left: 15px;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .lists .list::after {
    width: 6.4vw;
    height: 6.4vw;
    top: 2.1333333333vw;
    left: 3vw;
  }
}
.p-what__wrap .text {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .text {
    gap: 2.1333333333vw;
    font-size: 4vw;
  }
}
.p-what__wrap .text::before {
  content: "";
  background: url(../images/icon-exclamation-circle.svg) no-repeat center center/cover;
  min-width: 40px;
  height: 40px;
}
@media screen and (max-width: 744px) {
  .p-what__wrap .text::before {
    min-width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-what__box {
  border: 8px solid #faf2f4;
  background: #fffbf3;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 8px 32px 32px;
}
@media screen and (max-width: 744px) {
  .p-what__box {
    border-width: 2.1333333333vw;
    padding: 2.1333333333vw 2.1333333333vw 4.2666666667vw;
  }
}
.p-what__box .doctor {
  position: absolute;
  top: -80px;
  left: 60px;
  width: 192px;
}
@media screen and (max-width: 744px) {
  .p-what__box .doctor {
    top: -6.4vw;
    left: 2.1333333333vw;
    width: 32vw;
  }
}
.p-what__box .ttl {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-what__box .ttl {
    gap: 0;
    margin-bottom: 4.2666666667vw;
    position: relative;
    padding-right: 2vw;
  }
}
.p-what__box .ttl .point {
  background: #ff9fb0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
@media screen and (max-width: 744px) {
  .p-what__box .ttl .point {
    font-size: 4.2666666667vw;
    width: 17.0666666667vw;
    height: 17.0666666667vw;
    position: absolute;
    top: -6.4vw;
    right: 28vw;
  }
}
.p-what__box .ttl .serif {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  font-style: italic;
}
@media screen and (max-width: 744px) {
  .p-what__box .ttl .serif {
    font-size: 6.4vw;
    line-height: 1.7;
    text-align: right;
    transform: skew(-5deg);
  }
}
.p-what__box .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 744px) {
  .p-what__box .row {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.p-what__box .row .img {
  width: 415px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-what__box .row .img {
    width: auto;
  }
}
.p-what__box .row .texts {
  flex: 1;
  display: grid;
  gap: 16px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .p-what__box .row .texts {
    font-size: 4vw;
    gap: 2.1333333333vw;
  }
}
.p-what__box .row .texts .red {
  color: #fff;
  background: #b6153a;
}

.p-mechanism {
  background: url(../images/mechanism-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 744px) {
  .p-mechanism {
    background: url(../images/mechanism-bg-sp.webp) no-repeat top center/contain;
  }
}
.p-mechanism__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 56px 0 72px 316px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw;
  }
}
.p-mechanism__content .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .c-ttls {
    margin-bottom: 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .c-ttls::after {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .c-ttls .sub {
    text-align: right;
  }
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .c-ttls .ttl {
    text-align: right;
  }
}
.p-mechanism__content .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 34px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
  }
}
.p-mechanism__content .lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.p-mechanism__content .lists .list {
  width: 244px;
  border-radius: 16px;
  border: 1px solid var(--color-primary);
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list {
    width: auto;
    border-radius: 2.1333333333vw;
    border-width: 0.2666666667vw;
    display: flex;
    height: 33.8666666667vw;
  }
}
.p-mechanism__content .lists .list .ttl {
  background: var(--color-primary);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list .ttl {
    width: 37.6vw;
    font-size: 4.8vw;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p-mechanism__content .lists .list .box {
  background: #fff;
  display: grid;
  gap: 28px;
  padding: 12px 23px 17px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list .box {
    gap: 3.7333333333vw;
    padding: 2.9333333333vw 0 0;
    flex: 1;
  }
}
.p-mechanism__content .lists .list .box::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 47px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-top: 12px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list .box::before {
    top: 11.2vw;
    border-right-width: 3.2vw;
    border-left-width: 3.2vw;
    border-top-width: 3.2vw;
  }
}
.p-mechanism__content .lists .list .box .txt1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list .box .txt1 {
    font-size: 4vw;
  }
}
.p-mechanism__content .lists .list .box .txt2 {
  color: #e4005d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism__content .lists .list .box .txt2 {
    font-size: 4.8vw;
  }
}

.p-compare {
  background: #f5edeb;
}
.p-compare__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 72px 0 112px;
}
@media screen and (max-width: 744px) {
  .p-compare__inner {
    max-width: none;
    padding: 8.5333333333vw 3.7333333333vw 21.3333333333vw;
  }
}
.p-compare .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-compare .c-ttls {
    margin-bottom: 4.2666666667vw;
  }
}
.p-compare .c-ttls .ttl .dot {
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.p-compare__table {
  width: 100%;
  margin: 0 auto 32px;
}
@media screen and (max-width: 744px) {
  .p-compare__table {
    margin-bottom: 4.2666666667vw;
  }
}
.p-compare__table tr {
  display: grid;
  grid-template-columns: 200px 1fr 1fr 1fr;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tr {
    gap: 1.0666666667vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-compare__table th,
.p-compare__table td {
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-compare__table thead tr {
  margin-bottom: 2px;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead tr {
    margin-bottom: 0.5333333333vw;
  }
}
.p-compare__table thead th {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 24px 24px 0 0;
  height: 64px;
}
@media screen and (max-width: 744px) {
  .p-compare__table thead th {
    font-size: 4vw;
    height: 17.0666666667vw;
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
  }
}
.p-compare__table thead th:nth-child(2) {
  background: #ff9fb0;
}
.p-compare__table thead th:nth-child(3) {
  background: #47a1c8;
}
.p-compare__table thead th:nth-child(4) {
  background: #c87047;
}
.p-compare__table tbody {
  display: grid;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody {
    gap: 1.0666666667vw;
  }
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(1) {
  background: #f8ebeb;
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(2) {
  background: #ebf3f8;
}
.p-compare__table tbody tr:nth-of-type(odd) td:nth-of-type(3) {
  background: #ffecdf;
}
.p-compare__table tbody th,
.p-compare__table tbody td {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  height: 80px;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th,
  .p-compare__table tbody td {
    font-size: 3.4666666667vw;
    height: 17.0666666667vw;
  }
}
.p-compare__table tbody th {
  background: #aaa;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .p-compare__table tbody th {
    font-size: 4vw;
    padding: 0 2.1333333333vw;
  }
}
.p-compare__table tbody td {
  background: #fff;
}
.p-compare__table .symbol {
  font-size: 40px;
  color: #e4005d;
}
@media screen and (max-width: 744px) {
  .p-compare__table .symbol {
    font-size: 6.9333333333vw;
  }
}
.p-compare__table .symbol._bk {
  color: #333;
}
.p-compare__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-compare__text {
    font-size: 4vw;
    line-height: 1.7;
    text-align: left;
  }
}

.p-admit {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/admit-bg.webp) center/cover no-repeat;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-admit {
    background: url(../images/admit-bg-sp.webp) center/cover no-repeat;
  }
}
.p-admit .p-admit__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-admit .p-admit__inner {
    padding: 85.3333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-admit .float-img {
  position: absolute;
  top: -36px;
  right: -364px;
  width: 870px;
  height: 466px;
}
@media screen and (max-width: 744px) {
  .p-admit .float-img {
    width: 91.4666666667vw;
    height: 91.4666666667vw;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    top: -10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .p-admit .float-img img {
    box-shadow: -8px 10px 8px 0 rgba(0, 0, 0, 0.3);
  }
}
.p-admit .content {
  max-width: 460px;
  margin-right: auto;
}
@media screen and (max-width: 744px) {
  .p-admit .content {
    max-width: 100%;
  }
}
.p-admit .ttl {
  font-family: var(--font-yumincho);
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: 2px;
  margin-bottom: 32px;
  background: linear-gradient(270deg, #ffd66d 0%, #ffe6a6 35.1%, #fff8e5 58.65%, #ffde8a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 744px) {
  .p-admit .ttl {
    font-size: 6.9333333333vw;
    letter-spacing: 0.3466666667vw;
    margin-bottom: 4.2666666667vw;
    text-align: center;
  }
}
.p-admit .text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-admit .text {
    font-size: 4.2666666667vw;
  }
}

body .wrapper .prp-neck #ca header {
  background: linear-gradient(360deg, #681d2e 0%, #b6153a 100%);
}
body .wrapper .prp-neck #ca .ca_web .box .txt_1 {
  color: var(--color-primary);
}
body .wrapper .prp-neck #ca .ca_web .box .btn_btn {
  background: linear-gradient(180deg, var(--color-tertiary) 0%, #da4454 100%) !important;
}

#relation .swiper-button-next,
#relation .swiper-button-prev {
  background: linear-gradient(360deg, #681d2e 0%, #b6153a 100%);
}

#supervision .p__abouts .btn {
  background: linear-gradient(360deg, #681d2e 0%, #b6153a 100%);
}

.maker {
  background-image: linear-gradient(to top, var(--color-primary) 7%, transparent 7%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 0.4em;
  transition: 1s;
  transition-delay: 0.7s;
}
.maker.anim {
  background-size: 100% 100%;
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: var(--color-alpha);
}
.sec_case .lpInner {
  padding: 56px 0 72px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 8.5333333333vw 4vw;
  }
}
.sec_case .lpInner .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .c-ttls {
    margin-bottom: 4.2666666667vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: #faf2f4;
}
#tempFlow h3 {
  margin-bottom: inherit;
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #f5edeb;
}
#tempPrice .c_menu__head h3 {
  text-align: center;
}
#tempPrice .p_price__area {
  margin-bottom: 0;
}
#tempPrice .inner {
  padding: 72px 0 72px;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding: 8.5333333333vw 4.2666666667vw 6.4vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 8px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw 1.0666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub {
    font-size: 4.8vw;
  }
}
.monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #fff;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__sub::before, .monitor .board_ads__sub::after {
    width: 12.8vw;
    border-top: 0.5333333333vw solid #fff;
  }
}
.monitor .board_ads__sub::after {
  transform: rotate(120deg);
}
.monitor .board_ads__main {
  display: block;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main {
    font-size: 5.6vw;
  }
}
.monitor .board_ads__main span {
  font-size: 42px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads__main span {
    font-size: 9.6vw;
  }
}
.monitor .line {
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .line {
    padding-bottom: 2.1333333333vw;
  }
}
.monitor .line__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .monitor .line__date {
    gap: 1.0666666667vw;
    margin-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
.monitor .line__date span {
  background: var(--color-strong);
  color: #fff;
  border-radius: 4px;
  padding: 4px 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__date span {
    border-radius: 1.0666666667vw;
    padding: 1.0666666667vw 2.1333333333vw;
  }
}
.monitor .line__note {
  font-size: 12px;
  margin-top: 8px;
}
@media screen and (max-width: 744px) {
  .monitor .line__note {
    font-size: 2.4vw;
    margin-top: 2.1333333333vw;
    text-align: left;
  }
}
.monitor #tempPrice .sec__cttl {
  margin-bottom: 8px;
}
.monitor #tempPrice .tempPrice__ttl {
  font-size: 24px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.monitor #tempPrice .sec__cttl.tempPrice__ttl {
  font-weight: bold;
  font-size: 24px;
  color: #222;
  line-height: 1.5;
  text-align: center;
  font-feature-settings: "palt";
}
.monitor #tempPrice .tempPrice__ttl__sub {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub {
    font-size: 4.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
  content: "";
  display: inline-block;
  width: 38px;
  height: 0;
  border-top: 2.5px solid #222;
  transform: rotate(60deg);
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__sub::before, .monitor #tempPrice .tempPrice__ttl__sub::after {
    width: 12.8vw;
  }
}
.monitor #tempPrice .tempPrice__ttl__sub::after {
  transform: rotate(120deg);
}
.monitor #tempPrice .tempPrice__ttl__main {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .tempPrice__ttl__main {
    font-size: 8vw;
  }
}
.monitor #tempPrice .notice_txt {
  text-align: center;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice_txt {
    margin-bottom: 1.0666666667vw;
    font-size: 4vw;
  }
}
.monitor #tempPrice .notice button {
  margin-bottom: 20px;
  color: #3c60ff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .notice button {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}
.monitor .pick_note {
  width: 100%;
  background-color: #fff;
  color: #dd5564;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  border: 1px solid #dd5564;
  padding: 4px;
  margin: 18px 0;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin: 4.8vw 0;
  }
}

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