:root {
  --bf-bg-page: #f5f5f5;
  --bf-white: #ffffff;
  --bf-navy: #1a1a1a;
  --bf-text-main: #2d2d2d;
  --bf-text-sub: #808080;
  
  /* ã‚´ãƒ¼ãƒ«ãƒ‰ãƒ»ã‚·ãƒ«ãƒãƒ¼ãƒ»ãƒ–ãƒ©ãƒƒã‚¯ã®ã‚«ãƒ©ãƒ¼ãƒ‘ãƒ¬ãƒƒãƒˆ */
  --gold-main: #D4AF37;
  --gold-light: #F4D03F;
  --gold-dark: #B8860B;
  --silver-main: #C0C0C0;
  --silver-light: #E8E8E8;
  --silver-dark: #A8A8A8;
  --black-main: #000000;
  --black-soft: #1a1a1a;
  --black-dark: #2d2d2d;
  
  /* å„ã‚¹ãƒ†ãƒƒãƒ—ã®ãƒ¡ã‚¤ãƒ³ã‚«ãƒ©ãƒ¼ï¼ˆã‚´ãƒ¼ãƒ«ãƒ‰ãƒ»ã‚·ãƒ«ãƒãƒ¼ãƒ»ãƒ–ãƒ©ãƒƒã‚¯ã®ãƒãƒªã‚¨ãƒ¼ã‚·ãƒ§ãƒ³ï¼‰ */
  --step-col-1: #D4AF37; /* ã‚´ãƒ¼ãƒ«ãƒ‰ */
  --step-col-2: #C0C0C0; /* ã‚·ãƒ«ãƒãƒ¼ */
  --step-col-3: #B8860B; /* ãƒ€ãƒ¼ã‚¯ã‚´ãƒ¼ãƒ«ãƒ‰ */
  --step-col-4: #A8A8A8; /* ãƒ€ãƒ¼ã‚¯ã‚·ãƒ«ãƒãƒ¼ */
  --step-col-5: #F4D03F; /* ãƒ©ã‚¤ãƒˆã‚´ãƒ¼ãƒ«ãƒ‰ */
}

.biz-flow-container {
  background-color: var(--bf-bg-page);
  padding: 80px 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

.biz-flow-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.biz-flow-item {
  position: relative;
  margin-bottom: 25px; /* çŸ¢å°ã®ã‚¹ãƒšãƒ¼ã‚¹ */
}

/* ã‚«ãƒ¼ãƒ‰åŸºæœ¬ãƒ‡ã‚¶ã‚¤ãƒ³ */
.biz-flow-card {
  background: var(--bf-white);
  border-radius: 12px;
  padding: 40px;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ã‚¹ãƒ†ãƒƒãƒ—ãƒ©ãƒ™ãƒ«ã®å¼·èª¿ */
.biz-flow-step-label {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 4px solid;
}

.biz-flow-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: var(--bf-navy);
}

/* ãƒã‚§ãƒƒã‚¯ãƒªã‚¹ãƒˆ */
.biz-flow-checklist { list-style: none; padding: 0; margin: 20px 0; }
.biz-flow-checklist li { position: relative; padding-left: 35px; margin-bottom: 20px; display: flex; }
.biz-flow-checklist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; }
.biz-flow-checklist li::after { content: ""; position: absolute; left: 7px; top: 8px; width: 8px; height: 4px; border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(-45deg); }

.checklist-item-title { font-weight: bold; color: var(--bf-text-main); display: block; margin-bottom: 4px; }
.checklist-item-detail { font-size: 0.85rem; color: var(--bf-text-sub); line-height: 1.6; margin: 0; }

/* çŸ¢å°ï¼šå¹…åºƒä¸‰è§’å½¢ã®ãƒ‡ã‚¶ã‚¤ãƒ³ */
.biz-flow-arrow {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.biz-flow-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 18px solid; /* è‰²ã¯ã‚¹ãƒ†ãƒƒãƒ—ã”ã¨ã«é€£å‹• */
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.05));
}

/* --- å€‹åˆ¥ã‚«ãƒ©ãƒ¼é€£å‹• & ãƒ›ãƒãƒ¼è¨­å®š --- */

/* STEP 1 */
.step-01 .biz-flow-step-label { color: var(--step-col-1); border-color: var(--step-col-1); }
.step-01 .biz-flow-checklist li::before { background-color: var(--step-col-1); }
.step-01 .biz-flow-arrow::after { border-top-color: var(--step-col-1); opacity: 0.4; }
.step-01 .biz-flow-card:hover { border-color: var(--step-col-1); box-shadow: 0 15px 35px rgba(212, 175, 55, 0.2); }

/* STEP 2 */
.step-02 .biz-flow-step-label { color: var(--step-col-2); border-color: var(--step-col-2); }
.step-02 .biz-flow-checklist li::before { background-color: var(--step-col-2); }
.step-02 .biz-flow-arrow::after { border-top-color: var(--step-col-2); opacity: 0.4; }
.step-02 .biz-flow-card:hover { border-color: var(--step-col-2); box-shadow: 0 15px 35px rgba(192, 192, 192, 0.2); }

/* STEP 3 */
.step-03 .biz-flow-step-label { color: var(--step-col-3); border-color: var(--step-col-3); }
.step-03 .biz-flow-checklist li::before { background-color: var(--step-col-3); }
.step-03 .biz-flow-arrow::after { border-top-color: var(--step-col-3); opacity: 0.4; }
.step-03 .biz-flow-card:hover { border-color: var(--step-col-3); box-shadow: 0 15px 35px rgba(184, 134, 11, 0.2); }

/* STEP 4 */
.step-04 .biz-flow-step-label { color: var(--step-col-4); border-color: var(--step-col-4); }
.step-04 .biz-flow-checklist li::before { background-color: var(--step-col-4); }
.step-04 .biz-flow-arrow::after { border-top-color: var(--step-col-4); opacity: 0.4; }
.step-04 .biz-flow-card:hover { border-color: var(--step-col-4); box-shadow: 0 15px 35px rgba(168, 168, 168, 0.2); }

/* STEP 5 */
.step-05 .biz-flow-step-label { color: var(--step-col-5); border-color: var(--step-col-5); }
.step-05 .biz-flow-checklist li::before { background-color: var(--step-col-5); }
.step-05 .biz-flow-card:hover { border-color: var(--step-col-5); box-shadow: 0 15px 35px rgba(244, 208, 63, 0.2); }

/* å…±é€šãƒ‘ãƒ¼ãƒ„ï¼ˆç”»åƒã€ãƒŽãƒ¼ãƒˆã€ãƒªãƒ³ã‚¯ï¼‰ */
.biz-flow-image { width: 220px; flex-shrink: 0; border-radius: 8px; overflow: hidden; border: 1px solid var(--silver-main); }
.biz-flow-image img { width: 100%; display: block; }

.biz-flow-checklist-note { font-size: 0.85rem; color: var(--bf-text-sub); padding: 12px; background-color: var(--silver-light); border-radius: 6px; border-left: 2px solid var(--silver-main); margin-bottom: 20px; }

.biz-flow-link { font-size: 0.9rem; font-weight: 700; color: var(--bf-navy); text-decoration: none; }
.biz-flow-link::after { content: " â†’"; transition: transform 0.3s; display: inline-block; }
.biz-flow-link:hover::after { transform: translateX(5px); }

