/*===================================
  基本設定
===================================*/
:root {
  --c-01: #c42b20;
  --c-02: #efefef;
  --c-03: #fbf2ed;
  --c-04: #001738;
  --ml100: 100px;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.c-01 {
  background: linear-gradient(108deg, #c42b20 0, #d64036 32%, #b5251b 84%, #a61f16 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bgc-01 {
  background: var(--c-02);
}

.bgc-02 {
  background: var(--c-03);
}

.c-04 {
  background-color: var(--c-04);
}

.ff-zen {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.caveat {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kurenaido-regular {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.biz-udgothic-regular {
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.c-w {
  color: #fff;
}

/* .c-red {
  color: #cb2626;
} */
.bgc-w {
  background: #fff;
}

/* 共通コンテンツ間隔 */
.area {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 599px) {
  .area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #001738;
  font-style: normal;
  letter-spacing: 1px;
  /* background-image: radial-gradient(#37363630 0.5px, transparent 0.5px); */
  /* background-size: 8px 8px; */
}

.wrapper {
  background-color: #fff;
  /* 上部は白でクリーンに、下にいくほどドット背景が現れる */
  background-image:
    linear-gradient(to bottom, #ffffff 0, #ffffff 640px, rgba(255, 255, 255, 0) 1080px),
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url(../image/bg-geo.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center top, center center, center center;
  background-size: 100% 1080px, cover, cover;
  background-attachment: scroll, fixed, fixed;
}

/* スマホはヒーローが縦長なので白い範囲を広げる */
@media (max-width: 768px) {
  .wrapper {
    background-image:
      linear-gradient(to bottom, #ffffff 0, #ffffff 820px, rgba(255, 255, 255, 0) 1050px),
      linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
      url(../image/bg-geo.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center top, center center, center center;
    background-size: 100% 1050px, cover, cover;
    background-attachment: scroll, fixed, fixed;
  }
}

.inner {
  width: 96%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.inner1300 {
  width: 96%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.inner1500 {
  width: 96%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}


/* 共通使用 */

.marker {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 50%, rgba(255, 235, 59, 1) 50%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.8s ease-out 0.4s;
}

.worries__item.mv .marker {
  background-size: 100% 100%;
}

.animated-underline {
  display: inline-block;
  position: relative;
}

.animated-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 3px;
  width: 0%;
  background: linear-gradient(108deg, #c42b20 0%, #d64036 32%, #b5251b 84%, #a61f16 100%);
  transition: width 1s ease-out;
}

.animated-underline.visible::after {
  width: 100%;
}

.maxw-200 {
  max-width: 200px;
}

.maxw-600 {
  max-width: 600px;
}

.center {
  place-items: center;
  display: grid;
}

.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.pc-br {
  display: block;
}

@media (max-width: 599px) {

  .pc-br {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }
}

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

.h2 {
  font-weight: bold;
}

.h3 {
  letter-spacing: 0.1em;
  font-size: 38px;
  font-weight: 500;
}


/* 余白 */
.section-py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */

@media (min-width: 1025px) {
  .header {
    height: 100px;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    z-index: 99;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
  }

  #sp-navArea {
    display: none;
  }

  .mainvisual {
    margin-top: 100px;
  }
}

/* スマホ時：ヘッダーのロゴと予約ボタンを消してMVをすっきり見せる */
@media (max-width: 1024px) {
  .header {
    display: none !important;
  }
}

.header-flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header .logo {
  width: 200px;
}

.header .cta-area ul {
  gap: 20px;
}

.cta-area ul li a:hover {
  opacity: 1;
}

.cta-area ul li {
  height: 48px;
  display: grid;
  place-items: center;
  position: relative;
  border-radius: 8px;
  margin-top: 12px;
}

.cta-area ul li a {
  padding: 0px 40px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  letter-spacing: 0em;
  white-space: nowrap;
}

.cta-area ul li:first-of-type {
  background: #001738;
  color: #fff;
  position: relative;
}

.cta-area ul li span {
  position: absolute;
  right: 50%;
  left: 50%;
  top: -22px;
  transform: translateX(-50%);
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #001738;
  color: #001738;
  font-size: 11px;
  display: grid;
  place-items: center;
  padding: 2px 0px;
  font-weight: bold;
}

/* どくっどくっアニメーション */
@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  15% {
    transform: scale(1.04);
  }

  30% {
    transform: scale(1);
  }

  45% {
    transform: scale(1.03);
  }

  60% {
    transform: scale(1);
  }
}

.cta-area ul li:first-of-type {
  animation: pulse 2.5s ease-in-out infinite;
}

.cta-area ul li span:before,
.cta-area ul li span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.left-offset {
  left: -2vw;
}

.deco-red-frame {
  top: 18px;
  left: 0;
  transform: translateX(-10%);
  z-index: -1;
}

.cta-area ul li span:before {
  bottom: -8px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #001738 transparent transparent transparent;
}

.cta-area ul li span:after {
  bottom: -6px;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}


/* ボタン下部の余計な定義を整理 */


/* ── 1) 1つ目ボタンのホバー（黒枠は付けず、後述の「いやいや」アニメーションに任せる） ── */
.cta-area ul li:first-of-type:hover {
  opacity: 1;
}

.cta-area ul li:first-of-type:hover span {
  background: #fff;
  border: 1px solid #001738;
  color: #001738;
  opacity: 1;
}

/* バッジ下部の三角も反転 */
.cta-area ul li:first-of-type:hover span:before {
  border-color: #001738 transparent transparent transparent;
  opacity: 1;
}

.cta-area ul li:first-of-type:hover span:after {
  border-color: #fff transparent transparent transparent;
  opacity: 1;
}


/* タブレット以下のナビゲーション */

/*============
nav
=============*/

@media (max-width: 1024px) {
  #sp-navArea nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }

  #sp-navArea #sp-navArea .open nav {
    left: 0;
    opacity: 1;
  }

  #sp-navArea nav .inner {
    padding: 25px;
  }

  #sp-navArea nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #sp-navArea nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #001738;
  }

  #sp-navArea nav .inner ul li a {
    display: block;
    color: #001738;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }

  #sp-navArea nav .inner ul li a:hover {
    background: #e4e4e4;
  }

  /* @media screen and (max-width: 767　px) {
  #sp-navArea nav {
    left: -220px;
    width: 220px;
  }
} */
  /*============
.toggle_btn
=============*/
  #sp-navArea .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }

  #sp-navArea .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #001738;
    border-radius: 4px;
    transition: all .5s;
  }

  #sp-navArea .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  #sp-navArea .toggle_btn span:nth-child(2) {
    top: 14px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }

  #sp-navArea .open .toggle_btn span {
    background-color: #fff;
  }

  #sp-navArea .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }

  #sp-navArea .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }

  #sp-navArea .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }

  /*============
#mask
=============*/
  #sp-navArea #mask {
    display: none;
    transition: all .5s;
  }

  #sp-navArea #sp-navArea .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
}

/* メインビジュアル */
.mainvisual img {
  width: 100%;
}

/* CSS */
:root {
  --main-color: #c42b20;
  --main-hover: #fff;
  --text-hover: #c42b20;
}

/* コンテナ */
.cta-campaign {
  display: inline-block;
  position: relative;
  margin-top: -9vw;
}

/* ボタン本体 */
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 15px 50px;
  border: 2px solid var(--main-color);
  border-radius: 999px;
  background-color: var(--main-hover);
  color: var(--main-color);
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  margin-left: 30px;
}

/* ホバー時 */
.cta-btn:hover {
  background-color: var(--main-color);
  color: var(--main-hover);
  opacity: 1;
}

/* 矢印アイコン */
.cta-btn__arrow {
  display: inline-block;
  margin-left: 8px;
  font-size: 20px;
  line-height: 1;
  transition: color 0.3s;
}

.cta-btn:hover .cta-btn__arrow {
  color: var(--main-hover);
}

/* バナー部分 */
.cta-btn__banner {
  position: absolute;
  top: -20px;
  left: 20px;
  padding: 4px 12px;
  background-color: var(--main-color);
  color: var(--main-hover);
  font-size: 12px;
  font-weight: bold;
  border-radius: 4px;
  transform: skew(-10deg);
  white-space: nowrap;
}

/* ホバー時にバナーも反転 (必要ならコメントアウトして下さい) */
.cta-btn:hover .cta-btn__banner {
  background-color: var(--main-hover);
  color: var(--main-color);
  border: 2px solid var(--main-color);
}

@media (max-width: 599px) {
  .cta-btn {
    margin-left: 10px;
  }
}

/* キャッチ */
.fz22to48 {
  font-size: clamp(1.375rem, 0.784rem + 2.95vw, 3rem);
}

.lh-18 {
  line-height: 1.8em;
}


/* 以下のようなお悩みありませんか？ */

#worries {
  position: relative;
  background-color: #0d1118;
  background-image:
    linear-gradient(rgba(13, 17, 24, 0.78), rgba(13, 17, 24, 0.86)),
    url(../image/worries-bg.jpeg);
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.mb-200 {
  margin-bottom: 200px;
}

.pos-r {
  position: relative;
}

.custom-shape-divider-top-1746529002 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1746529002 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1746529002 .shape-fill {
  fill: #1e242c;
}

.worries {
  position: relative;
  color: #fff;
  overflow: hidden;
}

/* 波形 SVG */
.worries__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

/* 背景画像 */
.worries__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/nayami-man.jpeg);
  background-size: cover;
  opacity: 0.8;
  z-index: -1;
}

