/* ========== AI組織開発 LP ========== */
.ai-org {
  --primary: #e94709;
  --secondary: #dae000;
  --text: #333333;
  --gray-card: #dadada;
  --bg-soft: #f7f7f7;
  --bg-issue: #f3f3f3;
  --max: 1280px;
  --max-sm: 1080px;
  --header-h: 5.25rem;
  /* Figma type scale */
  --fs-label-lg: 60px; /* ISSUE / FACTOR / SOLUTION */
  --fs-label: 48px; /* SERVICE〜FAQ */
  --fs-h1: 48px;
  --fs-h2: 32px;
  --fs-h3: 24px;
  --fs-body: 16px;
  --fs-small: 14px;
  --lh-h1: 72px;
  --lh-h2: 45px;
  --lh-body: 26px;
  /* ドロップシャドウは濃さを統一 */
  --shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin: 0;
  width: 100%;
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  color: var(--text);
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  background: #fff;
  overflow-x: hidden;
}

.ai-org img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.ai-org a {
  color: inherit;
  text-decoration: none;
}

.ai-org .inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}

/* ISSUE / FACTOR / SOLUTION は 1080px */
.ai-org .issue .inner,
.ai-org .factor .inner,
.ai-org .solution .inner {
  max-width: var(--max-sm);
}

.ai-org .sp-only {
  display: none;
}

/* Figma PC: セクション上下余白 ≈120px */
.ai-org .section {
  padding: 120px 0;
}

.ai-org .section-label {
  font-family: "Roboto Condensed", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--fs-label);
  color: var(--primary);
  letter-spacing: 1.8px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 24px;
}

/* ISSUE / FACTOR / SOLUTION 英字ラベルは 60px */
.ai-org .issue .section-label,
.ai-org .factor .section-label,
.ai-org .solution .section-label {
  font-size: var(--fs-label-lg);
}

.ai-org h1,
.ai-org h2,
.ai-org h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--text);
  line-height: var(--lh-h2);
}

.ai-org h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0 0 16px;
  font-feature-settings: "palt" 1;
}

.ai-org h3 {
  font-size: var(--fs-h3);
}

/* common.css の素の p / section 指定に負けないよう明示 */
.ai-org p {
  font-size: inherit;
  line-height: inherit;
}

.ai-org .section-lead {
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .section-head.center {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 48px;
}

.ai-org .section-head.split {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}

.ai-org .section-head.split .section-label {
  flex-shrink: 0;
}

.ai-org .section-head.split h2 {
  text-align: left;
  max-width: none;
}

/* ISSUE / FACTOR / SOLUTION 見出し〜コンテンツ下余白 */
.ai-org .issue .section-head.split,
.ai-org .factor .section-head.split,
.ai-org .solution .section-head.split {
  margin-bottom: 80px;
}

/* ISSUE / FACTOR / SOLUTION 右テキスト */
.ai-org .issue .section-intro,
.ai-org .factor .section-intro,
.ai-org .solution .section-intro {
  width: 500px;
  max-width: 100%;
  box-sizing: border-box;
}

.ai-org .issue .section-intro h2,
.ai-org .factor .section-intro h2,
.ai-org .solution .section-intro h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  margin-bottom: 20px;
  font-feature-settings: "palt" 1;
}

.ai-org .factor .section-intro h2 {
  margin-bottom: 0;
}

/* Buttons */
.ai-org .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: auto;
  margin: 0;
  border: none;
  box-shadow: none;
  position: relative;
  /* common.css の非対称 padding（上9 / 下13）を打ち消す */
  padding: 0 !important;
  text-align: center;
  line-height: 1.2;
}

.ai-org .btn::after {
  content: none !important;
  display: none !important;
  border: none !important;
}

.ai-org .btn-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: #fff !important;
  font-weight: 700;
  font-size: var(--fs-body);
  line-height: 20px;
  padding: 15px 36px !important;
  border-radius: 100px;
  min-width: 200px;
  min-height: 50px;
  width: auto;
  margin: 0;
  text-align: center;
  transition: opacity 0.2s ease;
}

.ai-org .btn-cta:hover {
  opacity: 0.9;
}

/* ========== Header ========== */
.ai-org .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0.75rem 1.5rem 0;
  box-sizing: border-box;
}

.ai-org .header-inner {
  width: 80rem;
  max-width: 100%;
  height: 3.75rem;
  border-radius: 3.75rem;
  background: linear-gradient(90deg, #e94709 0%, #dae000 98.99%);
  box-shadow: var(--shadow);
  margin: 0 auto;
  /* 左≈24px / 右は上下余白と同じ10px（(60-40)/2） */
  padding: 0 0.625rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
}

.ai-org .header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.ai-org .header-logo img {
  width: 5rem;
  height: auto;
}

.ai-org .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.25rem;
  margin-left: auto;
  flex-shrink: 0;
}

.ai-org .pc-nav {
  margin: 0;
}

.ai-org .pc-nav ul {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ai-org .pc-nav a {
  /* Figma: 12px Medium / leading 26 */
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
  white-space: nowrap;
}

.ai-org .pc-nav a:hover {
  color: #fff;
  opacity: 0.85;
}

.ai-org a.btn.btn-cta.header-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: 2.5rem;
  min-height: 2.5rem;
  max-height: 2.5rem;
  margin: 0;
  padding: 0 1.25rem !important;
  /* Figma: 14px Bold / leading 20 */
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  flex-shrink: 0;
  align-self: center;
  background: #e94709;
  border: none;
  box-shadow: none;
  border-radius: 100px;
}

.ai-org a.btn.btn-cta.header-cta:hover {
  opacity: 0.9;
}

.ai-org .sp-menu-btn {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  border: none;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
}

.ai-org .sp-menu-btn span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.ai-org .site-header.is-open .sp-menu-btn span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.ai-org .site-header.is-open .sp-menu-btn span:nth-child(2) {
  opacity: 0;
}
.ai-org .site-header.is-open .sp-menu-btn span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ai-org .sp-nav {
  display: none;
  width: 80rem;
  max-width: 100%;
  margin: 0.5rem auto 0;
  background: #fff;
  border-radius: 1.25rem;
  box-shadow: var(--shadow);
  padding: 1rem 1.5rem 1.25rem;
  box-sizing: border-box;
}

.ai-org .sp-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.ai-org .sp-nav a {
  display: block;
  font-weight: 700;
  padding: 0.75rem 0;
}

.ai-org .site-header.is-open .sp-nav {
  display: block;
}

/* ========== Hero ========== */
/* common.css の #fv { padding: 250px 0 100px } を上書き */
.ai-org #fv.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  /* ヘッダー下〜コンテンツ */
  padding: calc(var(--header-h) + 4rem) 0 0;
  background: linear-gradient(180deg, #fff7f2 0%, #ffffff 55%);
  overflow: hidden;
  box-sizing: border-box;
}

