/* ============================================
   /column/ アーカイブ（ライトテーマ）
   ============================================ */

.col-arc-page {
  background: #fff;
  min-height: 100vh;
  overflow: hidden;
}

/* ===== HERO：幾何学斜め面 ===== */
/* [page-hero-common.css に統一] /* [hero-common統一] .col-arc-hero { */
/*   position: relative; */
/*   background: linear-gradient(160deg, #7A2900 0%, #FF9900 60%, #5ECAE0 100%); */
/*   padding: 88px 26px 100px; */
/*   overflow: hidden; */
/*   text-align: center; */
/*   border: none; */
/* } */ */
/* 斜め面1（左・白） */
.col-arc-hero::before {
  content: '';
  position: absolute; bottom: 0; left: -5%;
  width: 55%; height: 100%;
  background: rgba(255,255,255,0.07);
  transform: skewX(-14deg);
  transform-origin: bottom left;
  pointer-events: none;
}
/* 斜め面2（右・ゴールド） */
.col-arc-hero::after {
  content: '';
  position: absolute; bottom: 0; right: -5%;
  width: 45%; height: 80%;
  background: linear-gradient(to top left, rgba(184,152,106,0.18), rgba(255,255,255,0.06));
  transform: skewX(16deg);
  transform-origin: bottom right;
  pointer-events: none;
}
/* 底部斜め切りSVG */
.col-arc-hero-cut {
  position: absolute; bottom: -2px; left: 0; right: 0;
  width: 100%; height: 52px;
  pointer-events: none; z-index: 3;
}
/* 浮遊丸 */
.col-arc-hero-orbs { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.col-arc-orb {
  position: absolute; border-radius: 50%; opacity: 0;
  animation: colOrbFloat linear infinite;
}
.col-arc-orb:nth-child(1) { width:14px; height:14px; left:8%;   top:30%; background:rgba(184,152,106,0.55); animation-duration:7s;  animation-delay:0s;   }
.col-arc-orb:nth-child(2) { width: 8px; height: 8px; left:22%;  top:60%; background:rgba(255,255,255,0.40); animation-duration:9s;  animation-delay:1.2s; }
.col-arc-orb:nth-child(3) { width:18px; height:18px; left:38%;  top:20%; background:rgba(212,112,58,0.45);  animation-duration:11s; animation-delay:0.5s; }
.col-arc-orb:nth-child(4) { width: 6px; height: 6px; left:52%;  top:70%; background:rgba(255,255,255,0.35); animation-duration:8s;  animation-delay:2.1s; }
.col-arc-orb:nth-child(5) { width:12px; height:12px; left:65%;  top:35%; background:rgba(184,152,106,0.40); animation-duration:10s; animation-delay:0.8s; }
.col-arc-orb:nth-child(6) { width:22px; height:22px; left:78%;  top:55%; background:rgba(212,112,58,0.30);  animation-duration:13s; animation-delay:1.5s; }
.col-arc-orb:nth-child(7) { width: 9px; height: 9px; left:88%;  top:25%; background:rgba(255,255,255,0.45); animation-duration:7.5s;animation-delay:3.0s; }
.col-arc-orb:nth-child(8) { width:16px; height:16px; left:5%;   top:65%; background:rgba(212,112,58,0.35);  animation-duration:12s; animation-delay:0.3s; }
@keyframes colOrbFloat {
  0%   { opacity:0; transform:translateY(0) scale(0.8); }
  15%  { opacity:1; }
  85%  { opacity:0.6; }
  100% { opacity:0; transform:translateY(-55px) scale(1.1); }
}
.col-arc-hero-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.col-arc-hero-label {
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.25em; color: rgba(255,208,224,0.85); margin-bottom: 14px;
}
.col-arc-hero-title {
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 700; color: #fff;
  margin: 0 0 18px; line-height: 1.3; letter-spacing: 0.06em;
}
.col-arc-hero-lead { font-size: 14px; color: #0D2B4E; line-height: 2.0; }

/* ===== ボディ：2カラム ===== */
.col-arc-body { padding: 40px 0 60px; background: #fff; }

.col-arc-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 26px;
}
.col-arc-main { min-width: 0; }

/* ===== SIDEBAR ===== */
.col-arc-sidebar {
  display: flex; flex-direction: column; gap: 28px;
  position: sticky; top: 90px;
}

/* ウィジェット共通 */
.csb-widget {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  border: 1px solid rgba(212,112,58,0.15);
}
.csb-widget-head {
  padding: 20px 22px 0;
}
.csb-widget-label {
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em;
  color: var(--orange-medium); display: block; margin-bottom: 4px;
}
.csb-widget-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 16px; font-weight: 700;
  color: var(--orange-deep); margin: 0 0 12px;
}
.csb-widget-lead {
  font-size: 12px; color: #888; line-height: 1.8;
  padding: 0 22px 14px;
  border-bottom: 1px solid rgba(212,112,58,0.15);
  margin: 0;
}

/* 待遇リスト */
.csb-treatment-list { list-style: none; margin: 0; padding: 12px 0; }
.csb-treatment-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 22px;
  border-bottom: 1px solid rgba(212,112,58,0.10);
  transition: background 0.2s;
}
.csb-treatment-item:last-child { border-bottom: none; }
.csb-treatment-item:hover { background: var(--orange-pale); }
.csb-treatment-icon {
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, #F2C49B, #FDF3EB);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.csb-treatment-icon i { font-size: 12px; color: var(--orange-medium); }
.csb-treatment-name {
  font-size: 12px; font-weight: 600; color: var(--orange-deep);
  text-decoration: none; flex: 1; line-height: 1.4;
}
.csb-treatment-arr { font-size: 11px; color: var(--orange-medium); opacity: 0.6; }

/* FAQリスト */
.csb-faq-list { list-style: none; margin: 0; padding: 12px 0; }
.csb-faq-item {
  display: flex; align-items: flex-start; gap: 8px;
  padding: 9px 22px;
  border-bottom: 1px solid rgba(184,152,106,0.10);
  transition: background 0.2s;
}
.csb-faq-item:last-child { border-bottom: none; }
.csb-faq-item:hover { background: var(--orange-pale); }
.csb-faq-q {
  width: 22px; height: 22px; border-radius: 50%;
  background: var(--orange-medium); color: #fff;
  font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
  font-family: 'Cormorant Garamond', Georgia, serif;
}
.csb-faq-text {
  font-size: 12px; color: var(--orange-deep); line-height: 1.65;
  text-decoration: none;
}
a.csb-faq-text:hover { color: var(--orange-medium); }

/* ウィジェットボタン共通 */
.csb-widget-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin: 4px 16px 16px;
  padding: 10px 16px; border-radius: 50px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.08em;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.csb-widget-btn:hover { opacity: 0.85; transform: translateY(-1px); }
.csb-widget-btn--mint {
  background: linear-gradient(to right, var(--orange-medium), var(--orange-main));
  color: #fff;
}
.csb-widget-btn--gold {
  background: linear-gradient(to right, var(--orange-medium), #D4A84B);
  color: #fff;
}

/* お問合せウィジェット */
.csb-widget--contact {
  position: relative;
  background: linear-gradient(135deg, var(--orange-deep) 0%, var(--orange-main) 60%, var(--orange-medium) 100%);
  border: none; overflow: hidden;
  min-height: 200px;
}
/* 斜め面デコ */
.csb-contact-bg::before {
  content: '';
  position: absolute; bottom: 0; left: -10%;
  width: 60%; height: 100%;
  background: rgba(255,255,255,0.07);
  transform: skewX(-12deg);
  transform-origin: bottom left;
}
.csb-contact-bg::after {
  content: '';
  position: absolute; bottom: 0; right: -10%;
  width: 45%; height: 75%;
  background: linear-gradient(to top left, rgba(184,152,106,0.20), transparent);
  transform: skewX(14deg);
  transform-origin: bottom right;
}
.csb-contact-inner {
  position: relative; z-index: 2;
  padding: 26px 22px 24px;
  text-align: center;
}
.csb-contact-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.24em;
  color: rgba(255,255,255,0.70); display: block; margin-bottom: 8px;
}
.csb-contact-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 18px; font-weight: 700;
  color: #fff; line-height: 1.5; margin: 0 0 10px;
}
.csb-contact-lead {
  font-size: 12px; color: rgba(255,255,255,0.75);
  line-height: 1.8; margin: 0 0 18px;
}
.csb-contact-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--orange-main);
  font-size: 12px; font-weight: 700; letter-spacing: 0.06em;
  padding: 11px 22px; border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, ;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.csb-contact-btn:hover {
  background: var(--orange-main);
  color: #7A5000;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.14);
}

