/* ECHO Recruit v2.0 — production stabilization stylesheet
   Clean rebuild: no legacy cascade dependency. */

body.echo-recruit-page{
  --ink:#153b40;
  --blue:#1f6857;
  --beige:#d8c08f;
  --sand:#eee4cf;
  --paper:#f8f5ee;
  --white:#ffffff;
  /* 本文用。白・ベージュ背景でも細い日本語が沈まない濃さに統一 */
  --muted:#334b4f;
  --line:rgba(21,59,64,.16);
  --line-dark:rgba(255,255,255,.22);
  --max:1440px;
  --gutter:clamp(20px,5vw,80px);
  --section:clamp(84px,8vw,124px);
  --radius:10px;
  --shadow:0 14px 34px rgba(21,59,64,.07);
  --font-ja:"Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP",Meiryo,sans-serif;
  --font-en:Arial,Helvetica,sans-serif;
}

/* ---------------- Reset / WordPress isolation ---------------- */
html{scroll-behavior:smooth}
body.echo-recruit-page{
  margin:0!important;
  padding:0!important;
  background:var(--paper)!important;
  color:var(--ink)!important;
}
body.echo-recruit-page #echo-recruit,
body.echo-recruit-page #echo-recruit *{box-sizing:border-box}
#echo-recruit{
  width:100%;
  min-width:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--font-ja);
  font-size:16px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
#echo-recruit img{display:block;max-width:100%;height:auto}
#echo-recruit a{color:inherit;text-decoration:none}
#echo-recruit p,#echo-recruit h1,#echo-recruit h2,#echo-recruit h3,#echo-recruit h4,#echo-recruit figure{margin-top:0}
#echo-recruit h1,#echo-recruit h2,#echo-recruit h3,#echo-recruit h4{
  margin-bottom:0;
  font-weight:800;
  line-break:strict;
  word-break:normal;
  overflow-wrap:normal;
}
#echo-recruit p,#echo-recruit li,#echo-recruit h1,#echo-recruit h2,#echo-recruit h3,#echo-recruit h4{
  word-break:auto-phrase;
  text-wrap:pretty;
}
#echo-recruit em{font-style:normal;color:var(--blue)}
#echo-recruit ul{margin:0;padding:0}
#echo-recruit section[id]{scroll-margin-top:88px}
#echo-recruit :focus-visible{outline:3px solid var(--blue);outline-offset:4px}

body.echo-recruit-page #echo-recruit .prototype-note{
  padding:8px 16px;
  background:#fff5d7;
  border-bottom:1px solid rgba(21,59,64,.12);
  color:#5e552f;
  text-align:center;
  font-size:13px;
  line-height:1.5;
}

/* ---------------- Shared typography ---------------- */
body.echo-recruit-page #echo-recruit .eyebrow{
  margin:0 0 18px;
  color:var(--blue);
  font:900 11px/1.2 var(--font-en);
  letter-spacing:.22em;
  text-transform:uppercase;
}
body.echo-recruit-page #echo-recruit .section-heading{max-width:980px}
body.echo-recruit-page #echo-recruit .section-heading h2,
body.echo-recruit-page #echo-recruit .intro h2,
body.echo-recruit-page #echo-recruit .editorial-copy h2,
body.echo-recruit-page #echo-recruit .digital-copy h2{
  margin:0;
  font-size:clamp(38px,4.1vw,62px);
  line-height:1.23;
  letter-spacing:-.035em;
}
body.echo-recruit-page #echo-recruit .section-heading.light{color:var(--white)}
body.echo-recruit-page #echo-recruit .section-heading.light .eyebrow{color:var(--beige)}
body.echo-recruit-page #echo-recruit .section-heading.light h2{color:var(--white)}
body.echo-recruit-page #echo-recruit .section-heading.light h2 em{color:var(--beige)}
body.echo-recruit-page #echo-recruit .section-lead{
  max-width:680px;
  margin:24px 0 0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.95;
}
body.echo-recruit-page #echo-recruit .split-title{
  max-width:var(--max);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:clamp(42px,7vw,110px);
  align-items:end;
}
body.echo-recruit-page #echo-recruit .split-title>p{
  max-width:590px;
  margin:0 0 7px;
  color:var(--muted);
  font-size:16px;
  line-height:1.95;
}
body.echo-recruit-page #echo-recruit .headline-line{display:block}

/* ---------------- Header ---------------- */
body.echo-recruit-page #echo-recruit .site-header{
  position:sticky;
  top:0;
  z-index:100;
  min-height:72px;
  padding:0 clamp(20px,4.4vw,76px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  background:rgba(216,192,143,.96);
  border-bottom:1px solid rgba(21,59,64,.13);
  backdrop-filter:blur(10px);
}
body.echo-recruit-page #echo-recruit body.admin-bar .site-header{top:32px}
body.echo-recruit-page #echo-recruit .brand{display:flex;align-items:center;min-width:0;gap:12px}
body.echo-recruit-page #echo-recruit .brand img{display:block;width:150px;height:auto;flex:0 0 auto}
body.echo-recruit-page #echo-recruit .brand span{padding-left:12px;border-left:1px solid rgba(21,59,64,.24)}
body.echo-recruit-page #echo-recruit .brand small{
  display:block;
  color:var(--ink);
  font:900 9px/1 var(--font-en);
  letter-spacing:.22em;
  white-space:nowrap;
}
body.echo-recruit-page #echo-recruit .site-header nav{display:flex;align-items:center;gap:clamp(18px,2.3vw,36px)}
body.echo-recruit-page #echo-recruit .site-header nav a{
  padding:24px 0;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  border-bottom:2px solid transparent;
}
body.echo-recruit-page #echo-recruit .site-header nav a:hover{border-bottom-color:var(--ink)}

