/* ============================================================
   company.css — 奥田商工 会社案内ページ
   ============================================================ */


/* ============================
   ページヒーロー
============================ */
.page-hero {
  background: #c8ccda center/cover no-repeat;
  /* background-image: ACF動的出力 (default: company.png) */
  margin-top: 0;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.page-hero-title-box {
  margin-left: auto;
  margin-right: 0;
  background: rgba(255, 255, 255, 0.88);
  padding: 28px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-hero-en { display: none; }
.page-hero-line { display: none; }

.page-hero-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 3px;
  white-space: nowrap;
}

/* ページ内ナビ（ピル型グリッド） */
.page-subnav {
  background: #fff;
  padding: 32px 0 36px;
  border-bottom: 1px solid #e0eaf0;
}

.page-subnav-list {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  gap: 12px 16px;
  width: fit-content;
  margin: 0 auto;
}

.page-subnav-link {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--navy);
  border: 1.5px solid var(--navy);
  border-radius: 999px;
  background: #fff;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.page-subnav-link:hover,
.page-subnav-link.active {
  background: #d6e6f0;
  color: var(--navy);
  border-color: var(--navy);
}

/* グローバルナビのアクティブ */
.nav-current {
  color: var(--teal) !important;
  font-weight: 600;
}


/* ============================
   共通 セクション見出し
============================ */
/* 大きな背景英語テキスト */
.sec-en-bg {
  font-size: clamp(52px, 7vw, 90px);
  font-weight: 900;
  color: rgba(0,0,0,0.04);
  letter-spacing: -2px;
  line-height: 1;
  pointer-events: none;
  user-select: none;
  margin-bottom: -20px;
}

/* ラベル（横線 + 日本語） */
.sec-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}

.sec-label-line {
  display: none;
}

.sec-label-ja {
  font-size: 18px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1px;
}

#greeting .sec-label-ja {
  font-size: 32px;
  color: #0C2C5D;
}

#greeting .sec-label {
  justify-content: center;
  margin-bottom: 0;
}

/* 下線つき中央寄せ見出し */
.sec-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}

.sec-heading--center {
  align-items: center;
}

.sec-heading--center .sec-heading-ja {
  font-size: 32px;
}

.sec-heading--center .sec-heading-line {
  display: none;
}

.sec-heading-ja {
  font-size: 20px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 1px;
}

.sec-heading-line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--teal);
  border-radius: 2px;
}

/* index.html と共通の見出しスタイル用 日本語タイトル */
.sec-title-ja {
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 2px;
  margin-top: 0;
}

/* PC: section-en は company.html では非表示（モバイルで有効化） */
.section-title-wrap .section-en {
  display: none;
}
.section-title-wrap {
  margin-bottom: 40px;
}

/* 英字背景テキスト 共通フォント */
.greeting-en-bg,
.philosophy-en-bg,
.mission-en-bg,
.history-en-bg {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-weight: 400;
  font-stretch: extra-condensed;
  font-size: 140px;
  line-height: 1;
  letter-spacing: 0;
}


/* ============================
   代表挨拶 GREETING
============================ */
#greeting {
  background: #fff;
  padding: 80px 0 100px;
}

/* ヘッダー行：左端フラッシュ、GREETING + 代表挨拶 横並び */
.greeting-header {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 0 40px 48px 0;
  overflow: hidden;
}

.greeting-en-bg {
  color: rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* 2カラム：写真 左端フラッシュ / テキスト 右 */
.greeting-inner {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 0;
  align-items: start;
}

.greeting-photo {
  position: sticky;
  top: 24px;
}

.greeting-photo-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #c8d8e4 center/cover no-repeat;
  /* background-image: ACF動的出力 (default: greetings.png) */
  border-radius: 0 12px 12px 0;
}

.greeting-text {
  padding: 8px 80px 0 72px;
  max-width: 800px;
}

.greeting-subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 28px;
  line-height: 1.5;
}