/* PLUSã‚»ã‚¯ã‚·ãƒ§ãƒ³ */
.biz-flow-plus-inner { background: var(--bf-navy); color: #fff; border-radius: 16px; padding: 50px; margin-top: 60px; }
.biz-flow-plus-badge { background: var(--gold-main); color: var(--bf-navy); padding: 4px 12px; border-radius: 4px; font-weight: 800; font-size: 0.75rem; }
.biz-flow-plus-title { font-size: 1.8rem; font-weight: 800; margin: 15px 0; }
.biz-flow-plus-grid { display: flex; align-items: center; gap: 40px; }
.biz-flow-plus-visual { font-size: 3.5rem; background: rgba(255,255,255,0.1); width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

@media (max-width: 768px) {
  .biz-flow-card { flex-direction: column; align-items: flex-start; }
  .biz-flow-image { width: 100%; margin-top: 20px; }
  .biz-flow-plus-grid { flex-direction: column; }
}

/* å…¨ä½“ã®ã‚³ãƒ³ãƒ†ãƒŠ */
.ad-limit-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    line-height: 1.7;
}

/* ã‚°ãƒªãƒƒãƒ‰ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
.ad-limit-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* å„é …ç›® */
.ad-limit-item {
    flex: 1;
    min-width: 250px;
}

/* ã‚¿ã‚¤ãƒˆãƒ«ã¨é‡‘è‰²ã®ä¸¸ã‚¢ã‚¤ã‚³ãƒ³ */
.ad-limit-title {
    font-size: 1.1rem;
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #1a1a1a;
    display: flex;
    align-items: center; /* ã‚¢ã‚¤ã‚³ãƒ³ã¨æ–‡å­—ã®ä¸Šä¸‹ä¸­å¤®æƒãˆ */
}

.ad-limit-title::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #d4af37 0%, #f9e29d 50%, #b8860b 100%); /* é‡‘è‰²ã®ã‚°ãƒ©ãƒ‡ãƒ¼ã‚·ãƒ§ãƒ³ */
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0; /* ã‚¢ã‚¤ã‚³ãƒ³ãŒæ½°ã‚Œãªã„ã‚ˆã†ã«å›ºå®š */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* èª¬æ˜Žæ–‡ */
.ad-limit-desc {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    padding-left: 24px; /* ã‚¢ã‚¤ã‚³ãƒ³ã®å¹…ã«åˆã‚ã›ã¦ãƒ†ã‚­ã‚¹ãƒˆã‚’ã‚¤ãƒ³ãƒ‡ãƒ³ãƒˆ */
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–ï¼ˆã‚¹ãƒžãƒ›è¡¨ç¤ºï¼‰ */
@media (max-width: 600px) {
    .ad-limit-grid {
        flex-direction: column;
        gap: 25px;
    }
    .ad-limit-wrapper {
        padding: 10px;
    }
}

/* é»’èƒŒæ™¯ã®å¹ãå‡ºã— */
.speech-bubble-dark {
    position: relative;
    background: #000;
    border-radius: 50px;
    padding: 12px 20px;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.speech-bubble-dark-text {
    color: #FFF;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}

.speech-bubble-dark::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}

@media (max-width: 768px) {
    .speech-bubble-dark {
        font-size: 14px;
        padding: 10px 16px;
    }
    
    .speech-bubble-dark-text {
        font-size: 14px;
    }
    
    .speech-bubble-dark::after {
        left: 15px;
    }
}

/* 2ã¤ã®ç”»åƒã‚’æ¨ªä¸¦ã³ */
.image-grid-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    max-width: 350px;
}

.image-grid-item {
    width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .image-grid-two {
        /* grid-template-columns: 1fr; */
        gap: 15px;
    }
}

/* --- ã‚³ãƒ³ãƒ†ãƒŠå…¨ä½“ã®è¨­è¨ˆ --- */
.cvn-monitor-container {
  max-width: 950px;
  margin: 60px auto;
  background-color: #f5f5f5; /* ã‚·ãƒ«ãƒãƒ¼ã‚°ãƒ¬ãƒ¼ã®èƒŒæ™¯ */
  border: 3px solid var(--gold-main);
  border-radius: 12px;
  position: relative;
  padding: 60px 30px 30px; /* ä¸Šéƒ¨ã«ãƒ˜ãƒƒãƒ€ãƒ¼ãŒè¢«ã‚‹ãŸã‚ä½™ç™½ã‚’å¤šã‚ã« */
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  box-sizing: border-box;
}

/* --- 1. æ•°å­—ä»˜ããƒ˜ãƒƒãƒ€ãƒ¼ (ä¿®æ­£å¾Œã®ãƒ‡ã‚¶ã‚¤ãƒ³) --- */
.cvn-monitor-header {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  min-width: 250px;
  background-color: var(--gold-main);
  color: #fff;
  padding: 15px 20px;
  /* border-radius: 50px; */
  text-align: center;
  box-sizing: border-box;
}

/* æ•°å­—ãŒå…¥ã‚‹åŠå††çªèµ· */
.cvn-monitor-header::before {
  content: "1";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background-color: var(--gold-main);
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5px;
  font-weight: bold;
  font-size: 1.3rem;
  box-sizing: border-box;
  z-index: -1; /* ãƒãƒ¼ã®èƒŒæ™¯è‰²ã¨åˆä½“ã•ã›ã‚‹ */
}

.cvn-monitor-header-01::before {
  content: "1";
}

.cvn-monitor-header-02::before {
  content: "2";
}

.cvn-monitor-header-03::before {
  content: "3";
}

.cvn-monitor-main-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* --- 2. ã‚¿ãƒ¼ã‚²ãƒƒãƒˆãƒ¦ãƒ¼ã‚¶ãƒ¼ --- */
.cvn-monitor-target-user {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 1.1rem;
}

.cvn-monitor-user-icon {
  width: 30px;
  height: auto;
}

/* --- 3. æ¯”è¼ƒã‚¨ãƒªã‚¢ (Before/After) --- */
.cvn-monitor-comparison-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative; /* å­è¦ç´ ã®çµ¶å¯¾é…ç½®ã®åŸºæº– */
  gap: 40px;
  /* height: 500px; */
}

.cvn-monitor-box {
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid var(--silver-main);
  display: flex;
  flex-direction: column;
}

/* è§£æ±ºå¾Œã®ãƒœãƒƒã‚¯ã‚¹å¼·èª¿ */
.cvn-monitor-box-after {
  border: 2px solid #c33333;
  position: relative;
  border-radius: 0;
  border-radius: 10px;
}

/* Afterボックス上部のタイトル枠 */
.cvn-monitor-after-header {
  margin: -25px -25px 16px;
  /* border: 1px solid #7f66b3; */
  /* border-radius: 6px; */
  overflow: hidden;
}

.cvn-monitor-after-header-text {
  margin: 0;
  padding: 2px 0px;
  background-color: #c33333;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  /* letter-spacing: 0.08em; */
  text-align: center;
  /* border-radius: 10px; */
  border-radius: 5px 5px 0 0;
}

/* Beforeボックス内では背景をグレーに変更 */
.cvn-monitor-box-before .cvn-monitor-after-header-text {
  background-color: #bcbcbc;
  color: #555;
}

.cvn-monitor-box-title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px;
  line-height: 1.5;
  font-weight: bold;
}

.cvn-monitor-highlight-num {
  color: var(--gold-main);
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 4px;
}

.cvn-monitor-illustration {
  text-align: center;
  margin: 0 auto;
  /* height: 250px; */
}

.cvn-monitor-illustration img {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/* ãƒã‚§ãƒƒã‚¯ãƒªã‚¹ãƒˆ */
.cvn-monitor-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.cvn-monitor-list li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 10px;
}

/* .cvn-monitor-list li::before {
  content: 'âœ“';
  position: absolute;
  left: 0;
  color: #bbb;
  font-weight: bold;
} */

/* .cvn-monitor-box-after .cvn-monitor-list li::before {
  color: var(--gold-main);
} */

/* --- çµ¶å¯¾é…ç½®ã®ç”»åƒè¦ç´  --- */

/* ä¸­å¤®ã®CERVNãƒ­ã‚´ */
.cvn-monitor-center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 120px;
}

.cvn-monitor-center-logo img {
  width: 100%;
  height: auto;
}

