html {
  scroll-behavior: smooth;
}
body {
  font-family: 
    "Yu Gothic",
    "Yu Gothic Medium",
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Meiryo",
    sans-serif;
  color: #5A3E36;
  line-height: 1.8;
  background: #FFF4F6 ;

}
/* コンテナ */
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.inner {
  max-width: 347px;
  margin: 0 auto;
}




/* =========================
   共通
========================= */
picture {
  display: block;
}

picture img {
  display: block;
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

/* =========================
   ヘッダー
========================= */
.header {
  background-color: #ffc6c2;
  padding: 6px 14px;
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.header-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.logo-image {
  display: block;
  width: 42px;
  height: auto;
  flex-shrink: 0;
}

.logo-text {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #5c3d33;
}

/* =========================
   ハンバーガー（SP）
========================= */
.hamburger {
  margin-left: auto;
}

/* =========================
   PCナビ（初期は非表示）
========================= */
.pc-nav {
  display: none;
  margin-left: auto;
}

.pc-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}

.pc-nav a {
  text-decoration: none;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* =========================
   FV
========================= */
.fv-inner {
  width: 100%;
}

/* =========================
   worries
========================= */
.worries {
  background-color: #FEE5E8;
}

.worries-inner {
  width: 100%;
}

/* =========================
   PC
========================= */
@media screen and (min-width: 768px) {
  .header {
    padding: 6px 24px;
  }

  .header-inner {
    max-width: 1200px;
    margin: 0 auto;
  }

  .header-logo {
    gap: 10px;
  }

  .logo-image {
    width: 56px;
  }

  .logo-text {
    font-size: 30px;
  }

  .hamburger {
    display: none;
  }

  .sp-nav {
    display: none;
  }

  .pc-nav {
    display: block;
  }
}


/* =========================
   about
========================= */
.about {
  background: linear-gradient(to bottom, #FEE5E8 0%, #EEEFFB 100%);
  padding: 0 0 56px;
}

.about-inner {
  width: 100%;
  padding: 40px 18px 18px ;
  box-sizing: border-box;
}

.about-title {
  margin: 0 0 28px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.about-title-accent {
  color: #F17793;
}

.about-cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about-card {
  background-color: #FFF4F6;
  border: 4px solid #F17793;
  border-radius: 34px;
  overflow: hidden;
}

.about-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.about-card-body {
  padding: 18px 18px 22px;
}

.about-card-title {
  margin: 0 0 12px;
  font-size: clamp(20px, 5.5vw, 30px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -0.02em;
}

.about-card-text {
  margin: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {

  .about {
    padding: 0 0 100px;
  }

  .about-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px 40px;
  }

  .about-title {
    margin-bottom: clamp(28px, 4vw, 48px);
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .about-cards {
    flex-direction: row;
    gap: 24px;
  }

  .about-card {
    width: calc(33.333% - 16px);
  }
 
  .about-card-body {
    padding: 20px 20px 24px;
  }

  .about-card-title {
    font-size: clamp(20px, 2vw, 22px);
  }

  .about-card-text {
    font-size: clamp(14px, 1.6vw, 15px);
  }
}
/* =========================
   features
========================= */
.features {
  background: linear-gradient(to bottom, #EEEFFB 0%, #FEE5E8 100%);
  padding: 40px 18px;
}

.features-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
}

.features-accent {
  color: #F17793;
  display: block;
}

/* リスト */
.features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* カード */
.feature-card {
  position: relative;
  background-color: #FFF4F6;
  border: 4px solid #F17793;
  border-radius: 34px;
  padding: 24px 18px 28px;
  text-align: center;
}

/* 数字 */
.feature-number {
  position: absolute;
  top: -24px;
  right: 16px;
  width: 60px;
}
  /* 偶数だけ左に */
.feature-card:nth-child(even) .feature-number {
  right: auto;
  left: 16px;
}


/* アイコン */
.feature-icon {
  display: flex;
  justify-content: center;
}
.feature-icon img {
  width: 60px;
  margin-bottom: 10px;
}

/* タイトル */
.feature-title {
  font-size: clamp(20px, 5.5vw, 30px);
  letter-spacing: -0.02em;
  font-weight: 700;
  margin-bottom: 10px;
}

/* テキスト */
.feature-text {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {

  .features-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .features {
    padding: 80px 24px;
  }

  /* タイトル */
  .features-title {
    margin-bottom: clamp(40px, 5vw, 64px);
    font-size: clamp(28px, 3.5vw, 40px);
  }

  /* 2段レイアウト（3カラム） */
  .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }

  .feature-card {
    width: calc(33.333% - 22px);
    padding: clamp(20px, 2vw, 24px) clamp(18px, 2vw, 22px) clamp(24px, 2.5vw, 28px);
  }

  /* 番号ちょい大きく */
  .feature-number {
    width: clamp(60px, 5vw, 72px);
    /* top: -28px; */
    right: 20px;
    top: -30px;
  }
  .feature-card:nth-child(even) .feature-number {
    right: 16px;
    left: auto;
  }

  /* アイコン */
  .feature-icon img {
    width: clamp(50px, 4vw, 64px);
    margin-bottom: 12px;
  }

  /* タイトル */
  .feature-title {
    font-size: clamp(18px, 2vw, 22px);
    margin-bottom: 12px;
  }

  /* テキスト */
  .feature-text {
    font-size: clamp(14px, 1.4vw, 15px);
  }
  .feature-card:nth-child(n+4) {
    margin-top: 24px; 
  }
}
/* =========================
   system
========================= */
.system {
  background: linear-gradient(to bottom, #FEE5E8 0%, #EEEFFB 100%);
  padding: 40px 18px;
}

.system-title {
  background-image: url("../images/system-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;

  text-align: center;
  padding: 18px 0;
  margin-bottom: 40px;

  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
}

.system-accent {
  color: #F17793;
}

/* カード */
.system-cards {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.system-card {
  background-color: #FFF4F6;
  border: 4px solid #F17793;
  border-radius: 34px;
  padding: 24px 18px;
  text-align: center;
}

/* ラベル */
.system-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: clamp(18px, 5vw, 26px);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.system-label img {
  width: 28px;
}

/* メイン */
.system-main {
  font-size: clamp(22px, 6vw, 32px);
  font-weight: 700;
  margin-bottom: 10px;
}
.system-main--accent {
  font-size: clamp(24px, 6.5vw, 34px);
  font-weight: 800;
  text-shadow: 0 2px 6px #D0B056;
  letter-spacing: 0.03em;
}

/* 強調 */
.system-main .big {
  font-size: clamp(48px, 9vw, 56px);
}
.system-main .big-soku {
  font-size: clamp(48px, 9vw, 56px);
  color: #D0B056;
}

/* 注釈 */
.system-note {
  font-size: clamp(14px, 3.5vw, 16px);
}
@media screen and (min-width: 768px) {

  .system {
    padding: 80px 24px;
  }

  .system-inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  /* タイトル */
  .system-title {
    margin-bottom: clamp(40px, 5vw, 64px);
    font-size: clamp(28px, 3.5vw, 40px);
    padding: 24px 0;
  }

  /* 横並び */
  .system-cards {
    flex-direction: row;
    gap: 32px;
  }

  .system-card {
    width: calc(33.333% - 22px);
    padding: clamp(24px, 2.5vw, 32px) clamp(20px, 2vw, 24px);
  }

  /* ラベル */
  .system-label {
    font-size: clamp(18px, 1.8vw, 22px);
  }

  .system-label img {
    width: clamp(24px, 2vw, 32px);
  }

  /* メイン */
  .system-main {
    font-size: clamp(24px, 2.5vw, 30px);
  }

  .system-main--accent {
    font-size: clamp(26px, 2.8vw, 32px);
    margin-top: clamp(26px, 2.8vw, 32px);
  }

  /* 強調 */
  .system-main .big,
  .system-main .big-soku {
    font-size: clamp(52px, 4vw, 64px);
  }

  /* 注釈 */
  .system-note {
    font-size: clamp(13px, 1.2vw, 15px);
  }

}
/* =========================
   example
========================= */
.example {
  /* background-color:#FFF4F6; */
  background: linear-gradient(to bottom, #EEEFFB 0%, #FFF4F6 10%);
  padding: 56px 18px;
}

.example-title {
  background-image: url("../images/example-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 18px 0;
  margin-bottom: 28px;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #ffffff;
}

.example-lead {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(16px, 4.5vw, 24px);
  font-weight: 600;
  line-height: 1.7;
}

.example-lead-number,
.example-lead-amount {
  color: #F17793;
  font-size: 1.7em;
  line-height: 1;
}

.example-cards {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.example-card {
  overflow: hidden;
  border-radius: 24px;
  background-color: #ffffff;
}

.example-card-image-wrap {
  background-color: #FFB0BD;
  padding-top: 18px;
  text-align: center;
}

.example-card-catch {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 700;
}

.example-card-image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
}

.example-card-body {
  padding: 18px 16px 24px;
  background-color: #ffffff;
  text-align: center;
}

.example-card-name {
  margin: 0 0 8px;
  font-size: clamp(16px, 4vw, 20px);
  font-weight: 500;
}

.example-card-time {
  margin: 0 0 14px;
  font-size: clamp(14px, 3.8vw, 18px);
  font-weight: 400;
}

.example-card-price {
  margin: 0;
  font-size: clamp(26px, 7vw, 42px);
  font-weight: 900;
  line-height: 1.25;
}

.example-card-price--large {
  font-size: clamp(28px, 7.5vw, 46px);
}

.example-card-price-note {
  display: inline-block;
  margin-left: 4px;
  font-size: 0.8em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {

  .example {
    padding: 80px 24px;
  }

  .example-inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  .example-title {
    margin-bottom: clamp(32px, 4vw, 48px);
    padding: 24px 0;
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .example-lead {
    margin: 0 0 clamp(40px, 5vw, 56px);
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.6;
  }

  .example-cards {
    flex-direction: row;
    gap: 24px;
  }

  .example-card {
    width: calc(25% - 18px);
    border-radius: 28px;
  }

  .example-card-image-wrap {
    padding-top: 12px;
  }

  .example-card-catch {
    /* margin: 0 0 14px; */
    font-size: clamp(16px, 1.6vw, 20px);
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    line-height: 1.4;
  }

  .example-card-image {
    width: 52%;
  }

  .example-card-body {
    padding: 16px 12px ;
  }

  .example-card-name {
    margin: 0 0 8px;
    font-size: clamp(15px, 1.4vw, 18px);
  }

  .example-card-time {
    margin: 0 0 14px;
    font-size: clamp(13px, 1.2vw, 16px);
  }

  .example-card-price {
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.3;
  }

  .example-card-price--large {
    font-size: clamp(26px, 2.4vw, 36px);
  }

  .example-card-price-note {
    margin-left: 2px;
    font-size: 0.5em;
  }

}
/* =========================
   voice
========================= */
.voice {
  padding: 64px 0;
  background: #FFF4F6;
}

.voice-inner {
  padding: 0 16px;
}

.voice-title {
  margin: 0 0 32px;
  text-align: center;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.3;
}

.voice-title span {
  color: #F17793;
}

.voice-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.voice-text {
  flex: 1;
  margin: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.voice-image-wrap {
  position: relative;
  width: 38%;
  max-width: 130px;
  flex-shrink: 0;
  display: inline-block; 
}

.voice-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.voice-name {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 8px;
  background: #E6EBFE;
  color: #939EDE;
  font-size: clamp(12px, 2.5vw, 16px);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 12px;
  white-space: nowrap;  
}

.voice-card {
  background: linear-gradient(to bottom, #F8F9FE 0%, #E6EBFE 100%);
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.voice-card-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 14px 18px;
}

.voice-card-body--reverse {
  flex-direction: row-reverse;
}

.voice-card-title {
  width: 100%;
  margin: 0 0 2px;
  padding: 12px;
  background: #939EDE;
  color: #fff;
  font-size: clamp(17px, 4.5vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.voice-text {
  flex: 1;
  margin: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.voice-image-wrap {
  position: relative;
  width: 38%;
  max-width: 130px;
  flex-shrink: 0;
  display: inline-block;
}

.voice-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.voice-name {
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  margin: 0;
  padding: 4px 6px;
  background: rgba(255, 255, 255, 0.85); 
  color: #939EDE;
  font-size: clamp(10px, 2.5vw, 14px);
  font-weight: 700;
  line-height: 1.2;
  border-radius: 12px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .voice {
    padding: 88px 24px 100px;
  }

  .voice-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
  }

  .voice-title {
    margin: 0 0 clamp(40px, 5vw, 56px);
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .voice-list {
    gap: 36px;
  }

  .voice-card {
    border-radius: 0 0 24px 24px;
  }

  .voice-card-body {
    gap: 24px 36px;
    padding: 18px 28px;
  }

  .voice-card-title {
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    font-size: clamp(20px, 2vw, 24px);
    line-height: 1.4;
  }

  /* .voice-card-body--reverse {
    flex-direction: row-reverse;
  } */

  .voice-text {
    flex: 1;
    font-size: clamp(16px, 1.5vw, 18px);
    line-height: 1.9;
  }

  .voice-image-wrap {
    position: relative;
    width: clamp(80px, 8vw, 110px);
    max-width: 100px;
  }

  .voice-name {
    border-radius: 12px;

    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 8px;

    font-size: clamp(8px, 1vw, 10px);
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
  }
  .voice-image-wrap img {
    width: 100%;
    display: block;
 }
}

/* =========================
   flow
========================= */
.flow {
  padding: 64px 0 72px;
  background-color: #FFB0BD;
}

.flow-inner {
  padding: 0 18px;
}

.flow-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.3;
}

.flow-title span {
  color: #fff;
}

.flow-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.flow-list::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 27px;
  width: 0;
  height: calc(100% - 175px);
  border-left: 2px dotted #5A3E36;
}

.flow-item {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: start;
}

.flow-number {
  position: relative;
  z-index: 1;
  width: 54px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background: #939EDE;
  color: #FFF4F6;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 700;
  border-radius: 50%;
}

.flow-card {
  padding: 18px 16px 20px;
  background: #FFF4F6;
  border-radius: 20px;
}

.flow-card-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: clamp(18px, 5.2vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}

.flow-card-text {
  margin: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.flow-message {
  margin: 48px 0 0;
  text-align: center;
  font-size: clamp(18px, 5.2vw, 32px);
  font-weight: 700;
  line-height: 1.8;
}

.flow-message span {
  background: linear-gradient(transparent 70%, #FFF4F6 70%);
}
@media screen and (min-width: 768px) {

  .flow {
    padding: 88px 24px 110px;
  }

  .flow-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
  }

  .flow-title {
    margin: 0 0 clamp(56px, 6vw, 76px);
    font-size: clamp(30px, 3.6vw, 44px);
    line-height: 1.4;
  }

  .flow-title br {
    display: none;
  }

  .flow-list {
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-top: 92px;
  }

  /* 縦線を消して横点線に */
  .flow-list::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 12%;
    width: 76%;
    height: 0;
    border-left: none;
    border-top: 2px dotted #5A3E36;
  }

  .flow-item {
    position: relative;
    display: block;
    width: calc((100% - 90px) / 4);
  }

  .flow-number {
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(54px, 5vw, 60px);
    font-size: clamp(24px, 2.6vw, 34px);
  }

  .flow-card {
    min-height: 334px;
    padding: clamp(34px, 3vw, 42px) clamp(20px, 2vw, 28px) clamp(24px, 2.4vw, 30px);
    border-radius: 20px;
  }

  .flow-card-title {
    margin: 0 0 clamp(18px, 2vw, 24px);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.35;
  }

  .flow-card-text {
    font-size: clamp(15px, 1.35vw, 17px);
    line-height: 1.8;
  }

  .flow-message {
    margin: clamp(64px, 7vw, 92px) 0 0;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.9;
  }

  .flow-message span {
    display: inline;
    background: linear-gradient(transparent 72%, #FFF4F6 72%);
  }
}
/* =========================
   faq
========================= */
.faq {
  background: #FFF4F6;
  padding: 64px 0;
}

.faq-inner {
  padding: 0 14px;
}

.faq-title {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(28px, 5vw, 44px);
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.3;
}

.faq-list {
  display: flex;
  flex-direction: column;
}

.faq-item {
  padding: 0 0 22px;
  margin-bottom: 22px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
}

.faq-row--q {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px dotted #8C675C;
}

.faq-mark {
  width: 56px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: clamp(28px, 7vw, 40px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.faq-mark--q {
  background: #939EDE;
}

.faq-mark--a {
  background: #FF6F8F;
}

.faq-text {
  margin: 0;
}

.faq-text--q {
  padding-top: 10px;
  font-size: clamp(16px, 4.2vw, 24px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.02em;
}

.faq-text--a {
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .faq {
    padding: 80px 0;
  }

  .faq-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
  }

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

  .faq-item {
    padding: 0 0 28px;
    margin-bottom: 28px;
  }

  .faq-row {
    grid-template-columns: 64px 1fr;
    gap: 20px;
  }

  .faq-mark {
    width: 64px;
    font-size: 38px;
  }

  .faq-text--q {
    padding-top: 12px;
    font-size: 24px;
  }

  .faq-text--a {
    font-size: 16px;
    max-width: 900px;
  }
}

/* =========================
   footer
========================= */
.footer {
  background: #FF6F8F;
  padding: 18px 16px 118px;
}

.footer-inner {
  text-align: center;
}

.footer-logo {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(34px, 9vw, 56px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.footer-text {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(16px, 4.5vw, 28px);
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 4px;
}

.footer-copy {
  margin: 0;
  color: #fff;
  font-size: clamp(12px, 3vw, 14px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 18px 16px 140px;
  }
  .footer-text {
   letter-spacing: 0.07em;
}
}

/* 常時表示のCTAボタン */
/* 追従エリア */
.cta-fixed {
  position: fixed;
  /* bottom: 120px; */
  bottom: calc(10px + env(safe-area-inset-bottom));
  left: 10px;
  right: 10px;
  z-index: 9999;
}

/* ボタン並び */
.cta-buttons {
  display: flex;
  gap: 8px;
}
/* 左のカラム（縦に積む） */
.cta-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ボタンの上のテキスト */
.cta-lead {
  font-size: clamp(11px, 1.1vw, 12px);
  color: #ffacba;
  font-weight: bold;
  margin-bottom: 6px;
  line-height: 1;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
}
.cta-lead--empty {
  visibility: hidden;
}

/* 「4step」 */
.cta-num {
  font-size: 16px;
  color: #583317;
  padding-bottom: 8px;
 
}

 /* ボタン共通 */
.cta-btn {
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 12px 10px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
}


/* メイン（LINE） */
.cta-btn--primary {
  background: #24BAC5; 
  color: #fff;
}

/* サブ（問い合わせ） */
.cta-btn--secondary {
  background: #fff;
  color: #FF6B6B;
  border: 2px solid #FF6B6B;
}

/* 矢印 */
.arrow {
  font-size: 22px;
}

/* タップ感 */
.cta-btn:active {
  transform: scale(0.97);
}

@media screen and (min-width: 768px) {
  .cta-fixed {
    left: 50%;
    right: auto;
    bottom: 20px;
    transform: translateX(-50%);
    width: min(92%, 760px);
  }

  .cta-buttons {
    gap: 16px;
  }

  .cta-col {
    align-items: stretch;
  }

  .cta-lead {
    font-size: clamp(13px, 1.2vw, 15px);
    margin-bottom: 8px;
    min-height: 32px;
    letter-spacing: 0.08em;
  }

  .cta-num {
    font-size: clamp(24px, 2.2vw, 28px);
    letter-spacing: 0.06em;
    padding-bottom: 8px;
  }

  .cta-btn {
    padding: 16px 20px;
    border-radius: 999px;
    font-size: clamp(16px, 1.4vw, 18px);
    min-height: 64px;
    gap: 8px;
  }

  .arrow {
    font-size: 24px;
  }
}

/* ハンバーガー */
.hamburger {
  margin-left: auto;
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #5A3E36;
  border-radius: 2px;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 9px; }
.hamburger span:nth-child(3) { bottom: 0; }

/* メニュー */
.sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100%;
  background: #FFF4F6;
  padding: 80px 20px;
  transition: 0.3s;
  z-index: 9998;
  opacity: 0;
  transform: translateX(20px); 
  pointer-events: none;
  transition: all 0.5s ease;
}

/* ×ボタン */
.nav-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  font-weight: 600;
  background: none;
  border: none;
  cursor: pointer;
  color: #FF6B6B;
}

.sp-nav ul {
  list-style: none;
  padding: 0;
}

.sp-nav li {
  margin-bottom: 20px;
}

.sp-nav a {
  text-decoration: none;
  color: #5A3E36;
  font-size: 16px;
  font-weight: bold;
}

/* 開いた状態 */
.sp-nav.is-open {
  right: 0;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

/* 背景を暗くする  */
 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 9997;
}

.overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

/* ハンバーガーメニューアニメーション用 */
.hamburger span {
  transition: all 0.3s ease;
}


/* トップへ戻るボタン */
.to-top {
  position: fixed;
  bottom: 80px; 
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFF4F6;
  color: #F17793;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-top: 8px; 
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);

  /* 初期は非表示 */
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;

  transition: all 0.4s ease;
  z-index: 9999;
}

/* 表示状態 */
.to-top.is-show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ホバー */
.to-top:hover {
  background: #F17793;
  color: #fff;
}