/* ---------------- Hero ---------------- */
body.echo-recruit-page #echo-recruit .hero{
  position:relative;
  min-height:680px;
  padding:clamp(64px,7vw,102px) var(--gutter) clamp(64px,7vw,92px);
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);
  gap:clamp(38px,5vw,84px);
  align-items:center;
  background:var(--paper);
}
body.echo-recruit-page #echo-recruit .hero:before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:54%;
  pointer-events:none;
  opacity:.55;
  background-image:
    linear-gradient(rgba(21,59,64,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(21,59,64,.055) 1px,transparent 1px);
  background-size:64px 64px;
  mask-image:linear-gradient(90deg,#000,transparent 92%);
}
body.echo-recruit-page #echo-recruit .hero-copy,body.echo-recruit-page #echo-recruit .hero-visual{position:relative;z-index:1;min-width:0}
body.echo-recruit-page #echo-recruit .hero-copy{max-width:730px}
body.echo-recruit-page #echo-recruit .hero-meta{
  width:max-content;
  max-width:100%;
  margin:0 0 28px;
  display:flex;
  align-items:stretch;
  overflow:hidden;
  border:1px solid rgba(21,59,64,.23);
  border-radius:999px;
  background:rgba(255,255,255,.65);
}
body.echo-recruit-page #echo-recruit .hero-meta b,body.echo-recruit-page #echo-recruit .hero-meta span{display:flex;align-items:center;padding:9px 13px;font-size:12px;line-height:1.35}
body.echo-recruit-page #echo-recruit .hero-meta b{background:var(--ink);color:#fff;white-space:nowrap}
body.echo-recruit-page #echo-recruit .hero-meta span{font-weight:800}
body.echo-recruit-page #echo-recruit .hero h1{
  max-width:720px;
  margin:0;
  font-size:clamp(46px,4.35vw,70px);
  line-height:1.15;
  letter-spacing:-.045em;
}
body.echo-recruit-page #echo-recruit .hero h1 .headline-line{white-space:nowrap}
body.echo-recruit-page #echo-recruit .hero h1 .accent{color:var(--blue)}
body.echo-recruit-page #echo-recruit .hero-lead{
  max-width:620px;
  margin:30px 0 0;
  color:#35575b;
  font-size:clamp(16px,1.3vw,19px);
  line-height:1.9;
}
body.echo-recruit-page #echo-recruit .hero-lead>span,
body.echo-recruit-page #echo-recruit .hero-lead strong span{display:block;white-space:nowrap}
body.echo-recruit-page #echo-recruit .hero-lead strong{display:block;margin-top:7px;color:var(--ink)}
body.echo-recruit-page #echo-recruit .hero-actions{margin-top:34px}
body.echo-recruit-page #echo-recruit .button{
  display:inline-flex;
  min-height:46px;
  padding:0 20px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ink);
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}
body.echo-recruit-page #echo-recruit .button:hover{background:var(--ink);color:#fff}
body.echo-recruit-page #echo-recruit .hero-visual.editorial-hero{height:clamp(450px,44vw,590px)}
body.echo-recruit-page #echo-recruit .hero-photo{
  position:relative;
  width:100%;
  height:100%;
  margin:0;
  overflow:hidden;
  display:grid;
  grid-template-rows:minmax(0,1fr) auto;
  background:#e8e5df;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
}
body.echo-recruit-page #echo-recruit .hero-photo img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
body.echo-recruit-page #echo-recruit .hero-photo figcaption{
  position:static;
  max-width:none;
  padding:14px 17px;
  background:rgba(248,245,238,.94);
  color:var(--ink);
  font-size:13px;
  font-weight:800;
}
body.echo-recruit-page #echo-recruit .scroll-cue{display:none}
body.echo-recruit-page #echo-recruit .recruit-photo-placeholder{
  width:100%;
  height:100%;
  min-height:inherit;
  display:block;
  background:
    linear-gradient(135deg,rgba(255,255,255,.34),transparent 52%),
    linear-gradient(45deg,#e5dccb,#f2ede3);
}

/* ---------------- Page index ---------------- */
body.echo-recruit-page #echo-recruit .page-index{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:0;
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body.echo-recruit-page #echo-recruit .page-index a{
  min-width:0;
  min-height:102px;
  padding:20px clamp(20px,3.2vw,46px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
body.echo-recruit-page #echo-recruit .page-index a:nth-child(3n){border-right:0}
body.echo-recruit-page #echo-recruit .page-index a:nth-last-child(-n+3){border-bottom:0}
body.echo-recruit-page #echo-recruit .page-index span{color:var(--blue);font:900 12px/1 var(--font-en);letter-spacing:.14em}
body.echo-recruit-page #echo-recruit .page-index b{font-size:18px;line-height:1.35}
body.echo-recruit-page #echo-recruit .page-index a:hover{background:var(--ink);color:#fff}
body.echo-recruit-page #echo-recruit .page-index a:hover span{color:var(--beige)}

/* ---------------- About ---------------- */
body.echo-recruit-page #echo-recruit .intro{
  padding:var(--section) var(--gutter);
  display:grid;
  grid-template-columns:minmax(340px,.8fr) minmax(420px,1.2fr);
  gap:clamp(48px,7vw,110px);
  align-items:start;
}
body.echo-recruit-page #echo-recruit .intro-body{max-width:700px;padding-top:38px}
body.echo-recruit-page #echo-recruit .intro-lead{
  margin:0 0 24px;
  font-size:clamp(20px,1.8vw,26px);
  line-height:1.75;
  font-weight:800;
}
body.echo-recruit-page #echo-recruit .intro-body>p:last-child{max-width:62ch;margin:0;color:var(--muted);font-size:16px;line-height:2}

body.echo-recruit-page #echo-recruit .bridge{
  max-width:calc(var(--max) + 0px);
  min-height:230px;
  margin:0 auto var(--section);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}
body.echo-recruit-page #echo-recruit .bridge-core{min-height:230px;padding:38px clamp(28px,5vw,72px);display:flex;flex-direction:column;justify-content:center}
body.echo-recruit-page #echo-recruit .bridge-core>p{margin:0 0 30px;text-align:center;font:900 10px/1 var(--font-en);letter-spacing:.2em}
body.echo-recruit-page #echo-recruit .value-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(18px,3vw,48px);align-items:start}
body.echo-recruit-page #echo-recruit .value-flow span{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  text-align:center;
  font-size:15px;
  font-weight:800;
}
body.echo-recruit-page #echo-recruit .value-flow span:not(:last-child):after{
  content:"→";
  position:absolute;
  right:clamp(-29px,-1.8vw,-14px);
  top:12px;
  color:var(--blue);
}
body.echo-recruit-page #echo-recruit .value-flow i{
  width:36px;height:36px;
  display:grid;place-items:center;
  border:1px solid var(--blue);
  border-radius:50%;
  color:var(--blue);
  font:900 9px/1 var(--font-en);
  font-style:normal;
}

/* ---------------- Numbers ---------------- */
body.echo-recruit-page #echo-recruit .numbers{
  padding:var(--section) var(--gutter);
  color:var(--ink);
  background:
    radial-gradient(circle at 8% 2%,rgba(216,192,143,.24),transparent 31%),
    linear-gradient(145deg,#fff 0%,var(--paper) 58%,#f0e9da 100%);
}
body.echo-recruit-page #echo-recruit .numbers-heading{
  max-width:var(--max);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.72fr);
  gap:clamp(40px,6vw,90px);
  align-items:end;
}
body.echo-recruit-page #echo-recruit .numbers .section-heading{margin:0}
body.echo-recruit-page #echo-recruit .numbers-intro{padding-bottom:7px}
body.echo-recruit-page #echo-recruit .numbers-intro p{margin:0;color:var(--muted);font-size:17px;line-height:2}
body.echo-recruit-page #echo-recruit .numbers-intro small{display:block;margin-top:14px;color:#607174;font-size:12px;line-height:1.7}
body.echo-recruit-page #echo-recruit .stats-grid{
  max-width:var(--max);
  margin:56px auto 0;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
