/* =========================================================
  THEORIES Corp Page
========================================================= */

:root {
  --corp-navy: #1E293B;
  --corp-navy-soft: #4F6B8A;
  --corp-beige: #DCCAB2;

  --corp-bg: #FFFFFF;
  --corp-bg-page: #F5F6F8;
  --corp-bg-soft: #F8FAFC;
  --corp-bg-blue: #F2F6FA;

  --corp-border: #D9DEE7;
  --corp-border-soft: #E6EAF0;

  --corp-text: #222222;
  --corp-text-sub: #666666;
  --corp-shadow: 0 10px 30px rgba(30, 41, 59, 0.06);
}

.theories-corp-page {
  background: var(--corp-bg-page);
  padding: 48px 20px 72px;
}

.theories-corp {
  max-width: 1040px;
  margin: 0 auto;
  color: var(--corp-text);
  line-height: 1.85;
}

.theories-corp *,
.theories-corp *::before,
.theories-corp *::after {
  box-sizing: border-box;
}

.theories-corp a {
  color: var(--corp-navy-soft);
  text-underline-offset: 3px;
}


/* =========================================================
  Common Section
========================================================= */

.theories-corp-hero,
.theories-corp-section,
.theories-corp-contact {
  background: var(--corp-bg);
  border: 1px solid var(--corp-border-soft);
  border-radius: 2px;
}

.theories-corp-section,
.theories-corp-contact {
  margin-top: 32px;
  padding: 48px;
}

.theories-corp-section--soft {
  background: var(--corp-bg-soft);
}

.theories-corp-section__head {
  margin-bottom: 28px;
}

.theories-corp-hero__eyebrow,
.theories-corp-section__eyebrow,
.theories-corp-license__eyebrow,
.theories-corp-contact__eyebrow {
  margin: 0 0 10px;
  color: var(--corp-navy-soft);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.theories-corp-section__title,
.theories-corp-license__title,
.theories-corp-contact__title {
  margin: 0;
  color: var(--corp-navy);
  font-weight: 800;
  line-height: 1.45;
}

.theories-corp-section__title {
  font-size: 28px;
}

.theories-corp-section__lead {
  margin: 12px 0 0;
  color: var(--corp-text-sub);
  font-size: 15px;
}


/* =========================================================
  Hero
========================================================= */

.theories-corp-hero {
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
}

.theories-corp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--corp-navy);
}

