/* =============================================
   Subpage Common Styles
   ============================================= */

/* ヘッダーは常にstuck状態（ヒーローなし） */
body.subpage .site-header {
  background: var(--color-bg);
  border-bottom: 1px solid var(--color-border);
}
body.subpage .site-header .header__menu-btn span {
  background: var(--color-text) !important;
}

/* ページヒーロー */
.page-hero {
  padding-top: calc(var(--header-height) + 48px);
  padding-bottom: 48px;
  padding-left: 24px;
  padding-right: 24px;
  background: linear-gradient(175deg, var(--color-dark) 0%, #1e3a52 100%);
  color: #fff;
  position: relative;
}
.page-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.page-hero__en {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.page-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 6vw, 48px);
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 12px;
}
.page-hero__lead {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  letter-spacing: 0.05em;
}

/* パンくずリスト */
.breadcrumb {
  max-width: 800px;
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.05em;
}
.breadcrumb a {
  color: rgba(255,255,255,0.55);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ページセクション */
.page-section {
  padding: 64px 24px;
  max-width: 900px;
  margin: 0 auto;
}
.page-section--bg {
  background: var(--color-section-alt);
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}
.page-section--bg > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-section--dark {
  background: linear-gradient(175deg, var(--color-dark) 0%, #1e3a52 100%);
  color: #fff;
  max-width: 100%;
  padding: 64px 24px;
}
.page-section--dark > * {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-section__label {
  margin-bottom: 40px;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 16px;
}
.page-section__heading {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-text-light);
}
.page-section__heading span {
  color: var(--color-text);
  font-weight: 500;
  font-size: 13px;
}
.page-section--dark .page-section__label {
  border-bottom-color: rgba(255,255,255,0.15);
}
.page-section--dark .page-section__heading {
  color: rgba(255,255,255,0.5);
}
.page-section--dark .page-section__heading span {
  color: #fff;
}

/* CTA */
.page-cta {
  background: linear-gradient(175deg, var(--color-dark) 0%, #1e3a52 100%);
  color: #fff;
  text-align: center;
  padding: 64px 24px;
}
.page-cta__note {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  margin-bottom: 24px;
}
.page-cta .btn--primary {
  font-size: 18px;
  padding: 16px 40px;
  height: auto;
}
.page-cta__sub {
  font-size: 11px;
  color: rgba(255,255,255,0.45);
  margin-top: 12px;
  letter-spacing: 0.05em;
}

/* =============================================
   Oonoya Page
   ============================================= */
.oonoya-page__catch {
  text-align: center;
  padding: 16px 0 8px;
}
.oonoya-page__catch-year {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.45);
  margin-bottom: 16px;
}
.oonoya-page__catch-text {
  font-family: var(--font-serif);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 20px;
}
.oonoya-page__catch-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  line-height: 1.9;
  max-width: 560px;
  margin: 0 auto;
}

.oonoya-page__blocks {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.oonoya-page__block {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: start;
}
.oonoya-page__block-num {
  font-size: 28px;
  font-weight: 300;
  color: var(--color-border);
  line-height: 1;
  padding-top: 4px;
  font-family: var(--font-serif);
}
.oonoya-page__block-body h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
}
.oonoya-page__block-body p {
  font-size: 13px;
  line-height: 1.9;
  color: var(--color-text-light);
}

/* ミルストーン */
.oonoya-page__milestone {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.oonoya-page__milestone-item {
  display: grid;
  grid-template-columns: 72px 1px 1fr;
  gap: 0 20px;
  align-items: start;
  padding-bottom: 36px;
}
.oonoya-page__milestone-year {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.05em;
  padding-top: 3px;
  text-align: right;
}
.oonoya-page__milestone-line {
  width: 1px;
  background: var(--color-border);
  align-self: stretch;
  position: relative;
}
.oonoya-page__milestone-line::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.oonoya-page__milestone-body {
  padding-left: 4px;
}
.oonoya-page__milestone-body h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}
.oonoya-page__milestone-body p {
  font-size: 12px;
  line-height: 1.8;
  color: var(--color-text-light);
}

/* =============================================
   Company Page
   ============================================= */

/* ページ内ナビ */
.co-subnav {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid var(--color-border);
  background: #fff;
  position: sticky;
  top: var(--header-height);
  z-index: 10;
  padding: 0 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.co-subnav::-webkit-scrollbar {
  display: none;
}

.co-subnav__item {
  font-size: 12px;
  letter-spacing: 0.05em;
  color: var(--color-text-light);
  padding: 14px 20px;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color 0.15s, border-color 0.15s;
}

.co-subnav__item:hover {
  color: var(--color-text);
  border-bottom-color: var(--color-accent);
}

/* セクション共通 */
.co-section {
  padding: 72px 24px;
  max-width: 860px;
  margin: 0 auto;
}

.co-section--bg {
  background: var(--color-section-alt);
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.co-section--bg > * {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.co-section__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-border);
  position: relative;
}

.co-section__head::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--color-accent);
}