/* SP対応 */
@media (max-width: 900px) {
  .col-arc-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
  }
  .col-arc-sidebar { position: static; }
}

/* ============ Plan B: 横長リスト型 ============ */
.col-arc-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 42px;
}

/* リストアイテム共通 */
.col-arc-grid .col-card {
  flex-direction: row;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(212,112,58,0.18);
  box-shadow: none;
  padding: 0;
  animation: fadeUp 0.6s ease both;
  background: transparent;
}
.col-arc-grid .col-card:first-child {
  border-top: 1px solid rgba(212,112,58,0.18);
}
.col-arc-grid .col-card:hover {
  transform: none;
  background: var(--orange-pale);
  box-shadow: none;
}
/* ホバー時左ライン */
.col-arc-grid .col-card::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, var(--orange-medium), var(--orange-medium));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s cubic-bezier(0.23,1,0.32,1);
}
.col-arc-grid .col-card:hover::after { transform: scaleY(1); }
.col-arc-grid .col-card::before { display: none; }

/* サムネイル：固定幅 */
.col-arc-grid .col-thumb {
  width: 220px;
  flex-shrink: 0;
  aspect-ratio: unset;
  height: 148px;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0 20px 20px;
}
.col-arc-grid .col-thumb::after { display: none; }

/* カテゴリバッジ位置 */
.col-arc-grid .col-cat {
  top: 8px; left: 8px;
  font-size: 10px;
}
.col-arc-grid .col-read-time {
  top: 8px; right: 8px;
}