body.echo-recruit-page #echo-recruit .stat{
  position:relative;
  min-width:0;
  min-height:320px;
  overflow:hidden;
  padding:30px;
  display:flex;
  flex-direction:column;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(21,59,64,.12);
  border-radius:var(--radius);
  box-shadow:0 14px 34px rgba(21,59,64,.07);
}
body.echo-recruit-page #echo-recruit .stat:after{
  content:"";
  position:absolute;
  right:-62px;
  bottom:-72px;
  width:178px;
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(216,192,143,.18);
}
body.echo-recruit-page #echo-recruit .stat-icon{
  position:relative;
  z-index:1;
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  color:var(--blue);
  background:#e2ece6;
  border-radius:10px;
}
body.echo-recruit-page #echo-recruit .stat-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
body.echo-recruit-page #echo-recruit .stat-label{position:relative;z-index:1;margin:27px 0 8px;color:var(--muted);font-size:15px;font-weight:800;line-height:1.6}
body.echo-recruit-page #echo-recruit .stat-value{position:relative;z-index:1;display:flex;min-width:0;align-items:baseline;flex-wrap:wrap;white-space:nowrap}
body.echo-recruit-page #echo-recruit .stat-prefix{margin-right:4px;color:var(--blue);font-size:clamp(21px,1.7vw,28px);font-weight:900}
body.echo-recruit-page #echo-recruit .stat strong{color:var(--blue);font:900 clamp(55px,5vw,76px)/.95 var(--font-en);letter-spacing:-.055em}
body.echo-recruit-page #echo-recruit .stat b{margin-left:7px;color:var(--ink);font-size:17px;line-height:1.2}
body.echo-recruit-page #echo-recruit .stat-value-range{gap:9px;flex-wrap:nowrap}
body.echo-recruit-page #echo-recruit .stat-value-range strong{font-size:clamp(38px,3.7vw,58px);letter-spacing:-.05em}
body.echo-recruit-page #echo-recruit .stat-value-range i{color:#7a8989;font-size:22px;font-style:normal}
body.echo-recruit-page #echo-recruit .stat-note{position:relative;z-index:1;margin:auto 0 0;padding-top:23px;color:var(--muted);font-size:15px;font-weight:600;line-height:1.75}
body.echo-recruit-page #echo-recruit .company-facts{
  max-width:var(--max);
  margin:28px auto 0;
  padding:28px 30px;
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:34px;
  align-items:center;
  background:var(--ink);
  color:#fff;
  border-radius:var(--radius);
}
body.echo-recruit-page #echo-recruit .company-facts-heading span{display:block;margin-bottom:8px;color:var(--beige);font:900 10px/1.3 var(--font-en);letter-spacing:.15em}
body.echo-recruit-page #echo-recruit .company-facts-heading h3{margin:0;color:#fff;font-size:19px;line-height:1.4}
body.echo-recruit-page #echo-recruit .company-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
body.echo-recruit-page #echo-recruit .company-facts-grid article{min-width:0;padding:4px 20px;border-left:1px solid rgba(255,255,255,.2)}
body.echo-recruit-page #echo-recruit .company-facts-grid article>div{display:flex;align-items:baseline;white-space:nowrap}
body.echo-recruit-page #echo-recruit .company-facts-grid strong{color:var(--beige);font:900 clamp(29px,2.7vw,42px)/1 var(--font-en);letter-spacing:-.04em}
body.echo-recruit-page #echo-recruit .company-facts-grid b{margin-left:5px;color:#fff;font-size:12px}
body.echo-recruit-page #echo-recruit .company-facts-grid p{margin:7px 0 0;color:rgba(255,255,255,.8);font-size:13px;font-weight:700;line-height:1.5}
body.echo-recruit-page #echo-recruit .numbers-pending{max-width:var(--max);margin:15px auto 0;color:#607174;font-size:12px;line-height:1.7;text-align:right}

/* ---------------- Jobs ---------------- */
body.echo-recruit-page #echo-recruit .jobs-preview{padding:var(--section) var(--gutter);background:var(--paper)}
body.echo-recruit-page #echo-recruit .jobs-preview>.section-heading{max-width:var(--max);margin:0 auto 46px}
body.echo-recruit-page #echo-recruit .job-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:14px}
body.echo-recruit-page #echo-recruit .job-card{
  position:relative;
  min-height:370px;
  padding:30px;
  background:#fff;
  border:1px solid rgba(21,59,64,.11);
  border-radius:var(--radius);
  display:flex;
  flex-direction:column;
}
body.echo-recruit-page #echo-recruit .job-card.featured{background:var(--ink);color:#fff}
body.echo-recruit-page #echo-recruit .job-no{position:absolute;right:28px;top:27px;font:900 10px/1 var(--font-en);opacity:.72}
body.echo-recruit-page #echo-recruit .job-en{margin:0 0 44px;color:var(--blue);font:900 10px/1 var(--font-en);letter-spacing:.18em}
body.echo-recruit-page #echo-recruit .job-card.featured .job-en{color:var(--beige)}
body.echo-recruit-page #echo-recruit .job-card h3{margin:0 0 22px;font-size:clamp(30px,2.8vw,42px);line-height:1.2}
body.echo-recruit-page #echo-recruit .job-card h4{margin:0 0 20px;font-size:17px;line-height:1.65}
body.echo-recruit-page #echo-recruit .job-card>p:last-child{margin:auto 0 0;color:var(--muted);font-size:15px;line-height:1.9}
body.echo-recruit-page #echo-recruit .job-card.featured>p:last-child{color:rgba(255,255,255,.76)}

/* ---------------- Products ---------------- */
body.echo-recruit-page #echo-recruit .products-section{padding:var(--section) var(--gutter);background:#fff}
body.echo-recruit-page #echo-recruit .products-section>.section-heading{margin:0 auto 48px}
body.echo-recruit-page #echo-recruit .products-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
body.echo-recruit-page #echo-recruit .product-card{
  position:relative;
  min-height:285px;
  padding:26px;
  overflow:hidden;
  background:var(--sand);
  border:1px solid rgba(21,59,64,.1);
}
body.echo-recruit-page #echo-recruit .product-card.p2{background:#fff}
body.echo-recruit-page #echo-recruit .product-card.p3{background:#e7ddd0}
body.echo-recruit-page #echo-recruit .product-card.p4{background:var(--beige)}
body.echo-recruit-page #echo-recruit .product-card>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
body.echo-recruit-page #echo-recruit .product-card>div span{font:900 10px/1 var(--font-en);color:var(--blue)}
body.echo-recruit-page #echo-recruit .product-card>div b{font:900 9px/1 var(--font-en);letter-spacing:.11em}
body.echo-recruit-page #echo-recruit .product-card h3{margin:54px 0 14px;font-size:22px;line-height:1.4}
body.echo-recruit-page #echo-recruit .product-card p{position:relative;z-index:1;max-width:29ch;margin:0;color:var(--muted);font-size:15px;line-height:1.9}
body.echo-recruit-page #echo-recruit .product-card i{
  position:absolute;
  right:20px;
  bottom:15px;
  color:rgba(21,59,64,.11);
  font:900 70px/1 var(--font-en);
  font-style:normal;
  pointer-events:none;
}

/* ---------------- Not just sales ---------------- */
body.echo-recruit-page #echo-recruit .not-just-sales{padding:var(--section) var(--gutter);background:#fff;color:var(--ink)}
body.echo-recruit-page #echo-recruit .not-just-sales .section-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .not-just-sales .section-heading.light{color:var(--ink)}
body.echo-recruit-page #echo-recruit .not-just-sales .section-heading.light .eyebrow{color:var(--blue)}
body.echo-recruit-page #echo-recruit .not-just-sales .section-heading.light h2{color:var(--ink)}
body.echo-recruit-page #echo-recruit .not-just-sales .section-heading.light h2 em{color:var(--blue)}
body.echo-recruit-page #echo-recruit .not-just-sales .section-lead{color:var(--muted)}
body.echo-recruit-page #echo-recruit .work-stories{max-width:var(--max);margin:52px auto 0;border-top:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .work-story{display:grid;grid-template-columns:1.05fr .95fr;min-height:400px;border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .work-story.reverse figure{order:2}
body.echo-recruit-page #echo-recruit .work-story figure{margin:0;min-height:400px;overflow:hidden;background:#ece8df}
body.echo-recruit-page #echo-recruit .work-story figure img{width:100%;height:100%;display:block;object-fit:cover}
body.echo-recruit-page #echo-recruit .work-story>div{padding:56px clamp(34px,5vw,74px);display:flex;flex-direction:column;justify-content:center}
body.echo-recruit-page #echo-recruit .work-story>div>span{color:var(--blue);font:900 10px/1 var(--font-en);letter-spacing:.16em}
body.echo-recruit-page #echo-recruit .work-story h3{margin:16px 0 18px;font-size:clamp(30px,2.9vw,45px);line-height:1.3;letter-spacing:-.035em}
body.echo-recruit-page #echo-recruit .work-story p{max-width:570px;margin:0;color:var(--muted);font-size:15px;line-height:2}

