/* ============================================================
   recruit-vision.css — 採用サブページ: 奥田商工のビジョン
   recruit.css と併用
   ============================================================ */

/* 共通コンテナ（recruit.css の rc-container と分離） */
.rv-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}


/* ============================
   ページヒーロー
============================ */
.rv-hero {
  position: relative;
  padding: 320px 0 280px;
  text-align: center;
  background: var(--rc-navy);
  background-size: cover;
  background-position: center;
  border-radius: 0 0 50% 50% / 0 0 80px 80px;
  z-index: 3;
}

.rv-hero-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 3px;
  text-shadow: 0 2px 8px rgba(0,0,0,.3);
}
.rc-breadcrumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 24px;
}

.rc-breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  color: #999;
}

.rc-breadcrumb ol li:not(:last-child)::after {
  content: '>';
  margin-left: 4px;
  color: #ccc;
}

.rc-breadcrumb ol li a {
  color: #666;
  text-decoration: none;
}

.rc-breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* ============================
   イントロ
============================ */
.rv-intro {
  padding: 80px 0 120px;
  background: #FFF0C7;
  margin-top: -80px;
  padding-top: 200px;
  border-radius: 0 0 50% 50% / 0 0 80px 80px;
  position: relative;
  z-index: 2;
}

.rv-intro .rv-container {
  max-width: 1300px;
}

.rv-intro-inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.rv-intro-text {
  flex: 1;
  min-width: 0;
}

.rv-intro-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--rc-orange);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 64px;
  margin-left: -2px;
  white-space: nowrap;
}

.rv-intro-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #555;
  line-height: 2.4;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.rv-intro-visual {
  flex-shrink: 0;
  width: 486px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.rv-intro-big-text {
  font-family: 'Archivo Black', sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}


/* ============================
   タイムライン
============================ */
.rv-timeline {
  padding: 120px 0 80px;
  background: #fff;
  overflow: visible;
  position: relative;
  z-index: 3;
}

.rv-tl-stage {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  height: 900px;
  padding: 0 40px;
}

/* 斜め線（左下→右上） */
.rv-tl-line {
  position: absolute;
  width: 110%;
  height: 30px;
  left: -7%;
  top: 45%;
  background: #0095B5;
  transform: rotate(-32deg);
  transform-origin: center center;
  z-index: 1;
  overflow: visible;
}

/* to NEXT100 */
.rv-tl-next100 {
  position: absolute;
  right: -20px;
  top: 3%;
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #0095B5;
  z-index: 5;
}

/* 創業→創業期カードへの接続線（L字） */
.rv-tl-connector-founding {
  position: absolute;
  left: 9%;
  top: 84%;
  width: 6%;
  height: 60px;
  border-left: 2px solid #0095B4;
  border-bottom: 2px solid #0095B4;
  z-index: 4;
}


/* 1992→安定期カードへの接続線（L字：上に伸びて左に曲がる） */
.rv-tl-connector-stable {
  position: absolute;
  left: 40%;
  top: 26%;
  width: 10%;
  height: 80px;
  border-right: 2px solid #0095B4;
  border-top: 2px solid #0095B4;
  z-index: 4;
}

/* 成長期カードから真上への接続線 */
.rv-tl-connector-growth {
  position: absolute;
  left: 54%;
  top: 62%;
  width: 0;
  height: 60px;
  border-left: 2px solid #0095B4;
  z-index: 4;
}

/* 1968→第一変革期カードへの接続線（L字：上に伸びて左に曲がる） */
.rv-tl-connector-first {
  position: absolute;
  right: 84%;
  top: 57%;
  width: 8%;
  height: 60px;
  border-right: 2px solid #0095B4;
  border-top: 2px solid #0095B4;
  z-index: 4;
}

/* ドット（線の子要素として配置） */
.rv-tl-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 4px solid #0095B5;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  overflow: visible;
}

.rv-tl-dot::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: #fff;
  border: 4px solid #0095B5;
  border-radius: 50%;
  z-index: 2;
}

.rv-tl-dot::after {
  display: none;
}

/* 2051年バッジ */
.rv-tl-year-badge {
  position: absolute;
  background: var(--rc-navy);
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 20px;
  white-space: nowrap;
  z-index: 5;
  transform: translateX(-50%);
}