.co-section__en {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  font-weight: 500;
}

.co-section__title {
  font-size: 18px;
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: 0.05em;
}

/* ─── セクション ダーク背景 ─── */
.co-section--dark {
  background: linear-gradient(175deg, var(--color-dark) 0%, #1e3a52 100%);
  color: #fff;
  max-width: 100%;
  padding: 72px 24px;
}

.co-section--dark > * {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.co-section__head--dark {
  border-bottom-color: rgba(255,255,255,0.15);
}

.co-section__head--dark::after {
  background: rgba(255,255,255,0.35);
}

.co-section__head--dark .co-section__en {
  color: rgba(255,255,255,0.45);
}

.co-section__head--dark .co-section__title {
  color: #fff;
}

/* ─── プロフィールキャッチ ─── */
.co-profile {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (min-width: 800px) {
  .co-profile {
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
  }
}

.co-profile__catch {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  background: linear-gradient(175deg, var(--color-dark) 0%, #1e3a52 100%);
  color: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 800px) {
  .co-profile__catch {
    width: 220px;
    max-width: 220px;
    padding: 36px 28px;
    gap: 16px;
    align-self: stretch;
    justify-content: center;
  }
}

.co-profile__catch-year {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
}

.co-profile__catch-year strong {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.05em;
}

.co-profile__catch-name {
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
}

.co-profile__catch-sub {
  font-size: 11px;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.03em;
}

/* ─── 会社情報テーブル ─── */
.co-table {
  display: flex;
  flex-direction: column;
  max-width: 720px;
  min-width: 0;
  flex: 1;
}

.co-table__row {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 0 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border);
  align-items: start;
}

.co-table__row:first-child {
  border-top: 1px solid var(--color-border);
}

@media (min-width: 640px) {
  .co-table__row {
    grid-template-columns: 150px 1fr;
    padding: 22px 0;
  }
}

.co-table__label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--color-text-light);
  padding-top: 3px;
}

.co-table__value {
  font-size: 14px;
  line-height: 1.75;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.co-table__value--name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.co-table__tel-group {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.co-table__tel {
  font-size: 16px;
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(42,74,107,0.25);
  transition: opacity 0.15s;
}

.co-table__tel:hover {
  opacity: 0.65;
}

.co-table__link {
  color: var(--color-accent);
  border-bottom: 1px solid rgba(42,74,107,0.25);
  transition: opacity 0.15s;
  font-size: 14px;
}

.co-table__link:hover {
  opacity: 0.65;
}

.co-table__sub {
  font-size: 11px;
  color: var(--color-text-light);
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.co-table__value--light {
  color: var(--color-text-light);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.co-table__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  list-style: none;
}

.co-table__list li {
  font-size: 13px;
  line-height: 1.6;
  padding-left: 14px;
  position: relative;
}

.co-table__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 5px;
  height: 1px;
  background: var(--color-accent);
  opacity: 0.6;
}

/* ─── 沿革 ─── */
.co-history {
  list-style: none;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}

.co-history__item {
  display: grid;
  grid-template-columns: 88px 24px 1fr;
  gap: 0;
  padding: 22px 0;
  align-items: start;
  position: relative;
}

.co-history__item:last-child .co-history__line::after {
  display: none;
}

.co-history__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 2px;
  text-align: right;
  padding-right: 0;
}

@media (min-width: 640px) {
  .co-history__item {
    grid-template-columns: 110px 28px 1fr;
    padding: 24px 0;
  }
}

.co-history__year {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
  line-height: 1.4;
  white-space: nowrap;
}

.co-history__month {
  font-size: 10px;
  font-weight: 400;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.05em;
}

/* タイムライン縦線と丸点 */
.co-history__line {
  width: 1px;
  align-self: stretch;
  background: rgba(255,255,255,0.12);
  margin: 0 auto;
  position: relative;
}

.co-history__line::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.co-history__body {
  font-size: 13px;
  line-height: 1.8;
  color: rgba(255,255,255,0.75);
  padding-left: 16px;
  padding-top: 0;
}

.co-history__item--award .co-history__line::before {
  background: #e8c06a;
  width: 9px;
  height: 9px;
}

.co-history__item--award .co-history__body strong {
  color: #e8c06a;
  font-weight: 600;
}

.co-history__item--milestone .co-history__line::before {
  background: #fff;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15);
}

.co-history__item--milestone .co-history__year {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
}

.co-history__item--milestone .co-history__body {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* ─── 主要お取引先 ─── */
.co-clients__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  max-width: 720px;
  margin-bottom: 20px;
}

@media (min-width: 640px) {
  .co-clients__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.co-clients__item {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s;
}

.co-clients__item:hover {
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.co-clients__item--other {
  border-style: dashed;
  background: transparent;
}

.co-clients__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.co-clients__name-en {
  font-size: 10px;
  color: var(--color-text-light);
  letter-spacing: 0.08em;
}

.co-clients__item--other .co-clients__name {
  color: var(--color-text-light);
  font-weight: 400;
}

.co-clients__note {
  font-size: 11px;
  color: var(--color-text-light);
  line-height: 1.7;
  max-width: 720px;
}

/* ─── 営業時間 ─── */
.co-hours {
  max-width: 720px;
}

.co-hours__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}

@media (min-width: 640px) {
  .co-hours__cards {
    gap: 24px;
    max-width: 560px;
  }
}

.co-hours__card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.co-hours__card--em {
  background: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
}

.co-hours__card-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-light);
}

.co-hours__card--em .co-hours__card-label {
  color: rgba(255,255,255,0.5);
}

.co-hours__card-time {
  font-family: var(--font-serif);
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.co-hours__card--em .co-hours__card-time {
  color: #fff;
}

.co-hours__card-time span {
  font-size: 0.65em;
  margin: 0 3px;
  opacity: 0.6;
}

.co-hours__card-badge {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--color-text-light);
  margin-top: 4px;
}

.co-hours__card--em .co-hours__card-badge {
  color: rgba(255,255,255,0.55);
}

.co-hours__note {
  font-size: 13px;
  line-height: 2;
  color: var(--color-text-light);
}

/* ─── アクセス ─── */
.co-access__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 760px;
}