/* cvn-monitor-center-logo個別調整 */
.cvn-monitor-center-logo-01 img,
.cvn-monitor-center-logo-02 img,
.cvn-monitor-center-logo-03 img {
  width: 100%;
  height: auto;
}

/* スマホ用下向き矢印 */
.cvn-monitor-arrow-down {
  display: none; /* PC時は非表示 */
}

.cvn-monitor-arrow-down img {
  display: none; /* 画像は非表示、CSSで作成 */
}

@media (max-width: 850px) {
  .cvn-monitor-center-logo-01 {
    display: none; /* スマホ時は非表示 */
  }
  
  .cvn-monitor-arrow-down-01 {
    display: block;
    position: relative;
    left: auto;
    transform: none;
    z-index: 10;
    width: 50px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    background-color: #f0f1d1; /* 淡いクリーム色の背景 */
    border-radius: 4px;
  }
  
  .cvn-monitor-arrow-down-01::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 24px;
    height: 18px;
    background-color: #bdab69; /* くすんだ金色の矢印 */
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  }
  
  .cvn-monitor-center-logo-02 {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 200px;
  }
  
  .cvn-monitor-center-logo-03 {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 200px;
  }
}

/* å³ä¸Šã®ã€Œè§£æ±ºï¼ã€ãƒãƒƒã‚¸ */
.cvn-monitor-solution-tag {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  z-index: 11;
  transform: rotate(10deg); /* å°‘ã—å‚¾ã‘ã‚‹ã¨ç”»åƒã«è¿‘ã„é›°å›²æ°—ã«ãªã‚Šã¾ã™ */
}

/* --- ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– (ã‚¹ãƒžãƒ›å¯¾å¿œ) --- */
@media (max-width: 850px) {
   .cvn-monitor-comparison-wrapper {
     flex-direction: column;
     gap: 25px;
   }
   
   .cvn-monitor-center-logo {
     top: 49%; /* ç¸¦ä¸¦ã³æ™‚ã®ä½ç½®ã¯é©å®œèª¿æ•´ */
     /* transform: translate(-50%, -50%) rotate(90deg); */
     width: 200px;
   }

   .cvn-monitor-header {
     width: 95%;
     font-size: 1.2rem;
   }
 }

/* æ›¸é¡žãƒ•ãƒ­ãƒ¼å›³ */
.document-flow-section {
  padding: 60px 20px;
  background: #FFF;
  /* width: 100%; */
}

.document-flow-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}

.document-flow-container::before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: calc(33.333% + 30px);
  width: calc(33.333% - 60px);
  height: 4px;
  /* background: linear-gradient(to right, var(--gold-main) 0%, var(--gold-dark) 100%); */
  z-index: 1;
  pointer-events: none;
}

.document-flow-step {
  flex: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  min-height: 500px;
}

.document-step-header {
  width: 100%;
  margin-bottom: 20px;
}

.document-step-number {
  font-size: 25px;
  font-weight: 900;
  color: var(--black-dark);
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.document-step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-soft);
  margin: 0;
  line-height: 1.5;
}

.document-step-icon {
  width: 100%;
  /* height: 180px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.document-icon-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.document-step-description {
  font-size: 14px;
  color: var(--bf-text-sub);
  line-height: 1.7;
  padding: 0 10px;
}

.document-step-description p {
  margin: 0;
  font-size: 18px;
}

.document-flow-node-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 3;
}

.document-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 15px;
  position: relative;
  flex-direction: column;
  align-self: center;
  /* height: 150px; */
  /* justify-content: flex-end; */
  padding-bottom: 30px;
  z-index: 2;
}

.document-arrow-triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid var(--silver-dark);
  position: relative;
  z-index: 3;
  margin-bottom: 2px;
}

.document-flow-line-between {
  display: none;
}

@media (max-width: 968px) {
  .document-flow-section {
    padding: 40px 15px;
  }
  
  .document-flow-container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .document-flow-step {
    max-width: 100%;
    width: 100%;
    min-height: auto;
  }
  
  .document-flow-arrow {
    transform: rotate(90deg);
    margin: 10px 0;
    height: auto;
    padding: 15px 0;
    align-self: center;
  }
  
  .document-step-icon {
    height: 300px;
  }
  
  .document-step-title {
    font-size: 35px;
  }
  
  .document-step-description {
    font-size: 13px;
  }
  
  .document-flow-node-wrapper {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin-top: 20px;
  }
}

/* ãƒ•ãƒ­ãƒ¼å›³ã®ã‚ã—ã‚‰ã„ï¼ˆç•ªå·ä»˜ããƒŽãƒ¼ãƒ‰ï¼‰ */
.document-flow-node {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-main) 0%, var(--gold-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.document-flow-number {
  font-size: 28px;
  font-weight: 900;
  color: #FFF;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .document-flow-node {
    width: 50px;
    height: 50px;
  }
  
  .document-flow-number {
    font-size: 24px;
  }
  
  .document-flow-line-between {
    height: 3px;
  }
}

/* --- äº‹ä¾‹ã‚»ã‚¯ã‚·ãƒ§ãƒ³ç‹¬è‡ªã®ã‚¹ã‚¿ã‚¤ãƒ« --- */
.cvn-case-wrapper {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
  /* font-family: "Noto Sans JP", sans-serif; */
  /* color: #333; */
  box-shadow: antiquewhite;
}

/* カルーセルコンテナ */
.cvn-case-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
}

.cvn-case-carousel-container:last-child {
  margin-bottom: 0;
}

/* プランインジケーター（上部） */
.cvn-case-plan-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  width: 100%;
}

/* ナビゲーション矢印とメインコンテンツのラッパー */
.cvn-case-content-row {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  position: relative;
      max-width: 900px;
}

.cvn-case-plan-circle {
  width: 110px;
  height: 110px;
  object-fit: contain;
  display: block;
}

/* ナビゲーション矢印 */
.cvn-case-nav-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #bdab69;
  /* border: 2px solid #B8860B; */
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  display: none; /* 一旦非表示 */
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.cvn-case-nav-arrow:hover {
  background-color: #e3c651;
  border-color: #D4AF37;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.6), 0 2px 6px rgba(0, 0, 0, 0.3);
}

.cvn-case-nav-arrow span {
  display: block;
  line-height: 1;
}

/* メインコンテンツエリア */
.cvn-case-main-content {
  flex: 1;
  background-color: #fff;
  border: 1px solid #bdab69;
  border-radius: 12px;
  padding: 0;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
}

