@charset "UTF-8";

/* =========================================
   Air Sea Express - Company Profile
   One-Column Flow / JP
   Scope: page-id=39
   ========================================= */

body.page-id-39 .ase-about{
  /* 落ち着いた青ベース + 余白広め */
  --primary:#0e5ec7;
  --primary-ink:#0c4da2;
  --text:#0f1420;
  --muted:#667385;
  --border:#e7ecf2;
  --bg:#ffffff;
  --bg-soft:#f7f9fc;

  --radius:12px;
  --pad:40px;          /* カード内パディング */
  --gap:36px;          /* セクション間の余白 */
  --max:960px;         /* 読みやすい横幅に絞る */

  color:var(--text);
  max-width:var(--max);
  margin-inline:auto;
  padding-inline:clamp(20px,5vw,56px);
  padding-block:clamp(20px,5vw,56px);
  box-sizing:border-box;

  /* 和文の可読性 */
  line-height:1.95;
  text-rendering:optimizeLegibility;
}
body.page-id-39 .ase-about *{ box-sizing:border-box; }
body.page-id-39 .entry-content > .ase-about{ margin-top:0; }

/* タイポグラフィ（余白・行間ひろめ） */
body.page-id-39 .ase-about h1,
body.page-id-39 .ase-about h2,
body.page-id-39 .ase-about h3{
  margin:0 0 .6em;
  line-height:1.35;
  font-weight:600;
}
body.page-id-39 .ase-about p{
  margin:0 0 1.5em;
  font-size:16px;
  text-wrap:pretty;
}
body.page-id-39 .ase-about a{
  color:var(--primary);
  text-decoration:underline;
  text-underline-offset:2px;
}

/* Hero：上部に軽い強調、中央寄せ */
body.page-id-39 .ase-about__hero{
  background:var(--bg-soft);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:clamp(28px,5vw,56px);
  text-align:center;
  margin:0 0 var(--gap);
}
body.page-id-39 .ase-about__title{
  font-size:clamp(26px,3.2vw,36px);
  color:var(--primary-ink);
  margin-bottom:.35em;
}
body.page-id-39 .ase-about__lead{
  color:var(--muted);
  font-size:clamp(15px,1.5vw,18px);
  max-width:820px;
  margin-inline:auto;
}

/* バッジ（今回はHTML側でコメントアウト済み）
   もし復活時はそのまま使えるよう整えておく */
body.page-id-39 .ase-about__badges{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:14px;
  padding:0;
  list-style:none;
}
body.page-id-39 .ase-badge{
  background:#fff;
  border:1px solid var(--border);
  border-radius:999px;
  padding:.45em .9em;
  font-size:13px;
  color:var(--text);
}

/* 2カラムを“完全1カラム”に */
body.page-id-39 .ase-about__grid{
  display:block; /* ← gridを解除して縦積み */
}

/* カード：フラット＆広い余白 */
body.page-id-39 .ase-box{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:var(--pad);
  margin:0 0 var(--gap);
}

/* セクション見出し：左に細いアクセントライン */
body.page-id-39 .ase-section{ margin:0 0 var(--gap); }
body.page-id-39 .ase-section__title{
  position:relative;
  padding-left:14px;
  margin:0 0 16px;
  color:var(--primary-ink);
  font-size:clamp(20px,2.1vw,26px);
}
body.page-id-39 .ase-section__title::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:4px;
  border-radius:2px;
  background:var(--primary);
}

/* 定義リスト（会社情報：表風＋行間広め） */
body.page-id-39 .ase-kv{
  display:grid;
  gap:14px;
  margin:0;
}
body.page-id-39 .ase-kv__row{
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:18px;
  align-items:start;
  padding:14px 18px;
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
}
@media (max-width:640px){
  body.page-id-39 .ase-kv__row{ grid-template-columns:1fr; }
}
body.page-id-39 .ase-kv dt{
  color:var(--muted);
  font-weight:600;
  white-space:nowrap;
}
body.page-id-39 .ase-kv dd{
  margin:0;
  line-height:1.95;
}

/* 地域一覧ブロック（淡い枠・大きめ行間） */
body.page-id-39 .ase-region{
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
  padding:18px 20px;
}
body.page-id-39 .ase-region__title{
  margin:0 0 6px;
  font-size:18px;
  color:var(--primary-ink);
  font-weight:600;
}
body.page-id-39 .ase-region__list{
  margin:0;
  line-height:1.95;
  word-break:keep-all;
  text-wrap:balance; /* 長いスラッシュ区切りの見た目を整える */
}

/* タグ（実績国・得意分野） */
body.page-id-39 .ase-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  list-style:none;
  padding:0;
  margin:10px 0 0;
}
body.page-id-39 .ase-tags li{
  border:1px solid var(--border);
  border-radius:999px;
  background:#fff;
  padding:.5em 1em;
  font-size:13px;
}

/* 旧“右カラム”だった .ase-side（今回はHTML側でコメントアウト想定）
   復活時も1カラム内の通常セクションとして見えるよう整備 */
body.page-id-39 .ase-side__title{
  font-size:clamp(18px,2vw,22px);
  color:var(--primary-ink);
  margin:0 0 14px;
}
body.page-id-39 .ase-side__subtitle{
  font-size:16px;
  color:var(--text);
  margin:20px 0 10px;
}
body.page-id-39 .ase-facts{
  list-style:none;
  padding:0;
  margin:0 0 12px;
  display:grid;
  gap:10px;
}
body.page-id-39 .ase-facts li{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 16px;
  border:1px solid var(--border);
  border-radius:8px;
  background:#fff;
}
body.page-id-39 .ase-facts li span{ color:var(--muted); }
body.page-id-39 .ase-facts li strong{ color:var(--text); }

/* 細かな仕上げ */
body.page-id-39 .ase-box > :last-child{ margin-bottom:0; }
@media print{
  body.page-id-39 .ase-about{ padding:0; }
  body.page-id-39 .ase-about__hero{ background:#fff; }
  body.page-id-39 .ase-box,
  body.page-id-39 .ase-region,
  body.page-id-39 .ase-kv__row,
  body.page-id-39 .ase-facts li{ border-color:#cfd8e3; }
}

/* 便利：.is-hidden を付けたらどの要素でも瞬時に非表示化 */
body.page-id-39 .ase-about .is-hidden{ display:none !important; }