/* コンテナ */
.worries__inner {
  position: relative;
  z-index: 2;
  padding: 80px 20px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.worries__subtitle {
  font-size: 1rem;
  margin-bottom: 8px;
  opacity: 0.8;
}

.worries__title {
  font-size: 2rem;
  margin-bottom: 40px;
  line-height: 1.4;
}

/* .section-py150{
  padding-top: 150px;
  padding-bottom: 150px;
} */

.max-w750 {
  max-width: 750px;
}

/* お悩みリスト */

.ml100 {
  margin-left: var(--ml100);
}

.worries__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.worries__col {
  width: calc(50% - 10px);
}

.worries__item {
  position: relative;
  background-color: #FFF;
  border-radius: 4px;
  padding: 30px 20px 24px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  min-height: 120px;
  animation: floatCard 3s ease-in-out infinite alternate;
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  100% {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  }
}

.worries__item:nth-child(even) {
  animation-delay: 1.5s;
}

.worries__item:nth-child(3n) {
  animation-delay: 0.7s;
}

.worries__label {
  display: inline-block;
  background-color: #676767;
  color: #FFF;
  font-weight: bold;
  padding: 6px 16px;
  font-size: 14px;
  margin-bottom: 0;
  position: absolute;
  top: -15px;
  left: -15px;
  transform: rotate(-6deg);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  animation: labelWobble 4s infinite;
}

@keyframes labelWobble {

  0%,
  80%,
  100% {
    transform: rotate(-6deg) scale(1);
  }

  85% {
    transform: rotate(-10deg) scale(1.1);
  }

  90% {
    transform: rotate(-2deg) scale(1.1);
  }

  95% {
    transform: rotate(-10deg) scale(1.1);
  }
}

.worries__item p {
  font-size: 0.95rem;
  padding-top: 15px;
  line-height: 1.5;
}


.service-intro {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../image/redbg.png);
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 100px 0;
}

.worries__item.mb-10 {
  margin-bottom: 10px;
}

.service-intro__label {
  display: inline-block;
  position: relative;
  background-color: #c42b20;
  color: #fff;
  padding: 12px 30px 12px 5px;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 30px;
  width: auto;
}

/* 赤ラベルを画面左端まで伸ばす帯 */
.service-intro__label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #c42b20;
}

.service-intro__title {
  color: #fff;
  font-size: clamp(1.75rem, 1.438rem + 1.56vw, 2.5rem);
  line-height: 1.9;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

.service-intro__title span {
  font-size: clamp(1.75rem, 1.438rem + 1.56vw, 2.5rem);
  color: #fff;
  background: linear-gradient(transparent 60%, #c42b20 60%);
}

.service-intro__desc {
  font-size: 0.95rem;
  line-height: 2rem;
  margin-left: auto;
  margin: 0 auto auto 0;
  color: #fff;
}

.reasons .fead-text .str.textin {
  line-height: normal;
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
}

.service-intro .inner1500 {
  position: relative;
  z-index: 1;
}

.service-intro .relative-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-intro .txt-box {
  width: 60%;
  position: relative;
  padding: 60px 8% 60px 2%;
  /* Default padding relative to inner1500 */
  color: #fff;
  z-index: 1;
}

.service-intro .txt-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  background: linear-gradient(rgba(20, 24, 30, 0.9), rgba(20, 24, 30, 0.72)), url(../image/reasons-bg.jpg) center center / cover no-repeat;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.service-intro .order2 {
  width: 45%;
  display: block;
  margin-left: -5vw;
  /* Pull image to the left slightly over the dark box */
  min-width: 300px;
  z-index: 2;
}


/*── 理由エリア ──*/
/* .reasons {
  background: #f9f9f9;
  padding: 80px 20px;
} */

.triangle {
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #1e242c 20%, #1c2730 40%, #f5f6f7 256%);
}

.reasons {
  position: relative;
  background: linear-gradient(rgba(20, 24, 30, 0.72), rgba(20, 24, 30, 0.72)), url(../image/reasons-bg.jpg) center center / cover no-repeat;
  padding: 100px 0 150px;
  margin-top: 150px;
  margin-bottom: 80px;
}

/* 斜めの上下帯は廃止（画像背景と質感が合わないため） */
.reasons::before,
.reasons::after {
  display: none;
}

.custom-shape-divider-top-1745158858 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1745158858 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 69px;
}

.custom-shape-divider-top-1745158858 .shape-fill {
  fill: #ffffff;
}

.custom-shape-divider-bottom-1745158966 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1745158966 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 69px;
}

.custom-shape-divider-bottom-1745158966 .shape-fill {
  fill: #ffffff;
}

/* スマホでは波型の区切りをゆるやかに（カーブがきつくなりすぎないように） */
@media (max-width: 768px) {
  .custom-shape-divider-top-1745158858 svg,
  .custom-shape-divider-bottom-1745158966 svg,
  .custom-shape-divider-top-1746529002 svg {
    height: 38px;
  }
}

.reasons .flow-bg {
  font-family: "Oswald", sans-serif;
  line-height: normal;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  color: rgba(255, 255, 255, 0.1);
  user-select: none;
  pointer-events: none;
}

.reasons .caveat {
  position: absolute;
  top: 90px;
  left: 11%;
  transform: translateX(-50%);
  font-size: 120px;
  color: rgba(255, 255, 255, 0.1);
  user-select: none;
  pointer-events: none;
}


.reasons .txt-box {
  background-color: #fff;
  border-radius: 0px 23px 23px 0px;
  background: linear-gradient(145deg, #1b2028, #20272f);
  box-shadow: 5px 5px 5px #12151a, 5px 4px 2px #2a333e;
}

.reason-list li:nth-of-type(even) .reason.txt-box {
  border-radius: 23px 0px 0px 23px;
  box-shadow: 5px 5px 5px #12151a, 5px 4px 2px #2a333e;
}

.reason-list li:nth-of-type(even) img {
  border-radius: 23px 0px 0px 23px;
}

.reasons__header {
  text-align: center;
  margin-bottom: 150px;
  position: relative;
  z-index: 2;
}

.reasons__header small {
  display: block;
  color: #ed2e7e;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.reasons__header h3 {
  font-size: 1.8rem;
  line-height: 1.4;
}

.reasons__header h3 span {
  display: inline-block;
  color: #ed2e7e;
  font-size: 2.2rem;
  margin: 0 4px;
}

.title-with-reason {
  position: relative;
  display: block;
  text-align: center;
}

/* 統一見出しスタイル */
.section-heading {
  position: relative;
  display: block;
  text-align: center;
  font-size: clamp(1.75rem, 1.438rem + 1.56vw, 2.5rem);
  font-weight: bold;
  color: #1e242c;
  padding-top: 20px;
}

.section-heading--light {
  color: #fff;
}

.reason-cursive-title {
  position: absolute;
  top: 10px;
  left: calc(50% - 280px);
  width: 95px;
  z-index: 2;
  opacity: 0.9;
}

/* プライスセクション専用：Priceロゴを左上に配置（section-heading内のは別途上書き） */
#price .reason-cursive-title {
  top: -25px;
  left: calc(50% - 200px);
  transform: none;
  width: 85px;
}

.main-reason-title {
  max-width: 320px;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .reason-cursive-title {
    top: -22px;
    left: calc(50% - 130px);
    width: 58px;
  }

  #price .reason-cursive-title {
    top: -22px;
    left: calc(50% - 115px);
    width: 58px;
  }
}

