/*
 * 会社概要（/info-select/company-overview/）固有CSS
 * 共通の枠は style.css / info-sub.css を使用。ここは会社概要テーブルのみ。
 */
.overview-section{padding:100px 72px;background:var(--cream);}
.section-eyebrow{font-family:'Cormorant Garamond',serif;font-size:13px;letter-spacing:.45em;color:var(--gold);display:flex;align-items:center;gap:14px;margin-bottom:20px;}
.section-eyebrow::before{content:'';display:block;width:36px;height:1px;background:var(--gold);}
.section-h2{font-family:'Hiragino Mincho ProN','Yu Mincho',YuMincho,'MS PMincho',serif;font-size:clamp(20px,2.4vw,30px);font-weight:900;color:var(--ink);line-height:1.5;margin-bottom:52px;}
.overview-table{width:100%;border-collapse:collapse;}
.overview-table tr{border-bottom:1px solid var(--border);}
.overview-table tr:first-child{border-top:1px solid var(--border);}
.overview-table th{width:200px;padding:24px 28px;font-size:13px;letter-spacing:.12em;color:var(--muted);font-weight:400;text-align:left;vertical-align:top;background:var(--warm);}
.overview-table td{padding:24px 28px;font-size:14px;line-height:1.85;color:var(--ink);}
.overview-table td .sub{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.8;}
.license-cell .license-name{display:inline-block;width:9em;}

/* 保有資格 */
.qual-section{padding-top:0;}
.qual-lead{font-size:14px;line-height:1.9;color:var(--muted);margin:-28px 0 44px;}
.qual-groups{display:flex;flex-direction:column;gap:44px;}
.qual-group-title{font-family:'Hiragino Mincho ProN','Yu Mincho',YuMincho,'MS PMincho',serif;font-size:16px;font-weight:900;color:var(--ink);padding-bottom:12px;margin-bottom:8px;border-bottom:1px solid var(--gold);letter-spacing:.06em;}
.qual-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);column-gap:48px;}
.qual-item{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:14px 2px;border-bottom:1px solid var(--border);}
.qual-name{font-size:14px;color:var(--ink);line-height:1.6;}
.qual-count{flex:none;font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:var(--gold);line-height:1;}
.qual-unit{font-family:'Hiragino Mincho ProN','Yu Mincho',YuMincho,'MS PMincho',serif;font-size:12px;font-weight:400;color:var(--muted);margin-left:3px;}

@media(max-width:980px){
  .overview-section{padding-left:32px;padding-right:32px;}
  .overview-table th{width:100px;}
  .qual-list{grid-template-columns:1fr;column-gap:0;}
}