.greeting-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 14px;
  color: #444;
  line-height: 2.5;
  margin-bottom: 40px;
}

.greeting-sign {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-top: 1px solid var(--gray-line);
  padding-top: 20px;
}

.greeting-position {
  font-size: 12px;
  color: var(--text-sub);
}

.greeting-name {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
}


/* ============================
   経営理念 PHILOSOPHY
============================ */
#philosophy {
  background: #D6E1E3;
  position: relative;
}

/* 写真エリア：セクション全体に対してabsolute */
.philosophy-company-area {
  position: absolute;
  top: 100px;
  right: 0;
  width: 36%;
  height: 640px;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.philosophy-company-img {
  width: 100%;
  height: 100%;
  background: #c2d8e2 center/cover no-repeat;
  /* background-image: ACF動的出力 (default: company.png) */
}

.philosophy-top {
  position: relative;
  padding-bottom: 72px;
}

/* PHILOSOPHY 背景文字（最背面） */
.philosophy-en-bg {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 0;
  color: rgba(255,255,255,0.8);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.philosophy-hero-left {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 12px 0;
  min-height: clamp(170px, calc(100px + 12vw), 244px);
  position: relative;
  z-index: 2;
}

.philosophy-head {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 80px;
}

.philosophy-small {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 3px;
}

.philosophy-main {
  font-size: 30px;
  font-weight: 700;
  color: var(--navy);
  line-height: 2;
  letter-spacing: 1px;
}

.philosophy-keyword-group {
  display: inline-block;
  background: #fff;
  padding: 4px 20px;
  border-radius: 4px;
}

.philosophy-keyword {
  display: inline;
  color: var(--navy);
  letter-spacing: 1px;
}

/* 5つの視点 */
.philosophy-principles {
  background: #D6E1E3;
  padding: 0 0 80px;
}

.principles-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 120px 56px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.06);
  margin-top: -32px;
  position: relative;
  z-index: 3;
}

.principles-title-wrap {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 48px;
}

.principles-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--navy);
  padding-bottom: 14px;
  border-bottom: none;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.principles-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #BAEAED 0%, #61D9DD 42.79%, #2986B3 100%);
}

.principles-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
}

.principles-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 10px solid rgba(13,43,78,0.12);
}

.principles-item:first-child {
  border-top: none;
}

.principles-num {
  font-size: 52px;
  font-weight: 100;
  color: var(--teal);
  line-height: 1;
  flex-shrink: 0;
  min-width: 64px;
  font-family: 'Noto Sans Hebrew', sans-serif;
}

.principles-name {
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.principles-desc {
  font-size: 18px;
  white-space: nowrap;
  color: var(--text-sub);
  line-height: 1.8;
}


/* ============================
   行動理念 MISSION
============================ */
#mission {
  background: #D6E1E3;
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px;
}

/* MISSION背景文字＋行動理念ラベルのラッパー */
.mission-header {
  position: absolute;
  top: 60px;
  right: 0;
  pointer-events: none;
}

/* MISSION 背景文字（letter-spacingで左方向に広げる） */
.mission-en-bg {
  display: block;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  user-select: none;
}

/* 行動理念 ラベル（画面中央・MISSIONテキスト下部に揃える） */
.mission-label {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translate(-50%, -100%);
  z-index: 3;
}

.mission-label-ja {
  font-size: 32px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 3px;
}

/* 本体：写真＋ダークボックス */
.mission-body {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  padding-right: 40px;
}

/* 左：写真 */
.mission-photo {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 42%;
  height: 640px;
  background: #a0b4c0 center/cover no-repeat;
  /* background-image: ACF動的出力 (default: works1.png) */
  border-radius: 12px;
}


/* 写真左下の「01」 */
.mission-photo-num {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: clamp(56px, 7vw, 88px);
  font-weight: 100;
  color: rgba(255,255,255,0.85);
  line-height: 1;
  font-family: 'Noto Sans Hebrew', sans-serif;
  letter-spacing: -2px;
}

