@charset "UTF-8";

/* 英語用 Bebas Neue */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/* 日本語用 Noto Sans JP */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* フォントオーサム */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

:root {
--header-height: 68px;
--header-bg: rgba(247, 238, 235,.89);
--header-shadow: 0 2px 10px rgba(0,0,0,.08);
--accent: #f08a8a;
--color-dpink :#dd5757;
--color-ppink : #f7eeeb;
--color-orange :#e87528;
--color-porange : #fceed0;
--color-Gray : #222222;
--color-white : #ffffff;
--fv-bg-image: url("../images/fv-bg.png");
}

html, body{
  height: 100%;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: transparent;
background-repeat: no-repeat;
text-decoration: none;
text-indent: 0;
text-transform: none;
font-style: normal;
font-size: inherit;
font-family: "Noto Sans JP", sans-serif;
font-weight: inherit;
line-height: 150%;
color: var(--color-Gray);
}

body{ 
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}

h2 {
}

ul, ol {
list-style-type: none;
padding-left: 0;
}

a, button {
cursor: pointer;
text-decoration: none;
transition: 0.3s;
}

a {
color: var(--color-N-orange);
}

/* ===== Header ===== */
:root{
  --logo-h: 95px;
  --logo-h-scrolled: 56px;
  --nav-pad: 20px;
  --nav-pad-scrolled: 6px;
}

header#site-header{
position: fixed;
inset: 0 0 auto 0;
z-index: 1030;
transition: background-color .28s ease, box-shadow .28s ease, backdrop-filter .28s ease;
backdrop-filter: none;
align-items: flex-start !important;
}

header#site-header .navbar{
  padding: var(--nav-pad) 0 0;
  transition: padding .25s ease;
}
header#site-header .navbar-brand img{
  height: var(--logo-h);
  transition: height .25s ease, transform .25s ease;
  transform-origin: left center;
}

header#site-header.scrolled{
background: var(--header-bg);
backdrop-filter: saturate(150%) blur(5px);
}

.navbar {
padding: 20px 0 0;
}

.navbar-inner{
max-width: 1440px;
margin: 0 auto;
padding-inline: 24px;
width: 100%;
}

.navbar-brand img {
  height: 95px;
}

.navbar-nav .nav-link{
color:#222;
font-size:1rem;
white-space:nowrap;
}
.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.btn-fp{
background: var(--accent);
color:#fff; border:none;
border-radius: 999px;
padding:.5rem 1rem;
font-size:1rem;
white-space:nowrap;
}

.btn-fp:hover{ opacity:.8; }

.navbar-toggler{
border: none;
}
.navbar-toggler:focus{ box-shadow: none; }
.navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(34,34,34,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* 初期：閉じている（aria-expanded="false"） → ハンバーガー */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  transform: none;
  transition: transform .2s ease;
}

/* 展開中：開いている（aria-expanded="true"） → × */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='currentColor' stroke-linecap='round' stroke-width='2' d='M6 6 L24 24 M24 6 L6 24' /%3E%3C/svg%3E");
  transform: rotate(90deg);
}

header#site-header.scrolled .navbar-toggler { color:var(--color-dpink); }

.navbar-nav{ align-items: center; }

.navbar-inner{
  max-width:1440px;
  margin:0 auto;
  padding:0 24px;
  position:relative;
}

header#site-header.scrolled .navbar{
  padding: var(--nav-pad-scrolled) 0 0;
}

header#site-header .navbar-collapse {
  align-items: flex-start !important;
}

header#site-header .navbar-brand {
  align-self: flex-start !important;
}

header#site-header.scrolled .navbar-brand img{
  height: var(--logo-h-scrolled);
}

@media (max-width: 991.98px){

.navbar-collapse{
background: rgba(255,255,255,.98);
border-top: 1px solid #eee;
padding: .75rem 1rem 1rem;
}
.navbar-nav .nav-link{
padding:.6rem 0;
}

.navbar-inner{
  padding:0 10px;
}
.btn-fp{
width:100%;
}
#globalNav{
position: absolute;
left: 0;
right: 0;
top: 100%;
background: rgba(247, 238, 235,.89);
border-top: 1px solid #eee;
padding: .75rem 1rem 1rem;
}

header#site-header .navbar-brand img {
height: var(--logo-h-scrolled);
transition: none;
}

