@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* =========================
  Variables
========================= */
:root {
  --container: 1000px;
  --gutter: 20px;
  --font-sans: "Noto Sans JP","Hiragino Sans","Yu Gothic","Meiryo",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --font-mincho: "Shippori Mincho","Hiragino Mincho ProN","Yu Mincho",serif;
  --text:#3a3a3a;
  --muted:#555;
  --purple:#7b4ea3;
  --purple2:#9b7ac2;
  --pink:#eaa3c4;
  --beige:#efe8dd;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow-sm: 0 10px 26px rgba(0,0,0,.10);
  --shadow-md: 0 20px 54px rgba(0,0,0,.14);
  --section-pad: clamp(52px, 7vw, 110px);
  --stack-lg: clamp(18px, 3vw, 36px);
  --stack-md: clamp(12px, 2vw, 22px);
  --sticky-h: 86px;
  --focus: rgba(123, 78, 163, .25);
  --pulse-scale: 1.05;
  --pulse-duration: 1.2s;
}

/* =========================
  Mixin（SP=750）
========================= */
/* =========================
  utility（共通パーツ）
========================= */
.b-bold {
  font-weight: 700;
}

.b-big140 {
  font-size: 140%;
}

.b-big170 {
  font-size: 170%;
}

.b-center {
  text-align: center;
}

.b-left {
  text-align: left;
}

.b-txt-left {
  text-align: left;
}

.b-txt-center {
  text-align: center;
}

.b-txt-right {
  text-align: right;
}

.b-mt-100 {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .b-mt-100 {
    margin-top: 70px;
  }
}

.b-mt-70 {
  margin-top: 70px;
}
@media (max-width: 750px) {
  .b-mt-70 {
    margin-top: 40px;
  }
}

.b-mt-40 {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .b-mt-40 {
    margin-top: 30px;
  }
}

.b-mt-20 {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .b-mt-20 {
    margin-top: 20px;
  }
}

.b-mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 750px) {
  .b-mb-100 {
    margin-bottom: 70px;
  }
}

.b-mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 750px) {
  .b-mb-70 {
    margin-bottom: 40px;
  }
}

.b-mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .b-mb-40 {
    margin-bottom: 30px;
  }
}

.b-mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .b-mb-20 {
    margin-bottom: 20px;
  }
}

.b-pt-100 {
  padding-top: 100px;
}
@media (max-width: 750px) {
  .b-pt-100 {
    padding-top: 70px;
  }
}

.b-pt-70 {
  padding-top: 70px;
}
@media (max-width: 750px) {
  .b-pt-70 {
    padding-top: 40px;
  }
}

.b-pt-40 {
  padding-top: 40px;
}
@media (max-width: 750px) {
  .b-pt-40 {
    padding-top: 30px;
  }
}

.b-pt-20 {
  padding-top: 20px;
}
@media (max-width: 750px) {
  .b-pt-20 {
    padding-top: 20px;
  }
}

.b-pb-100 {
  padding-bottom: 100px;
}
@media (max-width: 750px) {
  .b-pb-100 {
    padding-bottom: 70px;
  }
}

.b-pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 750px) {
  .b-pb-70 {
    padding-bottom: 40px;
  }
}

.b-pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .b-pb-40 {
    padding-bottom: 30px;
  }
}

.b-pb-20 {
  padding-bottom: 20px;
}
@media (max-width: 750px) {
  .b-pb-20 {
    padding-bottom: 20px;
  }
}

.b-font-color--purple {
  color: var(--purple);
}

.b-font-color--pink {
  color: var(--pink);
}

.b-br-sp {
  display: none;
} /* PC側では消す（=SP専用） */
.b-br-pc {
  display: inline;
} /* PC側では出す（=PC専用） */
@media (max-width: 750px) {
  .b-br-sp {
    display: inline;
  } /* SPでは出す */
  .b-br-pc {
    display: none;
  } /* SPでは消す */
}
.b-marker {
  display: inline;
  padding: 0 0.2em;
  font-weight: 600;
  /* 紫マーカー */
  background: linear-gradient(transparent 62%, rgba(123, 78, 163, 0.25) 62%);
}

/* ピンク版（必要な場合のみ） */
.b-marker--pink {
  background: linear-gradient(transparent 62%, rgba(234, 163, 196, 0.35) 62%);
}

/* =========================
  Base
========================= */
body.lp.p_top {
  font-family: var(--font-sans);
  color: var(--text);
  line-height: 1.85;
  letter-spacing: 0.01em;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  padding-bottom: calc(var(--sticky-h) + 28px);
}
body.lp.p_top * {
  box-sizing: border-box;
}
body.lp.p_top img {
  max-width: 100%;
  height: auto;
  display: block;
}
body.lp.p_top a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), 100% - var(--gutter) * 2);
  margin-inline: auto;
}
.container img {
  margin: 0 auto;
}

