:root{
  --brand:#173B63;
  --brand-dark:#102A47;
  --brand-soft:#EAF0F6;
  --brand-pale:#F5F8FB;
  --ink:#1D2630;
  --muted:#5C6874;
  --line:#DCE3EA;
  --white:#FFFFFF;
  --max:1160px;
  --radius:18px;
  --shadow:0 12px 35px rgba(23,59,99,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Yu Gothic","YuGothic","Hiragino Kaku Gothic ProN","Noto Sans JP",system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.8}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(220,227,234,.9)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;gap:11px;min-width:max-content}
.brand img{width:44px;height:44px;border-radius:8px}
.brand-text{display:flex;flex-direction:column;line-height:1.15}
.brand-text strong{font-size:15px;letter-spacing:.08em;color:var(--brand)}
.brand-text span{font-size:10px;color:var(--muted);letter-spacing:.06em;margin-top:4px}
.nav{display:flex;align-items:center;gap:20px;font-size:13px;font-weight:600;color:#36414B}
.nav a:hover{color:var(--brand)}
.nav .contact-link{padding:10px 16px;border-radius:999px;background:var(--brand);color:white}
.menu-btn{display:none;border:0;background:none;font-size:28px;color:var(--brand);cursor:pointer}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 58%,#F0F5FA 58%,#F7FAFC 100%)}
.hero::after{content:"";position:absolute;right:-170px;top:120px;width:420px;height:420px;border:1px solid rgba(23,59,99,.12);border-radius:50%;box-shadow:0 0 0 70px rgba(23,59,99,.025),0 0 0 145px rgba(23,59,99,.018)}
.hero-inner{min-height:620px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:52px;position:relative;z-index:1}
.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--brand);font-weight:700;letter-spacing:.08em;font-size:15px}
.eyebrow::before{content:"";width:34px;height:2px;background:var(--brand)}
h1{font-size:clamp(38px,5vw,66px);line-height:1.25;margin:18px 0 22px;letter-spacing:.015em;color:var(--brand-dark)}
.hero-copy{max-width:700px;font-size:18px;color:#42505D;margin:0 0 34px}
.buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border-radius:999px;font-weight:700;font-size:14px;border:1px solid var(--brand);transition:.2s}
.btn.primary{background:var(--brand);color:white}
.btn.secondary{background:white;color:var(--brand)}
.btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(23,59,99,.12)}
.hero-panel{background:var(--brand);color:white;border-radius:28px;padding:44px 38px;box-shadow:0 24px 55px rgba(23,59,99,.18);position:relative;overflow:hidden}
.hero-panel::after{content:"";position:absolute;right:-70px;bottom:-70px;width:210px;height:210px;border:1px solid rgba(255,255,255,.22);border-radius:50%;box-shadow:0 0 0 38px rgba(255,255,255,.05)}
.hero-panel .small{font-size:13px;opacity:.7;letter-spacing:.12em;text-transform:uppercase}
.hero-panel .brand-role{font-size:28px;line-height:1.55;font-weight:700;margin:18px 0 8px}
.hero-panel .en{font-size:14px;opacity:.78;line-height:1.7;margin-top:26px;max-width:290px}
.section{padding:90px 0}
.section.alt{background:var(--brand-pale)}
.section.dark{background:var(--brand);color:white}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:38px}
.kicker{font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--brand);text-transform:uppercase;margin-bottom:8px}
.dark .kicker{color:#BFD1E3}
h2{font-size:clamp(28px,3.5vw,42px);line-height:1.4;margin:0;color:var(--brand-dark);letter-spacing:.02em}
.dark h2{color:white}
.section-lead{margin:16px 0 0;color:var(--muted);font-size:16px;max-width:760px}
.dark .section-lead{color:rgba(255,255,255,.78)}
.text-block{max-width:860px;font-size:17px;color:#34414D}
.text-block p{margin:0 0 15px}
.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.theme-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;min-height:190px;transition:.2s;position:relative}
.theme-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#C7D5E2}
.theme-card .num{font-size:12px;color:#7C8791;letter-spacing:.1em}
.theme-card h3{font-size:21px;color:var(--brand);margin:9px 0 12px}
.theme-card p{font-size:14px;color:var(--muted);margin:0}
.theme-card::after{content:"→";position:absolute;right:24px;bottom:20px;color:var(--brand);font-size:20px}
.service-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0 36px;border-top:1px solid var(--line)}
.service-item{display:flex;gap:15px;padding:18px 4px;border-bottom:1px solid var(--line);font-size:15px;font-weight:700;color:#2A3540}
.service-item span{color:var(--brand);font-size:12px;padding-top:3px;min-width:27px}
.advisory{margin-top:34px;padding:28px 30px;border-radius:var(--radius);background:var(--brand-soft);border-left:4px solid var(--brand)}
.advisory h3{margin:0 0 8px;color:var(--brand);font-size:20px}
.advisory p{margin:0;color:#50606E}
.philosophy{display:grid;grid-template-columns:.95fr 1.05fr;gap:60px;align-items:center}
.philosophy-mark{height:360px;border-radius:28px;background:linear-gradient(150deg,#102A47,#173B63 68%,#244D78);display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden}
.philosophy-mark::before,.philosophy-mark::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}
.philosophy-mark::before{width:270px;height:270px}
.philosophy-mark::after{width:185px;height:185px}
.philosophy-mark strong{position:relative;z-index:1;color:#fff;font-size:34px;line-height:1.55;text-align:center;letter-spacing:.04em}
.philosophy-copy h2{margin-bottom:26px}
.philosophy-copy p{margin:0 0 17px;color:#3D4B58;font-size:16px}
.flow{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:34px}
.flow-step{background:white;border:1px solid #C9D6E3;color:var(--brand);border-radius:14px;padding:20px 12px;text-align:center;font-size:13px;font-weight:700;position:relative}
.flow-step:not(:last-child)::after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:2;color:#7992AA;font-size:18px}
.link-band{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.link-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:32px;display:flex;align-items:center;justify-content:space-between;gap:20px;transition:.2s}
.link-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.link-card h3{margin:0;color:var(--brand);font-size:24px}
.link-card span{font-size:27px;color:var(--brand)}
.rate-box{background:white;border-radius:24px;padding:42px;border:1px solid var(--line);display:flex;justify-content:space-between;gap:28px;align-items:center}
.rate-box h2{font-size:32px}
.rate-box p{margin:10px 0 0;color:var(--muted)}
.media-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.media-card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:30px}
.media-card h3{margin:0 0 8px;color:var(--brand);font-size:22px}
.media-card p{margin:0 0 18px;color:var(--muted);font-size:14px}
.text-link{color:var(--brand);font-weight:700;font-size:14px}
.cta{padding:88px 0;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:white;text-align:center}
.cta h2{color:white;font-size:clamp(30px,4vw,46px)}
.cta p{margin:18px auto 30px;max-width:720px;color:rgba(255,255,255,.8)}
.cta .btn{background:white;color:var(--brand);border-color:white}
.footer{background:#0C2239;color:#D7E0E8;padding:50px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.2fr 2fr;gap:50px}
.footer .brand-text strong{color:white}
.footer .brand-text span{color:#9FB0BF}
.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:10px 22px;font-size:13px}
.footer-nav a{color:#C9D4DE}
.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;color:#91A4B5;display:flex;justify-content:space-between;gap:20px}
.page-hero{padding:88px 0 60px;background:var(--brand-pale);border-bottom:1px solid var(--line)}
.page-hero h1{font-size:44px;margin:10px 0}
.page-content{padding:70px 0 100px}
.price-table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}
table{border-collapse:collapse;width:100%;min-width:760px;background:white}
th,td{padding:16px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:14px}
th{background:#EEF3F7;color:var(--brand);font-weight:800}
tr:last-child td{border-bottom:0}
.price{font-weight:800;color:var(--brand)}
.subsection{margin-top:58px}
.subsection h2{font-size:30px;margin-bottom:20px}
.note{background:var(--brand-pale);border-left:4px solid var(--brand);padding:20px 22px;border-radius:8px;color:#465563}
.placeholder{border:1px dashed #AEBCC8;border-radius:18px;padding:54px;text-align:center;color:#667681;background:#FAFCFD}
@media (max-width:1000px){
  .nav{display:none;position:absolute;top:76px;left:0;right:0;background:white;padding:22px 24px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:14px}
  .nav.open{display:flex}
  .menu-btn{display:block}
  .hero-inner{grid-template-columns:1fr;min-height:auto;padding:90px 0}
  .hero-panel{display:none}
  .theme-grid{grid-template-columns:repeat(2,1fr)}
  .philosophy{grid-template-columns:1fr}
  .philosophy-mark{height:280px}
  .flow{grid-template-columns:repeat(3,1fr)}
  .flow-step:nth-child(3)::after{display:none}
}
@media (max-width:700px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .header-inner{height:68px}
  .brand img{width:38px;height:38px}
  .hero-inner{padding:72px 0}
  h1{font-size:39px}
  .hero-copy{font-size:16px}
  .section{padding:66px 0}
  .section-head{display:block}
  .theme-grid{grid-template-columns:1fr}
  .service-list{grid-template-columns:1fr}
  .philosophy-mark{height:240px}
  .philosophy-mark strong{font-size:27px}
  .flow{grid-template-columns:1fr}
  .flow-step:not(:last-child)::after{content:"↓";right:auto;left:50%;top:auto;bottom:-19px;transform:translateX(-50%)}
  .flow-step:nth-child(3)::after{display:block}
  .link-band,.media-grid{grid-template-columns:1fr}
  .rate-box{display:block;padding:30px}
  .rate-box .btn{margin-top:22px}
  .footer-grid{grid-template-columns:1fr}
  .footer-nav{grid-template-columns:1fr 1fr}
  .footer-bottom{display:block}
  .page-hero{padding:60px 0 44px}
  .page-hero h1{font-size:36px}
}

/* v2 HOME refinements */
.site-header .header-inner{height:84px}
.brand{gap:13px}
.brand img{width:50px;height:50px;border-radius:0}
.brand-text strong{font-size:18px;font-weight:800;letter-spacing:.035em;color:var(--brand)}
.brand-text span{font-size:10px;letter-spacing:.11em;margin-top:5px}
.nav{gap:22px;font-size:15px;font-weight:700}
.nav .contact-link{padding:11px 18px}

.hero-photo{
  position:relative;
  background-image:url('https://images.squarespace-cdn.com/content/v1/6854faab1f8c0d662c32bd6c/b10f7cdb-4323-4aac-b9ba-305524c7336e/AdobeStock_287243625.jpeg?format=2500w');
  background-size:cover;
  background-position:center 46%;
  min-height:650px;
}
.hero-photo::after{display:none}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,42,71,.10) 0%,rgba(255,255,255,.18) 27%,rgba(255,255,255,.74) 55%,rgba(255,255,255,.97) 100%)}
.hero-photo .hero-inner{display:flex;align-items:center;justify-content:flex-end;min-height:650px;position:relative;z-index:1}
.hero-content{width:min(57%,680px);max-width:680px;margin-left:auto;padding:74px 0;text-align:left}
.hero-photo .eyebrow{font-size:20px;font-weight:800;letter-spacing:.06em}
.hero-photo .eyebrow::before{width:42px;height:3px}
.hero-photo h1{font-size:clamp(46px,5.4vw,72px);margin:18px 0 26px}
.hero-photo .hero-copy{max-width:730px;font-size:18px;line-height:1.9;color:#344351;margin:0 0 34px}
.hero-photo .hero-copy p{margin:0 0 8px}

.section-head{margin-bottom:42px}
.section-lead{font-size:18px;line-height:1.85}
.theme-card{padding:30px;min-height:220px}
.theme-card .num{font-size:15px;font-weight:700}
.theme-card h3{font-size:24px;margin:10px 0 14px}
.theme-card p{font-size:17px;line-height:1.8}
.theme-card::after{font-size:23px}

.service-item{padding:22px 6px;font-size:18px;line-height:1.6}
.service-item span{font-size:14px;padding-top:4px;min-width:30px}
.advisory{margin-top:42px;padding:32px 34px}
.advisory h3{font-size:23px}
.advisory p{font-size:17px;line-height:1.85}

.philosophy-copy p{font-size:18px;line-height:1.9}
.philosophy-copy h2{margin-bottom:28px}

.process-section{overflow:hidden}
.process-track{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:46px;padding:0 12px}
.process-track::before{content:"";position:absolute;left:7%;right:7%;top:53px;height:3px;background:linear-gradient(90deg,rgba(191,209,227,.45),#fff,rgba(191,209,227,.45));border-radius:99px}
.process-item{position:relative;text-align:center;padding:0 10px;z-index:1}
.process-no{font-size:12px;letter-spacing:.13em;color:#BFD1E3;font-weight:800;margin-bottom:11px}
.process-dot{width:22px;height:22px;border-radius:50%;background:#fff;border:6px solid #2D5A86;box-shadow:0 0 0 4px rgba(255,255,255,.18);margin:0 auto 18px}
.process-label{font-size:16px;line-height:1.65;font-weight:700;color:white}
.process-note{margin-top:32px}

.link-band-three{grid-template-columns:repeat(3,1fr)}
.link-card{min-height:138px;padding:34px}
.link-card h3{font-size:25px}
.link-card .kicker{margin-bottom:5px}
.quick-links-section{background:linear-gradient(180deg,#fff,#F7FAFC)}

@media (max-width:1000px){
  .site-header .header-inner{height:76px}
  .hero-photo,.hero-photo .hero-inner{min-height:590px}
  .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.30) 0%,rgba(255,255,255,.72) 42%,rgba(255,255,255,.96) 100%)}
  .hero-content{width:min(70%,660px);margin-left:auto}
  .process-track{grid-template-columns:repeat(3,1fr);row-gap:34px}
  .process-track::before{display:none}
  .process-item{padding:0 12px}
  .link-band-three{grid-template-columns:1fr 1fr 1fr}
}
@media (max-width:700px){
  .brand img{width:42px;height:42px}
  .brand-text strong{font-size:15px}
  .brand-text span{font-size:8px}
  .hero-photo,.hero-photo .hero-inner{min-height:auto}
  .hero-photo{background-position:62% center}
  .hero-overlay{background:rgba(255,255,255,.89)}
  .hero-content{width:100%;max-width:none;margin-left:0;padding:72px 0}
  .hero-photo .eyebrow{font-size:17px}
  .hero-photo h1{font-size:42px}
  .hero-photo .hero-copy{font-size:17px}
  .theme-card{min-height:0}
  .service-item{font-size:17px}
  .philosophy-copy p{font-size:17px}
  .process-track{grid-template-columns:1fr 1fr;row-gap:30px}
  .process-label{font-size:15px}
  .link-band-three{grid-template-columns:1fr}
}

/* v4 compact HOME links: 3 cards + 2 cards */
.link-band-five{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}
.link-band-five .link-card:nth-child(-n+3){grid-column:span 2}
.link-band-five .link-card:nth-child(n+4){grid-column:span 3}
@media (max-width:1000px){
  .link-band-five{grid-template-columns:repeat(2,1fr)}
  .link-band-five .link-card:nth-child(n){grid-column:span 1}
  .link-band-five .link-card:last-child{grid-column:1 / -1}
}
@media (max-width:700px){
  .link-band-five{grid-template-columns:1fr}
  .link-band-five .link-card:nth-child(n){grid-column:span 1}
}

/* v6 footer logo: white square with AYB navy mark */
.footer .footer-brand img{
  width:52px;
  height:52px;
  object-fit:contain;
  border-radius:0;
}
.footer .footer-brand .brand-text strong{color:#fff}
.footer .footer-brand .brand-text span{color:rgba(255,255,255,.72)}


/* v7 inner pages */
.inner-hero{padding:92px 0 66px;background:linear-gradient(135deg,#F7FAFC 0%,#EDF3F8 100%);position:relative;overflow:hidden}
.inner-hero::after{content:"";position:absolute;right:-80px;top:-120px;width:360px;height:360px;border:1px solid rgba(23,59,99,.10);border-radius:50%;box-shadow:0 0 0 58px rgba(23,59,99,.025),0 0 0 118px rgba(23,59,99,.018)}
.inner-hero .container{position:relative;z-index:1}
.inner-hero h1{font-size:clamp(42px,5vw,60px);margin:10px 0 12px}
.inner-hero .section-lead{max-width:900px;font-size:18px;line-height:1.9}
.inner-intro{padding:54px 0}
.theme-nav-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.theme-nav-grid a{display:flex;align-items:center;gap:14px;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:16px;color:var(--brand);transition:.2s}
.theme-nav-grid a:hover{border-color:#B7C8D8;box-shadow:var(--shadow);transform:translateY(-2px)}
.theme-nav-grid span{font-size:12px;letter-spacing:.12em;color:#7B8996;font-weight:800}
.theme-nav-grid strong{font-size:17px}
.theme-detail{scroll-margin-top:90px}
.theme-detail-grid{display:grid;grid-template-columns:.82fr 1.55fr;gap:70px;align-items:start}
.theme-detail-title{position:sticky;top:118px}
.theme-index{font-size:60px;line-height:1;color:#D4E0EB;font-weight:800;letter-spacing:.02em;margin-bottom:16px}
.theme-detail-title h2{font-size:36px;margin-bottom:14px}
.theme-catch{margin:0;color:var(--brand);font-weight:700;font-size:20px;line-height:1.75}
.theme-intro{font-size:19px;line-height:1.95;color:#344452;margin:0 0 30px}
.detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.detail-columns>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px 28px}
.alt .detail-columns>div{background:#fff}
.detail-columns h3{font-size:18px;color:var(--brand);margin:0 0 14px}
.detail-columns ul{margin:0;padding-left:1.25em;color:#42515E}
.detail-columns li{margin:7px 0;line-height:1.75}
.related-block{margin-top:24px;padding-top:22px;border-top:1px solid var(--line);display:flex;gap:18px;align-items:flex-start}
.related-block>span{font-size:12px;letter-spacing:.09em;color:#758391;font-weight:800;min-width:90px;padding-top:4px}
.related-block>a,.related-links a{color:var(--brand);font-weight:700}
.related-links{display:flex;flex-wrap:wrap;gap:8px 18px}
.jump-panel{display:flex;justify-content:space-between;align-items:center;gap:32px;padding:38px 42px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(23,59,99,.05)}
.jump-panel h2{font-size:30px}
.jump-panel p{margin:10px 0 0;color:var(--muted);font-size:16px}
.service-jump{padding:66px 0}

.services-page{padding-top:72px}
.services-grid-large{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.service-card-large{scroll-margin-top:100px;border:1px solid var(--line);border-radius:18px;padding:30px 30px 24px;background:#fff;min-height:330px;display:flex;flex-direction:column;transition:.2s}
.service-card-large:hover{border-color:#C0D0DE;box-shadow:var(--shadow);transform:translateY(-2px)}
.service-card-top{display:flex;justify-content:space-between;gap:15px;align-items:flex-start;margin-bottom:16px}
.service-no{font-size:14px;letter-spacing:.13em;font-weight:800;color:#7B8893}
.service-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}
.service-tags span{font-size:11px;color:var(--brand);background:var(--brand-soft);padding:4px 9px;border-radius:999px;font-weight:700}
.service-card-large h2{font-size:24px;margin:0 0 10px;color:var(--brand);line-height:1.5}
.service-catch{font-weight:700;font-size:17px;color:#2D3C49;margin:0 0 15px;line-height:1.7}
.service-desc{font-size:16px;color:#566572;line-height:1.85;margin:0 0 24px}
.service-card-foot{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);font-size:12px;color:#8A96A0}
.advisory-large{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-top:34px}
.advisory-large h2{font-size:28px;margin:0 0 8px}
.advisory-large h3{font-size:20px;margin:0 0 7px}
.advisory-large p{font-size:16px;max-width:720px}
.service-help{padding:66px 0}

.pricing-page{padding-top:72px}
.tax-note{display:inline-block;margin-top:22px;padding:8px 13px;border-radius:8px;background:#fff;border:1px solid var(--line);font-weight:800;color:var(--brand);font-size:14px}
.price-table-main table{min-width:900px}
.price-table-main th,.price-table-main td{padding:18px 20px;font-size:15px}
.price-table-main td:first-child{font-weight:700;color:#2D3A46}
.price-table-main td:first-child a:hover{color:var(--brand);text-decoration:underline}
.price small{font-size:12px;color:#667684;font-weight:700}
.subsection-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:22px}
.compact-table table{min-width:640px}
.pricing-cards{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:34px}
.pricing-card{border:1px solid var(--line);border-radius:16px;padding:26px 28px;background:#fff}
.pricing-label{font-size:16px;font-weight:800;color:var(--brand);display:block;margin-bottom:18px}
.pricing-formula{display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.pricing-formula strong{font-size:22px;color:var(--brand-dark);line-height:1.5}
.pricing-formula>span{font-size:25px;color:#81909C}
.pricing-card p{margin:10px 0 0;color:var(--muted);font-size:13px}
.minor-heading{font-size:21px;color:var(--brand);margin:30px 0 15px}
.set-note{margin-top:18px}
.price-notes{margin:0;padding:24px 28px 24px 48px;border:1px solid var(--line);border-radius:16px;background:var(--brand-pale);color:#465563}
.price-notes li{margin:8px 0}
.estimate-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.estimate-steps>div{border:1px solid var(--line);border-radius:16px;padding:24px;background:#fff;position:relative}
.estimate-steps span{display:block;font-size:12px;letter-spacing:.12em;color:#82909C;font-weight:800;margin-bottom:9px}
.estimate-steps strong{display:block;color:var(--brand);font-size:19px;margin-bottom:7px}
.estimate-steps p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}

@media(max-width:1000px){
  .theme-nav-grid{grid-template-columns:repeat(2,1fr)}
  .theme-detail-grid{grid-template-columns:1fr;gap:32px}
  .theme-detail-title{position:static}
  .theme-index{font-size:46px}
  .services-grid-large{grid-template-columns:1fr}
  .service-card-large{min-height:0}
}
@media(max-width:700px){
  .inner-hero{padding:64px 0 48px}
  .inner-hero .section-lead{font-size:16px}
  .theme-nav-grid{grid-template-columns:1fr}
  .theme-detail{padding:62px 0}
  .detail-columns{grid-template-columns:1fr}
  .theme-detail-title h2{font-size:31px}
  .theme-catch{font-size:18px}
  .theme-intro{font-size:17px}
  .related-block{display:block}
  .related-block>span{display:block;margin-bottom:8px}
  .jump-panel{display:block;padding:28px}
  .jump-panel .btn{margin-top:20px}
  .service-card-large{padding:25px 22px}
  .service-card-top{display:block}
  .service-tags{justify-content:flex-start;margin-top:10px}
  .advisory-large{display:block}
  .advisory-large .text-link{display:inline-block;margin-top:16px}
  .pricing-cards{grid-template-columns:1fr}
  .estimate-steps{grid-template-columns:1fr}
}


/* v8 refinements */
.theme-service-links{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line)}
.theme-service-links a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 2px;border-bottom:1px solid var(--line);color:var(--brand);font-weight:700;line-height:1.55}
.theme-service-links a::after{content:"→";font-size:18px;flex:0 0 auto;color:#7690A8}
.theme-service-links a:hover{color:var(--brand-dark)}
/* Service cards are intentionally static until detail pages are published. */
.service-card-large{transition:none;cursor:default}
.service-card-large:hover{border-color:var(--line);box-shadow:none;transform:none}
.public-support-table table{min-width:720px}
.public-support-table td:first-child{font-weight:700;color:#2D3A46}
.support-footnote{margin:12px 2px 0;color:var(--muted);font-size:13px}
.estimate-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:38px;padding:0 42px}
.estimate-track::before{content:"";position:absolute;left:16%;right:16%;top:49px;height:3px;background:linear-gradient(90deg,#D8E3EC,#6F8EAB,#D8E3EC);border-radius:99px}
.estimate-item{position:relative;text-align:center;padding:0 24px;z-index:1}
.estimate-no{font-size:12px;letter-spacing:.13em;color:#81909C;font-weight:800;margin-bottom:10px}
.estimate-dot{width:22px;height:22px;border-radius:50%;background:#fff;border:6px solid var(--brand);box-shadow:0 0 0 5px #EEF3F7;margin:0 auto 17px}
.estimate-item strong{display:block;color:var(--brand);font-size:20px;margin-bottom:8px}
.estimate-item p{margin:0 auto;color:var(--muted);font-size:14px;line-height:1.75;max-width:250px}
@media(max-width:700px){
  .estimate-track{grid-template-columns:1fr;gap:28px;padding:0}
  .estimate-track::before{display:none}
  .estimate-item{padding:0 10px}
}


/* v9 readability and numbering refinements */
body{font-size:17px}
.section-lead{font-size:19px}
.text-block{font-size:18px}

/* Management themes: make situations as prominent as service links */
.situation-block li{font-size:17px;font-weight:700;color:#334350;line-height:1.8;margin:9px 0}
.detail-columns h3{font-size:20px;font-weight:800}
.theme-service-links a{font-size:17px;padding:15px 2px}
.theme-nav-grid a{font-size:17px}
.theme-nav-grid strong{font-size:18px}

/* Service list: numbers are a visible navigation device */
.service-no{font-size:22px;line-height:1;font-weight:800;color:var(--brand);letter-spacing:.08em}
.service-card-large h2{font-size:26px}
.service-catch{font-size:18px}
.service-desc{font-size:17px;color:#465664}
.service-tags span{font-size:12px}
.advisory-number{margin-bottom:14px}
.advisory-large p{font-size:17px;line-height:1.85}

/* Pricing: use one larger, consistent type scale across all tables */
.pricing-page table th,.pricing-page table td{font-size:17px;line-height:1.65;padding:19px 20px}
.pricing-page table th{font-weight:800}
.price-table-main table{min-width:980px}
.price-table-main td:first-child{font-weight:800;color:var(--brand);width:64px;white-space:nowrap}
.price-table-main td:nth-child(2){font-weight:700;color:#2D3A46}
.price-table-main td:nth-child(2) a:hover{color:var(--brand);text-decoration:underline}
.service-number-cell{font-size:18px!important;letter-spacing:.08em;text-align:center}
.price{font-size:17px}
.price small{font-size:14px}
.public-support-table table{min-width:780px}
.public-support-table td:first-child{font-size:17px}
.note{font-size:17px;line-height:1.8}
.price-notes{font-size:17px;line-height:1.8}
.price-notes li{margin:10px 0}
.estimate-item strong{font-size:21px}
.estimate-item p{font-size:16px;line-height:1.8}
.estimate-no{font-size:14px}

/* General inner-page readability */
.inner-hero .section-lead{font-size:19px}
.jump-panel p{font-size:17px}
.footer-nav{font-size:14px}

@media(max-width:700px){
  body{font-size:16px}
  .section-lead,.inner-hero .section-lead{font-size:17px}
  .situation-block li{font-size:16px}
  .theme-service-links a{font-size:16px}
  .service-no{font-size:20px}
  .service-card-large h2{font-size:24px}
  .service-catch{font-size:17px}
  .service-desc{font-size:16px}
  .pricing-page table th,.pricing-page table td{font-size:16px;padding:17px 16px}
  .price-notes,.note{font-size:16px}
}

/* v10 About / Results / Profile pages */
.about-intro-grid,.name-section,.profile-two-col,.qualification-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:start}
.about-copy,.name-copy{font-size:18px;line-height:1.95;color:#3D4B58}
.about-copy p,.name-copy p{margin:0 0 17px}
.belief-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.belief-card{border:1px solid var(--line);border-radius:22px;padding:38px;background:#fff;min-height:300px}
.belief-card-primary{background:var(--brand);color:#fff;border-color:var(--brand)}
.belief-card>span{font-size:18px;font-weight:800;letter-spacing:.1em;color:#7890A6}
.belief-card-primary>span{color:#BFD1E3}
.belief-card h3{font-size:30px;line-height:1.55;color:var(--brand);margin:18px 0}
.belief-card-primary h3{color:#fff}
.belief-card p{font-size:18px;line-height:1.9;color:#52616E;margin:0}
.belief-card-primary p{color:rgba(255,255,255,.82)}
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.story-grid.reverse{grid-template-columns:1.1fr .9fr}
.story-mark{min-height:330px;background:linear-gradient(145deg,#102A47,#244D78);border-radius:26px;color:#fff;padding:44px;display:flex;flex-direction:column;justify-content:space-between}
.story-number{font-size:16px;letter-spacing:.13em;color:#BCD0E2;font-weight:800}
.story-mark strong{font-size:30px;line-height:1.7}
.story-copy p{font-size:18px;line-height:1.95;color:#3D4B58;margin:0 0 17px}
.cycle-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:0 12px 35px rgba(23,59,99,.05)}
.cycle-item{border:1px solid #C8D5E1;border-radius:13px;padding:16px 18px;text-align:center;font-size:18px;font-weight:700;color:var(--brand);background:#F9FBFD}
.cycle-item.strong{background:var(--brand);color:#fff;border-color:var(--brand)}
.cycle-arrow{text-align:center;color:#7891AA;font-size:24px;line-height:1.2;padding:6px 0}
.name-jp{font-size:26px!important;color:var(--brand)!important;font-weight:800;margin-bottom:22px!important}

.result-theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.result-theme-grid article{border:1px solid var(--line);border-radius:18px;padding:30px;background:#fff;min-height:240px}
.result-theme-grid span,.exp-no{display:block;font-size:18px;letter-spacing:.1em;font-weight:800;color:#7D91A5;margin-bottom:12px}
.result-theme-grid h3{font-size:23px;color:var(--brand);margin:0 0 12px}
.result-theme-grid p{font-size:17px;line-height:1.85;color:#52616E;margin:0}
.experience-list{border-top:1px solid var(--line)}
.experience-list article{display:grid;grid-template-columns:90px 1fr;gap:26px;padding:29px 5px;border-bottom:1px solid var(--line)}
.experience-list h3{font-size:23px;color:var(--brand);margin:0 0 7px}
.experience-list p{font-size:17px;line-height:1.85;color:#52616E;margin:0;max-width:850px}
.experience-message{max-width:900px}
.experience-message p{font-size:19px;line-height:1.95;color:#3D4B58;margin:16px 0 0}

.profile-hero-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px;align-items:center}
.profile-visual{min-height:410px;border-radius:26px;background:linear-gradient(145deg,var(--brand-dark),var(--brand));display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;position:relative;overflow:hidden}
.profile-visual::before,.profile-visual::after{content:"";position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%}
.profile-visual::before{width:300px;height:300px}.profile-visual::after{width:205px;height:205px}
.profile-initial{font-size:92px;line-height:1;font-weight:800;letter-spacing:.04em;position:relative;z-index:1}
.profile-visual-label{font-size:13px;letter-spacing:.18em;margin-top:22px;color:#BCD0E2;position:relative;z-index:1}
.profile-main h2{font-size:42px;margin:0 0 8px}
.profile-reading{font-size:15px;color:#7B8995;font-weight:500;margin-left:12px}
.profile-role{font-size:18px;color:var(--brand);font-weight:800;margin:0 0 24px}
.profile-lead{font-size:19px;line-height:1.95;color:#3C4A57;margin:0 0 28px}
.profile-qualifications{display:flex;flex-wrap:wrap;gap:8px}
.profile-qualifications span{padding:7px 12px;border:1px solid #CAD6E1;border-radius:999px;font-size:14px;color:var(--brand);font-weight:700;background:#fff}
.career-timeline{border-top:1px solid var(--line)}
.career-timeline article{display:grid;grid-template-columns:150px 1fr;gap:36px;border-bottom:1px solid var(--line);padding:30px 6px}
.career-year{font-size:19px;color:var(--brand);font-weight:800;letter-spacing:.04em}
.career-timeline h3{font-size:23px;color:#2C3B48;margin:0 0 7px}
.career-timeline p{font-size:17px;line-height:1.85;color:#52616E;margin:0}
.profile-area-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.profile-area-grid div{padding:20px 10px;border-bottom:1px solid var(--line);font-size:18px;font-weight:700;color:var(--brand)}
.profile-area-grid div:nth-child(odd){padding-right:24px}.profile-area-grid div:nth-child(even){padding-left:24px;border-left:1px solid var(--line)}
.qualification-list{border-top:1px solid var(--line)}
.qualification-list>div{padding:20px 4px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;align-items:center}
.qualification-list strong{font-size:18px;color:#2E3D4A}.qualification-list span{font-size:15px;color:var(--brand);font-weight:700}

@media(max-width:900px){
  .about-intro-grid,.name-section,.profile-two-col,.qualification-section,.story-grid,.story-grid.reverse,.profile-hero-grid{grid-template-columns:1fr;gap:34px}
  .belief-grid{grid-template-columns:1fr}
  .result-theme-grid{grid-template-columns:1fr 1fr}
  .profile-visual{min-height:300px}
}
@media(max-width:700px){
  .about-copy,.name-copy,.story-copy p,.belief-card p{font-size:17px}
  .belief-card{padding:28px;min-height:0}.belief-card h3{font-size:26px}
  .story-mark{min-height:260px;padding:32px}.story-mark strong{font-size:25px}
  .result-theme-grid{grid-template-columns:1fr}
  .experience-list article,.career-timeline article{grid-template-columns:1fr;gap:8px;padding:24px 4px}
  .profile-main h2{font-size:34px}.profile-reading{display:block;margin:6px 0 0}
  .profile-lead{font-size:17px}
  .profile-area-grid{grid-template-columns:1fr}.profile-area-grid div:nth-child(n){padding:18px 4px;border-left:0}
  .qualification-list>div{display:block}.qualification-list span{display:block;margin-top:4px}
}


/* v11: About / Results / Profile refinements */
.about-name-first{padding-top:78px}
.about-belief-layout{display:grid;grid-template-columns:110px 1fr;gap:46px;align-items:start}
.about-belief-number{font-size:58px;line-height:1;font-weight:800;color:#B7C6D5;letter-spacing:.04em;padding-top:8px}
.about-belief-main>h2{margin-bottom:24px}
.about-belief-copy{max-width:920px;font-size:19px;line-height:1.95;color:#364552}
.about-belief-copy p{margin:0 0 13px}
.origin-callout{margin-top:36px;border-left:5px solid var(--brand);background:#fff;padding:28px 32px;border-radius:0 16px 16px 0;box-shadow:0 10px 28px rgba(23,59,99,.045)}
.origin-callout .kicker{display:block;margin-bottom:7px}
.origin-callout h3{font-size:28px;line-height:1.55;color:var(--brand);margin:0 0 12px}
.origin-callout p{font-size:18px;line-height:1.9;color:#445461;margin:0;max-width:900px}
.process-panel{margin-top:34px;background:var(--brand);border-radius:24px;padding:34px 26px 28px;color:#fff}
.process-panel-title{font-size:24px;font-weight:800;letter-spacing:.02em}
.process-panel .process-track{margin-top:30px}
.process-panel .process-no{color:#BCD0E2}
.process-panel .process-label{color:#fff}

.case-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.case-card{border:1px solid var(--line);border-radius:20px;padding:34px 34px 32px;background:#fff;min-height:270px}
.case-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}
.case-meta span{font-size:13px;font-weight:800;letter-spacing:.04em;color:var(--brand);background:var(--brand-soft);padding:6px 10px;border-radius:999px}
.case-card h2{font-size:25px;line-height:1.55;margin:0 0 15px}
.case-card p{font-size:18px;line-height:1.9;color:#4D5D6B;margin:0}
.case-note{font-size:14px;color:#788693;margin:24px 0 0}

.profile-photo-career{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:start}
.profile-photo-wrap{margin:0;border-radius:24px;overflow:hidden;background:#EEF3F7;box-shadow:0 18px 44px rgba(23,59,99,.10)}
.profile-photo-wrap img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 25%}
.profile-career-main h2{font-size:44px;margin:0 0 8px}
.career-compact{margin-top:32px;border-top:1px solid var(--line)}
.career-compact-row{display:grid;grid-template-columns:165px 1fr;gap:24px;padding:22px 4px;border-bottom:1px solid var(--line);font-size:18px;line-height:1.75}
.career-date{font-weight:800;color:var(--brand)}
.profile-detail-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:start}
.profile-detail-list{border-top:1px solid var(--line)}
.profile-detail-list article{padding:22px 4px;border-bottom:1px solid var(--line)}
.profile-detail-list h3{font-size:21px;color:var(--brand);margin:0 0 6px}
.profile-detail-list p{font-size:18px;line-height:1.85;color:#4C5C69;margin:0}

@media (max-width:900px){
  .about-belief-layout{grid-template-columns:1fr;gap:18px}
  .about-belief-number{font-size:42px}
  .case-grid{grid-template-columns:1fr}
  .profile-photo-career,.profile-detail-grid{grid-template-columns:1fr;gap:34px}
  .profile-photo-wrap{max-width:520px}
}
@media (max-width:700px){
  .about-belief-copy{font-size:17px}
  .origin-callout{padding:24px}
  .origin-callout h3{font-size:24px}
  .origin-callout p{font-size:17px}
  .process-panel{padding:28px 18px 22px}
  .process-panel-title{font-size:21px}
  .case-card{padding:27px 24px;min-height:0}
  .case-card h2{font-size:22px}
  .case-card p{font-size:17px}
  .profile-career-main h2{font-size:36px}
  .career-compact-row{grid-template-columns:1fr;gap:3px;font-size:17px}
  .profile-detail-list p{font-size:17px}
}


/* v12 refinements */

/* 主な事例：数と見やすさを優先したコンパクト表示 */
.case-list-section{padding-top:72px}
.compact-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.compact-case-card{
  background:#fff;border:1px solid var(--line);border-radius:16px;
  padding:23px 24px 25px;min-height:168px;
  display:flex;flex-direction:column;justify-content:flex-start;
}
.compact-case-card .case-meta{margin-bottom:14px}
.compact-case-card h2{
  font-size:19px;line-height:1.65;margin:0;color:#273747;font-weight:800;
}
.compact-case-card h2 small{
  display:block;font-size:15px;line-height:1.7;color:#60707D;font-weight:600;margin-top:8px;
}
.case-note{font-size:14px;line-height:1.8;color:#73818D;margin-top:24px}

/* AYBについて：4セクションを同じ階層・構造で見せる */
.concept-section{padding:86px 0}
.concept-layout{display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:start}
.concept-heading h2{font-size:clamp(30px,3.4vw,43px);line-height:1.45}
.concept-copy{font-size:18px;line-height:1.95;color:#3F4F5D}
.concept-copy p{margin:0 0 15px}
.ayb-name-stack{display:flex;flex-direction:column;gap:2px;font-size:clamp(38px,4.5vw,57px)!important;line-height:1.2!important}
.ayb-name-stack span:first-child::first-letter,
.ayb-name-stack span:nth-child(2)::first-letter,
.ayb-name-stack span:nth-child(3)::first-letter{color:var(--brand)}
.name-jp{font-size:25px;font-weight:800;color:var(--brand);margin-bottom:22px!important}
.concept-subblock{
  margin-top:30px;padding:28px 30px;background:#fff;border-left:5px solid var(--brand);
  border-radius:0 14px 14px 0;
}
.alt .concept-subblock{box-shadow:0 10px 26px rgba(23,59,99,.045)}
.concept-subblock h3{font-size:27px;line-height:1.55;margin:0 0 12px;color:var(--brand)}
.concept-subblock p{font-size:17px;margin:0}
.concept-section .process-panel{margin-top:28px}
.cycle-row{
  margin-top:30px;display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;
  gap:10px;align-items:center;
}
.cycle-row span{
  border:1px solid #C8D5E2;background:#fff;border-radius:13px;padding:17px 12px;
  text-align:center;font-size:15px;font-weight:800;color:var(--brand);line-height:1.55;
}
.cycle-row span.strong{background:var(--brand);color:#fff;border-color:var(--brand)}
.cycle-row b{color:#849CB3;font-size:20px}

/* Profile：JBICの経験を経歴の中へ統合 */
.profile-photo-career-wide{grid-template-columns:.72fr 1.28fr;gap:62px}
.profile-basic{font-size:16px;color:#687784;margin:10px 0 0}
.career-integrated{margin-top:28px}
.career-jbic{padding-top:25px;padding-bottom:25px}
.career-detail-list{margin:12px 0 0;padding-left:1.25em;color:#4E5E6B}
.career-detail-list li{margin:5px 0;line-height:1.75}
.compact-head{margin-bottom:30px}
.experience-domain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.experience-domain{
  min-height:98px;display:flex;align-items:center;
  border:1px solid #CDD9E4;background:#fff;border-radius:15px;
  padding:22px 24px;font-size:18px;line-height:1.6;font-weight:800;color:var(--brand);
}

@media(max-width:1000px){
  .compact-case-grid{grid-template-columns:repeat(2,1fr)}
  .concept-layout{grid-template-columns:1fr;gap:30px}
  .experience-domain-grid{grid-template-columns:repeat(2,1fr)}
  .cycle-row{grid-template-columns:1fr}
  .cycle-row b{transform:rotate(90deg);text-align:center}
}
@media(max-width:700px){
  .compact-case-grid{grid-template-columns:1fr}
  .compact-case-card{min-height:0}
  .compact-case-card h2{font-size:18px}
  .concept-copy{font-size:17px}
  .name-jp{font-size:22px}
  .concept-subblock{padding:24px}
  .concept-subblock h3{font-size:23px}
  .experience-domain-grid{grid-template-columns:1fr}
  .experience-domain{min-height:0;font-size:17px}
}


/* v13 refinements */

/* AYBについて：業務・組織の変化を、軽く洗練された水平フローで表示 */
.growth-flow{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  position:relative;
  gap:0;
}
.growth-flow::before{
  content:"";
  position:absolute;
  left:4%;
  right:4%;
  top:17px;
  height:2px;
  background:linear-gradient(90deg,#BFCEDB 0%,#8EA8BF 68%,var(--brand) 100%);
}
.growth-step{
  position:relative;
  padding:0 18px 8px;
  text-align:left;
}
.growth-step::before{
  content:"";
  position:absolute;
  top:11px;
  left:18px;
  width:13px;
  height:13px;
  border-radius:50%;
  background:#fff;
  border:3px solid #92A9BD;
  z-index:2;
}
.growth-step-final::before{border-color:var(--brand);background:var(--brand)}
.growth-no{
  position:relative;
  z-index:3;
  margin:38px 0 7px;
  font-size:12px;
  letter-spacing:.12em;
  font-weight:800;
  color:#8CA0B2;
}
.growth-title{
  font-size:17px;
  line-height:1.6;
  font-weight:800;
  color:#344655;
  max-width:190px;
}
.growth-step-final .growth-no,.growth-step-final .growth-title{color:var(--brand)}

/* Profile：勤務先名はさらりと、業務経験は2階層に */
.career-employer{
  font-weight:500;
  color:#2F3F4D;
}
.career-primary-list{
  margin:14px 0 0;
  padding-left:1.2em;
  color:#485866;
}
.career-primary-list>li{
  margin:10px 0 15px;
  padding-left:2px;
}
.career-primary-text{
  line-height:1.75;
}
.career-subdetail{
  margin:7px 0 0 3px;
  padding-left:14px;
  border-left:2px solid #D7E1EA;
  font-size:16px;
  line-height:1.75;
  color:#64727E;
}
.career-subdetail span{
  display:inline-block;
  min-width:125px;
  margin-right:8px;
  font-weight:700;
  color:#536675;
}

@media(max-width:900px){
  .growth-flow{
    grid-template-columns:1fr 1fr;
    gap:24px 0;
  }
  .growth-flow::before{display:none}
  .growth-step{
    border-top:2px solid #D2DEE8;
    padding-top:10px;
  }
  .growth-step::before{display:none}
  .growth-no{margin-top:0}
}
@media(max-width:600px){
  .growth-flow{grid-template-columns:1fr}
  .growth-title{max-width:none}
  .career-subdetail span{
    display:block;
    min-width:0;
    margin-bottom:2px;
  }
}


/* v15 public prep: Blog / News */
.coming-soon-section{padding-top:84px;padding-bottom:100px}
.coming-soon-card{
  max-width:900px;margin:0 auto;text-align:center;
  border:1px solid var(--line);background:#fff;border-radius:24px;
  padding:72px 56px;box-shadow:0 18px 44px rgba(23,59,99,.05)
}
.coming-soon-card h2{font-size:40px;line-height:1.45;margin:8px 0 22px;color:var(--brand)}
.coming-soon-card p{max-width:720px;margin:0 auto;font-size:19px;line-height:1.95;color:#52616D}

.news-section{padding-top:72px}
.news-list{border-top:1px solid var(--line)}
.news-item{
  display:grid;grid-template-columns:190px 1fr;gap:38px;
  padding:30px 6px;border-bottom:1px solid var(--line);
  color:inherit;text-decoration:none;transition:.2s ease;
}
.news-item:hover{background:#F7F9FB;padding-left:18px;padding-right:18px}
.news-item-meta{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding-top:3px}
.news-date{font-size:15px;font-weight:700;color:#6A7884}
.news-category{
  display:inline-block;font-size:12px;font-weight:800;letter-spacing:.06em;
  color:var(--brand);background:var(--brand-soft);padding:5px 9px;border-radius:999px
}
.news-item-main h2{font-size:21px;line-height:1.65;margin:0 0 8px;color:#2F4050}
.news-source{font-size:14px;color:#71808C}
.news-item:hover h2{color:var(--brand)}

@media(max-width:720px){
  .coming-soon-card{padding:50px 28px}
  .coming-soon-card h2{font-size:32px}
  .coming-soon-card p{font-size:17px}
  .news-item{grid-template-columns:1fr;gap:12px;padding:24px 2px}
  .news-item-meta{flex-direction:row;align-items:center}
  .news-item-main h2{font-size:19px}
}


/* v16: News hierarchy */
.news-item-main h2{
  font-size:22px;
  line-height:1.55;
  margin:0 0 7px;
  color:#2F4050;
}
.news-item-subtitle{
  margin:0 0 9px;
  font-size:16px;
  line-height:1.7;
  color:#687783;
  font-weight:500;
}
.news-item:hover .news-item-subtitle{color:#536675}

@media(max-width:720px){
  .news-item-main h2{font-size:20px}
  .news-item-subtitle{font-size:15px}
}


/* v17: Contact / legal / footer office info */
.footer-brand-block{display:flex;flex-direction:column;align-items:flex-start}
.footer-office{margin-top:18px;font-size:13px;line-height:1.8;color:rgba(255,255,255,.72)}
.footer-office a{color:rgba(255,255,255,.82);text-decoration:none}
.footer-office a:hover{text-decoration:underline}

.contact-intro{max-width:900px}
.contact-intro h2{font-size:40px;line-height:1.5;margin:0 0 18px;color:var(--brand)}
.contact-intro p{font-size:19px;line-height:1.9;color:#53626E;margin:0;max-width:780px}
.contact-options{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-option-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:38px 38px 40px}
.contact-option-card h2{font-size:28px;margin:6px 0 14px;color:var(--brand)}
.contact-option-card p{font-size:18px;line-height:1.85;color:#53626E;margin:0 0 24px}
.contact-option-primary{box-shadow:0 16px 38px rgba(23,59,99,.05)}
.contact-privacy-note{font-size:14px;line-height:1.7;color:#75838E;margin-top:18px}
.contact-privacy-note a{color:var(--brand)}
.contact-email{font-size:20px;font-weight:800;color:var(--brand);word-break:break-all}
.contact-office-mini{display:grid;grid-template-columns:.7fr 1.3fr;gap:64px;align-items:start}
.contact-office-mini h2{font-size:34px}
.contact-office-mini p{font-size:18px;line-height:1.85;color:#465764;margin:0}

.privacy-body{max-width:900px}
.privacy-intro{font-size:18px;line-height:1.9;color:#4F606D;margin:0 0 44px}
.privacy-item{padding:28px 0;border-top:1px solid var(--line)}
.privacy-item:last-of-type{border-bottom:1px solid var(--line)}
.privacy-item h2{font-size:24px;color:var(--brand);margin:0 0 12px}
.privacy-item p,.privacy-item li{font-size:17px;line-height:1.9;color:#53626E}
.privacy-item ul{margin:8px 0 0;padding-left:1.3em}
.privacy-date{font-size:15px;color:#778590;margin-top:30px}

@media(max-width:800px){
  .contact-options,.contact-office-mini{grid-template-columns:1fr;gap:30px}
  .contact-intro h2{font-size:32px}
  .contact-intro p{font-size:17px}
  .contact-option-card{padding:30px 26px}
  .footer-office{font-size:12px}
}


/* v18: form-only contact and compact 3-line office address */
.contact-form-single{max-width:880px}
.contact-form-single .contact-option-card{max-width:760px}
.footer-office{max-width:285px}
