/* =========================
   reset
========================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body, h1, h2, h3, p, ul, li {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

/* =========================
   base
========================= */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.3;
}

/* =========================
   layout
========================= */
.wrapper {
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
}

.container {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 48px 0;
}

.fv {
  padding: 0;
}


/* =========================
   header
========================= */
.header {
  height: 58.31px;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 10px;
}

/* ロゴ */
.header__logo img {
  width: 154px;
  height: 27px;
}

/* ボタンエリア */
.header__actions {
  display: flex;
  gap: 8px;
}

/* ボタン共通 */
.header__btn {
  width: 88px;
  height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start; /* ←ここ変更 */
  padding-left: 12px; /* ←これ重要 */
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  text-decoration: none;
}

.header__btn-main {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.header__btn-sub {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
}

.header__btn--red {
  background: #F23134;
}

.header__btn--dark {
  background: #4E3736;
}

.header__btn {
  box-shadow: 2px 2px 8px rgba(0,0,0,0.5),
  inset 4px 4px 4px rgba(255,255,255,0.32);
  position: relative;
  padding-right: 12px; /* 矢印分余白 */
}

.header__btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
}

/* =========================
   fv
========================= */
.fv {
  position: relative;
  background: #4FA668;
  overflow: hidden;
  min-height: 430px;
}

.fv__inner {
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

.fv__woman {
  position: absolute;
  left: 100px;
  top: 155px;
  width: 277px; 
}

.fv__badge {
  position: absolute;
  right: 17px;
  top: 25px;
  width: 86px;
}

.fv__text {
  padding: 29px 26px 0;
  color: #fff;  
}

.fv__catch {
  font-size: 18px;
  margin-bottom: 8px;
}

.fv__title img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

.fv__metric {
  display: block;
  transform: none;
  margin-left: -26px;
}
.fv__metric2 {
  display: block;
  transform: none;
  margin-left: -26px;
  margin-top: -25px;
}

.fv__metricImg {
  width: 100%;
  max-width: 290px;
}

.fv__catchWrap {
  display: inline-block;
  margin-bottom: 5px;
}

.fv__catch {
  font-size: 32px;
  line-height: 1;
}

.fv__catch .highlight {
  background: #FFF8BD;
  color: #18724A;
  display: inline-block;
  line-height: 1;
  padding: 3px 3px 0;
}

.fv__catch .normal {
  color: #fff;
  font-size: 31px;
}

.fv__label {
  margin-top: 8px;

  display: inline-block;
  padding: 4px 12px;

  font-size: 16px;
  font-weight: 700;
  color: #fff;

  background: #18724A;
  border: 1px solid #fff;
  border-radius: 999px;
}

/* .fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  height: 140px;
  background:
    url("../img/fv-back.png") no-repeat center / cover;
}

.fv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 140px;
  background:
    url("../img/fv-back.png") no-repeat center / cover;
} */

/* .fv__metric {
  display: flex;
  align-items: center;
  gap: 8px;
  transform: rotate(-5.25deg);
}

.fv__speed {
  width: 28px;
}

.fv__right {
  display: flex;
  flex-direction: column;
}

.fv__topNote {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 4px;
}

.fv__topNote .text {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}

.fv__topNote .line {
  width: 20px;
  height: 1px;
  background: #333333;
}

.value {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.big {
  font-size: 62px;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.62);
  color: #FFDA03;
}

.mid {
  font-size: 33px;
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.62);
  color: #FFDA03;
}

.dot {
  font-size: 35px;
  font-weight: 700;
}

.small {
  font-size: 25px;
  font-weight: 700;
} */


/* =========================
   CTAエリア、リニューアルキャンペーン 
========================= */
.ctaArea {
  background: #F5F1D9; 
  padding: 40px 20px 80px;
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  overflow: visible;
}

.ctaArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 53px; /* ←波の高さと同じくらい */
  background: #E9E9E9;
  z-index: 0;
}

.ctaArea__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: url("../img/wave.png") no-repeat center / cover;
  z-index: 1;
}

.fv__campaign {
  margin-top: -90px;
  position: relative;
  z-index: 2;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8.5px;
  overflow: hidden;
  box-shadow: 0 0 31.88px rgba(0, 0, 0, 0.35);
  background: linear-gradient(
    to bottom,
    #FFDA03 42%,
    #FFB803 100%
  );
}

.fv__campaign-main{
  margin: 8px 0;
}

.fv__campaign-title {
  text-align: center;
  font-size: 21px; /* ←ここ重要 */
  font-weight: 700;
  color: #18724A;
  line-height: 1; /* ←詰める */
  padding: 12px 0 14px; /* ←下に余白追加 */
  border-bottom: none;
  position: relative;
}

.fv__campaign-title::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
  width: 80%;
  border-bottom: 2px dashed #18724A;
}

.fv__campaign-main {
  text-align: center;
  padding: 16px 0;
}

.fv__campaign-main .text {
  font-weight: 700;
  color: #18724A;
  line-height: 0;
}