.section {
  padding: var(--section-pad) 0;
}

.inner_body {
  max-width: 800px;
  margin: 0 auto;
}
.inner_body__box {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* Skiplink */
.skiplink {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  padding: 10px 14px;
  background: #111;
  color: #fff;
  border-radius: 0 0 14px 0;
  z-index: 9999;
}
.skiplink:focus {
  transform: translateY(0);
}

/* Image block */
.imgBlock {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1000px;
  justify-content: center;
}

.imgBlock--mt {
  margin-top: var(--stack-lg);
}

/* SEO用（表示しないテキスト） */
.srText {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.secHead {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .secHead {
    margin-bottom: 28px;
  }
}

.secHead__title {
  margin: 0;
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 700;
  line-height: 1.3;
}

　 .secHead__sub {
  display: block;
  margin-top: 4px;
  font-family: var(--font-mincho);
  font-size: clamp(14px, 1.6vw, 18px);
  color: var(--pink);
  letter-spacing: 0.05em;
}

.misconception {
  background: var(--beige);
}
.misconception p {
  padding-top: 20px;
}

/* =========================
  Sticky CTA
========================= */
/* =========================
  Utility
========================= */
@media (max-width: 750px) {
  .u-hide-sp {
    display: none !important;
  }
}

@media (min-width: 751px) {
  .u-hide-pc {
    display: none !important;
  }
}

/* =========================
  Sticky CTA / single
========================= */
.stickyCtaSingle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: var(--pink);
  color: #FFF;
  backdrop-filter: blur(12px);
  z-index: 999;
}

.stickyCtaSingle__inner {
  width: min(var(--container), 100% - var(--gutter) * 2);
  margin-inline: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.stickyCtaSingle__text {
  margin: 0;
  line-height: 1.35;
}

/* SP */
@media (max-width: 750px) {
  .stickyCtaSingle {
    background-color: unset;
  }
  .stickyCtaSingle__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .stickyCtaSingle__text {
    display: none;
  }
}
/* =========================
  Sticky CTA / double
========================= */
.stickyCtaDouble {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: var(--pink);
  color: #FFF;
  backdrop-filter: blur(12px);
  z-index: 999;
}

.stickyCtaDouble__inner {
  width: min(var(--container), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.stickyCtaDouble__buttons {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

/* LINEだけ表示 */
.stickyCtaDouble.is-line-only .stickyCtaDouble__btnMain {
  display: none;
}

/* CTAだけ表示 */
.stickyCtaDouble.is-cta-only .stickyCtaDouble__btnLine {
  display: none;
}

/* SP */
@media (max-width: 750px) {
  .stickyCtaDouble {
    background-color: unset;
  }
  .stickyCtaDouble__buttons {
    gap: 8px;
    justify-content: center;
  }
  /* SPではLINEを消す */
  .stickyCtaDouble__btnLine {
    display: none !important;
  }
  /* SPではCTAだけ出す */
  .stickyCtaDouble__btnMain {
    display: block !important;
    flex: 0 1 360px;
    width: min(360px, 100%);
    margin: 0 auto;
  }
}
/* CTA button (image) + animation */
.ctaBtn {
  display: block;
  width: min(540px, 100%);
  margin: var(--stack-md) auto 0;
  border-radius: 999px;
  overflow: hidden;
}
.ctaBtn img {
  width: 100%;
}

.ctaBtn--sticky {
  width: min(360px, 100%);
  margin: 0;
}

.js-cta {
  animation: ctaPulse var(--pulse-duration) ease-in-out infinite;
  transform-origin: center;
}

@keyframes ctaPulse {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-1px) scale(var(--pulse-scale));
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-cta {
    animation: none !important;
  }
}
/* =========================
  Page Top Button
========================= */
.pageTop {
  position: fixed;
  right: 20px;
  bottom: calc(var(--sticky-h) + 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: var(--purple2);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 998;
}
.pageTop.is-active {
  opacity: 1;
  visibility: visible;
}
.pageTop:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 3px;
}
@media (any-hover: hover) and (pointer: fine) {
  .pageTop:hover {
    transform: translateY(-2px);
  }
}

/* SP調整 */
@media (max-width: 750px) {
  .pageTop {
    width: 64px;
    height: 64px;
    font-size: 12px;
    right: 3px;
    bottom: calc(var(--sticky-h) + 10px);
  }
}
/* =========================
  Scroll Reveal Animation（slow）
========================= */
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
/* セクション/ブロック：ゆっくり */
.js-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.05s ease, transform 1.05s ease;
  will-change: opacity, transform;
}

.js-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
  HERO（背景はcoverで切る／上に画像を載せる）
========================= */
.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* HEROの中身全体 */
.hero__inner {
  position: relative;
  width: 100%;
}

/* =========================
  PC/Tablet（>750）
  背景：hero__bg_pc.jpg（縮小しない＝coverでトリミング）
  上：fv_left_pc.png / fv_right_pc.png（max 1000px）
========================= */
.hero__pc {
  width: 100%;
  min-height: clamp(520px, 46vw, 720px); /* 背景が足りない対策。必要なら微調整OK */
  display: flex;
  align-items: center;
  background: url("../../common/images/hero__bg_pc.jpg") center top/cover no-repeat;
}

/* 2枚を載せるレイヤー（最大1000px） */
.hero__pcGrid {
  width: min(1000px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: center;
}

.hero__right {
  display: flex;
  align-items: flex-end; /* ← 下に寄せる */
  justify-content: flex-end;
}

/* 画像の可変 */
.hero__leftImg {
  width: 100%;
  height: auto;
  display: block;
  max-width: 680px; /* 必要なら維持 */
}

.hero__rightImg {
  width: 100%;
  max-width: 350px; /* ← 指定通り350pxに変更 */
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 50px rgba(0, 0, 0, 0.18));
}

/* Tablet微調整（751〜1100） */
@media (min-width: 751px) and (max-width: 1100px) {
  .hero__pcGrid {
    align-items: end; /* 下揃え */
  }
  .hero__left {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(40px) translateY(-40%);
  }
  .hero__leftImg {
    margin: 0 auto;
  }
  .hero__right {
    display: flex;
    align-items: flex-end; /* 下に寄せる */
    justify-content: flex-end;
    transform: translateX(6px);
  }
  .hero__rightImg {
    max-width: 280px; /* 指定サイズ */
  }
}
/* SP要素はPCでは非表示 */
.hero__sp {
  display: none;
}

/* =========================
  SP（〜750）
  背景：hero__bg.jpg（cover）
  上：hero_sp.png（幅100%で可変）
========================= */
@media (max-width: 750px) {
  .hero__pc {
    display: none;
  }
  .hero__sp {
    display: block;
    width: 100%;
    background: url("../../common/images/hero__bg.jpg") center top/cover no-repeat;
    /* 350〜750の幅で見栄えを安定させるため高さを確保 */
    min-height: 0;
    padding: 0;
  }
  .hero__spImg {
    width: 100%;
    height: auto;
    display: block;
  }
}
/* =========================
  Worries Head（背景画像＋半透明ベージュオーバーレイ）
========================= */
.checkList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.checkList li {
  position: relative;
  padding-left: 44px;
  line-height: 1.9;
  word-break: break-word;
}

.checkList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(234, 163, 196, 0.95);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}

.checkList li::after {
  content: "✓";
  position: absolute;
  left: 4px;
  top: 1em;
  color: #fff;
  transform: translateY(-54%);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 750px) {
  .checkList {
    gap: 12px;
  }
  .checkList li {
    padding-left: 2em;
    line-height: 1.85;
  }
  .checkList li::before {
    width: 18px;
    height: 18px;
  }
  .checkList li::after {
    left: 3px;
    font-size: 1em;
  }
}
.worries {
  position: relative;
  overflow: hidden;
  background: url("../../common/images/worries_bg_pc.jpg") center top/cover no-repeat;
}
@media (max-width: 750px) {
  .worries {
    background: url("../../common/images/worries_bg.jpg") center top/cover no-repeat;
  }
}
.worries::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--beige) 68%, transparent);
  pointer-events: none;
  z-index: 0;
}

