
  .rh-cr5 * { box-sizing: border-box; font-family: 'Mont', sans-serif; }
  .rh-cr5 { box-sizing: border-box !important; width: 100%; background: #ffffff; }
  .rh-cr5-wrap { width: 100%; max-width: 1600px; margin: 0 auto; padding: 48px 80px; }
  .rh-cr5 h2 { font-size: clamp(20px, 2.4vw, 28px); font-weight: 600; color: #262626; line-height: 1.2; border-top: 3px solid #BFD8B3; padding: 20px 0 0 0; margin: 0 0 24px 0; }
  .rh-cr5 p { font-size: 16px; font-weight: 600; color: #464646; line-height: 1.75; margin: 0 0 20px 0; padding: 0; display: block; }
  .rh-cr5 p a { color: #6E8C5E !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 2px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; transition: color 0.15s, text-decoration-color 0.15s; }
  .rh-cr5 p a:hover { color: #4F6A41 !important; -webkit-text-decoration-color: #6E8C5E; text-decoration-color: #6E8C5E; }
  .rh-cr5-timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 24px 0; }
  .rh-cr5-tl { background: #f7f7f7; border-radius: 14px; padding: 24px 24px; border-top: 3px solid #BFD8B3; }
  .rh-cr5-tl.danger { border-top-color: #CB817D; }
  .rh-cr5-tl-num { font-size: clamp(24px, 3vw, 32px); font-weight: 700; color: #606C59; line-height: 1; display: block; margin: 0 0 8px 0; }
  .rh-cr5-tl.danger .rh-cr5-tl-num { color: #CB817D; }
  .rh-cr5-tl-label { font-size: 13px; font-weight: 600; color: #585858; line-height: 1.5; display: block; }
  .rh-cr5-quote { background: #262626; border-radius: 20px; padding: 40px 48px; position: relative; overflow: hidden; margin: 0 0 24px 0; }
  .rh-cr5-quote::before { content: '\201C'; font-size: 64px; font-weight: 600; color: #BFD8B3; line-height: 1; display: block; margin: 0 0 6px 0; opacity: 0.5; }
  .rh-cr5-quote::after { content: ''; position: absolute; right: -30px; bottom: -30px; width: 160px; height: 160px; border-radius: 50%; background: #BFD8B3; opacity: 0.06; }
  .rh-cr5-quote p { font-size: 18px; font-weight: 600; color: #ffffff; line-height: 1.55; margin: 0; position: relative; z-index: 1; }
  .rh-cr5-quote cite { display: block; margin-top: 16px; font-size: 13px; font-weight: 600; font-style: normal; color: #99AD8F; }
  .rh-cr5-cases { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 24px 0; }
  .rh-cr5-case { border-radius: 16px; padding: 24px 28px; }
  .rh-cr5-case.fast { background: #DFECD9; border-top: 3px solid #99AD8F; }
  .rh-cr5-case.slow { background: #f7f7f7; border-top: 3px solid #CB817D; }
  .rh-cr5-case-tag { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; display: block; margin: 0 0 8px 0; }
  .rh-cr5-case.fast .rh-cr5-case-tag { color: #606C59; }
  .rh-cr5-case.slow .rh-cr5-case-tag { color: #CB817D; }
  .rh-cr5-case-title { font-size: 15px; font-weight: 700; color: #262626; display: block; margin: 0 0 8px 0; }
  .rh-cr5-case-text { font-size: 13.5px; font-weight: 600; color: #585858; line-height: 1.6; display: block; }
  .rh-cr5-svc { background: #262626; border-radius: 16px; padding: 24px 30px; margin: 0; }
  .rh-cr5-svc p { font-size: 15px; font-weight: 600; color: #E6E6E6; line-height: 1.7; margin: 0; }
  .rh-cr5-svc p a { color: #BFD8B3 !important; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; -webkit-text-decoration-color: #99AD8F; text-decoration-color: #99AD8F; }
  .rh-cr5-svc p a:hover { color: #DFECD9 !important; }
  @media (max-width: 1280px) { .rh-cr5-wrap { padding: 40px 60px; } }
  @media (max-width: 768px) { .rh-cr5-timeline { grid-template-columns: 1fr; } .rh-cr5-cases { grid-template-columns: 1fr; } }
  @media (max-width: 600px) {
    .rh-cr5-wrap { padding: 32px 20px; }
    .rh-cr5 p { font-size: 15px; }
    .rh-cr5-quote { padding: 28px 24px; border-radius: 14px; }
    .rh-cr5-quote p { font-size: 16px; }
    .rh-cr5-svc { padding: 22px 20px; border-radius: 14px; }
  }