/* 右：ダーク背景リストボックス */
.mission-content {
  flex: 1;
  position: relative;
  z-index: 2;
  background: #0C2C5D99;
  border-radius: 12px;
  margin-left: -120px;
  margin-top: clamp(90px, 14vw, 170px);
  padding: 40px 48px 48px 80px;
}

.mission-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 20px;
  color: rgba(255,255,255,0.92);
  line-height: 1.8;
  list-style: none;
}

.mission-list li {
  padding: 10px 0;
}


/* ============================
   会社概要
============================ */
#overview {
  padding: 80px 0 90px;
  background: #fff;
}

.company-table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 14px;
}

.company-table th,
.company-table td {
  padding: 24px 20px;
  text-align: left;
  border-bottom: 1px solid var(--gray-line);
  vertical-align: top;
  line-height: 1.7;
}

.company-table th {
  width: 180px;
  color: var(--navy);
  font-weight: 600;
  white-space: nowrap;
  padding-right: 48px;
}

.company-table td {
  color: #444;
  padding-left: 48px;
}

.company-table tr:first-child th,
.company-table tr:first-child td {
  border-top: 1px solid var(--gray-line);
}

/* アクセスボタン（会社概要内） */
.btn-access-sm {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 20px;
  border: 1.5px solid var(--navy);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--navy);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.btn-access-sm:hover {
  background: var(--navy);
  color: #fff;
}


/* ============================
   免許・資格・認証
============================ */
#license {
  padding: 80px 0 90px;
  background: #fff;
}

.license-block {
  width: 80%;
  margin: 0 auto 40px;
}

.license-block-title {
  background: #D6E1E3;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  text-align: center;
}

.license-text-list {
  list-style: none;
  padding: 16px 20px;
}

.license-text-list li {
  font-size: 14px;
  color: #444;
  padding: 6px 0;
}

.license-qual-table {
  width: 100%;
  border-collapse: collapse;
}

.license-qual-table tr {
  border-bottom: 1px solid var(--gray-line);
}

.license-qual-table td {
  padding: 18px 20px;
  font-size: 14px;
  color: #444;
}

.license-qual-num {
  text-align: right;
  font-weight: 600;
  color: var(--navy);
  width: 80px;
  white-space: nowrap;
}

.license-cert-item {
  display: grid;
  grid-template-columns: 1fr 160px;
  gap: 24px;
  align-items: start;
  padding: 20px 0;
}

.license-cert-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.license-cert-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.license-cert-sub {
  font-size: 12px;
  color: var(--text-sub);
  line-height: 1.7;
}

.license-cert-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #e8edf0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: var(--text-sub);
  overflow: hidden;
}

.license-cert-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============================
   沿革
============================ */
#history {
  padding: 80px 0 90px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.history-en-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-100%);
  color: rgba(0,0,0,0.04);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.history-wrap {
  width: 80%;
  margin: 0 auto;
}

.history-list {
  display: flex;
  flex-direction: column;
}

.history-item {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  padding: 28px 0;
  border-bottom: 1px solid var(--gray-line);
}

.history-item:first-child {
  border-top: none;
}

.history-item dt {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  padding-top: 2px;
}

.history-item dd {
  font-size: 14px;
  color: #444;
  line-height: 1.8;
}

.history-img {
  display: block;
  margin-top: 16px;
  width: 280px;
  height: 180px;
  border-radius: 4px;
  object-fit: cover;
  overflow: hidden;
}

.history-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============================
   ESGの取り組み
============================ */
#esg {
  padding: 56px 0 64px;
  background: #D6E1E3;
}

.esg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 56px;
}

.esg-text-title {
  font-size: 26px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.6;
  margin-bottom: 24px;
}

.esg-text-body {
  font-size: 17px;
  color: #444;
  line-height: 2;
}