.worries__headInner {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 901px) {
  .worries__headInner {
    max-width: 820px;
    padding: 0 40px;
  }
}
.worries__title {
  margin: 0;
  text-align: center;
  font-size: clamp(20px, 2.6vw, 34px);
  line-height: 1.25;
  color: var(--purple);
  letter-spacing: 0.02em;
}

.worries__lead {
  margin: 12px 0 0;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.worries__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 40px;
  max-width: 860px;
  margin: var(--stack-lg) auto 0;
}
@media (max-width: 750px) {
  .worries__card {
    padding: 30px 20px;
  }
}

/* =========================
  ▼境界SVG（worriesの外＝直後に置く前提）
  ※ここが「出ない」原因を潰す：polygonに確実に色を当てる＋高さ確保＋余白ゼロ
========================= */
.worries__edgeSvg {
  display: block;
  width: 100%;
  height: 70px; /* viewBox(0 0 1200 70)に合わせる */
  line-height: 0;
  margin: 0;
  padding: 0;
  /* 前後のセクションの背景に埋もれないように */
  position: relative;
  z-index: 2;
  /* SVGが“隙間”を作るのを防ぐ（たまに効く） */
  vertical-align: top;
}

/* ★超重要：HTMLがpolygonなので polygon に塗りを指定（fill属性があってもCSSで確実化） */
.worries__edgeSvg polygon {
  fill: rgba(239, 232, 221, 0.5450980392);
  opacity: 1;
  visibility: visible;
}