.fv__campaign-main .label {
  font-size: 23px;
  margin-right: 4px;
}

.fv__campaign-main .num {
  font-size: 55px;
  color: #18724A; /* ←中が緑 */
  -webkit-text-stroke: 1.5px #fff;
  text-shadow: 3.95px 3.95px 3.95px rgba(0,0,0,0.4);
  letter-spacing: -0.06em;
}

.fv__campaign-main .percent {
  font-size: 32px;
  color: #18724A;
  -webkit-text-stroke: 1.0px #fff;
  text-shadow: 3.95px 3.95px 3.95px rgba(0,0,0,0.4);
  letter-spacing: -0.15em;
}

.fv__campaign-main .up {
  font-size: 47px;
  color: #18724A;
  -webkit-text-stroke: 1.5px #fff;
  text-shadow: 3.95px 3.95px 3.95px rgba(0,0,0,0.4);
  letter-spacing: -0.04em;
}

.fv__campaign-main .unit {
  font-size: 24px;
  color: #fff;
}

.fv__campaign-note {
  background: #18724A;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 6px 0;
}


/* =========================
   CTAエリア
========================= */
.ctaArea__buttons {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* =========================
   problem
========================= */
.problem {
  background: #E9E9E9;
  padding: 40px 20px 56px;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.problem .section-sub {
  display: none;
}

.problem .section-title {
  margin: 0 auto;
  width: fit-content;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
}

.problem .section-title::before {
  content: "";
  display: block;
}

.problem .section-title .is-mark,
.problem__titleMark {
  background: #104E33;
  color: #fff;
  display: inline-block;
  padding: 0 4px 2px;
  line-height: 1.1;
}

.problem__inner {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.problemItem {
  display: flex;
  align-items: center;
  gap: 10px;
}

.problemItem--right {
  justify-content: flex-start;
  gap: 15px;
}

.problemItem--left {
  justify-content: flex-end;
  gap: 15px;
}

.problemItem__avatar {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  object-fit: cover;
}

.problemItem__bubble {
  position: relative;
  width: 198px;
  min-height: 65px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problemItem--right .problemItem__bubble::before,
.problemItem--left .problemItem__bubble::before {
  content: "";
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.problemItem--right .problemItem__bubble::before {
  left: -9px;
  border-right: 10px solid #fff;
}

.problemItem--left .problemItem__bubble::before {
  right: -9px;
  border-left: 10px solid #fff;
}

.problemItem__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #333;
  font-weight: 700;
}

.problemItem__mark {
  display: inline-block;
  background: #104E33;
  color: #fff;
  padding: 3px;
  line-height: 1.1;
  margin-left: -3px;
}

/* タイトルの一部マーカー用 */
.problem .section-title .mark {
  display: inline-block;
  background: #104E33;
  color: #fff;
  padding: 3px;
  padding-right: 6px;
  line-height: 1.1;
}

/* =========================
   reason（number内包）
========================= */
.reason {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* ポップキャッシュですべて解決カード */
.solution {
  position: relative;
  z-index: 10;
  margin-top: -40px; /* ← problemに食い込ませる */
  margin-bottom: -50px;
  text-align: center;
}
.solution__inner {
  position: relative;
  display: inline-block;
  background: #FFDA03;
  color: #18724A;
  padding: 12px 0 8px;
  border-radius: 8px;
  line-height: 130%;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  width: 294px;
}
.solution__inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #FFDA03;
}
.solution__deco {
  position: absolute;
  width: 42px;
}
.solution__deco--left {
  left: 15px;
  top: 10px;
}
.solution__deco--right {
  right: 15px;
  top: 10px;
}
.solution__text {
  line-height: 130%;
  font-weight: 700;
  color: #333;
  text-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.solution__top {
  font-size: 18px;
}
.solution__bottom {
  font-size: 28px;
  line-height: 1.2;
}

/* 上（緑） */
.reason__top {
  background: #4FA668;
  padding: 60px 0 40px;
  color: #fff;
}

.reason__lead {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 20px;
}

.reason__sub {
  font-size: 14px;
  font-weight: 700;
  color: #FFE75B;
  line-height: 1;
}

.reason__main {
  font-size: 16px;
  font-weight: 700;
  color: #FFE75B;
  line-height: 1;
}

.reason__main .no {
  font-size: 28px;
}

.reason__main .num {
  font-size: 33px;
}

.reason__laurel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reason__laurel img {
  width: 24px;
}

.reason__title {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
}

.reason__title-top {
  font-size: 24px;
}

.reason__title-bottom {
  font-size: 28px;
}

.reason__star {
  position: absolute;
  width: 24px;
}

.reason__star--left {
  left: 35px;
  top: 10px;
}

.reason__star--right {
  right: 35px;
  top: 10px;
}


/* カード横並び */
.reason__list {
  margin-top: 45px;
  display: flex;
  gap: 6px;
}

.reasonItem {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 24px 0 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.25);
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reasonItem__pointWrap {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.reasonItem__point {
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  color: #4FA668;
  font-weight: 700;
  font-size: 7px;
}
.reasonItem__point span {
  font-size: 18px;
  margin-top: -6px;
}

.reasonItem__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #18724A;
  margin-bottom: 8px;
}

.reasonItem__image {
  margin-bottom: 8px;
}

.reasonItem__desc {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.reasonItem__desc .num {
  font-size: 22px;
}

.reasonItem__desc .highlight {
  background: linear-gradient(
    transparent 60%,
    #FFDA03 60%
  );
  padding: 0 2px;
}

/* =========================
   number
========================= */
.reason__number {
  background: #4FA668;
  padding: 15px 0 32px;
}

.number__inner {
  position: relative;
  background-color: #F5F1D9;
  border-radius: 0 0 16px 16px;
  padding: 32px 12px;
  overflow: hidden;
  background-image:
    linear-gradient(#fff 1px, transparent 1px),
    linear-gradient(90deg, #fff 1px, transparent 1px);
  background-size: 8px 8px;
}

.number__header .number__clip {
  position: absolute;
  top: -23px;
  left: 12px;
  width: 40px;
}

.number__header {
  position: relative;
  background: #18724A;
  border-radius: 16px 16px 0 0;
  padding: 16px 12px;
  text-align: center;
}

.number__title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.number__title span {
  font-size: 24px;
}

.number__labelBox {
  position: absolute;
  background: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
  text-align: center;
  min-width: 140px;
}

.number__labelBox::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 60%;
  transform: translateX(-50%);  
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.number__labelBox span {
  background: #FFDA03;
  padding: 0 6px;
  font-size: 20px;
  display: inline-block;
}

/* 左 */
.number__labelBox--left {
  top: 20px;
  left: 20px;
}

/* 右 */
.number__labelBox--right {
  top: 20px;
  right: 10px;
}

.number__graphs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.number__graph--left {
  position: relative;
  width: 48%;
}

.number__graph--left img {
  width: 100%;
}

.number__graph--right {
  width: 48%;
}

.number__graph--right img {
  width: 100%;
}

.number__result {
  position: relative;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 月桂樹 */
.number__laurel {
  width: 24px;
}

.number__laurel--left {
  margin-right: 6px;
}

.number__laurel--right {
  margin-left: 6px;
}

/* テキスト全体 */
.number__text {
  text-align: left;
}

/* 利用者実績 */
.number__label {
  font-size: 14px;
  color: #18724A;
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1;
  margin-left: 30px;
}

/* メイン */
.number__main {
  font-weight: 700;
  color: #18724A;
  background-size: contain;
  display: inline-block;
  padding-bottom: 6px;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* 数字 */
.number__main .num {
  font-size: 36px;
  position: relative;
  display: inline-block;
  z-index: 1;
}

.number__main .num::before {
  content: "";
  position: absolute;
  left: -5px;           /* ← 左にはみ出す */
  bottom: -5px;
  width: calc(100% + 30px); /* ← 横幅広げる */
  height: 15px;
  background: url("../img/underline.svg") no-repeat center / 100% 100%;
  transform: translateY(6px);
  z-index: -1;
}

/* 人を */
.number__main .unit {
  font-size: 20px;
}

/* 突破!! */
.number__main .strong {
  font-size: 36px;
}


/* =========================
   CTA（下部）
========================= */

.cta {
  background: #FFDA03; /* ← Figma yellow */
  padding: 20px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

/* 内側 */
.cta__inner {
  position: relative;
}

/* テキスト */
.cta__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 13px;
  margin-left: 22px;
}

/* 女性 */
.cta__woman {
  position: absolute;
  right: 30px;
  top: -10px;
  width: 110px;
}

/* ボタン */
.cta__buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}


/* =========================
   compare
========================= */
.compare {
  background: #F5F1D9;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 32px 20px 40px;
  overflow: visible;
}

.compare__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.compare__icon img {
  width: 110px;
}

.compare__title {
  color: #18724A;
  font-weight: 700;
  line-height: 1.2;
}

.compare__title-top {
  display: block;
  font-size: 24px;
}

.compare__title-bottom {
  display: block;
  font-size: 30px;
}

/* =========================
   compare table
========================= */
/* 横並び */
.compare__flex{
  display:flex;
  justify-content:center;
  align-items: flex-end;
  margin-bottom: 16px;
}

/* カラム */
.compare__col{
  display:flex;
  flex-direction:column;
}

/* セル共通 */
.cell{
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:bold;
  border-bottom:1px solid #F5F1D9;
}

/* 左 */
.compare__col--label{
  width: 98px;
}

/* 中央 */
.compare__col--main{
  width: 118px;
}

/* 右 */
.compare__col--sub{
  width: 119px;
}

/* 左 */
.compare__col--label .cell{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background:#BAD2C3;
  color:#18724A;
  padding: 18px 8px 12px;
  font-size: 16px;
}
@media screen and (max-width:375px) { 
  .compare__col--label .cell{
    font-size: 14px;
  }
}

.compare__col--label .cell span{
  font-size: 12px;
}

/* 左ヘッダ */
.compare__col--label .head{
  background:#18724A;
  color:#fff;
  padding: 8px 0;
  font-size: 12px;
}

.compare__col--label .head span{
  font-size: 10px;
}

/* 中央（🔥メイン） */
.compare__col--main{
  background:#F5F1D9;
  border:5px solid #FFD400;
  border-radius:12px;
  margin:0;
  transform: translateY(5px);
  box-shadow:0 6px 12px rgba(0,0,0,0.2);
  position: relative;
  z-index: 1;
}

.compare__col--main .cell{
  display: flex;
  align-items: flex-end; /* ← 下揃え */
  background:transparent;
  font-size:23px;
  font-weight: bold;
  border-bottom:1px solid #fff;
  padding: 13px 0 8px;
}
@media screen and (max-width:375px) { 
  .compare__col--main .cell {
    font-size: 21px;
  }
}

.compare__col--main .cell span{
  font-size:12px;
  margin-bottom: 2px;
}

.compare__col--main .cell:last-child{
  border-bottom:none;
}

/* 上の星 */
.compare__col--main::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 85%;
  transform: translateX(-50%);
  width: 58px;
  height: 32px;
  background: url(../img/compare-star-upper.svg) no-repeat center / contain;
  pointer-events: none;
}

/* 下の星 */
.compare__col--main::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 15%;
  transform: translateX(-50%);
  width: 58px;
  height: 32px;
  background: url("../img/compare-star-buttom.svg") no-repeat center / contain;
  pointer-events: none;
}

/* 中央ヘッダ */
.compare__col--main .head{
  background:#FFD400;
  color:#333;
  font-size: 17px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
}

/* 右 */
.compare__col--sub .cell{
  background:#F5F4F4;
  display:flex;
  justify-content:space-around;
  position: relative;
  padding: 17px 0 8px;
  font-size: 20px;
  color: gray;
}
@media screen and (max-width:375px) { 
  .compare__col--sub .cell {
    font-size: 18px;
  }
}

.compare__col--sub .cell .percent{
  font-size: 12px;
}

/* 右ヘッダ */
.compare__col--sub .head{
  background:gray;
  color:#fff;
  padding: 8px 0;
  font-size: 12px;
}

/* 縦線を中央に引く */
.compare__col--sub .cell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #F5F1D9;
}

.compare__note {
  font-size: 12px;
}


/* =========================
   compare 仕組み
========================= */
.system__inner {
  margin-top: 16px;
  margin-bottom: 8px;
}

.system__inner img {
  width: 100%;
  height: auto;
  display: block;
}

.system p {
  font-size: 12px;
}


/* =========================
   flow
========================= */

.flow {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 40px 20px 165px;
  background: #fff;
}

.flow__inner img {
  width: 100%;
  height: auto;
  display: block;
}

.flow__title {
  color: #18724A;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  text-align: center;
  margin-bottom: 16px;
}

/* =========================
   user（voiceに内包）
========================= */
.voice {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  padding: 0 0 40px 20px;
  background: #E3EFE7;
  position: relative;
  overflow: visible;
}

.voice__inner {
  padding-top: 158px;
}

.user {
  z-index: 10;
  text-align: center;
  position: absolute;
  top: -114px;
  left: 20px;
  right: 20px;
  margin-top: 0;
}

.user__inner img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   voice
========================= */
.voice .section-title {
  color: #18724A;
  font-weight: 700;
  line-height: 1.4;
  font-size: 24px;
  text-align: left;
  margin-bottom: 16px;
}

.voice__slider {
  overflow: visible;
}

.voice .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.voice .swiper-slide {
  width: 193px;
  flex-shrink: 0;
  height: auto;
}

.voiceCard {
  background: #fff;
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  box-shadow: 0 0 16px rgba(0,0,0,0.1);
  height: 100%;
}

.voiceCard__avatar {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  border-radius: 50%;
  overflow: hidden;
}

.voiceCard__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voiceCard__meta {
  font-size: 12px;
  color: #9A9999;
  margin-bottom: 16px;
}

.voiceCard__title {
  font-size: 18px;
  font-weight: 700;
  color: #18724A;
  margin-bottom: 18px;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}

.voiceCard__title::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -5px;
  width: calc(100% + 20px);
  height: 1px;
  background: #18724A;
}

.voiceCard__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #18724A;
}

.voiceCard__text {
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  text-align: left;
}

.voice__progress {
  margin-top: 32px;
  width: 95%;
  height: 6px;
  background: #ddd;
  border-radius: 999px;
  overflow: hidden;
}

.voice__bar {
  width: 20%;
  height: 100%;
  background: #4FA668;
  border-radius: 999px;
  transition: width 0.3s;
}

/* =========================
   check
========================= */
.check {
  background: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0 0;
}

.check::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("../img/file-spring.svg");
  background-repeat: no-repeat;   /* ← ここ変更 */
  background-size: 100% 31px;     /* ← 幅を合わせる */
  z-index: 2;
}

/* 内側 */
.check__inner {
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
  position: relative;  
}

.tile-bg {
  background-color: #fafafa;
  background-image: 
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px);
  background-size: 8px 8px;
}

.check__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.check__headline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #18724A;
}

/* 画像サイズ固定 */
.check__image {
  width: 120px;
}

/* 左側（テキスト） */
.check__label,
.check__title {
  text-align: center;
}

/* 右側に画像を寄せる用 */
.check__inner img {
  max-width: 100%;
  height: auto;
}

/* ラベル */
.check__label {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  color: #18724A;
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #18724A; 
}

.check__title {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

/* 現金化業者 */
.check__title-top {
  font-size: 20px;
}

/* 信頼度 */
.check__title-main {
  font-size: 24px;
}

/* 5つの〜チェック */
.check__title-sub {
  font-size: 20px;
}

/* リスト */
.check__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 20px;
}

/* アイテム */
.checkItem {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
}

.checkItem img {
  width: 24px;          /* ←少し小さく */
  height: 24px;
  flex-shrink: 0;
}

.checkItem__title {
  font-size: 20px;
  font-weight: 700;
  color: #18724A;
  line-height: 1.3;
  margin-bottom: 4px;
}

.checkItem__text {
  font-size: 14px;
  color: #333;
  line-height: 1.2;
}

/* 下の緑エリア */
.check__bottom {
  position: relative;
  background: transparent;
  padding: 48px 10px 20px;
  overflow: hidden;
}

.check__bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 38px); /* ← 斜め分を除く */
  background: #4FA668;
  z-index: 0;
}

