/* ═══════════════════════════════════════════════════════════════
   PAGES — 40_pages.css
   各ページ固有スタイル（ヒーロー・ビジョン・サービス・実績・
   ニュース・コンタクト・会社概要・worksテンプレ・newsテンプレ）
═══════════════════════════════════════════════════════════════ */


/* ──────────────────────────────────────────────────────────
   HERO / FV（トップページ）
────────────────────────────────────────────────────────── */
.ob-hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
}
.ob-hero-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(145deg,#010810 0%,#030E1C 50%,#020B17 100%);
}
.ob-hero-bg::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(43,212,192,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(43,212,192,0.04) 1px,transparent 1px);
  background-size: 64px 64px;
}
.ob-hero-video {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.ob-hero-img-sp {
  position: absolute; inset: 0; z-index: 1;
  width: 100%; height: 100%;
  background-size: cover; background-position: center;
  display: none;
}
.ob-hero-overlay {
  position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(90deg,
    rgba(4,8,15,0.92) 0%,
    rgba(4,8,15,0.72) 40%,
    rgba(4,8,15,0.28) 70%,
    rgba(4,8,15,0.05) 100%);
}
.ob-hero-overlay::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: linear-gradient(to top, var(--navy), transparent);
}
.ob-hero-inner {
  position: relative; z-index: 3;
  width: 100%; max-width: var(--max-w);
  margin: 0 auto; padding: 0 var(--px); padding-top: var(--header-h);
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
}
.ob-hero-tag {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px;
  font-size: 10.5px; letter-spacing: .26em; color: var(--teal-bright);
  font-family: var(--font-latin); font-weight: 500; text-transform: uppercase;
}
.ob-hero-tag::before { content: ''; width: 28px; height: 1px; background: var(--teal-bright); }
.ob-hero-copy {
  font-family: var(--font-serif);
  font-size: clamp(22px,3.2vw,42px);
  font-weight: 700; line-height: 1.36; letter-spacing: .05em;
  max-width: 640px; margin-bottom: 28px;
}
.ob-hero-copy em { font-style: normal; color: var(--teal-bright); }
.ob-hero-copy .line-large {
  font-size: clamp(28px,4.2vw,56px);
  display: block; letter-spacing: .03em; line-height: 1.28;
}
.ob-hero-en {
  display: block;
  font-family: var(--font-latin); font-size: clamp(11px,1.2vw,13px);
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(43,212,192,.55); font-weight: 400;
  margin-bottom: 22px; line-height: 1.5;
}
.ob-hero-sub {
  font-size: clamp(13px,1.4vw,15px);
  color: rgba(238,242,247,0.80);
  max-width: 460px; line-height: 1.9; margin-bottom: 44px;
  font-family: var(--font-sans); font-weight: 400;
}
.ob-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.ob-hero-scroll {
  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);
  z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-family: var(--font-latin); font-size: 9px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--text-muted);
}
.ob-hero-scroll-bar {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--teal), transparent);
  animation: scrollBar 2s ease-in-out infinite;
}
@keyframes scrollBar { 0%,100%{opacity:.3;transform:scaleY(.8)} 50%{opacity:1;transform:scaleY(1)} }


/* ──────────────────────────────────────────────────────────
   VISION
────────────────────────────────────────────────────────── */
.ob-vision { background: var(--navy-mid); overflow: hidden; }
.ob-vision-text-area { padding: var(--spy) 0 60px; position: relative; }
.ob-vision-bg-word {
  position: absolute; top: 50%; left: -4px; transform: translateY(-50%);
  font-family: var(--font-display); font-size: clamp(100px,16vw,200px);
  font-weight: 700; color: rgba(255,255,255,.025);
  pointer-events: none; white-space: nowrap; user-select: none; line-height: 1;
}
.ob-vision-grid {
  display: grid; grid-template-columns: 5fr 4fr;
  gap: clamp(40px,6vw,100px); align-items: start; position: relative; z-index: 1;
}
.ob-vision-eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--font-latin); font-size: 11px; font-weight: 700;
  letter-spacing: .32em; text-transform: uppercase;
  color: var(--teal-bright); margin-bottom: 22px; position: relative;
}
.ob-vision-eyebrow::before { content: ''; width: 32px; height: 2px; background: linear-gradient(90deg, var(--teal-bright), var(--teal)); }
.ob-vision-eyebrow::after {
  content: ''; position: absolute; bottom: -8px; left: 0;
  width: 100%; height: 1px;
  background: linear-gradient(90deg, rgba(43,212,192,0.28), transparent);
}
.ob-vision-heading {
  font-family: var(--font-serif);
  font-size: clamp(34px,5vw,60px); font-weight: 700;
  line-height: 1.25; letter-spacing: .04em; margin-bottom: 36px;
}
.ob-vision-heading span {
  display: block; font-family: var(--font-latin); font-size: clamp(11px,1.2vw,13px);
  font-weight: 400; color: var(--text-muted); letter-spacing: .16em; margin-bottom: 10px;
  text-transform: uppercase;
}
.ob-vision-line { width: 1px; height: 56px; background: linear-gradient(to bottom,var(--teal-bright),transparent); margin-bottom: 28px; }
.ob-vision-body { font-size: var(--body-size); line-height: var(--body-line); color: rgba(238,242,247,0.82); margin-bottom: 32px; }
.ob-vision-city {
  width: 100%; height: clamp(180px,24vw,340px);
  overflow: hidden; position: relative;
  background-image: url('../img/company_bg.jpg');
  background-size: cover; background-position: center 40%;
}
.ob-vision-city::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to bottom, rgba(13,22,40,0.42) 0%, rgba(13,22,40,0.28) 40%, rgba(13,22,40,0.65) 100%);
}