/* 本文エリア */
.col-arc-grid .col-body {
  padding: 20px 28px 20px 20px;
  justify-content: center;
  gap: 10px;
}
.col-arc-grid .col-title {
  font-size: clamp(14px, 1.6vw, 17px) !important;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-arc-grid .col-desc {
  font-size: 13px;
  -webkit-line-clamp: 2 !important;
  color: #777;
}
.col-arc-grid .col-link {
  padding-top: 8px;
  font-size: 12px;
}

/* アーカイブのno-image */
.col-arc-grid .col-thumb-noimg {
  position: relative;
  inset: unset;
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.col-arc-grid .col-noimg-icon { font-size: 28px; }

/* SP */
@media (max-width: 640px) {
  .col-arc-grid .col-card {
    flex-direction: column;
    border-radius: 14px;
    border: 1px solid rgba(212,112,58,0.20);
    margin-bottom: 12px;
    background: #fff;
  }
  .col-arc-grid .col-card:first-child { border-top: 1px solid rgba(212,112,58,0.20); }
  .col-arc-grid .col-card::after { display: none; }
  .col-arc-grid .col-thumb {
    width: 100%; height: auto;
    aspect-ratio: 16/9;
    margin: 0;
    border-radius: 14px 14px 0 0;
  }
  .col-arc-grid .col-body { padding: 16px 18px 18px; }
}

/* ページネーション */
.col-arc-pager {
  width: 100%; margin: 55px 0 0;
  display: flex; justify-content: center; align-items: center;
}
.col-arc-pager .navigation.pagination { display: block; width: 100%; text-align: center; }
.col-arc-pager .screen-reader-text { display: none !important; }
.col-arc-pager .nav-links {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 6px; flex-wrap: nowrap; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 2px 0;
}
.col-arc-pager .nav-links::-webkit-scrollbar { display: none; }

.col-arc-pager .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; padding: 0;
  font-size: 13px; font-weight: 700;
  color: var(--orange-deep); text-decoration: none;
  border: 1px solid #C8F0F7; background: #fff;
  transition: background 0.2s, color 0.2s, border-color 0.2s, ;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.col-arc-pager .page-numbers.current {
  background: var(--orange-main); color: #fff;
  border-color: var(--orange-main);
  box-shadow: none;
  cursor: default; pointer-events: none;
}
.col-arc-pager .page-numbers:not(.current):not(.dots):hover {
  background: rgba(212,112,58,0.08); color: var(--orange-deep);
  border-color: var(--orange-main);
  box-shadow: none;
}
.col-arc-pager .page-numbers.dots {
  border: none; background: none;
  color: rgba(142,64,104,0.3); width: 24px;
  letter-spacing: 0.05em; font-size: 13px;
  cursor: default; pointer-events: none;
}
.col-arc-pager .page-numbers.prev,
.col-arc-pager .page-numbers.next {
  background: #fff; border: 1px solid #C8F0F7;
  color: var(--orange-deep); font-size: 16px;
}
.col-arc-pager .page-numbers.prev:hover,
.col-arc-pager .page-numbers.next:hover {
  background: rgba(212,112,58,0.08); border-color: var(--orange-main);
  color: var(--orange-deep);
  box-shadow: none;
}

@media (max-width: 540px) {
  .col-arc-pager { margin: 34px 0 0; }
  .col-arc-pager .nav-links { gap: 5px; }
  .col-arc-pager .page-numbers { width: 36px; height: 36px; font-size: 13px; line-height: 36px; }
  .col-arc-pager .page-numbers.prev,
  .col-arc-pager .page-numbers.next { width: 36px; height: 36px; font-size: 14px; line-height: 36px; }
  .col-arc-pager .page-numbers.dots { width: 20px; font-size: 12px; line-height: 36px; }
}

/* 戻るリンク */
.col-arc-back-links {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin-top: 28px; flex-wrap: wrap;
}
.col-arc-back-link {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.05em;
  text-decoration: none; color: rgba(142,64,104,0.5);
  border: 1px solid rgba(142,64,104,0.15);
  border-radius: 50px; padding: 9px 18px;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  white-space: nowrap; -webkit-font-smoothing: antialiased;
}
.col-arc-back-link i { font-size: 12px; opacity: 0.7; }
.col-arc-back-link:hover {
  color: var(--orange-deep); border-color: rgba(142,64,104,0.3);
  background: rgba(142,64,104,0.05);
}
.col-arc-back-link--home {
  color: var(--orange-deep); border-color: rgba(212,112,58,0.24);
}
.col-arc-back-link--home i { opacity: 0.85; }
.col-arc-back-link--home:hover {
  color: var(--orange-main); border-color: var(--orange-main);
  background: rgba(212,112,58,0.07);
}
@media (max-width: 540px) {
  .col-arc-back-links { gap: 10px; margin-top: 18px; }
  .col-arc-back-link { padding: 8px 14px; font-size: 11px; }
}

/* CTA */
.col-arc-cta {
  text-align: center;
  background: #fff;
  border: 1px solid #C8F0F7;
  border-radius: 24px; padding: 42px 26px;
  box-shadow: none;
}
.col-arc-cta-text {
  font-size: 15px; color: rgba(142,64,104,0.7);
  margin-bottom: 28px; line-height: 1.9;
}
.col-arc-back {
  display: inline-block; margin-top: 18px;
  font-size: 13px; color: rgba(142,64,104,0.4);
  text-decoration: none; transition: color 0.2s;
}
.col-arc-back:hover { color: var(--orange-main); }

.col-arc-empty {
  padding: 68px 0; text-align: center;
  color: rgba(142,64,104,0.35); font-size: 14px;
}

@media (max-width: 540px) {
  /* [hero-common統一] .col-arc-hero { padding: 60px 20px 48px; } */
  .col-arc-cta  { padding: 36px 20px; }
}

.col-arc-hero .section-label { font-size: 11px; font-family: "Noto Sans JP",sans-serif; font-weight:700; letter-spacing:.25em; color: var(--orange-main); }

/* ===== col-arc-page ヒーロー: 白文字に上書き ===== */
.col-arc-page .content-page-hero > h1 {
  color: #fff !important;
}
.col-arc-page .col-arc-hero-lead {
  color: #333333 !important;
}