/* ESG 画像 */
.esg-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.esg-img {
  width: 100%;
  max-width: 450px;
  height: auto;
}

.esg-btn-wrap {
  display: flex;
  justify-content: center;
}

.btn-navy-pill {
  background: var(--navy);
  border-color: var(--navy);
}


/* ============================
   アクセス
============================ */
#access {
  padding: 80px 0 100px;
  background: #fff;
}

.access-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.access-address {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.access-map {
  border-radius: 12px;
  overflow: hidden;
}

.access-map iframe {
  display: block;
  width: 100%;
}


/* ============================
   RESPONSIVE — Tablet (≤ 1024px)
============================ */
@media (max-width: 1024px) {
  .greeting-inner {
    grid-template-columns: 1fr 300px;
    gap: 40px;
  }

  .mission-inner {
    grid-template-columns: 320px 1fr;
  }

  .license-grid {
    grid-template-columns: 1fr;
  }

  .access-inner {
    grid-template-columns: 1fr;
  }

  /* 経営理念テキスト: 強制改行を外して自然折り返し */
  .philosophy-main br { display: none; }
  .philosophy-main { word-break: keep-all; overflow-wrap: break-word; }
}


/* ============================
   RESPONSIVE — Mobile (≤ 768px)
============================ */
@media (max-width: 768px) {

  /* 英字背景テキスト（mission のみ縮小、history はスマホで非表示） */
  .mission-en-bg {
    font-size: 56px;
  }
  .history-en-bg {
    display: none;
  }

  /* ページヒーロー */
  .page-hero { margin-top: 0; height: 240px; }
  .page-hero-title-box { margin-left: auto; margin-right: 0; padding: 20px 32px; }
  .page-hero-title { font-size: 12px; letter-spacing: 2px; }

  /* ページ内ナビ */
  .page-subnav { display: none; }

  /* 見出し共通 */
  .sec-heading--center .sec-heading-ja { font-size: 22px; }

  /* section-title-wrap: 日本語中央 ＋ 英語を背面にうっすら */
  .section-title-wrap {
    display: block;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
  }
  /* PC の display:none を詳細度を揃えて上書き */
  .section-title-wrap .section-en {
    display: block;
    font-size: 44px;
    font-weight: 400;
    font-stretch: extra-condensed;
    color: rgba(13, 43, 78, 0.08);
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: -16px;
    position: relative;
    z-index: 0;
  }
  /* ESG（青みがかった背景）は白ベースで透過 */
  #esg .section-en {
    color: rgba(255, 255, 255, 0.35);
  }
  .sec-title-ja {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }

  /* ========================
     GREETING
  ======================== */
  #greeting { padding: 40px 0 56px; }
  /* 見出し: 英語うっすら背面 ＋ 日本語中央 */
  .greeting-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 16px 24px;
    gap: 0;
    overflow: visible;
  }
  .greeting-en-bg {
    font-size: 44px;
    color: rgba(13, 43, 78, 0.08);
    margin-bottom: -16px;
    position: relative;
    z-index: 0;
  }
  .sec-label {
    position: relative;
    z-index: 1;
    justify-content: center;
  }
  .sec-label-ja {
    font-size: 22px;
    color: var(--navy);
    letter-spacing: 2px;
  }
  .greeting-inner { grid-template-columns: 1fr; }
  .greeting-photo { position: static; padding: 0 20px; }
  .greeting-photo-img {
    aspect-ratio: auto;
    height: 300px;
    border-radius: 12px;
  }
  .greeting-text { padding: 8px 16px 0; max-width: 100%; }
  #greeting .sec-label-ja { font-size: 22px; }
  .greeting-subtitle { font-size: 22px; margin-bottom: 16px; }
  .greeting-body { font-size: 12px; line-height: 2; gap: 16px; padding: 0 12px; }
  .greeting-sign { align-items: flex-end; }

  /* ========================
     PHILOSOPHY
  ======================== */
  #philosophy { overflow: hidden; }
  .philosophy-company-area {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 85%;
    height: 220px;
    margin: 16px -24px 24px auto;
    border-radius: 12px 0 0 12px;
  }
  .philosophy-top { padding: 24px 0 16px; }
  /* 見出し: 英語うっすら背面（白系）＋ 経営理念中央 */
  .philosophy-en-bg {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    text-align: center;
    font-size: 44px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 60px;
    margin-bottom: -16px;
    z-index: 0;
  }
  .philosophy-hero-left {
    min-height: auto;
    padding: 0 0 20px;
    position: relative;
    z-index: 1;
    justify-content: center;
  }
  .philosophy-small { font-size: 22px; letter-spacing: 2px; text-align: center; }
  .philosophy-head { padding-top: 16px; }
  .philosophy-main { font-size: 15px; }
  .philosophy-keyword-group { padding: 4px 12px; }
  .philosophy-principles { padding: 0 0 40px; }
  .principles-card { padding: 24px 16px 32px; margin-top: 0; }
  .principles-title { font-size: 18px; }
  .principles-item { gap: 12px; padding: 16px 0; }
  .principles-num { font-size: 28px; min-width: 36px; }
  .principles-name { font-size: 14px; }
  .principles-desc { font-size: 12px; white-space: normal; }

  /* ========================
     MISSION
  ======================== */
  #mission { padding: 40px 0 48px; }

  /* 見出し: MISSION うっすら背面 ＋ 行動理念 中央 */
  .mission-header {
    display: block;
    position: static;
    text-align: center;
  }
  .mission-en-bg {
    font-size: 44px;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: -16px;
    position: relative;
    z-index: 0;
    letter-spacing: 2px;
    white-space: normal;
  }
  .mission-label {
    display: block;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
  }
  .mission-label-ja { font-size: 22px; }

  /* 縦積みレイアウト */
  .mission-body {
    flex-direction: column;
    padding: 0 20px;
    align-items: center;
  }
  .mission-photo {
    width: 85%;
    height: 220px;
    margin: 0 auto 0 -24px;
    border-radius: 0 12px 12px 0;
  }
  .mission-content {
    margin-left: 0;
    margin-top: -36px;
    border-radius: 12px;
    padding: 28px 20px 36px;
    width: 88%;
    position: relative;
    z-index: 2;
  }
  .mission-list { font-size: 14px; }
  .mission-list li { padding: 6px 0; }

  /* ========================
     会社概要
  ======================== */
  #overview { padding: 48px 0 56px; }
  .company-table { width: 100%; }
  .company-table th,
  .company-table td { padding: 12px 10px; }
  .company-table th { width: 90px; font-size: 12px; padding-right: 10px; white-space: normal; }
  .company-table td { font-size: 13px; padding-left: 10px; }

  /* ========================
     免許・資格・認証
  ======================== */
  #license { padding: 48px 0 56px; }
  .license-block { width: 100%; }
  .license-block-title { font-size: 14px; }
  .license-qual-table td { padding: 10px 12px; font-size: 13px; }
  .license-cert-item { gap: 16px; margin: 0 16px; }
  .license-cert-img { width: 140px; }

  /* ========================
     沿革
  ======================== */
  #history { padding: 48px 0 56px; }
  .history-wrap { width: 100%; }
  .history-item { grid-template-columns: 96px 1fr; gap: 12px; padding: 18px 0; }
  .history-item dt { font-size: 12px; }
  .history-item dd { font-size: 13px; }
  .history-img { width: 100%; height: 140px; }

  /* ========================
     ESG
  ======================== */
  #esg { padding: 48px 0 56px; }
  .esg-inner { grid-template-columns: 1fr; gap: 32px; }
  .esg-img { max-width: 280px; }
  .esg-text-title { font-size: 18px; }

  /* ========================
     アクセス
  ======================== */
  #access { padding: 48px 0 64px; }
  .access-map iframe { height: 260px; }
}