/* ===== カード・リスト（今のまま維持） ===== */
.worries__card {
  position: relative;
  z-index: 1; /* ← overlayより上 */
  background: #fff; /* ←真っ白固定 */
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 40px;
  max-width: 860px;
  margin: var(--stack-lg) auto 0;
}
@media (max-width: 750px) {
  .worries__card {
    padding: 30px 20px;
  }
}

/* =========================
  Program List
========================= */
.programlist {
  /* Figma指定：B582C8 100% → 42% */
  background: linear-gradient(0deg, rgb(181, 130, 200) 0%, rgba(181, 130, 200, 0.42) 100%);
}
/* 中のカード全体 */
.programlist .programlist__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 24px;
  background: #FFF;
  border-radius: 10px;
}

/* PC時は左右余白を増やして中央寄せ */
@media (min-width: 901px) {
  .programlist .programlist__inner {
    max-width: 780px;
    padding: 60px 60px;
  }
}
/* 紫グラデの外枠（画像の角丸＋影） */
@media (max-width: 750px) {
  .programlist__frame {
    border-radius: 20px;
  }
}
.programlist__frame {
  /* PCの時は少し左右のパディングを増やして中央に寄せ気味に */
}
@media (min-width: 1101px) {
  .programlist__frame {
    padding: 46px 46px;
  }
}

/* 白いカード本体 */
.programlist__card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 50px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .programlist__card {
    padding: 30px 20px;
    border-radius: 16px;
  }
}
@media (min-width: 1101px) {
  .programlist__card {
    max-width: 700px;
    padding: 40px 40px 50px;
  }
}

/* 見出し（全5回画像） */
.programList__head {
  text-align: center;
  padding-bottom: 10px;
}
.programList__head img {
  margin: 0 auto;
  display: block;
  width: 140px;
}
@media (max-width: 750px) {
  .programList__head {
    margin-bottom: 12px;
  }
  .programList__head img {
    width: 120px;
  }
}

/* タイトル群（画像の雰囲気：紫＋明朝系） */
.programList__kicker {
  text-align: center;
  margin: 0 0 6px;
  color: var(--purple);
  font-weight: 500;
  line-height: 1.6;
}

.programList__title {
  margin-bottom: 20px;
  text-align: center;
  margin: 0;
  color: var(--purple);
  font-weight: 500;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: 0.02em;
}
@media (max-width: 750px) {
  .programList__title {
    font-size: 22px;
  }
}
@media (min-width: 1101px) {
  .programList__title {
    font-size: 28px;
  }
}

.programList__sub {
  text-align: center;
  margin: 2px 0 18px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .programList__sub {
    margin-bottom: 16px;
  }
}

/* リスト */
.programList__items {
  list-style: none;
  max-width: 560px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 20px;
}
@media (max-width: 750px) {
  .programList__items {
    gap: 15px;
  }
}

.programList__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}
@media (max-width: 750px) {
  .programList__item {
    gap: 12px;
  }
}

/* 左の「◯回目」ラベル（角丸の紫） */
.programList__num {
  background: var(--purple2);
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  padding: 8px 14px;
  white-space: nowrap;
  min-width: 58px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .programList__num {
    font-size: 13px;
    padding: 9px 12px;
    min-width: 56px;
  }
}

.programList__text {
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}
@media (max-width: 750px) {
  .programList__text {
    line-height: 1.75;
    font-size: 15px;
  }
}

.ctaOffer {
  /* ▼背景は画像（必要なら実ファイル名に合わせて“ファイル名だけ”差し替え） */
  background: url("../../common/images/cta_offer_bg.jpg") center/cover no-repeat;
  padding: 70px 0 40px;
}
@media (max-width: 750px) {
  .ctaOffer {
    padding: 40px 0;
  }
}

.ctaOffer__inner {
  margin: 0 auto;
}

/* 上部テキスト */
.ctaOffer__copy {
  text-align: center;
  padding: 10px 0 14px;
}

.ctaOffer__lead {
  margin: 0 0 6px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.ctaOffer__value {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.6;
  color: #3b2a52;
}
@media (max-width: 750px) {
  .ctaOffer__value {
    font-size: 1.4rem;
  }
}

.ctaOffer__marker {
  display: inline;
  padding: 0 0.25em;
  font-weight: 700;
  background: linear-gradient(transparent 62%, rgba(214, 123, 175, 0.27) 62%);
}

.ctaOffer__desc {
  margin: 0;
  color: #3b2a52;
  line-height: 1.85;
}

/* 価格エリア画像 */
.ctaOffer__img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /* PCは今のまま */
}
.ctaOffer__img img {
  width: 100%;
  height: auto;
  display: block;
}
.ctaOffer__img {
  /* SPだけ “親がcontainerでも” 画面幅いっぱいに抜ける */
}
@media (max-width: 750px) {
  .ctaOffer__img {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    margin-right: -50vw;
    /* pictureにも確実に効かせる */
  }
  .ctaOffer__img picture {
    display: block;
    width: 100%;
  }
}