/* ---------------- Editorial image sections ---------------- */
body.echo-recruit-page #echo-recruit .editorial-section{display:grid;grid-template-columns:1.05fr .95fr;min-height:590px;background:#fff}
body.echo-recruit-page #echo-recruit .editorial-photo{margin:0;min-height:590px;overflow:hidden;background:#ece8df}
body.echo-recruit-page #echo-recruit .editorial-photo img{width:100%;height:100%;min-height:590px;display:block;object-fit:cover}
body.echo-recruit-page #echo-recruit .editorial-copy{padding:clamp(64px,7vw,100px) clamp(42px,7vw,106px);display:flex;flex-direction:column;justify-content:center;min-width:0}
body.echo-recruit-page #echo-recruit .editorial-copy>p:not(.eyebrow):not(.hearing-note){max-width:610px;margin:26px 0 0;color:var(--muted);font-size:15px;line-height:2}

/* ---------------- Workflow ---------------- */
body.echo-recruit-page #echo-recruit .workflow-section{padding:var(--section) var(--gutter);background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .workflow-section>.section-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .workflow{max-width:var(--max);margin:44px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.echo-recruit-page #echo-recruit .workflow article{
  min-height:145px;
  padding:24px 26px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:14px;
  background:#fff;
  border:1px solid rgba(21,59,64,.10);
  border-radius:var(--radius);
}
body.echo-recruit-page #echo-recruit .workflow article>span{padding-top:4px;color:var(--blue);font:900 10px/1 var(--font-en)}
body.echo-recruit-page #echo-recruit .workflow article>div{min-width:0}
body.echo-recruit-page #echo-recruit .workflow h3{margin:0 0 9px;font-size:20px;line-height:1.4}
body.echo-recruit-page #echo-recruit .workflow p{margin:0;color:var(--muted);font-size:15px;line-height:1.85}
body.echo-recruit-page #echo-recruit .workflow-note{max-width:var(--max);margin:20px auto 0;color:var(--muted);text-align:right;font-size:15px;line-height:1.8}

/* ---------------- One day ---------------- */
body.echo-recruit-page #echo-recruit .oneday-section{padding:var(--section) var(--gutter);background:#fff}
body.echo-recruit-page #echo-recruit .oneday-section>.section-heading{margin:0 auto}
body.echo-recruit-page #echo-recruit .oneday-editorial{max-width:var(--max);margin:48px auto 0;display:grid;grid-template-columns:.92fr 1.08fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .oneday-editorial>figure{margin:0;min-height:430px;overflow:hidden;background:#ece8df}
body.echo-recruit-page #echo-recruit .oneday-editorial>figure img{width:100%;height:100%;min-height:430px;display:block;object-fit:cover}
body.echo-recruit-page #echo-recruit .oneday-points{padding:22px clamp(30px,5vw,64px)}
body.echo-recruit-page #echo-recruit .oneday-points article{min-height:125px;display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .oneday-points article:last-child{border-bottom:0}
body.echo-recruit-page #echo-recruit .oneday-points time{color:var(--blue);font:900 clamp(24px,2.2vw,34px)/1 var(--font-en);letter-spacing:-.04em}
body.echo-recruit-page #echo-recruit .oneday-points b{display:block;font-size:17px}
body.echo-recruit-page #echo-recruit .oneday-points p{margin:6px 0 0;color:var(--muted);font-size:15px;line-height:1.8}

/* ---------------- Training ---------------- */
body.echo-recruit-page #echo-recruit .training{display:grid;grid-template-columns:.92fr 1.08fr;min-height:680px;background:var(--ink);color:#fff}
body.echo-recruit-page #echo-recruit .training-photo{min-height:680px;overflow:hidden;background:#243e41}
body.echo-recruit-page #echo-recruit .training-photo img{width:100%;height:100%;min-height:680px;display:block;object-fit:cover}
body.echo-recruit-page #echo-recruit .training-content{padding:clamp(70px,7vw,106px) var(--gutter)}
body.echo-recruit-page #echo-recruit .training-content .section-heading{max-width:700px}
body.echo-recruit-page #echo-recruit .steps{max-width:760px;margin-top:42px}
body.echo-recruit-page #echo-recruit .steps article{padding:22px 0;border-top:1px solid rgba(255,255,255,.25)}
body.echo-recruit-page #echo-recruit .steps article>span{display:flex;justify-content:space-between;gap:20px;color:var(--beige);font:900 9px/1.4 var(--font-en);letter-spacing:.14em}
body.echo-recruit-page #echo-recruit .steps article>span b{color:#fff;font-size:11px;letter-spacing:0}
body.echo-recruit-page #echo-recruit .steps h3{margin:14px 0 6px;font-size:20px;line-height:1.45}
body.echo-recruit-page #echo-recruit .steps p{margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.9}
body.echo-recruit-page #echo-recruit .steps .career{margin-top:18px;padding:22px;background:var(--beige);color:var(--ink);border:0;border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .steps .career>span,body.echo-recruit-page #echo-recruit .steps .career p{color:var(--ink)}

/* ---------------- People ---------------- */
body.echo-recruit-page #echo-recruit .people-section{padding:var(--section) var(--gutter);background:var(--paper);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .people-copy{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(340px,.75fr);gap:clamp(36px,5vw,72px);align-items:start}
body.echo-recruit-page #echo-recruit .people-copy .eyebrow{margin-top:7px}
body.echo-recruit-page #echo-recruit .people-copy h2{margin:0;font-size:clamp(40px,3.6vw,56px);line-height:1.28;letter-spacing:-.035em}
body.echo-recruit-page #echo-recruit .people-copy h2 .accent{color:var(--blue)}
body.echo-recruit-page #echo-recruit .people-copy>p:last-child{max-width:46ch;margin:7px 0 0;color:var(--muted);font-size:16px;line-height:2}
body.echo-recruit-page #echo-recruit .people-cards{max-width:var(--max);margin:42px auto 0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .people-cards .person-card{
  position:relative;
  min-height:180px;
  padding:28px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:transparent;
}
body.echo-recruit-page #echo-recruit .people-cards .person-card:after{position:absolute;right:26px;top:24px;color:var(--ink);font:900 27px/1 var(--font-en);letter-spacing:-.05em}
body.echo-recruit-page #echo-recruit .people-cards .person-card:nth-child(1):after{content:"01"}
body.echo-recruit-page #echo-recruit .people-cards .person-card:nth-child(2):after{content:"02"}
body.echo-recruit-page #echo-recruit .people-cards .person-card:nth-child(3):after{content:"03"}
body.echo-recruit-page #echo-recruit .people-cards b{color:var(--blue);font:900 9px/1 var(--font-en);letter-spacing:.18em}
body.echo-recruit-page #echo-recruit .people-cards span{margin-top:12px;font-size:22px;font-weight:800;line-height:1.4}

