@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');

/* =========================================================
   ホームページ制作ページ専用CSS
   TOPページのオレンジ・クリーム・角丸デザインに統一
   ========================================================= */

body.page-id-0 .sd-subpage__header,
body.post-name-website .sd-subpage__header { display: none !important; }

body.post-name-website .sd-container.sd-subpage__inner,
body.post-name-website .sd-subpage__inner,
body.post-name-website .sd-subpage__article,
body.post-name-website .sd-subpage__content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-name-website .sd-site-footer { display: none !important; }

.sdh-page {
  --orange: #ff8200;
  --orange-dark: #e96f00;
  --cream: #fff8ec;
  --cream-2: #fffdf8;
  --ink: #30333a;
  --muted: #666970;
  --blue: #2e5eaa;
  --yellow: #ffe64d;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.9;
  overflow: hidden;
}

.sdh-page *, .sdh-page *::before, .sdh-page *::after { box-sizing: border-box; }
.sdh-page h1, .sdh-page h2, .sdh-page h3, .sdh-page p, .sdh-page ul { margin-top: 0; }
.sdh-page h1, .sdh-page h2, .sdh-page h3 { color: var(--ink); font-family: "Zen Kaku Gothic New", sans-serif; }
.sdh-container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.sdh-container--narrow { width: min(820px, calc(100% - 48px)); }
.sdh-section { position: relative; padding: 115px 0; }