/* ──────────────────────────────────────────────────────────
   SERVICES (トップのサービスセクション)
────────────────────────────────────────────────────────── */
.ob-services { background: var(--navy); padding: var(--spy) 0; overflow: hidden; }
.ob-services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }


/* ──────────────────────────────────────────────────────────
   RESULTS / CAROUSEL
────────────────────────────────────────────────────────── */
.ob-results { background: var(--navy-mid); padding: var(--spy) 0; overflow: hidden; }


/* ──────────────────────────────────────────────────────────
   NEWS (トップのニュースセクション)
────────────────────────────────────────────────────────── */
.ob-news { background: var(--navy); padding: var(--spy) 0; overflow: hidden; }


/* ──────────────────────────────────────────────────────────
   CONTACT CTA — アクセントカラー背景（#2BD4C0）
────────────────────────────────────────────────────────── */
.ob-contact {
  background: linear-gradient(145deg, #2BD4C0 0%, #2BD4C0 55%, #22CBBA 100%);
  padding: var(--spy) 0; overflow: hidden; position: relative;
}
.ob-contact-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 15% 20%, rgba(255,255,255,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 85% 80%, rgba(2,14,31,0.14) 0%, transparent 60%);
  pointer-events: none;
}
.ob-contact-in { position: relative; z-index: 1; text-align: center; }
.ob-contact-lbl {
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 26px;
  font-family: var(--font-latin); font-size: 10.5px; letter-spacing: .34em;
  text-transform: uppercase; color: rgba(2,14,31,0.60); font-weight: 700;
}
.ob-contact-lbl::before, .ob-contact-lbl::after { content: ''; width: 22px; height: 1px; background: rgba(2,14,31,0.30); }
.ob-contact-h {
  font-family: var(--font-serif);
  font-size: clamp(24px,4vw,40px); font-weight: 700;
  line-height: 1.35; letter-spacing: .04em; margin-bottom: 16px;
  max-width: 580px; margin-left: auto; margin-right: auto;
  color: #020E1F;
}
.ob-contact-sub {
  font-size: 14px; color: rgba(2,14,31,0.68); margin-bottom: 46px;
  line-height: 1.9; font-family: var(--font-sans);
}
.ob-contact-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* CTA内ボタン — ダーク反転 */
.ob-contact .btn-primary {
  background: #020E1F; color: #2BD4C0;
  border-color: rgba(2,14,31,0.20);
  box-shadow: 0 8px 32px rgba(2,14,31,0.28);
}
.ob-contact .btn-primary:hover {
  background: #081B2F; color: #2BD4C0;
  box-shadow: 0 16px 48px rgba(2,14,31,0.40);
  transform: translateY(-2px);
}
.ob-contact .btn-download {
  background: rgba(255,255,255,0.25); color: #020E1F;
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: none; font-weight: 700;
}
.ob-contact .btn-download:hover {
  background: rgba(255,255,255,0.42); color: #020E1F;
  box-shadow: none; transform: translateY(-2px);
}


/* ──────────────────────────────────────────────────────────
   CONTACT SECTION — index / company / works 共通グラデ帯
────────────────────────────────────────────────────────── */
.contact {
  padding: clamp(40px,5vw,64px) 0;
  background: linear-gradient(135deg,rgba(60,140,240,1) 0%,rgba(30,195,178,1) 32%,rgba(120,185,40,1) 64%,rgba(220,145,20,1) 100%);
  color: #09111b; position: relative;
}
.contact::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg,rgba(4,12,24,.26) 0%,rgba(4,12,24,.12) 60%,rgba(4,12,24,.06) 100%);
}
.contact .wrap { position: relative; z-index: 2; }
.contact-box {
  text-align: center;
  padding: clamp(24px,3vw,40px) clamp(20px,3vw,28px);
}
.contact-box .ttl {
  font-family: 'Playfair Display', sans-serif;
  font-size: clamp(28px,3.8vw,52px); line-height: 1.0; font-weight: 900; color: #fff;
}
.contact-box .lead {
  margin-top: 18px; font-size: 18px; line-height: 1.9;
  color: #fff; font-weight: 700; letter-spacing: .08em;
}
.contact-box .txt { margin-top: 14px; font-size: 15px; line-height: 2; color: #fff; }
.contact-btns {
  margin-top: 34px; display: flex;
  justify-content: center; gap: 14px; flex-wrap: wrap;
}
.contact .btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 16px; min-height: 68px; padding: 0 52px; border-radius: 999px;
  font-family: 'Shippori Mincho', sans-serif; font-size: 16px; font-weight: 800;
  letter-spacing: .12em; text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.contact .btn:hover { transform: translateY(-3px); }
.contact .btn-fill {
  background: #fff; color: #0d1520;
  box-shadow: 0 8px 32px rgba(0,0,0,.22);
}
.contact .btn-fill:hover { box-shadow: 0 16px 44px rgba(0,0,0,.30); }
.btn-arr { display: inline-flex; align-items: center; justify-content: center; transition: transform .24s ease; }
.btn:hover .btn-arr { transform: translateX(4px); }
.contact .btn-line {
  background: none !important; -webkit-background-clip: unset !important;
  background-clip: unset !important; -webkit-text-fill-color: #fff !important;
  color: #fff; border: 1.5px solid rgba(255,255,255,.60);
}
.contact .btn-line::before { display: none; }
.contact .btn-line:hover { border-color: #fff; opacity: 1; }
.contact-free-note {
  margin-top: 18px; font-size: 12px; letter-spacing: .07em;
  color: rgba(255,255,255,.65);
}
@media (max-width: 640px) {
  .contact-btns { flex-direction: column; align-items: center; }
  .contact-btns .btn { width: 100%; max-width: 300px; }
}

/* ──────────────────────────────────────────────────────────
   COMPANY OVERVIEW (トップ)
────────────────────────────────────────────────────────── */
.ob-company { background: var(--navy); padding: var(--spy) 0; overflow: hidden; }
.ob-company-grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(40px,6vw,100px); align-items: start; }


/* ──────────────────────────────────────────────────────────
   WORKS ARCHIVE
────────────────────────────────────────────────────────── */
.ob-works-archive {
  background: var(--navy);
  padding: calc(var(--header-h) + 60px) 0 var(--spy);
}
.ob-works-page-header {
  text-align: center; margin-bottom: clamp(48px,7vw,88px); position: relative;
}
.ob-works-page-eyebrow {
  font-family: var(--font-latin); font-size: 10.5px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--teal-bright); margin-bottom: 14px;
  display: block;
}
.ob-works-page-title {
  font-family: var(--font-serif);
  font-size: clamp(32px,5vw,56px); font-weight: 700;
  letter-spacing: .04em; margin-bottom: 18px;
}
.ob-works-page-desc { font-size: 15px; color: var(--text-sub); max-width: 520px; margin: 0 auto; line-height: 1.9; }
.ob-works-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 56px; }

