@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-gums {
  --color-primary: #9cb5c9;
  --color-alpha: rgb(225.3, 232.8, 238.8);
  --color-secondary: #534640;
  --color-strong: rgb(51.75, 135.9166666667, 203.25);
}

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

.prp-gums {
  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: 2.1333333333vw;
  }
}
.c-ttls::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--color-secondary);
}
@media screen and (max-width: 744px) {
  .c-ttls::after {
    width: 17.0666666667vw;
    height: 0.5333333333vw;
  }
}
.c-ttls .sub {
  color: #111;
  text-align: center;
  font-family: "Futura", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 744px) {
  .c-ttls .sub {
    font-size: 3.4666666667vw;
  }
}
.c-ttls .ttl {
  overflow: initial;
  margin-bottom: 0;
  color: var(--color-secondary);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 744px) {
  .c-ttls .ttl {
    font-size: 6.4vw;
    letter-spacing: 0;
  }
}

.p-kv {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/kv-bg.webp) center/cover no-repeat;
  height: 630px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv {
    background: url(../images/kv-bg-sp.webp) center left/cover no-repeat;
    height: 120vw;
  }
}
.p-kv::after {
  content: "";
  background: url(../images/kv-after.svg) no-repeat bottom center/contain;
  position: absolute;
  width: 1920px;
  height: 64px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-kv::after {
    background-image: url(../images/kv-after-sp.svg);
    width: 101%;
    height: 8.2666666667vw;
    bottom: -0.2vw;
  }
}
.p-kv .p-kv__inner {
  max-width: 1016px;
  margin: 0 auto;
  padding-top: 47px;
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__inner {
    max-width: none;
    padding-top: 0;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .p-kv__content {
    position: relative;
    padding-top: 86.8vw;
  }
}
.p-kv .concept {
  position: relative;
  margin-bottom: 21px;
}
@media screen and (max-width: 744px) {
  .p-kv .concept {
    position: absolute;
    top: 9.6vw;
    left: 33.3333333333vw;
    margin: 0;
  }
}
.p-kv .concept .text1 {
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #ffa2a4;
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-kv .concept .text1 {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: -6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-kv .concept .text2 {
  display: inline-block;
  width: 432px;
  padding: 15px 0;
  text-align: center;
  color: var(--color-secondary);
  font-family: var(--font-yumincho);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.4em;
  line-height: 1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-image-source: linear-gradient(90deg, rgba(83, 70, 64, 0) 0%, #534640 10%, #534640 90%, rgba(83, 70, 64, 0) 100%);
  border-image-slice: 1;
  border-image-repeat: stretch;
}
@media screen and (max-width: 744px) {
  .p-kv .concept .text2 {
    writing-mode: vertical-rl;
    width: 8.2666666667vw;
    height: 49.6vw;
    display: flex;
    align-items: center;
    padding: 8.5vw 0 0;
    font-size: 4vw;
    letter-spacing: 0.54em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%, #ffffff 90%, rgba(255, 255, 255, 0) 100%);
    border-width: 0 0.2666666667vw 0 0.2666666667vw;
    border-image-source: linear-gradient(180deg, rgba(83, 70, 64, 0) 0%, #534640 10%, #534640 90%, rgba(83, 70, 64, 0) 100%);
  }
}
.p-kv .title {
  width: 434px;
  margin: 0 0 62px -2px;
}
@media screen and (max-width: 744px) {
  .p-kv .title {
    width: 26.1333333333vw;
    margin: 0;
    position: absolute;
    top: 10.6666666667vw;
    left: 4.2666666667vw;
  }
}
.p-kv .texts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-kv .texts {
    gap: 3.7333333333vw;
  }
}
.p-kv .texts .text {
  color: var(--color-secondary);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .texts .text {
    font-size: 5.6vw;
    padding-left: 5.6vw;
  }
}
.p-kv .texts .text::after {
  content: "";
  background: #fff;
  height: 48px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 25px;
  width: 2000px;
}
@media screen and (max-width: 744px) {
  .p-kv .texts .text::after {
    width: 93.8666666667vw;
    height: 8.2666666667vw;
    right: auto;
    left: 0;
  }
}
.p-kv .texts .text span {
  font-size: 56px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-kv .texts .text span {
    font-size: 8.5333333333vw;
  }
}
.p-kv .texts .text span::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-secondary);
  border-radius: 50%;
  top: -18px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 744px) {
  .p-kv .texts .text span::before {
    width: 1.392vw;
    height: 1.392vw;
    top: -2.1333333333vw;
  }
}
@media screen and (max-width: 744px) {
  .p-kv .texts .text:nth-child(2)::after {
    height: 7.7333333333vw;
    bottom: -1vw;
  }
}

.p-lead {
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-lead {
    position: relative;
  }
}
.p-lead .p-lead__inner {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 0 64px;
}
@media screen and (max-width: 744px) {
  .p-lead .p-lead__inner {
    padding: 12.8vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-lead .title {
  font-size: 48px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-lead .title {
    font-size: 7.4666666667vw;
    letter-spacing: 0;
    margin-bottom: 6.4vw;
  }
}
.p-lead .texts {
  display: flex;
  flex-direction: column;
  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-lead .texts .text:last-child {
  font-size: 20px;
  color: var(--color-secondary);
}
@media screen and (max-width: 744px) {
  .p-lead .texts .text:last-child {
    font-size: 4.8vw;
  }
}
.p-lead .tagline {
  position: absolute;
  z-index: 1;
  top: -92px;
  left: -10px;
  width: 518px;
}
@media screen and (max-width: 744px) {
  .p-lead .tagline {
    width: 78vw;
    top: -9.5vw;
    left: 3.5vw;
  }
}

.p-recommend {
  max-width: 1920px;
  margin: 0 auto;
  background: #f5f3eb url(../images/recommend-bg.webp) top center/1920px 350px no-repeat;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 744px) {
  .p-recommend {
    background: #f5f3eb url(../images/recommend-bg-sp.webp) top center/100vw 53.3333333333vw no-repeat;
  }
}
.p-recommend::after {
  content: "";
  background: url(../images/recommend-after.svg) bottom center/contain no-repeat;
  position: absolute;
  width: 1920px;
  height: 64px;
  bottom: 184px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-recommend::after {
    background-image: url(../images/recommend-after-sp.svg);
    width: 101%;
    height: 8.8vw;
    top: 45.0666666667vw;
    bottom: auto;
  }
}
.p-recommend .p-recommend__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 72px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__inner {
    padding: 10.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-recommend .tagline {
  position: absolute;
  z-index: 1;
  top: -17px;
  left: -8px;
  right: 0;
  margin: auto;
  width: 248px;
}
@media screen and (max-width: 744px) {
  .p-recommend .tagline {
    width: 34.9333333333vw;
    top: -1.5vw;
    left: 0;
  }
}
.p-recommend .c-ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-recommend .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-recommend .c-ttls .ttl {
  color: #fff;
}
.p-recommend .c-ttls::after {
  background: #fff;
}
.p-recommend .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 16px;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists {
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
.p-recommend .lists .list {
  width: 532px;
  background: #fff;
  border: 4px solid var(--color-alpha);
  color: #111;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  padding: 12px 12px 12px 54px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists .list {
    width: auto;
    border-width: 0.5333333333vw;
    font-size: 4.8vw;
    padding: 2.4vw 1.6vw 1.6vw 10.1333333333vw;
  }
}
.p-recommend .lists .list::before {
  content: "";
  background: url(../images/recommend-02.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 13px;
  left: 12px;
}
@media screen and (max-width: 744px) {
  .p-recommend .lists .list::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 1.6vw;
    left: 1.6vw;
  }
}

.p-what {
  max-width: 1920px;
  margin: 0 auto;
  background: #f5f3eb;
  overflow: visible;
}
.p-what .p-what__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 0 72px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-what .p-what__inner {
    padding: 10.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-what .c-ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-what .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-what .tagline {
  position: absolute;
  z-index: 1;
  top: -31px;
  left: 20px;
  right: 0;
  margin: auto;
  width: 167px;
}
@media screen and (max-width: 744px) {
  .p-what .tagline {
    width: 23.2vw;
    top: -1vw;
  }
}
.p-what .box {
  background: #fff;
  border: 1px solid #9cb5c9;
  padding: 39px 74px;
}
@media screen and (max-width: 744px) {
  .p-what .box {
    border-width: 0.2666666667vw;
    padding: 4vw;
  }
}
.p-what .box .cards {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-what .box .cards {
    margin-bottom: 4.2666666667vw;
  }
}
.p-what .box .cards::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 14px solid #8c595a;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 744px) {
  .p-what .box .cards::before {
    border-left-width: 1.6vw;
    border-top-width: 2vw;
    border-bottom-width: 2vw;
  }
}
.p-what .box .card {
  width: 400px;
}
@media screen and (max-width: 744px) {
  .p-what .box .card {
    width: 40.1333333333vw;
  }
}
.p-what .box .card .title {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-what .box .card .title {
    font-size: 3.4666666667vw;
    padding: 1.0666666667vw 0;
  }
}
.p-what .box .card .img {
  background-color: var(--color-alpha);
  padding: 24px;
}
@media screen and (max-width: 744px) {
  .p-what .box .card .img {
    padding: 2.1333333333vw 2.4666666667vw;
  }
}
.p-what .box .card:nth-child(1) .title {
  background: #ffa2a4;
}
.p-what .box .card:nth-child(2) .title {
  background: #8c595a;
}
.p-what .box .text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-what .box .text {
    font-size: 4.8vw;
    line-height: 1.3;
    text-align: left;
  }
}

.p-reason {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/reason-bg.webp) center center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason {
    background-image: url(../images/reason-bg-sp.webp);
  }
}
.p-reason::after {
  content: "";
  background: url(../images/reason-after.svg) bottom center/contain no-repeat;
  position: absolute;
  width: 1920px;
  height: 64px;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 744px) {
  .p-reason::after {
    background-image: url(../images/reason-after-sp.svg);
    width: 101%;
    bottom: -0.2vw;
    height: 8.2666666667vw;
  }
}
.p-reason .p-reason__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 76px 0 75px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__inner {
    padding: 18.6666666667vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-reason .p-reason__content {
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__content {
    flex-direction: column;
    gap: 0;
  }
}
.p-reason .p-reason__body {
  width: 584px;
  padding-top: 31px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body {
    display: contents;
  }
}
.p-reason .p-reason__body .tagline {
  position: absolute;
  z-index: 1;
  top: -57px;
  left: -7px;
  right: 0;
  margin: auto;
  width: 155px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body .tagline {
    width: 21.4666666667vw;
    top: 6vw;
    left: 1vw;
    order: 0;
  }
}
.p-reason .p-reason__body .c-ttls {
  margin-bottom: 45px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body .c-ttls {
    margin-bottom: 10.4vw;
    order: 1;
  }
}
.p-reason .p-reason__body .c-ttls::after {
  background: #fff;
}
.p-reason .p-reason__body .c-ttls .ttl {
  color: #fff;
}
.p-reason .p-reason__body .lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body .lists {
    order: 3;
    gap: 4.2666666667vw;
  }
}
.p-reason .p-reason__body .lists .list {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 32px 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body .lists .list {
    font-size: 4.8vw;
    padding: 0 0 4.2666666667vw 9.6vw;
  }
}
.p-reason .p-reason__body .lists .list::before {
  content: "";
  background: url(../images/reason-03.svg) no-repeat center center/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__body .lists .list::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}
.p-reason .p-reason__body .lists .list:nth-child(1) {
  border-bottom: 1px dotted #fff;
}
.p-reason .p-reason__img {
  width: 434px;
}
@media screen and (max-width: 744px) {
  .p-reason .p-reason__img {
    width: auto;
    order: 2;
    margin-bottom: 10.4vw;
  }
}

.p-effects {
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
  overflow: visible;
}
.p-effects .p-effects__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 96px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-effects .p-effects__inner {
    padding: 10.6666666667vw 4.2666666667vw 0;
  }
}
.p-effects .tagline {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: -10px;
  right: 0;
  margin: auto;
  width: 403px;
}
@media screen and (max-width: 744px) {
  .p-effects .tagline {
    width: 57.3333333333vw;
    left: 0;
    top: -1vw;
  }
}
.p-effects .c-ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-effects .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-effects .c-ttls .ttl span {
  color: var(--color-primary);
}
.p-effects .p-effects__text {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  .p-effects .p-effects__text {
    font-size: 4.8vw;
    margin-bottom: 10.4vw;
  }
}
.p-effects .lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 744px) {
  .p-effects .lists {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.p-effects .list {
  width: 283px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  border: 10px solid var(--color-alpha);
  padding: 30px 14px 22px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-effects .list {
    width: auto;
    border-width: 1.6vw;
    padding: 2.6666666667vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2.1333333333vw;
  }
}
.p-effects .list .class {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  width: 133px;
  height: 48px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 744px) {
  .p-effects .list .class {
    width: 22.6666666667vw;
    height: 8.2666666667vw;
    border-radius: 100vw;
    font-size: 3.9466666667vw;
    top: -5.6vw;
    left: auto;
    right: 10.4vw;
    margin: 0;
  }
}
.p-effects .list .class.__1 {
  background: #e59294;
}
.p-effects .list .class.__2 {
  background: #d98a8b;
}
.p-effects .list .class.__3 {
  background: #b27173;
}
.p-effects .list .class.__4 {
  background: #8c595a;
}
.p-effects .list .img {
  margin-bottom: 9px;
}
@media screen and (max-width: 744px) {
  .p-effects .list .img {
    margin-bottom: 0;
    width: 37.3333333333vw;
  }
}
.p-effects .list .text1 {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
@media screen and (max-width: 744px) {
  .p-effects .list .text1 {
    font-size: 4vw;
    width: 41.3333333333vw;
    margin-bottom: 0;
    letter-spacing: -0.07em;
  }
}
.p-effects .list .text2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: #ffa2a4;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-effects .list .text2 {
    width: 100%;
    font-size: 4vw;
    line-height: 1.3;
    padding: 1.0666666667vw 0;
    margin-bottom: 0;
  }
}
.p-effects .list .text2::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(100%);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 8px solid #ffa2a4;
}
@media screen and (max-width: 744px) {
  .p-effects .list .text2::before {
    border-right-width: 1.4666666667vw;
    border-left-width: 1.4666666667vw;
    border-top-width: 1.3333333333vw;
  }
}
.p-effects .list .text3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #e4005d;
}
@media screen and (max-width: 744px) {
  .p-effects .list .text3 {
    width: 100%;
    font-size: 4.2666666667vw;
    line-height: 1.3;
    text-align: center;
  }
}

.p-compare {
  max-width: 1920px;
  margin: 0 auto;
  background: var(--color-alpha);
  position: relative;
}
.p-compare::before {
  content: "";
  background: url(../images/compare-before.svg) top center/cover repeat;
  position: absolute;
  width: 100%;
  height: 70px;
  top: -1px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-compare::before {
    height: 8vw;
  }
}
.p-compare::after {
  content: "";
  background: url(../images/compare-after.svg) bottom center/cover repeat;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: -1px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-compare::after {
    height: 8vw;
  }
}
.p-compare .p-compare__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 184px 0 112px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__inner {
    padding: 23.4666666667vw 4.2666666667vw 12.8vw;
  }
}
.p-compare .tagline {
  position: absolute;
  z-index: 1;
  top: 104px;
  left: -8px;
  right: 0;
  margin: auto;
  width: 185px;
}
@media screen and (max-width: 744px) {
  .p-compare .tagline {
    top: 12vw;
    left: 0;
    width: 25.8666666667vw;
  }
}
.p-compare .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-compare .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-compare .p-compare__text {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__text {
    font-size: 4vw;
    margin-bottom: 6.4vw;
    text-align: justify;
  }
}
.p-compare .p-compare__table {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table {
    gap: 0.5333333333vw;
  }
}
.p-compare .p-compare__table h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px 24px 0px 0px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table h3 {
    font-size: 4vw;
    height: 14.4vw;
    border-radius: 6.4vw 6.4vw 0 0;
  }
}
.p-compare .p-compare__table p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table p {
    height: 15.4666666667vw;
  }
}
.p-compare .p-compare__table p .mark {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table p .mark {
    font-size: 6.4vw;
  }
}
.p-compare .p-compare__table p .mark.red {
  color: #d73563;
}
.p-compare .p-compare__table .col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col {
    gap: 0.5333333333vw;
  }
}
.p-compare .p-compare__table .col.__1 {
  width: 200px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__1 {
    width: 17.0666666667vw;
  }
}
.p-compare .p-compare__table .col.__1 p {
  background: #aaaaaa;
  color: white;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__1 p {
    font-size: 3.4666666667vw;
    padding: 0 2.1333333333vw;
  }
}
.p-compare .p-compare__table .col.__1 p:nth-of-type(1) {
  background: #d73563;
}
.p-compare .p-compare__table .col.__2, .p-compare .p-compare__table .col.__3 {
  flex: 1;
}
.p-compare .p-compare__table .col.__2 p, .p-compare .p-compare__table .col.__3 p {
  color: #1a1a1a;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__2 p, .p-compare .p-compare__table .col.__3 p {
    font-size: 3.2vw;
  }
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(1), .p-compare .p-compare__table .col.__3 p:nth-of-type(1) {
  font-size: 24px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__2 p:nth-of-type(1), .p-compare .p-compare__table .col.__3 p:nth-of-type(1) {
    font-size: 4.8vw;
  }
}
.p-compare .p-compare__table .col.__2 h3 {
  background: #ffa2a4;
}
.p-compare .p-compare__table .col.__2 p {
  background: #fff;
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(1) {
  position: relative;
  color: #d73563;
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(1)::before, .p-compare .p-compare__table .col.__2 p:nth-of-type(1)::after {
  content: "";
  background: #d73563;
  height: 4px;
  position: absolute;
  left: -4px;
  right: -4px;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__2 p:nth-of-type(1)::before, .p-compare .p-compare__table .col.__2 p:nth-of-type(1)::after {
    height: 0.5333333333vw;
    left: -0.5333333333vw;
    right: -0.5333333333vw;
  }
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(1)::before {
  top: 0;
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(1)::after {
  bottom: 0;
}
.p-compare .p-compare__table .col.__3 h3 {
  background: #c87047;
}
.p-compare .p-compare__table .col.__3 p {
  background: #fff;
}
.p-compare .p-compare__table .col.__3 p:nth-of-type(1) {
  border-top: 4px solid #d73563;
  border-bottom: 4px solid #d73563;
  border-right: 4px solid #d73563;
}
@media screen and (max-width: 744px) {
  .p-compare .p-compare__table .col.__3 p:nth-of-type(1) {
    border-top-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
.p-compare .p-compare__table .col.__2 p:nth-of-type(even) {
  background: #f8ebeb;
}
.p-compare .p-compare__table .col.__3 p:nth-of-type(even) {
  background: #f8f0eb;
}

.p-mechanism {
  max-width: 1920px;
  margin: 0 auto;
  background: linear-gradient(180deg, #ffffff 0%, #f7f6ef 100%);
  overflow: visible;
}
.p-mechanism .p-mechanism__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 0 56px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-mechanism .p-mechanism__inner {
    padding: 12.8vw 4.2666666667vw 8.5333333333vw;
  }
}
.p-mechanism .tagline {
  position: absolute;
  z-index: 1;
  top: -18px;
  left: -7px;
  right: 0;
  margin: auto;
  width: 259px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .tagline {
    top: 0.5vw;
    left: 0;
    width: 36.2666666667vw;
  }
}
.p-mechanism .c-ttls {
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .c-ttls {
    margin-bottom: 6.4vw;
  }
}
.p-mechanism .c-ttls span {
  color: var(--color-primary);
}
.p-mechanism__text1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text1 {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.p-mechanism__text1 .big {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text1 .big {
    font-size: 7.4666666667vw;
    letter-spacing: -0.02em;
  }
}
.p-mechanism .lists {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 30px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .lists {
    flex-direction: column;
    margin-bottom: 6.4vw;
    gap: 8vw;
  }
}
.p-mechanism .list {
  flex: 1;
  border: 10px solid var(--color-primary);
  padding: 14px 14px 22px;
  position: relative;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 744px) {
  .p-mechanism .list {
    border-width: 1.0666666667vw;
    padding: 3.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.p-mechanism .list .text1 {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 25px;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 744px) {
  .p-mechanism .list .text1 {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
    font-size: 4.8vw;
    padding: 1.0666666667vw 6.4vw 2.1333333333vw;
    border-radius: 0 0 0 2.1333333333vw;
  }
}
.p-mechanism .list .img {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .p-mechanism .list .img {
    margin: 0;
    width: 45.0666666667vw;
  }
}
.p-mechanism .list .text2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #444;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .p-mechanism .list .text2 {
    font-size: 4vw;
    padding-top: 4.2666666667vw;
  }
}
.p-mechanism .list:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 14px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-mechanism .list:not(:last-child)::before {
    top: auto;
    left: 0;
    right: 0;
    bottom: -6.9333333333vw;
    border-top: 3.7333333333vw solid var(--color-primary);
    border-left: 4vw solid transparent;
    border-right: 4vw solid transparent;
    border-bottom: none;
  }
}
.p-mechanism__text2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text2 {
    font-size: 6.4vw;
  }
}
.p-mechanism__text2::before {
  content: "";
  position: absolute;
  left: 192px;
  bottom: 0;
  background: url(../images/mechanism-05.webp) no-repeat center center/contain;
  width: 86px;
  height: 98px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text2::before {
    background-image: url(../images/mechanism-05-sp.webp);
    left: 0;
    bottom: 7.2vw;
    width: 11.4666666667vw;
    height: 13.0666666667vw;
  }
}
.p-mechanism__text2::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 201px;
  background: url(../images/mechanism-06.webp) no-repeat center center/contain;
  width: 75px;
  height: 86px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text2::after {
    background-image: url(../images/mechanism-06-sp.webp);
    top: 0;
    right: 0;
    width: 10.6666666667vw;
    height: 12.2666666667vw;
  }
}
.p-mechanism__text2 .big {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text2 .big {
    font-size: 7.4666666667vw;
  }
}
.p-mechanism__text2 .small {
  font-size: 20px;
}
@media screen and (max-width: 744px) {
  .p-mechanism__text2 .small {
    font-size: 4.8vw;
  }
}
.p-mechanism__text2 .red {
  color: #e4005d;
}

.p-anesthesia {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/anesthesia-bg.webp) center center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .p-anesthesia {
    background-image: url(../images/anesthesia-bg-sp.webp);
  }
}
.p-anesthesia .p-anesthesia__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 56px 0 88px 264px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .p-anesthesia__inner {
    max-width: none;
    padding: 8.5333333333vw 4.2666666667vw 19.2vw;
  }
}
.p-anesthesia__title {
  font-family: var(--font-yumincho);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.06em;
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-anesthesia__title {
    font-size: 7.4666666667vw;
    text-align: right;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
}
.p-anesthesia__title .big {
  font-size: 56px;
}
@media screen and (max-width: 744px) {
  .p-anesthesia__title .big {
    font-size: 9.6vw;
  }
}
.p-anesthesia .lists {
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists {
    gap: 1.9466666667vw;
    padding: 0;
  }
}
.p-anesthesia .lists .list {
  padding-left: 42px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists .list {
    padding-left: 9.6vw;
  }
}
.p-anesthesia .lists .list .num {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #6586a2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 26px;
  font-family: var(--font-en);
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists .list .num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    font-size: 6.4vw;
  }
}
.p-anesthesia .lists .list .title {
  color: #6586a2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists .list .title {
    font-size: 4.8vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-anesthesia .lists .list .text {
  font-size: 18px;
  line-height: 1.53;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists .list .text {
    font-size: 4vw;
  }
}
.p-anesthesia .lists .list:not(:last-child) {
  border-bottom: 1px dotted #6586a2;
  padding-bottom: 14px;
}
@media screen and (max-width: 744px) {
  .p-anesthesia .lists .list:not(:last-child) {
    border-bottom-width: 0.2666666667vw;
    padding-bottom: 1.9466666667vw;
  }
}

.p-admit {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/admit-01.webp) center/cover no-repeat;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-admit {
    background: url(../images/admit-01-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;
  }
}

@media screen and (max-width: 744px) {
  #tempFlow {
    padding-top: 8.5333333333vw !important;
  }
}

#ca header {
  background: linear-gradient(180deg, #9cb5c9 0%, #5e83a0 100%);
}

/* --------------------------------------------------
 症例写真
-------------------------------------------------- */
.sec_case {
  background: #f5f3eb;
  overflow: visible;
}
.sec_case .lpInner {
  padding: 56px 0 72px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner {
    padding: 7.5vw 4vw;
  }
}
.sec_case .lpInner .c-ttls {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .c-ttls {
    margin-bottom: 4.2666666667vw;
  }
}
.sec_case .lpInner .tagline {
  position: absolute;
  z-index: 1;
  top: -48px;
  left: 0;
  right: 0;
  margin: auto;
  width: 291px;
}
@media screen and (max-width: 744px) {
  .sec_case .lpInner .tagline {
    width: 40.9333333333vw;
    top: -6vw;
  }
}
.sec_case .casePhoto_box::before, .sec_case .casePhoto_box::after {
  border-top-color: var(--color-strong);
  border-right-color: var(--color-strong);
}
.sec_case .casePhoto .imgs::before {
  border-left-color: var(--color-strong);
}
.sec_case .casePhoto .imgs_img._after .txt01 {
  background: var(--color-strong);
}
.sec_case .case_content {
  display: flex;
  gap: 56px;
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 744px) {
  .sec_case .case_content {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.sec_case .case_images {
  flex-shrink: 0;
  width: 480px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_images {
    width: 100%;
  }
}
.sec_case .case_img {
  position: relative;
}
.sec_case .case_img._before {
  margin-bottom: 8px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_img._before {
    margin-bottom: 2.1333333333vw;
  }
}
.sec_case .case_img img {
  display: block;
  width: 100%;
  height: auto;
}
.sec_case .case_img .label {
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: var(--font-eng);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 744px) {
  .sec_case .case_img .label {
    bottom: 2.1333333333vw;
    left: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
.sec_case .case_note {
  font-size: 11px;
  line-height: 1.3;
  color: #666;
  margin-top: 8px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_note {
    font-size: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.sec_case .case_detail {
  flex: 1;
  padding-top: 0;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec_case .case_header {
    display: flex;
    align-items: center;
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.sec_case .case_patient {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_patient {
    font-size: 4.8vw;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.sec_case .case_area_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  margin-left: -56px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_area_wrap {
    margin-left: 0;
    margin-bottom: 0;
    flex: 1;
  }
}
.sec_case .case_area_line {
  width: 56px;
  height: 2px;
  background: #9dabb8;
  flex-shrink: 0;
}
@media screen and (max-width: 744px) {
  .sec_case .case_area_line {
    width: 6.4vw;
    height: 0.2666666667vw;
  }
}
.sec_case .case_area {
  display: flex;
  width: 100%;
  background: #9dabb8;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
}
@media screen and (max-width: 744px) {
  .sec_case .case_area {
    font-size: 4.8vw;
    padding: 2.1333333333vw;
  }
}
.sec_case .case_desc p {
  margin-bottom: 1.5em;
}
.sec_case .case_desc p:last-child {
  margin-bottom: 0;
}
.sec_case .case_caution {
  font-size: 13px;
  color: #666;
  margin-top: 32px;
  text-align: right;
}
@media screen and (max-width: 744px) {
  .sec_case .case_caution {
    font-size: 2.9333333333vw;
    margin-top: 2.9333333333vw;
  }
}

/* --------------------------------------------------
 施術の流れ
-------------------------------------------------- */
@media screen and (max-width: 744px) {
  #tempFlow {
    padding-top: 0;
  }
}
#tempFlow .tempFlow__lists {
  background: #fcf5ed;
}
#tempFlow h3 {
  margin-bottom: inherit;
}

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

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.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: 6.9333333333vw;
  }
}
.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 .moniBnr {
  padding: 48px 0 0;
}
@media screen and (max-width: 744px) {
  .monitor .moniBnr {
    padding: 4.2666666667vw 0 0;
  }
}
.monitor .tagline {
  display: none;
}
.monitor .p-lead__inner {
  padding-top: 32px;
}
@media screen and (max-width: 744px) {
  .monitor .p-lead__inner {
    padding-top: 8.5333333333vw;
  }
}
.monitor #tempPrice .moniBnr {
  padding: 0 0 48px;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .moniBnr {
    padding: 0 0 4.2666666667vw;
  }
}
.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;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__dashline {
    display: none;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__item {
    justify-content: space-between;
  }
}
.monitor #tempPrice .c-price__cost {
  width: min-content;
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost {
    max-width: inherit;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost .price strong {
    font-size: 10.6666666667vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor #tempPrice .c-price__cost .price small {
    font-size: 3.4666666667vw;
  }
}
.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 */