@media (min-width: 640px) {
  .co-access__grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.co-access__item {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.co-access__item--main {
  border-top: 3px solid var(--color-accent);
}

.co-access__item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.co-access__item-label {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.co-access__badge {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  background: var(--color-accent);
  padding: 3px 10px;
  border-radius: 2px;
  letter-spacing: 0.05em;
}

.co-access__item-addr {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text);
  font-style: normal;
}

.co-access__item-note {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--color-text-light);
  line-height: 1.5;
}

.co-access__item-note svg {
  flex-shrink: 0;
  opacity: 0.5;
}

.co-access__map {
  margin-top: auto;
  padding-top: 16px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  line-height: 0;
}

.co-access__map iframe {
  display: block;
  width: 100%;
  height: 200px;
}

.co-access__map-link {
  display: inline-block;
  font-size: 11px;
  color: var(--color-accent);
  border-bottom: 1px solid rgba(42,74,107,0.3);
  margin-top: 4px;
  transition: opacity 0.15s;
}

.co-access__map-link:hover {
  opacity: 0.65;
}

/* =============================================
   Recruit Page
   ============================================= */
.recruit-page__message {
  text-align: center;
  padding: 8px 0;
}
.recruit-page__message-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 20px;
}
.recruit-page__message-body {
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto;
}