.ai-org .hero .inner {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.55fr);
  column-gap: 40px;
  row-gap: 32px;
  align-items: center;
  align-content: start;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 1.5rem;
  box-sizing: border-box;
  min-height: 0;
}

.ai-org .hero-content {
  min-width: 0;
  max-width: 100%;
}

.ai-org .hero h1 {
  /* Figma: 48px Bold / leading 72 */
  font-size: var(--fs-h1);
  font-weight: 700;
  line-height: var(--lh-h1);
  margin: 0 0 20px;
}

.ai-org .hero-lead {
  /* Figma: 16px Medium / leading 26 */
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  margin: 0 0 24px;
  max-width: 444px;
}

.ai-org .hero-badges {
  margin: 0 0 28px !important;
  max-width: min(28rem, 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ai-org #achievement-badges .badge {
  position: relative;
  flex: 0 0 auto;
  width: 8.5rem;
  max-width: 8.5rem;
  min-height: 6.25rem;
  height: 6.25rem;
  max-height: none;
  background: url(../img/badge.svg) center center / contain no-repeat;
  isolation: isolate;
}

/* base.css の左右分割バッジを無効化（画像は項目ごとに1枚） */
.ai-org #achievement-badges .badge::before,
.ai-org #achievement-badges .badge::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.ai-org #achievement-badges .badge_inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15em;
  width: 70%;
  max-width: 6.5rem;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.ai-org #achievement-badges .badge_inner p {
  margin: 0;
  color: var(--text);
  /* Figma ≈ 9.2px Bold */
  font-size: 9px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.ai-org #achievement-badges .badge_inner .num {
  font-family: "Montserrat", sans-serif;
  /* Figma ≈ 23.4px SemiBold */
  font-weight: 600;
  font-size: 23px;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.ai-org #achievement-badges .badge_inner .annot {
  /* Figma ≈ 6.6px Bold */
  font-size: 7px;
  font-weight: 700;
  color: var(--text);
  opacity: 0.9;
  line-height: 1.25;
}

.ai-org #achievement-badges .badge--advisor .badge_inner p {
  font-size: 7px;
  line-height: 1.25;
}

.ai-org #achievement-badges .badge--advisor .badge_inner .num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.ai-org .hero-visual {
  position: relative;
  align-self: start;
  /* 画像の固有幅でテキスト列が潰れて被るのを防ぐ */
  min-width: 0;
  /* inner の左右 padding を活かし、狭幅でも右余白を確保 */
  margin: 0;
  width: 100%;
}

.ai-org .hero-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 780 / 523;
  max-height: min(46rem, calc(100dvh - var(--header-h) - 4rem - 3rem));
  border-radius: 1.5rem;
  mask-image: none;
}

.ai-org .hero-content .btn-cta {
  max-width: 100%;
  box-sizing: border-box;
}

/* ========== Logo strip ========== */
/* Figma Group 13636: height ≈ 85.4px */
.ai-org .hero .logo-strip {
  flex: 0 0 auto;
  width: 100%;
  height: 5.375rem;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.ai-org .logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: logo-marquee 40s linear infinite;
}

.ai-org .logo-set {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
  height: 5rem;
}

.ai-org .logo-set img {
  height: 4rem;
  width: auto;
  max-width: 170px;
  max-height: 4.75rem;
  object-fit: contain;
  filter: grayscale(0.15);
  opacity: 0.9;
}

@keyframes logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ========== Band (ISSUE〜Mid CTA) ========== */
/* Figma Rectangle 703 / 720: 外側上下≈120 / 左右≈33 */
.ai-org .band-grad {
  background: linear-gradient(111.47deg, #e94709 37.01%, #dae000 97.41%);
  padding: 120px 33px;
  box-sizing: border-box;
}

.ai-org .band-grad-panel {
  width: 100%;
  max-width: 90.375rem; /* ≈1446px */
  margin: 0 auto;
  background: #fff;
  border-radius: 1.875rem; /* 30px */
  box-shadow: var(--shadow);
  /* CTAイラストのはみ出しを許可 */
  overflow: visible;
  box-sizing: border-box;
}

.ai-org .band-grad .section {
  background: transparent;
}

.ai-org .band-grad .issue,
.ai-org .band-grad .factor,
.ai-org .band-grad .solution {
  background: transparent;
  /* 隣接セクション側は各60px → 間は合計120px */
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 白パネル上端〜ISSUEは80px維持 */
.ai-org .band-grad .issue {
  padding-top: 80px;
}

/* Solution下は Mid CTA と密着 */
.ai-org .band-grad .solution {
  padding-bottom: 0;
}

/* Figma: 上はイラスト分 / 下≈80px */
.ai-org .band-grad .mid-cta {
  padding: 11.5rem 0 80px;
}

/* ========== Issue ========== */
.ai-org .issue {
  background: transparent;
}

.ai-org .issue-lead {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  font-feature-settings: "palt" 1;
}

.ai-org .issue-diagram {
  display: grid;
  /* ISSUEラベル左端〜右テキスト右端に合わせて全幅 */
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px) minmax(0, 1fr);
  gap: 24px 28px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
}

.ai-org .issue-visual {
  text-align: center;
  justify-self: center;
}

.ai-org .issue-visual img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ai-org .issue-bubbles {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 64px;
  width: 100%;
  max-width: 340px;
}

.ai-org .issue-bubbles--left {
  justify-self: start;
}

.ai-org .issue-bubbles--right {
  justify-self: end;
}

.ai-org .issue-bubbles li {
  position: relative;
  margin: 0;
  background: #d9d9d9;
  border-radius: 1rem;
  min-height: 112px;
  padding: 28px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ai-org .issue-bubbles li p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
}

/* 思考吹き出しの尻尾（横長の楕円2つ） */
.ai-org .issue-bubbles li::before,
.ai-org .issue-bubbles li::after {
  content: "";
  position: absolute;
  background: #d9d9d9;
  border-radius: 50%;
  pointer-events: none;
}

/* 大きめの楕円 — ボックス下端から離す */
.ai-org .issue-bubbles li::before {
  width: 2.625rem; /* 42px */
  height: 0.875rem; /* 14px */
  top: calc(100% + 0.875rem); /* 14px gap */
  bottom: auto;
}

/* 小さめの楕円 — さらに斜め下へ */
.ai-org .issue-bubbles li::after {
  width: 1.3125rem; /* 21px */
  height: 0.45rem; /* 7px */
  top: calc(100% + 2.25rem); /* 大楕円の下にさらに余白 */
  bottom: auto;
}

.ai-org .issue-bubbles--left li::before {
  left: 0.75rem;
}

.ai-org .issue-bubbles--left li::after {
  left: 0;
}

.ai-org .issue-bubbles--right li::before {
  right: 0.75rem;
}

.ai-org .issue-bubbles--right li::after {
  right: 0;
}

/* ========== Factor ========== */
.ai-org .factor .section-intro h2 {
  letter-spacing: 0.02em;
}

.ai-org .factor-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.ai-org .factor-card {
  border: 4px solid var(--primary);
  border-radius: 10px;
  padding: 26px 30px 28px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.ai-org .factor-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-family: "Roboto Condensed", "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}

.ai-org .factor-card h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0 0;
  color: var(--primary);
}

.ai-org .factor-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--text);
  margin: 16px 0 0;
}