/* 斜め画像 */
.check__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/* 中身 */
.check__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
}

/* 花丸 */
.check__icon {
  width: 74px;
}

/* テキスト */
.check__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.check__line1 {
  font-size: 18px; /* 必要なら調整 */
}

.check__line2 {
  font-size: 18px;
}

.check__line3 {
  font-size: 24px;
  font-weight: bold; /* 強調したいなら */
}

/* cta */
.cta__lead-2 {
  margin-left: 0;
}

.cta__woman-2 {
  right: 15px;
}


/* =========================
   FAQ
========================= */

.faq {
  padding: 48px 20px 60px;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  background: #fff;
}

.faq .section-title {
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.faq__group {
  margin-bottom: 24px;
}

.faq__groupTitle {
  font-size: 20px;
  font-weight: 700;
  color: #4FA668;
  margin-bottom: 16px;
  position: relative;
  padding-left: 16px;
}

.faq__groupTitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 30px;
  background: #4FA668;
}

/* アイテム */
.faq-item {
  margin-bottom: 8px;
  box-shadow: 0 0 16px rgba(0,0,0,0.08);
}

/* 質問 */
.faq-q {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  color: #18724A;
  font-weight: 700;
  position: relative;  
}

.is-open .faq-q{
  border-radius: 8px 8px 0 0;
}