/* ---------------- Digital ---------------- */
body.echo-recruit-page #echo-recruit .digital-editorial{background:var(--sand);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .digital-editorial .editorial-copy{order:1}
body.echo-recruit-page #echo-recruit .digital-editorial .editorial-photo{order:2}

/* ---------------- Fit ---------------- */
body.echo-recruit-page #echo-recruit .fit-section{padding:var(--section) var(--gutter);background:#fff;border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .fit-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .fit-heading h2{display:flex;flex-wrap:wrap;gap:.2em;align-items:baseline}
body.echo-recruit-page #echo-recruit .fit-heading h2 span,body.echo-recruit-page #echo-recruit .fit-heading h2 em{white-space:nowrap}
body.echo-recruit-page #echo-recruit .fit-grid{max-width:var(--max);margin:38px auto 0;display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .fit-grid article{min-height:180px;padding:24px;display:flex;flex-direction:column;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .fit-grid span{color:var(--blue);font:900 9px/1 var(--font-en)}
body.echo-recruit-page #echo-recruit .fit-grid h3{margin:34px 0 0;font-size:17px;line-height:1.65;letter-spacing:-.01em}
body.echo-recruit-page #echo-recruit .welcome{margin:30px 0 0;color:var(--blue);text-align:center;font-size:18px;font-weight:900}

/* ---------------- Work style ---------------- */
body.echo-recruit-page #echo-recruit .workstyle{padding:var(--section) var(--gutter);background:var(--paper)}
body.echo-recruit-page #echo-recruit .workstyle>.section-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .workstyle-grid{max-width:var(--max);margin:44px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
body.echo-recruit-page #echo-recruit .workstyle-grid article{min-height:190px;padding:24px;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(21,59,64,.09);border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .workstyle-grid article>span{font-size:13px;font-weight:800}
body.echo-recruit-page #echo-recruit .workstyle-grid strong{margin:auto 0 9px;color:var(--blue);font:900 clamp(34px,3.4vw,52px)/1 var(--font-en);letter-spacing:-.055em;white-space:nowrap}
body.echo-recruit-page #echo-recruit .workstyle-grid small{margin-left:5px;font-size:10px;letter-spacing:.04em}
body.echo-recruit-page #echo-recruit .workstyle-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.7}
body.echo-recruit-page #echo-recruit .benefits{max-width:var(--max);margin:12px auto 0;padding:22px 24px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;background:var(--ink);color:#fff;border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .benefits b{margin-right:16px;color:var(--beige);font:900 9px/1 var(--font-en);letter-spacing:.17em}
body.echo-recruit-page #echo-recruit .benefits span{padding:8px 12px;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:12px}

/* ---------------- Requirements / salary ---------------- */
body.echo-recruit-page #echo-recruit .requirements-section{padding:var(--section) var(--gutter);background:var(--ink);color:#fff}
body.echo-recruit-page #echo-recruit .requirements-section>.section-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .requirements-layout{max-width:var(--max);margin:44px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:stretch}
body.echo-recruit-page #echo-recruit .requirements-layout>article{min-width:0;padding:30px;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius);background:rgba(255,255,255,.07)}
body.echo-recruit-page #echo-recruit .requirement-label{display:block;color:var(--beige);font-size:13px;font-weight:800;letter-spacing:.08em}
body.echo-recruit-page #echo-recruit .employment-card{display:flex;flex-direction:column;justify-content:center}
body.echo-recruit-page #echo-recruit .employment-card h3{margin:25px 0 10px;font-size:36px;line-height:1.25}
body.echo-recruit-page #echo-recruit .employment-card p{margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.8}
body.echo-recruit-page #echo-recruit .salary-card{background:var(--paper)!important;color:var(--ink)!important;border-color:rgba(216,192,143,.62)!important}
body.echo-recruit-page #echo-recruit .salary-card .requirement-label{color:var(--blue)}
body.echo-recruit-page #echo-recruit .salary-main{margin:26px 0 0;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:start}
body.echo-recruit-page #echo-recruit .salary-main>small{font-size:15px;font-weight:900;white-space:nowrap}
body.echo-recruit-page #echo-recruit .salary-range{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:baseline;gap:5px;white-space:nowrap}
body.echo-recruit-page #echo-recruit .salary-range>strong{min-width:0;color:var(--blue);font:900 clamp(24px,2.15vw,38px)/1 var(--font-en);letter-spacing:-.055em;white-space:nowrap}
body.echo-recruit-page #echo-recruit .salary-range>strong:first-child{text-align:right}
body.echo-recruit-page #echo-recruit .salary-range>strong:last-child{text-align:left}
body.echo-recruit-page #echo-recruit .salary-range>strong span{display:inline-block;margin:0 1px;font-family:var(--font-ja);font-size:clamp(9px,.65vw,11px);font-weight:800;letter-spacing:0}
body.echo-recruit-page #echo-recruit .salary-range>i{margin:0;font-size:clamp(14px,1vw,17px);font-weight:800;font-style:normal}
body.echo-recruit-page #echo-recruit .salary-bonus{margin:17px 0 23px;font-size:18px;font-weight:900}
body.echo-recruit-page #echo-recruit .salary-card ul{list-style:none;padding-top:18px;border-top:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .salary-card li{position:relative;padding-left:1.2em;font-size:15px;line-height:1.85}
body.echo-recruit-page #echo-recruit .salary-card li:before{content:"※";position:absolute;left:0}
body.echo-recruit-page #echo-recruit .incentive-card{display:flex;flex-direction:column;justify-content:center}
body.echo-recruit-page #echo-recruit .incentive-card h3{margin:24px 0 12px;font-size:23px;line-height:1.5}
body.echo-recruit-page #echo-recruit .incentive-card p{margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.9}
body.echo-recruit-page #echo-recruit .salary-examples{max-width:var(--max);margin:14px auto 0;padding:25px 30px;background:var(--sand);color:var(--ink);border:1px solid rgba(216,192,143,.56);border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .salary-examples>.requirement-label{margin-bottom:18px;color:var(--ink)}
body.echo-recruit-page #echo-recruit .salary-examples>div{display:grid;grid-template-columns:repeat(3,1fr)}
body.echo-recruit-page #echo-recruit .salary-examples article{padding:3px 28px;border-left:1px solid rgba(21,59,64,.23)}
body.echo-recruit-page #echo-recruit .salary-examples article:first-child{padding-left:0;border-left:0}
body.echo-recruit-page #echo-recruit .salary-examples strong{color:var(--ink);font:900 clamp(27px,2.6vw,40px)/1 var(--font-en);letter-spacing:-.04em;white-space:nowrap}
body.echo-recruit-page #echo-recruit .salary-examples strong small{margin-left:4px;font-family:var(--font-ja);font-size:12px;font-weight:800}
body.echo-recruit-page #echo-recruit .salary-examples article p{margin:9px 0 0;font-size:15px;font-weight:700;line-height:1.7}