.ai-org .factor-card p:last-child {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.64; /* ≈23px */
  color: var(--text);
}

.ai-org .factor-banner {
  width: 100%;
  min-height: 7.5rem; /* ≈120px */
  background: #dbdf1a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 20px;
  box-sizing: border-box;
}

.ai-org .factor-banner p {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: var(--text);
}

.ai-org .factor-banner-em {
  color: var(--primary);
}

/* ========== Solution ========== */
.ai-org .solution .section-intro h2 {
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.ai-org .solution .section-intro .section-lead {
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  color: var(--text);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .solution-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.ai-org .solution-card {
  display: flex;
  align-items: stretch;
  background: var(--primary);
  border-radius: 10px;
  overflow: hidden;
  min-height: 11.75rem; /* ≈188px */
  box-sizing: border-box;
}

.ai-org .solution-num {
  /* Figma: カード左〜白ボックスまで ≈165px */
  flex: 0 0 165px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Condensed", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: var(--fs-label);
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
}

.ai-org .solution-card-body {
  flex: 1;
  min-width: 0;
  background: #fff;
  /* Figma: 白ボックス外周 15px */
  margin: 15px 15px 15px 0;
  border-radius: 5px;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.ai-org .solution-card h3 {
  color: var(--text);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
}

.ai-org .solution-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64; /* ≈23px */
  color: var(--text);
}

/* ========== Mid CTA ========== */
.ai-org .mid-cta {
  /* イラストはみ出し分の余白（Figma: パネル上≈102px + 前後ギャップ） */
  padding: 11.5rem 0 5rem;
  background: transparent;
  overflow: visible;
}

/* BENEFIT / FAQ 直下のCTA（白背景）
   Figma: 前セクションとのギャップ≈120px + イラストはみ出し≈102px */
.ai-org .mid-cta--after-benefit,
.ai-org .mid-cta--after-faq {
  background: #fff;
  padding: 222px 0 120px;
}

.ai-org .mid-cta .inner {
  overflow: visible;
}

/* イラストのはみ出し基準（角丸クリップを避けるため panel 外に置く） */
.ai-org .mid-cta-frame {
  position: relative;
  overflow: visible;
}

.ai-org .mid-cta-panel {
  background: linear-gradient(125.86deg, #e94709 1.23%, #e3e733 98.77%);
  border-radius: 30px;
  padding: 24px;
  box-shadow: none;
  overflow: visible;
}

.ai-org .mid-cta-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 10px;
  padding: 46px 42px 40px;
  box-shadow: none;
  overflow: visible;
}

.ai-org .mid-cta-copy {
  max-width: 40rem;
  margin: 0 0 2rem;
}

.ai-org .mid-cta-copy h2 {
  font-size: var(--fs-h2);
  font-weight: 700;
  line-height: var(--lh-h2);
  letter-spacing: 0.02em;
  margin: 0 0 24px;
  color: var(--text);
  font-feature-settings: "palt" 1;
}

.ai-org .mid-cta-copy p {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  color: var(--text);
}

.ai-org .mid-cta-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  overflow: visible;
}

.ai-org .diag-card {
  border: 4px solid var(--primary);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}

/* イラスト基準: AI活用状況スコアカード */
.ai-org .diag-card--score {
  position: relative;
  overflow: visible;
}

/* PC: 3列目相当の位置（1列目カード基準で右へオフセット） */
.ai-org .mid-cta-illust {
  position: absolute;
  left: calc(250% + 48px);
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  width: 11.5rem;
  z-index: 6;
  pointer-events: none;
  line-height: 0;
}

.ai-org .mid-cta-illust img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.ai-org .diag-card h3 {
  background: var(--primary);
  color: #fff;
  margin: 0;
  padding: 16px 12px;
  min-height: 3.5rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.ai-org .diag-card p {
  margin: 0;
  padding: 20px 28px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  color: var(--text);
  flex: 1;
}

.ai-org .mid-cta-action {
  text-align: center;
}

.ai-org .mid-cta-action .btn-cta {
  min-width: 13.6rem;
}

/* ========== Service ========== */
/* Figma: 円316 / 中心間隔284（約32px重なり） / 白ストローク4 / バナー885
   余白: 英字→見出し33 / 見出し→説明24 / 説明→本文82 */
.ai-org .service .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.service-head {
  max-width: 790px;
  margin: 0 auto 82px;
}

.ai-org .service-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .service-head .section-lead {
  max-width: 676px;
  margin: 24px auto 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  font-feature-settings: "palt" 1;
}

.ai-org .service-stage {
  position: relative;
  width: 100%;
  max-width: 885px;
  margin: 0 auto;
}

.ai-org .service-pillars {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.ai-org .service-pillar {
  position: relative;
  flex: 0 0 316px;
  width: 316px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 吹き出し付きは三角ぶん広く（Figma Union 330px） */
.ai-org .service-pillar:nth-child(1),
.ai-org .service-pillar:nth-child(2) {
  flex: 0 0 330px;
  width: 330px;
}

/* 円を約32px重ねる（添付／Figma準拠） */
.ai-org .service-pillar + .service-pillar {
  margin-left: -32px;
}

.ai-org .service-pillar:nth-child(1) {
  z-index: 3;
}

.ai-org .service-pillar:nth-child(2) {
  z-index: 2;
}

.ai-org .service-pillar:nth-child(3) {
  z-index: 1;
}

.ai-org .pillar-bubble {
  position: relative;
  z-index: 1;
  width: 316px;
  height: 316px;
  margin: 0 auto;
  color: #fff;
  box-sizing: border-box;
  overflow: visible;
}

/* 人材：円のみ */
.ai-org .service-pillar:nth-child(3) .pillar-bubble {
  background: var(--primary);
  border-radius: 50%;
  border: 6px solid #fff;
}

/* 育成・運用：円＋三角が一体の Union 形状（疑似要素の三角は使わない） */
.ai-org .pillar-bubble--tail {
  width: 330px;
  height: 316px;
  background: transparent;
  border: none;
  border-radius: 0;
}

.ai-org .pillar-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.ai-org .pillar-bubble-body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 316px;
  height: 316px;
  margin: 0 auto 0 0;
  padding: 40px 42px 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.ai-org .pillar-tag {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}

.ai-org .pillar-bubble h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 25px;
}

.ai-org .pillar-bubble hr {
  width: 42px;
  border: none;
  border-top: 1.5px solid rgba(255, 255, 255, 0.85);
  margin: 0 0 12px;
}

.ai-org .pillar-bubble p:last-child {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

/* テキスト下にイラストを配置し、下半身は円外へ */
.ai-org .pillar-illust {
  position: relative;
  z-index: 5;
  width: 222px;
  max-width: 88%;
  margin: -3.5rem auto 0;
  display: block;
}

.ai-org .service-pillar:nth-child(2) .pillar-illust {
  width: 229px;
}

.ai-org .service-pillar:nth-child(3) .pillar-illust {
  width: 230px;
}

.ai-org .service-note {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  /* Figma: イラスト下端〜バナー上端 ≈32px */
  margin: 32px auto 0;
  background: var(--secondary);
  border-radius: 10px;
  padding: 24px 32px;
  min-height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: var(--text);
  box-sizing: border-box;
}

.ai-org .service-note-text {
  display: block;
}

.ai-org .service-note-em {
  color: var(--primary);
}

/* ========== Benefit ========== */
/* Figma: bg #F8F8F2 / カード 403×592 / 枠4 / 角30 / gap≈36 / 番号95 */
.ai-org .benefit {
  background: #f8f8f2;
  padding: 120px 0;
}

/* Figma: 英字→見出し33 / 見出し→説明24 / 説明→本文80 */
.ai-org .benefit .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.benefit-head {
  max-width: 790px;
  margin: 0 auto 80px;
}

.ai-org .benefit-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .benefit-head .section-lead {
  max-width: 676px;
  margin: 24px auto 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  font-feature-settings: "palt" 1;
}

.ai-org .benefit-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 404px));
  justify-content: center;
  gap: 36px;
}

.ai-org .benefit-card {
  background: #fff;
  border: 4px solid var(--primary);
  border-radius: 30px;
  box-shadow: var(--shadow);
  /* 左右≈27 / 下≈14 / 上は番号下から */
  padding: 111px 27px 14px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  min-height: 592px;
  box-sizing: border-box;
  text-align: left;
}

.ai-org .benefit-num {
  position: absolute;
  top: -4px;
  left: -4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  margin: 0;
  background: var(--primary);
  color: #fff;
  font-family: "Roboto Condensed", "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 1.8px;
  line-height: 1;
  /* カード左上角＋バッジ右下角 */
  border-radius: 30px 0 30px 0;
}

.ai-org .benefit-card h3 {
  font-size: var(--fs-h3);
  font-weight: 700;
  margin: 0 0 24px;
  line-height: 35px;
  font-feature-settings: "palt" 1;
}

.ai-org .benefit-card p {
  font-size: var(--fs-body);
  font-weight: 500;
  margin: 0;
  line-height: var(--lh-body);
  font-feature-settings: "palt" 1;
}

.ai-org .benefit-visual {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  width: 100%;
  min-height: 0;
  box-sizing: border-box;
}

.ai-org .benefit-card img {
  width: 282px;
  max-width: 100%;
  height: auto;
  display: block;
}

.ai-org .benefit-card:nth-child(2) img {
  width: 285px;
}

.ai-org .benefit-card:nth-child(3) img {
  width: 316px;
}

/* ========== Flow ========== */
/* Figma: bg #F8F8F2 / 上下120 / ステップ 347×186 / 重なり≈36.5
   common.css の #flow を上書きして BENEFIT と同じ背景に */
.ai-org #flow.flow,
.ai-org .flow {
  background: #f8f8f2;
  padding: 120px 0;
}

/* Figma: 英字→見出し32 / 見出し→説明24 / 説明→本文49 */
.ai-org .flow .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.flow-head {
  max-width: 676px;
  margin: 0 auto 49px;
}

.ai-org .flow-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .flow-head .section-lead {
  margin: 24px auto 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  font-feature-settings: "palt" 1;
}

.ai-org .flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 1280px;
}