/* Q */
.faq-q__icon {
  font-size: 24px;
  font-weight: 700;
}

/* テキスト */
.faq-q__text {
  font-size: 15px;
  line-height: 1.5;
  width: 245px;
}

/* 矢印 */
.faq-q__arrow {
  margin-left: auto;
  width: 4px;
  height: 8px;
  position: relative;
}

.faq-q__arrow::before,
.faq-q__arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #18724A;
  top: 50%;
}

.faq-q__arrow::before {
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.faq-q__arrow::after {
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

/* 回答（初期は閉じる） */
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* 開いた状態 */
.faq-item.is-open .faq-a {
  max-height: 200px;
  border-radius: 0 0 8px 8px;
  margin-top: -10px;
}

/* 中身 */
.faq-a__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 0 16px rgba(0,0,0,0.08);
}

.faq-a__icon {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.faq-a__text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}

.faq-a__text small {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  color: #7d7d7d;
}

/* 矢印回転 */
.faq-item.is-open .faq-q__arrow {
  transform: rotate(180deg);
}


/* =========================
   form
========================= */
.form {
  background: #F5F1D9;
  max-width: 375px;
  margin: 0 auto;
  padding: 95px 20px 48px;
  position: relative;
}

.form__heading {
  position: absolute;
  top: -20px;   /* ← 上に引き上げ */
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #42B96F;
  padding: 16px 20px;
  border-radius: 16px 16px 0 0;
}

.form__badge {
  background: #fff;
  color: #4FA668;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  padding: 4px 8px;
  text-align: center;
}

.form .section-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
}

