/*
Theme Name: 埼玉県の遺品整理NAVI
Theme URI: https://example.com
Author: Saitama Map
Description: 埼玉県の遺品整理業者比較サイト専用WordPressテーマ
Version: 1.5
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: saitama-navi
*/

:root{
  /* Kuramo clean + Endeal warm orange */
  --ink:#22272a;
  --navy-900:#22272a;
  --navy-800:#2f3539;
  --navy-700:#555c63;
  --navy-100:#fff4ec;
  --orange-600:#d45f2a;
  --orange-500:#e2703a;
  --orange-100:#fff4ec;
  --red-600:#d44500;
  --red-500:#e2703a;
  --gold:#e8a317;
  --beige:#f5f3ef;
  --beige-2:#ebe7e1;
  --gray-100:#f5f3ef;
  --gray-200:#e4e0da;
  --text:#2a2f33;
  --text-light:#6b7178;
  --white:#ffffff;
  --radius:14px;
  --shadow:0 10px 30px rgba(34,39,42,.06);
  --shadow-lg:0 22px 50px rgba(34,39,42,.10);
  --header-bar-height:68px;
  --header-height:var(--header-bar-height);
  --font-display:'M PLUS 1', 'Noto Sans JP', sans-serif;
  --ease-out:cubic-bezier(.22,1,.36,1);
  --header-navy:#2c3e50;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{
  font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  padding-top:var(--header-height);
}
/* トップ：ヒーロー背景をヘッダー直下まで伸ばし、白い隙間を出さない */
body.home,
body.front-page{
  padding-top:0;
  background:#fbf6f0;
}
img,svg{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
.container{max-width:1120px;margin:0 auto;padding:0 24px;}
.section{padding:96px 0;}
.section-label{
  display:inline-block;background:transparent;color:var(--orange-600);
  font-weight:800;font-size:11px;letter-spacing:.24em;padding:0 0 0 12px;
  margin-bottom:14px;border-left:3px solid var(--orange-500);
  text-transform:uppercase;
}
.section-eyebrow{
  text-align:center;font-size:14px;font-weight:700;color:#7a5230;
  margin:0 0 14px;line-height:1.7;
}
.section-eyebrow .slash{color:#c99a5b;font-weight:400;margin:0 10px;}
.section-eyebrow span:not(.slash){color:var(--orange-500);font-weight:900;}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(28px,3.2vw,36px);font-weight:900;color:var(--ink);margin-bottom:14px;
  letter-spacing:.01em;line-height:1.35;
}
.section-title .title-accent-num,
.section-title .title-accent-word{color:var(--orange-500);}
.section-sub{
  color:#6b655b;font-size:15px;margin-bottom:40px;max-width:640px;line-height:1.9;
}
.section-head{text-align:center;}
.section-head .section-sub{margin-left:auto;margin-right:auto;}
.section-head .title-accent{display:none;}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:15px 28px;border-radius:999px;font-weight:800;font-size:14.5px;
  transition:transform .2s var(--ease-out), box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space:nowrap;letter-spacing:.04em;
}
.btn:hover{transform:translateY(-2px);}
.btn-primary{
  background:var(--orange-500);
  color:#fff;box-shadow:0 10px 24px rgba(240,106,26,.28);
}
.btn-primary:hover{background:var(--orange-600);box-shadow:0 14px 28px rgba(224,85,16,.34);}
.btn-secondary{
  background:var(--orange-500);
  color:#fff;box-shadow:0 8px 20px rgba(240,106,26,.28);
}
.btn-ghost{
  background:rgba(255,255,255,.16);
  color:#fff;border:1.5px solid rgba(255,255,255,.55);
  backdrop-filter:blur(8px);
}
.btn-ghost:hover{background:rgba(255,255,255,.28);}
.btn-outline{
  background:#fff;color:var(--ink);border:1.5px solid var(--gray-200);
}
.btn-outline-light{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.55);}
.btn-outline-light:hover{background:rgba(255,255,255,.12);}
.btn-block{width:100%;}
.btn-sm{padding:10px 20px;font-size:13.5px;}

/* ===== Header (案A) ===== */
.header{
  position:fixed;top:0;left:0;right:0;width:100%;
  height:var(--header-height);
  display:flex;flex-direction:column;
  background:#fff;
  z-index:1000;
  border-bottom:1px solid #f2f2f2;
  transition:box-shadow .25s ease;
}
body.home .header,
body.front-page .header{
  border-bottom-color:#f2f2f2;
}
.header.scrolled{
  box-shadow:0 8px 28px rgba(34,39,42,.06);
}
.header-inner{
  max-width:1200px;margin:0 auto;padding:0 30px;
  height:var(--header-bar-height);width:100%;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  background:#fff;
}
.logo{display:flex;align-items:center;gap:10px;flex-shrink:1;min-width:0;}
.logo-img{
  display:block;height:44px;width:auto;max-width:min(100%,220px);
}
.logo-img--footer{height:44px;max-width:min(100%,220px);}
.logo-img--footer-sm{height:30px;max-width:min(100%,180px);}
.footer-logo{display:inline-flex;align-items:center;}
.logo-icon{
  flex-shrink:0;width:34px;height:34px;border-radius:9px;
  background:var(--orange-500);color:#fff;
  display:flex;align-items:center;justify-content:center;
}
.logo-icon svg{width:18px;height:18px;display:block;}
.logo-mark{flex-shrink:0;width:34px;height:32px;}
.logo-text{
  font-family:var(--font-display);
  font-size:15px;line-height:1.15;font-weight:800;color:var(--header-navy);white-space:nowrap;
  letter-spacing:.02em;
}
.logo-text .navi{color:var(--orange-500);font-size:13px;margin-left:2px;letter-spacing:.06em;}
.nav{display:flex;align-items:center;gap:18px;margin-left:auto;}
.nav a{
  font-size:15px;font-weight:700;color:var(--header-navy);position:relative;padding:6px 0 8px;letter-spacing:.02em;
  transition:color .2s ease;
}
.nav a::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:3px;
  background:var(--orange-500);border-radius:3px;
  transform:scaleX(0);transform-origin:center;
  transition:transform .25s var(--ease-out);
}
.nav a:hover,
.nav a.is-active{color:var(--orange-500);}
.nav a:hover::after,
.nav a.is-active::after{transform:scaleX(1);}
.header-cta{display:flex;align-items:center;gap:14px;}
.btn-header-cta{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--orange-500);color:#fff;
  font-size:12.5px;font-weight:800;padding:11px 22px;border-radius:999px;
  white-space:nowrap;letter-spacing:.02em;
  box-shadow:0 4px 10px rgba(226,112,58,.3);
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-header-cta:hover{
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(226,112,58,.4);
  background:var(--orange-600);color:#fff;
}
.header-phone{font-size:12.5px;font-weight:700;color:var(--navy-700);text-align:right;line-height:1.3;}
.header-phone .num{font-size:16px;color:var(--ink);}
.menu-btn{display:none;flex-direction:column;gap:5px;width:28px;}
.menu-btn span{display:block;height:2.5px;background:var(--header-navy);border-radius:1px;transition:transform .2s ease, opacity .2s ease;}