.ai-org .flow-step {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  height: 186px;
  margin-left: -36.5px;
  color: #fff;
  box-sizing: border-box;
}

.ai-org .flow-step:first-child {
  margin-left: 0;
}

.ai-org .flow-step:nth-child(1) {
  z-index: 4;
}

.ai-org .flow-step:nth-child(2) {
  z-index: 3;
}

.ai-org .flow-step:nth-child(3) {
  z-index: 2;
}

.ai-org .flow-step:nth-child(4) {
  z-index: 1;
}

.ai-org .flow-step > picture {
  position: absolute;
  inset: 0;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.ai-org .flow-step-shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.ai-org .flow-step-body {
  position: relative;
  z-index: 1;
  height: 100%;
  box-sizing: border-box;
  /* Figma: 上22 / 左27（先頭）・左67（2〜4） / 本文幅245 */
  padding: 22px 52px 16px 27px;
  text-align: left;
}

.ai-org .flow-step:not(:first-child) .flow-step-body {
  padding-left: 67px;
}

.ai-org .flow-term {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 8px;
  color: #fff;
}

.ai-org .flow-step h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px;
}

.ai-org .flow-step p {
  margin: 0;
  max-width: 245px;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  color: #fff;
}

/* ========== Case ========== */
/* Figma: カード 991×510 / 角30 / 内余白32 / 内側ブロック角10 */
.ai-org .case {
  background: #fff;
  padding: 120px 0;
}

/* Figma: 英字→見出し32 / 見出し→本文49（説明なし） */
.ai-org .case .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.case-head {
  margin: 0 auto 49px;
}

.ai-org .case-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .case-card {
  max-width: 991px;
  margin: 0 auto;
  background: #f8f8f2;
  border: none;
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-org .case-top {
  display: flex;
  gap: 32px;
  align-items: center;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.ai-org .case-avatar {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-org .case-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ai-org .case-summary {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: 10px;
  padding: 33px 32px;
  box-sizing: border-box;
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-org .case-summary h3 {
  margin: 0 0 17px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  font-feature-settings: "palt" 1;
}

.ai-org .case-summary-name {
  color: var(--primary);
  font-size: 20px;
}

.ai-org .case-summary-scale {
  color: var(--text);
  font-size: 16px;
}

.ai-org .case-summary p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: var(--text);
}

.ai-org .case-block {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin: 0;
  min-height: 145px;
  box-sizing: border-box;
}

.ai-org .case-block h4,
.ai-org .case-result h4 {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--text);
}

.ai-org .case-result h4 {
  color: #fff;
  margin-bottom: 12px;
  line-height: 25px;
}

.ai-org .case-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 50px;
}

.ai-org .case-block li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 1px;
  font-feature-settings: "palt" 1;
  color: var(--text);
}

.ai-org .case-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--primary);
}

.ai-org .case-result {
  background: var(--primary);
  border: none;
  border-radius: 10px;
  padding: 24px 33px;
  min-height: 111px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ai-org .case-result p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #fff;
  font-feature-settings: "palt" 1;
}