/* 上部タイトル */
.cvn-case-content-header {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cvn-case-content-label {
  background-color: #bdab69;
  color: #ffffff;
  text-align: center;
  padding: 7px 0px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.cvn-case-content-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

/* 中央コンテンツ */
.cvn-case-content-middle {
  display: flex;
  gap: 20px;
  flex: 1;
}

/* 左側ボックス（角丸、タグ付き） */
.cvn-case-left-box {
  flex: 1;
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cvn-case-tag-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff0000;
  color: #fff;
  padding: 6px 20px;
  border-radius: 20px 20px 0 0;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  width: auto;
  min-width: 80px;
  box-sizing: border-box;
  white-space: nowrap;
}

.cvn-case-box-text {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* 右側コンテンツ */
.cvn-case-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cvn-case-radio-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cvn-case-radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ff0000;
  flex-shrink: 0;
}

.cvn-case-radio-text {
  font-size: 1rem;
  color: #333;
}

.cvn-case-text-with-line {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cvn-case-text {
  font-size: 1rem;
  color: #333;
}

.cvn-case-underline {
  flex: 1;
  height: 2px;
  background-color: #000;
  min-width: 100px;
  box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
}

/* コンテンツラッパー（上部と下部を横並び） */
.cvn-case-content-wrapper {
  display: flex;
  gap: 20px;
  /* margin-bottom: 20px; */
  align-items: flex-start;
  padding: 20px;
}

/* 上部セクション */
.cvn-case-top-section {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
}

.cvn-case-top-border {
  width: 100%;
  height: 3px;
  background-color: #D4AF37;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.cvn-case-top-content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 15px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.cvn-case-avatar-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
}

.cvn-case-avatar-placeholder {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  /* border: 2px solid #D4AF37; */
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.3);
  display: block;
}

.cvn-case-info-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
  flex: 1;
}

.cvn-case-info-top {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

.cvn-case-info-bottom {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
}

/* 中央：借金総額表示 */
.cvn-case-middle-section {
  display: flex;
  flex-direction: row;
  gap: 20px;
  /* margin-bottom: 20px; */
  align-items: flex-start;
  padding: 0 20px 20px;
}

.cvn-case-field-row {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* position: relative; */
  gap: 0;
  background-color: #faf9f0;
  /* border-radius: 8px; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* overflow: hidden; */
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  height: 170px;
}


/* 上部セクション */
.cvn-case-debt-upper {
  width: 100%;
  background-color: transparent;
  overflow: visible;
  position: relative;
}

.cvn-case-debt-upper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #c0c0c0;
  z-index: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.cvn-case-debt-header {
  background-color: #bdab69;
  color: #fff;
  text-align: center;
  padding: 8px 0px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  box-sizing: border-box;
}

.cvn-case-debt-body {
  background-color: #faf9f0;
  padding: 10px 0px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.cvn-case-debt-amount {
  font-size: 28px;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 1.3;
  margin: 0;
}

.cvn-case-debt-amount .cvn-case-debt-unit {
  font-size: 0.6em;
}

/* 下向き矢印 */
.cvn-case-debt-arrow {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 9px solid #bdab69;
  margin: 0;
  flex-shrink: 0;
  z-index: 1;
  position: relative;
}


/* 下部セクション */
.cvn-case-debt-lower {
  width: 100%;
  background-color: #faf9f0;
  padding: 8px 0px;
  text-align: center;
  box-sizing: border-box;
}

.cvn-case-debt-result {
  font-size: 40px;
  font-weight: 900;
  color: #d34b4b;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.02em;
}

.cvn-case-debt-result .cvn-case-debt-unit {
  font-size: 0.6em;
}

/* 「応募獲得までの期間」専用行：サイズはそのまま、ヘッダー＋結果だけ見せる */
.cvn-case-field-row-period .cvn-case-debt-body {
  visibility: hidden; /* 高さ・レイアウトは維持したまま非表示にする */
}

/* 罫線だけ非表示にする */
.cvn-case-field-row-period .cvn-case-debt-upper::after {
  display: none;
}

.cvn-case-field-row-period .cvn-case-debt-arrow {
  visibility: hidden;
}

.cvn-case-field-row-period .cvn-case-debt-lower {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 下部：見出しとテキスト */
.cvn-case-bottom-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cvn-case-bottom-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  /* font-size: 1.1rem; */
  font-weight: bold;
  color: #5f5f5f;
  margin-bottom: 10px;
}

.cvn-case-bottom-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.cvn-case-bottom-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.cvn-case-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cvn-case-bottom-paragraph {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .cvn-case-content-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cvn-case-main-content {
    width: 100%;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .cvn-case-wrapper {
    padding: 0 15px;
  }

  .cvn-case-carousel-container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
  }

  .cvn-case-plan-indicator {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .cvn-case-plan-circle {
    width: 100px;
    height: 100px;
  }

  .cvn-case-content-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    position: relative;
  }

  .cvn-case-main-content {
    width: 100%;
    padding: 20px;
    min-height: auto;
    margin: 0;
    position: relative;
  }

  .cvn-case-nav-prev {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .cvn-case-nav-next {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  .cvn-case-nav-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .cvn-case-content-header {
    margin-bottom: 15px;
  }

  .cvn-case-content-title {
    font-size: 1.2rem;
  }

  .cvn-case-content-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .cvn-case-top-section {
    gap: 15px;
  }

  .cvn-case-avatar-placeholder {
    width: 100px;
    height: 100px;
  }

  .cvn-case-info-top {
    font-size: 0.95rem;
  }

  .cvn-case-info-bottom {
    font-size: 0.85rem;
  }

  .cvn-case-bottom-heading {
    font-size: 1rem;
  }

  .cvn-case-bottom-title {
    font-size: 1rem;
  }

  .cvn-case-bottom-paragraph {
    font-size: 0.85rem;
  }

  .cvn-case-middle-section {
    flex-direction: column;
    gap: 15px;
    padding: 0 20px 20px;
  }

  .cvn-case-field-row {
    flex-direction: row;
    align-items: center;
    background-color: #faf9f0;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .cvn-case-debt-upper {
    display: flex;
    flex-direction: row;
    width: auto;
    background-color: transparent;
    align-items: center;
  }

  .cvn-case-debt-upper::after {
    display: none;
  }

  .cvn-case-debt-header {
    background-color: #bdab69;
    color: #fff;
    padding: 12px 15px;
    font-size: 0.85rem;
    white-space: nowrap;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cvn-case-debt-body {
    background-color: #faf9f0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cvn-case-debt-amount {
    font-size: 1.2rem;
    color: #2c2c2c;
    margin: 0;
  }

  .cvn-case-debt-arrow {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    width: 0;
    height: 0;
    border-left: 8px solid #bdab69;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin: 0 5px;
    flex-shrink: 0;
  }

  .cvn-case-debt-lower {
    flex: 1;
    background-color: #faf9f0;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cvn-case-debt-result {
    font-size: 1.8rem;
    color: #d34b4b;
    margin: 0;
  }

  .cvn-case-bottom-heading {
    font-size: 1rem;
  }

  .cvn-case-bottom-text {
    font-size: 0.9rem;
  }
}

/* é’è‰²ãƒ˜ãƒƒãƒ€ãƒ¼ */
.cvn-case-top-banner {
  background-color: var(--black-soft); /* é«˜ç´šæ„Ÿã®ã‚ã‚‹ãƒ–ãƒ©ãƒƒã‚¯ */
  color: #fff;
  padding: 25px 40px;
}

.cvn-case-top-row {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

.cvn-case-icon {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  color: var(--gold-main);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cvn-case-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.cvn-case-meta {
  font-size: 0.95rem;
  padding-left: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.cvn-case-location-tag {
  display: inline-block;
  background-color: #e8dff5;
  border: 1px solid #8b6fb8;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 0.9rem;
  color: #4a4a4a;
  font-weight: normal;
}

.case-catch-copy {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.cvn-case-badge {
  background: #fff;
  color: var(--gold-main);
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: 8px;
  font-weight: bold;
  font-size: 0.85rem;
}

/* ãƒ¡ã‚¤ãƒ³ã‚¨ãƒªã‚¢ */
.cvn-case-inner {
  padding: 35px;
}

/* è§£æ±ºãƒã‚¤ãƒ³ãƒˆè¦‹å‡ºã— */
.cvn-case-point-box {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.cvn-case-point-label {
  background-color: var(--black-soft);
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  position: relative;
  margin-right: 25px;
  white-space: nowrap;
}

.cvn-case-point-label::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--black-soft);
}

.cvn-case-point-desc {
  margin: 0;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* æ¯”è¼ƒç”¨ãƒ•ãƒ¬ãƒƒã‚¯ã‚¹ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ */
.cvn-case-flex-container {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.cvn-case-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* å·¦ãƒœãƒƒã‚¯ã‚¹ */
.cvn-case-status-box {
  background-color: var(--silver-light);
  border-radius: 4px;
  /* height: 160px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 20px 0;
  color: var(--black-dark);
}

/* 費用表示ボックス */
.cvn-case-cost-box {
  background-color: #fff;
  border: 2px solid #ff4444;
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.cvn-case-cost-label {
  font-size: 0.9rem;
  color: #ff4444;
  font-weight: bold;
  line-height: 1.4;
}

.cvn-case-cost-value {
  font-size: 2rem;
  color: #ff4444;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 800px) {
  .cvn-case-cost-label {
    font-size: 0.8rem;
  }

  .cvn-case-cost-value {
    font-size: 1.6rem;
  }
}

/* å³ãƒœãƒƒã‚¯ã‚¹ï¼ˆçµæžœã‚«ãƒ¼ãƒ‰ï¼‰ */
.cvn-case-result-card {
  border: 2px solid var(--gold-main);
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}

.cvn-result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--silver-main);
  padding: 12px 0;
}

.cvn-result-name {
  color: var(--black-soft);
  font-weight: bold;
  font-size: 1.1rem;
}

.cvn-result-price {
  color: var(--gold-main); /* ã‚´ãƒ¼ãƒ«ãƒ‰ */
  font-weight: bold;
}

.cvn-price-val {
  font-size: 2.8rem;
  line-height: 1;
}

.cvn-unit {
  font-size: 1.1rem;
  margin-left: 4px;
}

.cvn-grade-old {
  text-decoration: line-through;
  color: var(--silver-dark);
  font-size: 1.4rem;
  margin: 0 5px;
}

.cvn-grade-new {
  color: var(--gold-main);
  font-size: 2.8rem;
  font-weight: bold;
}

.cvn-result-caption {
  text-align: right;
  font-size: 0.8rem;
  color: var(--silver-dark);
  margin: 10px 0 0;
}

/* ä¸­å¤®çŸ¢å° */
.cvn-case-arrow-spacer {
  display: flex;
  align-items: center;
}

.cvn-case-arrow-shape {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 35px solid var(--gold-main);
}

/* èµ¤æž éƒ¨åˆ†ï¼šç”»åƒæŒ¿å…¥ã‚¹ãƒ­ãƒƒãƒˆ */
.cvn-case-photo-frame {
  width: 80%;
  /* border: 2px dashed var(--silver-main); */
  min-height: 120px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}

.cvn-case-photo-frame img {
  width: 100%;
  height: auto;
  display: block;
}

/* ãƒ¢ãƒã‚¤ãƒ«å¯¾å¿œ */
@media (max-width: 800px) {
  .cvn-case-flex-container {
    flex-direction: column;
  }
  .cvn-case-arrow-spacer {
    justify-content: center;
    transform: rotate(90deg);
    padding: 10px 0;
  }
  .cvn-case-title {
    font-size: 1.2rem;
  }
}

.cvn-flow-container {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.cvn-flow-wrapper {
  display: flex;
  /* flex-direction: column; */
  align-items: stretch;
}

/* --- è¦ªè¦ç´ ã« relative ã‚’æŒ‡å®š --- */
.cvn-flow-step {
  flex: 1;
  position: relative; /* ã“ã“ãŒç”»åƒã®åŸºæº–ã«ãªã‚Šã¾ã™ */
  padding: 40px 30px 120px 60px; /* ä¸‹éƒ¨ã«ç”»åƒãŒæ¥ã‚‹ãŸã‚ padding-bottom ã‚’åºƒã‚ã«ç¢ºä¿ */
  min-height: 380px;
  box-sizing: border-box;
}

/* çŸ¢å°èƒŒæ™¯ã®æç”» */
.cvn-flow-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%, 40px 50%);
  z-index: -1;
}

/* STEP1ã®ãƒ‡ã‚¶ã‚¤ãƒ³å¾®èª¿æ•´ */
.cvn-flow-step-1 { padding-left: 40px; }
.cvn-flow-step-1::before {
  background-color: #e3e3e3;
  clip-path: polygon(0% 0%, calc(100% - 40px) 0%, 100% 50%, calc(100% - 40px) 100%, 0% 100%);
  filter: drop-shadow(5px 0 5px rgba(0,0,0,0.05));
}

/* å„ã‚¹ãƒ†ãƒƒãƒ—ã®èƒŒæ™¯è‰² */
.cvn-flow-step-2::before { background-color: #f0f1d1; }
.cvn-flow-step-3::before { background-color: #c1bd9e; }

/* --- ç”»åƒã‚’ absolute ã§å·¦ä¸‹ã«é…ç½® --- */
.cvn-flow-image-box {
  position: absolute;
  right: 30px;   /* ã‚¹ãƒ†ãƒƒãƒ—ã®å‡¹ã¿åˆ†ã‚’è€ƒæ…®ã—ãŸä½ç½® */
  bottom: -20px; /* ä¸‹ç«¯ã‹ã‚‰ã®è·é›¢ */
  width: 150px; /* ç”»åƒã®è¡¨ç¤ºå¹…ï¼ˆé©å®œèª¿æ•´ã—ã¦ãã ã•ã„ï¼‰ */
  height: 150px;
  z-index: 5;
}

.cvn-flow-step-1 .cvn-flow-image-box {
  left: 20px; /* STEP1ã¯å·¦ãŒå‡¹ã‚“ã§ã„ãªã„ã®ã§ä½ç½®ã‚’èª¿æ•´ */
}

.cvn-flow-image-box img {
  width: 100%;
  height: auto;
  display: block;
}

/* ã‚³ãƒ³ãƒ†ãƒ³ãƒ„è£…é£¾ */
.cvn-flow-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.cvn-flow-number {
  font-size: 4.5rem;
  font-weight: 900;
  font-family: 'Arial Black', sans-serif;
  line-height: 1;
  color: var(--gold-main);
}

.cvn-flow-step-1 .cvn-flow-number {
  color: #838383;
}

.cvn-flow-step-3 .cvn-flow-number {
  color: #65614b;
  /* opacity: 0.6; */
}

.cvn-flow-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
}

.cvn-flow-step-3 .cvn-flow-title,
.cvn-flow-step-3 .cvn-flow-text {
  color: #fff;
}

.cvn-flow-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.cvn-flow-btn {
  display: inline-block;
  background-color: var(--gold-main);
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.85rem;
  box-shadow: 0 4px 0 var(--gold-dark);
}

/* ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– */
@media (max-width: 850px) {
  .cvn-flow-wrapper {flex-direction: column;gap: 70px;}
  .cvn-flow-step {
    padding: 40px;
    margin-bottom: -30px;
    min-height: auto;
  }
  .cvn-flow-step::before {
    clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 30px), 50% 100%, 0% calc(100% - 30px));
  }
  .cvn-flow-image-box {
    position: static; /* ã‚¹ãƒžãƒ›æ™‚ã¯è¦ç´ ã®æµã‚Œã«æ²¿ã‚ã›ã‚‹ã‹ã€é©å®œèª¿æ•´ */
    margin: 20px auto 0;
    width: 180px;
  }
}

/* ã‚µãƒ¼ãƒ“ã‚¹ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã®ã‚³ãƒ³ãƒ†ãƒŠ */
.service-section-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

/* --- ç”»é¢å¹…ã„ã£ã±ã„ã«ã™ã‚‹è¨­å®š --- */
.cvn-plan-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none !important; /* 80remåˆ¶é™ã‚’ä¸Šæ›¸ã */
  background-color: #f9f9f9;
  padding: 80px 0;
  overflow: hidden;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* 料金表示セクション */
.price-display-section {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 40px 30px;
  background-color: #ffffff;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    #f5f5f5 10px,
    #f5f5f5 20px
  );
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.price-display-content {
  text-align: center;
}

.price-main-text {
  font-size: 35px;
  font-weight: bold;
  color: #cc3737;
  /* margin: 0 0 16px; */
  letter-spacing: 0.05em;
}

.price-label {
  font-size: 28px;
}

.price-unit {
  font-size: 14px;
}

.price-divider {
  width: 100%;
  height: 1px;
  background-color: #cc3737;
  margin: 0 auto 14px;
  max-width: 300px;
}

.price-note-text {
  font-size: 16px;
  color: #cc3737;
  margin: 0;
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  .price-display-section {
    padding: 30px 20px;
    margin: 0 20px 30px;
  }
  
  .price-main-text {
    font-size: 45px;
  }
  
  .price-note-text {
    font-size: 12px;
  }
}

/* プロセスステップセクション */
.process-steps-section {
  max-width: 1100px;
  margin: 0 auto 60px;
  /* padding: 40px 20px; */
}

.process-steps-wrapper {
  background-color: #ffffff;
  border: 1px solid #d1af25;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}

.process-steps-title {
  color: #d1af25;
  font-size: 21px;
  font-weight: bold;
  /* margin-bottom: 20px; */
  padding-left: 8px;
  position: relative;
  top: -10px;
  background-color: #ffffff;
  display: inline-block;
  padding: 0 8px;
}

.process-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 20px;
}

/* 接続線 */
.process-steps-container::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 10%;
  right: 10%;
  height: 1px;
  background-color: #d0d0d0;
  z-index: 0;
}

.process-step {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

/* ステップ番号バッジ */
.process-step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* ステップボックス */
.process-step-box {
  width: 100%;
  max-width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #333333;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}

.process-step-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 15px;
  letter-spacing: 0.05em;
}

.process-step-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* 画像表示用 */
.process-step-icons img {
  width: 100px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .process-steps-section {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  
  .process-steps-wrapper {
    padding: 15px;
  }
  
  .process-steps-title {
    font-size: 18px;
    top: -8px;
    padding: 0 6px;
  }
  
  .process-steps-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .process-steps-container::before {
    display: none;
  }
  
  .process-step {
    width: 100%;
  }
  
  .process-step-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .process-step-box {
    max-width: 100%;
    padding: 20px 15px;
  }
  
  .process-step-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  
  .process-step-icons img {
    width: 80px;
  }
}

/* プラン説明ボックス */
.plan-explanation-box {
  max-width: 900px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

.plan-explanation-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.plan-explanation-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  letter-spacing: 0.05em;
}

.plan-explanation-content {
  text-align: center;
}

.plan-explanation-text {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin: 0;
}

.plan-explanation-highlight {
  font-size: 24px;
  font-weight: bold;
  color: #d4af37;
  display: block;
  margin-bottom: 12px;
}

.plan-explanation-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 8px 0;
}

.plan-explanation-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plan-explanation-list li {
  font-size: 15px;
  line-height: 1.8;
  color: #666666;
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
}

.plan-explanation-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #d4af37;
  font-weight: bold;
  font-size: 18px;
}

.plan-explanation-emphasis {
  font-weight: bold;
  color: #333333;
  background: linear-gradient(transparent 60%, #fff9e6 60%);
}

@media (max-width: 768px) {
  .plan-explanation-box {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }
  
  .plan-explanation-item {
    padding: 25px 20px;
  }
  
  .plan-explanation-highlight {
    font-size: 20px;
  }
  
  .plan-explanation-label {
    font-size: 16px;
  }
}

/* プランの特徴リスト */
.plan-features-box {
  max-width: 600px;
  margin: 0 auto 40px;
  padding: 25px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.plan-features-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.plan-features-item:last-child {
  margin-bottom: 0;
}

.plan-features-check {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  stroke: none;
}

.plan-features-check circle {
  fill: var(--gold-main);
}

.plan-features-text {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .plan-features-box {
    max-width: 90%;
    padding: 20px 20px;
    margin: 0 auto 30px;
  }

  .plan-features-text {
    font-size: 0.9rem;
  }

  .plan-features-check {
    width: 20px;
    height: 20px;
  }
}

.cvn-plan-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  align-items: stretch;
}

/* --- ã‚«ãƒ¼ãƒ‰å…±é€šè¨­å®š --- */
.cvn-plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  transition: transform 0.3s ease;
  flex: 1;
  padding: 25px 20px;
  box-sizing: border-box;
}

/* .cvn-plan-card:hover {
  transform: translateY(-5px);
} */

/* --- BLACK (ä¸Šæ®µ) --- */
.cvn-plan-black {
  border: 3px solid #bdb01b;
  position: relative;
}

/* おすすめプランバッジ */
.cvn-plan-recommend-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--gold-main);
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: bold;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* --- GOLD & TITANIUM --- */
.cvn-plan-gold, .cvn-plan-titanium {
  border: 1px solid #e0e0e0;
}

/* --- å„è¦ç´ ã®ãƒ‡ã‚¶ã‚¤ãƒ³ --- */
.cvn-plan-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 20px;
}

.cvn-plan-image img {
  width: 100%;
  height: auto;
  display: block;
}

.cvn-plan-info {
  width: 100%;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cvn-plan-catch {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.cvn-plan-name {
  font-size: 32px;
  font-weight: 900;
  margin: 0;
  letter-spacing: 2px;
}

.cvn-plan-sub {
  font-size: 0.9rem;
  color: #3182ce;
  font-weight: bold;
  margin-bottom: 20px;
}

.cvn-plan-price {
  font-size: 32px;
  color: #cc3737;
  /* margin-bottom: 30px; */
  font-weight: bold;
}

.plan-price-unit,
.plan-price-label {
  font-size: 16px;
}

/* --- ãƒœã‚¿ãƒ³ --- */
.cvn-plan-btns {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.cvn-btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold-main) 0%, var(--gold-light) 50%, var(--gold-main) 100%);
  background-size: 200% 200%;
  color: #000;
  text-decoration: none;
  padding: 20px 60px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.4), 0 4px 0 var(--gold-dark), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  animation: gradient-shift 3s ease infinite;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.cvn-btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

.cvn-btn-primary:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-main) 50%, var(--gold-light) 100%);
  background-size: 200% 200%;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.6), 0 6px 0 var(--gold-dark), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.cvn-btn-primary:hover::before {
  left: 100%;
}

@keyframes gradient-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

.cvn-btn-outline {
  border: 1px solid #007bff;
  color: #007bff;
  text-decoration: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: bold;
}

/* --- ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ– --- */
@media (max-width: 1024px) {
  .cvn-plan-container {
    gap: 15px;
  }
  
  .cvn-plan-card {
    padding: 30px 20px;
  }
  
  .cvn-plan-name {
    font-size: 2.5rem;
  }
}

/* スマホ時の縦並び */
@media (max-width: 768px) {
  .cvn-plan-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
  
  .cvn-plan-card {
    width: 100%;
    padding: 30px 20px;
  }
  
  .cvn-plan-image {
    max-width: 180px;
  }
  
  .cvn-plan-name {
    font-size: 2rem;
  }
  
  .cvn-plan-catch {
    font-size: 1rem;
  }
  
  .cvn-plan-price {
    font-size: 1.2rem;
  }
  
  .cvn-btn-primary {
    padding: 18px 40px;
    font-size: 1.2rem;
    box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4), 0 3px 0 var(--gold-dark), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  }
  
  .cvn-btn-primary:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.5), 0 5px 0 var(--gold-dark), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  }
}

