.feature-showcase {
    --fr-navy: #163a5f;
    --fr-blue: #2176bd;
    --fr-ink: #263746;
    --fr-muted: #607587;
    --fr-line: #dce9ef;
    color: var(--fr-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    line-height: 1.8;
    overflow: hidden;
}
.feature-showcase.top-wrap { margin-top: 120px; }
.feature-showcase *, .feature-showcase *::before, .feature-showcase *::after { box-sizing: border-box; }
.feature-showcase .container { width: 1170px; max-width: 100%; }
.feature-showcase__hero-inner::before, .feature-showcase__hero-inner::after,
.feature-showcase__detail-grid::before, .feature-showcase__detail-grid::after,
.feature-showcase__jump .container::before, .feature-showcase__jump .container::after { display: none; }
.feature-showcase h1, .feature-showcase h2, .feature-showcase h3, .feature-showcase p { margin-top: 0; }
.feature-showcase h2 { color: var(--fr-navy); font-size: 37px; font-weight: 800; line-height: 1.48; }
.feature-showcase__section { padding: 92px 0; }
.feature-showcase__label { margin-bottom: 12px; color: var(--fr-blue); font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.feature-showcase__section-lead { max-width: 780px; margin: 20px 0 42px; color: var(--fr-muted); font-size: 17px; }
.feature-showcase__breadcrumb { background: #f7fbfd; }
.feature-showcase .breadcrumb { margin: 0; padding: 14px 0; background: transparent; font-size: 12px; }
.feature-showcase .breadcrumb a { color: var(--fr-blue); }
.feature-showcase__hero { padding: 50px 0 72px; background: radial-gradient(circle at 80% 20%, #e3f3f9, transparent 37%), #f7fbfd; }
.feature-showcase__hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.feature-showcase__eyebrow { margin-bottom: 18px; color: var(--fr-blue); font-size: 14px; font-weight: 800; }
.feature-showcase h1 { margin-bottom: 23px; color: var(--fr-navy); font-size: 42px; font-weight: 800; line-height: 1.44; letter-spacing: -.03em; text-wrap: balance; }
.feature-showcase h1 strong { color: var(--fr-blue); }
.feature-showcase__lead { max-width: 540px; color: #476074; font-size: 17px; }
.feature-showcase__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.feature-showcase__button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 10px 24px; border: 2px solid var(--fr-blue); border-radius: 7px; font-size: 15px; font-weight: 800; text-align: center; text-decoration: none !important; }
.feature-showcase__button--primary, .feature-showcase__button--primary:hover { color: #fff; background: var(--fr-blue); }
.feature-showcase__button--outline, .feature-showcase__button--outline:hover { color: var(--fr-blue); background: #fff; }
.feature-showcase__button:hover { box-shadow: 0 8px 18px rgba(22,58,95,.16); }
.feature-showcase__hero-note { margin: 18px 0 0; color: var(--fr-muted); font-size: 13px; }
.feature-showcase__hero-visual { overflow: hidden; background: #fff; border: 1px solid var(--fr-line); border-radius: 17px; box-shadow: 0 22px 50px rgba(22,58,95,.13); }
.feature-showcase__visual-heading { display: flex; gap: 15px; align-items: center; padding: 13px 21px; color: #fff; background: var(--fr-navy); font-size: 13px; }
.feature-showcase__visual-heading span { font-size: 19px; font-weight: 800; }
.feature-showcase__visual-heading b { font-weight: 600; }
.feature-showcase__visual-heading i { margin-left: auto; color: #78b5d8; font-size: 8px; font-style: normal; letter-spacing: 4px; }
.feature-showcase__visual-body { padding: 28px; }
.feature-showcase__visual-body > p { margin-bottom: 17px; color: var(--fr-muted); font-size: 13px; font-weight: 700; }
.feature-showcase__visual-steps { display: grid; gap: 11px; }
.feature-showcase__visual-steps > div { display: grid; grid-template-columns: 46px 1fr; gap: 0 13px; padding: 14px; background: #f6fafc; border: 1px solid var(--fr-line); border-radius: 8px; }
.feature-showcase__visual-steps span { grid-row: span 2; display: grid; width: 40px; height: 40px; place-items: center; color: var(--fr-blue); background: #e1f0f9; border-radius: 50%; font-weight: 800; }
.feature-showcase__visual-steps b { color: var(--fr-navy); font-size: 15px; }
.feature-showcase__visual-steps small { color: var(--fr-muted); }
.feature-showcase__visual-foot { display: flex; justify-content: space-between; gap: 10px; margin-top: 19px; padding-top: 17px; border-top: 1px solid var(--fr-line); font-size: 12px; }
.feature-showcase__visual-foot strong { color: var(--fr-blue); }
.feature-showcase__jump { border-bottom: 1px solid var(--fr-line); background: #fff; }
.feature-showcase__jump .container { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; }
.feature-showcase__jump a { display: flex; justify-content: space-between; padding: 19px 20px; color: var(--fr-navy); border-right: 1px solid var(--fr-line); font-size: 13px; font-weight: 800; }
.feature-showcase__jump a:first-child { border-left: 1px solid var(--fr-line); }
.feature-showcase__jump span { color: var(--fr-blue); }
.feature-showcase__intro { text-align: center; }
.feature-showcase__intro .feature-showcase__section-lead { margin-left: auto; margin-right: auto; }
.feature-showcase__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.feature-showcase__benefits article { padding: 32px; background: #f7fafc; border: 1px solid var(--fr-line); border-radius: 12px; }
.feature-showcase__benefits span { color: var(--fr-blue); font-size: 27px; font-weight: 800; }
.feature-showcase__benefits h3 { margin: 14px 0 10px; color: var(--fr-navy); font-size: 20px; font-weight: 800; }
.feature-showcase__benefits p { margin: 0; color: var(--fr-muted); font-size: 14px; }
.feature-showcase__detail--tint, .feature-showcase__next { background: #f4f9fc; }
.feature-showcase__detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: center; }
.feature-showcase__detail-grid--reverse .feature-showcase__detail-copy { order: 2; }
.feature-showcase__detail-grid--reverse .feature-showcase__screen { order: 1; }
.feature-showcase__detail-copy > p:not(.feature-showcase__label) { color: var(--fr-muted); font-size: 16px; }
.feature-showcase__checks { margin: 22px 0 0; padding: 0; list-style: none; }
.feature-showcase__checks li { margin-top: 9px; padding-left: 28px; position: relative; font-weight: 700; }
.feature-showcase__checks li::before { content: "✓"; position: absolute; left: 0; color: var(--fr-blue); }
.feature-showcase__screen { margin: 0; padding: 14px; overflow: hidden; background: #fff; border: 1px solid var(--fr-line); border-radius: 14px; box-shadow: 0 14px 32px rgba(22,58,95,.09); }
.feature-showcase__screen img { display: block; width: 100%; height: auto; }
.feature-showcase__screen figcaption { padding: 15px 5px 4px; color: var(--fr-muted); font-size: 13px; text-align: center; }
.feature-showcase__mock { overflow: hidden; border-radius: 9px; background: #edf5f8; }
.feature-showcase__mock header { padding: 18px 22px; background: #286688; color: #fff; font-weight: 800; }
.feature-showcase__mock > div { display: flex; justify-content: space-between; gap: 15px; margin: 8px 14px; padding: 17px; border-radius: 6px; background: #fff; color: #54788d; }
.feature-showcase__mock > div strong { color: #287d9c; }
.feature-showcase__mock footer { padding: 14px 21px; color: #397d99; font-size: 13px; font-weight: 800; text-align: right; }
.feature-showcase__paper { display: grid; gap: 8px; width: min(270px,100%); min-height: 225px; margin: 0 auto; padding: 18px; border: 1px solid #d6e7ef; background: #fff; box-shadow: 0 12px 30px #2447601a; }
.feature-showcase__paper b { padding: 12px; background: #327a9e; color: #fff; text-align: center; }
.feature-showcase__paper span { padding: 12px; border-bottom: 1px solid #dae8ef; color: #7693a3; font-size: 12px; }
.feature-showcase__paper small { color: #4e94ac; font-weight: 800; text-align: right; }

.feature-showcase--renewal .feature-showcase__hero { padding: 85px 0; background: #173f60; }
.feature-showcase--renewal .feature-showcase__hero h1, .feature-showcase--renewal .feature-showcase__hero h1 strong { color: #fff; }
.feature-showcase--renewal .feature-showcase__hero .feature-showcase__eyebrow { color: #82d2df; }
.feature-showcase--renewal .feature-showcase__hero .feature-showcase__lead, .feature-showcase--renewal .feature-showcase__hero-note { color: #c9e0e9; }
.feature-showcase--renewal .feature-visual { transform: rotate(2deg); }
.feature-showcase--deal .feature-showcase__hero { padding: 90px 0; background: #f7f0e8; }
.feature-showcase--deal .feature-showcase__hero-inner { grid-template-columns: 1.05fr .95fr; }
.feature-showcase--deal .feature-showcase__hero-inner > div:first-child { order: 2; }
.feature-showcase--deal .feature-visual { order: 1; }
.feature-showcase--deal .feature-showcase__hero h1 strong, .feature-showcase--deal .feature-showcase__eyebrow { color: #bc8153; }
.feature-showcase--history .feature-showcase__hero { padding: 75px 0 85px; background: #edf6f1; text-align: center; }
.feature-showcase--history .feature-showcase__hero-inner { grid-template-columns: 1fr; justify-items: center; }
.feature-showcase--history .feature-showcase__hero-inner > div:first-child { max-width: 830px; }
.feature-showcase--history .feature-showcase__lead { max-width: 720px; margin: 0 auto; }
.feature-showcase--history .feature-showcase__actions { justify-content: center; }
.feature-showcase--history .feature-visual { width: min(790px,100%); }
.feature-showcase--history .feature-visual img { border-radius: 25px; }
.feature-showcase--history .feature-showcase__hero h1 strong, .feature-showcase--history .feature-showcase__eyebrow { color: #4a967d; }
.feature-showcase--support .feature-showcase__hero { padding: 95px 0; background: linear-gradient(135deg,#f1f5fd,#eaf7f8); }
.feature-showcase--support .feature-showcase__hero-inner { grid-template-columns: .85fr 1.15fr; }
.feature-showcase--support .feature-visual img { border-radius: 28px 7px 28px 7px; box-shadow: 22px 22px 0 #d6e9f1; }
.feature-showcase--support .feature-showcase__hero h1 strong { color: #3a91a6; }
.feature-showcase__data-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.feature-showcase__data-tags span { padding: 6px 13px; color: var(--fr-blue); background: #eaf5fb; border-radius: 30px; font-size: 13px; font-weight: 700; }
.feature-showcase__detail-copy .feature-showcase__aside { padding: 12px 16px; background: #f5f9fb; border-left: 3px solid var(--fr-blue); font-size: 13px !important; }
.feature-showcase__simple-card { display: flex; flex-direction: column; align-items: center; padding: 34px; background: #fff; border: 1px solid var(--fr-line); border-radius: 14px; box-shadow: 0 14px 32px rgba(22,58,95,.09); text-align: center; }
.feature-showcase__simple-card span { margin-bottom: 17px; color: var(--fr-blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.feature-showcase__simple-card strong { width: 100%; padding: 14px; color: var(--fr-navy); background: #f0f7fb; border-radius: 8px; font-size: 17px; }
.feature-showcase__simple-card i { color: var(--fr-blue); font-size: 24px; font-style: normal; }
.feature-showcase__documents { background: #f4f9fc; }
.feature-showcase__document-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-showcase__document-grid article { display: grid; grid-template-columns: 47% 53%; overflow: hidden; background: #fff; border: 1px solid var(--fr-line); border-radius: 12px; }
.feature-showcase__document-image { display: flex; min-height: 260px; align-items: center; padding: 16px; background: #ecf4f8; }
.feature-showcase__document-image img { display: block; width: 100%; height: auto; max-height: 270px; object-fit: contain; }
.feature-showcase__document-copy { padding: 28px 22px; }
.feature-showcase__document-copy span, .feature-showcase__connected-grid article > span { color: var(--fr-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.feature-showcase__document-copy h3, .feature-showcase__connected-grid h3 { margin: 15px 0; color: var(--fr-navy); font-size: 21px; font-weight: 800; }
.feature-showcase__document-copy p, .feature-showcase__connected-grid p { color: var(--fr-muted); font-size: 14px; }
.feature-showcase__document-note { margin: 22px 0 0; color: var(--fr-muted); font-size: 13px; }
.feature-showcase__connected-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feature-showcase__connected-grid article { padding: 34px; border: 1px solid var(--fr-line); border-top: 4px solid var(--fr-blue); border-radius: 12px; }
.feature-showcase__connected-grid small { color: var(--fr-muted); }
.feature-showcase__related-link a { color: var(--fr-blue); font-weight: 800; }
.feature-showcase__next-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 35px; }
.feature-showcase__next-grid a { display: flex; min-height: 180px; flex-direction: column; padding: 25px; color: var(--fr-navy); background: #fff; border: 1px solid var(--fr-line); border-radius: 10px; text-decoration: none; }
.feature-showcase__next-grid small { color: var(--fr-blue); font-size: 12px; font-weight: 800; }
.feature-showcase__next-grid strong { margin: 10px 0 auto; font-size: 18px; line-height: 1.55; }
.feature-showcase__next-grid span { color: var(--fr-blue); font-size: 13px; font-weight: 800; }
.feature-showcase__cta { padding: 80px 0; color: #fff; background: var(--fr-navy); text-align: center; }
.feature-showcase__cta p { color: #a7d7ee; font-weight: 800; }
.feature-showcase__cta h2 { color: #fff; }
.feature-showcase__cta .feature-showcase__actions { justify-content: center; }
.feature-showcase__cta .feature-showcase__button--outline { color: #fff; background: transparent; border-color: #9bd0eb; }
.feature-showcase--catalog .feature-showcase__hero-visual { max-width: 560px; width: 100%; justify-self: end; }
.feature-showcase--catalog .feature-showcase__visual-steps > div { grid-template-columns: 46px 1fr; align-items: center; }
.feature-showcase--catalog .feature-showcase__visual-steps span { grid-row: auto; }
.feature-showcase--catalog .feature-showcase__hero h1 { font-size: 38px; }
.feature-showcase__catalog-intro > .container { display: grid; grid-template-columns: 38% 1fr; gap: 55px; align-items: start; }
.feature-showcase__catalog-description { padding: 6px 0 6px 27px; color: #4e6476; border-left: 3px solid var(--fr-blue); font-size: 18px; line-height: 2; }
.feature-showcase__catalog-points { background: #f4f9fc; }
.feature-showcase__catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 38px; }
.feature-showcase__catalog-grid article { padding: 31px; background: #fff; border: 1px solid var(--fr-line); border-top: 4px solid var(--fr-blue); border-radius: 10px; }
.feature-showcase__catalog-grid article > span { color: var(--fr-blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.feature-showcase__catalog-grid h3 { margin: 18px 0 10px; color: var(--fr-navy); font-size: 20px; font-weight: 800; line-height: 1.5; }
.feature-showcase__catalog-grid p { margin: 0; color: var(--fr-muted); font-size: 14px; }
.feature-showcase__landing-note { margin: 26px 0 0; padding: 14px 18px; color: var(--fr-muted); background: #fff; border-left: 3px solid var(--fr-blue); font-size: 13px; }
.feature-showcase__story-copy { max-width: 860px; }
.feature-showcase__story-copy > p:not(.feature-showcase__label) { color: var(--fr-muted); font-size: 17px; }
.feature-showcase__story-copy > p + p { margin-top: 24px; }
.feature-showcase__output-group { margin-top: 50px; }
.feature-showcase__output-group h3 { margin-bottom: 18px; color: var(--fr-navy); font-size: 23px; font-weight: 800; }
.feature-showcase__output-scroll { overflow-x: auto; border: 1px solid var(--fr-line); border-radius: 10px; }
.feature-showcase__output-scroll table { width: 100%; min-width: 580px; border-collapse: collapse; }
.feature-showcase__output-scroll th, .feature-showcase__output-scroll td { padding: 14px 18px; border-bottom: 1px solid var(--fr-line); text-align: left; vertical-align: top; }
.feature-showcase__output-scroll thead { color: #fff; background: var(--fr-navy); }
.feature-showcase__output-scroll tbody th { width: 36%; color: var(--fr-navy); background: #f7fbfd; }
.feature-showcase__output-scroll tbody tr:last-child th, .feature-showcase__output-scroll tbody tr:last-child td { border-bottom: 0; }
/* 個別SVGは共通の余白と画像比率だけを共有する。 */
.feature-visual { margin: 0; width: 100%; }
.feature-visual img { display: block; width: 100%; height: auto; border-radius: 22px; box-shadow: 0 20px 42px rgba(22,58,95,.12); }
.feature-visual figcaption { margin-top: 8px; color: var(--fr-muted); font-size: 11px; text-align: right; }
.feature-showcase__step-art { display: block; width: 66px; height: 66px; margin: 0 0 16px; }
.feature-showcase__catalog-grid .feature-showcase__step-art { width: 64px; height: 64px; }
@media (max-width: 991px) {
    .feature-showcase--deal .feature-showcase__hero-inner, .feature-showcase--support .feature-showcase__hero-inner { grid-template-columns: 1fr; }
    .feature-showcase--deal .feature-showcase__hero-inner > div:first-child, .feature-showcase--deal .feature-visual { order: initial; }
    /* サイドの問い合わせフォームがある幅では、本文はビューポートより約27%狭い。 */
    .feature-showcase__hero-inner, .feature-showcase__detail-grid { grid-template-columns: 1fr; gap: 30px; }
    .feature-showcase__detail-grid--reverse .feature-showcase__detail-copy,
    .feature-showcase__detail-grid--reverse .feature-showcase__screen { order: initial; }
    .feature-showcase__benefits, .feature-showcase__next-grid { grid-template-columns: 1fr; }
    .feature-showcase__catalog-intro > .container, .feature-showcase__catalog-grid { grid-template-columns: 1fr; }
    .feature-showcase__catalog-description { padding-left: 20px; }
    .feature-showcase--catalog .feature-showcase__hero-visual { justify-self: stretch; }
    .feature-showcase__jump .container { grid-template-columns: 1fr 1fr; }
    .feature-showcase h1 { font-size: 34px; }
    .feature-showcase h2 { font-size: 30px; }
    .feature-showcase__document-grid article { grid-template-columns: 1fr; }
    .feature-showcase__document-image { min-height: 190px; justify-content: center; }
}
@media (max-width: 767px) {
    .feature-showcase--renewal .feature-showcase__hero, .feature-showcase--deal .feature-showcase__hero, .feature-showcase--history .feature-showcase__hero, .feature-showcase--support .feature-showcase__hero { padding: 65px 0; }
    .feature-showcase--support .feature-visual img { box-shadow: 10px 10px 0 #d6e9f1; }
    .feature-showcase.top-wrap { margin-top: 70px; }
    .feature-showcase__hero { padding: 35px 0 55px; }
    .feature-showcase__hero-inner, .feature-showcase__detail-grid, .feature-showcase__benefits, .feature-showcase__document-grid, .feature-showcase__connected-grid, .feature-showcase__next-grid { grid-template-columns: 1fr; }
    .feature-showcase__section { padding: 62px 0; }
    .feature-showcase h1 { font-size: 31px; }
    .feature-showcase h2 { font-size: 27px; }
    .feature-showcase__lead, .feature-showcase__section-lead { font-size: 15px; }
    .feature-showcase__hero-visual { margin-top: 5px; }
    .feature-showcase__jump .container { grid-template-columns: 1fr 1fr; }
    .feature-showcase__jump a { padding: 12px; border-bottom: 1px solid var(--fr-line); font-size: 11px; }
    .feature-showcase__detail-grid--reverse .feature-showcase__detail-copy, .feature-showcase__detail-grid--reverse .feature-showcase__screen { order: initial; }
    .feature-showcase__screen { margin-top: 18px; }
    .feature-showcase__document-grid article { grid-template-columns: 44% 56%; }
    .feature-showcase__next-grid a { min-height: 135px; }
}
@media (max-width: 480px) {
    .feature-showcase__button { width: 100%; }
    .feature-showcase__visual-body { padding: 17px; }
    .feature-showcase__document-grid article { grid-template-columns: 1fr; }
    .feature-showcase__document-image { min-height: 160px; }
}