/* ========== Plan ========== */
/* Figma: bg #F8F8F2 / カード379×411・中央379×509 / 角30 / pad48 / gap≈32 */
.ai-org .plan {
  background: #f8f8f2;
  padding: 120px 0;
}

/* Figma: 英字→見出し25 / 見出し→本文49（説明なし） */
.ai-org .plan .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.plan-head {
  max-width: min(100%, 790px);
  margin: 0 auto 49px;
}

.ai-org .plan-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}

.ai-org .plan-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 379px));
  justify-content: center;
  gap: 31.5px;
  align-items: end;
  max-width: 1201px;
  margin: 0 auto;
}

.ai-org .plan-card {
  background: #fff;
  border-radius: 30px;
  padding: 48px;
  box-shadow: var(--shadow);
  text-align: center;
  width: 100%;
  height: 411px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  border: none;
}

.ai-org .plan-card--featured {
  background: #fff;
  color: var(--text);
  height: 509px;
  border: 4px solid var(--primary);
  position: relative;
  transform: none;
}

.ai-org .plan-card-head,
.ai-org .plan-card-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.ai-org .plan-card--featured .plan-card-head {
  gap: 6px;
}

.ai-org .plan-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 32px;
  background: #e3e733;
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  padding: 0;
  border-radius: 4px;
  margin: 0;
  box-sizing: border-box;
}

.ai-org .plan-card h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.18px;
  margin: 0;
  color: var(--text);
  font-feature-settings: "palt" 1;
}

.ai-org .plan-price {
  margin: 0;
  line-height: 1;
  color: var(--text);
  font-family: "Roboto Condensed", "Montserrat", sans-serif;
}

.ai-org .plan-price-num {
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
}

.ai-org .plan-price-unit {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.ai-org .plan-price-tilde {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.ai-org .plan-card--featured .plan-price,
.ai-org .plan-card--featured .plan-price-num,
.ai-org .plan-card--featured .plan-price-unit,
.ai-org .plan-card--featured .plan-price-tilde {
  color: var(--primary);
}

.ai-org .plan-type {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  margin: 0;
  color: var(--text);
}

.ai-org .plan-divider {
  border: none;
  border-top: 1.5px solid #e5e5e5;
  margin: 0;
  width: 291.5px;
  max-width: 100%;
  flex-shrink: 0;
}

.ai-org .plan-card--featured .plan-divider {
  border-top-color: rgba(233, 71, 9, 0.3);
}

.ai-org .plan-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.ai-org .plan-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--text);
}

.ai-org .plan-card--featured li {
  color: var(--primary);
}

.ai-org .plan-card li img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* ========== Advisor ========== */
.ai-org .advisor {
  background: #fff;
  padding: 120px 0;
}

.ai-org .advisor .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.advisor-head {
  margin: 0 auto 49px;
}

.ai-org .advisor-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .advisor-body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  max-width: 991px;
  margin: 0 auto;
}