.ctaOffer__priceImgWrap {
  margin-top: 14px;
}

.ctaOffer__priceImgWrap img {
  display: block;
  width: min(860px, 100%);
  margin: 0 auto;
  height: auto;
}

/* 下段：ラベル＋ボタン */
.ctaOffer__cta {
  margin-top: 30px;
  text-align: center;
  padding: 0 40px;
}

.ctaOffer__label {
  display: inline-block;
  margin: 0 0 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #d55392;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: var(--shadow-sm);
}

.ctaOffer__btn {
  display: block;
  width: min(520px, 100%);
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

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

/* =========================
  LINE Offer
========================= */
.lineOffer {
  background: #fff;
  padding: 70px 0;
}
@media (max-width: 750px) {
  .lineOffer {
    padding: 50px 0;
  }
}

.lineOffer__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 44px 40px 50px;
  text-align: center;
  border-radius: var(--radius-lg);
}
@media (max-width: 750px) {
  .lineOffer__inner {
    padding: 34px 20px 38px;
    border-radius: 20px;
  }
}

.lineOffer__badge {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 16px;
  background: var(--pink);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .lineOffer__badge {
    margin-bottom: 16px;
    font-size: 0.88rem;
    padding: 6px 14px;
  }
}

.lineOffer__title {
  margin: 0;
  color: var(--purple);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.lineOffer__desc {
  margin: 18px 0 0;
  color: var(--text);
  line-height: 1.9;
  font-size: 1rem;
}
@media (max-width: 750px) {
  .lineOffer__desc {
    margin-top: 14px;
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.lineOffer__cta {
  margin-top: 28px;
}
@media (max-width: 750px) {
  .lineOffer__cta {
    margin-top: 22px;
  }
}

.lineOffer__btn {
  display: block;
  width: min(520px, 100%);
  margin: 0 auto;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.lineOffer__btn img {
  display: block;
  width: 100%;
  height: auto;
}

/* =========================
  Readmore
========================= */
.heading {
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.35;
  margin: 0 0 var(--stack-md);
  color: var(--pink);
  font-weight: 500;
  text-align: center;
}

.readmore__text {
  padding: 20px;
  max-width: 900px;
  margin-inline: auto;
}
.readmore__text p {
  margin: 0;
  line-height: 2;
}

.readmore__img {
  padding-bottom: 20px;
}

.imgBlock {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.quoteBox {
  margin-inline: auto;
  background: var(--beige);
  padding: 40px;
  max-width: 1000px;
}
@media (max-width: 750px) {
  .quoteBox {
    padding: 30px 20px 40px 20px;
  }
}
.quoteBox .quoteBox_inner {
  margin: 0;
  line-height: 1.95;
  background: #fff;
  border-radius: 10px;
  border: 1px solid var(--muted);
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 750px) {
  .quoteBox .quoteBox_inner {
    padding: 40px 20px;
  }
}

/* =========================
  Program
========================= */
.program {
  color: #fff;
  padding-top: 0;
}

.secHead--program {
  text-align: center;
  color: var(--muted);
}
.secHead--program .secHead__title {
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-size: clamp(22px, 3.2vw, 36px);
  display: inline-grid;
  gap: 6px;
  justify-items: center;
}

.secHead__img {
  width: min(560px, 100%);
  margin: 0 auto 12px;
}

.secHead__kicker {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.9;
}

.secHead__sub {
  font-weight: 500;
  letter-spacing: 0.06em;
  font-family: var(--font-mincho);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1;
}

.secHead--program .secHead__desc {
  margin: 14px 0 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-size: clamp(14px, 1.8vw, 18px);
}

/* ピンク枠のボックス */
.programIntroBox {
  margin: 18px auto 0;
  width: min(720px, 100%);
  border: 1px solid rgba(234, 163, 196, 0.95);
  background: #fff;
  padding: 22px 18px;
}

.programIntroBox__kicker {
  margin: 0 0 8px;
  color: var(--pink);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: clamp(13px, 1.6vw, 16px);
  line-height: 1.4;
}

.programIntroBox__main {
  margin: 0;
  color: var(--pink);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-size: clamp(20px, 2.6vw, 28px);
}

.programIntroBox__count {
  font-size: 0.72em;
  font-weight: 600;
  margin-left: 0.2em;
  white-space: nowrap;
}

/* SP（〜750） */
@media (max-width: 750px) {
  .secHead--program .secHead__desc {
    margin-top: 12px;
  }
  .programIntroBox {
    margin-top: 16px;
    padding: 18px 14px;
  }
}
.secHead__title {
  margin: 0;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.25;
  display: grid;
}

.programCards {
  display: grid;
  gap: 30px;
  max-width: 980px;
  margin-inline: auto;
}
@media (max-width: 750px) {
  .programCards {
    gap: 15px;
  }
}

.programCard {
  margin: 0;
  overflow: hidden;
}

/* =========================
  CTA
========================= */
.cta {
  position: relative;
  background: #fff;
}

.cta__bg {
  position: absolute;
  inset: 0;
  background: url("common/images/cta_bg.jpg") center/cover no-repeat;
  z-index: -1;
}

.cta__box {
  background: rgba(255, 255, 255, 0.92);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 18px;
}

/* =========================
  Benefit
========================= */
.benefit {
  position: relative;
  overflow: hidden;
  /* ▼SP背景（〜750） */
  background: url("../../common/images/benefit_bg_pc.png") center top/cover no-repeat;
  /* 文字の可読性用：上に薄い色をかける（不要なら削除OK） */
}
.benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, var(--beige) 68%, transparent);
  pointer-events: none;
  z-index: 0;
}
.benefit {
  /* 中身をオーバーレイより上へ */
}
.benefit .container {
  position: relative;
  z-index: 1;
}

/* ▼PC・タブレット（751〜） */
@media (max-width: 750px) {
  .benefit {
    background: url("../../common/images/benefit_bg_sp.png") center top/cover no-repeat;
  }
}
.benefit__list {
  margin: var(--stack-lg) auto 0;
  max-width: 800px;
  display: grid;
  gap: 12px;
}

.benefitItem {
  background: #fff;
  border: 1px solid var(--purple);
  padding: 20px 40px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .benefitItem {
    padding: 10px 20px;
    gap: 16px;
  }
}
.benefitItem p {
  margin: 0;
  line-height: 1.9;
}

.benefitItem__icon {
  position: relative;
  /* サイズ感（worriesと同等） */
  width: 18px;
  height: 18px;
  /* 丸は維持（四角にしたければ 4px に変更） */
  border-radius: 999px;
  /* ピンクチェックに揃える */
  background: rgba(123, 78, 163, 0.92);
  /* 中の✓は中央 */
  display: grid;
  place-items: center;
  /* ✓の見た目 */
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  /* ★ここが「テキストの高さ合わせ」 */
  /* worriesの top:.35em 相当。1行目の中央に近い位置に来る */
  margin-top: 0.5em;
  flex: 0 0 18px;
}
@media (max-width: 750px) {
  .benefitItem__icon {
    width: 18px;
    height: 18px;
    margin-top: 0.5em; /* SPでも同じでOK（ズレるなら .32em〜.38emで微調整） */
  }
}

/* =========================
  Profile
========================= */
.profile {
  background: var(--beige);
}

.profileCard {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

/* ヘッダー画像 */
.profileHero__img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 資格見出し（—— 資格 —— を線で再現） */
.profileQual {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}

.profileQual__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 0 14px;
  color: var(--text);
}

.profileQual__label {
  font-weight: 700;
  letter-spacing: 0.06em;
}

.profileQual__line {
  flex: 1 1 auto;
  height: 1px;
  background: rgba(0, 0, 0, 0.55);
}

.profileQual__list {
  margin: 0;
  padding-left: 1.25em;
  line-height: 1.9;
  color: var(--text);
}

/* 本文 */
.profileBody {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.profileBody-inner {
  padding: 40px;
}

.profileBody-inner p {
  margin: 0 0 14px;
  line-height: 2;
}

.profileBody-inner p:last-child {
  margin-bottom: 0;
}

/* 下部（PCだけ横並びにする） */
.profileBottom__text p {
  margin: 0 0 14px;
  line-height: 2;
}

.profileBottom__text p:last-child {
  margin-bottom: 0;
}

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

/* SP（〜750）：縦積み */
@media (max-width: 750px) {
  .profileQual {
    padding: 20px 0;
  }
  .profileBody-inner {
    padding: 40px 20px;
  }
  .profileBottom__media {
    margin-top: 12px;
  }
}
/* PC/Tablet（751〜）：下部だけ横並び */
@media (min-width: 751px) {
  .profileQual {
    padding: 20px 0;
  }
  .profileBody-inner {
    padding: 20px;
  }
  .profileBottom {
    display: grid;
    grid-template-columns: 1fr 320px; /* 右の画像幅（必要なら調整） */
    gap: 15px;
    align-items: start;
  }
  .profileBottom__media img {
    max-width: 320px;
    margin-left: auto;
  }
}
/* =========================
  Voice
========================= */
.voice {
  background: #f6f1e9;
}

.voiceList {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
}

.voiceCard {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 750px) {
  .voiceCard {
    gap: 15px;
    padding: 20px;
  }
}
.voiceCard + .voiceCard {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .voiceCard + .voiceCard {
    margin-top: 15px;
  }
}
.voiceCard:nth-child(even) {
  grid-template-columns: 1fr 120px;
}
.voiceCard:nth-child(even) .voiceCard__photo {
  order: 2;
}
.voiceCard:nth-child(even) .voiceCard__body {
  order: 1;
}

.voiceCard__photo img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999px;
}
@media (max-width: 750px) {
  .voiceCard__photo img {
    margin: 0 auto;
    text-align: center;
  }
}

.voiceCard__name {
  margin: 0 0 8px;
  font-weight: 700;
  color: var(--purple);
}
@media (max-width: 750px) {
  .voiceCard__name {
    margin: 0 auto;
    text-align: center;
  }
}

.voiceCard__text {
  margin: 0 0 10px;
  line-height: 1.95;
}

.voiceCard__meta {
  margin: 0;
  color: var(--muted);
  font-weight: 500;
}

@media (max-width: 750px) {
  .voiceList:nth-of-type(even) .voiceCard {
    grid-template-columns: 1fr;
  }
  .voiceList:nth-of-type(even) .voiceCard__photo,
  .voiceList:nth-of-type(even) .voiceCard__body {
    order: initial;
  }
  .voiceCard__photo {
    max-width: 140px;
    margin: 0 auto;
  }
}
/* =========================
  Compare Table（色味調整 + 本プログラム列だけ強調）
  既存HTMLを大きく変えずに「2列目＝本プログラム」を強調します
========================= */
.tableWrap {
  overflow: auto;
  background: #fff;
}

/* テーブル本体 */
.compare {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 820px;
  color: var(--text);
}

/* セル */
.compare th,
.compare td {
  padding: 16px 14px;
  vertical-align: middle; /* ←デザイン寄せ：中央寄り */
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-clip: padding-box;
}

/* 右端の縦線を消す */
.compare tr > *:last-child {
  border-right: 0;
}

/* 下端の横線を消す */
.compare tbody tr:last-child > * {
  border-bottom: 0;
}

/* ---------- thead ---------- */
.compare thead th {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
}

/* 左上（項目） */
.compare thead th:first-child {
  background: ghostwhite;
}

/* 本プログラム列（2列目）だけ濃い紫で強調 */
.compare thead th:nth-child(2) {
  background: linear-gradient(180deg, var(--purple), rgba(123, 78, 163, 0.92));
  color: #fff;
  position: relative;
}

/* 本プログラム列：見た目を“押し出し” */
.compare thead th:nth-child(2)::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* ---------- tbody：左の項目列 ---------- */
.compare tbody th {
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  background: var(--purple);
}

/* ---------- tbody：各列のベース配色（全体の色味統一） ---------- */
.compare tbody td {
  background: #fff;
}

/* 行の交互色（全体は薄く） */
.compare tbody tr td {
  background: rgba(246, 241, 233, 0.55); /* ベージュ薄め */
}

/* ---------- 本プログラム列（2列目）を“だけ”強調 ---------- */
/* tbodyは「th + td + td + td」なので、2列目＝最初のtd */
.compare tbody td:nth-child(2) {
  background: rgba(234, 163, 196, 0.22); /* ピンク薄め */
  color: #3b2a52;
  font-weight: 700;
  position: relative;
  /* 本プログラム列だけ枠を濃く */
}

/* 交互色の上書き（本プログラム列は常に同系統） */
.compare tbody tr:nth-child(odd) td:nth-child(2),
.compare tbody tr:nth-child(even) td:nth-child(2) {
  background: rgba(234, 163, 196, 0.22);
}

/* 本プログラム列の文字の“赤っぽい強調”は使わず、今のLPの紫系で統一 */
.compare tbody td:nth-child(2) .compare__hl {
  color: var(--purple);
}

/* 角丸（テーブルの四隅） */
/* 文字サイズ：SPで少し詰める（mqはスマホ750） */
@media (max-width: 750px) {
  .compare th,
  .compare td {
    padding: 14px 12px;
    font-size: 0.95rem;
  }
}
/* =========================
  Program Detail Table
========================= */
.programDetail {
  background: var(--beige);
  padding: 60px 0;
}

.programDetail__title {
  text-align: center;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  color: var(--purple);
  margin-bottom: 30px;
}

/* テーブル外枠 */
.programDetail .tableWrap {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

/* テーブル本体 */
.programDetailTable {
  width: 100%;
  border-collapse: collapse;
}

/* セル共通 */
.programDetailTable th,
.programDetailTable td {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

/* 左項目 */
.programDetailTable th {
  width: 160px;
  background: rgba(123, 78, 163, 0.08);
  color: var(--purple);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

/* 右内容 */
.programDetailTable td {
  line-height: 1.9;
}

/* 注釈 */
.programDetail__note {
  font-size: 0.9rem;
  opacity: 0.7;
}

/* 対象者リスト（・付き） */
.programDetail__list {
  margin: 0;
  list-style: none;
}

.programDetail__list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 1em;
}

.programDetail__list li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--purple);
  font-weight: 700;
}

/* SP調整 */
@media (max-width: 750px) {
  .programDetailTable {
    border-collapse: separate;
    border-spacing: 0;
  }
  /* 行をカードっぽくする（任意。不要なら消してOK） */
  .programDetailTable tr {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  /* th/td を縦積み */
  .programDetailTable th,
  .programDetailTable td {
    display: block;
    width: 100%;
    border-bottom: 0; /* tr側で線を持つ */
    padding: 14px 16px;
  }
  /* タイトル（th）を上：帯にする */
  .programDetailTable th {
    background: rgba(123, 78, 163, 0.1);
    color: var(--purple);
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  /* 内容（td）を下 */
  .programDetailTable td {
    background: #fff;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  /* 最後の行だけ余計な線を消す */
  .programDetailTable tr:last-child {
    border-bottom: 0;
  }
}
/* =========================
  FAQ（角丸なし・上質デザイン）
========================= */
.faq {
  background: #fff;
}

.faq__panel {
  max-width: 900px;
  margin: var(--stack-lg) auto 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  /* 角丸削除 */
  border-radius: 0;
  box-shadow: none;
}

/* 各Qブロック */
.faqAcc {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.faqAcc:last-child {
  border-bottom: 0;
}

/* Q部分（クリック領域） */
.faqAcc__q {
  list-style: none;
  cursor: pointer;
  position: relative;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  gap: 12px;
  align-items: start;
  padding: 18px 20px;
  font-weight: 700;
  color: var(--purple);
  line-height: 1.7;
  background: #fff;
}

.faqAcc__q::-webkit-details-marker {
  display: none;
}

/* Qアイコン */
.faqAcc__qIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  line-height: 1;
  background: rgba(123, 78, 163, 0.92);
  color: #fff;
  margin-top: 0.1em;
}

/* 開閉アイコン（＋→×） */
.faqAcc__chev {
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: 0.35em;
}

.faqAcc__chev::before,
.faqAcc__chev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: var(--purple);
  transform-origin: center;
  transition: transform 0.2s ease;
}

/* 横線 */
.faqAcc__chev::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 縦線（＋の状態） */
.faqAcc__chev::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* 開いた時：×に変形 */
.faqAcc[open] .faqAcc__chev::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.faqAcc[open] .faqAcc__chev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* A部分 */
.faqAcc__a {
  background: rgba(247, 244, 250, 0.45);
  padding: 0 20px 18px;
}

.faqAcc__a p {
  margin: 0;
  padding: 12px 0 0;
  line-height: 1.9;
  color: var(--text);
}

/* SP調整 */
@media (max-width: 750px) {
  .faqAcc__q {
    padding: 16px;
    grid-template-columns: 26px 1fr 18px;
  }
  .faqAcc__qIcon {
    width: 24px;
    height: 24px;
  }
}
/* =========================
  Closing（soft pink bg / no card）
========================= */
.closing {
  background: rgba(234, 163, 196, 0.18); /* 薄いピンク */
}

.closing__photo {
  max-width: 520px;
  margin: var(--stack-lg) auto 0;
}
.closing__photo img {
  width: 100%;
  height: auto;
  display: block;
}

.closing__text {
  max-width: 900px;
  margin: var(--stack-lg) auto 0;
}
.closing__text p {
  margin: 0 0 14px;
  line-height: 2;
}
.closing__text p:last-child {
  margin-bottom: 0;
}

/* バナー：SPは画面いっぱい、PCはmax 1000pxで中央 */
.closing__banner {
  margin-top: var(--stack-lg);
  width: 100%;
  line-height: 0;
}
.closing__banner img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP（〜750）：画面いっぱい */
@media (max-width: 750px) {
  .closing__banner {
    width: 100vw;
    margin-left: calc(50% - 50vw); /* container外に全幅で出す */
    margin-right: calc(50% - 50vw);
  }
}
/* PC/Tablet（751〜）：max 1000px */
@media (min-width: 751px) {
  .closing__banner img {
    max-width: 1000px;
    margin: 0 auto;
  }
}
/* =========================
  Footer
========================= */
.footer {
  padding: 36px 0 calc(28px + var(--sticky-h));
  color: rgba(0, 0, 0, 0.55);
}

.footer__inner {
  display: grid;
  gap: 12px;
  justify-items: center;
}

.footer__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.92rem;
  opacity: 0.85;
}
.footer__links a {
  opacity: 0.75;
  transition: opacity 0.18s ease;
}
.footer__links a:hover {
  opacity: 1;
}

.footer__copy {
  font-size: 0.86rem;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */