:root {
  --sch-ink: #18312f;
  --sch-muted: #647673;
  --sch-green: #1d806d;
  --sch-green-dark: #126152;
  --sch-mint: #e8f5f0;
  --sch-pale: #f4faf7;
  --sch-line: #dce6e2;
  --sch-accent: #c96f2d;
  --sch-accent-pale: #fff3e9;
}

/* 第5段階：全ページ共通ヘッダー・ナビゲーション・フッター */
body.sawachan-common-ui-active .site-header,
body.sawachan-common-ui-active .siteHeader,
body.sawachan-common-ui-active .swad-site-header,
body.sawachan-common-ui-active .sch-header,
body.sawachan-common-ui-active .site-body-bottom,
body.sawachan-common-ui-active footer.site-footer,
body.sawachan-common-ui-active .siteFooter,
body.sawachan-common-ui-active .swad-footer,
body.sawachan-common-ui-active .sch-footer { display: none !important; }

.scu-site-header, .scu-site-header *, .scu-site-footer, .scu-site-footer *, .scu-mobile-dock, .scu-mobile-dock * { box-sizing: border-box; }
.scu-site-header { position: relative; z-index: 1100; border-bottom: 1px solid var(--sch-line); background: rgba(255,255,255,.98); color: var(--sch-ink); font-family: "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; }
.scu-header-inner { width: min(1280px,100%); min-height: 76px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; gap: 22px; }
.scu-brand { min-height: 50px; display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: inherit !important; text-decoration: none !important; }
.scu-brand-mark { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px 12px 12px 4px; background: var(--sch-green); box-shadow: 5px 5px 0 #d9eee8; color: #fff; font: 800 21px/1 Georgia,serif; }
.scu-brand b { display: block; font-size: 15px; line-height: 1.2; letter-spacing: .03em; white-space: nowrap; }
.scu-brand small { display: block; margin-top: 4px; color: #7a8c88; font: 700 7px/1.2 Arial,sans-serif; letter-spacing: .18em; white-space: nowrap; }
.scu-desktop-nav { min-width: 0; margin-left: auto; display: flex; align-self: stretch; align-items: center; gap: clamp(10px,1.45vw,22px); }
.scu-desktop-nav a { min-height: 44px; position: relative; display: inline-flex; align-items: center; color: #2a3e3a !important; font-size: clamp(11px,1vw,13px); font-weight: 800; line-height: 1.2; text-decoration: none !important; white-space: nowrap; }
.scu-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--sch-green); transition: right .18s ease; }
.scu-desktop-nav a:hover::after, .scu-desktop-nav a:focus-visible::after, .scu-desktop-nav a[aria-current="page"]::after { right: 0; }
.scu-desktop-nav a[aria-current="page"] { color: var(--sch-green-dark) !important; }
.scu-header-search { width: 143px; height: 40px; display: flex; flex: 0 0 auto; overflow: hidden; border: 1px solid #bfd0ca; border-radius: 8px; background: #fff; }
.scu-header-search input { width: 88px; min-width: 0; padding: 0 10px; border: 0 !important; background: transparent !important; box-shadow: none !important; color: var(--sch-ink); font-size: 12px; }
.scu-header-search button { width: 54px; margin: 0; padding: 0; border: 0; border-left: 1px solid #d5e1dd; background: var(--sch-pale); color: var(--sch-green-dark); font-size: 11px; font-weight: 800; }
.scu-header-search button:hover { background: var(--sch-mint); }
.scu-mobile-menu { display: none; }
.scu-site-header a:focus-visible, .scu-site-header summary:focus-visible, .scu-site-header input:focus-visible, .scu-site-header button:focus-visible, .scu-site-footer a:focus-visible, .scu-mobile-dock a:focus-visible { outline: 3px solid var(--sch-accent); outline-offset: 3px; }

.scu-site-footer { padding: 62px max(26px,calc((100vw - 1124px)/2)) 20px; background: var(--sch-ink); color: #fff; font-family: "Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif; }
.scu-footer-inner { display: grid; grid-template-columns: minmax(250px,1.1fr) minmax(330px,1.2fr) minmax(170px,.7fr); gap: 58px; padding-bottom: 44px; }
.scu-footer-about .scu-brand { color: #fff !important; }
.scu-footer-about .scu-brand small { color: #8fb0a9; }
.scu-footer-about p { max-width: 360px; margin: 22px 0 0 !important; color: #b6c9c4; font-size: 12px; line-height: 1.9; }
.scu-site-footer h2 { margin: 0 0 18px !important; padding: 0 0 12px !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.15) !important; background: none !important; box-shadow: none !important; color: #fff !important; font-size: 13px !important; line-height: 1.4 !important; }
.scu-footer-categories div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 24px; }
.scu-site-footer nav a { min-height: 37px; display: flex; align-items: center; color: #c5d6d2 !important; font-size: 11px; text-decoration: none !important; }
.scu-site-footer nav a::before { content: "—"; margin-right: 8px; color: #6e9189; }
.scu-site-footer nav a:hover { color: #fff !important; }
.scu-footer-info { display: flex; flex-direction: column; }
.scu-footer-bottom { padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #789891; font: 700 8px/1.5 Arial,sans-serif; letter-spacing: .11em; }
.scu-mobile-dock { display: none; }
body.sawachan-common-ui-active .grecaptcha-badge { bottom: 86px !important; }

@media (max-width: 1040px) {
  .scu-header-inner { min-height: 68px; padding: 0 18px; }
  .scu-desktop-nav, .scu-header-search { display: none; }
  .scu-mobile-menu { position: relative; display: block; margin-left: auto; }
  .scu-mobile-menu summary { width: 52px; min-height: 52px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; list-style: none; color: var(--sch-ink); }
  .scu-mobile-menu summary::-webkit-details-marker { display: none; }
  .scu-mobile-menu summary span { width: 23px; height: 2px; position: relative; display: block; background: var(--sch-green-dark); transition: background .16s ease; }
  .scu-mobile-menu summary span::before, .scu-mobile-menu summary span::after { content: ""; width: 23px; height: 2px; position: absolute; left: 0; background: var(--sch-green-dark); transition: transform .16s ease,top .16s ease; }
  .scu-mobile-menu summary span::before { top: -7px; }
  .scu-mobile-menu summary span::after { top: 7px; }
  .scu-mobile-menu summary b { font-size: 8px; line-height: 1; }
  .scu-mobile-menu[open] summary span { background: transparent; }
  .scu-mobile-menu[open] summary span::before { top: 0; transform: rotate(45deg); }
  .scu-mobile-menu[open] summary span::after { top: 0; transform: rotate(-45deg); }
  .scu-mobile-panel { width: min(390px,calc(100vw - 28px)); max-height: calc(100vh - 92px); position: absolute; top: calc(100% + 8px); right: 0; z-index: 1500; overflow-y: auto; padding: 22px; border: 1px solid var(--sch-line); border-radius: 14px; background: #fff; box-shadow: 0 20px 46px rgba(17,54,48,.2); }
  .scu-mobile-panel > p { margin: 0 0 13px !important; color: var(--sch-green-dark); font-size: 11px; font-weight: 800; }
  .scu-mobile-panel > nav:first-of-type { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
  .scu-mobile-panel > nav:first-of-type a { min-height: 50px; padding: 8px 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--sch-line); border-radius: 9px; background: var(--sch-pale); color: var(--sch-ink) !important; font-size: 12px; font-weight: 800; text-decoration: none !important; }
  .scu-mobile-panel > nav:first-of-type a span { min-width: 30px; color: var(--sch-green); font: 800 8px/1 Arial,sans-serif; }
  .scu-mobile-panel > nav:first-of-type a[aria-current="page"] { border-color: #7fb3a6; background: var(--sch-mint); }
  .scu-mobile-search { margin-top: 18px; }
  .scu-mobile-search label { display: block; margin-bottom: 6px; color: #657773; font-size: 10px; font-weight: 800; }
  .scu-mobile-search div { height: 44px; display: flex; overflow: hidden; border: 1px solid #bfd0ca; border-radius: 8px; }
  .scu-mobile-search input { min-width: 0; flex: 1; padding: 0 11px; border: 0 !important; background: #fff !important; box-shadow: none !important; font-size: 12px; }
  .scu-mobile-search button { width: 58px; margin: 0; padding: 0; border: 0; background: var(--sch-green-dark); color: #fff; font-size: 11px; font-weight: 800; }
  .scu-mobile-info { margin-top: 16px; padding-top: 13px; display: flex; flex-wrap: wrap; gap: 3px 15px; border-top: 1px solid var(--sch-line); }
  .scu-mobile-info a { min-height: 34px; display: flex; align-items: center; color: #526966 !important; font-size: 10px; font-weight: 700; text-decoration: none !important; }
  .scu-footer-inner { grid-template-columns: 1fr 1fr; gap: 42px; }
  .scu-footer-about { grid-column: 1/-1; }
}

@media (max-width: 767px) {
  body.sawachan-common-ui-active { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .scu-header-inner { min-height: 63px; padding: 0 13px 0 15px; }
  .scu-brand-mark { width: 34px; height: 34px; border-radius: 11px 11px 11px 4px; font-size: 19px; box-shadow: 4px 4px 0 #d9eee8; }
  .scu-brand b { font-size: 14px; }
  .scu-brand small { font-size: 6px; }
  .scu-mobile-panel { right: -2px; padding: 18px; }
  .scu-mobile-panel { max-height: calc(100vh - 134px); }
  .scu-site-footer { padding: 50px 19px calc(35px + env(safe-area-inset-bottom)); }
  .scu-footer-inner { display: block; padding-bottom: 32px; }
  .scu-footer-about p { margin-top: 20px !important; font-size: 11.5px; }
  .scu-footer-categories, .scu-footer-info { margin-top: 34px; }
  .scu-footer-categories div { column-gap: 13px; }
  .scu-site-footer nav a { min-height: 42px; font-size: 11px; }
  .scu-footer-bottom { display: block; line-height: 2.1; }
  .scu-footer-bottom span { display: block; }
  .scu-mobile-dock { min-height: calc(58px + env(safe-area-inset-bottom)); position: fixed; z-index: 1000; left: 0; right: 0; bottom: 0; padding: 0 max(3px,env(safe-area-inset-right)) env(safe-area-inset-bottom) max(3px,env(safe-area-inset-left)); display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); align-items: stretch; border-top: 1px solid rgba(255,255,255,.18); background: rgba(24,49,47,.98); box-shadow: 0 -8px 26px rgba(10,35,32,.18); }
  .scu-mobile-dock a { min-width: 0; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #fff !important; text-align: center; text-decoration: none !important; }
  .scu-mobile-dock a + a { border-left: 1px solid rgba(255,255,255,.11); }
  .scu-mobile-dock b { color: #8ed6c6; font: 800 8px/1 Arial,sans-serif; }
  .scu-mobile-dock span { font-size: 9px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
  .scu-mobile-dock a[aria-current="page"] { background: rgba(255,255,255,.11); }
  body.sawachan-common-ui-active .page_top_btn { right: max(14px,calc(env(safe-area-inset-right) + 10px)); bottom: calc(132px + env(safe-area-inset-bottom)); z-index: 1002; }
  body.sawachan-common-ui-active .grecaptcha-badge { right: -186px !important; left: auto !important; bottom: calc(68px + env(safe-area-inset-bottom)) !important; transform: scale(.78); transform-origin: right bottom; }
  body.sawachan-common-ui-active .grecaptcha-badge:hover,
  body.sawachan-common-ui-active .grecaptcha-badge:focus-within { right: 0 !important; }
}

@media (max-width: 360px) {
  .scu-mobile-panel > nav:first-of-type { grid-template-columns: 1fr; }
  .scu-mobile-panel { max-height: calc(100vh - 134px); }
  .scu-mobile-dock span { font-size: 8.5px; }
}

body.sawachan-ev-home-active .site-header,
body.sawachan-ev-home-active .siteHeader,
body.sawachan-ev-home-active > .lightning_swiper,
body.sawachan-ev-home-active .page-header,
body.sawachan-ev-home-active .pageHeader,
body.sawachan-ev-home-active .breadcrumb,
body.sawachan-ev-home-active .entry-title,
body.sawachan-ev-home-active .entry-meta,
body.sawachan-ev-home-active .subSection,
body.sawachan-ev-home-active .site-body-bottom,
body.sawachan-ev-home-active footer.site-footer,
body.sawachan-ev-home-active .siteFooter { display: none !important; }

body.sawachan-ev-home-active .siteContent,
body.sawachan-ev-home-active .site-body { padding-top: 0 !important; }
body.sawachan-ev-home-active .siteContent > .container,
body.sawachan-ev-home-active .mainSection,
body.sawachan-ev-home-active .mainSection-col-one,
body.sawachan-ev-home-active .entry-body { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; }
body.sawachan-ev-home-active article { margin: 0 !important; padding: 0 !important; }

.sch-home, .sch-home * { box-sizing: border-box; }
.sch-home {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #fff;
  color: var(--sch-ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
}
.sch-home a { color: inherit; text-decoration: none; }
.sch-home img { display: block; width: 100%; max-width: 100%; }
.sch-home h1, .sch-home h2, .sch-home h3, .sch-home p { overflow-wrap: anywhere; }
.sch-home a:focus-visible { outline: 3px solid var(--sch-accent); outline-offset: 4px; }

.sch-experience-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 6px 20px; background: var(--sch-ink); color: #f5fbf8; font-size: 11px; letter-spacing: .06em; }
.sch-header { height: 78px; max-width: 1180px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 42px; background: #fff; }
.sch-brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.sch-brand-mark { width: 40px; height: 40px; border-radius: 13px 13px 13px 4px; display: grid; place-items: center; background: var(--sch-green); color: #fff; font: 800 22px/1 Georgia, serif; box-shadow: 6px 6px 0 #d9eee8; }
.sch-brand b { display: block; font-size: 16px; letter-spacing: .03em; line-height: 1.25; }
.sch-brand small { display: block; margin-top: 3px; color: #82918e; font: 700 8px/1.2 Arial, sans-serif; letter-spacing: .2em; }
.sch-desktop-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
.sch-desktop-nav a { position: relative; min-height: 44px; display: inline-flex; align-items: center; }
.sch-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--sch-green); transition: right .2s; }
.sch-desktop-nav a:hover::after { right: 0; }
.sch-header-cta { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; border: 1px solid #b6cbc5; border-radius: 999px; color: var(--sch-green-dark) !important; font-size: 12px; font-weight: 800; }

.sch-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 86% 22%,rgba(52,201,168,.15) 0 115px,transparent 116px),radial-gradient(circle at 78% 77%,rgba(76,151,195,.09) 0 170px,transparent 171px),linear-gradient(135deg,#f8fbf9 0%,#edf7f3 100%); }
.sch-hero::after { content: "EV LIFE, HONESTLY."; position: absolute; right: max(30px,calc((100% - 1124px)/2)); bottom: 26px; color: rgba(29,128,109,.34); font: 800 9px/1 Arial,sans-serif; letter-spacing: .24em; }
.sch-hero-copy { width: min(1124px,calc(100% - 56px)); min-height: 510px; position: relative; z-index: 1; margin: 0 auto; padding: 74px 0 64px; }
.sch-eyebrow { margin: 0 0 17px !important; color: var(--sch-green); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.sch-eyebrow span { display: inline-block; width: 28px; height: 1px; margin: 0 9px 4px 0; background: currentColor; }
.sch-hero h1 { max-width: 820px; margin: 0 !important; color: var(--sch-ink); font-size: clamp(40px,4.8vw,66px); line-height: 1.28; letter-spacing: -.045em; font-weight: 800; }
.sch-hero h1 em { color: var(--sch-green); font-style: normal; }
.sch-hero-lead { max-width: 700px; margin: 25px 0 0 !important; color: #526966; font-size: 16px; line-height: 2; }
.sch-hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.sch-button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border-radius: 8px; font-size: 13px; font-weight: 800; transition: .2s ease; }
.sch-button-primary { background: var(--sch-green); color: #fff !important; box-shadow: 0 10px 24px rgba(29,128,109,.2); }
.sch-button-primary:hover { background: var(--sch-green-dark); transform: translateY(-1px); }
.sch-button-outline { border: 1px solid #a9c3bc; color: var(--sch-green-dark) !important; background: #fff; }
.sch-button-outline:hover { border-color: var(--sch-green); background: var(--sch-mint); }
.sch-text-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid #96aaa5; font-size: 12px; font-weight: 800; }
.sch-trust-row { display: flex; margin: 35px 0 0; }
.sch-trust-row div { min-width: 142px; padding: 0 24px; border-left: 1px solid #cddbd6; }
.sch-trust-row div:first-child { padding-left: 0; border-left: 0; }
.sch-trust-row dt { color: #788884; font-size: 10px; }
.sch-trust-row dd { margin: 2px 0 0; font-size: 13px; font-weight: 800; white-space: nowrap; }

.sch-category-section, .sch-start-section, .sch-latest-section { max-width: 1180px; margin: 0 auto; padding: 82px 28px 92px; }
.sch-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.sch-section-heading .sch-eyebrow { margin-bottom: 8px !important; }
.sch-section-heading h2 { margin: 0 !important; color: var(--sch-ink); font-size: clamp(28px,3vw,39px); line-height: 1.35; letter-spacing: -.035em; }
.sch-section-heading > p { max-width: 430px; margin: 0 0 4px !important; color: var(--sch-muted); font-size: 14px; }
.sch-category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 32px; }
.sch-category-card { min-height: 154px; padding: 23px 21px; display: grid; grid-template-columns: auto 1fr; grid-template-rows: 1fr auto; gap: 11px 15px; border: 1px solid var(--sch-line); border-radius: 14px; background: var(--sch-pale); transition: .2s ease; }
.sch-category-card:hover { border-color: #91b8ad; transform: translateY(-3px); box-shadow: 0 14px 34px rgba(40,85,77,.09); background: #fff; }
.sch-category-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #e2f2ec; color: var(--sch-green-dark); font: 800 10px/1 Arial,sans-serif; }
.sch-category-icon-3 { background: var(--sch-accent-pale); color: var(--sch-accent); }
.sch-category-icon-4 { background: #e7f1f8; color: #3f7da7; }
.sch-category-icon-5 { background: #f1ecf8; color: #74609b; }
.sch-category-icon-6 { background: #f6efdf; color: #976e24; }
.sch-category-text small { display: block; color: var(--sch-green-dark); font-size: 10px; font-weight: 800; }
.sch-category-text b { display: block; margin-top: 2px; font-size: 16px; line-height: 1.55; }
.sch-category-text span { display: block; margin-top: 4px; color: var(--sch-muted); font-size: 11px; line-height: 1.55; }
.sch-round-arrow { align-self: end; grid-column: 2; width: 29px; height: 29px; margin-left: auto; display: grid; place-items: center; border: 1px solid #bfd0ca; border-radius: 50%; color: var(--sch-green); font-size: 13px; }

.sch-proof-section { padding: 82px max(28px,calc((100% - 1124px)/2)); display: grid; grid-template-columns: minmax(280px,.85fr) minmax(520px,1.25fr); gap: 70px; align-items: center; background: var(--sch-ink); color: #fff; }
.sch-proof-copy h2 { margin: 0 !important; color: #fff; font-size: clamp(30px,3.5vw,45px); line-height: 1.45; letter-spacing: -.04em; }
.sch-proof-copy > p:not(.sch-eyebrow) { margin: 20px 0 0 !important; color: #c7d7d3; font-size: 14px; line-height: 2; }
.sch-proof-copy .sch-eyebrow { color: #84d0bf; }
.sch-proof-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin: 0; }
.sch-proof-grid div { min-height: 132px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.06); }
.sch-proof-grid dt { color: #8ed6c6; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.sch-proof-grid dd { margin: 12px 0 0; color: #fff; font-size: 17px; font-weight: 800; line-height: 1.6; }

.sch-start-section { padding-top: 94px; background: #fff; }
.sch-feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 34px; }
.sch-feature-card { overflow: hidden; border: 1px solid var(--sch-line); border-radius: 15px; background: #fff; box-shadow: 0 12px 35px rgba(36,72,66,.06); }
.sch-feature-image { height: 210px; position: relative; display: block; overflow: hidden; background: #eaf1ef; }
.sch-feature-image img { height: 100%; object-fit: cover; transition: transform .3s ease; }
.sch-feature-card:hover .sch-feature-image img { transform: scale(1.025); }
.sch-feature-image span { width: 42px; height: 42px; position: absolute; left: 15px; bottom: 14px; display: grid; place-items: center; border-radius: 50%; background: var(--sch-accent); color: #fff; font: 800 12px/1 Arial,sans-serif; }
.sch-feature-body { padding: 22px 22px 24px; }
.sch-card-label { margin: 0 0 7px !important; color: var(--sch-green-dark); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.sch-feature-body h3, .sch-focus-card h3, .sch-article-card h3 { margin: 0 !important; color: var(--sch-ink); font-size: 17px; line-height: 1.65; }
.sch-feature-body > p:not(.sch-card-label), .sch-focus-card div > p:not(.sch-card-label) { margin: 13px 0 18px !important; color: var(--sch-muted); font-size: 12px; line-height: 1.85; }
.sch-read-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--sch-green-dark) !important; font-size: 11px; font-weight: 800; }

.sch-focus-section { padding: 92px 28px 98px; background: #e8f3ee; }
.sch-focus-inner { max-width: 1124px; margin: 0 auto; }
.sch-focus-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 35px; }
.sch-focus-card { min-height: 248px; display: grid; grid-template-columns: 43% 1fr; overflow: hidden; border: 1px solid #d3e1dc; border-radius: 14px; background: rgba(255,255,255,.84); transition: .2s ease; }
.sch-focus-card:hover { background: #fff; transform: translateY(-2px); }
.sch-focus-image { min-height: 248px; overflow: hidden; background: #ddebe7; }
.sch-focus-image img { height: 100%; object-fit: cover; }
.sch-focus-card > div { padding: 23px 22px 20px; }
.sch-focus-card h3 { font-size: 15px; }

.sch-latest-section { padding-top: 88px; padding-bottom: 100px; }
.sch-all-link { min-height: 44px; padding-bottom: 3px; display: inline-flex; align-items: center; border-bottom: 1px solid #a8bbb6; color: var(--sch-green-dark) !important; font-size: 12px; font-weight: 800; }
.sch-article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 34px; }
.sch-article-image { height: 210px; position: relative; display: block; overflow: hidden; border-radius: 12px; background: #eaf1ef; }
.sch-article-image img { height: 100%; object-fit: cover; transition: transform .3s ease; }
.sch-article-card:hover .sch-article-image img { transform: scale(1.025); }
.sch-article-image > span { position: absolute; left: 13px; bottom: 12px; padding: 5px 10px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--sch-green-dark); font-size: 9px; font-weight: 800; }
.sch-article-meta { display: flex; gap: 12px; margin-top: 14px; color: #889692; font-size: 9px; }
.sch-article-meta span { padding-left: 12px; border-left: 1px solid #ccd8d5; }
.sch-article-card h3 { margin-top: 8px !important; font-size: 16px; }

.sch-author-section { max-width: 1060px; margin: 0 auto; padding: 108px 28px; display: grid; grid-template-columns: 360px minmax(0,1fr); align-items: center; gap: 88px; }
.sch-author-visual { width: 330px; height: 330px; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle,#f7fbf8 0 46%,#e5f1ed 47% 48%,#f9fbfa 49%); }
.sch-author-avatar { width: 185px; height: 185px; position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50% 50% 50% 18%; background: linear-gradient(145deg,#237f6d,#174e46); color: #fff; box-shadow: 18px 22px 45px rgba(30,83,74,.18); }
.sch-author-avatar b { font: 400 78px/.9 Georgia,serif; }
.sch-author-avatar small { margin-top: 12px; font: 700 8px/1 Arial,sans-serif; letter-spacing: .3em; }
.sch-author-ring { position: absolute; border: 1px solid #bdd4cd; border-radius: 50%; }
.sch-ring-one { width: 285px; height: 285px; border-left-color: transparent; transform: rotate(25deg); }
.sch-ring-two { width: 325px; height: 325px; border-right-color: transparent; border-bottom-color: transparent; transform: rotate(-20deg); }
.sch-author-note { position: absolute; right: -18px; bottom: 37px; padding: 10px 14px; border-radius: 6px; background: #fff; box-shadow: 0 10px 25px rgba(40,75,68,.12); color: #72827f; font: 700 8px/1.5 Arial,sans-serif; letter-spacing: .12em; }
.sch-author-copy h2 { margin: 0 !important; color: var(--sch-ink); font-size: clamp(31px,3.6vw,46px); line-height: 1.45; letter-spacing: -.04em; }
.sch-author-copy > p:not(.sch-eyebrow) { margin: 22px 0 27px !important; color: var(--sch-muted); font-size: 14px; line-height: 2; }

.sch-closing-cta { padding: 82px 28px 88px; text-align: center; background: #e0f0e9; }
.sch-closing-cta > p { margin: 0 0 12px !important; color: var(--sch-green); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.sch-closing-cta h2 { margin: 0 0 28px !important; color: var(--sch-ink); font-size: clamp(28px,4vw,44px); line-height: 1.5; }
.sch-footer { padding: 64px max(28px,calc((100vw - 1124px)/2)) 20px; background: var(--sch-ink); color: #fff; }
.sch-footer-main { display: grid; grid-template-columns: 1.15fr 1fr 1fr; align-items: start; gap: 55px; padding-bottom: 46px; }
.sch-footer .sch-brand { width: fit-content; color: #fff !important; }
.sch-footer .sch-brand small { color: #8fb0a9; }
.sch-footer-main > p { margin: 2px 0 0 !important; color: #a9beb9; font-size: 11px; line-height: 2; }
.sch-footer-main nav { display: grid; gap: 11px; font-size: 11px; }
.sch-footer-main nav a { min-height: 34px; display: flex; align-items: center; }
.sch-footer-main nav a::before { content: "—"; margin-right: 8px; color: #6e9189; }
.sch-footer-bottom { padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #789891; font: 700 8px/1 Arial,sans-serif; letter-spacing: .12em; }
.sch-mobile-dock { display: none; }

@media (max-width: 900px) {
  .sch-desktop-nav { display: none; }
  .sch-hero-copy { min-height: 480px; }
  .sch-proof-section { grid-template-columns: 1fr; gap: 35px; }
  .sch-proof-copy { max-width: 650px; }
  .sch-feature-grid { grid-template-columns: 1fr; }
  .sch-feature-card { display: grid; grid-template-columns: 42% 1fr; }
  .sch-feature-image { height: 100%; min-height: 240px; }
  .sch-focus-card { grid-template-columns: 40% 1fr; }
  .sch-author-section { grid-template-columns: 300px 1fr; gap: 45px; }
  .sch-author-visual { width: 285px; height: 285px; }
  .sch-footer-main { grid-template-columns: 1fr 1fr; }
  .sch-footer-main nav { grid-column: 1/-1; grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 640px) {
  .sch-experience-bar { min-height: 31px; gap: 4px; padding-inline: 10px; font-size: 8.5px; text-align: center; }
  .sch-header { height: 65px; padding: 0 17px; }
  .sch-brand-mark { width: 34px; height: 34px; border-radius: 11px 11px 11px 4px; font-size: 19px; box-shadow: 4px 4px 0 #d9eee8; }
  .sch-brand b { font-size: 14px; }
  .sch-brand small { font-size: 6px; }
  .sch-header-cta { min-height: 40px; padding: 0 12px; font-size: 10px; }
  .sch-hero { background: linear-gradient(145deg,#f8fbf9 0%,#edf7f3 100%); }
  .sch-hero::after { display: none; }
  .sch-hero-copy { width: 100%; min-height: 0; padding: 34px 18px 39px; }
  .sch-eyebrow { margin-bottom: 12px !important; font-size: 8.5px; }
  .sch-hero h1 { font-size: clamp(31px,10.5vw,38px); line-height: 1.35; }
  .sch-hero-lead { margin-top: 18px !important; font-size: 13.5px; line-height: 1.9; }
  .sch-hero-actions { margin-top: 23px; gap: 15px; }
  .sch-button { min-height: 48px; padding: 0 16px; gap: 12px; font-size: 11px; }
  .sch-text-link { font-size: 10px; }
  .sch-trust-row { margin-top: 28px; }
  .sch-trust-row div { min-width: 0; flex: 1; padding: 0 8px; }
  .sch-trust-row dt { font-size: 8px; }
  .sch-trust-row dd { font-size: 9.5px; white-space: normal; line-height: 1.45; }
  .sch-category-section, .sch-start-section, .sch-latest-section { padding: 54px 17px 62px; }
  .sch-section-heading { display: block; }
  .sch-section-heading > p { margin-top: 11px !important; font-size: 12.5px; }
  .sch-section-heading h2 { font-size: 27px; }
  .sch-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin-top: 23px; }
  .sch-category-card { min-height: 145px; padding: 15px 12px; display: flex; flex-direction: column; gap: 8px; }
  .sch-category-icon { width: 39px; height: 39px; flex: 0 0 auto; font-size: 8px; }
  .sch-category-text small { font-size: 8px; }
  .sch-category-text b { margin-top: 1px; font-size: 13px; line-height: 1.45; }
  .sch-category-text span { display: none; }
  .sch-round-arrow { width: 27px; height: 27px; margin: auto 0 0 auto; flex: 0 0 auto; }
  .sch-proof-section { padding: 57px 17px 62px; }
  .sch-proof-copy h2 { font-size: 29px; }
  .sch-proof-copy > p:not(.sch-eyebrow) { font-size: 13px; }
  .sch-proof-grid { gap: 8px; }
  .sch-proof-grid div { min-height: 112px; padding: 17px 14px; }
  .sch-proof-grid dt { font-size: 8.5px; }
  .sch-proof-grid dd { margin-top: 8px; font-size: 13px; }
  .sch-start-section { padding-top: 61px; }
  .sch-feature-grid { gap: 14px; margin-top: 24px; }
  .sch-feature-card { display: block; }
  .sch-feature-image { height: 185px; min-height: 0; }
  .sch-feature-body { padding: 19px 18px 21px; }
  .sch-feature-body h3 { font-size: 16px; }
  .sch-focus-section { padding: 61px 17px 67px; }
  .sch-focus-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 25px; }
  .sch-focus-card { min-height: 0; grid-template-columns: 38% 1fr; }
  .sch-focus-image { min-height: 210px; }
  .sch-focus-card > div { padding: 17px 15px 14px; }
  .sch-focus-card h3 { font-size: 13.5px; }
  .sch-focus-card div > p:not(.sch-card-label) { display: none; }
  .sch-latest-section .sch-section-heading { display: flex; align-items: end; gap: 15px; }
  .sch-all-link { font-size: 9px; white-space: nowrap; }
  .sch-article-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 24px; }
  .sch-article-image { height: 190px; }
  .sch-author-section { padding: 70px 17px; display: flex; flex-direction: column; gap: 45px; }
  .sch-author-visual { width: 270px; height: 270px; }
  .sch-author-copy h2 { font-size: 30px; }
  .sch-author-copy > p:not(.sch-eyebrow) { font-size: 13px; }
  .sch-closing-cta { padding: 61px 17px 70px; }
  .sch-closing-cta h2 { font-size: 27px; }
  .sch-footer { padding: 52px 20px 90px; }
  .sch-footer-main { display: block; padding-bottom: 35px; }
  .sch-footer-main > p { margin: 25px 0 !important; }
  .sch-footer-main nav { display: grid; grid-template-columns: 1fr; }
  .sch-footer-bottom { display: block; line-height: 2.1; }
  .sch-footer-bottom span { display: block; }
  .sch-mobile-dock { position: fixed; z-index: 1000; left: max(9px,env(safe-area-inset-left)); right: max(9px,env(safe-area-inset-right)); bottom: max(8px,env(safe-area-inset-bottom)); height: 61px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); align-items: stretch; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(24,49,47,.96); box-shadow: 0 8px 30px rgba(10,35,32,.25); }
  .sch-mobile-dock a { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff !important; text-align: center; }
  .sch-mobile-dock a + a { border-left: 1px solid rgba(255,255,255,.12); }
  .sch-mobile-dock b { color: #8ed6c6; font: 800 9px/1 Arial,sans-serif; }
  .sch-mobile-dock span { font-size: 8px; font-weight: 700; }
}

@media (max-width: 360px) {
  .sch-experience-bar span:nth-child(2), .sch-experience-bar span:nth-child(3) { display: none; }
  .sch-hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sch-category-card { min-height: 138px; }
  .sch-focus-card { grid-template-columns: 36% 1fr; }
  .sch-author-visual { width: 245px; height: 245px; }
}

@media (prefers-reduced-motion: reduce) {
  .sch-home *, .sch-home *::before, .sch-home *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 既存の全サイト共通UIは第5段階まで維持 */
.site-body-bottom { background: #f7fbf9; }
.site-body-bottom .wp-block-search__button { background: var(--sch-green-dark) !important; border-color: var(--sch-green-dark) !important; color: #fff !important; }
.site-body-bottom .wp-block-search__button:hover,
.site-body-bottom .wp-block-search__button:focus-visible { background: var(--sch-green) !important; }
.site-body-bottom .wp-block-search__input { background: #fff !important; border: 1px solid var(--sch-line) !important; color: #1f2927 !important; }
.site-body-bottom h2.wp-block-heading { border-top-color: var(--sch-green-dark) !important; }
.page_top_btn { right: 24px; bottom: 24px; z-index: 1001; width: 48px; height: 48px; border-radius: 14px; background-color: var(--sch-green-dark) !important; background-image: none !important; box-shadow: 0 8px 24px rgba(10,35,32,.24) !important; color: #fff !important; }
.page_top_btn::before { content: "↑"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font: 700 24px/1 Arial,sans-serif; }
.page_top_btn:hover,
.page_top_btn:focus-visible { background-color: var(--sch-green) !important; }

@media (max-width: 767px) {
  body.sawachan-common-ui-active .page_top_btn { right: max(14px,calc(env(safe-area-inset-right) + 10px)) !important; bottom: calc(132px + env(safe-area-inset-bottom)) !important; z-index: 1002; }
  body.category .site-footer,
  body.category .swad-footer { padding-bottom: max(85px,calc(77px + env(safe-area-inset-bottom))); }
}

/* 第4段階：主要6カテゴリーページ */
.scg-main, .scg-main * { box-sizing: border-box; }
.scg-main { width: 100%; overflow: hidden; background: #fff; color: var(--sch-ink); font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif; line-height: 1.75; }
.scg-main a { color: inherit; text-decoration: none; }
.scg-main img { display: block; width: 100%; max-width: 100%; }
.scg-main h1, .scg-main h2, .scg-main h3, .scg-main p { overflow-wrap: anywhere; }
.scg-main h1, .scg-main h2, .scg-main h3 { padding: 0 !important; border: 0 !important; background: none !important; box-shadow: none !important; }
.scg-main a:focus-visible { outline: 3px solid var(--sch-accent); outline-offset: 4px; }
.scg-shell { width: min(1124px,calc(100% - 56px)); margin: 0 auto; }
.scg-eyebrow { margin: 0 0 10px !important; color: var(--sch-green); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.scg-eyebrow span { display: inline-block; width: 27px; height: 1px; margin: 0 8px 4px 0; background: currentColor; }

.scg-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 83% 28%,rgba(42,151,126,.14) 0 118px,transparent 119px),linear-gradient(135deg,#f8fbf9 0%,#eaf5f1 100%); }
.scg-hero-grid { min-height: 430px; padding: 68px 0 62px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(250px,.55fr); align-items: center; gap: 70px; }
.scg-category-name { margin: 0 0 7px !important; color: var(--sch-green-dark); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.scg-hero h1 { max-width: 750px; margin: 0 !important; color: var(--sch-ink); font-size: clamp(35px,4.3vw,57px); line-height: 1.34; letter-spacing: -.045em; font-weight: 800; }
.scg-intro { max-width: 760px; margin: 22px 0 0 !important; color: #526966; font-size: 14px; line-height: 2; }
.scg-button { min-height: 50px; margin-top: 26px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 8px; font-size: 12px; font-weight: 800; }
.scg-button-primary { background: var(--sch-green); color: #fff !important; box-shadow: 0 10px 24px rgba(29,128,109,.2); }
.scg-button-primary:hover { background: var(--sch-green-dark); }
.scg-hero-mark { width: 245px; height: 245px; justify-self: end; display: grid; place-items: center; align-content: center; gap: 12px; border: 1px solid #c7ddd6; border-radius: 50% 50% 50% 18%; background: rgba(255,255,255,.7); box-shadow: 16px 20px 45px rgba(35,91,80,.1); color: var(--sch-green-dark); }
.scg-hero-mark span { font: 800 clamp(35px,5vw,64px)/1 Arial,sans-serif; letter-spacing: -.05em; }
.scg-hero-mark small { color: #70827d; font-size: 11px; font-weight: 800; letter-spacing: .08em; }

.scg-overview { border-top: 1px solid #e0ebe7; border-bottom: 1px solid #e0ebe7; background: #fff; }
.scg-overview-grid { padding: 42px 0; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 60px; }
.scg-overview h2, .scg-proof h2 { margin: 0 !important; color: var(--sch-ink); font-size: clamp(24px,2.7vw,34px); line-height: 1.45; letter-spacing: -.03em; }
.scg-overview ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; list-style: none; }
.scg-overview li { min-height: 82px; padding: 15px 13px; display: flex; align-items: center; justify-content: center; border: 1px solid #d8e6e1; border-radius: 10px; background: var(--sch-pale); color: var(--sch-green-dark); font-size: 12px; font-weight: 800; text-align: center; }

.scg-section { padding: 82px 0 88px; background: #fff; }
.scg-section-tint { background: #f0f7f4; }
.scg-start { padding-top: 92px; }
.scg-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; }
.scg-section-heading h2 { margin: 0 !important; color: var(--sch-ink); font-size: clamp(27px,3.1vw,39px); line-height: 1.4; letter-spacing: -.035em; }
.scg-section-heading > p { max-width: 420px; margin: 0 0 4px !important; color: var(--sch-muted); font-size: 13px; }
.scg-step { margin: 0 0 7px !important; color: var(--sch-accent); font: 800 9px/1.3 Arial,sans-serif; letter-spacing: .13em; }
.scg-card-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 31px; }
.scg-card { min-height: 260px; display: grid; grid-template-columns: 41% minmax(0,1fr); overflow: hidden; border: 1px solid var(--sch-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(35,72,66,.055); transition: transform .2s ease,box-shadow .2s ease; }
.scg-card:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(35,72,66,.09); }
.scg-card-image { min-height: 260px; position: relative; overflow: hidden; background: #e6efec; }
.scg-card-image img { height: 100%; object-fit: cover; transition: transform .25s ease; }
.scg-card:hover .scg-card-image img { transform: scale(1.025); }
.scg-card-image span { position: absolute; left: 12px; bottom: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--sch-green-dark); font-size: 9px; font-weight: 800; }
.scg-card-copy { padding: 22px 20px 19px; display: flex; flex-direction: column; align-items: flex-start; }
.scg-card-copy h3 { margin: 0 !important; color: var(--sch-ink); font-size: 15px; line-height: 1.65; }
.scg-card-copy > p:not(.scg-card-kicker) { margin: 12px 0 14px !important; color: var(--sch-muted); font-size: 11.5px; line-height: 1.85; }
.scg-card-kicker { margin: 0 0 9px !important; color: var(--sch-accent); font-size: 10px; font-weight: 800; }
.scg-read-link { min-height: 42px; margin-top: auto; display: inline-flex; align-items: center; gap: 9px; color: var(--sch-green-dark) !important; font-size: 11px; font-weight: 800; }
.scg-card-featured { min-height: 340px; grid-template-columns: minmax(360px,46%) minmax(0,1fr); margin-top: 31px; border-color: #cbded8; background: linear-gradient(135deg,#fff 0%,#f7fbf9 100%); }
.scg-card-featured .scg-card-image { min-height: 340px; }
.scg-card-featured .scg-card-copy { padding: 38px 36px; justify-content: center; }
.scg-card-featured .scg-card-copy h3 { font-size: clamp(20px,2.3vw,28px); line-height: 1.6; }
.scg-card-featured .scg-card-copy > p:not(.scg-card-kicker) { max-width: 540px; font-size: 13px; }

.scg-proof { padding: 64px 0; background: var(--sch-ink); color: #fff; }
.scg-proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 75px; }
.scg-proof .scg-eyebrow { color: #8ed6c6; }
.scg-proof h2 { color: #fff; }
.scg-proof-grid > p { margin: 0 !important; color: #c7d7d3; font-size: 14px; line-height: 2; }

.scg-related { padding: 82px 0 100px; background: #e5f2ed; }
.scg-related-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 30px; }
.scg-related-grid a { min-height: 116px; padding: 23px 25px; display: grid; grid-template-columns: 1fr auto; align-content: center; border: 1px solid #c9ded6; border-radius: 13px; background: rgba(255,255,255,.85); transition: .2s ease; }
.scg-related-grid a:hover { background: #fff; transform: translateY(-2px); }
.scg-related-grid small { grid-column: 1; color: var(--sch-green); font: 800 8px/1.2 Arial,sans-serif; letter-spacing: .14em; }
.scg-related-grid b { grid-column: 1; margin-top: 7px; font-size: 18px; }
.scg-related-grid span { grid-column: 2; grid-row: 1/3; align-self: center; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #b8d0c8; border-radius: 50%; color: var(--sch-green); }

body.sawachan-category-guide-active .swad-archive-hero,
body.sawachan-category-guide-active .swad-archive-section { display: none !important; }

@media (max-width: 900px) {
  .scg-hero-grid { grid-template-columns: minmax(0,1fr) 210px; gap: 35px; }
  .scg-hero-mark { width: 200px; height: 200px; }
  .scg-card { grid-template-columns: 38% minmax(0,1fr); }
}

@media (max-width: 640px) {
  .scg-shell { width: calc(100% - 34px); }
  .scg-eyebrow { font-size: 8px; }
  .scg-hero { background: linear-gradient(145deg,#f8fbf9 0%,#eaf5f1 100%); }
  .scg-hero-grid { min-height: 0; padding: 42px 0 45px; display: block; }
  .scg-category-name { font-size: 12px; }
  .scg-hero h1 { font-size: clamp(29px,9.5vw,36px); line-height: 1.4; }
  .scg-intro { margin-top: 17px !important; font-size: 13px; line-height: 1.9; }
  .scg-button { min-height: 48px; margin-top: 21px; font-size: 11px; }
  .scg-hero-mark { width: 120px; height: 120px; margin: 28px 0 0 auto; display: none; }
  .scg-overview-grid { padding: 35px 0 38px; display: block; }
  .scg-overview h2, .scg-proof h2 { font-size: 25px; }
  .scg-overview ul { grid-template-columns: 1fr; gap: 7px; margin-top: 21px; }
  .scg-overview li { min-height: 52px; justify-content: flex-start; padding: 11px 14px; text-align: left; }
  .scg-overview li::before { content: "✓"; margin-right: 10px; color: var(--sch-green); font-weight: 800; }
  .scg-section { padding: 58px 0 64px; }
  .scg-start { padding-top: 65px; }
  .scg-section-heading { display: block; }
  .scg-section-heading h2 { font-size: 27px; }
  .scg-section-heading > p { margin-top: 10px !important; font-size: 12px; }
  .scg-card-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 23px; }
  .scg-card, .scg-card-featured { min-height: 0; display: block; margin-top: 0; }
  .scg-card-image, .scg-card-featured .scg-card-image { min-height: 0; height: 184px; }
  .scg-card-copy, .scg-card-featured .scg-card-copy { padding: 19px 17px 20px; }
  .scg-card-copy h3, .scg-card-featured .scg-card-copy h3 { font-size: 15px; }
  .scg-card-copy > p:not(.scg-card-kicker), .scg-card-featured .scg-card-copy > p:not(.scg-card-kicker) { font-size: 12px; }
  .scg-card-featured { margin-top: 23px; }
  .scg-proof { padding: 52px 0 56px; }
  .scg-proof-grid { display: block; }
  .scg-proof-grid > p { margin-top: 18px !important; font-size: 13px; }
  .scg-related { padding: 58px 0 86px; }
  .scg-related-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 22px; }
  .scg-related-grid a { min-height: 92px; padding: 18px 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .scg-main *, .scg-main *::before, .scg-main *::after { transition: none !important; }
}

/* 第6段階：画像・アイキャッチ・コピーの表示統一 */
.sch-category-icon,
.sch-category-icon-3,
.sch-category-icon-4,
.sch-category-icon-5,
.sch-category-icon-6 {
  background: #e2f2ec;
  color: var(--sch-green-dark);
}

.sch-feature-image,
.sch-focus-image,
.sch-article-image,
.scg-card-image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background: #e9f3ef;
}

.sch-feature-image img,
.sch-focus-image img,
.sch-article-image img,
.scg-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* トップ：次の判断に役立つ記事。画像を切らず、本文量に合う縦型カードにする。 */
.sch-focus-card {
  min-height: 0;
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
}

.sch-focus-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
}

.sch-focus-card > div {
  min-height: 214px;
  display: flex;
  flex-direction: column;
}

.sch-focus-card .sch-read-link {
  margin-top: auto;
}

/* 6カテゴリ共通：STEP内カードを縦型にし、画像下の不要な空白をなくす。 */
.scg-card:not(.scg-card-featured) {
  min-height: 0;
  display: flex;
  flex-direction: column;
  grid-template-columns: none;
}

.scg-card:not(.scg-card-featured) .scg-card-image {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
}

.scg-card:not(.scg-card-featured) .scg-card-copy {
  min-height: 196px;
  flex: 1 1 auto;
}

.sch-feature-card:hover .sch-feature-image img,
.sch-article-card:hover .sch-article-image img,
.scg-card:hover .scg-card-image img {
  transform: none;
}

body.single-post.sawachan-common-ui-active .entry-body img,
body.single-post.sawachan-common-ui-active article .entry-body img {
  max-width: 100%;
  height: auto;
}

body.sawachan-ev-home-active .sch-feature-image img,
body.sawachan-ev-home-active .sch-focus-image img,
body.sawachan-ev-home-active .sch-article-image img,
body.sawachan-category-guide-active .scg-card-image img {
  height: 100%;
}

/* 第7段階：記事末の案内標識。広告とは区別できる淡いオレンジで統一。 */
.sawachan-stage7-next {
  margin: 42px 0 10px;
  padding: 24px;
  border: 1px solid #ebcf9f;
  border-radius: 14px;
  background: #fffaf1;
  box-shadow: 0 4px 16px rgba(83, 61, 22, 0.05);
}

.sawachan-stage7-next .sawachan-stage7-next-label {
  margin: 0 0 4px;
  color: #b05e14;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.sawachan-stage7-next h2 {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: #173c31;
  font-size: clamp(20px, 2.2vw, 27px);
  line-height: 1.45;
}

.sawachan-stage7-next .sawachan-stage7-next-lead {
  margin: 7px 0 16px;
  color: #586a63;
  font-size: 14px;
  line-height: 1.8;
}

.sawachan-stage7-next ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sawachan-stage7-next li {
  margin: 0;
}

.sawachan-stage7-next a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid #ead9bb;
  border-radius: 10px;
  background: #fff;
  color: #165942;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.sawachan-stage7-next a:hover,
.sawachan-stage7-next a:focus-visible {
  border-color: #c98b42;
  box-shadow: 0 3px 12px rgba(83, 61, 22, 0.08);
  color: #0e4634;
}

.sawachan-stage7-next a b {
  flex: 0 0 auto;
  color: #c56b1b;
}

@media (max-width: 640px) {
  .sawachan-stage7-next {
    margin-top: 34px;
    padding: 19px 16px;
  }
  .sawachan-stage7-next a {
    min-height: 52px;
    padding: 12px;
    font-size: 14px;
  }
  .sch-focus-card {
    display: flex;
  }
  .sch-focus-image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .sch-focus-card > div {
    min-height: 0;
  }
  .sch-focus-card div > p:not(.sch-card-label) {
    display: block;
  }
  .scg-card:not(.scg-card-featured) {
    display: flex;
  }
  .scg-card:not(.scg-card-featured) .scg-card-image {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .scg-card:not(.scg-card-featured) .scg-card-copy {
    min-height: 0;
  }
}
