.rc-problems-wrap{--rc-blue:#2878c8;--rc-blue-light:#5899d6;--rc-blue-dark:#1a4a8c;--rc-green:#32a064;--rc-green-light:#6bbf96;--rc-accent:#2878c8;--rc-accent-light:#5899d6;--rc-accent-bg:rgba(40,120,200,.1);--rc-surface-alt:#eef0f5;--rc-bg:#f8f9fc;--rc-fg:#1a2030;--rc-muted:#6b7280;--rc-card:#fff;--rc-border:#dde1ec;--rc-muted-bg:#eef0f3;background-color:var(--rc-card);color:var(--rc-fg);font-family:Noto Sans JP,sans-serif;padding:80px 0}.rc-problems-wrap.rc-accent--green{--rc-accent:#32a064;--rc-accent-light:#6bbf96;--rc-accent-bg:rgba(50,160,100,.1)}.rc-problems-wrap.rc-accent--orange{--rc-accent:#e8701a;--rc-accent-light:#f5a454;--rc-accent-bg:rgba(232,112,26,.1)}.rc-problems-wrap.rc-accent--red{--rc-accent:#dc2626;--rc-accent-light:#f87171;--rc-accent-bg:rgba(220,38,38,.1)}.rc-problems__inner{margin:0 auto;max-width:1100px;padding:0 24px}.rc-problems__header{margin-bottom:56px;text-align:center}.rc-problems__label{background-color:var(--rc-accent-bg);border-radius:100px;color:var(--rc-accent);display:inline-block;font-size:11px;font-weight:700;letter-spacing:.16em;margin-bottom:16px;padding:4px 14px}.rc-problems__title{color:var(--rc-fg);font-size:clamp(24px,3.5vw,38px);font-weight:800;line-height:1.35;margin:0 0 16px}.rc-problems__desc{color:var(--rc-muted);font-size:15px;line-height:1.7;margin:0 auto;max-width:560px}.rc-problems__grid{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:48px}.rc-problems__card{background-color:var(--rc-card);border:1.5px solid var(--rc-border);border-radius:16px;padding:32px 28px;position:relative;text-align:center;transition:box-shadow .2s,transform .2s}.rc-problems__icon-wrap{align-items:center;color:var(--rc-blue);display:flex;height:100px;justify-content:center;margin:0 auto 20px;width:100px}.rc-problems__icon-img{height:100px;object-fit:contain;width:100px}.rc-problems__card-title{color:var(--rc-fg);font-size:17px;font-weight:700;line-height:1.4;margin:0 0 12px}.rc-problems__card-desc{color:var(--rc-muted);font-size:14px;line-height:1.75;margin:0}.rc-problems__bridge{border-radius:20px;padding:36px 40px;text-align:center}.rc-problems__bridge--blue{background-color:#2878c8;color:#fff}.rc-problems__bridge--dark{background-color:#1e2c40;color:#fff}.rc-problems__bridge--green{background-color:#32a064;color:#fff}.rc-problems__bridge--gray{background-color:#eef0f5;color:#1a2030}.rc-problems__bridge--white{background-color:#fff;border:1.5px solid #dde1ec;color:#1a2030}.rc-problems__bridge--gray .rc-problems__bridge-text,.rc-problems__bridge--white .rc-problems__bridge-text{color:#4a5568}.rc-problems__bridge--gray .rc-problems__bridge-text strong,.rc-problems__bridge--white .rc-problems__bridge-text strong{color:#1a2030}.rc-problems__bridge-text{color:hsla(0,0%,100%,.9);font-size:clamp(16px,2vw,22px);font-weight:500;letter-spacing:.02em;line-height:1.7;margin:0}.rc-problems__bridge-text strong{color:#fff;display:block;font-size:clamp(20px,2.5vw,28px);font-weight:800;margin-top:6px}@media (max-width:767px){.rc-problems-wrap{padding:60px 0}.rc-problems__grid{gap:16px;grid-template-columns:1fr}.rc-problems__bridge{padding:28px 24px}.rc-problems__card{padding:24px 20px}}@media (min-width:768px) and (max-width:1023px){.rc-problems__grid{grid-template-columns:1fr 1fr}}.rc-bg--white{background-color:#fff}.rc-bg--gray{background-color:#eef0f5}.rc-bg--blue-light{background-color:#eef5fc}.rc-bg--blue{background-color:#2878c8}.rc-bg--dark{background-color:#1e2c40}.rc-bg--blue .rc-problems__desc,.rc-bg--blue .rc-problems__label,.rc-bg--blue .rc-problems__title,.rc-bg--dark .rc-problems__desc,.rc-bg--dark .rc-problems__label,.rc-bg--dark .rc-problems__title{color:#f5f6fa}