/* --- ã‚»ã‚¯ã‚·ãƒ§ãƒ³å…¨ä½“ã®å…¨å¹…è¨­å®š --- */
.cvn-point-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none !important;
  padding: 80px 0;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  overflow: hidden;
}

.cvn-point-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 60px;
}

/* --- å·¦å´ï¼šãƒ¡ã‚¤ãƒ³ã‚¨ãƒªã‚¢ --- */
.cvn-point-main {
  flex: 0 0 350px;
}

.cvn-point-heading {
  font-size: 2.4rem;
  font-weight: 900;
  margin: 15px 0 20px;
}

.cvn-point-lead {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}

.cvn-point-btn {
  display: inline-block;
  background-color: #007bff;
  color: #fff !important;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 40px;
  font-weight: bold;
}

/* --- å³å´ï¼šãƒã‚¤ãƒ³ãƒˆã‚«ãƒ¼ãƒ‰ (ãƒ•ãƒ¬ãƒƒã‚¯ã‚¹ãƒœãƒƒã‚¯ã‚¹åˆ¶å¾¡) --- */
.cvn-point-grid {
  flex: 1;
  display: flex;
  gap: 30px;
}

.cvn-point-card {
  flex: 1;
  display: flex;
  flex-direction: column; /* PCç‰ˆã¯ã€Œä¸Šï¼šç”»åƒã€ä¸‹ï¼šãƒ†ã‚­ã‚¹ãƒˆã€ */
  border-left: 1px solid #e0e0e0;
  padding-left: 25px;
}