header#site-header .navbar {
padding: var(--nav-pad-scrolled) 0 0;
}

header#site-header.scrolled .navbar-brand img {
height: var(--logo-h-scrolled);
}
header#site-header.scrolled .navbar {
padding: var(--nav-pad-scrolled) 0 0;
}

.navbar-nav .nav-link{
  padding:.6rem 0;
}
.btn-fp{
  width:100%; 
}
}

@media (min-width: 991.99px){
#globalNav{
position: static;
background: transparent;
border: 0; padding: 0;
}
}

/* =========================
   FV
   ========================= */
.fv-bg{
  inset: 0;
  background-image: url("../images/fv-bg.png");
  background-size: auto;
  background-position: 40% 10px;
  background-repeat: no-repeat;
  z-index: 1;
  max-width: 1920px;
  height: 1000px;
  background-color: var(--color-ppink);
  padding-top: 68px;
}

.fv{
  max-width: 1440px;
  margin: 0 auto;
}

.fv-inner{
  max-width: var(--container-max);
  margin-inline: auto;
  padding: min(4vw, 32px);
}

.fv-canvas{
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 80vh, 760px);
  isolation: isolate;
}

.fv-copy{
  position: absolute;
  z-index: 2;
  height: auto;
  display: block;
  user-select: none;
  pointer-events: none;
}

.fv-copy-1{
  width: 510px;
  left: 0;
  top: 8%;
}

.
.fv-copy-1{
  width: min(40%, 510px);
  left: 0;
  top: 10%;
}

.fv-copy-2{
  width: min(40%, 420px);
  left: 0;
  top: 48%;
}

@media (max-width: 991.98px){

.fv-bg{
background-image: url(../images/fv-bg-sp.png);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 100%;
z-index: 1;
height: clamp(450px, 150vw, 750px);
}

.fv-canvas{
min-height: clamp(440px, 64vh, 620px);
}
.fv-copy-1{
width: min(60%, 500px);
left: 2%;
top: 4%;
}
.fv-copy-2{
width: min(50%, 450px);
left: 2%;
top: 57%;
}

}

@media screen and (max-width: 767.98px) {

.fv-bg{
background-image: url(../images/fv-bg-sp-2.png);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 100%;
z-index: 1;
height: clamp(450px, 150vw, 800px);
}

.fv-copy-1{
width: 450px;
left: 0%;
top: 0%;
}
.fv-copy-2{
width:400px;
left: 0%;
top: 50%;
}

}

@media (max-width: 575.98px){
.fv-bg{
background-image: url(../images/fv-bg-sp-2.png);
background-position: right bottom;
background-repeat: no-repeat;
background-size: 100%;
z-index: 1;
height: clamp(450px, 150vw, 800px);
}

.fv-canvas{
min-height: clamp(300px, 64vh, 350px);
}

.fv-copy-1{
width: 100%;
top: 0%;
}
.fv-copy-2{
width: 300px;
top: 42%;
}

}

/* =========================
   CTA
   ========================= */
:root{
  --cta-shadow: 0 6px 12px rgba(0,0,0,.15);
  --cta-shadow-sm: 0 3px 6px rgba(0,0,0,.12);
}

.cta{
  background: var(--color-dpink);
  padding: 45px 16px 50px;
  z-index: 120;
position: relative;
}

.cta-inner{
  max-width: 1440px;
  margin-inline: auto;
  text-align: center;
}

.cta-lead{
  margin: 0 0 12px 0;
  font-size: 1.3125rem;
  letter-spacing: .04em;
  color: var(--color-white);
}

.btn-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  color: var(--color-dpink);
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  box-shadow: var(--cta-shadow-sm);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
  white-space: nowrap;
}

@media (min-width: 576px){
  .btn-cta{
    min-width: 420px;
  }
}
@media (min-width: 992px){
  .btn-cta{
    min-width: 584px;
    height: 75px;
    font-size: 2rem ;
  }
}

.btn-cta:hover{
  transform: translateY(-1px);
  box-shadow: var(--cta-shadow);
  opacity: .96;
}
.btn-cta:active{
  transform: translateY(0);
  box-shadow: var(--cta-shadow-sm);
}
.btn-cta:focus-visible{
  outline: 3px solid rgba(255,255,255,.6);
  outline-offset: 2px;
}

section + .cta{ margin-top: 0; }

