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

.body_sclero {
  --color-primary: #6eadb6;
  --color-alpha: rgb(243.4, 248.44, 249.16);
  --color-secondary: #95e4e8;
  --color-strong: rgb(35.123853211, 139.9071100917, 154.876146789);
}

body {
  font-size: 16px;
  background-color: #f8f8f6;
}
@media screen and (max-width: 744px) {
  body {
    font-size: 12px;
  }
}

main {
  margin: 0 auto;
  background: url(../images/kv-bg.webp) no-repeat center top;
  overflow: hidden;
}
@media screen and (max-width: 744px) {
  main {
    background: url(../images/kv-bg-sp.webp) center top/100% no-repeat;
    margin-top: 0;
    overflow-x: hidden;
  }
}

section {
  clear: both;
  display: block;
  overflow: inherit;
}
@media screen and (max-width: 744px) {
  section {
    overflow: visible;
  }
}
section .inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0px 0;
  width: 100%;
}
section:not(#f_top-footer, #f_top-copy) {
  clear: both;
  line-height: 1.7;
}

.sec_case_ttl {
  color: black;
  text-align: center;
  font-feature-settings: "palt" on;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 60px;
  overflow: initial;
  position: relative;
}
@media screen and (max-width: 744px) {
  .sec_case_ttl {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin-bottom: 11.7333333333vw;
    letter-spacing: 0.5333333333vw;
  }
}
.sec_case_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  width: 120px;
  height: 5px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .sec_case_ttl::after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}

.maker {
  background-image: linear-gradient(to bottom, transparent 65%, var(--color-secondary) 65%);
  padding-bottom: 12px;
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: bottom left;
  transition: 1s;
  transition-delay: 0.7s;
}
.maker.anim {
  background-size: 100% 100%;
}

/*****************************************************
/* p-intro
*****************************************************/
.p-kv {
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-kv {
    width: 100%;
  }
}
.p-kv .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 40px 0;
}
@media screen and (max-width: 744px) {
  .p-kv .inner {
    padding: 8.5333333333vw 4.2666666667vw 21.3333333333vw;
  }
}
.p-kv .titles {
  display: inline-grid;
  padding-left: 80px;
}
@media screen and (max-width: 744px) {
  .p-kv .titles {
    padding-left: 0;
  }
}
.p-kv .titles__sub {
  color: #333;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 12px;
  white-space: nowrap;
}
@media screen and (max-width: 744px) {
  .p-kv .titles__sub {
    font-size: 10.6666666667vw;
    padding: 1.0666666667vw;
    letter-spacing: inherit;
  }
}
.p-kv .titles__sub.__1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-kv .titles__sub.__1 {
    margin-bottom: 1.3333333333vw;
  }
}
.p-kv .titles__sub.__2 {
  margin-bottom: 12px;
  max-width: 510px;
}
@media screen and (max-width: 744px) {
  .p-kv .titles__sub.__2 {
    margin-bottom: 1.3333333333vw;
    max-width: 52.2666666667vw;
  }
}
.p-kv .titles__sub small {
  font-size: 72px;
}
@media screen and (max-width: 744px) {
  .p-kv .titles__sub small {
    font-size: 8.5333333333vw;
  }
}
.p-kv .titles__main {
  color: #333;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3.2px;
  padding: 0 0 32px 80px;
}
@media screen and (max-width: 744px) {
  .p-kv .titles__main {
    font-size: 4.8vw;
    letter-spacing: 0;
    padding: 0 0 6.4vw 0;
  }
}
.p-kv .method {
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 744px) {
  .p-kv .method {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.1333333333vw;
  }
}
.p-kv .method .rotate {
  width: 240px;
  height: 240px;
  animation: rotate-anime 30s linear infinite;
}
@media screen and (max-width: 744px) {
  .p-kv .method .rotate {
    width: 32vw;
    height: 32vw;
    top: 37.0666666667vw;
    right: 4.2666666667vw;
    bottom: initial;
  }
}
@keyframes round_anime {
  0% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
  25% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  50% {
    border-radius: 70% 30% 30% 70%/50% 70% 30% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
  }
  100% {
    border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  }
}
.p-kv .method .round {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 30% 70% 60% 40%/30% 40% 60% 70%;
  animation: round_anime 5s linear infinite;
  background-color: var(--color-primary);
  padding-bottom: 24px;
}
.p-kv .method .round .text {
  color: #fff;
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 744px) {
  .p-kv .method .round .text {
    font-size: 6.4vw;
  }
}
.p-kv .method .round .text small {
  font-size: 36px;
}
@media screen and (max-width: 744px) {
  .p-kv .method .round .text small {
    font-size: 6.4vw;
  }
}
.p-kv .method .round .text span {
  display: block;
  font-size: 40px;
}
@media screen and (max-width: 744px) {
  .p-kv .method .round .text span {
    font-size: 6.4vw;
  }
}
.p-kv .method .text {
  color: #333;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 744px) {
  .p-kv .method .text {
    font-size: 4vw;
    letter-spacing: 0.32vw;
  }
}