.reason01 {
  background-image: radial-gradient(#373636 0.5px, transparent 0.5px);
  background-size: 8px 8px;
  position: absolute;
  background-image: url(../image/smartphone.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 23px 23px 0px;
  opacity: .1;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.reason-list li:nth-of-type(even) .reason {
  border-radius: 23px 0px 0px 23px;
}

.reason-list li:nth-of-type(even) .reason01 {
  border-radius: 23px 0px 0px 23px;
}

.reason-inner {
  padding: 30px 30px 30px 60px;
}

.reason01 img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  border-radius: 0px 23px 23px 0px;
}

.reason-list li:not(:last-of-type) {
  margin-bottom: 200px;
}

.reason-list li .reason {
  position: relative;
}

@media (min-width: 1025px) {
  .reason-list li .reason.pos-r {
    width: 57vw;
  }

  .reason-list li:nth-of-type(odd) .reason {
    margin-left: calc((100vw - 100%) / 2 * -1);
  }

  .reason-list li:nth-of-type(even) .reason {
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
}

.reason-list li:nth-of-type(odd) .reason {
  height: 400px;
}

.reason-list li:nth-of-type(even) .reason {
  height: 400px;
}

.reason-list li:nth-of-type(even) .d-flex {
  flex-direction: row-reverse;
}

.reason__number {
  width: 15%;
  position: absolute;
  top: -6%;
  width: 240px;
}

.reason-list li:nth-of-type(odd) .reason .reason__number {
  left: 60px;
}

.reason__content {
  margin-top: 50px;
}

.reason__title {
  font-size: clamp(1.25rem, 1.094rem + 0.78vw, 1.875rem);
  margin-bottom: 20px;
  line-height: 2.5rem;
  color: #fff;
}

.reason__title span {
  border-bottom: 1px solid #c42b20;
}

.reason__text {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #fff;
}

.reason__list {
  margin-top: 12px;
  list-style: none;
}

.reason__list li {
  display: inline-block;
  margin-right: 12px;
  padding: 4px 8px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 0.85rem;
}

/* 図解画像 */
.reason--image {
  justify-content: center;
  align-items: center;
}

.reason--image img {
  max-width: 100%;
  height: auto;
}

/* 3番目は横並び */
.reason--full {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px;
}

.reason--full .reason__number {
  top: -30px;
  left: 30px;
  font-size: 4rem;
}

.reason--full .reason__content {
  flex: 1;
}

.reason--full img {
  max-width: 250px;
  height: auto;
}

/*── レスポンシブ ──*/
@media screen and (max-width: 768px) {
  .service-intro {
    padding-bottom: 60px;
  }

  .service-intro__title {
    font-size: 1.6rem;
  }

  .service-intro__desc {
    font-size: 0.9rem;
  }

  .reasons__grid {
    grid-template-columns: 1fr;
  }

  .reason--full {
    flex-direction: column;
    text-align: center;
  }

  .reason--full img {
    margin-top: 20px;
  }
}

/* 料金表 */

#price {
  position: relative;
  margin-bottom: 80px;
  padding: 40px 0 100px;
  z-index: 1;
}

#price h2 {
  position: relative;
  z-index: 3;
  font-size: clamp(1.75rem, 1.438rem + 1.56vw, 2.5rem);
  color: #001738;
}

#price .caveat {
  position: absolute;
  top: -50px;
  opacity: 0.6;
  left: 50%;
  transform: translateX(-50%);
}

#price .price span {
  font-size: 20px;
}


#price .inner {
  max-width: 1200px;
}

.pricing-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 70px 20px 50px 20px;
}

.card {
  position: relative;
  width: 260px;
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

/* Standardカードを強調（全体的に大きく）*/
.card.standard {
  width: 280px;
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  z-index: 2;
}


.card-header {
  position: relative;
  text-align: center;
  padding: 40px 0 28px;
  border-radius: 10px 10px 0 0;
}

.card.standard .card-header {
  padding: 55px 0 40px;
}

/* バッジ本体 */
.badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  border-radius: 22px;
  white-space: nowrap;
  z-index: 1;
}

@media (max-width: 599px) {
  .pricing-cards .badge {
    font-size: 13px;
    padding: 9px 20px;
    top: -16px;
  }
}

/* プラン名・価格 */
.card-header h3 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
}

.card.standard .card-header h3 {
  font-size: 26px;
}

.card-header .price {
  margin: 0;
  font-size: 56px;
  color: #FFF;
  font-family: "Oswald", sans-serif;
  line-height: 1.1;
}

.card.standard .card-header .price {
  font-size: 72px;
}

/* 各プラン色（バッジは元の単色、ヘッダーはベース色から派生したグラデ） */
.card.free .badge {
  background-color: #24313b;
  color: #FFF;
}
.card.free .card-header {
  background: linear-gradient(135deg, #3a4a57 0%, #24313b 50%, #141b22 100%);
  color: #FFF;
}

.card.light .badge {
  background-color: #3a7ca5;
  color: #FFF;
}
.card.light .card-header {
  background: linear-gradient(135deg, #5ba2cf 0%, #3a7ca5 50%, #245676 100%);
  color: #FFF;
}

.card.standard .badge {
  background-color: #b61b1b;
  color: #FFF;
}
.card.standard .card-header {
  background: linear-gradient(135deg, #de2929 0%, #b61b1b 50%, #7a0e0e 100%);
  color: #FFF;
}

.card.premium .badge {
  background-color: #d9a200;
  color: #FFF;
}
.card.premium .card-header {
  background: linear-gradient(135deg, #f5c93a 0%, #d9a200 50%, #9c7400 100%);
  color: #FFF;
}

.price-month {
  font-size: 16px;
  font-weight: normal;
  opacity: 0.8;
}

/* ボディ部分 */
.card-body {
  padding: 16px;
  flex: 1;
}

.features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 12px;
  line-height: 1.5;
  color: #2E373F;
  gap: 6px;
}

.features li>span:first-child {
  flex: 1;
  min-width: 0;
}

.features li:last-child {
  border-bottom: none;
}

.small-note {
  font-size: 9px;
  color: #8FA3B3;
  display: block;
}

.detail {
  font-weight: bold;
  color: #393E44;
  white-space: nowrap;
  flex-shrink: 0;
}

.icon-circle {
  font-size: 14px;
  line-height: 1;
  color: #29C997;
  border: none;
  background: transparent;
  width: auto;
  height: auto;
  display: inline-block;
  font-weight: bold;
  flex-shrink: 0;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .pricing-cards {
    overflow-x: scroll;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 60px 16px;
  }

  .card {
    flex-shrink: 0;
    width: 260px;
  }

  .card.standard {
    width: 280px;
  }
}

/* @media screen and (max-width: 599px) {
      .pricing-cards {
        flex-direction: column;
        gap: 20px;
        padding: 20px 16px;
      }
      .card { width: 100%; }
    } */

#price .caveat span {
  font-size: clamp(1.5rem, 0.682rem + 4.09vw, 3.75rem);
}

#price .flow-bg {
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 120px;
  color: var(--primary);
  opacity: 0.2;
  pointer-events: none;
  user-select: none;
}

/* テーブルラッパー */
.pricing-wrap {
  width: 100%;
  overflow: visible;
  /* 強調ではみ出す部分を表示 */
  padding: 20px;
}

/* テーブル基本 */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #e2e2e2;
  padding: 16px 8px;
}

/* 列定義 */
.pricing-table col:first-child {
  width: 25%;
}

.pricing-table col.col-free {
  width: 25%;
}

.pricing-table col.col-standard {
  width: 25%;
  position: relative;
  z-index: 2;
}

.pricing-table col.col-prof {
  width: 25%;
}

/* ヘッダー共通 */
.pricing-table thead th {
  position: relative;
  font-weight: normal;
  background-color: #fff;
}

/* 各プラン色設定 */
.pricing-table thead .col-standard {
  background: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
  color: #fff;
}

.pricing-table thead .col-prof {
  background: #fff;
  color: #001738;
}

/* 「おすすめ」バッジ */
.pricing-table .badge {
  position: absolute;
  top: -35px;
  width: 30%;
}

/* チェックマーク */
.pricing-table .check {
  display: inline-block;
  font-size: 1.2rem;
  color: #ed2e7e;
  line-height: 1;
}

/* ゼブラストライプ */
.pricing-table tbody tr:nth-child(odd) {
  background: #f9f9f9;
}

.pricing-table tbody tr:nth-child(even) {
  background: #fff;
}

/* スタンダード列強調 */
.pricing-table .col-standard th,
.pricing-table .col-standard td {
  transform: scale(1.05);
  transform-origin: center center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform .2s ease;
}

.pricing-table .bgc-pink {
  /* background-color: #ed2e7e; */
  color: #fff;
  background: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
}

.pricing-table .bgc-pink span {
  color: #fff;
}

/* 角丸（ヘッダー上部） */
/* .pricing-table thead .col-standard {
    border-radius: 8px 8px 0 0;
  } */
/* 角丸（最下行下部） */
.pricing-table tbody tr:last-child .col-standard {
  border-radius: 0 0 8px 8px;
}

/* レスポンシブ調整 */
@media screen and (max-width:600px) {

  .pricing-table th,
  .pricing-table td {
    padding: 12px 4px;
    font-size: 0.85rem;
  }

  .pricing-table .badge {
    top: -6px;
    right: -6px;
    padding: 3px 5px;
    font-size: 0.65rem;
  }

  #price {
    margin-bottom: 50px;
  }
}

.ctabnr {
  border-radius: 15px;
}


.ctabnr img {
  border-radius: 15px;
}


:root {
  --primary: #1c9ea0;
  --bg-dark: #1F262E;
  --accent-yellow: #F9D239;
}

/* ===== 掲載までの流れ セクション ===== */
.steps-section {
  background-color: #000;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url(../image/AdobeStock_286178301.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  padding: 80px 20px;
  color: #fff;
}

/* タイトルエリア */
.flow-cursive-title {
  top: -50px;
  left: calc(50% - 210px);
  transform: none;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .flow-cursive-title {
    top: -30px;
    left: calc(50% - 130px);
    width: 80px;
  }
}

/* ステップリスト：横並び */
.steps-list {
  list-style: none;
  margin: 0;
  padding: 56px 0 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
}

/* 各ステップ */
.step {
  position: relative;
  flex: 1;
  max-width: 340px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.08));
}

.step:nth-child(1) {
  z-index: 3;
}

.step:nth-child(2) {
  z-index: 2;
  margin-left: -30px;
}

.step:nth-child(3) {
  z-index: 1;
  margin-left: -30px;
}