.cvn-point-card:first-child {
  border-left: none;
}

/* ç”»åƒã‚¹ãƒ­ãƒƒãƒˆ */
.cvn-point-image-slot {
  /* width: 50px; */
  /* height: 50px; */
  margin-bottom: 20px; /* ç”»åƒã¨ãƒ†ã‚­ã‚¹ãƒˆã®é–“ã®ä½™ç™½ */
  display: flex;
  align-items: center;
}

.cvn-point-image-slot img {
  width: 100%;
  height: auto;
  display: block;
}

.cvn-point-sub-title {
  font-size: 0.9rem;
  color: #888;
  font-weight: bold;
  margin-bottom: 10px;
}

.cvn-point-text {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
  height: 120px;
}

/* --- ã‚¹ãƒžãƒ›ãƒ»ã‚¿ãƒ–ãƒ¬ãƒƒãƒˆè¡¨ç¤º --- */
@media (max-width: 1024px) {
  .cvn-point-container {
    flex-direction: column;
    padding: 0 30px;
  }

  .cvn-point-main {
    flex: none;
    text-align: center;
    margin-bottom: 50px;
  }

  .cvn-point-grid {
    flex-direction: column;
    gap: 0;
  }

  .cvn-point-card {
    flex-direction: row; /* ã‚¹ãƒžãƒ›ç‰ˆã¯ã€Œå·¦ï¼šãƒ†ã‚­ã‚¹ãƒˆã€å³ï¼šç”»åƒã€ */
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }

  .cvn-point-card:last-child {
    border-bottom: 1px solid #e0e0e0;
  }

  /* ãƒ†ã‚­ã‚¹ãƒˆã‚’å·¦å´ã«ã€ç”»åƒã‚’å³å´ã«ã™ã‚‹ãŸã‚ã«é †åºã‚’å…¥ã‚Œæ›¿ãˆã‚‹ */
  .cvn-point-content-text {
    order: 1; /* ãƒ†ã‚­ã‚¹ãƒˆãŒå…ˆ */
    flex: 1;
    padding-right: 20px;
  }

  .cvn-point-image-slot {
    order: 2; /* ç”»åƒãŒå¾Œï¼ˆå³å´ï¼‰ */
    margin-bottom: 0; /* PCç‰ˆã®ä½™ç™½ã‚’ãƒªã‚»ãƒƒãƒˆ */
    width: 40%;
    height: auto;
  }

  .cvn-point-text {
    height: auto;
}
}