/*****************************************************
/* p-intro
*****************************************************/
.p-intro {
  padding-bottom: 72px;
}
@media screen and (max-width: 744px) {
  .p-intro {
    padding-bottom: 8.5333333333vw;
  }
}
.p-intro .p-intro__inner {
  max-width: 1120px;
  gap: 37px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__inner {
    display: block;
    position: relative;
    padding: 42.6666666667vw 4vw 0;
  }
}
.p-intro .p-intro__img {
  max-width: 448px;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__img {
    position: absolute;
    top: -20.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
    width: 92vw;
    height: 58.9333333333vw;
  }
}
.p-intro .p-intro__texts {
  margin-right: 83px;
  max-width: 511px;
  white-space: nowrap;
  align-self: flex-end;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__texts {
    white-space: initial;
    margin-right: 0;
    max-width: 100%;
  }
}
.p-intro .p-intro__texts__subtext {
  color: #333;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__texts__subtext {
    font-size: 4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-intro .p-intro__texts__subtext span {
  font-size: 15px;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__texts__subtext span {
    font-size: 3.4666666667vw;
  }
}
.p-intro .p-intro__texts__maintext {
  color: #e4005d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 744px) {
  .p-intro .p-intro__texts__maintext {
    font-size: 4.8vw;
  }
}

/* --------------------------------------------------
p-recommend
-------------------------------------------------- */
.p-recommend {
  position: relative;
  z-index: 1;
}
.p-recommend:before {
  content: "";
  background: url(../images/recommend-bg.webp) no-repeat center top/cover;
  height: 350px;
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width: 744px) {
  .p-recommend:before {
    background: url(../images/recommend-bg-sp.webp) no-repeat center top/cover;
    width: 100%;
    height: 66.6666666667vw;
  }
}
.p-recommend .p-recommend__inner {
  padding-top: 65px;
}
@media screen and (max-width: 744px) {
  .p-recommend .p-recommend__inner {
    padding: 8.5333333333vw 4vw 0;
  }
}

.p-recommend__ttl {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4px;
  margin-bottom: 60px;
  position: relative;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-recommend__ttl {
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin-bottom: 11.7333333333vw;
  }
}
.p-recommend__ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 152px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 744px) {
  .p-recommend__ttl:after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}