/* 矢印型パネル：clip-pathでchevronシェイプ */
.step-box {
  position: relative;
  background: #fff;
  padding: 36px 40px 36px 32px;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: #1F262E;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}

.step:nth-child(2) .step-box,
.step:nth-child(3) .step-box {
  padding-left: 62px;
}

/* 最後のステップは矢印なし（通常の長方形） */
.step:last-child .step-box {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* 番号バッジ（パネル上に飛び出す） */
.step-num {
  position: absolute;
  top: -48px;
  left: 16px;
  font-family: "Caveat", cursive;
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  user-select: none;
  z-index: 5;
}

.step-num-img {
  width: 35px;
  height: auto;
  top: -20px;
  /* filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 0.9)); */
}

.step:nth-child(2) .step-num-img,
.step:nth-child(3) .step-num-img {
  width: 50px;
  top: -28px;
  left: 45px;
}

/* アイコン円 */
.step-icon-wrap {
  width: 60px;
  height: 60px;
  background: #e8343c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px auto 16px;
}

.step-icon {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/* 見出し */
.step-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #e8343c;
}

/* 説明文 */
.step-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: #444;
}

/* レスポンシブ */
@media screen and (max-width: 1024px) {
  .steps-list {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .step {
    max-width: 300px;
    margin-left: 0 !important;
  }

  .step-box,
  .step:last-child .step-box,
  .step:nth-child(2) .step-box,
  .step:nth-child(3) .step-box {
    clip-path: none;
    border-radius: 12px;
    padding-left: 32px;
    /* reset padding */
  }

  .step:nth-child(n) .step-num-img {
    left: 16px;
  }
}

@media screen and (max-width: 599px) {
  .steps-list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .step {
    width: 90%;
    max-width: 340px;
  }

  .steps-title {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}




/* セクション全体 */
.faq-section {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f5f8;
}

.faq-cursive-title {
  position: absolute;
  top: -22px;
  left: calc(50% - 180px);
  width: 90px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .faq-cursive-title {
    top: -25px;
    left: calc(50% - 110px);
    width: 70px;
  }
}

.faq-category {
  font-size: 1.25rem;
  font-weight: bold;
  color: #e8343c;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: left;
}

.faq-category:first-child {
  margin-top: 0;
}

/* リスト側 */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

/* 個別アイテム */
.faq-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  padding: 12px 20px;
}


/* summary をボタン風に */
.faq-item summary {
  position: relative;
  padding-right: 48px;
  /* 丸アイコン分のスペース確保 */
}

/* summary のデフォルトマーカーを消す */
.faq-item summary {
  list-style: none;
  /* 一般的なリストスタイルを消去 */
  -webkit-appearance: none;
  /* iOS / WebKit 対策 */
  appearance: none;
  /* 標準外観をリセット */
  padding-left: 0;
  /* 左余白あれば調整 */
}

/* Chrome/Safari */
.faq-item summary::-webkit-details-marker {
  display: none;
}

/* Firefox */
.faq-item summary::-moz-list-bullet {
  font-size: 0;
  color: transparent;
}

/* Edge など共通 */
.faq-item summary::marker {
  font-size: 0;
  color: transparent;
}

/* ＋/−アイコン（赤丸 + テキスト） */
.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background-color: #e8343c;
  border-radius: 50%;
}

/* 開いたとき: 即座にマイナスに切り替え */
.faq-item[open] summary::after {
  content: "−";
}

/* Qアイコン */
.faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e8343c;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  flex-shrink: 0;
}

/* 質問文 */
.question-text {
  font-size: 15px;
  font-weight: bold;
  color: #001738;
  position: relative;
}

/* 回答部分 */
.answer {
  padding: 16px 12px 0 32px;
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  display: none;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, display 0.3s allow-discrete;
}

.faq-item[open] .answer {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

@starting-style {
  .faq-item[open] .answer {
    opacity: 0;
    transform: translateY(-8px);
  }
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .faq-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}




#flow-section h3 {
  text-align: center;
  color: #fff;
}

#flow-section ul {
  gap: 100px;
}

#flow-section ul li {
  flex: 1;
  box-shadow: 0px 0px 9px -5px #777777;
  position: relative;
  padding: 20px;
  background: #fff;
}

#flow-section ul li::after {
  content: '';
  /* bottom: 50%; */
  position: absolute;
  top: 46%;
  right: -57px;
  transform: translateY(-50%);
  border: solid #fff;
  border-width: 5px 5px 0 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  background: transparent;
}

#flow-section ul li:last-of-type:after {
  display: none;
}

#flow-section ul li .stephead {
  color: #000;
  font-weight: bold;
  text-align: center;
  /* background: linear-gradient(to right, #ff0077, #c85fc7); */
  font-size: 15px;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}

#flow-section .stephead {
  line-height: inherit;
  overflow-y: visible;
}


#flow-section .step {
  display: block;
  font-family: "Caveat", cursive;
  line-height: inherit;
  font-size: 22px;
  margin-bottom: 5px;
}

#flow-section .number {
  display: block;
  left: 4px;
  margin-top: -25px;
  font-family: "Caveat", cursive;
  margin-left: -15px;
  line-height: normal;
  font-size: 49px;
  position: relative;
}

#flow-section .icon {
  width: 30%;
  margin: 0px auto 20px;
}

#flow-section .heading {
  text-align: center;
  font-size: 22px;
  color: #1e242c;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.438rem + 1.56vw, 3rem);
}

.faq-item summary::marker {
  display: none;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}


.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* .faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
  } */

.faq .card .card-header .faq-title {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  background: linear-gradient(108deg, #0079d0 0, #9e52d8 32%, #da365c 84%, #d04901 100%);
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  color: #E91E63;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 1024px) {

  .faq-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 100px;
    margin-bottom: 120px;
    background-color: var(--bg-light);
  }

  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }

  .faq-title {
    margin-bottom: 80px;
  }

  #price .flow-bg {
    font-size: 80px;
    white-space: nowrap;
    position: absolute;
    bottom: 50%;
    top: -20%;
    transform: translate(-50%, -50%);
  }

  #price .flow-bg {
    font-size: 80px;
    white-space: nowrap;
    position: absolute;
    top: -20%;
  }
}

@media (max-width: 599px) {

  .faq-title h2 {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 600;
    font-size: clamp(1.75rem, 1.438rem + 1.56vw, 3rem);
    line-height: normal;
  }

  .faq-title {
    margin-bottom: 30px;
  }

  ≈ .faq-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--bg-light);
  }
}

#qa-section h3 {
  text-align: center;
}

#flow-section {
  position: relative;
  overflow: hidden;
  background-color: rgb(30 36 44);
  background-size: cover;
  background-blend-mode: lighten;
  padding: 50px 0 100px 0px;
  background-image: radial-gradient(#373636 0.5px, transparent 0.5px);
  background-size: 8px 8px;
}



#flow-section .caveat {
  color: #fff;
}

/* footer */

footer {
  background-color: #1e242c;
}

.footer-inner a {
  color: #fff;
}

footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  background: #1e242c;
}

.footer-logo {
  width: 200px;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 24px;
}

.footer-links a {
  font-size: 12px;
  color: #8a96a3;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

@media (max-width: 1024px) {

  .faq-title .flow-bg {
    top: 30%;
    font-size: 80px;
  }

  .steps-section .flow-bg {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
  }

  .header {
    background-color: #fff;
  }

  .cta-area ul {
    position: fixed;
    bottom: 10px;
    z-index: 99;
    width: 100%;
    left: 55%;
    right: 50%;
    transform: translateX(-50%);
  }

  /* 1024px以下で縦並びに切り替え */
  .service-intro .d-flex {
    flex-direction: column;
    gap: 30px;
  }

  .service-intro .txt-box {
    width: 100%;
    padding: 45px 6% 45px 6%;
    margin-left: 0;
    margin-bottom: 0;
  }

  .service-intro .order2 {
    width: 70%;
    min-width: auto;
    margin: 0 auto;
  }



  .reasons {
    padding: 50px 0 100px;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .reason01 {
    opacity: 0;
  }

  .reasons::before {
    height: 10vw;
  }

  .reason__content {
    margin-top: 0px;
  }

  .reason-list li .reason {
    height: auto !important;
  }

  .reasons .flow-bg {
    font-size: 80px;
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
  }

  .pricing-cards {
    gap: 32px 16px;
    padding: 40px 0px 0px;
  }



  #price h3 {
    line-height: unset;
    font-size: 1.8rem;
  }

  .steps-section {
    padding: 80px 20px 100px 20px;
  }

  .steps-list {
    gap: 32px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
  }

  .step-box {
    width: 100%;
  }

  .step {
    margin: 0px;
    width: 80%;
  }

  .step-desc {
    height: auto !important;
  }

  .steps-list::before {
    height: 100%;
    width: 100%;
    top: 14%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../image/sp-arrow.png) no-repeat bottom center;
  }


  .cta-area ul {
    left: 50%;
    justify-content: center;
    right: 50%;
    transform: translateX(-50%);
  }

  .cta-area ul li {
    width: 40%;
  }

  .faq-item {
    padding: 20px 10px 20px 10px;
  }

  footer {
    padding-bottom: 80px;
  }


  .faq-section .d-flex {
    display: block;
  }
}