/* ===== Hero — light banner with photo + seal ===== */
.hero{
  position:relative;overflow:hidden;
  background:#fbf6f0;
  width:100%;
  min-height:calc(100svh - var(--header-height));
  display:flex;align-items:flex-start;
}
body.home .hero,
body.front-page .hero{
  padding-top:var(--header-height);
  min-height:auto;
  box-sizing:border-box;
}
.hero-blob{
  position:absolute;border-radius:50%;pointer-events:none;filter:blur(10px);z-index:0;
}
.hero-blob--1{
  top:-40px;right:8%;width:180px;height:180px;
  background:#f0a578;opacity:.25;
}
.hero-blob--2{
  bottom:-30px;right:36%;width:120px;height:120px;
  background:#e2703a;opacity:.15;filter:blur(8px);
}
.hero > .container.hero-inner{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
}
.hero-inner{
  position:relative;z-index:1;
  display:flex;align-items:center;justify-content:space-between;gap:36px;
  width:100%;
  min-height:0;
  padding-top:40px;padding-bottom:44px;flex-wrap:nowrap;
  box-sizing:border-box;
}
.hero-copy{
  flex:0 1 480px;min-width:min(100%,280px);max-width:480px;
  animation:heroRise .95s var(--ease-out) both;
}
@keyframes heroRise{
  from{opacity:0;transform:translateY(22px);}
  to{opacity:1;transform:translateY(0);}
}
.hero h1,
.hero-site-title{
  font-family:var(--font-display);
  margin:0 0 16px;line-height:1.28;
  font-size:clamp(30px,3.6vw,44px);font-weight:800;color:#2c3e50;
  letter-spacing:.02em;
}
.hero-site-title .navi{
  color:var(--orange-500);
  margin-left:2px;
  letter-spacing:.06em;
}
.hero-catch{
  margin:0 0 24px;
  line-height:1.28;
}
.hero-headline-1{
  display:block;font-size:clamp(22px,2.6vw,30px);font-weight:700;color:#2c3e50;
  margin-bottom:6px;
}
.hero-headline-2{
  display:block;
  font-family:'Zen Maru Gothic', 'M PLUS Rounded 1c', 'Hiragino Maru Gothic ProN', 'BIZ UDPGothic', sans-serif;
  font-size:clamp(36px,4.6vw,52px);font-weight:900;color:#e2703a;
  letter-spacing:.04em;line-height:1.2;
}
.hero-nobr{white-space:nowrap;}
.hero p.lead{
  font-size:18.5px;font-weight:500;color:#777;
  margin:0 0 32px;max-width:520px;line-height:1.85;
}
.hero-actions{
  display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-bottom:24px;
}
.hero-cta-primary{
  display:inline-flex;align-items:center;
  background:#fff3dc;border-radius:999px;
  padding:6px 6px 6px 30px;
  box-shadow:0 4px 10px rgba(226,112,58,.18);
  transition:transform .2s var(--ease-out), box-shadow .2s ease;
}
.hero-cta-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(226,112,58,.24);
}
.hero-cta-label{
  color:#c6541f;font-weight:800;font-size:17.5px;margin-right:20px;
}
.hero-cta-arrow{
  width:44px;height:44px;border-radius:50%;background:#e2703a;
  color:#fff;display:flex;align-items:center;justify-content:center;
  font-size:22px;font-weight:700;line-height:1;
}
.hero-cta-secondary{
  display:inline-flex;align-items:center;justify-content:center;
  border:1.5px solid #ddd;border-radius:999px;padding:16px 30px;
  font-size:16.5px;font-weight:700;color:#555;background:#fff;
  transition:border-color .2s ease, color .2s ease, transform .2s var(--ease-out);
}
.hero-cta-secondary:hover{
  border-color:#e2703a;color:#e2703a;transform:translateY(-2px);
}
.hero-trust{
  margin:0;font-size:14.5px;color:#999;line-height:1.6;
}
.hero-photo{
  flex:1 1 0;min-width:0;max-width:960px;position:relative;
  left:0;
  animation:heroRise 1.05s var(--ease-out) .08s both;
}
.hero-photo-card{
  width:100%;aspect-ratio:3 / 2;height:auto;
  max-height:min(660px,66vh);
  border-radius:22px;
  overflow:hidden;position:relative;
  box-shadow:0 16px 36px rgba(120,80,40,.25);
  background:#d9a876;
}
.hero-photo-card img{
  width:100%;height:100%;object-fit:cover;object-position:82% 50%;display:block;
}
.hero-seal{
  position:absolute;top:-48px;left:-42px;width:228px;height:200px;
  transform:rotate(-4deg);pointer-events:none;z-index:2;
}
.hero-seal-leaves{
  position:absolute;left:50%;top:46%;width:118%;height:auto;
  transform:translate(-50%,-50%);
  display:block;pointer-events:none;
  filter:drop-shadow(0 4px 8px rgba(120,80,10,.28));
}
.hero-seal-core{
  position:absolute;left:46px;top:32px;width:136px;height:136px;border-radius:50%;
  background:#fffaf1;border:3px solid #d9972a;
  box-shadow:0 8px 18px rgba(120,80,10,.28);
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
}
.hero-seal-line1{font-size:11.5px;font-weight:800;color:#2c3e50;letter-spacing:.02em;}
.hero-seal-mid{font-size:16px;font-weight:800;color:#2c3e50;margin-top:2px;letter-spacing:.02em;}
.hero-seal-line2{
  font-size:30px;font-weight:900;line-height:1.15;margin-top:2px;
  background:linear-gradient(135deg,#f0c466,#c9891e);
  -webkit-background-clip:text;background-clip:text;color:transparent;
}
.hero-seal-ribbon{
  position:absolute;left:37px;top:146px;width:154px;padding:6px 4px;
  background:#e2703a;color:#fff;font-size:9.5px;font-weight:800;
  text-align:center;letter-spacing:.01em;
  clip-path:polygon(6% 0%, 94% 0%, 100% 50%, 94% 100%, 6% 100%, 0% 50%);
  box-shadow:0 3px 6px rgba(0,0,0,.18);
  z-index:2;
}

/* legacy search card (kept for compatibility) */
.hero-searchcard{
  background:rgba(255,255,255,.97);border-radius:16px;box-shadow:var(--shadow-lg);
  max-width:460px;overflow:hidden;border:1px solid rgba(255,255,255,.6);
}
.hero-search-tabs{display:flex;background:var(--orange-500);}
.hero-search-tab{
  flex:1;padding:14px 10px;font-weight:700;font-size:14px;color:#fff;
  background:var(--orange-500);text-align:center;position:relative;letter-spacing:.08em;
}
.search-pane{padding:20px;}
.search-field{
  display:flex;align-items:center;gap:10px;border:1.5px solid var(--gray-200);border-radius:12px;
  padding:14px 16px;background:var(--beige);
}
.search-pin{width:18px;height:18px;color:var(--orange-600);flex:none;}
.search-chev{width:18px;height:18px;margin-left:auto;color:#6d7a74;flex:none;}
.search-field select{
  border:none;background:none;font-family:inherit;font-size:15px;font-weight:500;color:#2a3542;
  width:100%;outline:none;appearance:none;cursor:pointer;
}
.hero-search-btn{
  margin-top:14px;padding:16px;border-radius:999px;font-size:16.5px;font-weight:900;letter-spacing:.06em;
  background:var(--orange-500)!important;
}

/* ===== Area city search ===== */
.area-section{
  background:var(--white);
  padding:80px 0;
  border-bottom:1px solid var(--gray-200);
}
.area-section .section-head{margin-bottom:4px;}
.area-section .section-eyebrow{
  font-size:16px;margin-bottom:10px;
}
.area-section .section-title{
  font-size:clamp(34px,4vw,46px);
  margin-bottom:16px;
}
.area-section .section-sub{
  font-size:17px;margin-bottom:28px;max-width:720px;
}
.area-head{position:relative;}
.title-accent{
  position:relative;z-index:1;display:block;width:36px;height:3px;margin:14px auto 18px;
  border-radius:3px;background:var(--orange-500);
}

.city-search-box{
  position:relative;
  max-width:480px;
  margin:0 auto 16px;
}
.city-search-box svg{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  width:20px;
  height:20px;
  stroke:var(--text-light);
  pointer-events:none;
}
.city-search-box input{
  width:100%;
  padding:15px 16px 15px 46px;
  border-radius:999px;
  border:2px solid var(--gray-200);
  background:#fff;
  font-size:15px;
  font-family:inherit;
  font-weight:600;
  color:var(--ink);
  outline:none;
  transition:border-color .15s ease, box-shadow .15s ease;
}
.city-search-box input:focus{
  border-color:var(--orange-500);
  box-shadow:0 0 0 3px rgba(226,112,58,.14);
}
.city-search-hint{
  text-align:center;
  font-size:12.5px;
  color:var(--text-light);
  margin:0 0 28px;
}

.city-tag-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
  margin-bottom:36px;
}
.city-tag-label{
  width:100%;
  text-align:center;
  font-size:12px;
  color:var(--text-light);
  margin-bottom:4px;
}
.city-pill{
  display:inline-flex;
  align-items:center;
  gap:4px;
  padding:8px 16px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--gray-200);
  color:var(--text);
  font-size:13px;
  text-decoration:none;
  font-weight:700;
  transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.city-pill:hover{
  background:var(--beige);
  border-color:var(--orange-500);
  color:var(--orange-600);
}

.region-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
  gap:16px;
  align-items:start;
}
.region-grid--single{
  grid-template-columns:1fr;
}
.region-card{
  background:var(--beige);
  border:1px solid var(--gray-200);
  border-radius:var(--radius);
  padding:0;
  overflow:hidden;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.region-card:hover,
.region-card.is-open{
  background:#fff;
  border-color:var(--orange-500);
  box-shadow:var(--shadow);
}
.region-card.is-hidden{display:none;}
.region-card-toggle{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  padding:16px 18px;
  background:transparent;
  border:none;
  cursor:pointer;
  text-align:center;
  font:inherit;
  color:inherit;
  transition:background .15s ease;
  position:relative;
}
.region-card-toggle:hover{background:rgba(226,112,58,.06);}
.region-card.is-open .region-card-toggle{
  border-bottom:1px dashed var(--gray-200);
}
.region-name{
  font-family:var(--font-display);
  font-weight:800;
  font-size:15px;
  color:var(--ink);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:6px 8px;
}
.region-name .dot{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:0;
  flex-shrink:0;
}
.region-count{
  font-family:var(--font-sans, inherit);
  font-size:12px;
  font-weight:700;
  color:var(--text-light);
  background:rgba(0,0,0,.04);
  border-radius:999px;
  padding:2px 8px;
}
.region-chevron{
  position:absolute;
  right:18px;
  top:50%;
  width:10px;
  height:10px;
  border-right:2px solid var(--orange-500);
  border-bottom:2px solid var(--orange-500);
  transform:translateY(-70%) rotate(45deg);
  transition:transform .28s var(--ease-out);
  flex-shrink:0;
}
.region-card.is-open .region-chevron{
  transform:translateY(-30%) rotate(-135deg);
}
.region-card-body{
  display:grid;
  grid-template-rows:0fr;
  transition:grid-template-rows .32s var(--ease-out);
}
.region-card.is-open .region-card-body{
  grid-template-rows:1fr;
}
.region-card-body-inner{
  overflow:hidden;
  min-height:0;
}
.city-list{
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:10px 14px 14px;
}
.city-list--flat{
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));
  gap:8px;
  max-height:none;
  overflow:visible;
  padding:14px 16px 16px;
  background:var(--beige);
  margin:0 12px 14px;
  border-radius:12px;
  border:1px solid var(--gray-200);
}
.city-list--flat a{
  padding:10px 12px;
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:8px;
  text-align:center;
}
.city-list--flat a:hover{
  border-color:var(--orange-500);
  background:var(--orange-100);
  color:var(--orange-600);
}
.city-list a{
  display:block;
  padding:6px 4px;
  border-radius:6px;
  color:var(--text);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  transition:background .15s ease, color .15s ease;
}
.city-list a:hover{
  background:var(--orange-100);
  color:var(--orange-600);
}
.city-list a.is-hidden{display:none;}
.city-no-match{
  display:none;
  text-align:center;
  padding:40px 20px;
  color:var(--text-light);
  font-size:14px;
  line-height:1.8;
}
.city-no-match.show{display:block;}
.city-no-match a{color:var(--orange-600);font-weight:700;}
.screen-reader-text{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}

/* ===== Recommended (must-keep) ===== */
.recommended-section{
  background:var(--beige);
  background-image:repeating-linear-gradient(
    -45deg,
    transparent 0 12px,
    rgba(255,255,255,.55) 12px 24px
  );
}
.recommended-list{margin-top:8px;}
.recommended-empty{
  text-align:center;color:var(--text-light);font-size:14px;padding:40px 20px;
  background:#fff;border-radius:var(--radius);
}
.recommended-section .podium-wrap{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:20px;padding-top:16px;
}
.recommended-section .featured-card{
  background:#fff;border-radius:20px;padding:22px 18px 20px;text-align:center;
  position:relative;border:1px solid var(--gray-200);overflow:visible;
  box-shadow:0 10px 24px -12px rgba(34,39,42,.15);
  transition:transform .2s var(--ease-out);
}
.recommended-section .featured-card:hover{transform:translateY(-4px);}
.recommended-section .featured-card.rank1{
  border:2px solid #e3b341;
  transform:translateY(-10px);
  box-shadow:0 16px 30px -12px rgba(227,179,65,.35);
}
.recommended-section .featured-card.rank1:hover{transform:translateY(-14px);}
.recommended-section .medal{
  width:46px;height:46px;border-radius:50%;margin:0 auto 14px;
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:16px;color:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.15);
}
.recommended-section .medal.gold{background:linear-gradient(145deg,#f3cb63,#e3b341);}
.recommended-section .medal.silver{background:linear-gradient(145deg,#c7cdd2,#a9b0b6);}
.recommended-section .medal.bronze{background:linear-gradient(145deg,#d99b6d,#c9814f);}
.recommended-section .crown{
  position:absolute;top:-14px;left:50%;transform:translateX(-50%);font-size:22px;line-height:1;
}
.recommended-section .card-shot{
  border-radius:12px;overflow:hidden;margin:0 0 14px;border:1px solid var(--gray-200);
  background:#f3f1ee;aspect-ratio:16 / 10;
}
.recommended-section .card-shot img{
  width:100%;height:100%;display:block;object-fit:cover;object-position:top center;
  transition:transform .35s var(--ease-out);
}
.recommended-section .featured-card:hover .card-shot img{transform:scale(1.03);}
.recommended-section .avatar{
  width:56px;height:56px;border-radius:14px;background:var(--orange-100);color:var(--orange-500);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);font-size:22px;font-weight:800;margin:0 auto 12px;
}
.recommended-section .featured-card h3{
  font-size:16px;margin:0 0 8px;line-height:1.5;min-height:48px;
  display:flex;align-items:center;justify-content:center;
}
.recommended-section .rating-row{
  display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:16px;
}
.recommended-section .rating-row .stars{color:#e3b341;letter-spacing:1px;font-size:13px;}
.recommended-section .rating-num{font-size:13px;font-weight:700;color:var(--ink);}
.recommended-section .card-cta{
  display:inline-block;width:100%;padding:10px 0;background:var(--orange-500);color:#fff;
  border-radius:10px;font-size:13px;font-weight:700;text-align:center;text-decoration:none;
}
.recommended-section .card-cta:hover{background:var(--orange-600);color:#fff;}
.recommended-section .bottom-cta{text-align:center;margin-top:28px;}
.recommended-section .bottom-cta a{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--orange-500);color:#fff;padding:13px 30px;border-radius:100px;
  font-size:14px;font-weight:700;
  box-shadow:0 8px 18px -6px rgba(226,112,58,.5);
}
.recommended-section .bottom-cta a:hover{color:#fff;background:var(--orange-600);}
@media (max-width:720px){
  .recommended-section .podium-wrap{grid-template-columns:1fr;}
  .recommended-section .featured-card.rank1{transform:none;order:-1;}
  .recommended-section .featured-card.rank1:hover{transform:translateY(-4px);}
}
.ranking-disclaimer{
  background:#fff;border:1px dashed #e8d9c8;border-radius:10px;padding:12px 18px;
  font-size:11.5px;color:#6b655b;margin-bottom:30px;
}
.rank-card{
  background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:28px 28px 30px;margin-bottom:22px;
  position:relative;border:1px solid rgba(228,224,218,.9);overflow:visible;
  transition:box-shadow .25s ease, transform .25s var(--ease-out), border-color .25s ease;
}
.rank-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
  border-color:rgba(240,106,26,.3);
}
.rank-card--top{
  background:linear-gradient(165deg,#fffaf0 0%,#fff 55%);
  border:1.5px solid rgba(232,184,74,.45);
}
.rank-card--type1{
  border-color:rgba(232,184,74,.4);
  box-shadow:0 4px 16px rgba(232,184,74,.1);
}
.rank-card--type2{
  border-color:#c8c4be;
  box-shadow:0 2px 8px rgba(153,153,153,.1);
}
.rank-head{
  display:flex;align-items:stretch;gap:14px;margin-bottom:18px;padding-left:2px;
}
.rank-badge{
  flex:0 0 64px;display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;text-align:center;padding:8px 4px;border-radius:14px;line-height:1.1;
}
.rank-badge--1{background:linear-gradient(145deg,#c9a227,#e8b84a);}
.rank-badge--2{background:linear-gradient(145deg,#6b7a88,#9aa8b4);}
.rank-badge-label{font-size:10px;opacity:.95;letter-spacing:.02em;font-weight:700;}
.rank-badge-number{
  font-size:20px;font-weight:900;margin-top:2px;font-family:var(--font-display);
}
.rank-ribbon{
  position:relative;top:0;left:0;flex-shrink:0;align-self:flex-start;
  background:var(--ink);color:#fff;font-weight:900;font-size:12px;
  padding:8px 16px;box-shadow:none;border-radius:999px;
  clip-path:none;letter-spacing:.04em;
}
.rank-main{
  display:grid;grid-template-columns:300px 1fr;gap:24px;align-items:start;
}
.rank-main--noimage{grid-template-columns:1fr;}
.rank-thumb{flex-shrink:0;}
.rank-media{
  border-radius:14px;overflow:hidden;border:1px solid var(--gray-200);
  background:#f3f1ee;box-shadow:0 4px 14px rgba(0,0,0,.04);
  aspect-ratio:16 / 10;
}
.rank-media a{display:block;height:100%;}
.rank-media img{
  width:100%;height:100%;display:block;
  object-fit:cover;object-position:top center;
  transition:transform .5s var(--ease-out);
}
.rank-card:hover .rank-media img{transform:scale(1.03);}
.site-preview{
  width:300px;height:220px;border-radius:14px;overflow:hidden;border:1px solid var(--gray-200);
  background:#fff;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.05);
}
.site-preview .bar{height:14px;background:var(--orange-500);flex-shrink:0;}
.site-preview .img{
  flex:1;min-height:0;background:linear-gradient(135deg,#ffe8d9,#fff8f3);position:relative;overflow:hidden;
}
.site-preview .img::after{content:"🏠";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:28px;opacity:.5;}
.site-preview .cta{height:14px;margin:6px 10px;background:var(--ink);border-radius:6px;flex-shrink:0;}
.rank-info{min-width:0;}
.rank-title-wrap{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0;flex:1;}
.rank-head h3,.rank-title-wrap h3{font-family:var(--font-display);font-size:20px;font-weight:700;color:var(--ink);margin:0;}
.rank-card--top .rank-title-wrap h3{font-size:21px;}
.rank-extra{margin-top:14px;}
.rank-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:10px;margin-bottom:6px;}
.rank-top h3{font-size:19px;font-weight:900;color:var(--ink);}
.rank-rating{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800;white-space:nowrap;color:var(--navy-800);}
.rank-rating .stars{color:var(--gold);letter-spacing:1px;}
.rank-rating .count{color:var(--text-light);font-weight:500;font-size:12px;}
.rank-catch{color:var(--orange-600);font-weight:800;font-size:13.5px;margin-bottom:10px;}
.rank-tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px;}
.rank-tags span{
  font-size:11px;font-weight:800;background:var(--orange-100);color:var(--orange-600);border:1px solid rgba(240,106,26,.28);
  padding:4px 11px;border-radius:999px;
}
.rank-desc{font-size:13.5px;color:#6b655b;margin-bottom:10px;line-height:1.7;}
.rank-meta{display:flex;gap:22px;flex-wrap:wrap;font-size:12.5px;color:#6b655b;margin-bottom:14px;}
.rank-meta b{color:var(--ink);}
.rank-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;}
.mitsumori-cta-form{display:inline-flex;margin:0;}
.mitsumori-cta-form .btn,
.mitsumori-cta-form .cd-btn-cta{cursor:pointer;border:0;font:inherit;}
.cd-cta .mitsumori-cta-form{display:inline-flex;justify-content:center;}
.rank-reviews{margin-top:4px;}
.rank-review{
  background:var(--beige);border-radius:12px;padding:14px 16px;font-size:12.5px;color:var(--text);
  margin-top:8px;border-left:3px solid var(--orange-500);
}
.rank-review:first-of-type{margin-top:0;}
.rank-review .rv-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:4px;}
.rank-review .rv-stars{color:var(--gold);font-size:12px;letter-spacing:1px;}
.rank-review .rv-score{font-weight:800;color:var(--navy-800);font-size:11.5px;}
.rank-review .rv-name{font-weight:800;color:var(--navy-800);font-size:11.5px;}
.rank-review .rv-date{color:#a4a9b0;font-size:10.5px;margin-bottom:6px;}
.rank-review .rv-text{margin:0;line-height:1.7;}

/* ===== Flow / Steps — soft beige like Kuramo ===== */
.manga-section{
  background:var(--white);
  position:relative;
}
.manga-strip{
  display:flex;align-items:stretch;justify-content:center;gap:16px;
}
.manga-panel{
  flex:1 1 0;min-width:0;
  border:none;border-radius:20px;background:var(--beige);
  padding:22px 18px 24px;position:relative;
  transition:transform .3s var(--ease-out), box-shadow .3s ease, background .3s ease;
}
.manga-panel:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow);
  background:#fff;
}
.manga-arrow{
  flex:none;align-self:center;width:26px;color:var(--orange-500);
  opacity:.65;
}
.manga-arrow svg{width:100%;height:auto;display:block;}
.manga-num{
  position:absolute;top:14px;left:14px;width:38px;height:38px;border-radius:50%;
  background:linear-gradient(135deg,#fb8a3c 0%,var(--orange-500) 55%,#e05510 100%);
  color:#fff;font-weight:900;font-size:15px;
  display:flex;align-items:center;justify-content:center;
  z-index:1;letter-spacing:.04em;
  font-family:var(--font-display);
  box-shadow:0 4px 12px rgba(224,85,16,.28);
}
.manga-illust{
  border-radius:14px;display:flex;align-items:center;justify-content:center;
  overflow:hidden;margin-top:30px;margin-bottom:16px;
}
.manga-illust--photo{background:#fff;border:none;}
.manga-illust--photo img{width:100%;height:auto;display:block;}
.manga-title{
  font-family:var(--font-display);
  font-size:16px;font-weight:900;color:var(--ink);margin-bottom:6px;text-align:center;
}
.manga-text{
  font-size:13px;color:#6b655b;line-height:1.7;text-align:center;margin:0;
}

/* ===== CTA band — Endeal energy ===== */
.cta-band{
  background:
    linear-gradient(135deg, #f06a1a 0%, #e05510 55%, #c44800 100%);
  color:#fff;
  padding:56px 0;
}
.cta-band-inner{
  display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;
}
.cta-band-label{
  font-size:11px;font-weight:800;letter-spacing:.24em;opacity:.85;margin-bottom:10px;
}
.cta-band-copy h2{
  font-family:var(--font-display);
  font-size:clamp(22px,2.8vw,30px);font-weight:700;margin-bottom:8px;line-height:1.4;
}
.cta-band-copy p{margin:0;font-size:14.5px;opacity:.92;max-width:420px;}
.cta-band-actions{display:flex;flex-wrap:wrap;gap:12px;}
.cta-band .btn-primary{
  background:#fff;color:var(--orange-600);box-shadow:0 8px 22px rgba(0,0,0,.12);
}
.cta-band .btn-primary:hover{background:#fff8f3;color:var(--orange-600);}

/* ===== Reasons ===== */
.reasons-section{
  background-color:#f5f3ef;
  background-image:repeating-linear-gradient(
    45deg,
    #fbeedb 0 16px,
    #f6e4c8 16px 32px
  );
  color:var(--text);
  padding:72px 0 96px;
}
.reasons-inner{max-width:1080px;}
.reasons-eyebrow{
  text-align:center;font-size:14px;font-weight:700;color:#7a5230;
  margin:0 0 14px;line-height:1.7;
}
.reasons-eyebrow .slash{color:#c99a5b;font-weight:400;margin:0 10px;}
.reasons-section .section-title{
  text-align:center;color:var(--ink);
  font-size:36px;font-weight:900;margin:0 0 34px;letter-spacing:.01em;
}
.reasons-section .section-title .title-accent-num{color:var(--orange-500);}

.reasons-chips{
  display:flex;flex-wrap:wrap;justify-content:center;gap:14px;
  margin-bottom:52px;
}
.reasons-chip{
  background:#fff;
  border:3px solid var(--c);
  color:var(--c);
  font-weight:700;font-size:14px;
  padding:9px 22px;border-radius:999px;
}

.reasons-blocks{display:flex;flex-direction:column;gap:56px;}
.reason-block{
  position:relative;
  display:flex;align-items:center;gap:44px;
}
.reason-block--rev{flex-direction:row-reverse;}

.reason-photo-wrap{
  position:relative;flex:0 0 300px;height:220px;
}
.reason-photo-back{
  position:absolute;inset:0;
  background:var(--c);border-radius:20px;
  transform:translate(-14px,-14px);
}
.reason-photo{
  position:absolute;inset:0;border-radius:20px;
  background:linear-gradient(135deg, color-mix(in srgb, var(--c) 78%, white) 0%, var(--c) 100%);
  border:5px solid #fff;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;
}
.reason-photo--image{
  background:#d9c4a8;padding:0;
}
.reason-photo--image img{
  width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block;
}
.reason-photo svg{
  width:64px;height:64px;
  stroke:#fff;fill:none;
  stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;
}

.reason-content{
  flex:1;background:#fff;border-radius:20px;
  padding:34px 36px;
  box-shadow:0 6px 20px rgba(34,39,42,.06);
}
.reason-pill{
  display:inline-flex;align-items:center;gap:10px;
  border:2px solid var(--c);border-radius:999px;
  padding:4px 6px 4px 16px;margin-bottom:16px;
}
.reason-pill span{color:var(--c);font-weight:700;font-size:13px;}
.reason-pill b{
  width:24px;height:24px;border-radius:50%;
  background:var(--c);color:#fff;font-size:13px;font-weight:800;
  display:flex;align-items:center;justify-content:center;
}
.reason-content h3{
  font-size:22px;font-weight:900;line-height:1.5;
  margin:0 0 12px;color:var(--ink);
}
.reason-content h3 span{color:var(--c);}
.reason-content p{
  margin:0;font-size:14px;line-height:1.9;color:#6b655b;
}

.faq-page .area-faq-section{background:var(--beige);}
.city-archive .area-faq-section{background:var(--beige);}
.faq-page-links{background:#fff;}
.faq-item-body{padding-bottom:16px;}
.faq-item-body > p{margin:0 0 14px;font-size:14px;color:var(--text);line-height:1.8;}
.faq-item .price-table-wrap{margin-bottom:10px;}
.faq-item .area-note{margin:0;font-size:12.5px;color:var(--text-light);}

/* ===== Privacy policy page ===== */
.privacy-page{background:var(--beige);padding-bottom:80px;}
.privacy-hero .area-archive-lead{margin-top:14px;}
.privacy-meta{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 0;}
.privacy-pill{
  background:var(--orange-100);color:var(--orange-600);
  font-size:12.5px;font-weight:700;padding:6px 14px;border-radius:999px;
}
.privacy-wrap{
  display:grid;grid-template-columns:260px 1fr;gap:32px;
  align-items:start;padding-top:28px;padding-bottom:0;
}
.privacy-toc{
  background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius);
  padding:22px;position:sticky;top:calc(var(--header-height) + 16px);
}
.privacy-toc-title{
  font-family:var(--font-display);font-size:14px;font-weight:800;
  color:var(--orange-600);margin:0 0 14px;
}
.privacy-toc ol{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px;}
.privacy-toc li a{
  display:block;color:var(--text-light);font-size:13.5px;font-weight:500;
  padding:7px 10px;border-radius:8px;
}
.privacy-toc li a:hover{background:var(--orange-100);color:var(--orange-600);}
.privacy-content{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:20px;padding:44px 48px;
}
.privacy-section{
  padding:30px 0;border-bottom:1px solid var(--gray-200);scroll-margin-top:90px;
}
.privacy-section:first-of-type{padding-top:0;}
.privacy-section:last-of-type{border-bottom:none;padding-bottom:0;}
.privacy-section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.privacy-num{
  width:32px;height:32px;background:var(--orange-100);color:var(--orange-600);
  border-radius:10px;font-family:var(--font-display);font-weight:800;font-size:14px;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
}
.privacy-section h2{
  font-family:var(--font-display);font-size:20px;font-weight:700;
  color:var(--ink);margin:0;line-height:1.4;
}
.privacy-sub{
  font-size:15.5px;font-weight:700;color:var(--ink);margin:22px 0 10px;
}
.privacy-section p{margin:0 0 14px;font-size:14.5px;color:var(--text);line-height:1.85;}
.privacy-section p:last-child{margin-bottom:0;}
.privacy-list{margin:0 0 14px;padding-left:22px;list-style:disc;}
.privacy-list li{margin-bottom:6px;font-size:14.5px;color:var(--text);}
.privacy-info{
  background:#fbf1e7;border:1px solid var(--gray-200);border-radius:10px;
  padding:18px 20px;margin:14px 0 18px;
}
.privacy-info h3{
  margin:0 0 8px;font-size:13.5px;font-weight:700;color:var(--orange-600);
}
.privacy-info p{margin:0;font-size:13.5px;color:var(--text-light);}
.privacy-info ul{margin:0;padding-left:18px;list-style:disc;}
.privacy-info li{font-size:13.5px;color:var(--text-light);margin-bottom:4px;}
.privacy-contact{
  background:var(--header-navy);color:#fff;border-radius:var(--radius);
  padding:26px 28px;margin-top:6px;
}
.privacy-contact h3{
  margin:0 0 8px;color:#fff;font-family:var(--font-display);font-size:16px;font-weight:800;
}
.privacy-contact p{color:#cbd3da;margin:0 0 6px;font-size:13.5px;}
.privacy-contact p:last-child{margin-bottom:0;}
.privacy-contact a{color:#f6c7a8;font-weight:700;}
.privacy-contact a:hover{text-decoration:underline;}
@media (max-width:860px){
  .privacy-wrap{grid-template-columns:1fr;}
  .privacy-toc{position:static;}
}
@media (max-width:600px){
  .privacy-content{padding:28px 22px;}
}


/* ===== About / operator page ===== */
.about-page{background:var(--beige);padding-bottom:40px;}
.about-section{padding-top:28px;padding-bottom:80px;}
.about-inner{max-width:820px;}
.about-card{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:20px;padding:40px 44px;
}
.about-card-title{
  font-family:var(--font-display);font-size:22px;font-weight:800;
  color:var(--ink);margin:0 0 22px;padding-bottom:14px;
  border-bottom:2px solid var(--orange-500);
}
.about-table-wrap{overflow-x:auto;}
.about-table{width:100%;border-collapse:collapse;font-size:14.5px;}
.about-table th,
.about-table td{
  padding:16px 18px;border-bottom:1px solid var(--gray-200);
  text-align:left;vertical-align:top;line-height:1.7;
}
.about-table tr:last-child th,
.about-table tr:last-child td{border-bottom:none;}
.about-table th{
  width:28%;min-width:110px;background:#fbf1e7;color:var(--ink);
  font-weight:700;border-right:1px solid var(--gray-200);
}
.about-table td{color:var(--text);background:var(--white);}
.about-table a{color:var(--orange-600);font-weight:700;}
.about-table a:hover{text-decoration:underline;}
.about-note{
  margin:24px 0 0;padding-top:18px;border-top:1px solid var(--gray-200);
  font-size:13.5px;color:var(--text-light);line-height:1.85;
}
.about-note a{color:var(--orange-600);font-weight:700;}
.about-note a:hover{text-decoration:underline;}
@media (max-width:600px){
  .about-card{padding:28px 20px;}
  .about-table th,
  .about-table td{padding:14px 12px;font-size:13.5px;}
  .about-table th{width:34%;}
}


/* ===== Contact / listing pages ===== */
.contact-page{background:var(--beige);padding-bottom:40px;}
.contact-section{padding-top:28px;padding-bottom:80px;}
.contact-inner{max-width:760px;}
.contact-split-card{
  background:var(--white);border:1px solid var(--gray-200);border-radius:20px;
  padding:36px 40px;text-align:center;
  background-image:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(226,112,58,.10), transparent 55%),
    linear-gradient(180deg,#fff 0%,#fffaf6 100%);
}
.contact-split-title{
  font-family:var(--font-display);font-size:22px;font-weight:800;
  color:var(--ink);margin:0 0 14px;
}
.contact-split-text{
  font-size:15px;color:var(--text);line-height:1.9;margin:0 0 22px;max-width:520px;margin-left:auto;margin-right:auto;
}
.contact-split-text strong{color:var(--orange-600);font-weight:800;}
.contact-split-btn{min-width:260px;}
.contact-divider{
  display:flex;align-items:center;gap:16px;margin:36px 0;color:var(--text-light);
  font-size:13.5px;font-weight:700;
}
.contact-divider::before,
.contact-divider::after{
  content:"";flex:1;height:1px;background:var(--gray-200);
}
.contact-form-card{
  background:var(--white);border:1px solid var(--gray-200);
  border-radius:20px;padding:40px 44px;position:relative;
}
.contact-form-lead{
  font-size:14.5px;color:var(--text);line-height:1.85;margin:0 0 26px;
}
.contact-form-lead a{color:var(--orange-600);font-weight:700;}
.contact-form-lead a:hover{text-decoration:underline;}
.contact-form .mitsumori-submit{width:100%;}

/* Listing backlink assets (text + banner) — matches yane mutual-link pattern */
.listing-backlink{
  margin-top:36px;
  background:var(--white);
  border:1px solid var(--gray-200);
  border-radius:20px;
  padding:36px 40px;
}
.listing-backlink-title{
  font-family:var(--font-display);
  font-size:20px;font-weight:800;color:var(--ink);
  margin:0 0 12px;
}
.listing-backlink-lead{
  font-size:14.5px;color:var(--text);line-height:1.85;margin:0 0 28px;
}
.listing-backlink-subtitle{
  font-size:16px;font-weight:800;color:var(--ink);margin:0 0 12px;
}
.listing-backlink-subtitle + .listing-backlink-acc{margin-bottom:28px;}
.listing-backlink-acc{
  border:1px solid var(--gray-200);
  border-radius:12px;
  background:#faf9f7;
  overflow:hidden;
}
.listing-backlink-acc-summary{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  list-style:none;cursor:pointer;
  padding:14px 18px;
  font-size:14.5px;line-height:1.6;color:var(--ink);
}
.listing-backlink-acc-summary::-webkit-details-marker{display:none;}
.listing-backlink-acc-summary::after{
  content:"";
  flex:0 0 10px;width:10px;height:10px;
  border-right:2px solid var(--text-light);
  border-bottom:2px solid var(--text-light);
  transform:rotate(45deg);margin-top:-4px;
  transition:transform .2s ease;
}
.listing-backlink-acc[open] > .listing-backlink-acc-summary::after{
  transform:rotate(-135deg);margin-top:4px;
}
.listing-backlink-acc-summary:hover{background:rgba(226,112,58,.04);}
.listing-backlink-acc-body{
  padding:0 18px 18px;
  border-top:1px solid var(--gray-200);
  background:var(--white);
}
.listing-backlink-preview{
  margin:16px 0 12px;font-size:15px;line-height:1.7;
}
.listing-backlink-preview a{color:var(--orange-600);font-weight:700;}
.listing-backlink-preview a:hover{text-decoration:underline;}
.listing-backlink-banner{margin:16px 0 12px;}
.listing-backlink-banner img{
  display:block;max-width:100%;height:auto;
  width:320px;
}
.listing-backlink-code-wrap{
  position:relative;
}
.listing-backlink-code{
  margin:0;
  padding:14px 44px 14px 16px;
  background:#f7f5f2;
  border:1px solid var(--gray-200);
  border-radius:10px;
  overflow-x:auto;
  font-size:12.5px;line-height:1.65;
  color:var(--ink);
  white-space:pre-wrap;word-break:break-all;
}
.listing-backlink-code code{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
}
.listing-backlink-copy{
  position:absolute;top:8px;right:8px;
  width:28px;height:28px;
  padding:0;margin:0;
  border:1px solid #c9c4bc;
  border-radius:4px;
  background:#fff;
  cursor:pointer;
  display:inline-flex;align-items:center;justify-content:center;
  color:#666;
  transition:background .15s ease,border-color .15s ease,color .15s ease;
}
.listing-backlink-copy:hover{
  background:#fff8f0;
  border-color:var(--orange-600);
  color:var(--orange-600);
}
.listing-backlink-copy:focus-visible{
  outline:2px solid var(--orange-600);
  outline-offset:2px;
}
.listing-backlink-copy-icon{
  position:relative;
  width:12px;height:12px;
  display:block;
}
.listing-backlink-copy-icon::before,
.listing-backlink-copy-icon::after{
  content:"";
  position:absolute;
  width:8px;height:8px;
  border:1.5px solid currentColor;
  border-radius:1px;
  background:#fff;
  box-sizing:border-box;
}
.listing-backlink-copy-icon::before{
  top:0;left:0;
}
.listing-backlink-copy-icon::after{
  top:3px;left:3px;
}
.listing-backlink-copy-done{
  display:none;
  position:absolute;right:100%;top:50%;
  transform:translateY(-50%);
  margin-right:8px;
  padding:4px 8px;
  border-radius:4px;
  background:#2c3e50;
  color:#fff;
  font-size:11px;font-weight:700;line-height:1.2;
  white-space:nowrap;
  pointer-events:none;
}
.listing-backlink-copy.is-done .listing-backlink-copy-done{display:block;}
.listing-backlink-copy.is-done{
  border-color:#2c3e50;
  color:#2c3e50;
}
@media (max-width:600px){
  .contact-split-card,
  .contact-form-card,
  .listing-backlink{padding:28px 20px;}
  .contact-split-btn{width:100%;min-width:0;}
  .listing-backlink-banner img{width:100%;max-width:320px;height:auto;}
}

/* ===== Footer ===== */
.footer{background:#1c2124;color:#a8adb3;padding:0;font-size:13px;}
.footer-top-wrap{padding:46px 0 36px;}
.footer-top{
  display:grid;grid-template-columns:minmax(160px,220px) 1fr;gap:36px;align-items:start;
}
.footer-brand{display:flex;flex-direction:column;gap:16px;}
.footer-regions{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:22px 18px;
}
.footer-region h4{
  font-size:14px;font-weight:800;color:#fff;margin:0 0 10px;padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.18);letter-spacing:.04em;
}
.footer-region h4 a{color:#fff;}
.footer-region h4 a:hover{color:var(--orange-500);}
.footer-region ul{list-style:none;margin:0;padding:0;}
.footer-region li{margin-bottom:5px;}
.footer-region a{
  font-size:13px;color:#c3cedd;font-weight:400;transition:color .2s ease;
}
.footer-region a:hover{color:#fff;text-decoration:underline;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);}
.footer-bottom-inner{
  padding:22px 0 28px;display:flex;flex-direction:column;align-items:center;gap:18px;
}
.footer-links{
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;
}
.footer-links a{
  font-size:13px;color:#c3cedd;padding:0 18px;position:relative;transition:color .2s ease;
}
.footer-links a + a::before{
  content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:1px;height:13px;background:rgba(255,255,255,.25);
}
.footer-links a:hover{color:#fff;}
.footer-logo--bottom{opacity:.95;}
.footer-bottom .disclaimer{max-width:760px;margin:0;line-height:1.7;text-align:center;color:#7a8086;font-size:11.5px;}
.footer-copy{margin:0;text-align:center;font-size:11.5px;color:#7a8086;}

/* ===== Mobile fixed CTA & back-to-top ===== */
.mobile-cta{
  display:none;position:fixed;bottom:0;left:0;width:100%;background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  box-shadow:0 -8px 28px rgba(0,0,0,.1);
  z-index:1500;padding:12px 14px;gap:10px;
}
.mobile-cta a{flex:1;text-align:center;padding:14px;border-radius:999px;font-size:13.5px;font-weight:800;}
.mobile-cta .tel{
  background:linear-gradient(135deg,var(--orange-500),var(--orange-600));
  color:#fff;
}
.back-to-top{
  position:fixed;right:20px;bottom:84px;width:46px;height:46px;border-radius:50%;background:var(--orange-500);
  color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);
  opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s var(--ease-out);z-index:1400;font-size:18px;
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top:hover{background:var(--orange-600);}

.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s var(--ease-out), transform .75s var(--ease-out);}
.reveal.in{opacity:1;transform:translateY(0);}

/* ===== Responsive ===== */
@media (max-width:980px){
  .hero,
  .hero-inner{min-height:auto;}
  .hero{display:block;}
  .region-grid{grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));}
  .footer-top{grid-template-columns:1fr;gap:28px;}
  .footer-regions{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width:820px){
  .reason-block,
  .reason-block--rev{flex-direction:column;}
  .reason-photo-wrap{width:100%;flex-basis:auto;}
  .reasons-section .section-title{font-size:28px;}
  .reason-content{padding:28px 24px;}
}
@media (max-width:860px){
  .nav{display:none;}
  .menu-btn{display:flex;}
  .btn-header-cta{display:none;}
  .header-phone{display:none;}
  .header-inner{padding:0 18px;}
  .logo-img{height:38px;max-width:min(100%,180px);}
  .hero > .container.hero-inner{
    max-width:1120px;
    padding-left:24px;padding-right:24px;
  }
  .hero-inner{padding:28px 0 36px;gap:28px;flex-wrap:wrap;}
  .hero-copy{max-width:none;flex:1 1 100%;}
  .hero-site-title{font-size:26px;}
  .hero-headline-1{font-size:20px;}
  .hero-headline-2{font-size:34px;}
  .hero p.lead{font-size:16px;margin-bottom:22px;}
  .hero-actions{flex-direction:column;align-items:stretch;}
  .hero-cta-primary,.hero-cta-secondary{width:100%;justify-content:center;}
  .hero-cta-primary{padding-left:18px;}
  .hero-cta-label{font-size:16px;}
  .hero-photo{flex:1 1 100%;max-width:100%;margin:8px 0 0;left:0;}
  .hero-photo-card{width:100%;aspect-ratio:3 / 2;height:auto;max-height:none;border-radius:20px;min-height:0;}
  .hero-photo-card img{object-position:78% 50%;}
  .hero-seal{top:-30px;left:-14px;transform:rotate(-4deg) scale(.86);transform-origin:top left;}
  .region-grid{grid-template-columns:repeat(2, 1fr);}
  .area-section{padding:64px 0;}
  .area-section .section-title{font-size:clamp(28px,6vw,36px);}
  .rank-head{flex-wrap:wrap;gap:10px;}
  .rank-badge{flex-basis:56px;padding:6px 2px;}
  .rank-badge-number{font-size:17px;}
  .rank-main{grid-template-columns:1fr;gap:14px;}
  .site-preview{width:100%;height:180px;}
  .mobile-cta{display:flex;}
  .back-to-top{bottom:78px;}
  .manga-strip{flex-direction:column;gap:18px;}
  .manga-arrow{transform:rotate(90deg);width:24px;margin:0 auto;}
  .cta-band-inner{flex-direction:column;align-items:flex-start;}
  .section{padding:72px 0;}
}
@media (max-width:600px){
  .section{padding:56px 0;}
  .section-title{font-size:24px;}
  .region-grid{grid-template-columns:1fr;}
  .reasons-section{padding:56px 0 72px;}
  .reasons-eyebrow{font-size:13px;}
  .reasons-chips{gap:10px;margin-bottom:40px;}
  .reasons-chip{font-size:13px;padding:8px 16px;}
  .reasons-blocks{gap:40px;}
  .footer-top-wrap{padding:34px 0 20px;}
  .footer-top{grid-template-columns:1fr;gap:24px;}
  .footer-regions{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 16px;}
  .footer-links a{padding:0 12px;font-size:12.5px;}
  .footer-bottom-inner{padding:22px 0 26px;}
}

/* Mobile slide nav */
.nav-mobile{
  display:none;position:fixed;top:var(--header-height);left:0;width:100%;
  background:rgba(255,255,255,.98);backdrop-filter:blur(12px);
  flex-direction:column;
  padding:14px 24px 22px;box-shadow:0 12px 28px rgba(0,0,0,.1);z-index:999;
}
.nav-mobile.open{display:flex;}
.nav-mobile a{padding:13px 0;font-weight:700;font-size:14.5px;color:var(--navy-800);border-bottom:1px solid var(--gray-100);}
.nav-mobile .btn{margin-top:14px;border-radius:999px;}

/* ===== Area archive page ===== */
.area-archive{background:#fff;}
.area-breadcrumb{
  background:var(--beige);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);
}
.area-breadcrumb .breadcrumb{margin-bottom:0;padding:10px 0;}
.area-breadcrumb .breadcrumb a{color:#666;font-weight:700;}
.area-breadcrumb .breadcrumb a:hover{color:var(--orange-500);}
.area-breadcrumb .breadcrumb [aria-current="page"]{color:#222;font-weight:700;}
.area-archive-hero{
  background:
    radial-gradient(ellipse 70% 90% at 100% 0%, rgba(240,106,26,.12), transparent 55%),
    linear-gradient(160deg, #f5f3ef 0%, #ffffff 48%, #fff4ec 100%);
  color:var(--text);padding:56px 0;margin-bottom:0;
  border-bottom:1px solid var(--gray-200);
}
.area-archive-title{
  font-family:var(--font-display);
  font-size:clamp(22px,3.2vw,32px);font-weight:700;color:var(--ink);
  line-height:1.45;margin-bottom:14px;
}
.area-archive-lead{
  font-size:15px;color:var(--text);max-width:760px;margin-bottom:0;line-height:1.85;
}
.area-archive-hero-inner--has-image{
  display:flex;
  align-items:center;
  gap:32px;
}
.area-archive-hero-body{
  flex:1 1 auto;
  min-width:0;
}
.city-recommended-banner{
  flex:0 0 400px;
  width:400px;
  margin:0;
}
.city-recommended-banner img{
  display:block;
  width:100%;
  height:250px;
  object-fit:cover;
  border-radius:12px;
  border:2.5px solid var(--orange-500);
  background:#fff;
  box-shadow:0 8px 20px rgba(226,112,58,.16);
}
@media (max-width:768px){
  .area-archive-hero-inner--has-image{
    flex-wrap:wrap;
    align-items:flex-start;
    gap:16px;
  }
  .area-archive-hero-inner--has-image .area-archive-hero-body{
    display:contents;
  }
  .area-archive-hero-inner--has-image .area-archive-title{
    flex:0 0 100%;
    width:100%;
  }
  .area-archive-hero-inner--has-image .area-archive-lead{
    flex:1 1 0;
    min-width:0;
    max-width:none;
  }
  .city-recommended-banner{
    flex:0 0 150px;
    width:150px;
  }
  .city-recommended-banner img{
    height:150px;
  }
}
.area-updated-wrap{margin-bottom:20px;padding-top:0;}
.area-updated{font-size:12.5px;color:#888;font-weight:700;padding:14px 0 0;}
.breadcrumb{
  display:flex;align-items:center;flex-wrap:wrap;gap:8px;
  font-size:13px;color:var(--text-light);margin-bottom:18px;
}
.breadcrumb a{color:var(--navy-800);font-weight:700;}
.breadcrumb a:hover{color:var(--orange-500);}
.area-companies-section{
  padding-top:48px;
  padding-bottom:64px;
  background:#fff;
  border-bottom:1px solid var(--gray-200);
}
.area-companies-section .rank-card:last-child{margin-bottom:0;}
.area-local-section{
  background:var(--beige);
  border-top:3px solid var(--orange-500);
  padding-top:64px;
  padding-bottom:64px;
}
.area-local-head{margin-bottom:24px;}
.area-local-head .section-label{display:block;margin-bottom:10px;}
.area-local-head .area-content-title{margin-bottom:0;}
.area-local-box{
  background:#fff;
  border:1px solid var(--gray-200);
  border-radius:16px;
  padding:28px 32px;
  box-shadow:var(--shadow);
}
.area-local-body p{
  font-size:14px;color:var(--text);line-height:1.9;margin-bottom:14px;
}
.area-local-body p:last-child{margin-bottom:0;}
.area-vacancy-chart{
  margin:22px 0 20px;padding:20px 22px;
  background:var(--beige);border:1px solid var(--gray-200);border-radius:12px;
}
.area-vacancy-chart-title{
  font-size:13px;font-weight:800;color:var(--ink);margin-bottom:10px;
}
.area-vacancy-legend{
  display:flex;align-items:center;gap:8px;
  font-size:11px;color:var(--text-light);margin-bottom:16px;
}
.area-vacancy-legend-marker{
  display:inline-block;width:2px;height:14px;background:var(--ink);opacity:.35;
}
.area-vacancy-bars{display:grid;gap:14px;}
.area-vacancy-row{
  display:grid;grid-template-columns:minmax(88px,118px) 1fr minmax(72px,96px);
  align-items:center;gap:12px;
}
.area-vacancy-row.is-baseline .area-vacancy-bar{
  border:2px dashed rgba(58,58,58,.3);
  background:linear-gradient(90deg,#ffd4bc,#ffb087);
}
.area-vacancy-label{
  display:flex;flex-direction:column;gap:4px;
  font-size:12.5px;font-weight:800;color:var(--ink);line-height:1.3;
}
.area-vacancy-badge{
  display:inline-block;width:fit-content;
  font-size:10px;font-weight:800;color:#fff;
  background:var(--orange-500);border-radius:999px;padding:2px 10px;
}
.area-vacancy-track{
  position:relative;height:28px;background:#eae6e1;border-radius:8px;overflow:visible;
}
.area-vacancy-marker{
  position:absolute;top:-4px;bottom:-4px;width:2px;
  background:var(--ink);opacity:.35;transform:translateX(-50%);z-index:2;
}
.area-vacancy-bar{
  position:relative;z-index:1;display:block;height:100%;min-width:4px;border-radius:8px;
}
.area-vacancy-bar--pref{background:linear-gradient(90deg,#ffc4a3,#f06a1a);}
.area-vacancy-bar--area{background:linear-gradient(90deg,#f0884a,#e85a0c);}
.area-vacancy-bar--chichibu{background:linear-gradient(90deg,var(--orange-500),var(--orange-600));}
.area-vacancy-value{
  font-size:13px;font-weight:800;color:var(--ink);text-align:right;white-space:nowrap;
}
.area-vacancy-value--above{color:var(--orange-600);}
.area-vacancy-value--below{color:#666666;}
.area-vacancy-source{
  margin:14px 0 0;font-size:11px;color:var(--text-light);line-height:1.6;
}
.area-vacancy-source a{
  color:var(--orange-600);font-weight:700;text-decoration:underline;
  text-underline-offset:2px;
}
.area-local-body a{
  color:var(--orange-600);font-weight:700;text-decoration:underline;
  text-underline-offset:2px;
}
.area-content-title{
  font-family:var(--font-display);
  font-size:24px;font-weight:700;color:var(--ink);margin-bottom:22px;
}
.company-badge{
  display:inline-flex;align-items:center;font-size:11px;font-weight:800;
  padding:4px 12px;border-radius:999px;white-space:nowrap;
}
.badge-local{background:#fff0e6;color:#e85a0c;border:1px solid #ffc4a3;}
.badge-remote{background:#f3f1ee;color:#666666;border:1px solid #d5d0c8;}
.rank-rating .no-review{color:var(--text-light);font-weight:700;}
.rank-review-title{font-size:13px;font-weight:800;color:var(--ink);margin-bottom:8px;}
.rank-review blockquote{margin:0;font-style:normal;}
.area-content-block{max-width:860px;}
.guide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.guide-card{
  background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:20px;
  transition:box-shadow .2s ease, transform .2s ease;
}
.guide-card:hover{box-shadow:var(--shadow);transform:translateY(-2px);}
.guide-card h3{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:8px;}
.guide-card p{font-size:13.5px;color:var(--text);}
.area-guide-section,.area-price-section{background:var(--beige);}
.price-table-wrap{overflow-x:auto;margin-bottom:12px;}
.price-table{
  width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--gray-200);
  border-radius:12px;overflow:hidden;
}
.price-table th,.price-table td{
  padding:12px 14px;font-size:13.5px;text-align:left;border-bottom:1px solid var(--gray-200);
}
.price-table th{background:var(--ink);color:#fff;font-weight:800;}
.price-table tr:last-child td{border-bottom:none;}
.area-note{font-size:12.5px;color:var(--text-light);}
.warning-list li{
  position:relative;padding-left:18px;margin-bottom:12px;font-size:14px;color:var(--text);
}
.warning-list li::before{
  content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:2px;
  background:var(--orange-500);
}
.faq-list{display:grid;gap:10px;}
.faq-item{
  background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:0 18px;
  transition:border-color .2s ease;
}
.faq-item[open]{border-color:var(--orange-500);}
.faq-item summary{
  cursor:pointer;font-weight:800;color:var(--ink);padding:16px 0;list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:"+";float:right;color:var(--orange-500);font-size:18px;font-weight:900;
}
.faq-item[open] summary::after{content:"−";}
.faq-item p{padding:0 0 16px;font-size:14px;color:var(--text);}
.faq-item .faq-item-body p{padding:0;}
.other-areas-grid{
  display:grid;grid-template-columns:repeat(5,1fr);gap:12px;
}
.other-area-card{
  display:flex;flex-direction:column;align-items:flex-start;gap:6px;
  background:#fff;border:1px solid var(--gray-200);border-radius:14px;padding:14px;
  transition:border-color .2s ease, transform .2s var(--ease-out), box-shadow .2s ease;
}
.other-area-card:not(.is-coming):hover{border-color:var(--orange-500);transform:translateY(-2px);box-shadow:var(--shadow);}
.other-area-card.is-current{border-color:var(--orange-500);background:var(--orange-100);}
.other-area-card.is-coming{opacity:.55;pointer-events:none;}
.other-area-card .dot{width:10px;height:10px;border-radius:50%;}
.other-area-card .name{font-size:14px;font-weight:800;color:var(--ink);}
.other-area-card .status{font-size:11px;color:var(--text-light);font-weight:700;}
.other-cities-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;
}
.other-city-card{
  display:flex;align-items:center;justify-content:center;
  background:#fff;border:1px solid var(--gray-200);border-radius:12px;padding:12px 10px;
  text-align:center;transition:border-color .2s ease, transform .2s var(--ease-out), box-shadow .2s ease;
}
.other-city-card:hover{border-color:var(--orange-500);transform:translateY(-2px);box-shadow:var(--shadow);}
.other-city-card.is-current{border-color:var(--orange-500);background:var(--orange-100);}
.other-city-card .name{font-size:13.5px;font-weight:800;color:var(--ink);}
.area-cta-box{
  text-align:center;
  background:linear-gradient(135deg,#fff8f3 0%, #fff0e6 100%);
  color:var(--text);border-radius:18px;padding:40px 28px;
  border:1px solid rgba(240,106,26,.22);
}
.area-cta-box h2{font-family:var(--font-display);font-size:24px;font-weight:700;margin-bottom:10px;color:var(--ink);}
.area-cta-box p{margin-bottom:18px;color:var(--text-light);}
.area-empty{
  text-align:center;background:var(--beige);border-radius:14px;padding:40px 20px;
}
.area-empty p{margin-bottom:16px;color:var(--text-light);}

/* ===== 見積もり依頼ページ ===== */
body.mitsumori-page{
  padding-top:var(--header-height) !important;
  background:#fff;
}
body.mitsumori-page .mobile-cta{display:none;}
.mitsumori-hero{
  background:
    radial-gradient(70% 90% at 100% 0%, rgba(226,112,58,.12), rgba(0,0,0,0) 55%),
    linear-gradient(160deg, #F5F3EF 0%, #FFFFFF 48%, #FFF6EC 100%);
  padding:28px 0 48px;
}
.mitsumori-hero-inner{display:flex;flex-direction:column;align-items:center;text-align:center;}
.mitsumori-eyebrow{
  display:inline-flex;align-items:center;gap:7px;background:var(--orange-500);color:#fff;
  font-size:13px;font-weight:800;border-radius:30px;padding:8px 18px;margin-bottom:20px;
}
.mitsumori-title{
  font-family:var(--font-display);font-size:clamp(22px,3.2vw,32px);font-weight:900;
  line-height:1.5;color:var(--ink);margin:0 0 16px;max-width:900px;
}
.mitsumori-title .hl{color:var(--orange-500);}
.mitsumori-lead{
  font-size:15.5px;font-weight:500;color:#3B4452;margin:0 0 32px;line-height:1.85;max-width:720px;
}
.mitsumori-medallion{
  width:100%;max-width:640px;border-radius:20px;overflow:hidden;
  box-shadow:0 18px 40px rgba(180,110,20,.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,.35) 0%, rgba(255,214,168,.18) 45%, rgba(255,255,255,.4) 100%),
    radial-gradient(ellipse at 50% 0%, #FBCE8A 0%, #FBDFB0 40%, #FCEBD2 70%, #FFF6EA 100%);
}
.mitsumori-medallion-inner{padding:18px 20px 20px;}
.mitsumori-medallion-title{
  text-align:center;color:#EF6C00;font-weight:900;font-size:clamp(13px,2vw,15px);
  letter-spacing:.02em;line-height:1.4;margin-bottom:12px;
  display:flex;align-items:center;justify-content:center;gap:10px;
}
.mitsumori-medallion-title .slash{width:13px;height:2px;background:#EF6C00;flex-shrink:0;}
.mitsumori-medallion-title .slash.l{transform:rotate(-38deg);}
.mitsumori-medallion-title .slash.r{transform:rotate(38deg);}
.mitsumori-points{
  display:grid;grid-template-columns:repeat(3,1fr);gap:8px;
  background:rgba(255,255,255,.92);border-radius:12px;padding:12px 8px;
}
.mitsumori-point{text-align:center;padding:6px 4px;}
.mitsumori-point .mi-big{font-size:clamp(14px,1.9vw,18px);font-weight:900;line-height:1.2;color:var(--ink);}
.mitsumori-point .mi-sub{font-size:clamp(10px,1.1vw,11px);font-weight:700;color:var(--text-light);margin-top:2px;}

.mitsumori-layout-wrap{
  background:repeating-linear-gradient(45deg, #FBEEDB 0px, #FBEEDB 16px, #F6E4C8 16px, #F6E4C8 32px);
  padding:28px 0 64px;
}
.mitsumori-layout{display:flex;justify-content:center;}
.mitsumori-form-panel{
  width:100%;max-width:880px;background:#fff;
  border:1.5px solid rgba(242,112,26,.28);border-radius:24px;
  box-shadow:0 22px 50px rgba(34,39,42,.06);padding:44px 48px;
}
.mitsumori-form-panel h2{font-size:22px;font-weight:800;margin:0 0 6px;color:var(--ink);}
.mitsumori-form-sub{color:var(--text-light);font-size:14.5px;margin:0 0 28px;line-height:1.7;}
.mitsumori-section-label{
  font-size:15px;font-weight:800;color:var(--orange-500);letter-spacing:.02em;
  margin:28px 0 16px;display:flex;align-items:center;gap:10px;
}
.mitsumori-section-label:first-of-type{margin-top:0;}
.mitsumori-section-label .n{
  background:var(--orange-500);color:#fff;width:24px;height:24px;border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;font-size:13px;flex:none;
}
.mitsumori-field{margin-bottom:20px;}
.mitsumori-field label{display:block;font-weight:700;font-size:14.5px;margin-bottom:8px;color:var(--ink);}
.mitsumori-field .req,
.mitsumori-field .opt{
  font-size:11px;font-weight:700;border-radius:4px;padding:3px 7px;margin-left:8px;
}
.mitsumori-field .req{background:var(--orange-500);color:#fff;}
.mitsumori-field .opt{background:#EEE;color:#888;}
.mitsumori-field input,
.mitsumori-field textarea{
  width:100%;border:1.5px solid #E5E1DB;border-radius:12px;padding:14px 16px;
  font-size:16px;font-family:inherit;background:#FCFBF9;color:var(--ink);
}
.mitsumori-field input:focus,
.mitsumori-field textarea:focus{outline:none;border-color:var(--orange-500);background:#fff;}
.mitsumori-row2{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.mitsumori-check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.mitsumori-check-item{
  display:flex;align-items:center;gap:8px;border:1.5px solid #E5E1DB;border-radius:12px;
  padding:12px 14px;font-size:14.5px;background:#FCFBF9;cursor:pointer;font-weight:600;
}
.mitsumori-check-item input{accent-color:var(--orange-500);width:18px;height:18px;flex:none;}
.mitsumori-privacy{
  display:flex;gap:10px;font-size:13.5px;color:var(--text-light);margin:24px 0 20px;align-items:flex-start;cursor:pointer;
}
.mitsumori-privacy input{margin-top:3px;accent-color:var(--orange-500);flex:none;}
.mitsumori-privacy a{color:var(--orange-500);font-weight:700;}
.mitsumori-submit{
  display:block;width:100%;background:#FFFFC2;color:#482607;border:3px solid #F76A0C;border-radius:999px;
  padding:18px;font-size:20px;font-weight:700;font-family:inherit;cursor:pointer;
  box-shadow:0 6px 16px rgba(247,106,12,.18);
  transition:transform .15s ease, box-shadow .15s ease;
}
.mitsumori-submit:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(247,106,12,.24);}
.mitsumori-submit-note{text-align:center;font-size:13px;color:var(--text-light);margin-top:14px;line-height:1.7;}
.mitsumori-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.mitsumori-alert{
  background:#FFF4EC;border:1px solid rgba(242,112,26,.35);border-radius:12px;padding:14px 16px;margin-bottom:22px;
}
.mitsumori-alert p{margin:0 0 6px;font-weight:700;color:#a04a12;}
.mitsumori-alert ul{margin:0;padding-left:1.2em;color:#6b3a16;}
.mitsumori-alert li{list-style:disc;margin:2px 0;}
.mitsumori-success{text-align:center;padding:24px 8px;}
.mitsumori-success h2{margin-bottom:12px;}
.mitsumori-success p{margin-bottom:24px;color:var(--text-light);line-height:1.8;}

@media(max-width:960px){
  .mitsumori-check-grid{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:860px){
  .mitsumori-form-panel{padding:28px 20px;}
  .mitsumori-row2,.mitsumori-check-grid,.mitsumori-points{grid-template-columns:1fr;}
  .mitsumori-submit{font-size:17px;padding:16px;}
}

/* ===== 企業紹介ページ ===== */
.rank-title-link{color:inherit;transition:color .15s ease;}
.rank-title-link:hover{color:var(--orange-500);}
.company-detail-narrow{max-width:820px;}
.cd-hero{
  background:repeating-linear-gradient(45deg, #FBEEDB 0px, #FBEEDB 16px, #F6E4C8 16px, #F6E4C8 32px);
  padding:26px 0;border-bottom:1px solid #EDE2D4;
}
.cd-hero-card{
  background:#fff;border:1.5px solid rgba(240,106,26,.22);border-radius:18px;
  box-shadow:0 16px 34px rgba(90,60,20,.10);padding:24px 26px;
}
.cd-profile-top{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px;}
.cd-rank-label{font-size:13px;font-weight:800;color:var(--orange-600);}
.cd-rank-label .num{font-size:15px;margin-left:4px;}
.cd-local-badge{font-size:12px;font-weight:700;color:#E85A0C;}
.cd-local-badge--remote{color:#6b7178;}
.cd-profile-name{font-size:clamp(20px,3vw,25px);font-weight:900;line-height:1.35;margin:0 0 10px;color:var(--ink);}
.cd-profile-addr{font-size:13.5px;color:var(--text-light);margin:0 0 14px;}
.cd-catch{font-size:14px;color:#3B4452;margin:0;}
.cd-tags{display:flex;gap:8px;flex-wrap:wrap;}
.cd-tag{
  background:#FFF4EC;color:#D45F2A;border:1px solid rgba(240,106,26,.28);
  border-radius:999px;padding:5px 13px;font-size:12.5px;font-weight:600;
}
.cd-section{padding:30px 0;border-bottom:1px solid #EDE2D4;}
.cd-section:last-of-type{border-bottom:none;}
.cd-eyebrow{font-size:11.5px;font-weight:800;color:var(--orange-600);letter-spacing:.1em;margin-bottom:6px;}
.cd-section-title{font-size:19px;font-weight:800;margin:0 0 16px;color:var(--ink);}
.cd-info-photo{
  border-radius:18px;overflow:hidden;margin-bottom:18px;background:#F3EBE0;
}
.cd-info-photo img{
  display:block;width:100%;height:auto;vertical-align:top;
}
.cd-info-hero{
  position:relative;border-radius:18px;overflow:hidden;color:#fff;min-height:260px;margin-bottom:14px;
  background:
    linear-gradient(180deg, rgba(30,22,14,.15) 0%, rgba(30,22,14,.55) 78%, rgba(30,22,14,.7) 100%),
    radial-gradient(120% 90% at 15% 10%, rgba(255,214,168,.35), rgba(0,0,0,0) 55%),
    linear-gradient(135deg, #9c7a4a 0%, #7a5c3a 40%, #4a3a2c 100%);
}
.cd-info-hero-top{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 0;flex-wrap:wrap;}
.cd-info-badges{display:flex;flex-direction:column;gap:7px;}
.cd-info-badge{background:#F6D77A;color:#4A3A0E;font-weight:800;font-size:12.5px;border-radius:8px;padding:6px 14px;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.18);}
.cd-line-chip{background:#06C755;color:#fff;font-weight:800;font-size:12px;border-radius:10px;padding:8px 14px;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 10px rgba(0,0,0,.18);}
.cd-line-chip .bub{width:22px;height:22px;border-radius:6px;background:#fff;color:#06C755;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:900;flex:none;}
.cd-price-row{position:relative;z-index:1;display:flex;justify-content:center;gap:14px;padding:18px 20px 0;flex-wrap:wrap;}
.cd-price-badge{background:rgba(255,255,255,.94);color:var(--ink);border-radius:12px;padding:10px 18px;text-align:center;min-width:88px;box-shadow:0 6px 16px rgba(0,0,0,.2);}
.cd-price-badge .lbl{font-size:11.5px;font-weight:700;color:var(--text-light);}
.cd-price-badge .yen{font-size:22px;font-weight:900;color:var(--orange-600);line-height:1.3;}
.cd-phone-row{position:relative;z-index:1;display:flex;justify-content:center;padding:16px 20px 0;}
.cd-phone-pill{background:rgba(255,255,255,.96);border-radius:999px;padding:9px 20px;display:flex;align-items:center;gap:10px;box-shadow:0 6px 16px rgba(0,0,0,.2);color:var(--ink);}
.cd-phone-pill .ico{width:26px;height:26px;border-radius:50%;background:var(--orange-600);display:flex;align-items:center;justify-content:center;flex:none;}
.cd-phone-pill .ico svg{width:14px;height:14px;fill:#fff;}
.cd-phone-pill .num{font-size:17px;font-weight:900;}
.cd-phone-pill .sub{font-size:10.5px;color:var(--text-light);font-weight:600;}
.cd-info-hero-caption{position:relative;z-index:1;margin-top:22px;padding:12px 20px;background:rgba(20,14,8,.55);}
.cd-info-hero-caption p{margin:0;font-size:15px;font-weight:800;line-height:1.5;}
.cd-info-hero-caption .hl{background:var(--orange-600);padding:2px 6px;}
.cd-photo-note{font-size:11px;color:var(--text-light);margin:0 0 18px;}
.cd-info-list{width:100%;border-collapse:collapse;}
.cd-info-list tr{border-bottom:1px solid #EDE2D4;}
.cd-info-list tr:last-child{border-bottom:none;}
.cd-info-list th,.cd-info-list td{text-align:left;padding:13px 0;font-size:14px;vertical-align:top;}
.cd-info-list th{width:120px;color:var(--text-light);font-weight:700;}
.cd-info-list td a{color:var(--orange-600);font-weight:700;}
.cd-hours{font-size:12.5px;color:var(--text-light);margin-top:4px;}
.cd-stat-num{font-size:18px;font-weight:900;color:var(--orange-600);}
.cd-about-text{font-size:15px;line-height:2;color:#3B4452;margin:0;}
.cd-source-note{font-size:12px;color:var(--text-light);margin:14px 0 0;}
.cd-source-note a{color:var(--orange-600);font-weight:700;}
.cd-cta{
  background:linear-gradient(120deg, #D45F2A 0%, #E2703A 100%);
  padding:36px 0;color:#fff;text-align:center;margin:8px 0;
}
.cd-cta h3{font-size:clamp(16px,2.4vw,19px);font-weight:900;margin:0 0 8px;line-height:1.5;}
.cd-cta p{font-size:13.5px;opacity:.92;margin:0 0 18px;line-height:1.7;}
.cd-btn-cta{display:inline-block;background:#fff;color:#D45F2A;border-radius:999px;padding:14px 32px;font-weight:800;font-size:15.5px;}
.cd-btn-cta:hover{opacity:.94;}
.cd-cta-mini{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;margin-top:18px;font-size:12px;opacity:.9;}
.cd-rating-row{display:flex;gap:32px;flex-wrap:wrap;align-items:center;}
.cd-rating-score{text-align:center;min-width:100px;}
.cd-rating-score .big{font-size:38px;font-weight:900;color:var(--orange-600);line-height:1;}
.cd-rating-score .stars{color:#D99A2B;font-size:15px;margin:6px 0;}
.cd-rating-score .count{font-size:12px;color:var(--text-light);}
.cd-rating-dist{flex:1;min-width:220px;display:flex;flex-direction:column;gap:7px;}
.cd-dist-row{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-light);}
.cd-dist-row .label{width:30px;flex:none;}
.cd-dist-row .dist-bar{flex:1;height:6px;background:#EDE2D4;border-radius:999px;overflow:hidden;}
.cd-dist-row .dist-bar span{display:block;height:100%;background:#D99A2B;}
.cd-dist-row .n{width:36px;text-align:right;flex:none;}
.cd-review{padding:18px 0;border-top:1px solid #EDE2D4;}
.cd-review:first-of-type{border-top:none;padding-top:0;}
.cd-review .rhead{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px;}
.cd-review .stars{color:#D99A2B;font-size:13.5px;font-weight:700;}
.cd-review .date{font-size:12px;color:var(--text-light);}
.cd-review-author{font-size:12.5px;color:var(--text-light);margin-bottom:6px;}
.cd-review p{margin:0;font-size:14px;line-height:1.8;color:#3B4452;}
.cd-review-source{font-size:12px;color:var(--text-light);margin:18px 0 0;line-height:1.7;}
.cd-review-source a{color:var(--orange-600);font-weight:700;}
.cd-empty-reviews{font-size:14px;color:var(--text-light);line-height:1.8;margin:0 0 8px;}
.cd-empty-reviews a{color:var(--orange-600);font-weight:700;}
.cd-back{text-align:center;border-bottom:none;}

/* ===== Review request (company page) ===== */
.sn-review-request{
  border:2px solid var(--orange-500);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff8f3 0%,#fff1e6 100%);
  box-shadow:0 8px 22px rgba(226,112,58,.12);
}
.sn-review-request-header{
  background:var(--orange-500);
  color:#fff;
  font-size:15.5px;
  font-weight:800;
  padding:12px 18px;
  letter-spacing:.02em;
}
.sn-review-request-body{padding:18px 20px 20px;}
.sn-review-request-text{
  margin:0 0 16px;font-size:14px;line-height:1.85;color:#3B4452;
}
.sn-review-request-actions{text-align:center;}
.sn-review-open{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--orange-500);color:#fff !important;
  font-size:14.5px;font-weight:800;padding:13px 22px;border-radius:999px;
  border:none;cursor:pointer;
  box-shadow:0 6px 14px rgba(226,112,58,.28);
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
}
.sn-review-open:hover{
  background:var(--orange-600);transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(226,112,58,.34);
}
.sn-review-request-done{
  margin:0;font-size:14px;font-weight:700;color:var(--orange-600);line-height:1.7;
}
.sn-review-modal{
  position:fixed;inset:0;z-index:2000;
  display:none;align-items:center;justify-content:center;
  padding:24px 16px;
}
.sn-review-modal.is-open{display:flex;}
.sn-review-modal-backdrop{
  position:absolute;inset:0;background:rgba(20,24,28,.58);backdrop-filter:blur(2px);
}
.sn-review-modal-panel{
  position:relative;z-index:1;width:min(100%,560px);max-height:min(90vh,820px);
  overflow:auto;background:#fff;border-radius:18px;
  padding:28px 24px 24px;box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.sn-review-modal-close{
  position:absolute;top:10px;right:12px;width:36px;height:36px;
  border:none;background:transparent;font-size:28px;line-height:1;
  color:#88919a;cursor:pointer;
}
.sn-review-modal-close:hover{color:var(--ink);}
.sn-review-modal-title{
  font-size:18px;font-weight:900;margin:0 28px 8px 0;color:var(--ink);line-height:1.4;
}
.sn-review-modal-note{
  margin:0 0 18px;font-size:12.5px;color:var(--text-light);line-height:1.7;
}
.sn-review-label{
  display:block;font-weight:700;font-size:14.5px;margin-bottom:8px;color:var(--ink);
}
.sn-review-label-sub{font-size:13px;font-weight:600;color:var(--text-light);}
.sn-review-rating{
  display:flex;justify-content:center;flex-wrap:wrap;gap:12px;padding:6px 0 2px;
}
.sn-review-rating-opt{
  cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:5px;
  transition:transform .15s ease;position:relative;
}
.sn-review-rating-opt:hover{transform:scale(1.1);}
.sn-review-rating-opt input{
  position:absolute;opacity:0;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);
}
.sn-review-star-icon{width:32px;height:32px;display:block;}
.sn-review-star-svg{
  width:100%;height:100%;fill:#ddd;transition:fill .2s ease;
}
.sn-review-rating-opt.is-on .sn-review-star-svg,
.sn-review-rating-opt:has(input:checked) .sn-review-star-svg,
.sn-review-rating-opt:has(input:focus-visible) .sn-review-star-svg{
  fill:#f5a623;filter:drop-shadow(0 0 3px rgba(245,166,35,.45));
}
.sn-review-star-num{font-size:12px;color:#666;font-weight:800;}
.sn-review-works{display:flex;flex-wrap:wrap;gap:10px;}
.sn-review-work-opt{
  display:inline-flex;align-items:center;gap:7px;
  padding:9px 12px;border:1.5px solid #E5E1DB;border-radius:999px;
  background:#fff;cursor:pointer;font-size:13.5px;font-weight:700;
}
.sn-review-work-opt:has(input:checked){
  border-color:var(--orange-500);background:#fff4ec;color:var(--orange-600);
}
.sn-review-form .mitsumori-field select{
  width:100%;padding:12px 14px;border:1.5px solid #E5E1DB;border-radius:12px;
  background:#faf9f7;font-size:15px;color:var(--ink);
}
.sn-review-form .mitsumori-field select:focus{
  outline:none;border-color:var(--orange-500);background:#fff;
}
.sn-review-form .mitsumori-submit{width:100%;}
body.sn-review-modal-open{overflow:hidden;}

@media(max-width:640px){
  .cd-hero-card{padding:20px 18px;}
  .cd-info-hero-top{flex-direction:column;}
  .cd-phone-pill{padding:10px 14px;}
  .cd-phone-pill .num{font-size:15px;}
  .cd-rating-row{flex-direction:column;align-items:flex-start;}
  .sn-review-request-body{padding:16px;}
  .sn-review-modal-panel{padding:24px 16px 18px;border-radius:14px;}
  .sn-review-rating{gap:8px;}
  .sn-review-star-icon{width:28px;height:28px;}
}
@media (max-width:860px){
  .guide-grid{grid-template-columns:1fr;}
  .other-areas-grid{grid-template-columns:repeat(2,1fr);}
  .area-local-box{padding:22px 20px;}
  .area-vacancy-row{
    grid-template-columns:1fr;gap:6px;
  }
  .area-vacancy-value{text-align:left;}
}
@media (max-width:600px){
  .other-areas-grid{grid-template-columns:1fr;}
}

@media (prefers-reduced-motion:reduce){
  .hero-copy,.hero-photo{animation:none;}
  .reveal{opacity:1;transform:none;transition:none;}
  .btn:hover,.manga-panel:hover,.rank-card:hover,.region-card:hover{transform:none;}
  .region-card-body,
  .region-chevron{transition:none;}
}