.p-recommend__box {
  background: #fff;
  border: 20px solid var(--color-primary);
  display: flex;
  justify-content: center;
  padding: 30px 60px 30px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 744px) {
  .p-recommend__box {
    padding: 6.4vw 6.4vw 6.4vw 4.8vw;
    border: 2.1333333333vw solid var(--color-primary);
  }
}
.p-recommend__box ul {
  width: 100%;
}
.p-recommend__box ul li {
  color: var(--, #111);
  font-weight: 700;
  line-height: 150%;
  position: relative;
  font-size: 24px;
  padding-left: 42px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box ul li {
    font-size: 4.8vw;
    padding-left: 8.5333333333vw;
  }
}
.p-recommend__box ul li:not(:first-of-type) {
  padding-top: 16px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box ul li:not(:first-of-type) {
    padding-top: 2.1333333333vw;
  }
}
.p-recommend__box ul li:not(:last-of-type) {
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 16px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box ul li:not(:last-of-type) {
    padding-bottom: 2.1333333333vw;
    border-bottom: 0.2666666667vw dashed #d9d9d9;
  }
}
.p-recommend__box ul li:before {
  content: "";
  background: url(../images/icon-check.svg) no-repeat center top/contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 17px;
  left: 0;
}
@media screen and (max-width: 744px) {
  .p-recommend__box ul li:before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: 1.6vw;
  }
}
.p-recommend__box ul li:nth-of-type(1):before {
  top: -2px;
}
@media screen and (max-width: 744px) {
  .p-recommend__box ul li:nth-of-type(1):before {
    top: -0.5333333333vw;
  }
}