@media (max-width: 599px) {

  .faq-section {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 0px;
    background-color: var(--bg-light);
  }

  .faq-title .flow-bg {
    top: 40%;
    font-size: 80px;
    bottom: 0%;
    line-height: inherit;
    transform: translateY(-50%);
  }

  #price .flow-bg {
    top: -40%;
  }

  .deco-red-frame {
    width: 80%;
    left: 10px;
  }

  #worries .worries__list {
    flex-direction: column;
    column-gap: 20px;
  }

  #worries .worries__col {
    width: 96%;
    margin: auto;
  }

  .worries__item p {
    font-size: 12px;
  }

  .flex-column-sp {
    flex-direction: column;
  }

  .flex-column-sp .txt-box {
    display: contents;
  }

  .order0 {
    order: 0;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .order3 {
    order: 3;
  }

  .service-intro {
    padding-bottom: 0px;
  }

  .service-intro .order2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .service-intro__title {
    font-size: 20px;
    color: #fff;
  }

  .service-intro__desc {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 30px;
  }

  .reason-list li {
    background-color: transparent;
  }

  .reasons__header {
    margin-bottom: 100px;
  }

  .reasons {
    padding: 50px 0 100px;
    margin-top: 100px;
    margin-bottom: 50px;
  }


}

/* スマートフォン */

@media (max-width: 599px) {
  .header .logo {
    width: 120px;
  }

  #sp-navArea .toggle_btn {
    top: 25px;
  }

  .service-intro__label {
    width: 80%;
    margin-bottom: 0px;
  }

  .service-intro__title {
    font-size: 20px;
  }

  .triangle {
    height: 60px;
    background: linear-gradient(to bottom,
        /* 上部のベース色 */
        #1c2730 0%,
        /* 中間でベース色をキープ */
        #1e242c 60%,
        /* 下部でフェードアウトする色（下のセクション背景色と合わせる） */
        #f5f6f7 96%);
    margin-top: -10px;
  }

  .mainvisual.pc-none.mb-50 {
    margin-bottom: 0px !important;
  }

  .reasons {
    padding: 50px 0px;
  }

  .reasons::before {
    height: 11vw;
  }

  .reasons .reason-list li .reason .reason__number {
    left: 0px;
    width: 200px;
    top: -20px;
    position: relative;
  }

  .reason-list li .d-flex.jc-sb {
    display: grid;
  }

  .reason-list li .d-flex.jc-sb .reason.pos-r {
    width: 100%;
    display: contents;
  }

  .reason-list li .reason-inner {
    display: contents;
  }

  .reason-list li .reason__number {
    order: 1;
  }

  .reason__content {
    display: contents;
    order: 2;
  }

  .reason__title {
    font-size: 20px;
    margin-bottom: 30px;
    order: 1;
  }

  .reason-list li .reason.reason--image {
    order: 2;
    width: 80%;
    height: auto;
    margin: 0px auto 30px;
  }

  .reason__text {
    order: 3;
    display: grid;
  }

  .reason-list li:not(:last-of-type) {
    margin-bottom: 70px;
  }

  .h3 {
    font-size: 28px;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  .pricing-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  .step {
    width: 100%;
  }

  .step-desc {
    height: auto !important;
  }

  .steps-section {
    padding: 50px 20px 70px 20px;
  }

  .steps-list::before {
    top: 110px;
    left: 20%;
    background: url(../image/sp-arrow.png) no-repeat bottom right;
  }

  .question-text {
    display: block;
  }

  .steps-section .flow-bg {
    font-size: 80px;
    white-space: nowrap;
    position: absolute;
    top: 0%;
    left: 50%;
  }

  footer {
    padding-bottom: 50px;
  }

}

/* =========================================
   Unified Responsive (Supplement)
========================================= */

/* ---- Tablet (max-width: 1024px) ---- */
@media screen and (max-width: 1024px) {

  /* 見出し統一 - タブレット */
  .section-heading {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
  }

  .reason-cursive-title {
    left: calc(50% - 200px);
    width: 100px;
  }

  /* お悩みセクション */
  .worries__list {
    gap: 16px;
  }

  .worries__item {
    padding: 20px 16px;
  }

  /* おすすめする理由 */
  .reason-list li:not(:last-of-type) {
    margin-bottom: 100px;
  }

  .reason__title {
    font-size: 1.15rem;
    line-height: 2rem;
  }

  .reason__content {
    margin-top: 20px;
  }

  /* 料金カード */
  .card {
    width: 240px;
  }

  /* FAQ */
  .faq-list {
    max-width: 100%;
    padding: 0 10px;
  }

  .question-text {
    font-size: 14px;
  }

  /* フッター */
  footer .footer-inner {
    padding: 30px 20px;
    flex-direction: row;
    align-items: center;
  }

  .footer-logo {
    width: 160px;
  }
}

/* ---- Smartphone (max-width: 599px) ---- */
@media screen and (max-width: 599px) {

  /* コンテナの左右余白 */
  .inner,
  .inner1300,
  .inner1500 {
    width: 94%;
  }

  /* 各セクションの左右パディング */
  #worries {
    padding-left: 6px;
    padding-right: 6px;
  }

  .reasons {
    padding-left: 4px;
    padding-right: 4px;
  }

  #price {
    padding-left: 4px;
    padding-right: 4px;
  }

  .faq-section {
    padding-left: 6px;
    padding-right: 6px;
  }

  /* MV下バナー上余白 */
  .mainvisual+.inner {
    margin-top: 40px !important;
  }

  /* スマホ時、見出しの改行を詰めて1続きに */
  .service-intro__title br {
    display: none;
  }

  /* 見出し統一 - スマホ */
  .section-heading {
    font-size: clamp(1.6rem, 1.4rem + 1.5vw, 2.2rem);
    margin-bottom: 30px;
  }

  .reason-cursive-title {
    left: calc(50% - 145px);
    width: 70px;
    top: -27px;
  }

  #price .reason-cursive-title {
    left: calc(50% - 135px);
    width: 70px;
    top: -27px;
  }

  .flow-cursive-title {
    left: calc(50% - 125px);
    width: 70px;
    top: -27px;
  }

  .faq-cursive-title {
    left: calc(50% - 115px);
    width: 60px;
    top: -27px;
  }

  /* お悩みセクション */
  .worries__list {
    flex-direction: column;
    gap: 24px;
  }

  .worries__item {
    padding: 16px 14px;
    min-height: auto;
  }

  .worries__label {
    font-size: 12px;
    padding: 4px 10px;
  }

  /* サービス紹介 */
  .service-intro__label {
    font-size: 17px;
    margin-top: 30px;
    margin-right: auto;
  }



  /* おすすめする理由 */
  .reason-list li .d-flex {
    flex-direction: column !important;
    gap: 20px;
  }

  .reason-list li:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .reason-list li:nth-of-type(even) .d-flex {
    flex-direction: column !important;
  }

  .reason__title {
    font-size: 20px;
    line-height: 1.8rem;
  }

  .reason__text {
    font-size: 0.8rem;
  }

  .reason__number {
    width: 160px;
  }

  .reasons__header {
    margin-bottom: 60px;
  }

  .main-reason-title {
    max-width: 300px;
    width: 75%;
  }

  /* 料金カード */
  .pricing-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
    padding: 40px 16px 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 16px;
    justify-content: flex-start;
  }

  .card {
    width: 85%;
    min-width: 280px;
    max-width: none;
    scroll-snap-align: center;
    flex-shrink: 0;
  }

  .card.standard {
    transform: none;
  }
  .card.standard .card-header h3 {
    font-size: 22px;
  }
  .card.standard .card-header .price {
    font-size: 56px;
  }
  .card.standard .card-header {
    padding: 45px 0 40px;
  }

  #price {
    margin-bottom: 40px;
    padding: 50px 0 70px;
  }

  #price h2 {
    font-size: clamp(1.6rem, 1.4rem + 1.5vw, 2.2rem);
  }

  /* 掲載までの流れ */
  .steps-section {
    padding: 50px 16px 60px;
  }

  .step {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
  }

  .step-box,
  .step:last-child .step-box,
  .step:nth-child(2) .step-box,
  .step:nth-child(3) .step-box {
    clip-path: none;
    border-radius: 12px;
    padding: 32px 20px;
  }

  .step-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .step-icon {
    width: 24px;
    height: 24px;
  }

  .step-box h3 {
    font-size: 18px;
  }

  .step-desc {
    font-size: 12px;
  }

  /* FAQ */
  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-category {
    font-size: 1.15rem;
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .faq-item {
    padding: 12px 10px;
  }

  .faq-icon {
    font-size: 15px;
  }

  .question-text {
    font-size: 16px;
  }

  .answer {
    padding: 12px 8px 0 0px;
    font-size: 13px;
  }

  .faq-item summary::after {
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 20px;
  }

  /* フッター */
  footer .footer-inner {
    flex-direction: column;
    gap: 16px;
    padding: 24px 16px;
    text-align: center;
  }

  .footer-logo {
    width: 140px;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .footer-links a {
    font-size: 11px;
  }

  /* CTA固定ボタン */
  .cta-area ul li {
    width: 70%;
    height: 44px;
    font-size: 13px;
  }

  .header-cta-btn a {
    font-size: 13px;
    padding: 0 16px;
  }

  .header-cta-btn a span {
    font-size: 9px;
  }

  /* マージン調整 */
  .mb-80 {
    margin-bottom: 40px;
  }

  .mb-100 {
    margin-bottom: 50px;
  }

  .mt-100 {
    margin-top: 50px;
  }

  .pt-80 {
    padding-top: 40px;
  }
}


/* =========================================
   Edge Decorative Images
========================================= */
.deco-img {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

/* -- Worries Section -- */
#worries {
  position: relative;
  overflow: visible;
}

.deco-worries-r {
  top: 30px;
  right: 0;
  width: 80px;
}

/* -- Service Intro -- */
.service-intro {
  position: relative;
  overflow: visible;
}

.deco-service-rt {
  top: -30px;
  right: 0;
  width: 80px;
}

.deco-service-lb {
  bottom: 20px;
  left: 0;
  width: 180px;
}

/* -- Reasons -- */
.reasons {
  position: relative;
  overflow: visible;
}

.deco-reasons-lt {
  top: -110px;
  left: 0;
  width: 90px;
}

.deco-reasons-rt {
  top: -30px;
  right: 0;
  width: 80px;
}

.deco-reasons-lb {
  bottom: -80px;
  left: 0;
  width: 90px;
}

.deco-reasons-rb {
  bottom: -400px;
  right: 0;
  width: 80px;
}

/* -- Price -- */
#price {
  position: relative;
  overflow: visible;
}