/* バッジ下端中央のドット */
.rv-tl-dot-standalone {
  position: absolute;
  width: 18px;
  height: 18px;
  background: #fff;
  border: none;
  border-radius: 50%;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

.rv-tl-dot-standalone::after {
  display: none;
}

/* 年ラベル（通常テキスト） */
.rv-tl-year-text {
  position: absolute;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #0095B5;
  white-space: nowrap;
  z-index: 5;
}

/* 年ラベル（縦線コネクタ付き：線→テキスト→ドットの順） */
.rv-tl-year-connector {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  transform: translateX(-50%);
}

.rv-tl-year-connector-line {
  width: 2px;
  height: 80px;
  background: #0095B4;
}

.rv-tl-year-connector-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #0095B5;
  white-space: nowrap;
  margin-top: 0;
  position: relative;
  z-index: 6;
}

/* 100th year / 創業100周年 */
.rv-tl-label {
  position: absolute;
  z-index: 5;
  text-align: center;
}

.rv-tl-desc-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--rc-navy);
  margin-bottom: 2px;
}

.rv-tl-100th {
  display: block;
  font-family: 'Archivo Black', 'Inter', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #0095B5;
  line-height: 1.15;
  white-space: nowrap;
}

/* マイルストーン説明 */
.rv-tl-desc {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  z-index: 5;
}

.rv-tl-desc--teal {
  color: #0095B5;
}

/* 時代カード */
.rv-tl-era {
  position: absolute;
  width: 220px;
  z-index: 5;
}

.rv-tl-era--card {
  background: #F7F8F8;
  padding: 16px;
  text-align: center;
}

.rv-tl-era--card .rv-tl-era-label {
  background: none !important;
  color: var(--rc-orange) !important;
  padding: 0;
  margin-bottom: 14px;
  font-size: 16px;
}

.rv-tl-era-label {
  display: inline-block;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 18px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.rv-tl-era-label--orange { background: var(--rc-orange); }
.rv-tl-era-label--teal   { background: #4A9EC0; }
.rv-tl-era-label--navy   { background: var(--rc-navy); }

.rv-tl-era-img {
  width: 100%;
  height: 120px;
  background: #e0e0e0;
  border-radius: 6px;
  margin-bottom: 10px;
}

.rv-tl-era-img--white {
  background: #fff;
  border-radius: 12px;
}

img.rv-tl-era-img {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 6px;
  margin-bottom: 10px;
}

img.rv-tl-era-img.rv-tl-era-img--white {
  border-radius: 12px;
}

.rv-tl-era p {
  font-size: 12px;
  font-weight: 500;
  color: #555;
  line-height: 1.7;
  text-align: left;
}


/* ============================
   Future — 奥田商工が目指す未来
============================ */
.rv-future {
  padding: 80px 0;
  background: #0095B5;
  text-align: center;
}

.rv-future-title {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 84px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 16px;
}

.rv-future-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 56px;
}

.rv-future-cards {
  display: flex;
  gap: 32px;
}

.rv-future-card {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.rv-future-card-circle {
  width: 220px;
  height: 220px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.rv-future-card-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--rc-navy);
  line-height: 1.6;
}

.rv-future-card-body {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  margin-top: 16px;
  flex: 1;
}

.rv-future-card-text {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  line-height: 2;
  text-align: left;
}

.rv-future-card-highlight {
  background: var(--rc-orange);
  color: #fff;
  padding: 2px 4px;
}


/* ============================
   Project — to 100th years プロジェクト
============================ */
.rv-project {
  padding: 80px 0;
  background: #F0F1F2;
}

.rv-project-title {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 84px;
  font-weight: 300;
  color: var(--rc-orange);
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}

.rv-project-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: var(--rc-orange);
  margin-bottom: 56px;
  text-align: center;
}

.rv-project-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rv-project-item {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
}

.rv-project-item-line {
  display: none;
}

.rv-project-item-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 28px;
}

.rv-project-item-text {
  flex: 1;
}

.rv-project-item-head {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 0;
}

.rv-project-item-head::after {
  content: '';
  position: absolute;
  left: -40px;
  right: 0;
  bottom: -8px;
  height: 28px;
  background: #eee;
  z-index: 0;
}

.rv-project-num {
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: var(--rc-orange);
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-right: 12px;
}

.rv-project-name {
  font-size: 28px;
  font-weight: 700;
  color: var(--rc-navy);
  position: relative;
  z-index: 1;
  top: -4px;
}

.rv-project-item-text p {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  line-height: 2;
  margin-bottom: 12px;
}

.rv-project-item-text p strong {
  color: #0C2C5D;
  font-size: 18px;
}