/* payment */
.form_payment {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 16px;
}

.form_paymentTitle {
  background: #D9D9D9;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 16px 6px;
  border-radius: 4px 4px 0 0;
}

.form_paymentList{
  padding: 15px 0 10px;
}
.form_paymentList img {
  width: 100%;
  height: auto;
}

/* caution */
.form_caution {
  border: 1px solid #333;
  background: #FFDA03;
  margin-bottom: 32px;
}

/* ヘッダー */
.form_cautionHeader {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  position: relative;
}

/* ! アイコン */
.form_cautionIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #333;
  color: #FFDA03;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

/* テキスト */
.form_cautionText {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
}

/* 矢印 */
.form_cautionArrow {
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}

/* ボディ（閉じた状態） */
.form_cautionBody {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

/* 開いた状態 */
.form_caution.is-open .form_cautionBody {
  max-height: 1000px; /* 適当に大きく */
}

/* 中身 */
.form_cautionInner {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.form_cautionInner p {
  margin-bottom: 16px;
}

.form_cautionInner ul {
  margin-bottom: 16px;
}

/* 矢印回転 */
.form_caution.is-open .form_cautionArrow {
  transform: rotate(225deg);
}

/* formカード */
.form__inner {
  background: #fff;
  border: 8px solid #42B96F;
  border-radius: 16px;
  padding: 32px 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.form__step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;  
}

.form__stepItem {
  padding: 8px 16px;
  border: 1px solid #4FA668;
  font-size: 14px;
  line-height: 1;
  color: #4FA668;
  border: 1px solid #4FA668;
}

.form__stepItem.is-active {
  background: #4FA668;
  color: #fff;
}

.form__stepArrow {
  width: 0;
  height: 0;
  position: relative;
}

.form__stepArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #6bb57a;
  border-right: 1.4px solid #6bb57a;
  transform: translate(-50%, -50%) rotate(45deg);
}

.form__note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.3;
}

