.annual-feature { --annual-blue: #1d72bd; --annual-deep: #173d60; --annual-ink: #294c68; --annual-muted: #637d91; --annual-line: #d5e5f0; color: var(--annual-ink); overflow: hidden; }
.annual-feature .container { width: min(1170px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.annual-feature .fi-kicker { color: var(--annual-blue); }
.annual-heading { max-width: 790px; margin-bottom: 45px; }
.annual-heading--center { margin-right: auto; margin-left: auto; text-align: center; }
.annual-heading h2, .annual-data-flow h2, .annual-output h2, .annual-case h2, .annual-caution h2, .annual-cta h2 { margin: 12px 0 18px; color: var(--annual-deep); }
.annual-heading > p:last-child, .annual-data-flow__copy > p:not(.fi-kicker), .annual-output__grid > div:last-child > p, .annual-case p, .annual-cta p { color: var(--annual-muted); line-height: 1.95; }

.annual-hero { padding: 72px 0 82px; background: linear-gradient(135deg, #f7fbff 0%, #e9f5ff 70%, #f4faff 100%); }
.annual-hero__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 42px; }
.annual-hero__copy h1 { margin: 14px 0 22px; color: var(--annual-deep); font-size: clamp(36px, 3.15vw, 46px); }
.annual-hero__copy > p:not(.fi-kicker) { color: #526f86; font-size: 17px; line-height: 1.95; }
.annual-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; margin-top: 28px; }
.annual-hero__visual { position: relative; margin: 0; overflow: hidden; border: 1px solid #c8deec; border-radius: 23px; background: #dceefd; box-shadow: 0 24px 58px rgba(23, 65, 103, .16); }
.annual-hero__visual img { display: block; width: 100%; height: auto; }
.annual-hero__visual figcaption { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; border-radius: 7px; color: #fff; background: rgba(20, 58, 92, .9); font-size: 11px; font-weight: 800; }

.annual-difference { padding: 102px 0; background: #fff; }
.annual-difference__grid { display: grid; grid-template-columns: 1fr 105px 1fr; align-items: stretch; gap: 18px; }
.annual-difference__grid article { padding: 31px; border: 1px solid var(--annual-line); border-radius: 20px; background: #f8fbfe; }
.annual-difference__grid article > span { display: inline-block; padding: 5px 11px; border-radius: 999px; color: #667e91; background: #e7edf2; font-size: 11px; font-weight: 900; }
.annual-difference__grid .annual-after { border-color: #b9d8ed; background: #edf7ff; }
.annual-difference__grid .annual-after > span { color: #1765aa; background: #d6ecfc; }
.annual-difference__grid h3 { min-height: 64px; margin: 13px 0 22px; color: var(--annual-deep); font-size: 23px; }
.annual-difference__grid ul { display: grid; gap: 9px; margin: 23px 0 0; padding: 0; list-style: none; color: var(--annual-muted); font-size: 14px; }
.annual-difference__grid li { position: relative; padding-left: 20px; }
.annual-difference__grid li::before { position: absolute; left: 0; color: #7b9bb1; content: "•"; font-weight: 900; }
.annual-after li::before { color: var(--annual-blue); content: "✓"; }
.annual-files { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.annual-files i { position: relative; display: grid; min-height: 42px; padding-top: 8px; border: 1px solid #d6e0e7; border-radius: 5px; place-items: center; color: #708697; background: #fff; font-size: 10px; font-style: normal; font-weight: 800; }
.annual-files i::before { position: absolute; top: 0; right: 0; left: 0; height: 6px; content: ""; background: #aebdc8; }
.annual-switch { display: flex; align-items: center; justify-content: center; flex-direction: column; color: #64859f; text-align: center; }
.annual-switch b { display: grid; width: 48px; height: 48px; margin-bottom: 13px; border-radius: 50%; place-items: center; color: #fff; background: var(--annual-blue); font-size: 24px; }
.annual-switch span { font-size: 11px; font-weight: 800; line-height: 1.6; }
.annual-one-report { padding: 17px; border: 1px solid #b9d6e9; border-radius: 10px; background: #fff; box-shadow: 0 10px 24px rgba(31, 85, 125, .08); }
.annual-one-report div { display: grid; grid-template-columns: 1fr auto; gap: 2px 10px; color: var(--annual-deep); }
.annual-one-report small { color: #75a2c2; font-size: 9px; letter-spacing: .12em; }
.annual-one-report strong { grid-column: 1; }
.annual-one-report em { grid-row: 1 / 3; grid-column: 2; align-self: center; padding: 7px 8px; border-radius: 5px; color: #fff; background: #2e9c66; font-size: 10px; font-style: normal; font-weight: 900; }
.annual-one-report > i { display: block; height: 6px; margin-top: 10px; border-radius: 5px; background: #dceaf3; }
.annual-one-report > i:nth-of-type(2) { width: 82%; }
.annual-one-report > i:nth-of-type(3) { width: 64%; }

.annual-data-flow { padding: 98px 0; color: #fff; background: #173d60; }
.annual-data-flow .container { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 66px; }
.annual-data-flow .fi-kicker { color: #8fcceb; }
.annual-data-flow h2 { color: #fff; }
.annual-data-flow__copy > p:not(.fi-kicker) { color: #c4d7e4; }
.annual-data-flow__copy > p + p { margin-top: 16px; }
.annual-data-flow__steps { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.annual-data-flow__steps li { position: relative; display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid rgba(167, 207, 232, .22); border-radius: 13px; background: rgba(255, 255, 255, .07); }
.annual-data-flow__steps li:not(:last-child)::after { position: absolute; z-index: 2; bottom: -15px; left: 39px; color: #83c6e8; content: "↓"; font-weight: 900; }
.annual-data-flow__steps b { display: grid; width: 42px; height: 42px; border-radius: 50%; place-items: center; color: #173d60; background: #91d1ef; font-size: 11px; }
.annual-data-flow__steps span, .annual-data-flow__steps strong { display: block; }
.annual-data-flow__steps span { color: #88c6e5; font-size: 11px; font-weight: 800; }
.annual-data-flow__steps strong { margin-top: 2px; font-size: 16px; }

.annual-output { padding: 105px 0; background: #eef6fc; }
.annual-output__grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 66px; }
.annual-output__mock { padding: 27px; border: 1px solid #cfdfea; border-radius: 16px; background: #fff; box-shadow: 0 22px 50px rgba(35, 76, 109, .12); }
.annual-output__top { display: flex; align-items: center; justify-content: space-between; color: #6a8aa2; font-size: 10px; letter-spacing: .1em; }
.annual-output__top b { color: var(--annual-deep); font-size: 14px; letter-spacing: 0; }
.annual-output__property { margin: 22px 0 8px; padding: 12px; border-radius: 7px; color: #246b9f; background: #e8f4fb; font-weight: 800; }
.annual-output__chart { display: flex; align-items: end; gap: 7px; height: 150px; padding: 18px 10px 0; border-bottom: 2px solid #aec8da; background-image: linear-gradient(#edf3f7 1px, transparent 1px); background-size: 100% 36px; }
.annual-output__chart i { flex: 1; height: 41%; border-radius: 3px 3px 0 0; background: #6fb0dd; }
.annual-output__chart i:nth-child(2), .annual-output__chart i:nth-child(5), .annual-output__chart i:nth-child(8), .annual-output__chart i:nth-child(11) { height: 68%; background: #4c96cf; }
.annual-output__chart i:nth-child(3), .annual-output__chart i:nth-child(7), .annual-output__chart i:nth-child(12) { height: 86%; background: #65bca5; }
.annual-output__rows { display: grid; gap: 7px; margin-top: 20px; }
.annual-output__rows span { height: 6px; border-radius: 6px; background: #dce8ef; }
.annual-output__rows span:nth-child(2) { width: 88%; }
.annual-output__rows span:nth-child(3) { width: 73%; }
.annual-output__rows span:nth-child(4) { width: 61%; }
.annual-output__mock > small { display: block; margin-top: 13px; color: #8096a7; text-align: center; }
.annual-output__points { display: grid; gap: 10px; margin-top: 25px; }
.annual-output__points article { padding: 15px 17px; border-left: 3px solid var(--annual-blue); border-radius: 0 9px 9px 0; background: #fff; }
.annual-output__points b, .annual-output__points span { display: block; }
.annual-output__points b { color: var(--annual-deep); }
.annual-output__points span { margin-top: 3px; color: var(--annual-muted); font-size: 13px; }
.annual-output__note { margin-top: 17px !important; font-size: 11px !important; line-height: 1.7 !important; }

.annual-howto { padding: 102px 0; background: #fff; }
.annual-howto ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.annual-howto li { position: relative; padding: 29px; border: 1px solid var(--annual-line); border-radius: 18px; background: #f8fbfe; }
.annual-howto li > b { position: absolute; top: 18px; right: 20px; color: #8ab4d3; font-size: 12px; }
.annual-howto__icon { display: grid; width: 74px; height: 62px; margin-bottom: 22px; border-radius: 13px; place-items: center; color: #1e6eb0; background: #dceffd; font-size: 15px; font-weight: 900; }
.annual-howto li:nth-child(2) .annual-howto__icon { font-size: 31px; }
.annual-howto li:nth-child(3) .annual-howto__icon { color: #237d57; background: #dff4e9; font-size: 12px; }
.annual-howto h3 { margin-bottom: 9px; color: var(--annual-deep); font-size: 20px; }
.annual-howto li p { color: var(--annual-muted); font-size: 14px; line-height: 1.8; }

.annual-case { padding: 95px 0; background: #e9f4fb; }
.annual-case__grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 70px; }
.annual-case p + p { margin-top: 14px; }
.annual-case .fi-text-link { display: inline-block; margin-top: 24px; color: var(--annual-blue) !important; }
.annual-case__quote { display: grid; padding: 36px; border: 1px solid #c7deec; border-radius: 22px; place-items: center; color: var(--annual-deep); background: #fff; text-align: center; box-shadow: 0 20px 45px rgba(31, 78, 113, .1); }
.annual-case__quote span { color: var(--annual-blue); font-size: 72px; font-weight: 900; line-height: 1; }
.annual-case__quote b, .annual-case__quote strong { letter-spacing: .13em; }
.annual-case__quote b { color: #7a9ab1; font-size: 11px; }
.annual-case__quote i { margin: 12px 0; color: #78afd3; font-size: 27px; font-style: normal; }
.annual-case__quote strong { color: #2776b6; font-size: 13px; }
.annual-case__quote p { margin-top: 15px; color: var(--annual-deep); font-size: 19px; font-weight: 800; line-height: 1.7; }

.annual-caution { padding: 72px 0; border-top: 1px solid #e1ebf2; border-bottom: 1px solid #e1ebf2; background: #f9fbfd; }
.annual-caution .container { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 60px; }
.annual-caution ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.annual-caution li { position: relative; padding-left: 25px; color: var(--annual-muted); font-size: 14px; line-height: 1.8; }
.annual-caution li::before { position: absolute; left: 0; color: #e1985d; content: "!"; font-weight: 900; }
.annual-cta { padding: 84px 0; color: #fff; background: linear-gradient(135deg, #1764aa, #123d69); }
.annual-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.annual-cta .fi-kicker { color: #8ed0f1; }
.annual-cta h2 { color: #fff; }
.annual-cta p { color: #d2e4f2; }
.annual-cta .annual-actions { justify-content: flex-end; margin-top: 0; }
.annual-text-link--light { color: #fff !important; }

/* Bootstrap 3 の clearfix が grid / flex の余分な列として扱われるのを防ぐ。 */
.annual-hero__grid::before, .annual-hero__grid::after, .annual-data-flow .container::before, .annual-data-flow .container::after, .annual-output__grid::before, .annual-output__grid::after, .annual-case__grid::before, .annual-case__grid::after, .annual-caution .container::before, .annual-caution .container::after, .annual-cta .container::before, .annual-cta .container::after { display: none !important; content: none !important; }

@media (max-width: 1050px) {
    .annual-hero__grid, .annual-data-flow .container, .annual-output__grid, .annual-case__grid, .annual-caution .container { grid-template-columns: 1fr; }
    .annual-hero__copy { max-width: 760px; }
    .annual-difference__grid { grid-template-columns: 1fr; }
    .annual-switch { min-height: 70px; }
    .annual-switch b { margin-bottom: 8px; transform: rotate(90deg); }
    .annual-cta .container { align-items: flex-start; flex-direction: column; }
    .annual-cta .annual-actions { justify-content: flex-start; }
}
@media (max-width: 767px) {
    .annual-feature .container { width: min(100% - 32px, 1170px); }
    .annual-hero { padding: 50px 0 60px; }
    .annual-hero__copy h1 { font-size: 33px; }
    .annual-hero__copy > p:not(.fi-kicker) { font-size: 15px; }
    .annual-hero__visual { border-radius: 17px; }
    .annual-hero__visual figcaption { position: static; border-radius: 0; text-align: center; }
    .annual-difference, .annual-data-flow, .annual-output, .annual-howto, .annual-case { padding: 68px 0; }
    .annual-howto ol { grid-template-columns: 1fr; }
    .annual-difference__grid article { padding: 25px; }
    .annual-difference__grid h3 { min-height: 0; }
    .annual-data-flow__steps li { grid-template-columns: 42px 1fr; padding: 16px; }
    .annual-output__mock { padding: 19px; }
    .annual-caution { padding: 58px 0; }
    .annual-cta { padding: 66px 0; }
}
@media (max-width: 440px) {
    .annual-hero__copy h1 { font-size: 29px; }
    .annual-actions { align-items: stretch; flex-direction: column; }
    .annual-actions .fi-button { width: 100%; }
    .annual-files { grid-template-columns: repeat(3, 1fr); }
    .annual-case__quote { padding: 29px 20px; }
}