/* =========================
   共感パート
   ========================= */

:root{
  --empathy-max: 1440px;
  --empathy-cards-max: 960px;
  --side-art-w: 320px;
  --empathy-card-radius: 16px;
  --empathy-max: 1440px;
}

.text-accent{
  color: var(--color-orange);
}

.empathy{
  padding: clamp(40px, 6vw, 72px) 16px;
  background: url(../images/empathy-bg.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.empathy-body{
  max-width: var(--empathy-cards-max);
  margin: 0 auto;
}
.empathy-inner{
  max-width: var(--empathy-max);
  margin: 0 auto;
  text-align: center;
}

.empathy .eyebrow{
  font-size: 2.25rem;
  line-height: 1.7;
  margin-bottom: .4rem;
}
.empathy .lead-para{
  font-size: 2.25rem;
  margin-bottom: clamp(20px, 4vw, 32px);
  color: var(--color-Gray);
}

/* カード */
.empathy-card{
  background: var(--color-porange);
  border-radius: var(--empathy-card-radius);
  padding: 1.75rem;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
  place-items: center;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.empathy-card__txt{
  margin: 0 0 12px 0;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
  font-size: 1.75rem;
  text-align: center;
}
.empathy-card__ill{
  width: min(270px, 70%);
  height: auto;
}

/* 下部メッセージ */
.empathy .message{
  margin: clamp(24px, 5vw, 40px) 0 40px;
  font-size: 2.25rem;
}
.empathy .sub-message{
  margin: 0;
  color: #222;
  font-size: 2.25rem;
}

/* グリッド余白の微調整 */
.empathy .cards{ margin-top: clamp(8px, 2vw, 12px); }


.empathy-inner{ position: relative; z-index: 1; }

/* =========================
   看護師さん向け 特徴セクション
   ========================= */
:root{
  --feat-max: 1440px;
  --feat-cards-max: 560px;
  --feat-card-radius: 16px;
  --feat-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.feat{
  background-color:var(--color-ppink);
  background-image: url(../images/feat-bg.png);
  background-position: center 66%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: clamp(40px, 6vw, 60px) 16px;
  overflow: hidden;
}
.feat-inner{
  max-width: var(--feat-max);
  margin-inline: auto;
}

.feat-title{
  text-align: center;
  font-weight: 700;
  color: #222;
  line-height: 1.7;
  font-size: 2.25rem;
  margin-bottom: clamp(20px, 3vw, 28px);
}
.feat-title .hl{
  color: var(--color-dpink);
  font-size: 3rem;
}

/* ===== キャンバス ===== */
.feat-canvas{
  position: relative;
  min-height: 520px;
}

.feat-cards{
  max-width: var(--feat-cards-max);
  margin-inline: auto;
  display: grid;
  gap: clamp(14px, 2.4vw, 18px);
}
.feat-card{
  background: var(--color-white);
  border-radius: var(--feat-card-radius);
  box-shadow: var(--feat-shadow);
  padding: clamp(20px, 3vw, 30px);;
}
.feat-card__hd{
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.7;
  margin: 0 0 .25rem;
}
.feat-card__bd{
  margin: 0;
  color: #333;
  font-size:1.3125rem;
  line-height: 1.8;
}

/* ===== PC：左右イラストを絶対配置 ===== */
.feat-ill{
  position: absolute;
  width: min(30%, 400px);
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: .95;
}
.feat-ill-left{
  left: 0;
  bottom: 43%;
}
.feat-ill-right{
  right: 0;
  top: 30%;
}

@media (max-width: 1400px) {
.feat-ill-left{
  left: -50px;
}
.feat-ill-right{
  right: -50px;
}
}

@media (max-width: 1200px) {
.feat-ill-left{
  left: -80px;
}
.feat-ill-right{
  right: -80px;
}
}

@media (max-width: 1100px) {
.feat-ill-left{
  left: -100px;
}
.feat-ill-right{
  right: -100px;
}
} 

/* ===== スマホ：カード下に2枚横並び ===== */
.feat-ill-row {
  display: flex;  
  justify-content: center; 
  gap: 12px;
  margin-top: clamp(16px, 4vw, 20px);
}
.feat-ill-row img{
  width: 30%;
  height: auto;
  display: block;
  border-radius: 10px; /* 必要なら外す */
}

/* レスポンシブ微調整 */
@media (max-width: 991.98px){
  .feat-canvas{ min-height: unset; } 
}

/* =========================
   プラン提案セクション
   ========================= */
:root{
  --plan-bg: #faefed;
  --plan-max: 1440px;
  --plan-bubble: url("../images/plan-bubble.png");
  --plan-accent: #222;
}

.plan{
  background-color:var(--color-ppink);
  background-image: url(../images/plan-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
.plan-inner{
  max-width: var(--plan-max);
  margin-inline: auto;
  position: relative;
}

/* ===== 中央の吹き出しとテキスト ===== */
.plan-center {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.plan-text {
  background-image: var(--plan-bubble);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  min-width: 643px;
}
.plan-text h2 {
  font-size: 1.75rem;
  line-height: 1.8;
  color: var(--plan-accent);
  font-weight: 700;
  margin: 0;
}
.plan-text strong {
  font-weight: 900;
}

/* ===== PC時：左右のイラスト配置 ===== */
.plan-ill{
  position: absolute;
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index: 100px;
}
.plan-ill-left{
  width: min(30%, 400px);
  left: 50px;
  bottom: 0;
  z-index: 50;
}
.plan-ill-right{
  width: min(30%, 400px);
  right: 120px;
  top: -50px;
  z-index: 50;
}

@media (max-width: 1400px) {
.plan-ill-left{
  left: 20px;
  bottom: 0;
}
.plan-ill-right{
  right: 30px;
  top: -50px;
}
}

@media (max-width: 1200px) {
.plan-ill-left{
  left: 10px;
  bottom: 0;
}
.plan-ill-right{
  right: 10px;
  top: -15px;
}
}

@media (max-width: 1100px) {
.plan-ill-left{
  left: 0px;
  bottom: 0;
}
.plan-ill-right{
  right: 10px;
  top: 90px;
}
}

/* ===== SP時：テキスト下にイラストを並べる ===== */
.plan-ill-row {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
margin-top: clamp(20px, 5vw, 28px);
}

.plan-ill-row img {
width: 30%;
height: auto;
display: block;
}

@media (max-width: 991.98px){

.plan-ill-row {
margin-top:-80px;
height: 210px;
}

.plan-ill-row img {
z-index: 50;
width: 25%;
}

.plan-text {
min-width: auto;
width: 100%;
background-size: contain;
background-position: center;
padding: 2rem 1rem;
min-height: 460px;
}

.plan-text h2 {
font-size: 1.2rem;
line-height: 1.7;
}
}

@media screen and (max-width: 767.98px) {

.plan-ill-row {
margin-top:-50px;
height: 180px;
}

.plan-ill-row img {
z-index: 50;
width: 40%;
}

.plan-text {
min-width: auto;
width: 90%;
background-size: contain;
background-position: center;
padding: 2rem 1rem;
min-height: 430px;
}

.plan-text h2 {
font-size: 1.2rem;
line-height: 1.7;
}
}

@media screen and (max-width: 575.98px) {

.plan-ill-row {
margin-top:-50px;
height: 180px;
}

.plan-ill-row img {
z-index: 50;
width: 40%;
}

.plan-text {
min-width: auto;
width: 90%;
background-size: contain;
background-position: center;
padding: 2rem 1rem ;
min-height: 380px;
}

.plan-text h2 {
font-size: 1.2rem;
line-height: 1.7;
}
}

/* =========================
   相談の流れ
   ========================= */
:root{
  --steps-max: 1440px;
  --steps-bg: #fceed0;
  --steps-dot: rgba(255,255,255,.40);
  --steps-accent: #f08a2b;
  --steps-circle: #ffffff;
  --steps-shadow: 0 6px 16px rgba(0,0,0,.08);
}

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

.step-stack{
  position: relative;
  width: min(320px, 70vw);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;   /* 背景を枠にフィット */
}

/* 1～3の背景割り当て（画像パス差し替え） */
.step-bg-1{ background-image: url("../images/step-bg-1.png"); }
.step-bg-2{ background-image: url("../images/step-bg-2.png"); }
.step-bg-3{ background-image: url("../images/step-bg-3.png"); }

.steps{
  position: relative;
  padding: clamp(36px, 6vw, 72px) 16px;
  background:
    radial-gradient(circle at 18px 18px, var(--steps-dot) 6px, transparent 7px) 0 0 / 48px 48px,
    radial-gradient(circle at 18px 18px, var(--steps-dot) 6px, transparent 7px) 24px 24px / 48px 48px,
    var(--steps-bg);
  overflow: hidden;
}
.steps-inner{
  max-width: var(--steps-max);
  margin-inline: auto;
  text-align: center;
}

.steps-title{
  font-weight: 800;
  color: #222;
  font-size: 2.25rem;
  margin: 0 0 .25rem;
}
.steps-sub{
  margin: 0 0 clamp(20px, 4vw, 32px);
  color: #555;
  font-size: 1.3125rem;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(16px, 3vw, 24px);
}

@media (min-width: 992px) {
  .steps-list {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}

.step {
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step-content{
  display: grid;
  justify-items: center;
  row-gap: 10px;
  padding: 16px 12px;
  text-align: center;
  max-width: 86%;
}

.step-icon-wrap {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-icon {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  height: auto;
}

.step-text{
  margin: 0;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  font-size: 1.4rem;
}
.step-text small{
  font-weight: 600;
  color: #444;
  font-size: 1.3125rem;
}

@media (max-width: 575.98px){
  .step-stack{ width: min(290px, 80vw); }
  .step-icon{ width: 60%; }
}


/* =========================
   お客様の声
   ========================= */
:root{
  --voices-max: 980px;
  --voices-card-radius: 14px;
  --voices-shadow: 0 2px 0 rgba(0,0,0,.05);
}

.voices{
  background: url(../images/voice-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: clamp(36px, 6vw, 72px) 16px;

}
.voices-inner{
  max-width: 1440px;
  margin-inline: auto;
  text-align: center;
}
.voices-title{
  font-weight: 800;
  color: #222;
  font-size: 2.25rem;
  margin: 0 0 clamp(16px, 3vw, 24px);
}

/* グリッド（SP1 / MD2） */
.voices-grid{
  max-width: var(--voices-max);
  margin: 0 auto;
  display: grid;
  gap: clamp(14px, 2.4vw, 40px);
  grid-template-columns: 1fr;
  text-align: left;
}
@media (min-width: 768px){
  .voices-grid{ grid-template-columns: 1fr 1fr; }
}

/* カード */
.voice-card{
  background: var(--color-porange);
  border-radius: var(--voices-card-radius);
  box-shadow: var(--voices-shadow);
  padding: clamp(30px, 2vw, 40px);
}

/* ヘッダー（左に丸イラスト＋見出し） */
.voice-head{
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: start;
  column-gap: 10px;
  margin-bottom: 8px;
}
.voice-ill{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255,255,255,.6); object-fit: cover;
}
.voice-h{
  font-size: 1.3125rem;
  font-weight: 800;
  line-height: 1.6;
  margin: 4px 0 0;
}

/* 本文＆署名 */
.voice-body{
  font-size: 1rem;
  line-height: 1.9;
  margin: 0 0 8px;
}
.voice-meta{
  margin: 0;
  font-weight: 700;
  color: var(--color-orange);
  font-size: 1rem;
}


/* =========================
   よくある質問（FAQ）
   ========================= */

.faq{
  background: #fff;
  padding: clamp(36px, 6vw, 72px) 16px;
  overflow: hidden;
}
.faq-inner{
  max-width: 880px;
  margin-inline: auto;
}
.faq-title{
  text-align: center;
  font-weight: 800;
  color: #222;
  font-size: 2.25rem;
  margin: 0 0 clamp(20px, 4vw, 36px);
}

/* リスト */
.faq-list{ border-top: 1px dashed var(--color-dpink); }
.faq-item{
  border-bottom: 1px dashed var(--color-dpink);
}

/* Q行ボタン */
.faq-q{
  width: 97%;
  background: none;
  border: none;
  text-align: left;
  padding: 14px 40px 14px 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  cursor: pointer;
}

/* Qの赤マーク */
.faq-q-icon{
  color: var(--color-dpink);
  font-weight: 900;
  font-size: 2.25rem;
}

/* 矢印 */
.faq-arrow{
  position: absolute;
  right: 0;
  width: 13px;
  height: 13px;
  border-right: 3px solid var(--color-dpink);
  border-bottom: 3px solid var(--color-dpink);
  transform: rotate(45deg);   /* →下向き */
  transition: transform .25s ease;
}

/* 開いているときは上向き（135度） */
.faq-item.open .faq-arrow{ transform: rotate(-135deg); }

/* 回答ボックス */
.faq-a{
  overflow: hidden;
  height: 0;                /* 閉じる初期値 */
  opacity: 0;
  transition: height .28s ease, opacity .28s ease;
}
.faq-a-body{
  padding: 0 0 14px 28px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
.faq-item.open .faq-a{
  opacity: 1;
}

:root{
  --faq-max: 1440px;
  --faq-box-max: 880px;
}

.faq-inner{
  max-width: var(--faq-max);
  margin-inline: auto;
}

.faq-canvas{
  position: relative;
  min-height: 360px;
}

.faq-box{
  max-width: var(--faq-box-max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.faq-ill{
  position: absolute;
  width: min(28%, 280px);
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: .95;
  display: none;
}

.faq-ill-left{
left: -50px;
bottom: -80px;
}
.faq-ill-right{
right: -50px;;
bottom: -80px;
}

@media (max-width: 1400px) {
.faq-ill{
  width: min(28%, 250px);
}
.faq-ill-left{
left: -80px;
bottom: -80px;
}
.faq-ill-right{
right: -80px;;
bottom: -80px;
}
}

@media (max-width: 1200px) {
.faq-ill{
  width: min(28%, 200px);
}
.faq-ill-left{
left: -80px;
bottom: -80px;
}
.faq-ill-right{
right: -80px;;
bottom: -80px;
}
}

@media (max-width: 1100px) {
.faq-ill{
  width: min(28%, 150px);
}
.faq-ill-left{
left: -80px;
bottom: -80px;
}
.faq-ill-right{
right: -80px;;
bottom: -80px;
}
}

@media (min-width: 992px){
  .faq-ill{
    display: block;
  }
}

.faq-ill-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: clamp(16px, 4vw, 24px);
  margin-bottom: -65px;
}

.faq-ill-row img {
  width: 30%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
.faq-ill-row {
display: none;
}
}


@media (prefers-reduced-motion: reduce){
  .faq-a{ transition: none; }
}

/* =========================
   フッター
   ========================= */
.footer{
  background: #fff;
  text-align: center;
  padding: clamp(20px, 4vw, 32px) 16px;
  border-top: 1px solid #f3f3f3;
}

.footer-copy{
  color: #d65f5f;
  font-size: clamp(.85rem, 1.2vw, .95rem);
  margin: 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 991.98px) {

.cta-lead {
  font-size: 1rem;
}
.btn-cta {
  font-size: 1.8rem;
}
.empathy .eyebrow ,
.empathy .lead-para ,
.empathy .message ,
.empathy .sub-message ,
.feat-title  {
font-size: 2rem;
}

.feat-title .hl,
.steps-title,
.voices-title,
.faq-title,
.faq-q-icon {
font-size: 2.2rem;
}

.feat-card__hd,
.plan-text h2  {
font-size: 1.5rem;
}

}

@media screen and (max-width: 767.98px) {
.btn-cta {
  font-size: 1.5rem;
}
.empathy .eyebrow ,
.empathy .lead-para ,
.empathy-card__txt,
.empathy .message,
.empathy .sub-message,
.feat-title,
.steps-title {
font-size: 1.5rem;
}

.feat-title .hl,
.steps-title,
.voices-title,
.faq-title,
.faq-q-icon {
font-size: 1.8rem;
}

.feat-card__hd,
.plan-text h2,
.step-text,
.faq-q  {
font-size: 1.3rem;
}

.feat-card__bd,
.steps-sub {
font-size: 1.2rem;
}

}

@media screen and (max-width: 575.98px) {
.btn-cta {
  font-size: 1.2rem;
}
.empathy .eyebrow ,
.empathy .lead-para ,
.empathy-card__txt,
.empathy .message,
.empathy .sub-message,
.feat-title,
.steps-title {
font-size: 1.2rem;
}

.feat-title .hl,
.steps-title,
.voices-title,
.faq-title,
.faq-q-icon {
font-size: 1.5rem;
}

.feat-card__hd,
.plan-text h2,
.step-text,
.faq-q  {
font-size: 1.2rem;
}

.feat-card__bd,
.steps-sub {
font-size: 1rem;
}


}