/* --------------------------------------------------
p-video
-------------------------------------------------- */
.p-video {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.p-video .p-video__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 54px 25px 72px;
  max-width: 580px;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__inner {
    display: block;
    padding: 11.7333333333vw 4vw 8.2666666667vw;
    max-width: 100%;
  }
}
.p-video .p-video__titles {
  max-width: 176px;
  padding-top: 20px;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__titles {
    padding-top: 0;
    margin: 0 auto;
    padding-bottom: 11.7333333333vw;
    max-width: 100%;
  }
}
.p-video .p-video__title {
  color: var(--, #111);
  text-align: center;
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 100%;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__title {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-video .p-video__sub {
  color: var(--, #111);
  font-feature-settings: "palt" on;
  font-weight: 700;
  line-height: 100%;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__sub {
    font-size: 4.8vw;
    letter-spacing: 0.48vw;
  }
}
.p-video .p-video__sub::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 152px;
  height: 4px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-video .p-video__sub::after {
    bottom: -6.4vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-video .p-video__content {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__content {
    flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
}
.p-video .p-video__content + .p-video__content {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .p-video .p-video__content + .p-video__content {
    margin-top: 2.6666666667vw;
  }
}
.p-video .video__wrap {
  width: 270px;
  height: 480px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.p-video .video__wrap video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 744px) {
  .p-video .video__wrap {
    width: 44.2666666667vw;
    height: 78.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.p-video .video-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 744px) {
  .p-video .video-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

/* モーダルのスタイル ============ */
.video-modal {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* ↑dialogタグにはposition(relativeも), display flexやgridなどを指定✖︎、↓コンテナで指定 */
}
.video-modal.is-open {
  opacity: 1;
}
.video-modal.is-open::backdrop {
  opacity: 1;
}
.video-modal::backdrop {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.video-modal__container {
  height: 100vh;
  overflow-y: auto;
  display: grid;
  place-content: center;
}
.video-modal__content {
  position: relative;
}
.video-modal__content video {
  max-height: 90vh;
  border-radius: 16px;
}
@media screen and (max-width: 744px) {
  .video-modal__content video {
    max-width: 85vw;
  }
}
.video-modal__close-btn {
  position: absolute;
  top: 0;
  right: -100px;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 744px) {
  .video-modal__close-btn {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.video-modal__close-btn::before, .video-modal__close-btn::after {
  content: "";
  position: absolute;
  width: inherit;
  height: 2px;
  background: #fff;
}
.video-modal__close-btn::before {
  transform: rotate(45deg);
}
.video-modal__close-btn::after {
  transform: rotate(-45deg);
}

/* --------------------------------------------------
p-point
-------------------------------------------------- */
.p-point {
  max-width: 1920px;
  margin: 0 auto;
  background: url(../images/point-bg.webp) center/cover no-repeat;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-point {
    background: url(../images/point-bg-sp.webp) no-repeat;
    background-position: center top;
    background-size: 100%;
    background-color: #7997a3;
  }
}
.p-point .p-point__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 72px 40px;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__inner {
    padding: 8.5333333333vw 5.3333333333vw;
  }
}
.p-point .p-point__inner::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 320px;
  height: 320px;
  background: url(../images/point-01.webp) center/cover no-repeat;
  z-index: 1;
}
@media (max-width: 1280px) {
  .p-point .p-point__inner::before {
    left: -70px;
  }
}
@media screen and (max-width: 744px) {
  .p-point .p-point__inner::before {
    top: 4.2666666667vw;
    left: -4vw;
    width: 29.3333333333vw;
    height: 29.3333333333vw;
  }
}
.p-point .p-point__title {
  color: #fff;
  text-align: center;
  font-feature-settings: "palt" on;
  position: relative;
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 62px;
  overflow: initial;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__title {
    color: #fff;
    font-size: 6.4vw;
    line-height: 150%;
    letter-spacing: 0.64vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-point .p-point__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 152px;
  height: 4px;
  background: #fff;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__title::after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}
.p-point .p-point__explanation {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  padding-bottom: 42px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__explanation {
    font-size: 4.8vw;
    text-align: left;
    padding-bottom: 5.3333333333vw;
  }
}
.p-point .p-point__cards {
  display: grid;
  gap: 24px;
  max-width: 780px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 744px) {
  .p-point .p-point__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.p-point .p-point__card {
  width: auto;
}
.p-point .p-point__card__fuatures {
  display: flex;
  justify-content: space-around;
  background: #fff;
  border-radius: 8px 8px 0px 0px;
  width: 108px;
  height: 39.2px;
  padding: 0 16px;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__card__fuatures {
    width: 18.4vw;
    height: 8.3733333333vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0px 0px;
    padding: 0 2.1333333333vw;
  }
}
.p-point .p-point__card__fuatures__fuature {
  color: var(--color-primary);
  font-size: 24px;
  padding-top: 10px;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .p-point .p-point__card__fuatures__fuature {
    color: var(--color-primary);
    font-size: 4vw;
    padding-top: 2.4vw;
    font-weight: 700;
    line-height: 150%;
  }
}
.p-point .p-point__card__fuatures__number {
  color: var(--color-primary);
  font-family: var(--font-noto-serif);
  font-size: 36px;
  font-weight: 600;
  line-height: 100%;
  transform: skewX(-8deg);
}
@media screen and (max-width: 744px) {
  .p-point .p-point__card__fuatures__number {
    font-size: 8.5333333333vw;
    line-height: 90%;
  }
}
.p-point .p-point__card__box {
  color: #fff;
  font-weight: 700;
  line-height: 150%;
  font-size: 21px;
  width: 344px;
  height: 64px;
  padding: 16px;
  border: 2px solid #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-point .p-point__card__box {
    font-size: 4.8vw;
    width: 42.6666666667vw;
    height: 22.9333333333vw;
    padding: 4.2666666667vw 1.6vw;
    border: 0.5333333333vw solid #fff;
  }
}

/*****************************************************
/* 血管治療の共通バナー
*****************************************************/
.vein_bnr {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1080px;
  height: 180px;
  aspect-ratio: 6/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 48px 0 0;
  padding: 0 160px;
  font-weight: 700;
  background: url(../../../assets/images/menu/common/vein-bnr-bg-pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .vein_bnr {
    width: 89.3333333333vw;
    height: 66.6666666667vw;
    align-items: start;
    gap: 4.2666666667vw;
    margin: 4.2666666667vw 0 0;
    padding: 0;
    background: url(../../../assets/images/menu/common/vein-bnr-bg-sp.webp) center/cover no-repeat;
  }
}
.vein_bnr .vein_bnr_ttl {
  padding: 4px 48px;
  font-feature-settings: "palt" on, "pkna" on;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl {
    margin-top: 3.2vw;
    padding: 1.0666666667vw 8.5333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.3;
    letter-spacing: 0.2666666667vw;
  }
}
.vein_bnr .vein_bnr_ttl span {
  color: #dd5564;
  font-size: 32px;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl span {
    font-size: 4.8vw;
  }
}
.vein_bnr .vein_bnr_ttl small {
  font-size: 21px;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_ttl small {
    font-size: 4.2666666667vw;
  }
}
.vein_bnr .vein_bnr_txt {
  max-width: 660px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 744px) {
  .vein_bnr .vein_bnr_txt {
    max-width: 80.8vw;
    font-size: 4vw;
  }
}

/*****************************************************
/* p-cause
*****************************************************/
.p-cause {
  background: #ecf5f7;
}

.p-cause__inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 0;
}
@media screen and (max-width: 744px) {
  .p-cause__inner {
    padding: 8.5333333333vw 4vw 9.6vw;
  }
}

.p-cause__box__title {
  color: black;
  text-align: center;
  font-feature-settings: "palt" on;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  font-size: 40px;
  letter-spacing: 4px;
  margin-bottom: 60px;
  overflow: initial;
  position: relative;
}
@media screen and (max-width: 744px) {
  .p-cause__box__title {
    font-size: 6.4vw;
    letter-spacing: 0.64vw;
    margin-bottom: 11.7333333333vw;
    letter-spacing: 0.5333333333vw;
  }
}
.p-cause__box__title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -21px;
  width: 120px;
  height: 5px;
  background: var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-cause__box__title::after {
    bottom: -5.3333333333vw;
    width: 21.3333333333vw;
    height: 1.0666666667vw;
  }
}

.p-cause__box__list {
  padding: 30px 26px 24px;
  background: #fff;
  border: 20px solid var(--color-primary);
}
@media screen and (max-width: 744px) {
  .p-cause__box__list {
    border: 2.1333333333vw solid var(--color-primary);
    background: #fff;
    padding: 7.7333333333vw 3.2vw 6.4vw;
    border-radius: 0px;
  }
}

.p-cause__box__item {
  display: block;
  border-bottom: 3px dotted #d9d9d9;
  margin-bottom: 50px;
}
@media screen and (max-width: 744px) {
  .p-cause__box__item {
    border-bottom: 0.8vw dotted #d9d9d9;
    margin-bottom: 7.7333333333vw;
  }
}
.p-cause__box__item:last-child {
  margin-bottom: 0;
  border: none;
}
.p-cause__box__item:not(:last-of-type) {
  padding-bottom: 32px;
}
@media screen and (max-width: 744px) {
  .p-cause__box__item:not(:last-of-type) {
    padding-bottom: 4.2666666667vw;
  }
}

.p-cause__box__subttl {
  font-weight: bold;
  line-height: 1.2;
  display: block;
  font-size: 24px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
}
.p-cause__box__subttl .txt {
  font-size: inherit;
}
@media screen and (max-width: 744px) {
  .p-cause__box__subttl {
    font-size: 5.3333333333vw;
    padding-bottom: 2.9333333333vw;
    margin-bottom: 4.2666666667vw;
    border-bottom: 0.2666666667vw solid #d9d9d9;
  }
}

.p-cause__box__subttl__source {
  color: var(--color-primary);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  font-family: var(--font-noto-serif);
  font-size: 18px;
  padding-right: 6px;
}
@media screen and (max-width: 744px) {
  .p-cause__box__subttl__source {
    font-size: 4vw;
    padding-right: 1.6vw;
  }
}

.p-cause__box__subttl__number {
  font-family: var(--font-noto-serif);
  color: var(--color-primary);
  margin: -8px 20px 0 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 744px) {
  .p-cause__box__subttl__number {
    margin: -2.1333333333vw 5.3333333333vw 0 0;
    font-size: 12.8vw;
  }
}

.p-cause__box__img {
  float: right;
  margin-top: -77px;
  padding-left: 24px;
  background: #fff;
  width: auto;
}
@media screen and (max-width: 744px) {
  .p-cause__box__img {
    margin-top: -20.5333333333vw;
    padding-left: 0;
    margin: 0px 0 0px 6.1333333333vw;
    width: 39.4666666667vw;
  }
  .p-cause__box__img.spfull {
    float: none;
    margin: 0 auto 4.2666666667vw;
    width: 100%;
    max-width: 106.6666666667vw;
    display: block;
  }
}
.p-cause__box__img__1 {
  width: 474px;
}
@media screen and (max-width: 744px) {
  .p-cause__box__img__1 {
    width: 100%;
  }
}

.p-cause__box__txt {
  min-height: 95px;
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
}
@media screen and (max-width: 744px) {
  .p-cause__box__txt {
    font-size: 4vw;
    min-height: 25.3333333333vw;
    line-height: 1.7;
  }
}

/* --------------------------------------------------
p-flow
-------------------------------------------------- */
#tempFlow .tempFlow__lists {
  background: var(--color-alpha);
}

/* --------------------------------------------------
 料金
-------------------------------------------------- */
#tempPrice {
  background: #ecf5f7;
}
#tempPrice .inner {
  padding-bottom: 70px;
  padding: 60px 0;
}
@media screen and (max-width: 744px) {
  #tempPrice .inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
    padding: 8.5333333333vw 4.2666666667vw 8.5333333333vw;
  }
}
#tempPrice h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
  position: relative;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 744px) {
  #tempPrice h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
#tempPrice .c_menu {
  margin-bottom: 32px;
}
@media screen and (max-width: 744px) {
  #tempPrice .c_menu {
    margin-bottom: 8.5333333333vw;
  }
}

/* --------------------------------------------------
 広告用
-------------------------------------------------- */
.monitor .board_ads {
  background: linear-gradient(135deg, #f0285a 0%, #ff6ea0 100%);
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  padding: 12px 0;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.monitor .board_ads_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner {
    flex-direction: column;
    font-size: 5.6vw;
    line-height: 1.3;
    gap: 1.0666666667vw;
    text-align: center;
  }
}
.monitor .board_ads_inner .txt_1 {
  line-height: 1;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner .txt_1 {
    letter-spacing: 0.2666666667vw;
  }
}
.monitor .board_ads_inner .txt_1 span {
  font-size: 36px;
  font-family: var(--font-zen);
  color: yellow;
  margin-left: 4px;
  margin-right: 4px;
}
.monitor .board_ads_inner .txt_2 {
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: #fff;
  color: #dd5564;
}
@media screen and (max-width: 744px) {
  .monitor .board_ads_inner .txt_2 {
    padding: 0 1.0666666667vw;
    font-size: 4.2666666667vw;
    align-self: center;
    white-space: nowrap;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 744px) {
  .monitor .p-kv .p-kv__inner {
    padding: 75.4666666667vw 3.6vw 6.4vw;
  }
}
@media screen and (max-width: 744px) {
  .monitor .line {
    padding-bottom: 25.6vw;
  }
}
.monitor .tempPrice__ttl span {
  display: block;
  color: #dd5564;
  font-size: 48px;
}
@media screen and (max-width: 744px) {
  .monitor .tempPrice__ttl span {
    font-size: 8vw;
  }
}
.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-bottom: 18px;
}
@media screen and (max-width: 744px) {
  .monitor .pick_note {
    font-size: 3.2vw;
    border: 0.2666666667vw solid #dd5564;
    padding: 1.0666666667vw;
    margin-bottom: 4.8vw;
  }
}
.monitor .bnr_ads {
  margin: 48px auto 0 -110px;
  width: 1200px;
  height: 416px;
  background: url(../images/ads-bg.webp) center/cover no-repeat;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads {
    margin: 6.4vw auto 0 -4.2666666667vw;
    width: 100vw;
    height: 118.1333333333vw;
    background: url(../images/ads-bg-sp.webp) center/cover no-repeat;
  }
}
.monitor .bnr_ads_inner {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 0 auto;
  padding-top: 210px;
  max-width: 980px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner {
    flex-direction: column;
    gap: 3.2vw;
    padding-top: 48vw;
  }
}
.monitor .bnr_ads_inner a {
  width: 440px;
}
@media screen and (max-width: 744px) {
  .monitor .bnr_ads_inner a {
    align-self: center;
    max-width: 86.1333333333vw;
    width: 100%;
  }
}
.monitor .bnr_ads_inner img {
  aspect-ratio: 440/150;
}

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