.ai-org .advisor-photo {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.ai-org .advisor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.ai-org .advisor-name {
  margin: 0 0 8px;
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.4;
}

.ai-org .advisor-nickname {
  font-size: 20px;
  font-weight: 700;
}

.ai-org .advisor-title {
  margin: 0 0 16px;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: var(--lh-body);
}

.ai-org .advisor-bio {
  margin: 0;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

/* ========== Event ========== */
.ai-org .event {
  background: #f8f8f2;
  padding: 120px 0;
}

.ai-org .event .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .section-head.event-head {
  max-width: 790px;
  margin: 0 auto 49px;
}

.ai-org .event-head h2 {
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
  margin: 0;
  font-feature-settings: "palt" 1;
}

.ai-org .event-head .section-lead {
  margin: 24px 0 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
  text-align: center;
}

.ai-org .event-card {
  max-width: 991px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 40px 48px;
  box-sizing: border-box;
}

.ai-org .event-details {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.ai-org .event-row {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 8px 24px;
  align-items: start;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.ai-org .event-row + .event-row {
  padding-top: 20px;
}

.ai-org .event-row dt {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: var(--lh-body);
  color: var(--primary);
}

.ai-org .event-row dd {
  margin: 0;
  font-size: var(--fs-body);
  font-weight: 500;
  line-height: var(--lh-body);
}

.ai-org .event-speakers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-org .event-speakers li {
  position: relative;
  padding-left: 1em;
}

.ai-org .event-speakers li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.ai-org .event-action {
  margin: 32px 0 0;
  text-align: center;
}

.ai-org .event-action .btn-cta {
  min-width: 13.6rem;
}

/* ========== FAQ ========== */
/* Figma: bg #F8F8F2 / 余白: 英字→見出し25 / 見出し→本文49 */
.ai-org .faq {
  background: #f8f8f2;
  padding: 120px 0;
}

.ai-org .faq .section-label {
  font-size: var(--fs-label);
  letter-spacing: 1.8px;
  line-height: 1;
}

.ai-org .faq .section-head.center {
  margin: 0 auto 49px;
}

.ai-org .faq .section-head h2 {
  margin: 0;
  font-size: var(--fs-h2);
  line-height: var(--lh-h2);
}

.ai-org .faq-list {
  max-width: 976px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ai-org .faq-item {
  border: 2px solid var(--primary);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.ai-org .faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #fff;
  border: none;
  padding: 24px 28px;
  font-family: inherit;
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: var(--lh-body);
  text-align: left;
  cursor: pointer;
  color: var(--text);
  position: relative;
}

.ai-org .faq-q::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--primary);
  border-bottom: 2px solid var(--primary);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-top: -6px;
}

.ai-org .faq-q.close::after {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.ai-org .faq-a {
  display: none;
  padding: 0 28px 24px;
  border-top: 1px solid rgba(233, 71, 9, 0.3);
}

.ai-org .faq-a p {
  margin: 16px 0 0;
  font-size: var(--fs-small);
  font-weight: 500;
  line-height: 1.8;
}

/* ========== Footer ========== */
/* Figma: 高さ≈523 / グラデ 116deg #E94709→#E3E733 / 文字白 / 14・12・10 */
.ai-org .site-footer {
  background: linear-gradient(116deg, #e94709 30.1%, #e3e733 100.32%);
  padding: 80px 0 20px;
  color: #fff;
  box-sizing: border-box;
  min-height: 523px;
  display: flex;
  flex-direction: column;
}

.ai-org .footer-inner {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  box-sizing: border-box;
}

.ai-org .footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
  flex-shrink: 0;
}

.ai-org .footer-brand img {
  display: block;
  width: 120px;
  height: auto;
}

.ai-org .footer-links {
  display: flex;
  gap: 45px;
  width: 504px;
  max-width: 100%;
  flex-shrink: 0;
  margin-left: auto;
}

.ai-org .footer-col {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ai-org .footer-col--company {
  width: 185px;
}

.ai-org .footer-col--sites {
  width: 274px;
}

.ai-org .footer-heading {
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  margin: 0 0 0;
  padding: 0 0 0;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}

.ai-org .footer-col--company .footer-heading {
  width: 192.5px;
  max-width: 100%;
}

.ai-org .footer-col--sites .footer-heading {
  width: 272px;
  max-width: 100%;
}

.ai-org .footer-col > li:not(.footer-heading) {
  margin: 0;
}

.ai-org .footer-links a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 0 1.1em;
  position: relative;
  line-height: 44px;
}

.ai-org .footer-col--sites a {
  line-height: 32px;
}

.ai-org .footer-col--sites > li:nth-child(2) > a {
  line-height: 44px;
}

.ai-org .footer-links a::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  line-height: 1;
  color: #fff;
}

.ai-org .footer-desc {
  display: block;
  margin: 0;
  padding: 0 0 0 1.1em;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
}

.ai-org .footer-copy {
  display: block;
  margin: auto 0 0;
  padding-top: 48px;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

/* ========== Tablet / SP ========== */
/* ≤1024 は旧 ≤768 と同じ SP 表示に統一 */
@media screen and (max-width: 1024px) {
  .ai-org {
    --header-h: 4.5rem;
  }

  .ai-org .site-header {
    padding: 0.5rem 0.75rem 0;
  }

  .ai-org .header-inner {
    width: 100%;
    max-width: 100%;
    height: 3.25rem;
    border-radius: 3.25rem;
    padding: 0 1rem;
    gap: 0.75rem;
    justify-content: space-between;
  }

  .ai-org .header-logo img {
    width: 4.25rem;
  }

  .ai-org .header-actions {
    display: none;
  }

  .ai-org .sp-menu-btn {
    display: flex;
  }

  .ai-org .sp-nav {
    width: 100%;
  }

  /* ハンバーガー内CTAはメニュー（コンテンツ）幅いっぱい */
  .ai-org .sp-nav .btn-cta {
    display: flex !important;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
  }

  .ai-org .sp-nav li:has(.btn-cta) {
    padding-top: 12px;
  }

  .ai-org .section {
    padding: 72px 0;
  }

  .ai-org .section-head.split {
    flex-direction: column;
    gap: 8px;
  }

  .ai-org {
    --fs-label-lg: 40px;
    --fs-label: 40px;
    --fs-h1: 32px;
    --fs-h2: 24px;
    --fs-h3: 20px;
    --lh-h1: 1.45;
    --lh-h2: 1.45;
  }

  .ai-org #fv.hero {
    min-height: auto;
    padding: calc(var(--header-h) + 1.5rem) 0 0;
  }

  .ai-org .hero .inner {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    column-gap: 0;
    row-gap: 40px;
    padding-bottom: 1.5rem;
  }

  .ai-org .hero .logo-strip {
    height: 4.5rem;
  }

  .ai-org .logo-set {
    height: 4rem;
    gap: 32px;
  }

  .ai-org .logo-set img {
    height: 2.75rem;
    max-height: 4rem;
  }

  .ai-org .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  /* common.css の #fv p / h1 { text-align: left } を打ち消し */
  .ai-org #fv.hero .hero-content,
  .ai-org #fv.hero .hero-content h1,
  .ai-org #fv.hero .hero-content p,
  .ai-org #fv.hero .hero-lead {
    text-align: center;
  }

  .ai-org .hero-visual {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    order: -1;
    justify-self: center;
  }

  .ai-org .hero-visual img {
    max-height: 280px;
    border-radius: 1.25rem;
    mask-image: none;
    object-fit: cover;
    margin-inline: auto;
  }

  .ai-org .hero-lead {
    max-width: none;
  }

  /* base.css の #achievement-badges を打ち消し（左右余白を確保して収める） */
  .ai-org #fv #achievement-badges.hero-badges {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    /* base の padding: 2px 0 を上書き */
    padding: 0;
    box-sizing: border-box;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .ai-org #fv #achievement-badges .badge {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: 7.5rem;
    height: 5.5rem;
    min-height: 5.5rem;
  }

  .ai-org #achievement-badges .badge--advisor .badge_inner .num {
    font-size: 11px;
  }

  .ai-org .band-grad {
    padding: 2.5rem 0.75rem;
  }

  .ai-org .band-grad-panel {
    border-radius: 1.25rem;
  }

  .ai-org .issue .section-head.split,
  .ai-org .factor .section-head.split,
  .ai-org .solution .section-head.split {
    margin-bottom: 40px; /* PC 80px の半分 */
    align-items: center;
    text-align: center;
  }

  .ai-org .issue-head {
    flex-direction: column;
    gap: 12px;
  }

  .ai-org .issue .section-label,
  .ai-org .factor .section-label,
  .ai-org .solution .section-label,
  .ai-org .issue .section-intro,
  .ai-org .factor .section-intro,
  .ai-org .solution .section-intro,
  .ai-org .issue .section-intro h2,
  .ai-org .factor .section-intro h2,
  .ai-org .solution .section-intro h2,
  .ai-org .issue .issue-lead,
  .ai-org .solution .section-lead,
  .ai-org .issue .section-head.split h2,
  .ai-org .factor .section-head.split h2,
  .ai-org .solution .section-head.split h2 {
    text-align: center;
  }

  .ai-org .issue .section-intro,
  .ai-org .factor .section-intro,
  .ai-org .solution .section-intro {
    width: 100%;
  }

  .ai-org .issue-diagram {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 400px;
    margin-inline: auto;
    justify-items: center;
    width: 100%;
  }

  .ai-org .issue-visual {
    /* 吹き出しの下にイラスト */
    order: 1;
    width: 100%;
  }

  .ai-org .issue-visual img {
    max-width: 250px;
  }

  .ai-org .issue-bubbles {
    /* 尻尾（≈2.7rem）が下の吹き出しに被らないよう余裕を確保 */
    gap: 56px;
    width: 100%;
    max-width: 340px;
    order: 0;
  }

  .ai-org .issue-bubbles--left,
  .ai-org .issue-bubbles--right {
    justify-self: center;
  }

  /* 左リスト末尾の尻尾と右リスト先頭の被り防止 */
  .ai-org .issue-bubbles--left {
    margin-bottom: 32px;
  }

  /* 右リスト末尾の尻尾とイラストの被り防止 */
  .ai-org .issue-bubbles--right {
    margin-bottom: 32px;
  }

  /* 縦積み時は吹き出し向きを交互に（1:左 / 2:右 / 3:左 / 4:右） */
  .ai-org .issue-bubbles li::before {
    left: 0.75rem;
    right: auto;
  }

  .ai-org .issue-bubbles li::after {
    left: 0;
    right: auto;
  }

  .ai-org .issue-bubbles li:nth-child(even)::before {
    left: auto;
    right: 0.75rem;
  }

  .ai-org .issue-bubbles li:nth-child(even)::after {
    left: auto;
    right: 0;
  }

  /* レスポンシブ時はカード系を基本1カラムに統一 */
  .ai-org .factor-cards,
  .ai-org .solution-cards,
  .ai-org .mid-cta-cards,
  .ai-org .benefit-cards,
  .ai-org .plan-cards {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .ai-org .factor-cards,
  .ai-org .solution-cards,
  .ai-org .mid-cta-cards {
    gap: 16px;
  }

  .ai-org .solution-card {
    flex-direction: column;
    min-height: 0;
  }

  .ai-org .solution-num {
    flex: none;
    width: auto;
    padding: 20px 0 8px;
    font-size: 40px;
  }

  .ai-org .solution-card-body {
    margin: 0 15px 15px;
    padding: 20px 22px;
    text-align: center;
  }

  .ai-org .solution-card h3,
  .ai-org .solution-card p {
    text-align: center;
  }

  .ai-org .plan {
    padding: 72px 0;
  }

  .ai-org .faq {
    padding: 72px 0;
  }

  .ai-org .faq .section-label {
    font-size: 40px;
  }

  .ai-org .faq .section-head.center {
    margin-bottom: 32px;
  }

  .ai-org .plan .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.plan-head {
    margin-bottom: 32px;
  }

  .ai-org .plan-head h2 {
    font-size: 24px;
    line-height: 1.45;
    white-space: normal;
  }

  .ai-org .plan-cards {
    gap: 24px;
    max-width: 379px;
    margin: 0 auto;
  }

  .ai-org .plan-card,
  .ai-org .plan-card--featured {
    height: auto;
    min-height: 0;
  }

  .ai-org .plan-divider {
    width: 100%;
  }

  .ai-org .advisor {
    padding: 72px 0;
  }

  .ai-org .advisor .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.advisor-head {
    margin-bottom: 32px;
  }

  .ai-org .advisor-head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .ai-org .advisor-body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ai-org .advisor-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .ai-org .advisor-content {
    text-align: center;
  }

  .ai-org .advisor-name {
    font-size: 20px;
  }

  .ai-org .advisor-nickname {
    font-size: 16px;
  }

  .ai-org .event {
    padding: 72px 0;
  }

  .ai-org .event .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.event-head {
    margin-bottom: 32px;
  }

  .ai-org .event-head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .ai-org .event-head .section-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .ai-org .event-card {
    padding: 28px 24px;
    border-radius: 20px;
  }

  .ai-org .event-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .ai-org .event-action {
    margin-top: 24px;
  }

  .ai-org #flow.flow,
  .ai-org .flow {
    padding: 72px 0;
  }

  .ai-org .flow .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.flow-head {
    margin-bottom: 32px;
  }

  .ai-org .flow-head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .ai-org .flow-head .section-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .ai-org .section-head.service-head {
    margin-bottom: 40px;
  }

  .ai-org .service-stage {
    max-width: none;
  }

  .ai-org .service-pillars {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .ai-org .service-pillar,
  .ai-org .service-pillar:nth-child(1),
  .ai-org .service-pillar:nth-child(2),
  .ai-org .service-pillar + .service-pillar {
    flex: none;
    width: min(100%, 316px);
    margin-left: 0;
  }

  .ai-org .pillar-bubble,
  .ai-org .pillar-bubble--tail {
    width: min(100%, 316px);
    height: auto;
    aspect-ratio: 1;
  }

  /* SPでは三角なしの円として見せる */
  .ai-org .pillar-bubble--tail .pillar-shape {
    display: none;
  }

  .ai-org .pillar-bubble--tail {
    background: var(--primary);
    border-radius: 50%;
    border: 6px solid #fff;
  }

  .ai-org .pillar-bubble-body {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    padding: 36px 28px 90px;
    margin: 0 auto;
  }

  .ai-org .pillar-illust,
  .ai-org .service-pillar:nth-child(2) .pillar-illust,
  .ai-org .service-pillar:nth-child(3) .pillar-illust {
    width: min(70%, 220px);
    margin-top: -4rem;
  }

  .ai-org .service-note {
    margin-top: 1.25rem;
    border-radius: 16px;
    font-size: 20px;
    line-height: 30px;
    min-height: 0;
    padding: 20px;
  }

  .ai-org .plan-card--featured {
    order: -1;
  }

  .ai-org .case {
    padding: 72px 0;
  }

  .ai-org .case .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.case-head {
    margin-bottom: 32px;
  }

  .ai-org .case-head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .ai-org .case-card {
    border-radius: 20px;
    padding: 20px;
    gap: 12px;
  }

  .ai-org .case-top {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 16px;
  }

  .ai-org .case-avatar {
    width: 120px;
    height: 120px;
    align-self: center;
  }

  .ai-org .case-summary {
    width: 100%;
    padding: 20px;
    min-height: 0;
    text-align: left;
  }

  .ai-org .case-summary h3 {
    margin-bottom: 12px;
  }

  .ai-org .case-summary-name {
    font-size: 18px;
  }

  .ai-org .case-summary p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ai-org .case-block {
    padding: 20px;
    min-height: 0;
  }

  .ai-org .case-block ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ai-org .case-block li {
    font-size: 14px;
    letter-spacing: 0;
  }

  .ai-org .case-result {
    padding: 20px;
    min-height: 0;
  }

  .ai-org .case-result p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
  }

  /* 他セクション（.section）と同じ上下余白 */
  .ai-org .mid-cta,
  .ai-org .band-grad .mid-cta,
  .ai-org .mid-cta--after-benefit,
  .ai-org .mid-cta--after-faq {
    padding: 72px 0;
  }

  .ai-org .mid-cta-panel {
    border-radius: 24px;
    padding: 14px;
    overflow: visible;
  }

  .ai-org .mid-cta-inner {
    padding: 28px 20px 24px;
    border-radius: 12px;
    overflow: visible;
  }

  .ai-org .mid-cta-cards {
    overflow: visible;
  }

  /* ≤1024: イラストはスコアカード右上 */
  .ai-org .diag-card--score {
    position: relative;
    margin-top: 0;
  }

  .ai-org .mid-cta-illust {
    left: auto;
    right: 0.25rem;
    top: auto;
    bottom: calc(100% + 4px);
    transform: none;
    width: 3.75rem;
  }

  .ai-org .mid-cta-copy {
    max-width: none;
    padding: 0;
    margin-bottom: 1.5rem;
  }

  .ai-org .mid-cta-copy h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .ai-org .mid-cta-copy p {
    padding-right: 5rem;
  }

  .ai-org .diag-card h3 {
    font-size: 16px;
    min-height: 3rem;
  }

  .ai-org .diag-card,
  .ai-org .diag-card h3,
  .ai-org .diag-card p {
    text-align: center;
  }

  .ai-org .factor .section-intro h2 {
    font-size: 24px;
  }

  .ai-org .factor-card h3 {
    font-size: 20px;
  }

  .ai-org .factor-card,
  .ai-org .factor-card h3,
  .ai-org .factor-sub,
  .ai-org .factor-card p,
  .ai-org .factor-card p:last-child {
    text-align: center;
  }

  .ai-org .factor-sub {
    font-size: 16px;
  }

  .ai-org .factor-banner {
    min-height: 5.5rem;
  }

  .ai-org .factor-banner p {
    font-size: 20px;
    line-height: 30px;
  }

  .ai-org .sp-only {
    display: inline;
  }

  .ai-org .site-footer {
    min-height: 0;
    padding: 56px 0 28px;
  }

  .ai-org .footer-inner {
    flex-direction: column;
    gap: 40px;
  }

  .ai-org .footer-brand {
    padding-top: 0;
  }

  .ai-org .footer-links {
    flex-direction: column;
    gap: 32px;
    width: 100%;
  }

  .ai-org .footer-col--company,
  .ai-org .footer-col--sites {
    width: 100%;
  }

  .ai-org .footer-col--company .footer-heading,
  .ai-org .footer-col--sites .footer-heading {
    width: 100%;
  }

  .ai-org .footer-copy {
    margin-top: 40px;
  }

  .ai-org .benefit {
    padding: 72px 0;
  }

  .ai-org .benefit .section-label {
    font-size: 40px;
  }

  .ai-org .section-head.benefit-head {
    margin-bottom: 40px;
  }

  .ai-org .benefit-head h2 {
    font-size: 24px;
    line-height: 1.45;
  }

  .ai-org .benefit-head .section-lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
  }

  .ai-org .benefit-cards {
    gap: 20px;
    max-width: 404px;
    margin: 0 auto;
  }

  .ai-org .benefit-card {
    min-height: auto;
    padding: 88px 20px 16px;
    border-radius: 24px;
    border-width: 3px;
    text-align: center;
  }

  .ai-org .benefit-num {
    width: 72px;
    height: 72px;
    font-size: 36px;
    border-radius: 24px 0 24px 0;
    top: -3px;
    left: -3px;
  }

  .ai-org .benefit-card h3 {
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 16px;
    text-align: center;
  }

  .ai-org .benefit-card p {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .ai-org .issue-bubbles li {
    min-height: 96px;
    padding: 22px 16px;
  }

  .ai-org .issue-bubbles li p {
    font-size: 14px;
  }

  .ai-org .solution .section-intro h2 {
    font-size: 24px;
  }

  .ai-org .btn-cta {
    width: 100%;
    max-width: 320px;
  }

  .ai-org .faq-q {
    padding: 18px 16px;
    font-size: 14px;
  }

  .ai-org .faq-a {
    padding: 0 16px 18px;
  }
}

/* FLOW: 769–1024 は PC サイズのまま 2カラム */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .ai-org .flow-steps {
    display: grid;
    grid-template-columns: repeat(2, 347px);
    gap: 13px 0;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    justify-content: center;
    justify-items: start;
  }

  .ai-org .flow-step {
    flex: none;
    width: 347px;
    max-width: 347px;
    height: 186px;
    margin-left: 0;
  }

  .ai-org .flow-step:nth-child(2n) {
    margin-left: -36.5px;
  }

  .ai-org .flow-step-shape {
    display: block;
    position: absolute;
    inset: 0;
    width: 347px;
    height: 186px;
    max-width: none;
    transform: none;
    object-fit: fill;
  }

  .ai-org .flow-step,
  .ai-org .flow-step:first-child {
    background: transparent;
    border-radius: 0;
  }

  .ai-org .flow-step-body {
    padding: 22px 52px 16px 27px;
    text-align: center;
  }

  .ai-org .flow-step:not(:first-child) .flow-step-body {
    padding-left: 67px;
  }

  .ai-org .flow-step .flow-term,
  .ai-org .flow-step h3,
  .ai-org .flow-step p {
    text-align: center;
  }

  .ai-org .flow-step p {
    max-width: 245px;
    margin-inline: auto;
  }
}