/* 見出し：TOPページと同じ大きな英字風ラベル＋小さな日本語 */
.sdh-heading { margin-bottom: 56px; }
.sdh-heading--center { text-align: center; }
.sdh-heading > span {
  display: block;
  margin-bottom: 5px;
  color: var(--orange);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(58px, 6vw, 77px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .03em;
}
.sdh-heading h2 {
  margin: 0 !important;
  padding: 8px 0 !important;
  border: 0 !important;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .12em;
  background: none !important;
}
.sdh-heading h2::before, .sdh-heading h2::after { display: none !important; content: none !important; }

/* 共通ボタン */
.sdh-button {
  display: inline-flex;
  min-width: 270px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 18px 30px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 12px 25px rgba(48,51,58,.12);
  transition: transform .25s ease, box-shadow .25s ease;
}
.sdh-button:hover { transform: translateY(-4px); box-shadow: 0 17px 32px rgba(48,51,58,.18); }
.sdh-button--orange { color: #fff !important; background: var(--orange); }
.sdh-button--white { color: var(--orange) !important; background: #fff; }

/* 01 FV */
.sdh-hero { position: relative; min-height: 740px; display: flex; align-items: center; padding: 105px 0 70px; background: var(--cream-2); }
.sdh-hero::before { content: "WEB"; position: absolute; right: -15px; top: 90px; color: rgba(255,130,0,.055); font: 900 clamp(8rem,18vw,17rem)/1 "Zen Kaku Gothic New"; }
.sdh-hero__grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 55px; align-items: center; }
.sdh-hero__number { margin-bottom: 20px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .15em; }
.sdh-hero h1 { margin-bottom: 18px; font-size: 20px; letter-spacing: .12em; }
.sdh-hero__catch { margin-bottom: 26px; color: var(--ink); font: 900 clamp(38px,4.6vw,64px)/1.5 "Zen Kaku Gothic New"; letter-spacing: .02em; }
.sdh-hero__catch span { background: linear-gradient(transparent 72%, var(--yellow) 72%, var(--yellow) 92%, transparent 92%); }
.sdh-hero__text { margin-bottom: 34px; color: var(--muted); }
.sdh-hero__visual { position: relative; min-height: 500px; }
.sdh-mockup { position: absolute; overflow: hidden; border: 7px solid #34363b; background: #fff; box-shadow: 0 24px 55px rgba(48,51,58,.2); }
.sdh-mockup img { width: 100%; height: 100%; object-fit: cover; }
.sdh-mockup--pc { width: 80%; height: 360px; right: 2%; top: 40px; border-radius: 16px; }
.sdh-mockup--phone { width: 150px; height: 300px; left: 2%; bottom: 6px; z-index: 3; border-radius: 24px; }
.sdh-mockup--card { width: 230px; height: 150px; border-width: 0; border-radius: 16px; }
.sdh-mockup--card-1 { right: 2%; bottom: 10px; z-index: 4; transform: rotate(3deg); }
.sdh-mockup--card-2 { right: 22%; bottom: -18px; z-index: 2; transform: rotate(-4deg); }
.sdh-mockup--empty { display: grid; place-items: center; color: var(--orange); font-weight: 900; background: #fff1dc; }

/* 02 お悩み */
.sdh-problems { background: var(--cream); }
.sdh-problems::before { content: "?"; position: absolute; left: -20px; top: 40px; color: rgba(255,130,0,.06); font: 900 16rem/1 sans-serif; }
.sdh-problems__grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.sdh-problem-card { display: grid; grid-template-columns: 120px 1fr; gap: 28px; align-items: center; padding: 40px; border-radius: 32px; background: #fff; box-shadow: 0 16px 40px rgba(48,51,58,.07); }
.sdh-problem-card__icon { display: grid; width: 120px; aspect-ratio: 1; place-items: center; border-radius: 50%; color: var(--orange); font-weight: 900; background: #fff1dc; }
.sdh-problem-card__en { margin-bottom: 2px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.sdh-problem-card h3 { margin-bottom: 16px !important; padding: 0 !important; border: 0 !important; font-size: 24px; background: none !important; }
.sdh-problem-card h3::before, .sdh-problem-card h3::after { display: none !important; }
.sdh-problem-card ul { margin: 0; padding: 0; list-style: none; }
.sdh-problem-card li { position: relative; padding: 7px 0 7px 28px; border-bottom: 1px dashed #e5ded4; }
.sdh-problem-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.sdh-message { width: min(650px,100%); margin: 70px auto 0; padding: 48px; border-radius: 100px 100px 28px 28px; text-align: center; background: #fff; }
.sdh-message p { margin: 0; color: var(--ink); font: 700 clamp(23px,3vw,34px)/1.8 "Zen Kaku Gothic New"; }
.sdh-message strong { background: linear-gradient(transparent 68%,var(--yellow) 68%); }

/* 03 コンセプト */
.sdh-split { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.sdh-split__image { min-height: 530px; display: grid; place-items: center; border-radius: 55% 45% 28px 28px; background: #fff1dc; }
.sdh-browser-art { position: relative; width: 76%; aspect-ratio: 4/3; border: 8px solid #30333a; border-radius: 16px; background: #fff; box-shadow: 18px 20px 0 rgba(255,130,0,.18); }
.sdh-browser-art i { display: inline-block; width: 10px; height: 10px; margin: 12px 0 0 8px; border-radius: 50%; background: var(--orange); }
.sdh-browser-art b { display: block; width: 65%; height: 22%; margin: 35px auto 20px; border-radius: 10px; background: #ffe0b4; }
.sdh-browser-art span { display: block; width: 72%; height: 10px; margin: 12px auto; border-radius: 10px; background: #e8e8e8; }
.sdh-browser-art em { display: block; width: 100px; height: 38px; margin: 28px auto; border-radius: 30px; background: var(--orange); }
.sdh-lead { color: var(--ink); font-size: clamp(24px,3vw,36px); line-height: 1.7; }
.sdh-lead strong { color: var(--orange); }
.sdh-three-points { display: flex; gap: 12px; margin: 30px 0; }
.sdh-three-points span { flex: 1; padding: 15px 8px; border: 1px solid #ffd4aa; border-radius: 999px; color: var(--orange); font-weight: 700; text-align: center; }

/* 04 種類・06 理由：TOPと同じカード感 */
.sdh-types { background: var(--cream-2); }
.sdh-card-grid { display: grid; gap: 24px; }
.sdh-card-grid--four { grid-template-columns: repeat(4,1fr); }
.sdh-type-card, .sdh-reason-card { position: relative; min-height: 300px; padding: 34px 28px; border-radius: 28px; background: #fff; box-shadow: 0 16px 38px rgba(48,51,58,.08); transition: transform .25s ease; }
.sdh-type-card:hover, .sdh-reason-card:hover { transform: translateY(-7px); }
.sdh-type-card__icon { display: grid; width: 76px; height: 76px; margin-bottom: 26px; place-items: center; border-radius: 50%; font-size: 34px; background: #fff1dc; }
.sdh-type-card > p { margin-bottom: 6px; color: var(--orange); font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.sdh-type-card h3, .sdh-reason-card h3 { margin-bottom: 12px !important; padding: 0 !important; border: 0 !important; font-size: 21px; background: none !important; }
.sdh-type-card h3::before, .sdh-type-card h3::after, .sdh-reason-card h3::before, .sdh-reason-card h3::after { display: none !important; }
.sdh-type-card > span { color: var(--muted); font-size: 14px; }

/* オファー1 */
.sdh-offer { padding: 68px 0; }
.sdh-offer--blue { color: #fff; background: var(--blue); }
.sdh-offer .sdh-container { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.sdh-offer small { font-weight: 700; letter-spacing: .15em; }
.sdh-offer h2 { margin: 10px 0 0 !important; padding: 0 !important; border: 0 !important; color: #fff; font-size: clamp(25px,3vw,38px); background: none !important; }
.sdh-offer h2::before, .sdh-offer h2::after { display: none !important; }

/* 05 制作内容 */
.sdh-production__list { display: flex; align-items: center; justify-content: center; gap: 10px; }
.sdh-production__list > div { width: 150px; min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; border-radius: 50% 50% 24px 24px; text-align: center; background: #fff1dc; }
.sdh-production__list i { color: var(--orange); font-style: normal; font-weight: 900; }
.sdh-production__list b { font-size: 14px; line-height: 1.5; }
.sdh-production__list > span { color: var(--orange); font-size: 20px; transform: rotate(-90deg); }

/* 06 理由 */
.sdh-reasons { background: var(--cream); border-radius: 70px; }
.sdh-reason-card > b { color: var(--orange); }
.sdh-reason-card > div { display: grid; width: 70px; height: 70px; margin: 22px 0; place-items: center; border-radius: 50%; color: var(--orange); font-size: 26px; font-weight: 900; background: #fff1dc; }
.sdh-reason-card p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

/* 07 制作実績スライダー */
.sdh-works { background: var(--cream-2); }
.sdh-works-slider { position: relative; padding: 0 65px; }
.sdh-works-slider__viewport { overflow-x: auto; scrollbar-width: none; scroll-behavior: smooth; }
.sdh-works-slider__viewport::-webkit-scrollbar { display: none; }
.sdh-works-slider__track { display: flex; gap: 28px; width: max-content; padding: 12px 0 35px; }
.sdh-work-slide { display: block; width: min(560px,70vw); color: var(--ink) !important; text-decoration: none !important; }
.sdh-work-slide__image { display: block; overflow: hidden; aspect-ratio: 16/10; border-radius: 24px; background: #fff1dc; box-shadow: 0 16px 38px rgba(48,51,58,.12); }
.sdh-work-slide__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sdh-work-slide:hover img { transform: scale(1.035); }
.sdh-work-slide b { display: block; margin-top: 14px; font-size: 17px; }
.sdh-works-slider__arrow { position: absolute; z-index: 3; top: 42%; width: 56px; height: 56px; border: 0; border-radius: 50%; color: var(--orange); font-size: 23px; background: #fff; box-shadow: 0 10px 24px rgba(48,51,58,.16); cursor: pointer; }
.sdh-works-slider__arrow--prev { left: 18px; }
.sdh-works-slider__arrow--next { right: 18px; }

/* 08 料金・保守 */
.sdh-plan { background: var(--cream); }
.sdh-plan__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.sdh-plan-card { position: relative; padding: 40px 32px; border: 2px solid transparent; border-radius: 30px; background: #fff; }
.sdh-plan-card--popular { border-color: var(--orange); transform: translateY(-16px); }
.sdh-plan-card__badge { position: absolute; top: -18px; left: 50%; padding: 7px 24px; border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; white-space: nowrap; background: var(--orange); transform: translateX(-50%); }
.sdh-plan-card > p { margin-bottom: 8px; color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-plan-card__price { padding-bottom: 22px; border-bottom: 1px solid #eee5da; }
.sdh-plan-card__price strong { color: var(--ink); font-size: 55px; line-height: 1; }
.sdh-plan-card h3 { min-height: 72px; margin: 22px 0 !important; padding: 0 !important; border: 0 !important; font-size: 17px; background: none !important; }
.sdh-plan-card h3::before, .sdh-plan-card h3::after { display: none !important; }
.sdh-plan-card ul { margin: 0; padding: 0; list-style: none; }
.sdh-plan-card li { padding: 7px 0 7px 24px; position: relative; border-bottom: 1px dashed #e6ddd1; }
.sdh-plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); }
.sdh-maintenance { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; margin-top: 75px; padding: 50px; border-radius: 32px; background: #fff; }
.sdh-maintenance small { color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-maintenance h3 { margin: 12px 0 20px !important; padding: 0 !important; border: 0 !important; font-size: 28px; background: none !important; }
.sdh-maintenance h3::before, .sdh-maintenance h3::after { display: none !important; }
.sdh-maintenance dl { margin: 0; }
.sdh-maintenance dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid #eadfd2; }
.sdh-maintenance dt { font-weight: 700; }
.sdh-maintenance dd { margin: 0; }
.sdh-maintenance dd strong { color: var(--orange); }

/* 写真オファー */
.sdh-photo-offer { position: relative; min-height: 500px; display: flex; align-items: center; padding: 90px 0; background: #f9efe1 url("../img/website-cta-bg.png") center/cover no-repeat; }
.sdh-photo-offer .sdh-container { position: relative; }
.sdh-photo-offer small { color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.sdh-photo-offer h2 { margin: 12px 0 18px !important; padding: 0 !important; border: 0 !important; font-size: clamp(32px,4vw,50px); background: none !important; }
.sdh-photo-offer h2::before, .sdh-photo-offer h2::after { display: none !important; }

/* 09 縦タイムライン */
.sdh-timeline { position: relative; padding-left: 92px; }
.sdh-timeline::before { content: ""; position: absolute; left: 35px; top: 28px; bottom: 28px; width: 3px; border-radius: 3px; background: #ffd1a0; }
.sdh-timeline > div { position: relative; min-height: 120px; padding: 24px 30px; border-radius: 22px; background: var(--cream); margin-bottom: 22px; }
.sdh-timeline i { position: absolute; left: -92px; top: 22px; z-index: 2; display: grid; width: 72px; height: 72px; place-items: center; border: 5px solid #fff; border-radius: 50%; color: #fff; font-style: normal; font-weight: 900; background: var(--orange); }
.sdh-timeline b { display: block; margin-bottom: 5px; font-size: 19px; }
.sdh-timeline p { margin: 0; color: var(--muted); }

/* 10 FAQ */
.sdh-faq { background: var(--cream-2); }
.sdh-faq details { margin-bottom: 14px; border-radius: 18px; background: #fff; box-shadow: 0 8px 26px rgba(48,51,58,.07); }
.sdh-faq summary { padding: 24px 60px 24px 26px; color: var(--ink); font-weight: 700; cursor: pointer; }
.sdh-faq summary b, .sdh-faq details > p b { margin-right: 12px; color: var(--orange); font-size: 20px; }
.sdh-faq details > p { margin: 0; padding: 0 26px 24px; }

/* 11 CTA */
.sdh-final-cta { position: relative; padding: 105px 0; overflow: hidden; color: #fff; text-align: center; background: var(--orange); }
.sdh-final-cta::before, .sdh-final-cta::after { content: ""; position: absolute; border: 22px solid rgba(255,255,255,.12); border-radius: 50%; }
.sdh-final-cta::before { width: 220px; height: 220px; left: -70px; top: 30px; }
.sdh-final-cta::after { width: 150px; height: 150px; right: -35px; bottom: -30px; }
.sdh-final-cta .sdh-container { position: relative; z-index: 1; }
.sdh-final-cta > div > span { font-weight: 700; letter-spacing: .15em; }
.sdh-final-cta h2 { margin: 15px 0 22px !important; padding: 0 !important; border: 0 !important; color: #fff; font-size: clamp(32px,4vw,52px); background: none !important; }
.sdh-final-cta h2::before, .sdh-final-cta h2::after { display: none !important; }
.sdh-final-cta p { margin-bottom: 32px; }

@media (max-width: 980px) {
  .sdh-hero__grid, .sdh-split { grid-template-columns: 1fr; }
  .sdh-hero__visual { min-height: 470px; }
  .sdh-card-grid--four { grid-template-columns: repeat(2,1fr); }
  .sdh-production__list { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
  .sdh-production__list > div { width: 100%; }
  .sdh-production__list > span { display: none; }
  .sdh-maintenance { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 700px) {
  .sdh-page { font-size: 15px; }
  .sdh-container, .sdh-container--narrow { width: min(100% - 32px,1120px); }
  .sdh-section { padding: 78px 0; }
  .sdh-heading { margin-bottom: 38px; }
  .sdh-heading > span { font-size: 56px; }
  .sdh-hero { min-height: auto; padding: 90px 0 50px; }
  .sdh-hero__grid { gap: 20px; }
  .sdh-hero__catch { font-size: 34px; }
  .sdh-button { width: 100%; min-width: 0; }
  .sdh-hero__visual { min-height: 380px; }
  .sdh-mockup--pc { width: 92%; height: 270px; }
  .sdh-mockup--phone { width: 105px; height: 215px; }
  .sdh-mockup--card { width: 155px; height: 105px; }
  .sdh-problems__grid, .sdh-card-grid--four, .sdh-plan__grid { grid-template-columns: 1fr; }
  .sdh-problem-card { grid-template-columns: 1fr; padding: 30px 24px; }
  .sdh-problem-card__icon { width: 95px; }
  .sdh-message { padding: 38px 20px; border-radius: 60px 60px 22px 22px; }
  .sdh-split { gap: 42px; }
  .sdh-split__image { min-height: 380px; }
  .sdh-three-points { flex-direction: column; }
  .sdh-offer .sdh-container { display: block; text-align: center; }
  .sdh-offer h2 { margin-bottom: 28px !important; }
  .sdh-production__list { grid-template-columns: repeat(2,1fr); }
  .sdh-production__list > div { min-height: 125px; }
  .sdh-reasons { border-radius: 42px; }
  .sdh-work-slide { width: 78vw; }
  .sdh-works-slider { padding: 0 20px; }
  .sdh-works-slider__arrow { width: 46px; height: 46px; }
  .sdh-works-slider__arrow--prev { left: 4px; }
  .sdh-works-slider__arrow--next { right: 4px; }
  .sdh-plan-card--popular { transform: none; }
  .sdh-maintenance { padding: 30px 22px; }
  .sdh-maintenance dl > div { display: block; }
  .sdh-photo-offer { min-height: 580px; align-items: flex-end; background-position: 62% center; }
  .sdh-photo-offer::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(255,255,255,.1),rgba(255,253,248,.95) 56%); }
  .sdh-photo-offer .sdh-container { z-index: 1; }
  .sdh-timeline { padding-left: 66px; }
  .sdh-timeline::before { left: 25px; }
  .sdh-timeline i { left: -66px; width: 52px; height: 52px; }
  .sdh-final-cta { padding: 78px 0; }
}

/* =========================================================
   ホームページ制作ページ 2026-07-24 調整
   ========================================================= */

/* お悩みを明るい背景の1カードにまとめます */
body.post-name-website .sdh-problems {
  color: var(--ink);
  background: #eef6fc;
}

body.post-name-website .sdh-problems .sdh-heading h2,
body.post-name-website .sdh-problems .sdh-message p {
  color: var(--ink);
}

body.post-name-website .sdh-problems__grid {
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

body.post-name-website .sdh-problem-card--combined {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 52px;
  border: 1px solid #d7e6f2;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(49,91,134,.08);
}

body.post-name-website .sdh-problem-group {
  padding: 0 44px;
}

body.post-name-website .sdh-problem-group + .sdh-problem-group {
  border-left: 1px solid #d7e6f2;
}

body.post-name-website .sdh-message {
  border-color: #d2e3f0;
  background: rgba(255,255,255,.65);
}

/* 「誰に・何を・どう伝えるか」はボタンではなく円形の要素にします */
body.post-name-website .sdh-three-points {
  justify-content: flex-start;
  gap: 18px;
}

body.post-name-website .sdh-three-points span {
  flex: 0 0 108px;
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid #c9dfee;
  border-radius: 50%;
  color: #315b86;
  background: #eef6fc;
}

/* 制作実績はスライダーではなく3列表示 */
body.post-name-website .sdh-website-works-grid {
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 auto;
}

body.post-name-website .sdh-website-works-grid .sdh-work-slide {
  width: auto;
  min-width: 0;
}

/* 一番人気も白背景にして、オレンジ枠で分かりやすくします */
body.post-name-website .sdh-plan-card--popular {
  color: var(--ink);
  border: 3px solid var(--orange);
  background: #fff;
  box-shadow: 0 18px 45px rgba(245,138,36,.14);
}

body.post-name-website .sdh-plan-card--popular h3,
body.post-name-website .sdh-plan-card--popular .sdh-plan-card__price strong {
  color: var(--ink);
}

/* =========================================================
   最終表示調整：見出し階層・03・LP型FLOW
   このブロックをCSSの最後に置き、過去の指定より優先します。
   ========================================================= */

/* 数字は補助情報として小さく、H2を主役にします */
body.post-name-website .sdh-heading > span {
  margin-bottom: 10px;
  color: #f58a24;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
}

body.post-name-website .sdh-heading h2 {
  padding: 0 !important;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}

/* 03は白背景・中央揃え */
body.post-name-website .sdh-reasons {
  color: var(--ink);
  background: #fff;
  border-radius: 70px;
}

body.post-name-website .sdh-reasons .sdh-heading h2 {
  color: var(--ink);
}

body.post-name-website .sdh-reasons > .sdh-container > .sdh-heading {
  justify-content: center;
  text-align: center;
}

/* 制作の流れ：LPと同じ縦タイムライン */
body.post-name-website .sdh-flow .sdh-timeline {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 0 92px;
  box-sizing: border-box;
}

body.post-name-website .sdh-flow .sdh-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 35px;
  display: block;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(#f58a24, #315b86);
}

body.post-name-website .sdh-flow .sdh-timeline > div {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin: 0 0 22px;
  padding: 24px 30px;
  border: 0;
  border-radius: 22px;
  text-align: left;
  background: #eef6fc;
}

body.post-name-website .sdh-flow .sdh-timeline i {
  position: absolute;
  top: 22px;
  left: -92px;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #315b86;
  transform: none;
}

body.post-name-website .sdh-flow .sdh-timeline > div:nth-child(odd) i {
  background: #f58a24;
}

body.post-name-website .sdh-flow .sdh-timeline b {
  display: block;
  margin-bottom: 6px;
  color: #315b86;
  font-size: 19px;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-heading > span {
    margin-bottom: 8px;
    font-size: 12px;
  }

  body.post-name-website .sdh-heading h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  body.post-name-website .sdh-reasons {
    border-radius: 42px;
  }

  /* 左端を0に合わせ、線と丸が画面外へ出ない配置 */
  body.post-name-website .sdh-flow .sdh-timeline {
    width: 100%;
    margin: 0;
    padding-left: 58px;
  }

  body.post-name-website .sdh-flow .sdh-timeline::before {
    left: 23px;
  }

  body.post-name-website .sdh-flow .sdh-timeline > div {
    min-height: 104px;
    padding: 22px 20px;
  }

  body.post-name-website .sdh-flow .sdh-timeline i {
    top: 23px;
    left: -58px;
    width: 46px;
    height: 46px;
    border-width: 4px;
    font-size: 12px;
  }

  body.post-name-website .sdh-flow .sdh-timeline b {
    font-size: 16px;
  }
}

/* ORIGINALの制作期間は、青背景をやめて白い正円にします */
body.post-name-website .sdh-plan-card:nth-child(3) .sdh-plan-card__duration {
  width: 108px;
  height: 108px;
  min-width: 108px;
  padding: 8px;
  border: 3px solid #f58a24;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 25px rgba(245,138,36,.18);
}

/* 03 しまデザインのサイトづくり */
body.post-name-website .sdh-reasons__intro {
  max-width: 850px;
  margin: -25px 0 48px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 2;
}

body.post-name-website .sdh-reasons__intro p {
  margin-bottom: 8px;
}

body.post-name-website .sdh-reasons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body.post-name-website .sdh-reasons__grid .sdh-reason-card {
  min-height: 0;
  padding: 38px;
  transform: none;
}

body.post-name-website .sdh-reasons__grid .sdh-reason-card > div {
  margin: 0 0 22px;
  font-size: 28px;
}

body.post-name-website .sdh-reasons__grid .sdh-reason-card p {
  margin: 0 0 10px;
  line-height: 1.9;
}

/* 06 制作の流れ：上から順に読める縦タイムライン */
body.post-name-website .sdh-timeline {
  position: relative;
  width: min(760px, calc(100% - 80px));
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 0 auto 0 80px;
  padding: 0;
}

body.post-name-website .sdh-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: -51px;
  display: block;
  width: 2px;
  background: #cddfeb;
}

body.post-name-website .sdh-timeline > div {
  min-height: 0;
  margin: 0;
  padding: 27px 32px;
  border: 1px solid #dbe8f2;
  border-radius: 20px;
  text-align: left;
  background: #f5f9fc;
}

body.post-name-website .sdh-timeline i {
  top: 23px;
  left: -77px;
  width: 52px;
  height: 52px;
  border: 5px solid #fff;
  transform: none;
}

body.post-name-website .sdh-timeline b {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-reasons__grid {
    grid-template-columns: 1fr;
  }

  body.post-name-website .sdh-reasons__intro {
    margin-top: -15px;
    font-size: 15px;
  }

  body.post-name-website .sdh-timeline {
    width: calc(100% - 58px);
    margin-left: 58px;
  }

  body.post-name-website .sdh-timeline::before {
    left: -35px;
  }

  body.post-name-website .sdh-timeline i {
    left: -61px;
  }

  body.post-name-website .sdh-timeline > div {
    padding: 24px 22px;
  }
}

/* 03の濃色背景をやめ、長い文章を読みやすい紙面にします */
body.post-name-website .sdh-reasons {
  color: var(--ink);
  background: linear-gradient(145deg, #eef6fc, #fff7ec);
  border-radius: 70px;
}

body.post-name-website .sdh-reasons .sdh-heading h2 {
  color: var(--ink);
}

body.post-name-website .sdh-site-making {
  max-width: 940px;
  margin: -20px auto 0;
  padding: 50px 58px;
  border: 1px solid #dce8f1;
  border-radius: 30px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 48px rgba(49,91,134,.08);
}

body.post-name-website .sdh-site-making p {
  margin: 0 0 22px;
  color: #465463;
  font-size: 16px;
  line-height: 2.05;
}

body.post-name-website .sdh-site-making p:last-child {
  margin-bottom: 0;
}

/* TOPと同じ実績カードを3列で表示します */
body.post-name-website .sdh-works .sd-works-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 700px) {
  body.post-name-website .sdh-reasons {
    border-radius: 42px;
  }

  body.post-name-website .sdh-site-making {
    padding: 32px 24px;
  }

  body.post-name-website .sdh-site-making p {
    font-size: 15px;
  }

  body.post-name-website .sdh-works .sd-works-grid {
    grid-template-columns: 1fr;
  }
}

/* 03は顔アイコンを添え、セクション全体を中央揃えにします */
body.post-name-website .sdh-reasons > .sdh-container > .sdh-heading {
  justify-content: center;
  text-align: center;
}

body.post-name-website .sdh-site-making {
  text-align: center;
}

body.post-name-website .sdh-site-making__face {
  width: 150px;
  height: 105px;
  margin: 0 auto 34px;
  background: url("../img/kao.svg") center / contain no-repeat;
}

body.post-name-website .sdh-site-making p {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* 06は必ず縦1列に固定します */
body.post-name-website .sdh-flow .sdh-timeline {
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
}

body.post-name-website .sdh-flow .sdh-timeline > div {
  width: 100%;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-site-making__face {
    width: 120px;
    height: 84px;
    margin-bottom: 26px;
  }
}

/* 03：セクション背景を白に統一 */
body.post-name-website .sdh-reasons {
  background: #fff;
}

/* 06：LPページと同じ縦タイムラインデザイン */
body.post-name-website .sdh-flow .sdh-timeline {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 92px;
}

body.post-name-website .sdh-flow .sdh-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 35px;
  display: block;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(#f58a24, #315b86);
}

body.post-name-website .sdh-flow .sdh-timeline > div {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin-bottom: 22px;
  padding: 24px 30px;
  border: 0;
  border-radius: 22px;
  text-align: left;
  background: #eef6fc;
}

body.post-name-website .sdh-flow .sdh-timeline i {
  position: absolute;
  top: 22px;
  left: -92px;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #315b86;
  transform: none;
}

body.post-name-website .sdh-flow .sdh-timeline > div:nth-child(odd) i {
  background: #f58a24;
}

body.post-name-website .sdh-flow .sdh-timeline b {
  font-size: 19px;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-flow .sdh-timeline {
    width: 100%;
    margin: 0;
    padding-left: 66px;
  }

  body.post-name-website .sdh-flow .sdh-timeline::before {
    left: 25px;
  }

  body.post-name-website .sdh-flow .sdh-timeline i {
    left: -66px;
    width: 52px;
    height: 52px;
    border-width: 4px;
  }
}

/* 料金カードの制作期間バッジ */
body.post-name-website .sdh-plan-card__duration {
  position: absolute;
  top: -24px;
  right: -12px;
  z-index: 3;
  min-width: 104px;
  display: grid;
  place-items: center;
  padding: 13px 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #315b86;
  box-shadow: 0 10px 25px rgba(49,91,134,.22);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  transform: rotate(5deg);
}

body.post-name-website .sdh-plan-card:nth-child(2) .sdh-plan-card__duration {
  right: -16px;
  background: #f58a24;
  transform: rotate(-5deg);
}

body.post-name-website .sdh-plan-card__duration strong {
  color: inherit;
  font-size: 14px;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-plan-card {
    margin-top: 32px;
  }

  body.post-name-website .sdh-plan-card__duration,
  body.post-name-website .sdh-plan-card:nth-child(2) .sdh-plan-card__duration {
    top: -25px;
    right: 12px;
  }
}

/* FAQ右端のプラスアイコン */
body.post-name-website .sdh-faq summary {
  position: relative;
  list-style: none;
}

body.post-name-website .sdh-faq summary::-webkit-details-marker {
  display: none;
}

body.post-name-website .sdh-faq summary::before,
body.post-name-website .sdh-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #315b86;
  transition: transform .25s ease;
}

body.post-name-website .sdh-faq summary::after {
  transform: rotate(90deg);
}

body.post-name-website .sdh-faq details[open] summary::after {
  transform: rotate(0deg);
}

@media (max-width: 800px) {
  body.post-name-website .sdh-problem-card--combined {
    grid-template-columns: 1fr;
    padding: 34px 26px;
  }

  body.post-name-website .sdh-problem-group {
    padding: 0;
  }

  body.post-name-website .sdh-problem-group + .sdh-problem-group {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #d7e6f2;
    border-left: 0;
  }

  body.post-name-website .sdh-website-works-grid {
    grid-template-columns: 1fr;
    width: min(100% - 32px, 560px);
  }
}

@media (max-width: 480px) {
  body.post-name-website .sdh-three-points {
    flex-direction: row;
    gap: 10px;
  }

  body.post-name-website .sdh-three-points span {
    flex-basis: 88px;
    width: 88px;
    height: 88px;
    font-size: 13px;
  }
}

/* =========================================================
   WEBSITEページ差別化：アンバーオレンジ × ディープブルー
   ========================================================= */
body.post-name-website .sdh-page {
  --orange: #f58a24;
  --orange-dark: #db7110;
  --blue: #315b86;
  --cream: #fff5e8;
  --cream-2: #f7fbff;
  --yellow: #ffe16a;
}

body.post-name-website .sdh-hero {
  min-height: 790px;
  background: linear-gradient(125deg,#f7fbff 0 58%,#e4f0fa 58% 100%);
}

body.post-name-website .sdh-hero::before {
  color: rgba(49,91,134,.07);
  transform: rotate(-5deg);
}

body.post-name-website .sdh-hero__number {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  color: #fff;
  background: #315b86;
}

body.post-name-website .sdh-hero__visual::after {
  content: "DESIGN / BUILD";
  position: absolute;
  right: 0;
  top: 0;
  color: #315b86;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
}

body.post-name-website .sdh-mockup--pc {
  border-color: #315b86;
  box-shadow: 22px 24px 0 rgba(245,138,36,.18);
  transform: rotate(2deg);
}

body.post-name-website .sdh-mockup--phone {
  border-color: #f58a24;
  transform: rotate(-6deg);
}

body.post-name-website .sdh-problems {
  background: #315b86;
  border-radius: 0 0 86px 86px;
}

body.post-name-website .sdh-problems .sdh-heading h2,
body.post-name-website .sdh-problems .sdh-message p {
  color: #fff;
}

body.post-name-website .sdh-problem-card {
  border-radius: 26px 68px 26px 26px;
  box-shadow: none;
}

body.post-name-website .sdh-problem-card:nth-child(2) {
  margin-top: 42px;
  border-radius: 68px 26px 26px 26px;
}

body.post-name-website .sdh-problem-card__icon {
  border-radius: 22px;
  color: #fff;
  background: #f58a24;
}

body.post-name-website .sdh-problem-card:nth-child(2) .sdh-problem-card__icon {
  background: #315b86;
  outline: 3px solid #dbeaf6;
}

body.post-name-website .sdh-message {
  border: 2px solid rgba(255,255,255,.25);
  border-radius: 26px;
  background: transparent;
}

body.post-name-website .sdh-concept {
  background: linear-gradient(168deg,#fff 0 78%,#eaf4fc 78% 100%);
}

body.post-name-website .sdh-split__image {
  background: #e4f0fa;
}

body.post-name-website .sdh-browser-art {
  border-color: #315b86;
  box-shadow: 18px 20px 0 rgba(245,138,36,.2);
}

body.post-name-website .sdh-type-card:nth-child(odd) {
  background: #fff1df;
}

body.post-name-website .sdh-type-card:nth-child(even) {
  margin-top: 30px;
  background: #eaf4fc;
}

body.post-name-website .sdh-offer--blue {
  background: linear-gradient(115deg,#315b86 0 62%,#f58a24 62% 100%);
}

body.post-name-website .sdh-production__list {
  padding: 48px 34px;
  border-radius: 30px;
  background: #eef6fc;
}

body.post-name-website .sdh-production__list > div {
  border-radius: 22px;
  color: #315b86;
  background: #fff;
  box-shadow: 7px 9px 0 rgba(49,91,134,.1);
}

body.post-name-website .sdh-reasons {
  color: #fff;
  background: #315b86;
  border-radius: 80px 0 80px 0;
}

body.post-name-website .sdh-reasons .sdh-heading h2 {
  color: #fff;
}

body.post-name-website .sdh-reason-card {
  color: #30333a;
  box-shadow: none;
}

body.post-name-website .sdh-reason-card:nth-child(even) {
  transform: translateY(24px);
}

body.post-name-website .sdh-work-slide__image {
  border: 7px solid #315b86;
  border-radius: 14px;
  box-shadow: 13px 15px 0 #ffe8cc;
}

body.post-name-website .sdh-plan-card--popular {
  color: #fff;
  border-color: #315b86;
  background: #315b86;
}

body.post-name-website .sdh-plan-card--popular h3,
body.post-name-website .sdh-plan-card--popular .sdh-plan-card__price strong {
  color: #fff;
}

/* 制作の流れ：TOPと同じアイコンカード型 */
body.post-name-website .sdh-timeline {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 22px;
  padding: 0;
}

body.post-name-website .sdh-timeline::before {
  display: none;
}

body.post-name-website .sdh-timeline > div {
  min-height: 210px;
  margin: 0;
  padding: 78px 20px 24px;
  border-radius: 24px;
  text-align: center;
  background: #f2f8fd;
}

body.post-name-website .sdh-timeline i {
  left: 50%;
  top: 18px;
  width: 52px;
  height: 52px;
  border: 0;
  background: #f58a24;
  transform: translateX(-50%);
}

body.post-name-website .sdh-timeline b {
  color: #315b86;
  font-size: 16px;
}

body.post-name-website .sdh-timeline p {
  font-size: 13px;
  line-height: 1.7;
}

body.post-name-website .sdh-faq details {
  border-left: 5px solid #315b86;
  border-radius: 8px 20px 20px 8px;
}

body.post-name-website .sdh-final-cta {
  background: linear-gradient(125deg,#315b86 0 58%,#f58a24 58% 100%);
}

@media (max-width: 900px) {
  body.post-name-website .sdh-timeline {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 700px) {
  body.post-name-website .sdh-hero {
    background: linear-gradient(160deg,#f7fbff 0 64%,#e4f0fa 64% 100%);
  }

  body.post-name-website .sdh-problems {
    border-radius: 0 0 48px 48px;
  }

  body.post-name-website .sdh-problem-card:nth-child(2),
  body.post-name-website .sdh-type-card:nth-child(even) {
    margin-top: 0;
  }

  body.post-name-website .sdh-reasons {
    border-radius: 48px 0 48px 0;
  }

  body.post-name-website .sdh-reason-card:nth-child(even) {
    transform: none;
  }

  body.post-name-website .sdh-timeline {
    grid-template-columns: 1fr;
  }
}

/* 上記の2色テーマ指定より後に適用する最終調整 */
body.post-name-website .sdh-problems {
  color: var(--ink);
  background: #eef6fc;
}

body.post-name-website .sdh-problems .sdh-heading h2,
body.post-name-website .sdh-problems .sdh-message p {
  color: var(--ink);
}

body.post-name-website .sdh-problem-card--combined {
  border: 1px solid #d7e6f2;
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(49,91,134,.08);
}

body.post-name-website .sdh-message {
  border-color: #d2e3f0;
  background: rgba(255,255,255,.65);
}

body.post-name-website .sdh-plan-card--popular {
  color: var(--ink);
  border: 3px solid var(--orange);
  background: #fff;
  box-shadow: 0 18px 45px rgba(245,138,36,.14);
}

body.post-name-website .sdh-plan-card--popular h3,
body.post-name-website .sdh-plan-card--popular .sdh-plan-card__price strong {
  color: var(--ink);
}

/* 見出しはH2を主役にします */
body.post-name-website .sdh-heading > span {
  margin-bottom: 10px;
  color: #f58a24;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .16em;
}

body.post-name-website .sdh-heading h2 {
  padding: 0 !important;
  color: var(--ink);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: .04em;
}

body.post-name-website .sdh-reasons {
  color: var(--ink);
  background: #fff;
  border-radius: 70px;
}

body.post-name-website .sdh-reasons .sdh-heading h2 {
  color: var(--ink);
}

/* LP型の縦タイムラインを最終確定 */
body.post-name-website .sdh-flow .sdh-timeline {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 0 0 92px;
  box-sizing: border-box;
}

body.post-name-website .sdh-flow .sdh-timeline::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 35px;
  display: block;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(#f58a24, #315b86);
}

body.post-name-website .sdh-flow .sdh-timeline > div {
  position: relative;
  width: 100%;
  min-height: 120px;
  margin: 0 0 22px;
  padding: 24px 30px;
  border: 0;
  border-radius: 22px;
  text-align: left;
  background: #eef6fc;
}

body.post-name-website .sdh-flow .sdh-timeline i {
  position: absolute;
  top: 22px;
  left: -92px;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #315b86;
  transform: none;
}

body.post-name-website .sdh-flow .sdh-timeline > div:nth-child(odd) i {
  background: #f58a24;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-heading > span {
    margin-bottom: 8px;
    font-size: 12px;
  }

  body.post-name-website .sdh-heading h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  body.post-name-website .sdh-flow .sdh-timeline {
    width: 100%;
    margin: 0;
    padding-left: 58px;
  }

  body.post-name-website .sdh-flow .sdh-timeline::before {
    left: 23px;
  }

  body.post-name-website .sdh-flow .sdh-timeline > div {
    min-height: 104px;
    padding: 22px 20px;
  }

  body.post-name-website .sdh-flow .sdh-timeline i {
    top: 23px;
    left: -58px;
    width: 46px;
    height: 46px;
    border-width: 4px;
    font-size: 12px;
  }
}

/* ORIGINALの制作期間：白背景の正円で最終確定 */
body.post-name-website .sdh-plan-card:nth-child(3) .sdh-plan-card__duration {
  width: 108px;
  height: 108px;
  min-width: 108px;
  padding: 8px;
  border: 3px solid #f58a24;
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 10px 25px rgba(245,138,36,.18);
}

/* 制作期間は料金カード内のオレンジ・黄色ラベルで表示 */
body.post-name-website .sdh-plan-card .sdh-plan-card__duration,
body.post-name-website .sdh-plan-card:nth-child(2) .sdh-plan-card__duration,
body.post-name-website .sdh-plan-card:nth-child(3) .sdh-plan-card__duration {
  position: static;
  width: auto;
  height: auto;
  min-width: 0;
  display: inline-block;
  margin: 0 0 20px;
  padding: 9px 17px;
  border: 0;
  border-radius: 10px;
  color: #3c302d;
  background: #ffe36e;
  box-shadow: none;
  font-size: 11px;
  line-height: 1.35;
  text-align: left;
  transform: none;
}

body.post-name-website .sdh-plan-card:nth-child(2) .sdh-plan-card__duration {
  color: #fff;
  background: #f58a24;
}

body.post-name-website .sdh-plan-card:nth-child(3) .sdh-plan-card__duration {
  background: #ffd55f;
}

body.post-name-website .sdh-plan-card .sdh-plan-card__duration strong {
  display: block;
  margin-top: 2px;
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
}

@media (max-width: 700px) {
  body.post-name-website .sdh-plan-card .sdh-plan-card__duration,
  body.post-name-website .sdh-plan-card:nth-child(2) .sdh-plan-card__duration,
  body.post-name-website .sdh-plan-card:nth-child(3) .sdh-plan-card__duration {
    position: static;
    margin-bottom: 18px;
  }
}