.theories-corp-hero__title {
  margin: 0 0 22px;
  color: var(--corp-navy);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.theories-corp-hero__lead {
  max-width: 820px;
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.theories-corp-hero__text {
  max-width: 820px;
  margin: 0;
  color: var(--corp-text-sub);
  font-size: 15px;
}


/* =========================================================
  Media Cards
========================================================= */

.theories-corp-media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.theories-corp-media-card {
  display: block;
  min-height: 170px;
  padding: 26px 24px;
  background: #fff;
  border: 1px solid var(--corp-border);
  border-radius: 10px;
  color: inherit;
  text-decoration: none !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.theories-corp-media-card *,
.theories-corp-media-card:hover * {
  text-decoration: none !important;
}

.theories-corp-media-card:hover {
  transform: translateY(-2px);
  border-color: var(--corp-navy-soft);
  box-shadow: var(--corp-shadow);
}

.theories-corp-media-card__label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--corp-navy-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.theories-corp-media-card__title {
  margin: 0 0 12px;
  color: var(--corp-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
}

.theories-corp-media-card__text {
  margin: 0;
  color: var(--corp-text-sub);
  font-size: 14px;
  line-height: 1.8;
}


/* =========================================================
  Editorial Policy
========================================================= */

.theories-corp-policy {
  padding: 28px 32px;
  background: #fff;
  border-left: 5px solid var(--corp-navy-soft);
}

.theories-corp-policy p {
  margin: 0;
  font-size: 15px;
}

.theories-corp-policy p + p {
  margin-top: 16px;
}


/* =========================================================
  License
========================================================= */

.theories-corp-section:has(.theories-corp-license) {
  padding: 0;
  background: transparent;
  border: 0;
}

.theories-corp-license {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: center;
  padding: 40px;
  background: var(--corp-bg-blue);
  border: 1px solid var(--corp-border);
  border-radius: 12px;
}

.theories-corp-license__title {
  margin: 0 0 12px;
  font-size: 28px;
}

.theories-corp-license__text {
  margin: 0;
  color: var(--corp-text-sub);
  font-size: 15px;
}

.theories-corp-license__number {
  padding: 24px 20px;
  background: #fff;
  border: 1px solid var(--corp-border);
  border-radius: 10px;
  text-align: center;
}

.theories-corp-license__number span {
  display: block;
  margin-bottom: 8px;
  color: var(--corp-text-sub);
  font-size: 13px;
  font-weight: 700;
}

.theories-corp-license__number strong {
  display: block;
  color: var(--corp-navy);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.theories-corp-license__number a {
  color: var(--corp-navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}


/* =========================================================
  Company Table
========================================================= */

.theories-corp-table-wrap {
  overflow-x: auto;
}

.theories-corp-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--corp-border);
}

.theories-corp-table th,
.theories-corp-table td {
  padding: 20px 24px;
  border: 1px solid var(--corp-border);
  vertical-align: top;
  font-size: 15px;
}

.theories-corp-table th {
  width: 28%;
  background: var(--corp-bg-soft);
  color: var(--corp-navy);
  font-weight: 800;
  text-align: left;
  white-space: nowrap;
}

.theories-corp-table td {
  background: #fff;
}

.theories-corp-table a {
  color: var(--corp-navy-soft);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* =========================================================
  Contact
========================================================= */

.theories-corp-contact {
  margin-top: 40px;
  padding: 48px;
}

.theories-corp-contact__inner {
  padding: 44px 32px;
  background: var(--corp-bg-soft);
  border-radius: 14px;
  text-align: center;
}

.theories-corp-contact__title {
  margin: 0 0 16px;
  font-size: 32px;
}

.theories-corp-contact__text {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--corp-text-sub);
  font-size: 16px;
  line-height: 1.9;
}

.theories-corp-contact__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.theories-corp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 56px;
  padding: 14px 24px;
  background: var(--corp-navy);
  border: 1px solid var(--corp-navy);
  border-radius: 8px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none !important;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

.theories-corp-button:hover {
  transform: translateY(-1px);
  background: #162033;
}

.theories-corp-button--sub {
  background: #fff;
  color: var(--corp-navy) !important;
}

.theories-corp-button--sub:hover {
  background: var(--corp-bg-blue);
}


/* =========================================================
  Mobile
========================================================= */

@media (max-width: 768px) {
  .theories-corp-page {
    padding: 28px 14px 48px;
  }

  .theories-corp-hero {
    padding: 36px 24px;
  }

  .theories-corp-hero__title {
    font-size: 28px;
  }

  .theories-corp-hero__lead {
    font-size: 16px;
  }

  .theories-corp-section,
  .theories-corp-contact {
    margin-top: 24px;
    padding: 28px 20px;
  }

  .theories-corp-section__title,
  .theories-corp-license__title {
    font-size: 24px;
  }

  .theories-corp-media-grid {
    grid-template-columns: 1fr;
  }

  .theories-corp-media-card {
    min-height: auto;
  }

  .theories-corp-policy {
    padding: 22px 20px;
  }

  .theories-corp-license {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
  }

  .theories-corp-license__number {
    text-align: left;
  }

  .theories-corp-table th,
  .theories-corp-table td {
    display: block;
    width: 100%;
    padding: 14px 16px;
  }

  .theories-corp-table th {
    border-bottom: 0;
  }

  .theories-corp-contact__inner {
    padding: 32px 20px;
  }

  .theories-corp-contact__title {
    font-size: 26px;
  }

  .theories-corp-contact__text {
    font-size: 15px;
    text-align: left;
  }

  .theories-corp-contact__actions {
    gap: 10px;
  }

  .theories-corp-button {
    width: 100%;
    min-width: 0;
  }
}
/* =========================================================
  Corp Page Refinement
  既存CSSの上書き調整
========================================================= */

/* ページ全体：少しだけ余白を詰める */
.theories-corp-page {
  padding-top: 40px;
  padding-bottom: 64px;
}

/* 各セクション：枠線の主張を弱める */
.theories-corp-hero,
.theories-corp-section,
.theories-corp-contact {
  border-color: #E3E7ED;
  box-shadow: none;
}

/* セクション間の余白を少し詰める */
.theories-corp-section,
.theories-corp-contact {
  margin-top: 28px;
}

/* Hero：左ラインを削除 */
.theories-corp-hero::before {
  display: none;
}

/* Hero：少しだけ上品に */
.theories-corp-hero {
  padding: 52px 56px;
  border-radius: 0;
}

.theories-corp-hero__eyebrow,
.theories-corp-section__eyebrow,
.theories-corp-license__eyebrow,
.theories-corp-contact__eyebrow {
  color: #526C8A;
  font-size: 12px;
  letter-spacing: 0.14em;
}

/* 見出しの重さを少し抑える */
.theories-corp-hero__title {
  font-size: 34px;
  letter-spacing: 0.01em;
}

.theories-corp-section__title,
.theories-corp-license__title {
  font-size: 26px;
}

/* メディアカード：リンク下線と囲われ感を抑える */
.theories-corp-media-card {
  min-height: 160px;
  border-color: #DDE3EA;
  box-shadow: none;
}

.theories-corp-media-card:hover {
  border-color: #AFC0D3;
  box-shadow: 0 8px 22px rgba(30, 41, 59, 0.06);
}

/* 編集方針：左ライン削除 */
.theories-corp-policy {
  padding: 26px 28px;
  border-left: 0;
  background: #FFFFFF;
  border: 1px solid #E3E7ED;
}

/* 編集方針セクション：薄グレー背景は残すが、少し軽く */
.theories-corp-section--soft {
  background: #F7F9FB;
}

/* License：やや薄く、主張を下げる */
.theories-corp-license {
  background: #F4F7FA;
  border-color: #DDE5EE;
}

.theories-corp-license__number {
  border-color: #DDE5EE;
}

/* 会社概要：表の線を少し薄く */
.theories-corp-table,
.theories-corp-table th,
.theories-corp-table td {
  border-color: #E0E5EC;
}

.theories-corp-table th {
  background: #F7F9FB;
}

/* Contact：LP感を抑えて少しコンパクトに */
.theories-corp-contact {
  padding: 40px;
}

.theories-corp-contact__inner {
  padding: 36px 28px;
  border-radius: 12px;
  background: #F7F9FB;
}

.theories-corp-contact__title {
  font-size: 28px;
}

.theories-corp-contact__text {
  margin-bottom: 24px;
  font-size: 15px;
}

/* ボタン：少し小さく */
.theories-corp-button {
  min-width: 200px;
  min-height: 52px;
  font-size: 15px;
  border-radius: 7px;
}

/* モバイル */
@media (max-width: 768px) {
  .theories-corp-page {
    padding-top: 24px;
    padding-bottom: 44px;
  }

  .theories-corp-hero {
    padding: 32px 22px;
  }

  .theories-corp-hero__title {
    font-size: 27px;
  }

  .theories-corp-section,
  .theories-corp-contact {
    margin-top: 22px;
    padding: 26px 18px;
  }

  .theories-corp-policy {
    padding: 20px 18px;
  }

  .theories-corp-contact__inner {
    padding: 28px 18px;
  }
}


/* =========================================================
  Corp Page Refinement v2
  - Hero に信用サマリー追加
  - Hero h1 を clamp 化、リード文圧迫感を解消
  - Editorial Policy を 3 項目構造へ刷新（左ライン無し）
  - Media Card に「サイトを見る →」cue
  - Contact をコンパクト化、SP 縦積み
  - SP 横スクロール防止
========================================================= */

/* 横スクロール防止の安全網 */
.theories-corp-page,
.theories-corp {
  overflow-x: hidden;
}

/* ----- Hero ----- */
.theories-corp-hero__title {
  font-size: clamp(26px, 7vw, 34px);
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.theories-corp-hero__lead {
  font-size: clamp(15px, 1.6vw + 8px, 18px);
  line-height: 1.85;
}

.theories-corp-hero__text {
  font-size: 14.5px;
  line-height: 1.85;
}

/* ----- Editorial Policy 3 項目化 ----- */
.theories-corp-policy {
  padding: 0;
  background: transparent;
  border: 0;
  border-left: 0;
}

.theories-corp-policy__list {
  margin: 0;
  display: grid;
  gap: 12px;
}

.theories-corp-policy__item {
  padding: 20px 22px;
  background: #FFFFFF;
  border: 1px solid #E6EAF0;
  border-radius: 4px;
}

.theories-corp-policy__term {
  margin: 0 0 6px;
  color: var(--corp-navy);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.theories-corp-policy__desc {
  margin: 0;
  color: var(--corp-text-sub);
  font-size: 14px;
  line-height: 1.85;
}

/* ----- Media Card cue ----- */
.theories-corp-media-card {
  position: relative;
  padding-bottom: 46px;
}

.theories-corp-media-card__cue {
  position: absolute;
  left: 24px;
  bottom: 18px;
  color: var(--corp-navy-soft);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.theories-corp-media-card:hover .theories-corp-media-card__cue {
  color: var(--corp-navy);
}

/* ----- Contact コンパクト化 ----- */
.theories-corp-contact {
  padding: 36px 36px;
}

.theories-corp-contact__inner {
  padding: 30px 24px;
  border-radius: 12px;
}

.theories-corp-contact__title {
  font-size: 24px;
}

.theories-corp-contact__text {
  font-size: 14.5px;
  line-height: 1.85;
  margin-bottom: 20px;
}

.theories-corp-button {
  min-width: 200px;
  min-height: 50px;
  font-size: 14.5px;
  padding: 12px 22px;
  border-radius: 7px;
}

/* ----- Mobile (SP) ----- */
@media (max-width: 768px) {
  .theories-corp-page {
    padding: 24px 14px 44px;
  }

  .theories-corp-hero {
    padding: 28px 20px;
  }

  .theories-corp-hero__title {
    margin-bottom: 16px;
  }

  .theories-corp-hero__lead {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 14px;
  }

  .theories-corp-hero__text {
    font-size: 13.5px;
    line-height: 1.85;
  }

  /* Section / padding */
  .theories-corp-section,
  .theories-corp-contact {
    margin-top: 20px;
    padding: 24px 18px;
  }

  /* Policy SP */
  .theories-corp-policy__item {
    padding: 18px 18px;
  }

  .theories-corp-policy__term {
    font-size: 14.5px;
  }

  .theories-corp-policy__desc {
    font-size: 13.5px;
  }

  /* Media card cue SP */
  .theories-corp-media-card {
    padding-bottom: 42px;
  }

  .theories-corp-media-card__cue {
    left: 22px;
    bottom: 16px;
    font-size: 12px;
  }

  /* Contact SP：縦積みボタン */
  .theories-corp-contact {
    padding: 22px 16px;
  }

  .theories-corp-contact__inner {
    padding: 24px 16px;
  }

  .theories-corp-contact__title {
    font-size: 20px;
  }

  .theories-corp-contact__text {
    font-size: 13.5px;
    line-height: 1.85;
  }

  .theories-corp-contact__actions {
    flex-direction: column;
    gap: 10px;
  }

  .theories-corp-button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
}


/* =========================================================
  Corp Page Refinement v3
  - SP の二重囲み感を弱める
  - License 許可番号フォントを縮小
  - Company Profile テーブルを SP でコンパクト化
========================================================= */

/* ----- License 共通：許可番号の主張を全体的に弱める ----- */
.theories-corp-license {
  padding: 32px 32px;
  gap: 24px;
}

.theories-corp-license__title {
  font-size: 22px;
  margin-bottom: 10px;
}

.theories-corp-license__text {
  font-size: 14px;
  line-height: 1.85;
}

.theories-corp-license__number {
  padding: 18px 18px;
  border-radius: 8px;
}

.theories-corp-license__number span {
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
}

.theories-corp-license__number strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
}


/* ----- Mobile (SP): de-nesting / 余白縮小 ----- */
@media (max-width: 768px) {
  /* ページ自体の左右余白を少し詰めて本文幅を確保 */
  .theories-corp-page {
    padding: 20px 12px 40px;
  }

  /* セクション枠：SP では border / 背景を弱めて二重囲みを解消
     （Hero / Editorial Policy / License / Company / Contact のセクション枠を簡素化） */
  .theories-corp-section,
  .theories-corp-contact {
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 18px;
  }

  /* section--soft の背景も SP では透過（Policy item が独立カードを持つため不要） */
  .theories-corp-section--soft {
    background: transparent;
  }

  /* セクション head の余白圧縮 */
  .theories-corp-section__head {
    margin-bottom: 14px;
  }

  /* Hero は枠を残すが内側 padding を詰める */
  .theories-corp-hero {
    padding: 26px 18px;
    border: 1px solid #E3E7ED;
  }

  /* Media card：padding 縮小・cue位置追従 */
  .theories-corp-media-card {
    padding: 18px 18px 38px;
  }

  .theories-corp-media-card__cue {
    left: 18px;
    bottom: 14px;
  }

  /* Editorial Policy：item の padding を詰める */
  .theories-corp-policy__item {
    padding: 16px 16px;
  }

  /* License：二重囲みを解消（外枠 + number 内箱の二段を一段に） */
  .theories-corp-license {
    padding: 20px 18px;
    gap: 14px;
    background: #FFFFFF;
    border: 1px solid #E3E7ED;
  }

  .theories-corp-license__title {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .theories-corp-license__text {
    font-size: 13.5px;
    line-height: 1.8;
  }

  .theories-corp-license__number {
    padding: 12px 0 0;
    background: transparent;
    border: 0;
    border-top: 1px solid #E3E7ED;
    border-radius: 0;
    text-align: left;
  }

  .theories-corp-license__number span {
    font-size: 11.5px;
    margin-bottom: 4px;
  }

  .theories-corp-license__number strong {
    font-size: 20px;
    font-weight: 700;
  }

  /* Company Profile：テーブルセル padding をコンパクトに、見出しと本文の間隔詰め */
  .theories-corp-table-wrap {
    border: 1px solid #E3E7ED;
    border-radius: 8px;
    overflow: hidden;
  }

  .theories-corp-table {
    border: 0;
  }

  .theories-corp-table th,
  .theories-corp-table td {
    padding: 10px 14px;
    font-size: 13.5px;
    line-height: 1.7;
    border-left: 0;
    border-right: 0;
  }

  .theories-corp-table th {
    padding: 12px 14px 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--corp-navy-soft);
    border-bottom: 0;
    background: transparent;
    letter-spacing: 0.04em;
  }

  .theories-corp-table td {
    padding: 0 14px 12px;
    border-top: 0;
  }

  .theories-corp-table tr:not(:last-child) td {
    border-bottom: 1px solid #ECEFF4;
  }

  /* Contact：二重囲み解消（inner の背景・枠を消し、section内の余白だけで構成） */
  .theories-corp-contact__inner {
    padding: 0;
    background: transparent;
    border-radius: 0;
    text-align: center;
  }

  .theories-corp-contact__title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .theories-corp-contact__text {
    font-size: 13.5px;
    line-height: 1.8;
    margin-bottom: 18px;
  }
}


/* =========================================================
  Corp Page Refinement v4
  - License 許可番号フォントを PC24 / SP22 / line-height 1.35 に
  - License SP の内側「白い小箱」感をさらに削ぐ
  - Company Profile SP のセル padding をさらに詰める
========================================================= */

/* ----- License 共通：許可番号 ----- */
.theories-corp-license__number strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
}


/* ----- Mobile (SP) ----- */
@media (max-width: 768px) {
  /* License：外枠は1枚・内側はもう「箱」を作らない */
  .theories-corp-license {
    padding: 20px 18px;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E3E7ED;
  }

  .theories-corp-license__title {
    font-size: 19px;
    margin-bottom: 6px;
  }

  .theories-corp-license__text {
    font-size: 13.5px;
    line-height: 1.8;
  }

  .theories-corp-license__number {
    margin-top: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    text-align: left;
  }

  .theories-corp-license__number span {
    font-size: 11.5px;
    margin-bottom: 2px;
    color: var(--corp-text-sub);
    letter-spacing: 0.04em;
  }

  .theories-corp-license__number strong {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
  }

  /* Company Profile：書く幅を確保するため、セル padding と外枠 padding を見直し */
  .theories-corp-table-wrap {
    border: 1px solid #E3E7ED;
    border-radius: 8px;
    overflow: hidden;
  }

  .theories-corp-table th,
  .theories-corp-table td {
    padding: 8px 12px;
    font-size: 13.5px;
    line-height: 1.7;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .theories-corp-table th {
    padding: 12px 12px 2px;
    font-size: 11.5px;
    letter-spacing: 0.04em;
  }

  .theories-corp-table td {
    padding: 0 12px 12px;
  }

  /* Contact：v3 のコンパクト挙動を維持（明示的に上書きしない） */
}


/* =========================================================
  Corp Page Refinement v5
  - PC：セクション eyebrow に短いアクセント線
  - PC：セクション間の余白を広げて事務的な縦並びの印象を弱める
  （v5 で追加した Hero 2カラム grid・レイヤー積層・背景グラデは v6 で撤去）
========================================================= */

@media (min-width: 769px) {
  .theories-corp-hero__eyebrow,
  .theories-corp-section__eyebrow,
  .theories-corp-license__eyebrow,
  .theories-corp-contact__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .theories-corp-hero__eyebrow::before,
  .theories-corp-section__eyebrow::before,
  .theories-corp-license__eyebrow::before,
  .theories-corp-contact__eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 2px;
    background: var(--corp-navy-soft);
  }

  .theories-corp-section,
  .theories-corp-contact {
    margin-top: 36px;
  }
}


/* =========================================================
  Corp Page Refinement v6
  - Hero 装飾（v5 のレイヤー積層・背景グラデ・2カラム grid）を完全撤去し、テキスト中心へ戻す
  - Contact：__inner の二重枠を解消（背景・角丸・大 padding を解除）
  - History（沿革）セクション：日付＋本文の控えめタイムライン
========================================================= */

/* ----- Contact：二重枠解消（PC/SP 共通でフラット化） -----
   見出し（eyebrow / title）は他セクションと同じく左寄せ、
   本文・ボタンは中央寄せ */
.theories-corp-contact__inner {
  padding: 0;
  background: transparent;
  border-radius: 0;
  text-align: left;
}

.theories-corp-contact__title {
  font-size: 22px;
  margin: 0 0 12px;
  text-align: left;
}

.theories-corp-contact__text {
  font-size: 14.5px;
  line-height: 1.85;
  margin: 0 auto 20px;
  max-width: 640px;
  text-align: center;
}

.theories-corp-contact__actions {
  justify-content: center;
}


/* ----- History：控えめなタイムライン ----- */
.theories-corp-history {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid #ECEFF4;
}

.theories-corp-history__item {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 14px 4px;
  border-bottom: 1px solid #ECEFF4;
}

.theories-corp-history__date {
  color: var(--corp-navy);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.theories-corp-history__text {
  margin: 0;
  font-size: 15px;
  color: var(--corp-text);
  line-height: 1.85;
}


/* ----- Mobile (SP) ----- */
@media (max-width: 768px) {
  .theories-corp-history {
    border-top: 0;
  }

  .theories-corp-history__item {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 0;
  }

  .theories-corp-history__date {
    font-size: 11.5px;
    color: var(--corp-navy-soft);
    letter-spacing: 0.06em;
  }

  .theories-corp-history__text {
    font-size: 14px;
    line-height: 1.75;
  }

  .theories-corp-contact__inner {
    text-align: left;
  }

  .theories-corp-contact__title {
    font-size: 19px;
  }

  .theories-corp-contact__text {
    font-size: 13.5px;
  }
}


/* =========================================================
  Corp Page Refinement v7
  - Editorial Policy 各 item の左上に小さな SVG アイコン
  - インラインSVG / currentColor / 薄いブルーグレー背景の角丸ボックス
========================================================= */

.theories-corp-policy__item {
  display: grid;
  grid-template-columns: 36px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 4px;
  align-items: start;
}

.theories-corp-policy__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #EEF3F8;
  border-radius: 8px;
  color: var(--corp-navy);
  flex-shrink: 0;
}

.theories-corp-policy__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.theories-corp-policy__term {
  grid-column: 2;
  grid-row: 1;
}

.theories-corp-policy__desc {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 768px) {
  .theories-corp-policy__item {
    grid-template-columns: 30px 1fr;
    column-gap: 10px;
    row-gap: 2px;
  }

  .theories-corp-policy__icon {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }

  .theories-corp-policy__icon svg {
    width: 17px;
    height: 17px;
  }
}


/* =========================================================
  Corp Page Refinement v8
  - History と Contact を Company Profile 直下の 2 カラムセクションに統合
  - PC: 1:1 grid（gap 32px）/ SP: 縦積み（gap 18px）
  - Contact 内のサブリンクは「掲載情報の修正依頼」をテキストリンク化し、横幅圧迫を回避
========================================================= */

.theories-corp-cta {
  margin-top: 28px;
}

.theories-corp-cta__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.theories-corp-cta__col {
  background: #FFFFFF;
  border: 1px solid #E3E7ED;
  border-radius: 2px;
  padding: 28px 24px;
}

@media (min-width: 769px) {
  .theories-corp-cta {
    margin-top: 36px;
  }

  .theories-corp-cta__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
  }

  .theories-corp-cta__col {
    padding: 36px 32px;
  }
}

/* History 列：最後の hairline は二重線回避 */
.theories-corp-cta__col--history .theories-corp-history__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* Contact 列：本文左寄せ、CTA は同サイズの 2 ボタン縦積み */
.theories-corp-cta__col--contact .theories-corp-contact__text {
  text-align: left;
  margin: 0 0 24px;
  max-width: none;
}

.theories-corp-cta__col--contact .theories-corp-contact__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.theories-corp-cta__col--contact .theories-corp-button {
  width: 100%;
  min-width: 0;
  min-height: 50px;
  padding: 12px 22px;
  font-size: 14.5px;
  border-radius: 7px;
}

/* サブボタンが弱く見えすぎないようにネイビー枠線を強調 */
.theories-corp-cta__col--contact .theories-corp-button--sub {
  background: #FFFFFF;
  border: 1px solid var(--corp-navy);
  color: var(--corp-navy) !important;
}

.theories-corp-cta__col--contact .theories-corp-button--sub:hover {
  background: var(--corp-bg-blue);
}

@media (max-width: 768px) {
  .theories-corp-cta__col--contact .theories-corp-contact__actions {
    max-width: none;
    gap: 10px;
  }
}


/* =========================================================
  Corp Page Refinement v9
  - 汎用 2 カラム split レイアウト追加
  - Editorial Policy + License / Profile + Map / History + Media History を split で組む
  - Access (Google Map) iframe ラッパー
  - Media History リスト（History と同等スタイル）
  - Contact を単独セクションに復帰させたため v6/v8 の挙動を再調整
========================================================= */

/* ----- Split 共通 ----- */
.theories-corp-split {
  margin-top: 28px;
}
.theories-corp-split__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.theories-corp-split__col {
  background: #FFFFFF;
  border: 1px solid #E3E7ED;
  border-radius: 2px;
  padding: 28px 24px;
}

/* PC: 2カラム */
@media (min-width: 769px) {
  .theories-corp-split {
    margin-top: 36px;
  }
  .theories-corp-split__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: stretch;
  }
  .theories-corp-split__col {
    padding: 36px 32px;
  }
}

/* SP: 縦積み・二重囲み解消 */
@media (max-width: 768px) {
  .theories-corp-split__col {
    background: transparent;
    border: 0;
    padding: 0;
  }
  .theories-corp-split__grid {
    gap: 22px;
  }
}

/* split カラム内のセクション head */
.theories-corp-split__col .theories-corp-section__head {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .theories-corp-split__col .theories-corp-section__head {
    margin-bottom: 12px;
  }
}


/* ----- License を split 内で縦積みに ----- */
.theories-corp-split__col--license .theories-corp-license {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.theories-corp-split__col--license .theories-corp-license__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--corp-text-sub);
}
.theories-corp-split__col--license .theories-corp-license__number {
  padding: 18px 18px;
  background: #F7F9FB;
  border: 1px solid #E3E7ED;
  border-radius: 8px;
  text-align: left;
}
.theories-corp-split__col--license .theories-corp-license__number span {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.04em;
  color: var(--corp-text-sub);
  font-weight: 700;
}
.theories-corp-split__col--license .theories-corp-license__number strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--corp-navy);
}

