:root{
  --pink-1:#ff86b3;
  --pink-2:#ff5d9b;
  --green-1:#2acc76;
  --green-2:#1aa85c;

  --bg-pink:#fff1f4;
  --text:#2a2a2a;
  --muted:#6f6f6f;
  --line:#e6e6e6;

  --shadow:0 12px 22px rgba(0,0,0,.14);
  --shadow-soft:0 10px 18px rgba(0,0,0,.10);

  --radius-pill:999px;
  --radius-card:12px;

  --container:1000px;
  --fade-stop:26%;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  color:var(--text);
  background:#fff;
  font-family:"Noto Sans JP","Yu Gothic","Hiragino Kaku Gothic ProN",system-ui,-apple-system,"Segoe UI",sans-serif;
  line-height:1.9;
  letter-spacing:.02em;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}

.container{
  width:min(var(--container), calc(100% - 32px));
  margin-inline:auto;
}

.section{padding:72px 0}
.section--pink{background:var(--bg-pink)}
.section--white{background:#fff}

.center{text-align:center}
.mt-18{margin-top:18px}
.mt-28{margin-top:28px}

.muted{color:var(--muted)}
.font-serif{font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;}
.font-round{font-family:"Zen Maru Gothic","Noto Sans JP","Yu Gothic",sans-serif;}

/* HERO */
.hero{padding:0 0 28px}
.hero__copy{padding-top:28px}
.hero__kicker{margin:0 0 8px;font-size:22px;letter-spacing:.08em}.hero__kicker{
  margin:0 0 10px;
  font-size:22px;
  letter-spacing:.14em;
}

.hero__title{
  margin:0 0 18px;
  font-weight:900;
  line-height:1.12;
  font-size:56px;
  text-align:center;
}

.hero__line{display:block}
.hero__line--right{text-align:right}

.hero__line--grad{
  background:linear-gradient(90deg, #ff8a3d 0%, #ff5b9c 55%, #ff4f97 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero__line--grad2{
  background:linear-gradient(90deg, #ff7aa8 0%, #ff4f97 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero__line--big{font-size:1.18em}
.hero__image img{width:100%}

/* Responsive */
@media (max-width:768px){
  .section{padding:52px 0}
  .hero__kicker{font-size:18px}
  .hero__title{font-size:38px}
  .hero__line--big{font-size:1.12em}
}


/* Lead */
.lead__copy{text-align:center;font-size:16px}
.lead__copy p{margin:0 0 10px}
.lead__cta{margin-top:22px}

/* Section Title */
.section-title{
  margin:0 0 26px;
  text-align:center;
  font-size:38px;
  font-weight:700;
  color:#e5537e;
}
@media (max-width:768px){.section-title{font-size:28px}}

/* CTA pill */
.cta-pill{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  margin:0 auto;
  padding:16px 22px 16px 58px;
  width:min(820px, 100%);
  border-radius:var(--radius-pill);
  color:#fff;
  box-shadow:var(--shadow);
  text-align:center;
}
.cta-pill--pink{background:linear-gradient(180deg, var(--pink-1), var(--pink-2))}
.cta-pill--green{background:linear-gradient(180deg, var(--green-1), var(--green-2))}
.cta-pill--instagram{background:linear-gradient(180deg, #f58529 0%, #dd2a7b 40%, #8134af 70%, #515bd4 100%)}
.cta-pill--facebook{background:linear-gradient(180deg, #1877F2 0%, #0f62d6 100%)}
.cta-pill--line{background:linear-gradient(180deg, #22c55e 0%, #06c755 100%)}
.cta-pill--mail{background:linear-gradient(180deg, #ff9f43 0%, #f97316 100%)}
.cta-pill__badge{
  position:absolute;left:-10px;top:50%;
  transform:translateY(-50%);
  width:56px;height:56px;
}
.cta-pill__badge img{width:100%;height:100%}
.cta-pill__kicker{font-size:14px;font-weight:600;letter-spacing:.06em;opacity:.95}
.cta-pill__main{font-size:22px;font-weight:700;line-height:1.25}
@media (max-width:768px){
  .cta-pill{padding:14px 16px 14px 56px}
  .cta-pill__main{font-size:18px}
}

/* Features */
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:18px}
.feature-card{
  background:rgba(255,255,255,.45);
  border-radius:var(--radius-card);
  padding:22px 18px;
  text-align:center;
  box-shadow:var(--shadow-soft);
}
.feature-chip{
  display:inline-block;
  padding:6px 14px;
  border-radius:999px;
  background:#ff7aa8;
  color:#fff;
  font-weight:700;
  font-size:12px;
  margin-bottom:14px;
}
.feature-text{margin:0;font-size:22px;font-weight:800;color:#53202f;line-height:1.25}
@media (max-width:900px){.features{grid-template-columns:1fr;max-width:520px;margin-inline:auto}}

/* Problems */
.problems{padding-bottom:0}
.problems__title{text-align:center;padding-bottom:18px}
.problems__dots{display:block;color:#5a5a5a;letter-spacing:.6em;font-size:14px;margin-bottom:10px}
.problems__h2{margin:0;font-size:48px;font-weight:700;color:#5b5b5b}
.problems__underline{
  width:520px;max-width:86%;
  height:4px;background:#4d4d4d;
  margin:10px auto 0;border-radius:999px;opacity:.7;
}
@media (max-width:768px){.problems__h2{font-size:30px}.problems__underline{height:3px}}
.problems__bg{
  background:#f6f7f9 url("../img/watercolor.jpg") center/cover no-repeat;
  padding:44px 0 70px;
}
.problems__box{
  width:min(760px, 100%);
  margin-inline:auto;
  background:#fff;
  border:2px solid #cfcfcf;
  padding:28px;
}
.problems__list{list-style:none;margin:0;padding:0}
.problems__list li{
  display:flex;align-items:flex-start;gap:12px;
  padding:14px 0;border-bottom:1px solid #d6d6d6;
  font-size:16px;
}
.problems__list li:last-child{border-bottom:none}
.problems__list .icon{width:22px;margin-top:3px}

/* Slanted frame */
.slanted{
  display:inline-block;
  transform:rotate(-2.2deg);
  border:3px solid #e5537e;
  padding:16px 34px;
  background:#fff;
}
.slanted__inner{transform:rotate(2.2deg)}
.slanted p{margin:0;color:#e5537e;font-weight:900;font-size:40px;line-height:1.15}
@media (max-width:768px){.slanted p{font-size:28px}}

/* Split */
.split{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;align-items:center}
.split__text{background:rgba(255,255,255,.55);padding:20px 18px;border-radius:10px}
.bullets{margin:0;padding-left:22px;font-size:18px;font-weight:700}
.bullets li{margin:10px 0}
.split__image{border-radius:10px;overflow:hidden;position:relative;width:min(360px,100%);justify-self:end;aspect-ratio:9/4;background:#f2f2f2}
.split__image img{width:100%;height:100%;object-fit:cover;display:block}
.fade-left{position:relative}
.fade-left::before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(255,241,244,1) 0%, rgba(255,241,244,0) var(--fade-stop));
  pointer-events:none;
}
.section--white .fade-left::before{background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) var(--fade-stop))}
@media (max-width:900px){
  .split{grid-template-columns:1fr}
  .fade-left::before{background:linear-gradient(180deg, rgba(255,241,244,1) 0%, rgba(255,241,244,0) 36%)}
  .section--white .fade-left::before{background:linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 36%)}
}

/* Greeting */
.greeting{display:grid;grid-template-columns:360px 1fr;gap:26px;align-items:start}
.greeting__photo img{border-radius:10px}
.greeting__body p{margin:0 0 12px}
@media (max-width:900px){.greeting{grid-template-columns:1fr}}

/* Secret */
.secret__title{margin:0 0 8px;color:#e5537e;font-size:40px;font-weight:900;line-height:1.2}
.secret__ornament{display:flex;justify-content:center;margin:10px 0 18px}
@media (max-width:768px){.secret__title{font-size:28px}}

/* Cases */
.cases{display:grid;grid-template-columns:1fr;gap:24px;margin-top:18px}
.case-card{background:#fff;border-radius:12px;padding:22px;box-shadow:var(--shadow-soft)}
.case-head{display:flex;align-items:center;gap:12px}
.case-icon{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:transparent;font-size:20px}
.case-icon__img{width:44px;height:44px;display:block;}

.case-name{font-size:22px;font-weight:800;color:#2d55d8}
.case-card hr{border:none;border-top:1px solid #dedede;margin:14px 0}
.case-catch{margin:0 0 10px;font-weight:900;font-size:16px;text-align:center}
.case-body{margin:0}

.case-name--pink{color:var(--accent-dark)}
.case-catchgroup{padding:6px 10px 10px}
.case-catchline{margin:0; font-weight:900; text-align:center; line-height:1.8}
.case-card hr{margin:10px 0}


/* Banner */
.banner{
  position:relative;
  display:flex;
  align-items:stretch;
  height:190px;
  border-radius:14px;
  overflow:hidden;
  text-decoration:none;
  color:inherit;
  box-shadow:0 10px 30px rgba(0,0,0,.10);
}

.banner__content{
  position:relative;
  flex:0 0 52%;
  display:flex;
  align-items:center;
  padding:20px 18px 20px 26px;
  z-index:3;
  margin-right:-28px; /* overlap into image for soft boundary */
}

.banner__content::before{
  content:"";
  display:none;
}


.banner__content::after{
  content:"";
  display:none;
}


.banner__text{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:10px;
  width:100%;
}

.banner__line{
  display:block;
  width:90%;
  box-sizing:border-box;
  background:rgba(191,146,121,.70);
  color:#fff;
  font-weight:800;
  letter-spacing:.02em;
  padding:10px 14px;
  border-radius:10px;
  line-height:1.15;
}

.banner__line--2{font-size:22px}
.banner__line--1,.banner__line--3{font-size:16px}

.banner__media{
  position:relative;
  flex:1;
  overflow:hidden;
  background:#fff;
}


.banner__media::before{
  content:"";
  position:absolute;
  inset:-14px;
  background-image:url("../img/banner.jpg");
  background-size:cover;
  background-position: 50% 24%;
  filter:blur(14px);
  transform:scale(1.06);
  opacity:.95;
}

.banner__media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.62) 16%, rgba(255,255,255,0) 46%);
  pointer-events:none;
}


.banner__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  /* adjust the focal point (x% y%) if you want to show more face/body */
  object-position:72% 34%;
  transform:scale(1.02);
  transform-origin:72% 34%;
  z-index:1;
}


@media (max-width:560px){
  .banner{flex-direction:column;height:auto}
  .banner__content{flex:none;padding:18px}
  .banner__media{
  position:relative;
  flex:1;
  overflow:hidden;
  background:#fff;
}

}

/* Schedule */
.schedule__kicker{margin:0;color:#e5537e;font-weight:700}
.schedule__title{margin:8px 0 6px;color:#e5537e;font-size:24px;font-weight:900}
.schedule__rule{height:1px;background:#d9d9d9;margin:16px auto;width:min(720px,100%)}
.schedule__subtitle{margin:0 0 20px;font-size:22px;font-weight:800;color:#555}
.schedule-block{margin:22px auto 0;width:min(720px,100%)}
.schedule-block__head{background:#ffe7ee;padding:10px 12px;border-radius:6px;font-weight:800;color:#6a6a6a}
.schedule-list{list-style:none;margin:10px 0 0;padding:0}
.schedule-list li{
  position:relative;
  display:flex;align-items:baseline;justify-content:center;gap:16px;
  padding:10px 0;font-size:20px;
}
.full-badge{
  position:absolute;left:0;top:6px;
  background:#ff6b9e;color:#fff;
  padding:3px 8px;border-radius:6px;
  font-size:12px;font-weight:800;
}
.schedule-list li.is-full .date,.schedule-list li.is-full .time{
  text-decoration:line-through;
  text-decoration-thickness:3px;
  text-decoration-color:#ff6b9e;
}
@media (max-width:768px){
  .schedule-list li{font-size:16px;flex-direction:column;gap:2px;align-items:center}
  .full-badge{position:static;margin-bottom:2px}
}

/* Price */
.price__title{margin:0 0 8px;font-size:22px;font-weight:900;color:#444}
.price__rule{height:1px;background:#d9d9d9;margin:10px auto 26px;width:min(720px,100%)}
.price{display:flex;justify-content:center;align-items:flex-end;gap:18px}
.price__label{font-size:14px;color:#666;font-weight:700}
.price__amount{font-size:26px;font-weight:900}
.price__arrow{font-size:22px;color:#444;padding-bottom:6px}
.price__note{font-size:12px;color:#e5537e;font-weight:800}
.price__free{font-size:34px;font-weight:900;color:#e5537e}
@media (max-width:768px){.price{flex-direction:column;align-items:center}}

/* Footer */
.footer{background:var(--bg-pink);padding:26px 0 34px}
.footer__nav{display:flex;justify-content:center;gap:60px;font-size:14px;color:#444}
.footer__copy{margin-top:18px;text-align:center;color:#666;font-size:12px}


/* Pricing */
.pricing-wrap{display:grid;gap:26px;margin-top:18px}
.pricing-block{
  background:#fff;
  border:1px solid #eee;
  border-radius:12px;
  padding:22px;
  box-shadow:var(--shadow-soft);
}
.pricing-block--soft{
  background:linear-gradient(180deg, rgba(255,241,244,.65), rgba(255,255,255,.92));
}
.pricing-subtitle{
  margin:0 0 16px;
  text-align:center;
  font-size:22px;
  font-weight:900;
  color:#e5537e;
}
.pricing-table{display:grid}
.pricing-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  padding:12px 0;
  border-bottom:1px solid #e8e8e8;
}
.pricing-row:last-child{border-bottom:none}
.pricing-item{font-weight:800;color:#444}
.pricing-value{font-weight:900;color:#2a2a2a}
.pricing-value span{
  font-weight:700;
  color:#666;
  font-size:12px;
  margin-left:6px;
}
.pricing-note{
  margin:14px 0 0;
  color:#666;
  font-size:13px;
  text-align:center;
}
.option-lead{
  margin:0 auto 18px;
  width:min(720px,100%);
  background:rgba(255,255,255,.75);
  border:1px solid #f1d7df;
  border-radius:12px;
  padding:16px 18px;
}
.option-lead__title{
  margin:0 0 10px;
  font-weight:900;
  color:#6a3a49;
  text-align:center;
}
.option-lead__list{
  margin:0;
  padding-left:18px;
  color:#4a4a4a;
  font-weight:700;
}
.option-lead__list li{margin:6px 0}

.plan-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.plan-card{
  border-radius:12px;
  padding:18px 18px 16px;
  background:#fff;
  border:1px solid #f0e0e6;
}
.plan-card--highlight{
  background:rgba(255,255,255,.88);
  border:1px solid #e6c6d2;
  box-shadow:var(--shadow-soft);
}
.plan-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  border-bottom:1px solid #eee;
  padding-bottom:10px;
  margin-bottom:12px;
}
.plan-title{margin:0;font-size:18px;font-weight:900;color:#444}
.plan-price{font-size:18px;font-weight:900;color:#e5537e;white-space:nowrap}
.plan-price span{font-size:12px;color:#666;font-weight:700;margin-left:6px}
.plan-list{margin:0;padding-left:18px;font-weight:700;color:#444}
.plan-list li{margin:8px 0}
.plan-note{color:#e5537e;font-weight:900;list-style:"★  "}

@media (max-width:900px){
  .plan-grid{grid-template-columns:1fr}
  .pricing-row{flex-direction:column;align-items:center;text-align:center}
}


/* Features: image + text under cards */
.features-media{
  margin-top:22px;
  display:grid;
  grid-template-columns: 300px 1fr;
  gap:22px;
  align-items:center;
  padding:16px;
  border-radius:14px;
  background:rgba(255,255,255,.75);
  border:1px solid #f0dbe2;
  box-shadow:var(--shadow-soft);
}
.features-media__img img{
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
}
.features-media__text{
  color:#5a2a3a;
  font-weight:700;
  line-height:1.8;
}
.features-media__text p{margin:0 0 10px}
.features-media__text p:last-child{margin-bottom:0}

@media (max-width:900px){
  .features-media{grid-template-columns:1fr}
  .features-media__text{text-align:left}
}

/* === Layout/frame & image sizing overrides (match original design) === */
.site-frame{
  max-width: 1060px;
  margin: 16px auto;
  border: 1px solid rgba(0,0,0,0.12);
  background: #fff;
}

/* keep section backgrounds inside the frame */
.section{ width: 100%; }

/* PRE/MINDSET/DREAM split blocks: fixed-size horizontal images like the original */
.split{
  display: flex;
  align-items: stretch;
  gap: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  max-width: 760px;
  margin: 0 auto;
}

.split__text{
  flex: 1 1 auto;
  padding: 22px 28px;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.split__image{
  margin-left: auto;
  flex: 0 0 280px;
  max-width: 280px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.split__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fade-left::before{
  /* white fade like the original */
  background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}

@media (max-width: 900px){
  .site-frame{
    margin: 0;
    border-left: 0;
    border-right: 0;
  }
.split{
    flex-direction: column;
    max-width: 100%;
  }
  .split__image{
    max-width: 100%;
    width: 100%;
    flex-basis: auto;
    height: 220px;
  }
}



/* =========================================================
   Typography tweak (scoped)
   対象：添付4枚のスクリーンショットに該当する箇所のみ
   - #lead   .lead__copy（白背景・中央揃えの複数行テキスト）
   - #cases  .case-body （婚活事例カード内の本文）
   - #greeting .greeting__body（ごあいさつ内の本文）
   ※他セクションへ影響しないよう、IDスコープで限定しています
========================================================= */

/* 共通：少し柔らかい印象のフォントスタック＋太さ調整 */
#lead .lead__copy p,
#cases .case-body,
#greeting .greeting__body p{
  font-family:
    "Zen Maru Gothic",
    "Hiragino Maru Gothic ProN",
    "Hiragino Maru Gothic Pro",
    "M PLUS Rounded 1c",
    "Noto Sans JP",
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    system-ui,-apple-system,"Segoe UI",sans-serif;
  font-weight: 500;
  letter-spacing: .01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

/* 章ごとの微調整（見え方だけを少し改善） */
#lead .lead__copy{
  font-size: 17px; /* 元:16px */
}
#lead .lead__copy p{
  font-weight: 600; /* リードは少しだけ強め */
}

#greeting .greeting__body p:first-child{
  font-weight: 650; /* 見出し行を少しだけ強調 */
}

#cases .case-body{
  line-height: 2.0; /* 元の行間(継承)よりわずかにゆったり */
}


/* =========================================================
   Responsive patch (scoped / PC影響なし)
   - 既存のPCデザイン(901px以上)には一切影響を与えず、
     900px以下の表示崩れを抑えるための追記です。
========================================================= */
@media (max-width:900px){
  /* 特徴カード：3列→2列（タブレット想定） */
  #features .features{
    grid-template-columns:repeat(2, 1fr);
  }
}
@media (max-width:560px){
  /* 特徴カード：2列→1列（スマホ想定） */
  #features .features{
    grid-template-columns:1fr;
    gap:14px;
  }
  #features .feature-card{
    padding:18px 14px;
  }
}

/* =========================================================
   Split sections tweak v8 (scoped)
   対象：#pre-marriage / #mindset / #dream-support のみ
   目的：
   - 画像にかかるグラデーション（白い被り）を「もっと左」へ
   - 左の箇条書き文字サイズを「大きくしすぎず」適度に
   - ※縦幅は前回OKとのことなので、ここでは変更しません
   ※他セクションへ影響しないよう ID で限定
========================================================= */

/* グラデーション：確実に左へ（変化が分かるよう ::before 自体を上書き） */
#pre-marriage .fade-left::before,
#mindset .fade-left::before,
#dream-support .fade-left::before{
  background: linear-gradient(90deg, rgba(255,241,244,1) 0%, rgba(255,241,244,0) 2%) !important;
}

/* 左の箇条書き：PCのみ少し大きく（大きすぎない値に調整） */
@media (min-width:901px){
  #pre-marriage .bullets,
  #mindset .bullets,
  #dream-support .bullets{
    font-size: 19px !important; /* default: 18px */
  }
}

/* =========================================================
   Problems dots tweak v8 (scoped)
   対象：#problems の「● ● ●」のみ
   目的：黒丸が“確実に”変わったと分かるよう、サイズと間隔を大きめに調整
   ※他セクションへ影響しないよう ID で限定
========================================================= */

#problems .problems__dots{
  display:inline-flex !important;
  gap:48px !important;
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:12px !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

/* =========================================================
   Problems dots tweak v9 (scoped)
   対象：#problems の「●●●」表示（黒丸のみ）
   目的：XDの見た目に近い「小さめ＋適度な間隔」の3点にする
   ※他セクションへ影響しないよう ID で限定
========================================================= */

#problems .problems__dots{
  display:inline-flex !important;
  gap:48px !important;              /* 3点の間隔 */
  align-items:center !important;
  justify-content:center !important;
  margin-bottom:12px !important;
  font-size:0 !important;           /* 文字（スペース）影響を無効化 */
  letter-spacing:0 !important;
  line-height:1 !important;
}

#problems .problems__dots i{
  width:14px !important;
  height:14px !important;
  border-radius:50% !important;
  background:#5a5a5a !important;
  display:block !important;
}

@media (max-width:560px){
  #problems .problems__dots{ gap:28px !important; }
  #problems .problems__dots i{ width:12px !important; height:12px !important; }
}

/* =========================================================
   Problems dots tweak v10 (scoped)
   対象：#problems の黒丸（problems__dots）のみ
   - 間隔を狭める
   - 左へ移動
   - 文字(●)ではなく円として描画
========================================================= */
#problems .problems__dots{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:28px !important;                 /* ← 間隔を狭める */
  margin:0 auto 10px !important;
  font-size:0 !important;              /* テキストがあっても見えないように */
  line-height:0 !important;
  transform:translateX(-90px) !important; /* ← 左に移動（必要ならこの数値だけ微調整） */
}
#problems .problems__dots i{
  display:block !important;
  width:12px !important;
  height:12px !important;
  background:#5a5a5a !important;
  border-radius:999px !important;
  font-style:normal !important;
}
@media (max-width:768px){
  #problems .problems__dots{
    gap:20px !important;
    transform:translateX(-40px) !important;
  }
  #problems .problems__dots i{
    width:10px !important;
    height:10px !important;
  }
}

/* === IBJ logo (footer only) === */
.footer .footer__ibj{
  display:flex;
  justify-content:center;
  margin: 14px 0 6px;
}

.footer .footer__ibj-plate{
  background:#fff;              /* 背景が淡色でも視認性を確保 */
  border-radius:10px;
  padding:10px 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.footer .footer__ibj-logo{
  display:block;
  width:170px;                  /* 170x60を基準に比率維持 */
  height:auto;
}

/* SP */
@media (max-width: 768px){
  .footer .footer__ibj-logo{
    width:150px;
  }
}