.formItem {
  margin-bottom: 20px;
}

.formItem__label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.requiredBox {
  display: inline-block;
  border: 1.4px solid #FF1D2D;
  color: #FF1D2D;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 2px;   /* ← これ追加が最重要 */
  white-space: nowrap; /* ← 改行防止 */
}

.formItem__head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.formItem__text {
  font-size: 14px;
}

.required {
  color: red;
  font-size: 12px;
  margin-right: 4px;
}

.optionalBox {
  display: inline-block;
  border: 1.4px solid #626262;
  color: #626262;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 2px;
  white-space: nowrap;
}

input,
select {
  width: 100%;
  padding: 10px;
  border: none;
  background: #fff;
}

textarea.formItem__input {
  min-height: 100px;
  resize: vertical;
}

.formItem__radio {
  display: flex;
  gap: 5px;
}

.radioBox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  background: #F4F4F4;
  padding: 8px 16px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  transition: all 0.2s;
}

.radioBox input {
  width: 16px;
  height: 16px;
  accent-color: #999;
}

.radioBox:has(input:checked) input {
  accent-color: #333;
}

.radioBox:hover {
  background: #f0f0f0;
}

.radioBox input:checked + span {
  color: #333;
  font-weight: 700;
}

.radioBox input:checked {
  accent-color: #4FA668;
}

/* select */
.formItem__selectBox {
  position: relative;
  width: 100%;
  background: #F4F4F4;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  cursor: pointer;
  transition: all 0.2s;
}

.formItem_name_p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 4px;
}

/* デフォルト（未選択） */
.select__current {
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #B3B3B3;
}

/* 選択後は黒 */
.js-select.is-selected .select__current {
  color: #333;
}

/* デフォルト矢印（下向き） */
.select__current::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.4px solid #999;
  border-bottom: 1.4px solid #999;
  transform: rotate(45deg);
  margin-left: auto;
  transition: transform 0.2s;
}

/* 開いてる時 → 上向き */
.js-select.is-open .select__current::after {
  transform: rotate(-135deg);
}

/* 選択済みでも上向き維持 */
.js-select.is-selected .select__current::after {
  transform: rotate(-135deg);
}

.select__list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 4px;
  background: #F4F4F4;
  border: none;
  border-top: none;
  display: none;
  z-index: 10;
  margin-top: 8px;
}

.select__list li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #B3B3B3;
}

.select__list li:last-child {
  border-bottom: none;
}

.select__list li:hover {
  background: #f5f5f5;
}

.select__list li.is-selected {
  color: #333;
}

/* デフォルト ↓ */
.select__current::after {
  transform: rotate(45deg);
  transition: 0.2s;
}

/* 通常オープン（未選択） → ↑ */
.js-select.is-open:not(.is-open-reverse) .select__current::after {
  transform: rotate(-135deg);
}

/* 選択済みでオープン → ↓ */
.js-select.is-open.is-open-reverse .select__current::after {
  transform: rotate(45deg);
}

/* 選択済みで閉じてる → ↑ */
.js-select.is-selected:not(.is-open) .select__current::after {
  transform: rotate(-135deg);
}