@media (max-width: 768px) {
  .theories-corp-split__col--license .theories-corp-license {
    gap: 12px;
  }
  .theories-corp-split__col--license .theories-corp-license__number {
    padding: 14px 16px;
  }
  .theories-corp-split__col--license .theories-corp-license__number strong {
    font-size: 20px;
  }
}


/* ----- Access: Google Maps ラッパー ----- */
.theories-corp-map {
  width: 100%;
  max-width: 100%;
  border: 1px solid var(--corp-border-soft);
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
}
.theories-corp-map iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 340px;
  border: 0;
}
@media (max-width: 768px) {
  .theories-corp-map iframe {
    height: 260px;
  }
}


/* ----- Media History リスト：History と同等スタイル ----- */
.theories-corp-media-history {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
  border-top: 1px solid #ECEFF4;
}
.theories-corp-media-history__item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 14px 4px;
  border-bottom: 1px solid #ECEFF4;
}
.theories-corp-media-history__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.theories-corp-media-history__date {
  color: var(--corp-navy);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.theories-corp-media-history__text {
  margin: 0;
  font-size: 15px;
  color: var(--corp-text);
  line-height: 1.85;
}
@media (max-width: 768px) {
  .theories-corp-media-history {
    border-top: 0;
  }
  .theories-corp-media-history__item {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 12px 0;
  }
  .theories-corp-media-history__date {
    font-size: 11.5px;
    color: var(--corp-navy-soft);
    letter-spacing: 0.06em;
  }
  .theories-corp-media-history__text {
    font-size: 14px;
    line-height: 1.75;
  }
}


/* ----- History split カラム最下行：二重線回避 ----- */
.theories-corp-split__col--history .theories-corp-history__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}