/* ---------------- Locations ---------------- */
body.echo-recruit-page #echo-recruit .locations-section{padding:clamp(72px,8vw,112px) var(--gutter);background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .locations-copy{width:100%;max-width:1100px;margin:0 auto}
body.echo-recruit-page #echo-recruit .locations-copy h2{margin:0;font-size:clamp(38px,4vw,58px);line-height:1.25;letter-spacing:-.035em}
body.echo-recruit-page #echo-recruit .locations-copy>p:not(.eyebrow){max-width:570px;margin:28px 0;color:var(--muted);font-size:16px;line-height:1.95}
body.echo-recruit-page #echo-recruit .locations-copy ul{list-style:none;border-top:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .locations-copy li{padding:14px 0;border-bottom:1px solid var(--line);font-size:15px;font-weight:700;line-height:1.7}

/* ---------------- Message ---------------- */
body.echo-recruit-page #echo-recruit .message-section{padding:calc(var(--section) + 10px) var(--gutter);background:var(--paper);text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body.echo-recruit-page #echo-recruit .message-section .eyebrow{margin-bottom:22px}
body.echo-recruit-page #echo-recruit .message-section h2{max-width:950px;margin:0 auto 34px;font-size:clamp(42px,4.8vw,70px);line-height:1.22;letter-spacing:-.04em}
body.echo-recruit-page #echo-recruit .message-section>p:not(.eyebrow){max-width:690px;margin:0 auto 18px;color:var(--muted);font-size:16px;line-height:2}
body.echo-recruit-page #echo-recruit .message-section>strong{display:block;margin-top:32px;color:var(--blue);font-size:21px}

/* ---------------- Selection ---------------- */
body.echo-recruit-page #echo-recruit .selection-section{padding:var(--section) var(--gutter);background:var(--sand);color:var(--ink)}
body.echo-recruit-page #echo-recruit .selection-section>.section-heading{max-width:var(--max);margin:0 auto}
body.echo-recruit-page #echo-recruit .selection-flow{max-width:1080px;margin:42px auto 0;display:grid;grid-template-columns:1fr 44px 1fr 44px 1fr;align-items:center}
body.echo-recruit-page #echo-recruit .selection-flow article{min-height:145px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border:1px solid rgba(21,59,64,.13);border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .selection-flow article span{margin-bottom:15px;color:var(--blue);font:900 9px/1 var(--font-en);letter-spacing:.16em}
body.echo-recruit-page #echo-recruit .selection-flow article strong{font-size:27px;line-height:1.2}
body.echo-recruit-page #echo-recruit .selection-flow article small{margin-top:8px;padding:5px 10px;background:var(--sand);border-radius:999px;font-size:10px;font-weight:800}
body.echo-recruit-page #echo-recruit .selection-flow>i{text-align:center;color:var(--blue);font-size:22px;font-style:normal}
body.echo-recruit-page #echo-recruit .selection-lead{margin:26px 0 0;text-align:center;font-size:15px;font-weight:800}
body.echo-recruit-page #echo-recruit .selection-notes{max-width:var(--max);margin:34px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
body.echo-recruit-page #echo-recruit .selection-notes article{padding-top:20px;border-top:1px solid rgba(21,59,64,.30)}
body.echo-recruit-page #echo-recruit .selection-notes h3{margin:0 0 12px;font-size:17px}
body.echo-recruit-page #echo-recruit .selection-notes p,body.echo-recruit-page #echo-recruit .selection-notes li{font-size:15px;line-height:1.9}
body.echo-recruit-page #echo-recruit .selection-notes p{margin:0}
body.echo-recruit-page #echo-recruit .selection-notes ul{padding-left:1.2em}
body.echo-recruit-page #echo-recruit .recruit-contact{max-width:var(--max);margin:42px auto 0;padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--ink);color:#fff;border-radius:var(--radius)}
body.echo-recruit-page #echo-recruit .recruit-contact span{color:var(--beige);font:900 9px/1 var(--font-en);letter-spacing:.18em}
body.echo-recruit-page #echo-recruit .recruit-contact h3{margin:12px 0 4px;font-size:22px}
body.echo-recruit-page #echo-recruit .recruit-contact p{margin:0;color:rgba(255,255,255,.82);font-size:15px}
body.echo-recruit-page #echo-recruit .recruit-contact>a{font:800 clamp(18px,2vw,26px)/1.2 var(--font-en);word-break:break-all}

/* ---------------- Footer ---------------- */
#echo-recruit footer{
  padding:28px var(--gutter);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:var(--ink);
  color:#fff;
}
#echo-recruit footer .brand{padding:8px 10px;background:var(--beige);border-radius:4px}
#echo-recruit footer .brand img{width:118px}
#echo-recruit footer .brand span{display:none}
#echo-recruit footer p{margin:0;font-size:10px;color:rgba(255,255,255,.65)}
#echo-recruit footer>a:last-child{font:800 9px/1 var(--font-en);letter-spacing:.12em}

/* ---------------- 1180px ---------------- */
@media(max-width:1180px){
  body.echo-recruit-page #echo-recruit .site-header nav{gap:18px}
  body.echo-recruit-page #echo-recruit .site-header nav a{font-size:11px}
  body.echo-recruit-page #echo-recruit .hero{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;padding-left:44px;padding-right:44px}
  body.echo-recruit-page #echo-recruit .hero h1{font-size:clamp(43px,4.2vw,56px)}
  body.echo-recruit-page #echo-recruit .bridge{margin-left:32px;margin-right:32px}
  body.echo-recruit-page #echo-recruit .job-grid{grid-template-columns:1.12fr 1fr 1fr}
  body.echo-recruit-page #echo-recruit .products-grid{grid-template-columns:repeat(2,1fr)}
  body.echo-recruit-page #echo-recruit .people-copy{grid-template-columns:100px minmax(380px,1fr) minmax(290px,.72fr);gap:36px}
  body.echo-recruit-page #echo-recruit .fit-grid h3{font-size:15px}
  body.echo-recruit-page #echo-recruit .requirements-layout{grid-template-columns:1fr}
  body.echo-recruit-page #echo-recruit .incentive-card{grid-column:auto;min-height:180px}
}