/* Works Card — white card design (dark-on-white, works on any background) */
.ob-works-card {
  background: #ffffff;
  border: none;
  border-radius: 0; overflow: hidden;
  text-decoration: none; color: #0d1520; display: block;
  box-shadow: none;
  transition: transform .3s;
}
.ob-works-card:hover {
  transform: translateY(-6px);
}
.ob-works-thumb { width: 100%; height: 200px; overflow: hidden; position: relative; background: #dde5f0; }
.ob-works-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; display: block; }
.ob-works-thumb-ph {
  width: 100%; height: 200px;
  background: linear-gradient(135deg, #0D1628 0%, #132035 50%, #1b3362 100%);
  display: flex; align-items: center; justify-content: center;
}
.ob-works-thumb-ph::after {
  content: 'CASE STUDY';
  font-family: 'Playfair Display', sans-serif; font-size: 10px;
  font-weight: 900; letter-spacing: .28em; color: rgba(255,255,255,.22);
}
.ob-works-card:hover .ob-works-thumb img { transform: scale(1.05); }
.ob-works-thumb-tags { position: absolute; top: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }
.ob-works-tag {
  background: rgba(2,14,31,.82); backdrop-filter: blur(8px);
  color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .07em;
  padding: 4px 11px; border-radius: 3px;
  font-family: 'Playfair Display', monospace;
  border: 1px solid rgba(43,212,192,.40);
}
.ob-works-body { padding: 22px 22px 20px; display: flex; flex-direction: column; }
.ob-works-meta { font-size: 11px; color: rgba(13,21,32,.42); font-family: 'Playfair Display', monospace; letter-spacing: .06em; margin-bottom: 10px; }
.ob-works-ttl { font-family: 'Shippori Mincho', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.55; letter-spacing: .03em; margin-bottom: 10px; color: #0d1520; }
.ob-works-excerpt { font-size: 13px; color: rgba(13,21,32,.62); line-height: 1.9; margin-bottom: 16px; }
.ob-works-cta-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0d1520; font-family: 'Playfair Display', monospace;
  transition: gap .22s;
  margin-left: auto;
}
.ob-works-cta-link:hover { gap: 13px; color: #0d1520; }
.ob-works-cta-link::after { content: '→'; }

.ob-works-empty { text-align: center; padding: 60px; color: var(--text-muted); }
.ob-works-pagination { text-align: center; }
.ob-works-pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--border); color: var(--text-sub);
  font-family: var(--font-latin); font-size: 13px;
  margin: 0 4px; text-decoration: none;
  transition: border-color .22s, background .22s, color .22s;
}
.ob-works-pagination .page-numbers:hover,
.ob-works-pagination .page-numbers.current {
  border-color: var(--teal-bright); background: var(--teal-dim); color: var(--teal-bright);
}


/* ──────────────────────────────────────────────────────────
   WORKS SINGLE — ライトテーマ
────────────────────────────────────────────────────────── */
.ob-works-single {
  background: #f4f6f9;
  padding-top: 0;
  min-height: 100vh;
}

/* ── ヒーロー（ライト） ── */
.ob-works-hero {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: calc(var(--header-h) + 40px) 0 0;
  margin-bottom: 0;
}
.ob-works-hero-inner {
  max-width: 860px; margin: 0 auto;
  padding: 0 var(--px) 40px;
}
.ob-works-hero-meta {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-bottom: 16px;
}
.ob-works-hero-date {
  font-family: var(--font-latin); font-size: 11px;
  color: #8a9ab0; letter-spacing: .14em;
}
.ob-works-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(22px,4vw,38px); font-weight: 700;
  line-height: 1.4; letter-spacing: .02em;
  color: #0d1520; margin-bottom: 32px;
}

/* アイキャッチ画像 */
.ob-works-hero-img {
  margin-top: 0;
  border-radius: 0;
  overflow: hidden;
  max-height: 420px;
}
.ob-works-hero-img img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
}

/* ── 本文エリア ── */
.ob-works-single-inner {
  max-width: 860px; margin: 0 auto;
  padding: 52px var(--px) var(--spy);
}

