@charset "UTF-8";
:root{
  --green:#37794a;
  --green-dark:#285c38;
  --green-deep:#214c31;
  --green-pale:#edf6ef;
  --green-pale2:#f6faf6;
  --ink:#213128;
  --muted:#65736a;
  --line:#e2eae4;
  --white:#fff;
  --shadow:0 10px 30px rgba(43,91,58,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;color:var(--ink);background:#fff;line-height:1.8}
img{display:block;max-width:100%}
a{color:inherit}
.shell{width:min(1180px,92%);margin:auto}
.article-shell{width:min(1040px,92%);margin:auto}

.utility{background:var(--green-deep);color:#eff7f1;font-size:12px}
.utility-inner{height:36px;display:flex;justify-content:space-between;align-items:center}
.utility-inner div{display:flex;gap:20px}.utility a{text-decoration:none}

.header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;backdrop-filter:blur(12px)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:16px;text-decoration:none}
.brand-main{font-size:26px;color:var(--green);font-weight:800;letter-spacing:.08em}
.brand-side{border-left:1px solid var(--line);padding-left:16px;font-size:13px;font-weight:700;color:var(--green-dark);line-height:1.2}
.brand-side small{display:block;font-weight:400;font-size:9px;margin-top:4px;color:#87958c}
.header nav{display:flex;align-items:center;gap:28px}
.header nav a{text-decoration:none;font-size:12px;font-weight:700}
.nav-button{background:var(--green);color:#fff!important;border-radius:999px;padding:12px 18px}

.hero{position:relative;min-height:500px;overflow:hidden;background:#f3f8f3}
.hero-photo{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(250,253,250,.98) 0%,rgba(250,253,250,.93) 30%,rgba(250,253,250,.42) 56%,rgba(250,253,250,0) 72%),url('/recruit-media/assets/images/hero.jpg');background-size:cover;background-position:center right}
.hero-inner{position:relative;z-index:2;min-height:500px;display:flex;align-items:center}
.hero-copy{max-width:620px;padding:60px 0}
.eyebrow{font-size:10px;letter-spacing:.2em;font-weight:800;color:#dbe9df;margin:0 0 12px}
.eyebrow.green{color:var(--green)}
.hero .eyebrow{color:#6b9276}
.hero-kicker{font-size:21px;letter-spacing:.05em;margin:0 0 4px}
.hero h1{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:clamp(40px,5.8vw,68px);font-weight:600;color:var(--green);line-height:1.25;margin:0 0 22px}
.hero-text{max-width:560px;font-size:15px;color:#4e5f55;margin:0 0 28px}
.primary-btn,.outline-btn,.white-btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;text-decoration:none;font-size:12px;font-weight:800;border-radius:999px;transition:.25s}
.primary-btn{background:var(--green);color:#fff;padding:12px 22px}
.primary-btn:hover{background:var(--green-dark);transform:translateY(-1px)}
.primary-btn.block{width:100%}
.outline-btn{border:1px solid #7cab88;color:var(--green-dark);padding:10px 18px;background:#fff}
.outline-btn.large{padding:13px 23px}
.white-btn{background:#fff;color:var(--green-dark);padding:12px 22px}

.articles{padding:70px 0 85px}
.section-title-row{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-title-row h2{font-size:31px;margin:0;letter-spacing:.03em}
.section-note{font-size:12px;color:#7a897f}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:34px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 4px 14px rgba(37,90,55,.05);transition:.25s}
.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.article-photo{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;background:#edf4ee}
.article-photo img{width:100%;height:100%;object-fit:cover;transition:.35s}
.article-card:hover .article-photo img{transform:scale(1.03)}
.category{position:absolute;left:12px;top:12px;background:rgba(55,121,74,.93);color:#fff;border-radius:5px;padding:4px 8px;font-size:10px;font-weight:700}
.category.static{position:static;display:inline-block;margin-right:12px}
.photo-note{position:absolute;right:8px;bottom:6px;background:rgba(255,255,255,.78);padding:2px 6px;border-radius:3px;font-size:8px;color:#67766c}
.article-body{padding:18px 18px 20px}
.article-body time,.article-head time,.related time{font-size:10px;color:#8c9990}
.article-body h3{font-size:18px;line-height:1.55;margin:8px 0 10px}
.article-body h3 a,.related h3 a{text-decoration:none}
.article-body p{font-size:13px;color:var(--muted);margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.readmore{font-size:11px;font-weight:800;color:var(--green);text-decoration:none}

.sidebar{display:flex;flex-direction:column;gap:20px}
.side-panel{background:#fbfcfb;border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 4px 14px rgba(37,90,55,.04)}
.side-label{font-size:9px;letter-spacing:.17em;font-weight:800;color:var(--green);margin:0 0 5px}
.side-panel h3{font-size:20px;margin:0 0 16px}
.side-panel img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:8px;margin-bottom:16px}
.side-panel p{font-size:13px;color:var(--muted);margin:0 0 17px}
.consultation{background:linear-gradient(180deg,#fff,#f5faf6)}

.jobs{background:linear-gradient(90deg,#f2f8f3,#fbfdfb);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.jobs-inner{padding:46px 0;display:flex;align-items:center;justify-content:space-between;gap:35px}
.jobs h2{font-size:30px;margin:0 0 6px}.jobs p:not(.eyebrow){font-size:13px;color:var(--muted);margin:0}

.mission{background:var(--green-deep);color:#fff}
.mission-inner{padding:70px 0;display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.mission h2{font-family:"Yu Mincho","Hiragino Mincho ProN",serif;font-size:39px;line-height:1.45;font-weight:500;margin:0}
.mission p:not(.eyebrow){color:#dce9df;font-size:14px}.mission a{color:#fff;font-size:12px;font-weight:800;text-decoration:none}

.footer{background:#173824;color:#fff;padding:48px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr .7fr;gap:45px}
.footer p{font-size:12px;color:#c9d7cd;margin:4px 0}
.footer-grid>div:last-child{display:flex;flex-direction:column;gap:6px}
.footer a{font-size:12px;color:#e8efe9;text-decoration:none}
.copyright{border-top:1px solid rgba(255,255,255,.11);margin-top:34px;padding-top:18px;font-size:9px;color:#9eafa3}

/* Article */
.article-head{background:linear-gradient(135deg,#eef6f0,#fafcf9);border-bottom:1px solid var(--line);padding:55px 0}
.breadcrumb{display:flex;gap:10px;font-size:9px;color:#87958c;margin-bottom:26px}.breadcrumb a{text-decoration:none}
.article-head h1{font-size:clamp(32px,4.5vw,50px);line-height:1.42;margin:15px 0 15px}
.article-head p{font-size:15px;color:#59685f;max-width:820px;margin:0}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:45px;padding:55px 0 75px}
.article-main-photo{margin:0 0 38px}
.article-main-photo img{width:100%;max-height:470px;object-fit:cover;border-radius:14px}
.article-main-photo figcaption{font-size:9px;color:#8a968e;margin-top:6px;text-align:right}
.article-content{font-size:16px}
.article-content h2{font-size:27px;line-height:1.5;margin:2.5em 0 .8em;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--green-dark)}
.article-content h3{font-size:20px;margin:2em 0 .7em;color:var(--green-dark)}
.article-content p{color:#3d4d43;margin:0 0 1.35em}
.article-content ul{background:var(--green-pale2);border-radius:10px;padding:18px 20px 18px 40px}
.article-cta{background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;border-radius:14px;padding:36px;margin-top:48px}
.article-cta h2{font-size:28px;line-height:1.45;margin:0 0 10px}
.article-cta p:not(.eyebrow){font-size:14px;color:#e2ede5}
.article-sidebar{display:flex;flex-direction:column;gap:20px}
.related{padding:0 0 80px}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.related-grid article{border:1px solid var(--line);border-radius:12px;overflow:hidden;padding-bottom:18px}
.related-thumb img{width:100%;height:150px;object-fit:cover}
.related-grid time,.related-grid h3,.related-grid .readmore{margin-left:16px;margin-right:16px}
.related-grid time{display:block;margin-top:13px}.related-grid h3{font-size:17px;line-height:1.55}

.empty{background:var(--green-pale2);border:1px solid var(--line);border-radius:12px;padding:40px;text-align:center;color:var(--muted)}

@media(max-width:980px){
  .header nav a:not(.nav-button){display:none}
  .content-layout{grid-template-columns:1fr}
  .sidebar{display:grid;grid-template-columns:1fr 1fr}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .article-layout{grid-template-columns:1fr}.article-sidebar{display:grid;grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .utility-inner div{display:none}
  .header-inner{min-height:72px}.brand-main{font-size:22px}.brand-side{font-size:11px}.header nav{gap:0}
  .nav-button{padding:10px 13px;font-size:10px}
  .hero{min-height:520px}.hero-photo{background-image:linear-gradient(180deg,rgba(250,253,250,.95) 0%,rgba(250,253,250,.83) 55%,rgba(250,253,250,.35) 100%),url('/recruit-media/assets/images/hero.jpg');background-position:center}
  .hero-inner{min-height:520px;align-items:flex-start}.hero-copy{padding-top:55px}.hero-kicker{font-size:17px}.hero h1{font-size:39px}.hero-text{font-size:14px;max-width:92%}
  .articles{padding:55px 0}.section-title-row{align-items:flex-start;flex-direction:column;gap:8px}
  .article-grid{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr}
  .jobs-inner{padding:38px 0;align-items:flex-start;flex-direction:column}
  .mission-inner{padding:55px 0;grid-template-columns:1fr;gap:26px}.mission h2{font-size:31px}
  .footer-grid{grid-template-columns:1fr;gap:24px}
  .article-head{padding:42px 0}.article-head h1{font-size:31px}.article-layout{padding:40px 0}
  .article-sidebar{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}
}