/* ---------------- Tablet / <=1024 ---------------- */
@media(max-width:1024px){
  body.echo-recruit-page #echo-recruit body.admin-bar .site-header{top:46px}
  body.echo-recruit-page #echo-recruit .site-header{position:sticky;min-height:64px;padding:0 18px}
  body.echo-recruit-page #echo-recruit .site-header nav{display:none}
  body.echo-recruit-page #echo-recruit .brand img{width:122px}
  body.echo-recruit-page #echo-recruit .brand span{display:none}

  body.echo-recruit-page #echo-recruit .hero{min-height:0;padding:56px 20px 0;grid-template-columns:1fr;gap:34px}
  body.echo-recruit-page #echo-recruit .hero:before{width:100%;height:52%;mask-image:linear-gradient(#000,transparent)}
  body.echo-recruit-page #echo-recruit .hero-copy{max-width:100%}
  body.echo-recruit-page #echo-recruit .hero-meta{margin-bottom:22px}
  body.echo-recruit-page #echo-recruit .hero h1{font-size:clamp(38px,10vw,52px);line-height:1.18}
  body.echo-recruit-page #echo-recruit .hero h1 .headline-line{white-space:normal}
  body.echo-recruit-page #echo-recruit .hero-lead{font-size:clamp(12px,3.5vw,16px);line-height:1.85}
  body.echo-recruit-page #echo-recruit .hero-actions{margin-top:26px}
  body.echo-recruit-page #echo-recruit .hero-visual.editorial-hero{height:360px;margin:0 -20px 0 16px}
  body.echo-recruit-page #echo-recruit .hero-photo{border-radius:8px 0 0 0;box-shadow:none}
  body.echo-recruit-page #echo-recruit .hero-photo figcaption{font-size:12px;padding:12px 14px}

  body.echo-recruit-page #echo-recruit .page-index{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.echo-recruit-page #echo-recruit .page-index a{min-height:88px;padding:16px 20px}

  body.echo-recruit-page #echo-recruit .section-heading h2,body.echo-recruit-page #echo-recruit .intro h2,body.echo-recruit-page #echo-recruit .editorial-copy h2,body.echo-recruit-page #echo-recruit .digital-copy h2{font-size:clamp(34px,8.8vw,46px);line-height:1.28}
  body.echo-recruit-page #echo-recruit .split-title{grid-template-columns:1fr;gap:24px}

  body.echo-recruit-page #echo-recruit .intro{padding:76px 22px;grid-template-columns:1fr;gap:26px}
  body.echo-recruit-page #echo-recruit .intro-body{padding-top:0}
  body.echo-recruit-page #echo-recruit .intro-lead{font-size:20px}
  body.echo-recruit-page #echo-recruit .desktop{display:none}

  body.echo-recruit-page #echo-recruit .bridge{margin:0 18px 76px;min-height:0}
  body.echo-recruit-page #echo-recruit .bridge-core{min-height:210px;padding:32px 24px}
  body.echo-recruit-page #echo-recruit .value-flow{gap:18px}
  body.echo-recruit-page #echo-recruit .value-flow span:not(:last-child):after{right:-14px}

  body.echo-recruit-page #echo-recruit .numbers{padding:76px 22px}
  body.echo-recruit-page #echo-recruit .numbers-heading{grid-template-columns:1fr;gap:25px}
  body.echo-recruit-page #echo-recruit .numbers-intro{max-width:650px;padding-bottom:0}
  body.echo-recruit-page #echo-recruit .numbers-intro p{font-size:16px;line-height:1.9}
  body.echo-recruit-page #echo-recruit .stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:38px}
  body.echo-recruit-page #echo-recruit .stat{min-height:285px;padding:26px}
  body.echo-recruit-page #echo-recruit .stat strong{font-size:60px}
  body.echo-recruit-page #echo-recruit .stat-value-range strong{font-size:46px}
  body.echo-recruit-page #echo-recruit .company-facts{grid-template-columns:1fr;gap:22px;padding:27px}
  body.echo-recruit-page #echo-recruit .company-facts-grid article:first-child{border-left:0;padding-left:0}

  body.echo-recruit-page #echo-recruit .jobs-preview,body.echo-recruit-page #echo-recruit .products-section,body.echo-recruit-page #echo-recruit .not-just-sales,body.echo-recruit-page #echo-recruit .workflow-section,body.echo-recruit-page #echo-recruit .oneday-section,body.echo-recruit-page #echo-recruit .people-section,body.echo-recruit-page #echo-recruit .fit-section,body.echo-recruit-page #echo-recruit .workstyle,body.echo-recruit-page #echo-recruit .requirements-section,body.echo-recruit-page #echo-recruit .message-section,body.echo-recruit-page #echo-recruit .selection-section{padding:76px 22px}
  body.echo-recruit-page #echo-recruit .job-grid{grid-template-columns:1fr;gap:12px}
  body.echo-recruit-page #echo-recruit .job-card{min-height:300px;padding:26px}
  body.echo-recruit-page #echo-recruit .job-en{margin-bottom:34px}

  body.echo-recruit-page #echo-recruit .products-grid{grid-template-columns:1fr}
  body.echo-recruit-page #echo-recruit .product-card{min-height:240px}

  body.echo-recruit-page #echo-recruit .work-story,body.echo-recruit-page #echo-recruit .work-story.reverse{grid-template-columns:1fr;min-height:0}
  body.echo-recruit-page #echo-recruit .work-story.reverse figure{order:0}
  body.echo-recruit-page #echo-recruit .work-story figure{min-height:300px}
  body.echo-recruit-page #echo-recruit .work-story>div{padding:38px 22px 46px}
  body.echo-recruit-page #echo-recruit .work-story h3{font-size:31px}

  body.echo-recruit-page #echo-recruit .editorial-section,body.echo-recruit-page #echo-recruit .digital-editorial{grid-template-columns:1fr;min-height:0}
  body.echo-recruit-page #echo-recruit .editorial-photo,body.echo-recruit-page #echo-recruit .editorial-photo img{min-height:330px}
  body.echo-recruit-page #echo-recruit .editorial-copy{padding:60px 22px}
  body.echo-recruit-page #echo-recruit .digital-editorial .editorial-photo{order:1}
  body.echo-recruit-page #echo-recruit .digital-editorial .editorial-copy{order:2}

  body.echo-recruit-page #echo-recruit .workflow{grid-template-columns:1fr;gap:10px;margin-top:34px}
  body.echo-recruit-page #echo-recruit .workflow article{min-height:110px;padding:22px}
  body.echo-recruit-page #echo-recruit .workflow-note{text-align:left}

  body.echo-recruit-page #echo-recruit .oneday-editorial{grid-template-columns:1fr;margin-top:34px}
  body.echo-recruit-page #echo-recruit .oneday-editorial>figure,body.echo-recruit-page #echo-recruit .oneday-editorial>figure img{min-height:300px}
  body.echo-recruit-page #echo-recruit .oneday-points{padding:12px 20px}
  body.echo-recruit-page #echo-recruit .oneday-points article{min-height:105px;grid-template-columns:88px 1fr}
  body.echo-recruit-page #echo-recruit .oneday-points time{font-size:24px}

  body.echo-recruit-page #echo-recruit .training{grid-template-columns:1fr;min-height:0}
  body.echo-recruit-page #echo-recruit .training-photo,body.echo-recruit-page #echo-recruit .training-photo img{min-height:360px}
  body.echo-recruit-page #echo-recruit .training-content{padding:68px 22px}

  body.echo-recruit-page #echo-recruit .people-copy{grid-template-columns:1fr;gap:16px}
  body.echo-recruit-page #echo-recruit .people-copy h2{font-size:clamp(34px,8.8vw,45px)}
  body.echo-recruit-page #echo-recruit .people-copy>p:last-child{max-width:60ch}
  body.echo-recruit-page #echo-recruit .people-cards{grid-template-columns:1fr;margin-top:32px}
  body.echo-recruit-page #echo-recruit .people-cards .person-card{min-height:150px;padding:24px}

  body.echo-recruit-page #echo-recruit .fit-heading h2{display:block}
  body.echo-recruit-page #echo-recruit .fit-heading h2 span,body.echo-recruit-page #echo-recruit .fit-heading h2 em{display:block;white-space:normal}
  body.echo-recruit-page #echo-recruit .fit-grid{grid-template-columns:1fr;margin-top:30px}
  body.echo-recruit-page #echo-recruit .fit-grid article{min-height:145px;padding:22px}
  body.echo-recruit-page #echo-recruit .fit-grid h3{margin-top:24px;font-size:17px}

  body.echo-recruit-page #echo-recruit .workstyle-grid{grid-template-columns:repeat(2,1fr);margin-top:34px}
  body.echo-recruit-page #echo-recruit .workstyle-grid article{min-height:170px}
  body.echo-recruit-page #echo-recruit .workstyle-grid strong{font-size:39px}

  body.echo-recruit-page #echo-recruit .requirements-layout{grid-template-columns:1fr;margin-top:34px}
  body.echo-recruit-page #echo-recruit .incentive-card{grid-column:auto}
  body.echo-recruit-page #echo-recruit .salary-main{grid-template-columns:1fr;gap:11px}
  body.echo-recruit-page #echo-recruit .salary-range{width:max-content;max-width:100%}
  body.echo-recruit-page #echo-recruit .salary-range>strong{font-size:clamp(30px,8vw,39px)}
  body.echo-recruit-page #echo-recruit .salary-examples>div{grid-template-columns:1fr}
  body.echo-recruit-page #echo-recruit .salary-examples article,body.echo-recruit-page #echo-recruit .salary-examples article:first-child{padding:17px 0;border-left:0;border-top:1px solid rgba(21,59,64,.23)}
  body.echo-recruit-page #echo-recruit .salary-examples article:first-child{padding-top:0;border-top:0}

  body.echo-recruit-page #echo-recruit .locations-section{padding:68px 22px}

  body.echo-recruit-page #echo-recruit .selection-flow{grid-template-columns:1fr;gap:8px;margin-top:34px}
  body.echo-recruit-page #echo-recruit .selection-flow>i{transform:rotate(0deg);font-size:18px}
  body.echo-recruit-page #echo-recruit .selection-flow article{min-height:120px}
  body.echo-recruit-page #echo-recruit .selection-notes{grid-template-columns:1fr;gap:16px}
  body.echo-recruit-page #echo-recruit .recruit-contact{padding:26px;align-items:flex-start;flex-direction:column}
  body.echo-recruit-page #echo-recruit .recruit-contact>a{font-size:18px}

  #echo-recruit footer{padding:26px 22px;flex-direction:column;text-align:center}
}