/* ----- Contact 単独セクション復帰の再調整 -----
   v6 で text-align:left に固定されていたものを中央寄せに戻し、
   SP は v3 互換の縦積みボタンに戻す */
.theories-corp-contact__inner,
.theories-corp-contact__title,
.theories-corp-contact__text {
  text-align: center;
}

@media (max-width: 768px) {
  .theories-corp-contact__inner,
  .theories-corp-contact__title,
  .theories-corp-contact__text {
    text-align: center;
  }
  .theories-corp-contact__actions {
    flex-direction: column;
    gap: 10px;
  }
  .theories-corp-button {
    width: 100%;
    min-width: 0;
  }
}


/* =========================================================
  Corp Page Refinement v10
  - Company Profile + Access を 1 つの白枠セクションに統合
  - 外側の section が白枠を担当、内側の col には背景・border を付けない
========================================================= */

.theories-corp-profile-access {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.theories-corp-profile-access__col {
  min-width: 0;
}

.theories-corp-profile-access__col .theories-corp-section__head {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .theories-corp-profile-access {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .theories-corp-profile-access__col .theories-corp-section__head {
    margin-bottom: 12px;
  }
}


/* =========================================================
  Corp Page Refinement v11
  - Company Profile テーブルセル：PC の縦 padding を縮小（行間を詰める）
  - SP は v4 の指定（padding: 8px 12px）をそのまま維持
========================================================= */

@media (min-width: 769px) {
  .theories-corp-table th,
  .theories-corp-table td {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}


/* =========================================================
  Corp Page Refinement v12
  - PC: ACCESS の地図 iframe を左カラム（会社概要テーブル）の高さに合わせる
  - col を flex column 化し、map ラッパーを flex:1 で余り高さに伸ばす
========================================================= */

@media (min-width: 769px) {
  .theories-corp-profile-access {
    align-items: stretch;
  }
  .theories-corp-profile-access__col {
    display: flex;
    flex-direction: column;
  }
  .theories-corp-profile-access__col .theories-corp-map {
    flex: 1 1 auto;
    min-height: 280px;
  }
  .theories-corp-profile-access__col .theories-corp-map iframe {
    height: 100%;
    min-height: 280px;
  }
}


/* =========================================================
  Corp Page Refinement v13
  - HISTORY + MEDIA HISTORY を 1 つの白枠セクションに統合
  - profile-access と同等の方針：外側の section が白枠を担当、
    内側の col には背景・border を付けない
========================================================= */

.theories-corp-history-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.theories-corp-history-pair__col {
  min-width: 0;
}

.theories-corp-history-pair__col .theories-corp-section__head {
  margin-bottom: 18px;
}

.theories-corp-history-pair__col .theories-corp-history__item:last-child,
.theories-corp-history-pair__col .theories-corp-media-history__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .theories-corp-history-pair {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .theories-corp-history-pair__col .theories-corp-section__head {
    margin-bottom: 12px;
  }
}


/* =========================================================
  Corp Page Refinement v14
  - BUSINESS セクション：画像付き 3 カード
  - PC 3 カラム / SP 1 カラム縦積み
  - 既存の section 枠・色トークンを継承（policy 系は流用しない）
========================================================= */

.theories-corp-business__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.theories-corp-business__card {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border: 1px solid #E3E7ED;
  border-radius: 10px;
  overflow: hidden;
}

.theories-corp-business__image {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #F4F7FA;
  overflow: hidden;
}

.theories-corp-business__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.theories-corp-business__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 22px 26px;
}

.theories-corp-business__title {
  margin: 0;
  color: var(--corp-navy);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.55;
  letter-spacing: 0.01em;
}

.theories-corp-business__text {
  margin: 0;
  color: var(--corp-text-sub);
  font-size: 14px;
  line-height: 1.85;
}

@media (min-width: 769px) {
  .theories-corp-business__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .theories-corp-business__body {
    padding: 24px 24px 28px;
  }

  .theories-corp-business__title {
    font-size: 18px;
  }
}