.text-black-bold {
  font-size: 50px;
}

/* 採用マーケティング用のサブタイトルクラス */
.recruit-subtitle-1 {
  display: inline-block;
}

.recruit-subtitle-2 {
  display: inline-block;
}

/* サービス名表示 */
.recruit-service-name {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 30px;
  line-height: 1.6;
}

.recruit-service-name-normal {
  color: #666;
  font-weight: 500;
}

.recruit-service-name-highlight {
  color: var(--gold-main);
  font-weight: 900;
  font-size: 1.8rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* スマホ時のフォントサイズ調整 */
@media (max-width: 768px) {
  .recruit-subtitle-1 {
    font-size: 30px !important;
  }
  
  .recruit-subtitle-2 {
    font-size: 25px !important;
  }

  .recruit-service-name {
    font-size: 1.2rem;
    margin: 15px 0 25px;
  }

  .recruit-service-name-highlight {
    font-size: 1.4rem;
  }
}

.py-24-nerai {
  padding-top: 0;
    padding-bottom: 0;
}

/* top-marginクラス */
.top-margin {
  padding-top: 0 !important;
}

/* text-centerに余白を設定できるクラス */
.text-center-custom {
  text-align: center;
}

/* cvn-monitor-containerのスマホ時の個別余白設定 */
@media (max-width: 768px) {
  .cvn-monitor-container {
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 40px 20px 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  
  /* 個別に余白を調整したい場合は、個別クラスを追加 */
  .cvn-monitor-container.custom-margin {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* 見出しの共通スタイル */
.section-heading {
  font-size: 2.25rem; /* text-4xl相当 */
  font-weight: bold;
  line-height: 1.2;
  margin-top: 60px !important;
}

/* スマホ時の見出しサイズ調整 */
@media (max-width: 768px) {
  .section-heading {
    font-size: 25px !important;
    margin-top: 50px;
  }
}

/* キャンペーンバナー */
.campaign-banner {
  max-width: 600px;
  margin: 60px auto 100px;
  padding: 0 20px;
}

.campaign-banner-content {
  background: #2b3355;
  border: 2px solid var(--gold-main);
  border-radius: 16px;
  padding: 40px 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* 左上のゴールドバッジ */
.campaign-badge {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100px;
  height: 100px;
  background-color: var(--gold-main);
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 4px 12px rgb(51 39 3 / 82%);
  font-size: 22px;
}

.campaign-badge-line1 {
  /* font-size: 1rem; */
  font-weight: bold;
  color: #000;
  line-height: 1;
  margin-bottom: 2px;
}

.campaign-badge-line2 {
  /* font-size: 1.1rem; */
  font-weight: 900;
  color: #000;
  line-height: 1;
}

/* 右上の期限 */
.campaign-deadline {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  z-index: 10;
  background-color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  /* box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4); */
  /* border: 2px solid var(--gold-dark); */
}

.campaign-deadline span {
  display: block;
  font-size: 1.3rem;
  font-weight: 900;
  color: #000;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

.campaign-deadline-line {
  display: none;
}

/* 中央のタイトル */
.campaign-title {
  text-align: center;
  margin: 30px 0 40px;
  padding-top: 20px;
}

.campaign-title-line1 {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold-main);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.campaign-title-line2 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--gold-main);
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* 価格情報 */
.campaign-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.campaign-price-old {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.campaign-price-label {
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
}

.campaign-price-value {
  font-size: 1.8rem;
  color: #fff;
  text-decoration: line-through;
  text-decoration-color: #ff4444;
  text-decoration-thickness: 3px;
  font-weight: bold;
}

.campaign-price-arrow {
  font-size: 2.5rem;
  color: #ff4242;
  font-weight: bold;
  margin: 0 10px;
}

.campaign-price-new {
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.campaign-price-zero {
  font-size: 4.5rem;
  font-weight: 900;
  color: var(--gold-main);
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.campaign-price-yen {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--gold-main);
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* キャンペーンバナーのスマホ対応 */
@media (max-width: 768px) {
  .campaign-banner {
    margin: 40px auto 60px;
    padding: 0 15px;
  }

  .campaign-banner-content {
    padding: 30px 20px;
  }

  .campaign-badge {
    width: 80px;
    height: 80px;
    top: 15px;
    left: 15px;
    font-size: 18px;
  }

  .campaign-deadline {
    top: 15px;
    right: 15px;
    padding: 10px 15px;
  }

  .campaign-deadline span {
    font-size: 1rem;
  }

  .campaign-title {
    margin: 20px 0 30px;
    padding-top: 10px;
  }

  .campaign-title-line1 {
    font-size: 1.8rem;
  }

  .campaign-title-line2 {
    font-size: 2.2rem;
  }

  .campaign-price {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .campaign-price-arrow {
    transform: rotate(90deg);
    margin: 0;
  }

  .campaign-price-zero {
    font-size: 3.5rem;
  }

  .campaign-price-yen {
    font-size: 2rem;
  }
}

/* スマホ時のみ改行 */
.mobile-br {
  display: none;
}

@media (max-width: 768px) {
  .mobile-br {
    display: inline;
  }
}

/* 企業様の声カード */
.testimonial-card {
  background-color: #f1eded !important;
}

/* recruit-21.png専用スタイル */
.recruit-flow-image-21 {
  width: 200px !important;
  height: auto;
}

@media (max-width: 850px) {
  .recruit-flow-image-21 {
    width: 200px !important;
  }
}

/* メインビジュアルセクション */
.main-visual-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}

.main-visual-container {
  position: relative;
  width: 100%;
  /* max-width: 1400px; */
  margin: 0 auto;
  min-height: 100vh;
  padding: 0;
}

/* 左側：テキストエリア */
.main-visual-text-area {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 50%;
}

/* 青いグラデーションボックス */
.main-visual-blue-box {
  background: linear-gradient(180deg, #4A90E2 0%, #2E5C8A 100%);
  padding: 40px 50px;
  position: relative;
  max-width: fit-content;
  margin-bottom: 20px;
}

.main-visual-headline-1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 15px 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.main-visual-headline-2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

/* 黒い小さな矩形 */
.main-visual-black-box {
  background: #000;
  padding: 20px 30px;
  max-width: fit-content;
  margin-bottom: 20px;
}

.main-visual-subheadline {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* 白い矩形 */
.main-visual-white-box {
  background: #fff;
  opacity: 0.8;
  padding: 30px 40px;
  max-width: fit-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.main-visual-body-text {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.main-visual-body-line1,
.main-visual-body-line2 {
  display: block;
}

/* 右側：画像エリア */
.main-visual-image-area {
  /* position: absolute; */
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.main-visual-image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
}

.main-visual-image {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
  /* object-position: center right; */
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .main-visual-container {
    flex-direction: column;
    min-height: auto;
  }
  
  .main-visual-text-area {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 30px;
    right: 30px;
    transform: none;
    padding: 40px 30px;
    max-width: calc(100% - 60px);
    width: auto;
  }
  
  .main-visual-image-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 500px;
  }
  
  .main-visual-blue-box {
    max-width: 100%;
  }
  
  .main-visual-headline-1 {
    font-size: 2rem;
  }
  
  .main-visual-headline-2 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .main-visual-section {
    min-height: auto;
    position: relative;
  }
  
  .main-visual-container {
    flex-direction: column;
    min-height: auto;
    position: relative;
    display: flex;
  }
  
  .main-visual-text-area {
    position: relative;
    order: 2;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    padding: 30px 10px;
    max-width: 100%;
    width: 100%;
    gap: 15px;
    margin-top: 0;
    z-index: 10;
  }
  
  .main-visual-image-area {
    position: relative;
    order: 1;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 1;
  }
  
  .main-visual-image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  
  .main-visual-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  
  .main-visual-blue-box {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  
  .main-visual-headline-1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .main-visual-headline-2 {
    font-size: 19px;
  }
  
  .main-visual-black-box {
    padding: 15px 20px;
    margin-bottom: 15px;
  }
  
  .main-visual-subheadline {
    font-size: 1rem;
  }
  
  .main-visual-white-box {
    padding: 20px 25px;
  }
  
  .main-visual-body-text {
    font-size: 0.95rem;
    line-height: 1.6;
  }
  
  .main-visual-image-area {
    height: 400px;
    min-height: 400px;
  }

  .text-left {
    text-align: left !important;
  }

  .pc-only {
    display: none;
  }
  
}

/* 位置・見た目 */
.at-floatpop {
	position: fixed;
	z-index: 100;
	inset: auto 16px 16px auto;
	display: grid;
	place-items: center end;
	pointer-events: none;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Yu Gothic", sans-serif;
}

@media (min-width:981px) {
	.at-floatpop {
		inset: 500px 16px 0 auto;
		place-items: center end;
	}
}

.at-fp-card {
	pointer-events: auto;
	width: min(75vw, 420px);
	/* background: #fff; */
	/* border-radius: 14px; */
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .06);
	box-shadow: 3px 3px 4px rgba(0, 0, 0, .15);
	opacity: 0;
	transform: translateY(18px);
	animation: at-fp-in-mobile 420ms cubic-bezier(.2, .7, .2, 1) forwards;
}

@media (min-width:981px) {
	.at-fp-card {
		transform: translateX(18px);
		animation: at-fp-in-desktop 420ms cubic-bezier(.2, .7, .2, 1) forwards;
	}
}

.at-fp-imageLink img {
	display: block;
	width: 100%;
	height: auto;
}

.at-fp-body {
	padding: 14px 16px 18px;
}

.at-fp-text {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.6;
	color: #222;
}

.at-fp-btn {
	display: inline-block;
	padding: 10px 16px;
	border-radius: 999px;
	background: #249447;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	transition: filter .2s ease, transform .2s ease;
}

.at-fp-btn:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
}

.at-fp-close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: grid;
	place-items: center;
	font-weight: 700;
	color: #333;
	background: rgba(255, 255, 255, .9);
	border: 1px solid rgba(0, 0, 0, .08);
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.at-fp-close:hover {
	background: #fff;
	transform: scale(1.06);
}

/* 表示アニメーション */
@keyframes at-fp-in-mobile {
	from {
		opacity: 0;
		transform: translateY(18px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

@keyframes at-fp-in-desktop {
	from {
		opacity: 0;
		transform: translateX(18px)
	}

	to {
		opacity: 1;
		transform: translateX(0)
	}
}

/* 戻る/進む時の即時非表示や競合対策 */
.at-fp-hidden {
	display: none !important;
}

@media (prefers-reduced-motion:reduce) {
	.at-fp-card {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

/* grid-contactクラス：パソコンでは横並び、スマホでは縦並び */
.grid-contact {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 1024px) {
	.grid-contact {
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
      grid-template-columns: none !important;
  }
}


/* ============================================
   はじめてでも安心・返金保証（cvn-refund-assurance-block）
   枠線 #ffc300 / 本文ゴールド #D4AF37 / メイン赤 #cc3737 / 下線 #ffc300
   ============================================ */
   .cvn-refund-assurance-block {
    text-align: center;
    padding: 1.1rem 0rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 1.5rem; */
    border: 1px solid #e1c84a;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
  }
  
  /* リード・注釈はゴールド */
  .cvn-refund-assurance-lead {
    font-size: 1.5rem;
    font-weight: 700;
    color: #cda625;
    margin-bottom: 0.5rem;
  }
  @media (min-width: 768px) {
    .cvn-refund-assurance-lead {
      font-size: 1.875rem;
    }
  }
  
  .cvn-refund-assurance-note {
    font-size: 0.875rem;
    color: #5b5b5b;
  }
  
  /* メイン行：赤＋下線（下線色 #ffc300）。初期費用13万円返金まわり */
  .cvn-refund-assurance-main {
    font-size: 1.25rem;
    font-weight: 700;
    color: #cc3737;
    margin-bottom: 1rem;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-color: #cda625;
    text-underline-offset: 0.25em;
  }
  @media (min-width: 768px) {
    .cvn-refund-assurance-main {
      font-size: 1.5rem;
    }
  }
  
  /* 「万円」だけ少し小さく（index.php で span.cvn-refund-yen-unit で囲む） */
  .cvn-refund-assurance-main .cvn-refund-yen-unit {
    font-size: 0.75em;
    color: #cc3737;
  }
  
  /* ============================================
     初期費用エリア（price-display-section まわり）
     ============================================ */
  .price-refund-line {
    font-size: 1.125rem;
    font-weight: 600;
    color: #000;
    margin-top: 0.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  
  /* ============================================
     広告作成費用下の注記（赤字 #cc3737）
     ============================================ */
  .process-step-footnote {
    color: #cc3737;
    font-size: 0.875rem;
    text-align: center;
    margin-top: 0.75rem;
    line-height: 1.5;
  }

 