/* FLOW: ≤768 は縦向き矢印（専用SVG）・左右余白
   必須: 完全密着はNG。先端を窪みに少し重ね、見た目余白だけ残す */
@media screen and (max-width: 768px) {
  .ai-org .flow-steps {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 13px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .ai-org .flow-step {
    position: relative;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: 240px;
    margin: 0;
  }

  /* 先端深さ≈36px のうち重ねる分。残りが見た目の余白（≈4px） */
  .ai-org .flow-step + .flow-step {
    margin-top: -32px;
  }

  .ai-org .flow-step:nth-child(2n) {
    margin-left: 0;
  }

  .ai-org .flow-step > picture {
    position: absolute;
    inset: 0;
    display: block;
    z-index: 0;
    pointer-events: none;
  }

  .ai-org .flow-step-shape {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    transform: none;
    object-fit: fill;
  }

  .ai-org .flow-step-body {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 24px 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-align: center;
  }

  /* 2件目以降は上側の窪み分の余白 */
  .ai-org .flow-step:not(:first-child) .flow-step-body {
    padding: 48px 24px 48px;
  }

  .ai-org .flow-step .flow-term,
  .ai-org .flow-step h3,
  .ai-org .flow-step p {
    text-align: center;
  }

  .ai-org .flow-step p {
    max-width: none;
  }

  .ai-org .mid-cta-copy h2 br {
    display: none;
  }

  .ai-org .mid-cta-copy h2 {
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   common.css のレスポンシブが ai-org に当たる分を 1024 基準へ寄せる
   （common 本体の 1050 / 750 は他LP向けに変更しない）
   ========================================================================== */

/* common@1050 のみ効く帯（1025–1050）では ai-org を PC 表示のまま維持 */
@media screen and (max-width: 1050px) and (min-width: 1025px) {
  .ai-org .header-actions {
    display: flex;
  }

  .ai-org .sp-menu-btn {
    display: none;
  }

  .ai-org .sp-nav {
    display: none;
  }
}

/* common@750 のグローバル typography / header-cta を打ち消し
   → 実サイズは max-width:1024 側の変数・指定に従う
   （section 余白は .ai-org .section が素の section より強いので不要） */
@media screen and (max-width: 750px) {
  .ai-org p {
    font-size: inherit;
    line-height: inherit;
  }

  .ai-org h2 {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
    margin-bottom: 16px;
  }

  .ai-org h3 {
    font-size: var(--fs-h3);
  }

  /* common の .header-cta { padding: 15px 0 } を打ち消し */
  .ai-org a.btn.btn-cta.header-cta {
    padding: 0 1.25rem !important;
  }

  /* common の footer { padding: 45px 0 110px } を打ち消し */
  .ai-org footer.site-footer {
    padding: 56px 0 28px;
  }
}