/* -- Flow -- */
.steps-section {
  position: relative;
  overflow: visible;
}

.deco-flow-rt {
  top: 0px;
  right: 0;
  width: 100px;
}

.deco-flow-lb {
  bottom: -20px;
  left: 0;
  width: 100px;
}

/* -- FAQ -- */
.faq-section {
  position: relative;
  overflow: visible;
}

.deco-faq-lt {
  top: -20px;
  left: 0;
  width: 100px;
}

.deco-faq-rt {
  top: 30px;
  right: 0;
  width: 80px;
}

.deco-faq-lm {
  top: 40%;
  left: 0;
  width: 90px;
}

.deco-faq-rb {
  bottom: 0px;
  right: 0;
  width: 300px;
}

@media (max-width: 768px) {

  .deco-worries-r,
  .deco-service-rt,
  .deco-reasons-rt,
  .deco-reasons-rb,
  .deco-faq-rt {
    width: 40px;
  }

  .deco-reasons-lt,
  .deco-reasons-lb,
  .deco-faq-lm {
    width: 45px;
  }

  .deco-flow-rt,
  .deco-flow-lb,
  .deco-faq-lt {
    width: 60px;
  }

  .deco-service-lb {
    width: 100px;
  }

  .deco-faq-rb {
    width: 150px;
  }

  /* スマホ・タブレット時の位置微調整 */
  .deco-reasons-rb {
    bottom: -150px;
  }
}

/* ── おすすめ3つの理由 見出し ── */
.reasons-main-title {
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1.1;
}

.reasons-main-title__eyebrow {
  display: block;
  font-size: clamp(0.8rem, 0.6rem + 1vw, 1.1rem);
  letter-spacing: 0.3em;
  opacity: 0.65;
  font-weight: 400;
  margin-bottom: 6px;
}

.reasons-main-title__main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.05em;
}

.reasons-main-title__num {
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-size: clamp(4rem, 2rem + 10vw, 8rem);
  color: #c42b20;
  line-height: 0.9;
  font-weight: 700;
  text-shadow: 0 0 40px rgba(196, 43, 32, 0.4);
}

.reasons-main-title__suffix {
  font-size: clamp(1.5rem, 0.75rem + 3.75vw, 3rem);
  font-weight: 700;
}

@media (max-width: 599px) {
  .reasons-main-title__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.15em;
  }
}

/* ==================== 追加カスタマイズ ==================== */

/* ─── 0. 句読点（。、）の単独改行を防ぐ（CJK 禁則処理を厳格に） ─── */
html, body, p, h1, h2, h3, h4, h5, h6, li, span, dt, dd {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}


/* ─── 1. 見出しサイズの統一・拡大 ─── */
/* PC: 38-58px / Tablet: 32-45px / Mobile: 28-40px */
.section-heading {
  font-size: clamp(2.4rem, 1.8rem + 2.5vw, 3.6rem) !important;
  line-height: 1.25;
  padding-top: 28px;
}

/* service-intro は横長の左寄せ見出しなので、サイズを上げすぎず自然な折返しに */
.service-intro__title,
.service-intro__title span {
  font-size: clamp(2rem, 1.6rem + 1.6vw, 2.8rem) !important;
  line-height: 1.4;
}

/* 装飾英字（cursive）— 見出しテキストの左端を基準に常に同じ位置に配置。
   これで全セクション一貫した位置関係になる（見出し文字数に依らない）。 */
.section-heading {
  display: table;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}

.section-heading .reason-cursive-title,
.section-heading .flow-cursive-title,
.section-heading .faq-cursive-title {
  position: absolute !important;
  left: auto !important;
  right: calc(100% + 8px) !important;
  top: 30% !important;
  transform: translateY(-58%) !important;
  width: 65px !important;
  height: auto !important;
}

#price .reason-cursive-title,
.section-heading .faq-cursive-title {
  width: 85px !important;
}

/* ─── 1-T. 見出し統一 - タブレット ─── */
@media screen and (max-width: 1024px) {
  .section-heading {
    font-size: clamp(2rem, 1.6rem + 2vw, 2.8rem) !important;
  }

  .service-intro__title,
  .service-intro__title span {
    font-size: clamp(1.8rem, 1.5rem + 1.3vw, 2.4rem) !important;
  }

  .section-heading .reason-cursive-title,
  .section-heading .flow-cursive-title,
  .section-heading .faq-cursive-title {
    width: 76px !important;
    right: calc(100% + 14px) !important;
    height: auto !important;
  }

  #price .reason-cursive-title,
  .section-heading .faq-cursive-title {
    width: 76px !important;
  }
}

/* ─── 1-M. 見出し統一 - スマホ ─── */
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: clamp(1.9rem, 1.55rem + 1.8vw, 2.4rem) !important;
    margin-bottom: 35px !important;
  }

  .service-intro__title,
  .service-intro__title span {
    font-size: clamp(1.7rem, 1.45rem + 1.1vw, 2.2rem) !important;
  }

  .section-heading .reason-cursive-title,
  .section-heading .flow-cursive-title,
  .section-heading .faq-cursive-title {
    width: 58px !important;
    right: calc(100% + 10px) !important;
    transform: translateY(-65%) !important;
    height: auto !important;
  }

  #price .reason-cursive-title,
  .section-heading .faq-cursive-title {
    width: 58px !important;
  }
}

/* ─── CV ボタン: 矢印「→」が単独改行するのを防ぐ（display:grid→flexで横並びに） ─── */
.cta-area ul li a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
  white-space: nowrap !important;
}
.cta-area ul li a .cta-arrow {
  display: inline-block;
  flex-shrink: 0;
}

/* ─── 2. CV ボタン: 赤グラデ + 強い影 + 脈動 + シャイン（背景アニメ方式で
   overflow に依存せず、マイクロコピーの吹き出しが切れないように） ─── */