/* amount */
.formItem__amount {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

/* input本体 */
.formItem__amount input {
  width: 120px;
  height: 44px;
  padding: 0 12px;
  font-size: 16px;
  background: #f5f5f5;
  border: none;
  outline: none;
  color: #B3B3B3;
}

/* ラッパー */
.amount__inputWrap {
  position: relative;
  width: 150px;
}

/* input */
.amount__inputWrap input {
  width: 100%;
  height: 38px;
  padding: 8px 16px;
  background: #F4F4F4;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  appearance: textfield;
  color: #B3B3B3;
}

/* 入力確定後 */
.amount__inputWrap input.is-active {
  color: #333;
}

/* ネイティブスピナー消す */
.amount__inputWrap input::-webkit-inner-spin-button,
.amount__inputWrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ボタンエリア */
.amount__buttons {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* ボタン共通 */
.amount__btn {
  flex: 1;
  border: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

/* ▲ */
.amount__btn--up::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

/* ▼ */
.amount__btn--down::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
}

/* 万円 */
.formItem__amount span {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* お名前 */
.formItem__input {
  width: 100%;
  padding: 8px 16px;
  border: none;
  background: #F4F4F4;
  font-size: 14px;
  color: #B3B3B3;
  line-height: 1.5;
  margin-bottom: 4px;
}

/* プレースホルダ */
.formItem__input::placeholder {
  color: #B3B3B3;
}

/* 入力後 */
.formItem__input.is-active {
  color: #333;
}

.formItem__input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.formItem_name p {
  font-size: 12px;
  line-height: 1.5;
}

.form__submit {
  text-align: center;
}

.form__submit button {
  position: relative;
  display: inline-block;
  padding: 16px 48px 16px 24px; /* 右に余白追加 */
  background: #4FA668;
  color: #fff;
  border: none;
  margin-top: 12px;
  line-height: 1.5;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.form__submit button:hover {
  background: #18724A;
}

/* 矢印 */
.form__submit button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #fff;
  border-right: 1.4px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


/* =========================
   form error（Figma準拠）
========================= */

/* input / textarea */
.formItem.is-error .formItem__input {
  border: 1px solid #FF1D2D;
  background: #FFF0F0;
  color: #FF1D2D;
}

/* placeholderも赤寄せ */
.formItem.is-error .formItem__input::placeholder {
  color: #FF9AA2;
}

/* select */
.formItem.is-error .formItem__selectBox {
  border: 1px solid red;
  background: #FFF0F0;
  color: #FF1D2D;
}

.formItem.is-error .formItem__selectBox .select__current {
  background: #FFF0F0;
  color: red;
}

/* amount */
.formItem.is-error .amount__inputWrap input {
  border: 1px solid #FF1D2D;
  background: #FFF0F0;
  color: #FF1D2D;
}

/* radio（枠だけ赤くする） */
.formItem.is-error .radioBox {
  border: 1px solid red;
  background: #FFF0F0;
}

.formItem.is-error .radioBox span{
  color: red;
}

.formItem.is-error input[type="radio"] {
  accent-color: red;
}

/* checkbox（同意） */
.formItem.is-error input[type="checkbox"] {
  outline: 2px solid #FF1D2D;
}

/* エラーメッセージ */
.error-message {
  font-size: 12px;
  color: #FF1D2D;
  margin-top: 6px;
  display: none;
}

/* 表示時 */
.formItem.is-error .error-message {
  display: block;
}


/* =====================
会社概要
===================== */
.company {
  background: #D9D9D9;
  max-width: 375px;
  margin: 0 auto;
  padding: 32px 20px;
}

.company__title {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}

.company__title img {
  width: 200px;
  height: auto;
}

/* テーブル */
.company__table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}

.company__table th,
.company__table td {
  border: 1px solid #D9D9D9;
  padding: 12px 0;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.5;
}

/* 左の緑カラム */
.company__table th {
  width: 25%;
  background: #42B96F;
  color: #fff;
  text-align: center;
  font-weight: normal;
}

/* 右 */
.company__table td {
  background: #fff;
  color: #333;
  font-size: 12px;
  padding: 12px;
}

/* MAP */
.company__map {
  margin-top: 10px;
  height: 120px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}


/* =====================
フッター
===================== */
.footer {
  background: #18724A;
  padding: 16px 0;
  text-align: center;
}

.footer__link {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none;
}


/* =====================
モーダル画面（プライバシーポリシー）
===================== */
.modal {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.modal.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* 背景グレー */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* 本体 */
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 335px;
  width: 100%;
  height: calc(100% - 80px); /* ←上下40pxずつ余白 */
  background: #fff;
  border-radius: 8px;
  overflow-y: auto;
}

/* 閉じるボタン */
.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #2f6f4e;
  color: #fff;
  border: none;
  border-radius: 0 8px 0 8px;
  cursor: pointer;
}

/* ×の線 */
.modal__close::before,
.modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #fff;
  transform-origin: center;
}

/* 斜め① */
.modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 斜め② */
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__inner {
  padding: 32px 24px;
}

.modal__inner p {
  font-size: 14px;
}

/* タイトル */
.modal__title {
  font-size: 20px;
  font-weight: bold;
  color: #18724A;
  margin-bottom: 10px;
  line-height: 1.5;
}

/* 本文 */
.modal__body {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 32px;
}

/* リスト */
.modal__body ul {
  margin-top: 10px;
}

.modal__body li {
  margin-bottom: 12px;
  list-style: disc;
  margin-left: 20px;
}
.modal__body li:last-child {
  margin-bottom: 0;
}


/* =====================
確認ページ confirm.html
===================== */
.form_confirm {
  background: #F5F1D9;
  max-width: 375px;
  margin: 0 auto;
  padding: 32px 20px 48px;
  position: relative;
}

.form_confirm .form__note span {
  font-size: 11px;
}

/* =========================
  confirmボタン
========================= */
.form__submit_confirm {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.form__submit_confirm button {
  border: none;
  font-size: 14px;
  padding: 16px 12px;
  cursor: pointer;
  position: relative;
}

/* 戻るボタン */
.form__submit_confirm .back-button {
  flex: 0 0 30%;
  background: #afafaf;
  color: #fff;
  padding-left: 28px;
}

.form__submit_confirm .back-button:hover {
  background: gray;
}

/* ← */
.back-button::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-top: 1.4px solid #fff;
  border-left: 1.4px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

/* 送信ボタン */
.form__submit_confirm .js-confirm {
  flex: 1;
  background: #4FA668;
  color: #fff;
  padding-right: 28px;
}

.form__submit .back-button::after {
  content: none;
}

/* → */
.js-confirm::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


/* =========================
  confirmItem
========================= */
.confirmItem {
  padding-bottom: 12px;
  border-bottom: 1px dashed #3CB371; /* 緑の点線 */
  margin-bottom: 12px;
}

/* 1行目（ラベル） */
.confirmItem p:first-child {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 14px;
}

/* 2行目（値） */
.confirmItem p:last-child {
  position: relative;
  padding-left: 16px;
  color: #333;
  font-size: 14px;
}

/* ▶ 三角 */
.confirmItem p:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid #3CB371;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}


/* =========================
PCレイアウト
========================= */
.pc-layout {
  display: block;
}

@media screen and (max-width: 992px) {
  .pc-layout {
    display: none;
  }

  body {
    background: url("../img/pc-background.png") no-repeat center / cover;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  body {
    overflow-y: scroll;
  }

  .pc-layout {
    display: flex;
    justify-content: center;
    position: fixed; /* ←これ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none; /* ←重要 */
    background: url("../img/pc-background.png") no-repeat center / cover;
  }

  .pc-center {
    position: relative;
    z-index: 10;
    pointer-events: auto; 
    width: 375px;
    margin: 80px auto 0;
  }

  .sp-wrapper {
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
    border-radius: 16px;
    overflow: hidden;
    z-index: 999;
  }

  /* 左上ロゴ */
  .pc-logo {
    position: absolute;
    top: 80px;
    left: 80px;
    max-width: 320px;
    width: 100%;
  }
  
  .pc-logo img {
    width: 180px;
  }


  /* 右側エリア */
  .pc-side {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: auto;
  }
  
  /* バッジ */
  .pc-badge {
    max-width: 270px;
    width: 100%;
    margin-bottom: 64px;
  }
  
  /* CTA */
  .pc-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ctaBtn {
    display: block;
    padding: 18px 24px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  
  .ctaBtn--red {
    background: #ff3b3b;
  }
  
  .ctaBtn--brown {
    background: #5a3c2e;
  }
}

/* PCのみ有効 */
@media screen and (min-width: 1200px) {

  body {
    overflow-y: scroll;
  }

  .pc-layout {
    display: flex;
    justify-content: center;
    position: fixed; /* ←これ */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    pointer-events: none; /* ←重要 */
    background: url("../img/pc-background.png") no-repeat center / cover;
  }

  .pc-center {
    position: relative;
    z-index: 10;
    pointer-events: auto; 
    width: 375px;
    margin: 80px auto 0;
  }

  .sp-wrapper {
    box-shadow: 0 0 30px rgba(0,0,0,0.25);
    border-radius: 16px;
    overflow: hidden;
    z-index: 999;
  }

  /* 左上ロゴ */
  .pc-logo {
    position: absolute;
    top: 80px;
    left: 80px;
    max-width: 320px;
    width: 100%;
  }
  
  .pc-logo img {
    width: 180px;
  }


  /* 右側エリア */
  .pc-side {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    pointer-events: auto;
  }
  
  /* バッジ */
  .pc-badge {
    max-width: 300px;
    width: 100%;
    margin-bottom: 64px;
  }
  
  /* CTA */
  .pc-cta {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  
  .ctaBtn {
    display: block;
    padding: 18px 24px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }
  
  .ctaBtn--red {
    background: #ff3b3b;
  }
  
  .ctaBtn--brown {
    background: #5a3c2e;
  }

}