.rv-project-item-visual {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rv-project-item-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.rv-project-item-img--square {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.rv-project-highlight {
  background: #D4EEF5;
  color: inherit;
  padding: 2px 4px;
}

.rv-project-circle-placeholder {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #e8e8e8;
}


/* ============================
   Entry — エントリー
============================ */
.rv-entry {
  padding: 200px 0 60px;
  text-align: center;
}

.rv-entry .rv-container {
  background: #FFF0C7;
  border-radius: 20px;
  padding: 60px 48px;
  padding-top: 40px;
}

.rv-entry-title {
  font-family: 'Noto Sans Hebrew', sans-serif;
  font-size: 64px;
  font-weight: 300;
  color: var(--rc-orange);
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 32px;
  margin-top: -96px;
}

.rv-entry-cards {
  display: flex;
  gap: 24px;
}

.rv-entry-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 48px 24px 40px;
  border-radius: 20px;
  min-height: 240px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.rv-entry-card:hover {
  opacity: 0.85;
}

.rv-entry-card--gold {
  background: #F1AA29;
  color: #fff;
}

.rv-entry-card--white {
  background: #fff;
  color: var(--rc-navy);
}

.rv-entry-card--orange {
  background: #F36328;
  color: #fff;
}

.rv-entry-card-text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

.rv-entry-card-circle {
  width: 48px;
  height: 48px;
  background: var(--rc-navy);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}


/* ============================
   ハンバーガーメニュー
============================ */
.rc-hamburger {
  display: none;
}

.rc-mobile-menu {
  display: none;
}

@media (max-width: 768px) {
  /* ヘッダー: ボタン+ハンバーガーを右寄せ */
  .rc-header-btns {
    margin-left: auto;
  }

  /* ハンバーガー表示 */
  .rc-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
  }

  .rc-hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--rc-navy);
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
  }

  /* ×に変形 */
  .rc-hamburger.is-open .rc-hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .rc-hamburger.is-open .rc-hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .rc-hamburger.is-open .rc-hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* オーバーレイメニュー */
  .rc-mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }

  .rc-mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .rc-mobile-menu-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
  }

  .rc-mobile-menu-nav a {
    font-size: 16px;
    font-weight: 600;
    color: var(--rc-navy);
    text-decoration: none;
  }

  .rc-mobile-menu-btns {
    display: flex;
    gap: 12px;
  }

  .rc-mobile-menu-btns .rc-header-btn {
    font-size: 13px;
    padding: 10px 24px;
  }

  /* メニュー開いてる時スクロール禁止 */
  body.rc-menu-open {
    overflow: hidden;
  }
}


/* モバイル縦タイムライン（デスクトップでは非表示） */
.rv-tl-mobile {
  display: none;
}


/* ============================
   タイムライン アニメーション
============================ */
@keyframes rv-line-draw {
  from { background-size: 0% 100%; }
  to   { background-size: 100% 100%; }
}