/* リード文 */
.ob-works-lead {
  font-size: 16px; line-height: 2.0;
  color: #3d4f68; margin-bottom: 48px;
  padding: 28px 32px;
  background: #ffffff;
  border-left: 3px solid #2BD4C0;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

/* セクション */
.ob-works-sec { margin-bottom: 40px; }

/* セクション見出し */
.ob-works-h2 {
  font-family: var(--font-serif); font-size: 17px; font-weight: 700;
  letter-spacing: .04em; margin-bottom: 16px;
  padding: 10px 16px;
  background: #2BD4C0;
  color: #ffffff;
  border-radius: 5px;
  display: flex; align-items: center; gap: 10px;
}
.ob-works-h2::before {
  content: '';
  display: block; width: 3px; height: 16px;
  background: rgba(255,255,255,.5);
  border-radius: 2px; flex-shrink: 0;
}

/* テキストボックス */
.ob-works-box {
  font-size: 14.5px; line-height: 2.0; color: #3d4f68;
  background: #ffffff;
  border: 1px solid #dde5ef;
  border-radius: 8px; padding: 24px 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}

/* リッチテキスト本文 */
.ob-works-content {
  font-size: 14.5px; line-height: 2.0; color: #3d4f68;
  background: #ffffff;
  border: 1px solid #dde5ef;
  border-radius: 8px; padding: 28px 32px;
  box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.ob-works-content h2, .ob-works-content h3 {
  color: #0d1520; margin: 1.6em 0 0.8em; font-weight: 700;
}
.ob-works-content p { margin-bottom: 1.4em; }
.ob-works-content ul, .ob-works-content ol {
  padding-left: 1.5em; margin-bottom: 1.4em; list-style: disc;
}
.ob-works-content a { color: #2BD4C0; text-decoration: underline; }

/* ── 前後ナビ ── */
.ob-works-post-nav {
  display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px;
  align-items: center; margin-top: 56px;
  padding-top: 36px; border-top: 1px solid #dde5ef;
}
.ob-works-post-nav a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #5a6a80; text-decoration: none; font-family: var(--font-latin);
  padding: 10px 16px; border-radius: 6px;
  border: 1px solid #dde5ef; background: #ffffff;
  transition: border-color .2s, color .2s, box-shadow .2s;
}
.ob-works-post-nav a:hover {
  color: #2BD4C0; border-color: #2BD4C0;
  box-shadow: 0 4px 14px rgba(43,212,192,.14);
}
.ob-works-post-nav .ob-nav-center { text-align: center; }
.ob-works-post-nav .ob-nav-next { display: flex; justify-content: flex-end; }

/* ── single-works Cocoon上書き ── */
body.single-works { background: #f4f6f9 !important; }
body.single-works #content,
body.single-works .content,
body.single-works .article-body,
body.single-works .article,
body.single-works .entry { background: transparent !important; padding: 0 !important; margin: 0 !important; }
body.single-works #sidebar { display: none !important; }
body.single-works #content { width: 100% !important; max-width: 100% !important; float: none !important; }

/* Cocoon が出力するタイトル・記事ヘッダーを全非表示 */
body.single-works .entry-title,
body.single-works .article-title,
body.single-works .article-header,
body.single-works .entry-header,
body.single-works h1.entry-title,
body.single-works .cat-label-head,
body.single-works .post-date,
body.single-works .author-info,
body.single-works .article-footer-metadata { display: none !important; }

/* Cocoon コンテンツラッパーの余分なパディング除去 */
body.single-works #content-in,
body.single-works .content-in,
body.single-works #container { padding-top: 0 !important; margin-top: 0 !important; }
body.single-works .wrap,
body.single-works #wrap { padding-top: 0 !important; }


/* ──────────────────────────────────────────────────────────
   TEMPLATE PART: Works Related
────────────────────────────────────────────────────────── */
.ob-related-works { background: var(--navy-mid); padding: var(--spy) 0; overflow: hidden; }


/* ──────────────────────────────────────────────────────────
   INNER PAGE — CONTENT AREA
   (Cocoon の article/page コンテンツ向け)
────────────────────────────────────────────────────────── */
.ob-page-content {
  background: var(--navy);
  padding: calc(var(--header-h) + 40px) 0 var(--spy);
  min-height: 100vh;
}
.ob-page-content .entry-content,
.ob-page-content .article-body {
  max-width: 860px; margin: 0 auto; padding: 0 var(--px);
  font-size: var(--body-size); line-height: var(--body-line); color: var(--text-sub);
}
.ob-page-content .entry-content h2 { color: var(--text); margin: 1.8em 0 0.8em; }
.ob-page-content .entry-content p { margin-bottom: 1.4em; }


/* ──────────────────────────────────────────────────────────
   RESPONSIVE — PAGES
────────────────────────────────────────────────────────── */

/* ── タブレット（〜980px） ── */
@media (max-width: 980px) {
  .ob-hero-video { display: none !important; }
  .ob-hero-img-sp { display: block !important; }

  .ob-vision-grid { grid-template-columns: 1fr; gap: 28px; }
  .ob-services-grid { grid-template-columns: 1fr; }
  .ob-company-grid { grid-template-columns: 1fr; }
  .ob-works-grid { grid-template-columns: repeat(2,1fr); }
  .ob-svc-features { grid-template-columns: 1fr; }
  .ob-company-values { grid-template-columns: 1fr; }
  .ob-svc-hero-img { display: none; }

  /* 企業情報ページ */
  .ob-company-origin-grid { grid-template-columns: 1fr; }
  .ob-company-values-3 { grid-template-columns: 1fr; }
  .ob-company-yokohama-grid { grid-template-columns: 1fr; }
  .ob-company-message-grid { grid-template-columns: 80px 1fr; gap: 20px; }
}

/* ── スマートフォン（〜600px） ── */
@media (max-width: 600px) {
  /* ヒーロー */
  .ob-hero-ctas { flex-direction: column; align-items: flex-start; }
  .ob-hero-ctas .btn { width: 100%; max-width: 300px; justify-content: center; }
  .ob-hero-copy .line-large { font-size: clamp(22px,7vw,34px); }
  .ob-hero-sub { font-size: 13px; }

  /* ビジョン */
  .ob-vision-city { height: 180px; }
  /* 横ブレ原因の巨大背景ワードを非表示 */
  .ob-vision-bg-word { display: none; }

  /* 実績グリッド */
  .ob-works-grid { grid-template-columns: 1fr; }

  /* コンタクト CTA */
  .ob-contact-ctas { flex-direction: column; align-items: center; }
  .ob-contact-ctas .btn { width: 100%; max-width: 300px; justify-content: center; }

  /* フッター */
  .ob-footer-top { grid-template-columns: 1fr; }
  .ob-footer-bottom { flex-direction: column; text-align: center; }
  .ob-footer-nav { grid-template-columns: 1fr 1fr; gap: 8px 24px; }

  /* 企業情報ページ SP */
  .ob-company-message-grid { grid-template-columns: 1fr; }
  .ob-company-message-avatar { width: 72px; height: 72px; font-size: 28px; }
  .ob-company-mission { padding: 32px 18px; }
  .ob-company-mission-quote { font-size: clamp(15px,4.5vw,20px); }
  .ob-company-origin-heading { font-size: clamp(22px,5.5vw,32px); }

  /* works / news アーカイブ */
  .ob-works-page-header { margin-bottom: clamp(32px,5vw,52px); }
  .ob-news-item-page { flex-wrap: wrap; gap: 8px; }
}

/* ── 極小スマートフォン（〜480px） ── */
@media (max-width: 480px) {
  /* 横ブレの主犯 — 絶対配置の巨大装飾ワードをすべて非表示 */
  .sec-bg-word,
  .ob-vision-bg-word,
  .ob-company-mission::before { display: none !important; }

  /* ヒーロー詰め */
  .ob-hero-inner { padding-top: calc(var(--header-h) + 12px); }
  .ob-hero-tag { margin-bottom: 16px; }
  .ob-hero-copy { margin-bottom: 18px; }
  .ob-hero-sub { margin-bottom: 28px; }

  /* サービスカード */
  .svc-img { height: 160px; }

  /* ヘッダー CTA（極小では幅ギリギリ） */
  .ob-hdr-ctas { gap: 6px; }
  .hdr-btn { padding: 0 12px; font-size: 11px; }

  /* コンテナ横パディング微調整 */
  .ob-container { padding: 0 16px; }

  /* works grid 単列 */
  .ob-works-grid { grid-template-columns: 1fr; gap: 16px; }

  /* テーブル — 文字サイズ調整 */
  .ctable th { font-size: 10.5px; }
  .ctable td { font-size: 13px; }
}


/* ══════════════════════════════════════════════════════════
   WORKS / NEWS FILTER TABS — カテゴリ絞り込み
══════════════════════════════════════════════════════════ */
.ob-works-filter {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 44px;
}
.ob-works-filter-btn {
  display: inline-flex; align-items: center;
  padding: 8px 22px; border-radius: 999px;
  font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-decoration: none; color: #020E1F;
  border: 1.5px solid #fff;
  background: #fff;
  transition: border-color .2s, color .2s;
  font-family: var(--font-sans);
}
.ob-works-filter-btn:hover {
  border-color: var(--teal-bright);
  background: #fff;
  color: var(--teal-bright);
}
.ob-works-filter-btn.active {
  border-color: var(--teal-bright);
  background: #fff;
  color: var(--teal-bright);
}

/* スマホ：thanks page */
@media (max-width: 768px) {
  .ob-thanks-actions { flex-direction: column; align-items: center; }
  .ob-dl-card { flex-direction: column; align-items: flex-start; gap: 14px; }
  .ob-dl-card-btn { align-self: stretch; justify-content: center; }
  .ob-works-filter { gap: 6px; }
  .ob-works-filter-btn { font-size: 11px; padding: 6px 14px; }
}


/* ═══════════════════════════════════════════════════════════════
   FRONT PAGE — oblige index.html スタイル統合
   (services-grid / strength / marquee / ni / company / contact)
═══════════════════════════════════════════════════════════════ */

/* ── services-grid: oblige 3カラムレイアウト ── */
.services-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 18px;
}

/* ── STRENGTH SECTION ── */
.ob-strength {
  padding: var(--spy) 0;
  background:
    radial-gradient(1000px 640px at 12% 45%, rgba(78,163,255,.20), transparent 58%),
    radial-gradient(700px 500px at 88% 80%, rgba(43,212,192,.12), transparent 55%),
    linear-gradient(160deg, var(--bg-navy-2) 0%, var(--bg-1) 100%);
  overflow: hidden;
}
.str-cols {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
  margin-top: clamp(48px,5.5vw,72px);
}
.s-item {
  position: relative; overflow: hidden;
  padding: 44px 36px 48px;
  background: rgba(4,8,18,.82);
  border: 1px solid rgba(255,255,255,.10);
  border-top: 2.5px solid;
}
.s-item:nth-child(1) { border-top-color: var(--blue); }
.s-item:nth-child(2) { border-top-color: var(--teal-bright); }
.s-item:nth-child(3) { border-top-color: var(--green); }
.s-item::before {
  position: absolute; top: -8px; right: 20px;
  font-family: 'Playfair Display', sans-serif; font-size: 100px; font-weight: 900;
  line-height: 1; letter-spacing: -.04em;
  color: rgba(255,255,255,.07); pointer-events: none; user-select: none;
}
.s-item:nth-child(1)::before { content: '01'; }
.s-item:nth-child(2)::before { content: '02'; }
.s-item:nth-child(3)::before { content: '03'; }
.s-item-en {
  font-family: 'Playfair Display', sans-serif; font-size: 9px; font-weight: 900;
  letter-spacing: .26em; text-transform: uppercase;
  display: block; margin-bottom: 14px; position: relative; z-index: 1;
}
.s-item:nth-child(1) .s-item-en { color: rgba(78,163,255,.72); }
.s-item:nth-child(2) .s-item-en { color: rgba(43,212,192,.72); }
.s-item:nth-child(3) .s-item-en { color: rgba(149,201,61,.72); }
.s-item-head {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Shippori Mincho', sans-serif; font-size: clamp(15px,1.5vw,18px);
  font-weight: 800; letter-spacing: .04em; color: #fff;
  position: relative; z-index: 1;
}
.s-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.s-item > p {
  margin-top: 16px; font-size: clamp(13px,1.2vw,15px); line-height: 1.95;
  color: rgba(248,250,252,.62); font-weight: 400; letter-spacing: .03em;
  position: relative; z-index: 1;
}
.s-item-tags {
  margin-top: 20px; display: flex; flex-wrap: wrap; gap: 6px;
  position: relative; z-index: 1;
}
.s-item-tags span {
  display: inline-flex; padding: 5px 12px; border-radius: 999px;
  background: rgba(255,255,255,.05); color: rgba(248,250,252,.50);
  font-size: 11px; font-weight: 600; border: 1px solid rgba(255,255,255,.10);
  letter-spacing: .02em;
}

/* ── MARQUEE ── */
.ob-marquee {
  overflow: hidden; padding: 20px 0; user-select: none;
  border-top: 1px solid rgba(255,255,255,.05);
  border-bottom: 1px solid rgba(255,255,255,.05);
}
.marquee-track {
  display: flex; white-space: nowrap; flex-shrink: 0;
  animation: marqueeLeft 55s linear infinite; will-change: transform;
}
.marquee-item {
  font-family: 'Playfair Display', sans-serif;
  font-size: clamp(40px,7vw,88px); font-weight: 900; font-style: italic;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 0 clamp(28px,4vw,56px); color: rgba(255,255,255,.32);
}
@keyframes marqueeLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* ── NEWS ITEMS (.ni — oblige index.html style) ── */
.ob-news .news-list { display: flex; flex-direction: column; gap: 12px; }
.ni {
  display: grid;
  grid-template-columns: 120px 92px 1fr 18px;
  gap: 18px; align-items: center;
  padding: 18px 22px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(13,23,40,.65);
  border-radius: 16px;
  transition: transform .24s, border-color .24s, box-shadow .24s;
  text-decoration: none; color: inherit;
}
.ni:hover {
  transform: translateY(-3px);
  border-color: rgba(245,166,35,.30);
  box-shadow: 0 10px 32px rgba(0,0,0,.25);
}
.ni-dt {
  font-family: 'Playfair Display', monospace; font-size: 13px;
  letter-spacing: .18em; color: rgba(248,250,252,.80);
}
.ni-cat {
  justify-self: start; font-size: 12px; letter-spacing: .12em;
  padding: 7px 11px; border-radius: 999px;
  background: rgba(245,166,35,.18); color: rgba(245,166,35,.95);
  font-weight: 700; white-space: nowrap;
}
.ni-ttl { font-size: 16px; line-height: 1.9; color: #fff; font-weight: 700; letter-spacing: .05em; }
.ni-arr { color: var(--orange, #F5A623); font-weight: 900; font-family: 'Playfair Display', sans-serif; font-size: 14px; }
.va {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Playfair Display', sans-serif; font-size: 12px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
  color: rgba(248,250,252,.72); padding: 10px 12px; border-radius: 12px;
  transition: color .18s, background .18s; text-decoration: none;
}
.va:hover { color: #fff; background: rgba(255,255,255,.04); }

/* ── COMPANY SECTION ── */
.ob-company {
  padding: var(--spy) 0;
  background:
    radial-gradient(900px 520px at 20% 0%, rgba(43,212,192,.08), transparent 58%),
    linear-gradient(180deg, var(--navy), #060e22);
}
.co-grid {
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(28px,4.5vw,60px); align-items: start;
}
.co-year {
  font-family: 'Playfair Display', sans-serif;
  font-size: clamp(70px,10vw,126px); font-weight: 900; line-height: .9;
  color: rgba(255,255,255,.08);
}
.co-copy { margin-top: 20px; font-size: 16px; line-height: 1.9; color: rgba(248,250,252,.88); font-weight: 700; }
.ctbl { width: 100%; border-collapse: collapse; border: 1px solid rgba(255,255,255,.08); overflow: hidden; background: rgba(255,255,255,.04); }
.ctbl th, .ctbl td { padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.07); text-align: left; vertical-align: top; }
.ctbl tr:last-child th, .ctbl tr:last-child td { border-bottom: 0; }
.ctbl th { width: 110px; font-size: 11px; letter-spacing: .04em; color: rgba(248,250,252,.54); background: rgba(255,255,255,.04); font-weight: 500; white-space: nowrap; }
.ctbl td { font-size: 14px; line-height: 2; color: rgba(248,250,252,.84); }

/* ── CONTACT SECTION (gradient CTA — oblige style) ── */
.ob-contact-oblige {
  position: relative; padding: var(--spy) 0;
  background: linear-gradient(135deg,
    rgba(60,140,240,1) 0%, rgba(30,195,178,1) 32%,
    rgba(120,185,40,1) 64%, rgba(220,145,20,1) 100%);
  color: #09111b; overflow: hidden;
}
.ob-contact-oblige::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(160deg,rgba(4,12,24,.26) 0%,rgba(4,12,24,.12) 60%,rgba(4,12,24,.06) 100%);
  pointer-events: none;
}
.ob-contact-oblige .ob-container { position: relative; z-index: 2; }
.ob-contact-box { text-align: center; padding: clamp(48px,5vw,72px) clamp(20px,3vw,28px); }
.ob-contact-box .ttl {
  font-family: 'Playfair Display', sans-serif;
  font-size: clamp(42px,6vw,86px); line-height: .92; font-weight: 900; color: #fff;
}
.ob-contact-box .lead { margin-top: 18px; font-size: 18px; line-height: 1.9; color: #fff; font-weight: 700; letter-spacing: .08em; }
.ob-contact-box .txt  { margin-top: 14px; font-size: 15px; line-height: 2; color: rgba(255,255,255,.88); }
.ob-contact-btns { margin-top: 34px; display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
.btn-c-fill {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 56px; padding: 0 32px; border-radius: 999px;
  background: linear-gradient(110deg,#4EA3FF 0%,#2BD4C0 55%,#95C93D 100%);
  color: #fff; font-family: 'Playfair Display', sans-serif; font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  box-shadow: 0 14px 32px rgba(43,212,192,.28);
  transition: transform .22s, box-shadow .22s; text-decoration: none;
}
.btn-c-fill:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(43,212,192,.40); }
.btn-c-line {
  display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 56px; padding: 0 32px; border-radius: 999px;
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.28);
  font-family: 'Playfair Display', sans-serif; font-size: 12px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase;
  transition: transform .22s, background .22s, border-color .22s; text-decoration: none;
}
.btn-c-line:hover { transform: translateY(-3px); background: rgba(255,255,255,.20); border-color: rgba(255,255,255,.40); }

/* ── RESPONSIVE (front page additions) ── */
@media (max-width: 960px) {
  .services-grid { grid-template-columns: 1fr; }
  .str-cols { grid-template-columns: 1fr; }
  .co-grid { grid-template-columns: 1fr; }
  .ni { grid-template-columns: 100px 80px 1fr; }
  .ni-arr { display: none; }
}
@media (max-width: 640px) {
  .ni { grid-template-columns: 80px 1fr; grid-template-rows: auto auto; }
  .ni-arr { display: none; }
  .ni-ttl { grid-column: 1 / -1; }
}

/* ── サイト共通ページ背景トーン ── */
:root {
  --ob-page-bg:
    radial-gradient(ellipse 60% 40% at 15% 15%, rgba(78,163,255,.18) 0%, transparent 60%),
    radial-gradient(ellipse 50% 40% at 85% 80%, rgba(43,212,192,.14) 0%, transparent 55%),
    linear-gradient(160deg, #0d2248 0%, #0c1c3c 45%, #091630 100%);
}
.ob-works-archive, .ob-news-archive { background: var(--ob-page-bg); color: #f8fafc; }
.ob-works-page-title { color: #fff; }
.ob-works-page-desc  { color: rgba(248,250,252,.72); }
/* ── ニュースリスト 共通レイアウト（全ページで読み込まれる） ── */
.ob-news-list { border-top: 1px solid rgba(255,255,255,.08); margin-bottom: 44px; }
.ob-news-item {
  display: grid;
  grid-template-columns: 110px 1fr 20px;
  gap: 20px; align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-decoration: none;
  transition: background .22s, border-color .22s, transform .22s;
  border-radius: 2px;
}
.ob-news-item:hover { transform: translateX(4px); }
.ob-news-item__date {
  font-family: 'Playfair Display','Playfair Display',monospace; font-size: 12px;
  letter-spacing: .14em; white-space: nowrap; flex-shrink: 0;
}
.ob-news-item__title {
  font-size: 15px; line-height: 1.75;
  font-weight: 500; transition: color .22s;
}
.ob-news-item__arrow {
  font-size: 14px;
  font-family: 'Playfair Display',sans-serif; font-weight: 700;
  transition: transform .22s, color .22s;
  justify-self: end;
}
.ob-news-item:hover .ob-news-item__arrow { transform: translateX(3px); }
.ob-news-more { display: flex; justify-content: flex-end; margin-top: 4px; }
.ob-news-empty { padding: 48px 0; text-align: center; font-size: 14px; }
@media (max-width: 640px) {
  .ob-news-item {
    grid-template-columns: 1fr 20px;
    grid-template-rows: auto auto;
    gap: 6px 12px; padding: 18px 12px;
  }
  .ob-news-item__date  { font-size: 10px; grid-column: 1; }
  .ob-news-item__title { grid-column: 1; font-size: 13.5px; }
  .ob-news-item__arrow { grid-column: 2; grid-row: 1 / 3; align-self: center; }
}

/* ── ニュースアーカイブ ダークテーマリスト ── */
.ob-news-archive .ob-news-list-wrap { background: transparent; border-radius: 0; padding: 0; overflow: visible; box-shadow: none; margin-bottom: 32px; border-top: 1px solid rgba(255,255,255,.10); }
.ob-news-archive .ob-news-list { border-top: none; margin-bottom: 0; }
.ob-news-archive .ob-news-item          { color: rgba(248,250,252,.88); border-bottom-color: rgba(255,255,255,.08); }
.ob-news-archive .ob-news-item:hover    { background: rgba(255,255,255,.04); border-bottom-color: rgba(43,212,192,.35); }
.ob-news-archive .ob-news-item__date    { color: rgba(248,250,252,.42); }
.ob-news-archive .ob-news-item__cat     { color: #2BD4C0; border-color: rgba(43,212,192,.35); }
.ob-news-archive .ob-news-item__title   { color: rgba(248,250,252,.88); }
.ob-news-archive .ob-news-item:hover .ob-news-item__title { color: #fff; }
.ob-news-archive .ob-news-item__arrow   { color: rgba(255,255,255,.28); }

/* ── 実績タグ・カード ── */
.ob-works-tag--cat { display: inline-flex; align-items: center; font-family: 'Shippori Mincho',sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .05em; padding: 4px 12px; border-radius: 999px; border: 1px solid; text-decoration: none; line-height: 1.6; transition: opacity .2s; }
.ob-works-tag--cat:hover { opacity: .80; }
.ob-works-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.ob-works-single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.ob-works-single-tags .ob-works-tag--cat { font-size: 12px; padding: 6px 16px; }
.ob-works-hero-meta .ob-works-tag--cat { font-size: 11px; padding: 5px 14px; }
.ob-works-filter-btn, .ob-works-filter-btn--cat { color: #020E1F !important; background: #fff !important; border: 1.5px solid #fff !important; opacity: 1; }
.ob-works-filter-btn:hover, .ob-works-filter-btn--cat:hover,
.ob-works-filter-btn.active, .ob-works-filter-btn--cat.active, .ob-works-filter-btn--all.active {
  background: #fff !important; color: #2BD4C0 !important; border-color: #2BD4C0 !important; box-shadow: none; opacity: 1;
}

/* ── サンクスページ ── */
.ob-thanks-simple { text-align: center; padding: 60px 0 80px; }
.ob-thanks-simple svg { margin-bottom: 28px; }
.ob-thanks-simple-title { font-family: var(--font-serif); font-size: clamp(22px,3vw,32px); font-weight: 700; color: #0d1e38; margin-bottom: 12px; }
.ob-thanks-simple-body { font-size: 16px; color: #3a4a5c; margin-bottom: 40px; }
.ob-thanks-simple-back { display: inline-flex; align-items: center; justify-content: center; height: 48px; padding: 0 32px; border-radius: 6px; background: #0d1e38; color: #fff; font-size: 13px; font-weight: 600; letter-spacing: .07em; text-decoration: none; transition: opacity .2s; }
.ob-thanks-simple-back:hover { opacity: .75; }

/* ── プライバシーポリシーページ ── */
.page-template-page-privacy-policy-php .pg-hero { padding: clamp(80px,10vw,120px) 0 clamp(48px,6vw,72px); background: linear-gradient(160deg,#06101e 0%,#0c1c3c 60%,#091828 100%); position: relative; overflow: hidden; }
.page-template-page-privacy-policy-php .pg-hero::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(43,212,192,.06) 0%, transparent 70%); pointer-events: none; }
.page-template-page-privacy-policy-php .pg-hero .wrap { position: relative; z-index: 2; }
.pg-hero-eyebrow { font-family: 'Playfair Display',sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .28em; text-transform: uppercase; color: #2BD4C0; margin-bottom: 16px; }
.page-template-page-privacy-policy-php .pg-hero-title { font-family: 'Shippori Mincho',sans-serif; font-size: clamp(28px,4vw,44px); font-weight: 800; color: #fff; letter-spacing: .04em; line-height: 1.2; margin: 0; }
.ob-policy-inner { max-width: 800px; }
.ob-policy-lead { font-size: clamp(14px,1.5vw,16px); color: #f8fafc; line-height: 2.0; margin-bottom: clamp(40px,5vw,64px); padding-bottom: clamp(32px,4vw,48px); border-bottom: 1px solid rgba(255,255,255,.07); }
.ob-policy-section { margin-bottom: clamp(32px,4vw,48px); padding-bottom: clamp(32px,4vw,48px); border-bottom: 1px solid rgba(255,255,255,.06); }
.ob-policy-section:last-of-type { border-bottom: none; margin-bottom: 0; }
.ob-policy-h2 { font-family: 'Shippori Mincho',sans-serif; font-size: clamp(15px,1.8vw,18px); font-weight: 700; color: #f8fafc; letter-spacing: .04em; margin-bottom: 14px; padding-left: 14px; border-left: 3px solid rgba(43,212,192,.60); }
.ob-policy-section p { font-size: clamp(13px,1.4vw,15px); color: #f8fafc; line-height: 2.0; margin-bottom: 12px; }
.ob-policy-section p:last-child { margin-bottom: 0; }
.ob-policy-list { list-style: none; padding: 0; margin: 12px 0 0; display: flex; flex-direction: column; gap: 8px; }
.ob-policy-list li { font-size: clamp(13px,1.4vw,15px); color: #f8fafc; line-height: 1.8; padding-left: 18px; position: relative; }
.ob-policy-list li::before { content: ''; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; border-radius: 50%; background: rgba(43,212,192,.50); }
.ob-policy-card { margin-top: 16px; padding: 24px 28px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; }
.ob-policy-card p { font-size: clamp(13px,1.4vw,15px); color: #f8fafc; line-height: 2.0; margin: 0; }
.ob-policy-card strong { color: #f8fafc; }
.ob-policy-card a { color: rgba(43,212,192,.85); text-decoration: underline; text-underline-offset: 3px; }
.ob-policy-card a:hover { color: #2BD4C0; }
.ob-policy-date { margin-top: clamp(40px,5vw,56px); font-size: 12px; color: rgba(248,250,252,.30); letter-spacing: .06em; }