.cta-area ul li:first-of-type {
  /* 1段目: シャイン用の透明→白→透明ストリップ（背景の上に重なる）
     2段目: 赤の本体グラデ */
  background:
    linear-gradient(
      100deg,
      transparent 35%,
      rgba(255, 255, 255, 0.5) 50%,
      transparent 65%
    ),
    linear-gradient(135deg, #ff2d4d 0%, #e63946 50%, #c42b20 100%) !important;
  background-size: 220% 100%, 100% 100% !important;
  background-position: -110% 0, 0 0 !important;
  background-repeat: no-repeat !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
  /* マイクロコピー span が li の上にはみ出るため overflow は visible に */
  overflow: visible !important;
  position: relative;
  animation: cv-shine-and-pulse 3.2s ease-in-out infinite !important;
}

@keyframes cv-shine-and-pulse {
  0% {
    transform: scale(1);
    background-position: -110% 0, 0 0;
  }
  35% {
    transform: scale(1.035);
  }
  60% {
    background-position: 210% 0, 0 0;
  }
  70%, 100% {
    transform: scale(1);
    background-position: 210% 0, 0 0;
  }
}

/* CTAボタンの「いやいや」首振りアニメーション（ホバー時） */
@keyframes cta-no-no {
  0%, 100% { transform: translateX(0) rotate(0); }
  15%      { transform: translateX(-6px) rotate(-2deg); }
  30%      { transform: translateX(6px) rotate(2deg); }
  45%      { transform: translateX(-4px) rotate(-1deg); }
  60%      { transform: translateX(4px) rotate(1deg); }
  75%      { transform: translateX(-2px) rotate(-0.5deg); }
}

.cta-area ul li:first-of-type:hover {
  animation: cv-shine-and-pulse 3.2s ease-in-out infinite, cta-no-no 0.6s ease-in-out !important;
}

/* マイクロコピー（吹き出し）— 元位置で確実に見えるように z-index を確保 */
.cta-area ul li:first-of-type span {
  background: #fff !important;
  border-color: #e63946 !important;
  color: #e63946 !important;
  font-weight: 700;
  z-index: 10;
}

.cta-area ul li:first-of-type span::before {
  border-color: #e63946 transparent transparent transparent !important;
}

.cta-area ul li:first-of-type span::after {
  border-color: #fff transparent transparent transparent !important;
}

.cta-area ul li:first-of-type:hover {
  background:
    linear-gradient(
      100deg,
      transparent 35%,
      rgba(255, 255, 255, 0.5) 50%,
      transparent 65%
    ),
    linear-gradient(135deg, #ff4566 0%, #ff2d4d 50%, #e63946 100%) !important;
  background-size: 220% 100%, 100% 100% !important;
}

.cta-area ul li:first-of-type:hover span {
  background: #fff !important;
  border: 1px solid #e63946 !important;
  color: #e63946 !important;
}

/* ─── PC時のみ：CTAを右下に円形で固定表示 ─── */
@media (min-width: 1025px) {
  .cta-area {
    position: fixed !important;
    right: 30px;
    bottom: 30px;
    top: auto !important;
    left: auto !important;
    z-index: 300;
    margin: 0 !important;
    padding: 0 !important;
  }
  .header .cta-area ul {
    gap: 0;
  }
  /* li 本体を円に：立体オーブ風グラデ＋斜めに走る「キラッ」（背景方式なので
     円にきれいにクリップされ、はみ出すバッジは切れない） */
  .cta-area ul li.header-cta-btn {
    width: 172px;
    height: 172px;
    border-radius: 50% !important;
    margin: 0 !important;
    background:
      linear-gradient(105deg, transparent 38%, rgba(255, 255, 255, 0.72) 48%, transparent 58%),
      radial-gradient(circle at 35% 26%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0) 52%),
      linear-gradient(145deg, #ff3b52 0%, #e63946 45%, #b81e14 100%) !important;
    background-size: 250% 100%, 100% 100%, 100% 100% !important;
    background-position: -120% 0, 0 0, 0 0 !important;
    background-repeat: no-repeat !important;
    box-shadow: 0 10px 28px rgba(196, 43, 32, 0.45) !important;
    overflow: visible !important;
    animation: cta-orb-shine 3.4s ease-in-out infinite !important;
  }
  .cta-area ul li.header-cta-btn a {
    position: relative;
    flex-direction: column !important;
    gap: 4px;
    padding: 0 !important;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: visible !important;
    font-size: 16px !important;
    line-height: 1.35;
    text-align: center;
    white-space: normal !important;
  }
  /* マイクロコピー：円の上に少し飛び出す白バッジ */
  .cta-area ul li.header-cta-btn span {
    position: absolute !important;
    top: -13px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: max-content !important;
    max-width: 160px;
    background: #fff !important;
    color: #e63946 !important;
    border: 1.5px solid #e63946 !important;
    border-radius: 999px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 3px 12px !important;
    white-space: nowrap !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
    z-index: 5;
    line-height: 1.2;
  }
  .cta-area ul li.header-cta-btn span::before,
  .cta-area ul li.header-cta-btn span::after {
    display: none !important;
  }
  .cta-area ul li.header-cta-btn a .cta-arrow {
    font-size: 17px;
    line-height: 1;
    z-index: 2;
  }
}

/* オーブの脈動＋斜めシャイン（背景ストリップを横に流す） */
@keyframes cta-orb-shine {
  0% {
    transform: scale(1);
    background-position: -120% 0, 0 0, 0 0;
  }
  15% {
    transform: scale(1.04);
  }
  30% {
    transform: scale(1);
  }
  55% {
    background-position: 220% 0, 0 0, 0 0;
  }
  100% {
    transform: scale(1);
    background-position: 220% 0, 0 0, 0 0;
  }
}

/* ─── 3. お悩みセクション → 次セクションのつなぎ目（背景なしで余白だけ） ─── */
.triangle {
  height: 40px;
  background: transparent;
}

@media screen and (max-width: 768px) {
  .triangle {
    height: 20px;
  }
}

/* ─── 4. ダーク背景の追加スタイル一旦削除 ─── */

/* service-intro 背景：AdobeStock 画像 + 黒フィルター */
.service-intro {
  background-color: #000 !important;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url(../image/AdobeStock_234248952.jpeg) !important;
  background-size: cover, cover !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center center, center center !important;
}

/* ─── 5. 「おすすめする3つの理由」は元の画像構成のまま（追加カスタマイズなし） ─── */


/* ─── 7. 見出し内のひらがな助詞を少し小さく ─── */
.jp-p {
  font-size: 0.72em;
  letter-spacing: 0;
  font-weight: inherit;
  vertical-align: baseline;
}

/* ─── 8. 見出しの補足表記（例：(月額)）を小さく ─── */
.heading-sub {
  font-size: 0.55em;
  font-weight: inherit;
  letter-spacing: 0.04em;
  vertical-align: middle;
  margin-left: 0.2em;
  opacity: 0.85;
}

/* ─── 9. 各要素の背景スライド・リビール（ajflat風） ─── */
/* 見出しは元のボックスサイズに戻す */
.section-heading.fead-mv,
.service-intro__title.fead-mv {
  opacity: 1 !important;
  transition: none !important;
}

.section-heading,
.service-intro__title {
  position: relative;
}

.section-heading::before,
.service-intro__title::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.9s cubic-bezier(0.77, 0, 0.18, 1) 0.1s;
  z-index: 3;
  pointer-events: none;
}

.section-heading::before {
  background: linear-gradient(95deg, #c42b20 0%, #e63946 100%);
}

.service-intro__title::before {
  background: linear-gradient(95deg, #12161c 0%, #2a323d 100%);
}

.section-heading.mv::before,
.service-intro__title.mv::before {
  transform: scaleX(0);
}

/* 共通リビールカバー（広範な要素に適用） */
.reveal-cover {
  position: relative;
}
.reveal-cover.fead-mv {
  opacity: 1 !important;
  transition: none !important;
}
.reveal-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, #c42b20 0%, #e63946 100%);
  transform-origin: right center;
  transform: scaleX(1);
  transition: transform 0.85s cubic-bezier(0.77, 0, 0.18, 1);
  z-index: 5;
  pointer-events: none;
}
.reveal-cover.mv::after,
.fead-order.mv > .reveal-cover::after {
  transform: scaleX(0);
}

/* バリエーション：方向（左右上下） */
.reveal-cover--left::after {
  transform-origin: left center;
}
.reveal-cover--down::after {
  transform-origin: top center;
  transform: scaleY(1);
}
.reveal-cover--down.mv::after,
.fead-order.mv > .reveal-cover--down::after {
  transform: scaleY(0);
}
.reveal-cover--up::after {
  transform-origin: bottom center;
  transform: scaleY(1);
}
.reveal-cover--up.mv::after,
.fead-order.mv > .reveal-cover--up::after {
  transform: scaleY(0);
}

/* バリエーション：色 */
.reveal-cover--dark::after {
  background: linear-gradient(95deg, #12161c 0%, #2a323d 100%);
}
.reveal-cover--light::after {
  background: linear-gradient(95deg, #d9e3eb 0%, #eef4f7 100%);
}
.reveal-cover--gold::after {
  background: linear-gradient(95deg, #b58800 0%, #d9a200 100%);
}

/* バリエーション：時間差 */
.reveal-cover--delay-1::after { transition-delay: 0.05s; }
.reveal-cover--delay-2::after { transition-delay: 0.15s; }
.reveal-cover--delay-3::after { transition-delay: 0.25s; }
.reveal-cover--delay-4::after { transition-delay: 0.35s; }

/* FAQ：偶数番目は逆方向で動きにリズム */
.faq-list .faq-item.reveal-cover:nth-of-type(even)::after {
  transform-origin: left center;
}

/* FAQ：1項目あたりのフェード/リビールを速く */
.faq-list .faq-item.reveal-cover::after {
  transition: transform 0.45s cubic-bezier(0.77, 0, 0.18, 1);
}

/* 価格カード：standardは少し遅延でアクセントに */
.pricing-cards .card.standard.reveal-cover::after {
  transition-delay: 0.18s;
}

@media (prefers-reduced-motion: reduce) {
  .section-heading::before,
  .service-intro__title::before,
  .reveal-cover::after {
    display: none;
  }
}

/* ─── 10. 本文サイズを少し大きく ─── */
.worries__item p,
.service-intro__desc,
.reason__text,
.step-desc,
.faq-item .answer {
  font-size: 1.05rem !important;
  line-height: 1.7;
}

/* ステップカードの表示幅を広げて本文の折返しを自然に */
.step {
  max-width: 380px !important;
}
.step-box {
  padding: 36px 50px 36px 28px !important;
}
.step:nth-child(2) .step-box,
.step:nth-child(3) .step-box {
  padding-left: 56px !important;
}
.step-desc {
  line-height: 1.85 !important;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .worries__item p,
  .service-intro__desc,
  .reason__text,
  .step-desc,
  .faq-item .answer {
    font-size: 0.98rem !important;
    line-height: 1.7;
  }
}

/* ─── 11. サービス紹介の段落間スペース＋赤背景上のアンダーラインを白に ─── */
.service-intro__desc + .service-intro__desc {
  margin-top: 14px;
}

.service-intro .animated-underline {
  font-weight: 700;
  color: #fff;
}


/* ─── 14. reasons セクションの角を B-EN-G 風に大きくカーブ（形だけ） ─── */
.reasons {
  border-top-left-radius: 220px;
  border-bottom-right-radius: 220px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .reasons {
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}

/* ─── 16. ペンキ風アセット装飾（厳選配置、要素と被らないように） ─── */
/* どの装飾も：セクション内側に余白を残して配置、画像が画面端で途切れない */
.deco-img {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* 薄ブルー背景セクション（reasons / price / flow / faq）に配置 */

.deco-img {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* 理由カード：左上と右下 */
.deco-reasons-lt {
  width: 160px !important;
  top: 80px !important;
  left: 60px !important;
  right: auto !important;
  bottom: auto !important;
  transform: rotate(-12deg);
  opacity: 1;
}
.deco-reasons-rb {
  width: 170px !important;
  bottom: 100px !important;
  right: 60px !important;
  top: auto !important;
  left: auto !important;
  transform: rotate(160deg);
  opacity: 1;
}

/* 料金：左上と右下 */
.deco-price-lt {
  width: 160px !important;
  top: 60px !important;
  left: 50px !important;
  right: auto !important;
  bottom: auto !important;
  transform: rotate(8deg);
  opacity: 1;
}
.deco-price-rb {
  width: 170px !important;
  bottom: 80px !important;
  right: 50px !important;
  top: auto !important;
  left: auto !important;
  transform: rotate(-170deg);
  opacity: 1;
}

/* 流れ：右上 */
.deco-flow-rt {
  width: 150px !important;
  top: 80px !important;
  right: 60px !important;
  bottom: auto !important;
  left: auto !important;
  transform: rotate(-15deg);
  opacity: 1;
}

/* FAQ：右下 */
.deco-faq-rb {
  width: 170px !important;
  bottom: 120px !important;
  right: 60px !important;
  top: auto !important;
  left: auto !important;
  transform: rotate(150deg);
  opacity: 1;
}

@media (max-width: 768px) {
  .deco-reasons-lt  { width: 95px !important; top: 40px !important; left: 15px !important; }
  .deco-reasons-rb  { width: 100px !important; bottom: 50px !important; right: 15px !important; }
  .deco-price-lt    { width: 95px !important; top: 30px !important; left: 15px !important; }
  .deco-price-rb    { width: 100px !important; bottom: 40px !important; right: 15px !important; }
  .deco-flow-rt     { width: 95px !important; top: 40px !important; right: 15px !important; }
  .deco-faq-rb      { width: 100px !important; bottom: 60px !important; right: 15px !important; }
}

/* price セクションは absolute 配置のために relative を保つ */
#price { position: relative; }

/* ─── 17. 「こんなお悩み〜」の見出し画像を少し大きく ─── */
#worries > .inner > h3 {
  width: 72% !important;
  max-width: 720px !important;
}
@media (max-width: 768px) {
  #worries > .inner > h3 {
    width: 90% !important;
    max-width: 480px !important;
  }
}

/* ─── 15. 「おすすめする3つの理由」の見出しを右寄せに（サイズは維持） ─── */
.reasons__header {
  text-align: right !important;
}
.reasons__header .title-with-reason {
  text-align: right !important;
  display: block;
}
.reasons__header .main-reason-title {
  margin-left: auto;
  margin-right: 0;
}
/* 装飾の英字 "Reason" 画像は見出しの右寄せに合わせて右上に固定 */
.reasons__header .reason-cursive-title {
  left: auto !important;
  right: 0 !important;
}
@media (max-width: 768px) {
  .reasons__header .reason-cursive-title {
    left: auto !important;
    right: 0 !important;
  }
}


/* ─── 13. worries セクションの上端を内側（下方向）に凹ませる ─── */
#worries {
  position: relative;
  /* 上端：ellipse(140% 100% at 50% 100%) と同じ「中央が上に出っ張る」自然なカーブを
     多点 polygon で再現。両端は y=6.6%（楕円の数式から算出）。
     下端：中央が下に尖る V 字 */
  clip-path: polygon(
    0% 6.6%,
    5% 5.3%, 10% 4.2%, 15% 3.2%, 20% 2.3%, 25% 1.6%,
    30% 1%, 35% 0.6%, 40% 0.3%, 45% 0.1%, 50% 0%,
    55% 0.1%, 60% 0.3%, 65% 0.6%, 70% 1%, 75% 1.6%,
    80% 2.3%, 85% 3.2%, 90% 4.2%, 95% 5.3%, 100% 6.6%,
    100% 90%,
    50% 100%,
    0% 90%
  );
  -webkit-clip-path: polygon(
    0% 6.6%,
    5% 5.3%, 10% 4.2%, 15% 3.2%, 20% 2.3%, 25% 1.6%,
    30% 1%, 35% 0.6%, 40% 0.3%, 45% 0.1%, 50% 0%,
    55% 0.1%, 60% 0.3%, 65% 0.6%, 70% 1%, 75% 1.6%,
    80% 2.3%, 85% 3.2%, 90% 4.2%, 95% 5.3%, 100% 6.6%,
    100% 90%,
    50% 100%,
    0% 90%
  );
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

@media (max-width: 768px) {
  #worries {
    clip-path: polygon(
      0% 4.2%,
      5% 3.4%, 10% 2.7%, 15% 2%, 20% 1.5%, 25% 1%,
      30% 0.6%, 35% 0.4%, 40% 0.2%, 45% 0.1%, 50% 0%,
      55% 0.1%, 60% 0.2%, 65% 0.4%, 70% 0.6%, 75% 1%,
      80% 1.5%, 85% 2%, 90% 2.7%, 95% 3.4%, 100% 4.2%,
      100% 94%,
      50% 100%,
      0% 94%
    );
    -webkit-clip-path: polygon(
      0% 4.2%,
      5% 3.4%, 10% 2.7%, 15% 2%, 20% 1.5%, 25% 1%,
      30% 0.6%, 35% 0.4%, 40% 0.2%, 45% 0.1%, 50% 0%,
      55% 0.1%, 60% 0.2%, 65% 0.4%, 70% 0.6%, 75% 1%,
      80% 1.5%, 85% 2%, 90% 2.7%, 95% 3.4%, 100% 4.2%,
      100% 94%,
      50% 100%,
      0% 94%
    );
    padding-top: 90px !important;
    padding-bottom: 100px !important;
  }
}


/* ─── 12. ヘッダーを透明にして、メインビジュアルに重ねる ─── */
.header,
.header .header-inner,
.header .header-flex {
  background: transparent !important;
  background-color: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

/* ヘッダー内の padding を少しだけに（ロゴとCTAの上下にゆとり） */
.header-inner {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

/* ヘッダーをスクロールしても固定表示 */
@media (min-width: 1025px) {
  .header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    height: auto !important;
    z-index: 100;
  }
  .mainvisual {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.wrapper {
  padding-top: 0 !important;
}

/* ヘッダーの文字色を白系に振って、画像の上でも読めるように */
.header,
.header .logo,
.header .cta-area,
.header .header-flex {
  color: #fff;
}



/* ─── MV下の薄い巨大ブランド文字（CLIENTS風） ─── */
.mv-big-ghost {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -7vw;
  margin-bottom: 2vw;
  pointer-events: none;
  user-select: none;
  z-index: 2;
}
.mv-big-ghost span {
  display: block;
  white-space: nowrap;
  font-family: 'Outfit', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(120px, 18vw, 320px);
  letter-spacing: -0.04em;
  line-height: 0.85;
  color: rgba(0, 23, 56, 0.07);
  text-align: center;
  /* Slight overflow on both sides */
  margin-inline: -4vw;
}
@media (max-width: 768px) {
  .mv-big-ghost {
    margin-top: -9vw;
  }
  .mv-big-ghost span {
    font-size: clamp(80px, 22vw, 220px);
    margin-inline: -6vw;
  }
}

/* ─── mask-image でセクションをカーブシェイプに切り抜き ─── */
/* 上は凹型（内側にカーブ＝中央が下がる）、下は凸型の丸み（border-radius風） */
.service-intro,
.steps-section {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M 0,0 C 25,4 75,4 100,0 L 100,97 C 75,100 25,100 0,97 Z' fill='black'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><path d='M 0,0 C 25,4 75,4 100,0 L 100,97 C 75,100 25,100 0,97 Z' fill='black'/></svg>");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  border-radius: 0 !important;
  overflow: visible;
}

/* ─── カーブ分の余白を追加（カーブ前と同じ内容領域を保つ） ─── */
.service-intro {
  padding-top: calc(100px + clamp(40px, 5.5vw, 90px));
  padding-bottom: calc(100px + clamp(40px, 5.5vw, 90px));
}
.steps-section {
  padding-top: calc(80px + clamp(40px, 5.5vw, 90px));
  padding-bottom: calc(80px + clamp(40px, 5.5vw, 90px));
}
@media (max-width: 768px) {
  .service-intro {
    padding-top: calc(60px + clamp(28px, 7vw, 60px));
    padding-bottom: calc(60px + clamp(28px, 7vw, 60px));
  }
  .steps-section {
    padding-top: calc(50px + clamp(28px, 7vw, 60px));
    padding-bottom: calc(50px + clamp(28px, 7vw, 60px));
  }
}