/* ---------------- Value flow / <=640 ---------------- */
@media(max-width:640px){
  body.echo-recruit-page #echo-recruit .page-index{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.echo-recruit-page #echo-recruit .page-index a{min-height:82px;padding:15px 18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
  body.echo-recruit-page #echo-recruit .page-index a:nth-child(3n){border-right:1px solid var(--line)}
  body.echo-recruit-page #echo-recruit .page-index a:nth-child(2n){border-right:0}
  body.echo-recruit-page #echo-recruit .page-index a:nth-last-child(-n+3){border-bottom:1px solid var(--line)}
  body.echo-recruit-page #echo-recruit .page-index a:nth-last-child(-n+2){border-bottom:0}
  body.echo-recruit-page #echo-recruit .page-index span{font-size:11px}
  body.echo-recruit-page #echo-recruit .page-index b{font-size:16px}

  body.echo-recruit-page #echo-recruit .bridge-core{min-height:0;padding:28px 22px}
  body.echo-recruit-page #echo-recruit .bridge-core>p{margin-bottom:22px}
  body.echo-recruit-page #echo-recruit .value-flow{grid-template-columns:1fr;gap:0}
  body.echo-recruit-page #echo-recruit .value-flow span{min-height:58px;flex-direction:row;text-align:left;justify-content:flex-start}
  body.echo-recruit-page #echo-recruit .value-flow span:not(:last-child):after{content:"↓";right:auto;left:15px;top:auto;bottom:-8px}

  body.echo-recruit-page #echo-recruit .stats-grid{grid-template-columns:1fr;gap:14px}
  body.echo-recruit-page #echo-recruit .stat{min-height:275px;padding:26px 24px}
  body.echo-recruit-page #echo-recruit .stat-icon{width:58px;height:58px}
  body.echo-recruit-page #echo-recruit .stat-icon svg{width:31px;height:31px}
  body.echo-recruit-page #echo-recruit .stat-label{margin-top:23px}
  body.echo-recruit-page #echo-recruit .stat strong{font-size:64px}
  body.echo-recruit-page #echo-recruit .stat-value-range strong{font-size:clamp(43px,12.2vw,54px)}
  body.echo-recruit-page #echo-recruit .company-facts{padding:24px 20px}
  body.echo-recruit-page #echo-recruit .company-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:22px}
  body.echo-recruit-page #echo-recruit .company-facts-grid article{padding:3px 15px}
  body.echo-recruit-page #echo-recruit .company-facts-grid article:nth-child(odd){padding-left:0;border-left:0}
  body.echo-recruit-page #echo-recruit .company-facts-grid strong{font-size:34px}
  body.echo-recruit-page #echo-recruit .numbers-pending{text-align:left}
}

/* ---------------- Small mobile / <=480 ---------------- */
@media(max-width:480px){
  body.echo-recruit-page #echo-recruit .prototype-note{font-size:11px}
  body.echo-recruit-page #echo-recruit .hero{padding-left:18px;padding-right:18px}
  body.echo-recruit-page #echo-recruit .hero-meta{border-radius:12px;flex-direction:column;width:100%}
  body.echo-recruit-page #echo-recruit .hero-meta b,body.echo-recruit-page #echo-recruit .hero-meta span{justify-content:flex-start;padding:8px 11px}
  body.echo-recruit-page #echo-recruit .hero h1{font-size:clamp(35px,10.5vw,44px);letter-spacing:-.04em}
  body.echo-recruit-page #echo-recruit .hero-visual.editorial-hero{height:300px;margin-right:-18px}

  body.echo-recruit-page #echo-recruit .stat strong{font-size:58px}
  body.echo-recruit-page #echo-recruit .stat-prefix{font-size:22px}
  body.echo-recruit-page #echo-recruit .stat b{font-size:15px;margin-left:5px}
  body.echo-recruit-page #echo-recruit .stat-value-range{gap:7px}
  body.echo-recruit-page #echo-recruit .stat-value-range strong{font-size:clamp(40px,12vw,48px)}
  body.echo-recruit-page #echo-recruit .company-facts-grid strong{font-size:30px}

  body.echo-recruit-page #echo-recruit .workstyle-grid{grid-template-columns:1fr}
  body.echo-recruit-page #echo-recruit .workstyle-grid article{min-height:145px}

  body.echo-recruit-page #echo-recruit .salary-card{padding:24px 20px!important}
  body.echo-recruit-page #echo-recruit .salary-range{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:3px;align-items:baseline}
  body.echo-recruit-page #echo-recruit .salary-range>strong{font-size:clamp(25px,7.6vw,32px);white-space:nowrap}
  body.echo-recruit-page #echo-recruit .salary-range>strong span{font-size:10px}
  body.echo-recruit-page #echo-recruit .salary-range>i{font-size:15px;margin:0}
  body.echo-recruit-page #echo-recruit .salary-bonus{font-size:17px}

  body.echo-recruit-page #echo-recruit .message-section h2{font-size:clamp(38px,10vw,48px)}
  body.echo-recruit-page #echo-recruit .message-section>strong{font-size:18px}
}