.recruit-page__job-detail {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border);
}
.recruit-page__job-detail h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--color-text-light);
  margin-bottom: 8px;
}
.recruit-page__job-detail p {
  font-size: 13px;
  line-height: 1.8;
}

.recruit-page__env-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (min-width: 640px) {
  .recruit-page__env-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.recruit-page__env-item {
  text-align: center;
  padding: 24px 16px;
  background: var(--color-bg);
  border-radius: 2px;
}
.recruit-page__env-icon {
  font-size: 28px;
  margin-bottom: 12px;
}
.recruit-page__env-item h4 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
}
.recruit-page__env-item p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--color-text-light);
}

.recruit-page__cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 16px;
}
.recruit-page__cta-btns .btn {
  font-size: 15px;
  padding: 14px 32px;
  height: auto;
}

/* =============================================
   Page Animations & Micro-interactions
   ============================================= */

/* ── サブナビのホバー ── */
.co-subnav__item {
  transition: color 0.2s, border-color 0.3s cubic-bezier(0.23, 1, 0.32, 1),
              background 0.2s;
}

.co-subnav__item:hover {
  background: rgba(44, 110, 153, 0.04);
}

/* ── テーブル行ホバー ── */
.co-table__row {
  transition: background 0.3s ease;
}

.co-table__row:hover {
  background: rgba(44, 110, 153, 0.03);
}

/* ── 取引先カード ── */
.co-clients__item {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              border-color 0.3s ease;
}

.co-clients__item:hover {
  transform: translateY(-3px);
  border-color: var(--color-ice-dark);
}

/* ── 営業時間カード ── */
.co-hours__card {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.co-hours__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(26, 47, 66, 0.08);
}

/* ── アクセスカード ── */
.co-access__item {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.co-access__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(26, 47, 66, 0.08);
}

/* ── タイムラインのホバー ── */
.co-history__item {
  transition: background 0.3s ease;
  border-radius: 4px;
}

.co-history__item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.co-history__line::before {
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1),
              background 0.3s ease;
}

.co-history__item:hover .co-history__line::before {
  transform: translateX(-50%) scale(1.4);
}

/* ── ページヒーローのテキスト登場 ── */
@keyframes pageFadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-hero__en {
  animation: pageFadeUp 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.1s both;
}

.page-hero__title {
  animation: pageFadeUp 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.25s both;
}

.page-hero__lead {
  animation: pageFadeUp 0.7s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
}

.breadcrumb {
  animation: pageFadeUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.55s both;
}

/* ── セクションヘッドのアクセントライン ── */
.co-section__head::after {
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.co-section__head:hover::after {
  width: 72px;
}

/* ── 大野屋ページ ブロック ── */
.oonoya-page__block {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.oonoya-page__block:hover {
  transform: translateX(4px);
}

.oonoya-page__block-num {
  transition: color 0.3s ease;
}

.oonoya-page__block:hover .oonoya-page__block-num {
  color: var(--color-accent);
}

/* ── 大野屋マイルストーン ── */
.oonoya-page__milestone-item {
  transition: background 0.3s ease;
  border-radius: 4px;
}

.oonoya-page__milestone-item:hover {
  background: rgba(44, 110, 153, 0.03);
}

.oonoya-page__milestone-line::before {
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.oonoya-page__milestone-item:hover .oonoya-page__milestone-line::before {
  transform: translateX(-50%) scale(1.4);
}

/* ── 求人環境アイテム ── */
.recruit-page__env-item {
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.recruit-page__env-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(26, 47, 66, 0.06);
}

/* ── マップリンク ── */
.co-access__map-link {
  transition: opacity 0.2s, letter-spacing 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.co-access__map-link:hover {
  letter-spacing: 0.06em;
}

/* ── prefers-reduced-motion ── */
@media (prefers-reduced-motion: reduce) {
  .page-hero__en,
  .page-hero__title,
  .page-hero__lead,
  .breadcrumb {
    animation: none !important;
    opacity: 1;
  }
}