@keyframes rv-dot-pop {
  from { opacity: 0; transform: translate(-50%, -50%) scale(0); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes rv-fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes rv-fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* 初期状態（アニメーション前） */
.rv-timeline.rc-anim .rv-tl-line {
  background: none;
  background-image: linear-gradient(#0095B5, #0095B5);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0% 100%;
}

.rv-timeline.rc-anim .rv-tl-dot {
  opacity: 0;
}

.rv-timeline.rc-anim .rv-tl-year-text,
.rv-timeline.rc-anim .rv-tl-desc,
.rv-timeline.rc-anim .rv-tl-year-badge,
.rv-timeline.rc-anim .rv-tl-year-connector,
.rv-timeline.rc-anim .rv-tl-next100,
.rv-timeline.rc-anim .rv-tl-label {
  opacity: 0;
}

.rv-timeline.rc-anim .rv-tl-era,
.rv-timeline.rc-anim .rv-tl-connector-founding,
.rv-timeline.rc-anim .rv-tl-connector-first,
.rv-timeline.rc-anim .rv-tl-connector-stable,
.rv-timeline.rc-anim .rv-tl-connector-growth {
  opacity: 0;
}

/* アニメーション実行（is-visible） */
.rv-timeline.is-visible .rv-tl-line {
  animation: rv-line-draw 1.4s ease-out forwards;
}

/* ドット：左（1951）から右（2026）へ順番にポップイン */
.rv-timeline.is-visible .rv-tl-dot:nth-child(9) { animation: rv-dot-pop 0.3s ease-out 0.15s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(8) { animation: rv-dot-pop 0.3s ease-out 0.35s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(7) { animation: rv-dot-pop 0.3s ease-out 0.55s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(6) { animation: rv-dot-pop 0.3s ease-out 0.7s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(5) { animation: rv-dot-pop 0.3s ease-out 0.85s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(4) { animation: rv-dot-pop 0.3s ease-out 1.0s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(3) { animation: rv-dot-pop 0.3s ease-out 1.15s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(2) { animation: rv-dot-pop 0.3s ease-out 1.3s forwards; }
.rv-timeline.is-visible .rv-tl-dot:nth-child(1) { animation: rv-dot-pop 0.3s ease-out 1.5s forwards; }

/* テキスト類：フェードイン */
.rv-timeline.is-visible .rv-tl-year-text,
.rv-timeline.is-visible .rv-tl-desc,
.rv-timeline.is-visible .rv-tl-year-badge,
.rv-timeline.is-visible .rv-tl-next100,
.rv-timeline.is-visible .rv-tl-label {
  animation: rv-fade-in 0.6s ease-out 1.3s forwards;
}

.rv-timeline.is-visible .rv-tl-year-connector {
  animation: rv-fade-in 0.6s ease-out 1.5s forwards;
}

/* 時代カード＋接続線：スライドアップ */
.rv-timeline.is-visible .rv-tl-era,
.rv-timeline.is-visible .rv-tl-connector-founding,
.rv-timeline.is-visible .rv-tl-connector-first,
.rv-timeline.is-visible .rv-tl-connector-stable,
.rv-timeline.is-visible .rv-tl-connector-growth {
  animation: rv-fade-up 0.6s ease-out 1.7s forwards;
}


/* ============================
   RESPONSIVE — Tablet (≤ 1024px)
============================ */
@media (max-width: 1024px) {
  .rv-intro-inner { gap: 40px; }
  .rv-intro-big-text { font-size: 56px; }
  .rv-intro-visual { width: 300px; }
  .rv-project-item-visual { width: 160px; }

  /* Future */
  .rv-future-card-circle { width: 180px; height: 180px; }
  .rv-future-card-title { font-size: 17px; }

  /* Entry */
  .rv-entry .rv-container { padding: 48px 36px; }
  .rv-entry-title { font-size: 52px; margin-top: -76px; }
}


/* ============================
   RESPONSIVE — Mobile (≤ 768px)
============================ */
@media (max-width: 768px) {
  /* ページ全体の横はみ出し防止 */
  .rc-page-content {
    overflow-x: hidden;
    width: 100%;
  }

  .rv-container { padding: 0 16px; }

  /* Hero */
  .rv-hero {
    padding: 140px 0 80px;
    border-radius: 0 0 50% 50% / 0 0 40px 40px;
  }
  .rv-hero-title { font-size: 18px; letter-spacing: 1px; }

  /* Intro */
  .rv-intro {
    padding: 48px 0 60px;
    padding-top: 100px;
    margin-top: -40px;
    border-radius: 0 0 50% 50% / 0 0 40px 40px;
    overflow: hidden;
  }
  .rv-intro .rv-container { max-width: 100%; padding: 0 16px; }
  .rv-intro-inner {
    flex-direction: column;
    gap: 24px;
  }
  .rv-intro-heading {
    font-size: 18px;
    margin-bottom: 20px;
    white-space: normal;
    margin-left: 0;
  }
  .rv-intro-text p {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
  }
  .rv-intro-text p br { display: none; }
  .rv-intro-visual {
    width: 100%;
    flex-shrink: 1;
  }
  .rv-intro-big-text {
    font-size: 36px;
    text-align: center;
    display: block;
  }

  /* Timeline — デスクトップ版を隠してモバイル版を表示 */
  .rv-timeline { padding: 20px 0 40px; overflow: hidden; }
  .rv-tl-stage { display: none; }

  .rv-tl-mobile {
    display: block;
    position: relative;
    padding: 0 16px 0 40px;
  }

  /* 縦線 */
  .rv-tl-mobile::before {
    content: '';
    position: absolute;
    left: 26px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0095B5;
  }

  /* 年アイテム */
  .rv-tl-mobile-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 4px 0;
    position: relative;
  }

  .rv-tl-mobile-dot {
    width: 16px;
    height: 16px;
    min-width: 16px;
    background: #fff;
    border: 3px solid #0095B5;
    border-radius: 50%;
    margin-top: 3px;
    position: relative;
    left: -23px;
    margin-right: -23px;
    z-index: 2;
  }

  .rv-tl-mobile-dot--accent {
    background: #0095B5;
    border-color: #0095B5;
  }

  .rv-tl-mobile-dot--goal {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: var(--rc-navy);
    border-color: var(--rc-navy);
    margin-top: 1px;
    left: -25px;
    margin-right: -25px;
  }

  .rv-tl-mobile-content {
    flex: 1;
  }

  .rv-tl-mobile-year {
    font-size: 15px;
    font-weight: 700;
    color: #0095B5;
  }

  .rv-tl-mobile-desc {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-top: 2px;
  }

  .rv-tl-mobile-desc--teal {
    color: #0095B5;
    font-size: 15px;
    font-weight: 700;
  }

  .rv-tl-mobile-badge {
    display: inline-block;
    background: var(--rc-navy);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 14px;
  }

  .rv-tl-mobile-100th {
    display: block;
    font-family: 'Archivo Black', sans-serif;
    font-size: 18px;
    color: #0095B5;
    margin-top: 4px;
  }

  /* 時代カード（右半分・縦長） */
  .rv-tl-mobile-era {
    margin-left: auto;
    width: 55%;
    padding: 14px 14px;
    background: #F7F8F8;
    border-radius: 10px;
    margin-bottom: 0;
    margin-top: -32px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rv-tl-mobile-era-label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: var(--rc-orange);
    margin-bottom: 6px;
  }

  .rv-tl-mobile-era-label--orange { color: var(--rc-orange); }
  .rv-tl-mobile-era-label--teal   { color: #4A9EC0; }
  .rv-tl-mobile-era-label--navy   { color: var(--rc-navy); }

  .rv-tl-mobile-era p {
    font-size: 12px;
    font-weight: 500;
    color: #555;
    line-height: 1.7;
  }

  .rv-tl-mobile-era p br { display: none; }

  .rv-tl-mobile-next100 {
    font-family: 'Archivo Black', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0095B5;
    text-align: center;
    margin-top: 16px;
    padding-bottom: 8px;
  }

  /* Future */
  .rv-future { padding: 48px 0; overflow: hidden; }
  .rv-future-title { font-size: 32px; letter-spacing: 0.06em; }
  .rv-future-subtitle { font-size: 15px; margin-bottom: 28px; }
  .rv-future-cards {
    flex-direction: column;
    gap: 20px;
  }
  .rv-future-card {
    position: relative;
    text-align: center;
    padding-top: 60px;
  }
  .rv-future-card-circle {
    width: 160px;
    height: 160px;
    margin: 0;
    padding: 14px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .rv-future-card-title { font-size: 13px; line-height: 1.5; }
  .rv-future-card-body {
    padding: 80px 16px 20px;
    margin-top: 0;
    border-radius: 12px;
  }
  .rv-future-card-text { font-size: 12px; line-height: 1.8; text-align: left; position: relative; z-index: 3; }

  /* Project */
  .rv-project { padding: 48px 0; overflow: hidden; }
  .rv-project-title { font-size: 32px; letter-spacing: 0.06em; }
  .rv-project-subtitle { font-size: 15px; margin-bottom: 28px; }
  .rv-project-list { gap: 20px; }
  .rv-project-item {
    padding: 20px 16px;
    border-radius: 12px;
    overflow: hidden;
  }
  .rv-project-item-inner {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
  .rv-project-item-visual {
    width: 100%;
    justify-content: center;
    order: -1;
  }
  .rv-project-item-text {
    order: 1;
  }
  .rv-project-item-head {
    margin-bottom: 20px;
    gap: 8px;
    flex-wrap: wrap;
  }
  .rv-project-item-head::after {
    left: -20px;
    right: 16px;
    height: 16px;
    bottom: -6px;
  }
  .rv-project-num { font-size: 32px; margin-right: 6px; }
  .rv-project-name { font-size: 16px; top: -2px; }
  .rv-project-item-text p {
    font-size: 13px;
    line-height: 1.9;
  }
  .rv-project-item-text p strong { font-size: 14px; }
  .rv-project-item-img { width: 120px; height: 120px; }
  .rv-project-item-img--square { width: 60%; height: auto; }
  .rv-project-circle-placeholder { width: 80px; height: 80px; }

  /* Entry */
  .rv-entry { padding: 80px 0 40px; }
  .rv-entry .rv-container {
    padding: 32px 16px;
    border-radius: 14px;
    margin: 0 20px;
    width: auto;
  }
  .rv-entry-title {
    font-size: 36px;
    margin-top: -56px;
    margin-bottom: 20px;
  }
  .rv-entry-cards {
    flex-direction: column;
    gap: 12px;
  }
  .rv-entry-card {
    min-height: auto;
    padding: 20px 16px;
    gap: 14px;
    border-radius: 12px;
  }
  .rv-entry-card-text { font-size: 16px; letter-spacing: 0; }
  .rv-entry-card-circle { width: 36px; height: 36px; font-size: 12px; }
}
