:root {
    --rent-navy: #102c52;
    --rent-blue: #1475d1;
    --rent-cyan: #eaf7ff;
    --rent-green: #20ad78;
    --rent-orange: #f39835;
    --rent-ink: #193450;
    --rent-muted: #61758a;
    --rent-line: #dce7ef;
}

.best-practice-rent-page .page-body { width: 73.33333%; }
.best-practice-rent-page .page-form { display: block; }
.best-practice-rent-page .rent-lp .container { width: calc(100% - 48px); max-width: 1170px; margin-right: auto; margin-left: auto; }
.rent-lp { color: var(--rent-ink); overflow: hidden; background: #fff; }
.rent-lp ~ .floating-banner, .rent-lp ~ #modal-overlay { display: none !important; }
.rent-lp *, .rent-lp *::before, .rent-lp *::after { box-sizing: border-box; }
.rent-lp h1, .rent-lp h2, .rent-lp h3, .rent-lp p, .rent-lp figure { margin-top: 0; }
.rent-lp img { max-width: 100%; height: auto; }
.rent-hero__inner::before, .rent-hero__inner::after,
.rent-hero__route::before, .rent-hero__route::after,
.rent-proof__grid::before, .rent-proof__grid::after,
.rent-feature__grid::before, .rent-feature__grid::after,
.rent-people__grid::before, .rent-people__grid::after,
.rent-notice__grid::before, .rent-notice__grid::after,
.rent-recommend__grid::before, .rent-recommend__grid::after { display: none; content: none; }
.rent-hero { margin-top: 116px; padding: 8px 0 0; background: linear-gradient(135deg, #f2faff 0%, #fff 53%, #effaf7 100%); }
.rent-hero__inner { display: grid; grid-template-columns: minmax(360px, .9fr) minmax(390px, 1.1fr); column-gap: 24px; align-items: center; min-height: 610px; }
.rent-breadcrumb { margin-bottom: 52px; font-size: 13px; color: #6d8295; }
.rent-breadcrumb a { color: var(--rent-blue); }
.rent-eyebrow, .rent-feature__number, .rent-heading > p { margin-bottom: 16px; color: var(--rent-blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.rent-hero h1 { margin-bottom: 25px; color: var(--rent-navy); font-size: clamp(36px, 3vw, 44px); line-height: 1.42; letter-spacing: -.04em; font-weight: 700; }
.rent-hero h1 strong { color: var(--rent-navy); }
.rent-hero h1 em { position: relative; color: var(--rent-green); font-style: normal; }
.rent-hero h1 em::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 5px; border-radius: 5px; background: linear-gradient(90deg, var(--rent-green), #66d9bc); content: ''; opacity: .55; }
.rent-hero__lead { margin-bottom: 32px; color: #445f76; font-size: 18px; line-height: 1.9; }
.rent-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.rent-button { display: inline-flex; min-height: 54px; padding: 0 25px; border: 2px solid var(--rent-blue); border-radius: 7px; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
.rent-button:hover { transform: translateY(-2px); text-decoration: none; }
.rent-button--primary { color: #fff; background: var(--rent-blue); box-shadow: 0 10px 24px rgba(20,117,209,.22); }
.rent-button--primary:hover { color: #fff; }
.rent-button--outline { color: var(--rent-blue); background: #fff; }
.rent-hero .rent-button { padding-right: 10px; padding-left: 10px; font-size: 14px; }
.rent-hero__visual { position: relative; min-width: 0; margin-top:48px;margin-left: 0; }
.rent-auto-visual { overflow: hidden; min-height: 470px; border: 1px solid #d9e9f2; border-radius: 25px; background: rgba(255,255,255,.92); box-shadow: 0 30px 70px rgba(41,90,130,.15); }
.rent-auto-visual__head { display: flex; padding: 19px 24px; border-bottom: 1px solid #e2edf3; align-items: center; justify-content: space-between; color: var(--rent-navy); background: #f8fbfd; font-weight: 800; }
.rent-auto-visual__head small { color: var(--rent-blue); }
.rent-auto-visual__body { display: grid; grid-template-columns: minmax(64px, 82px) minmax(96px, 122px) minmax(145px, 1fr); min-height: 340px; padding: 28px 18px; align-items: center; gap: 12px; }
.rent-auto-visual__incoming { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rent-auto-visual__incoming i { position: relative; height: 46px; border: 1px solid #dce8ef; border-radius: 7px; background: #fff; box-shadow: 0 5px 10px rgba(32,75,105,.05); }
.rent-auto-visual__incoming i::before, .rent-auto-visual__incoming i::after { position: absolute; left: 9px; height: 3px; border-radius: 3px; background: #c8d9e4; content: ''; }
.rent-auto-visual__incoming i::before { top: 15px; width: 25px; }
.rent-auto-visual__incoming i::after { top: 23px; width: 18px; }
.rent-auto-visual__engine { position: relative; display: flex; width: 112px; height: 112px; border: 10px solid #dff3ff; border-radius: 50%; align-items: center; justify-content: center; flex-direction: column; color: #fff; background: linear-gradient(145deg, var(--rent-blue), #17a2d1); box-shadow: 0 16px 30px rgba(20,117,209,.22); text-align: center; }
.rent-auto-visual__engine::before, .rent-auto-visual__engine::after { position: absolute; top: 50%; width: 25px; height: 2px; background: #8dc5df; content: ''; }
.rent-auto-visual__engine::before { right: 100%; }
.rent-auto-visual__engine::after { left: 100%; }
.rent-auto-visual__engine span { margin-bottom: 6px; font-size: 8px; }
.rent-auto-visual__engine strong { font-size: 13px; line-height: 1.3; letter-spacing: .08em; }
.rent-auto-visual__engine i { position: absolute; right: -5px; bottom: 4px; display: inline-flex; width: 37px; height: 37px; border: 5px solid #fff; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: var(--rent-green); font-style: normal; }
.rent-auto-visual__outcome { display: grid; gap: 12px; }
.rent-auto-visual__outcome > div { padding: 20px; border-radius: 12px; }
.rent-auto-visual__matched { border: 1px solid #bfe7d7; background: #effaf6; }
.rent-auto-visual__exception { border: 1px solid #f5d8b9; background: #fff6ed; }
.rent-auto-visual__outcome span { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.rent-auto-visual__matched span { color: var(--rent-green); }
.rent-auto-visual__exception span { color: var(--rent-orange); }
.rent-auto-visual__outcome strong { display: block; margin-bottom: 12px; color: var(--rent-navy); font-size: 13px; }
.rent-auto-visual__outcome div div { display: flex; flex-wrap: wrap; gap: 5px; }
.rent-auto-visual__outcome i { display: inline-flex; width: 24px; height: 24px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: var(--rent-green); font-size: 10px; font-style: normal; font-weight: 800; }
.rent-auto-visual__exception i { background: var(--rent-orange); }
.rent-hero__badge { position: static; display: grid; grid-template-columns: 145px 1fr; width: 100%; padding: 12px 18px; border: 0; border-radius: 0; align-items: center; gap: 10px; color: #fff; background: rgba(16,44,82,.96); box-shadow: none; }
.rent-hero__badge span { display: block; margin: 0; color: #73e2c2; font-size: 10px; letter-spacing: .06em; }
.rent-hero__badge strong { font-size: 17px; line-height: 1.5; }
.rent-hero__badge strong br { display: none; }
.rent-hero__route { position: relative; bottom: -45px; display: grid; grid-template-columns: 1fr 42px 1fr 42px 1fr; max-width: 980px; padding: 25px 35px; border-radius: 16px; align-items: center; background: #fff; box-shadow: 0 18px 45px rgba(28,77,113,.15); }
.rent-hero__route div { display: grid; grid-template-columns: 40px 1fr; }
.rent-hero__route span { grid-row: 1 / 3; color: #a9bed0; font-size: 12px; font-weight: 800; }
.rent-hero__route strong { color: var(--rent-navy); font-size: 17px; }
.rent-hero__route small { color: var(--rent-muted); font-size: 12px; }
.rent-hero__route i { height: 1px; background: #bbd8e8; }
.rent-hero__route i::after { float: right; width: 7px; height: 7px; margin-top: -3px; border-top: 1px solid #78aecb; border-right: 1px solid #78aecb; content: ''; transform: rotate(45deg); }

.rent-proof { padding: 110px 0 70px; background: #f7fafc; }
.rent-proof__grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 22px; }
.rent-proof__grid > div { min-height: 205px; padding: 30px; border: 1px solid var(--rent-line); border-radius: 18px; background: #fff; }
.rent-proof__primary { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--rent-blue), #0e5ca5) !important; }
.rent-proof__primary::after { position: absolute; right: -45px; bottom: -55px; width: 180px; height: 180px; border: 36px solid rgba(255,255,255,.1); border-radius: 50%; content: ''; }
.rent-proof__primary > span { display: block; font-size: 12px; font-weight: 700; }
.rent-proof__primary > strong { display: block; margin: 3px 0 -4px; font-size: 27px; }
.rent-proof__primary > strong span { font-size: 70px; line-height: 1; }
.rent-proof__primary p { margin-bottom: 12px; font-weight: 700; }
.rent-proof__primary small { display: block; max-width: 390px; color: #d9eeff; font-size: 10px; line-height: 1.6; }
.rent-proof__item > span { display: inline-flex; width: 31px; height: 31px; margin-bottom: 23px; border-radius: 50%; align-items: center; justify-content: center; color: var(--rent-blue); background: var(--rent-cyan); font-size: 11px; font-weight: 800; }
.rent-proof__item strong { display: block; margin-bottom: 10px; color: var(--rent-navy); font-size: 21px; }
.rent-proof__item p { margin: 0; color: var(--rent-muted); line-height: 1.8; }

.rent-memory { padding: 105px 0 115px; }
.rent-heading h2 { margin-bottom: 48px; color: var(--rent-navy); font-size: clamp(30px, 3vw, 43px); line-height: 1.55; letter-spacing: -.03em; }
.rent-heading--center { text-align: center; }
.rent-memory__scene { display: grid; grid-template-columns: .8fr .85fr 1.25fr; align-items: stretch; }
.rent-memory__ledger { padding: 29px; border: 1px solid #e3e9ee; border-radius: 16px 0 0 16px; background: #fbfcfd; box-shadow: 0 20px 50px rgba(31,61,87,.08); }
.rent-memory__date { color: #8293a2; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.rent-memory__ledger div { display: flex; margin-top: 10px; padding: 15px; border: 1px solid #e3e9ee; border-radius: 7px; align-items: center; justify-content: space-between; color: #637487; background: #fff; }
.rent-memory__ledger em { display: inline-flex; width: 26px; height: 26px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: var(--rent-orange); font-style: normal; font-weight: 800; }
.rent-memory__questions { display: flex; padding: 32px 24px; flex-direction: column; justify-content: center; background: #fff4e8; }
.rent-memory__questions p { position: relative; margin: 7px 0; padding: 14px 15px 14px 30px; border-radius: 8px; color: #825c36; background: #fff; font-size: 13px; line-height: 1.65; }
.rent-memory__questions p::before { position: absolute; top: 17px; left: 12px; color: var(--rent-orange); content: '?'; font-weight: 900; }
.rent-memory__person { padding: 46px; border-radius: 0 16px 16px 0; color: #fff; background: var(--rent-navy); }
.rent-memory__person > span { display: block; margin-bottom: 17px; color: #72d9bd; font-size: 12px; font-weight: 800; }
.rent-memory__person > strong { display: block; margin-bottom: 20px; font-size: 25px; line-height: 1.55; }
.rent-memory__person p { margin: 0; color: #c7d6e3; line-height: 1.9; }
.rent-turning { padding: 80px 0; text-align: center; background: linear-gradient(120deg, #e9f8ff, #ecfaf4); }
.rent-turning p { margin-bottom: 16px; color: var(--rent-blue); font-weight: 700; }
.rent-turning h2 { margin: 0; color: var(--rent-navy); font-size: clamp(30px, 3vw, 44px); line-height: 1.55; }
.rent-turning strong { color: var(--rent-green); }

.rent-feature { padding: 110px 0; }
.rent-feature__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.rent-feature__copy h2, .rent-feature__head h2, .rent-people h2, .rent-team-status h2, .rent-notice h2, .rent-recommend h2 { margin-bottom: 25px; color: var(--rent-navy); font-size: clamp(31px, 3vw, 44px); line-height: 1.5; letter-spacing: -.03em; }
.rent-feature__copy h2 strong, .rent-feature__head h2 strong, .rent-people h2 strong, .rent-team-status h2 strong, .rent-notice h2 strong, .rent-recommend h2 strong { color: var(--rent-blue); }
.rent-feature__lead { margin-bottom: 28px; color: var(--rent-muted); line-height: 2; }
.rent-check-list { margin: 0 0 28px; padding: 0; list-style: none; }
.rent-check-list li { display: flex; padding: 15px 0; border-bottom: 1px solid var(--rent-line); justify-content: space-between; gap: 18px; }
.rent-check-list li::before { width: 22px; height: 22px; border-radius: 50%; flex: 0 0 auto; color: #fff; background: var(--rent-green); content: '✓'; text-align: center; line-height: 22px; }
.rent-check-list strong { flex: 1; color: var(--rent-navy); }
.rent-check-list span { color: var(--rent-muted); font-size: 13px; }
.rent-feature__conclusion { padding: 16px 18px; border-left: 4px solid var(--rent-green); color: var(--rent-navy); background: #effaf6; }
.rent-note { color: #748696; font-size: 11px; line-height: 1.75; }
.rent-text-link { display: inline-block; margin-top: 12px; color: var(--rent-blue); font-weight: 700; }
.rent-feature__screen { padding: 18px; border-radius: 21px; background: #fff; box-shadow: 0 25px 70px rgba(29,80,120,.13); }
.rent-feature__screen img { display: block; width: 100%; }
.rent-feature__screen figcaption, .rent-notice__screen figcaption { padding: 15px 4px 0; color: #76899a; font-size: 11px; text-align: center; }
.rent-feature--guarantee { background: #f6fafc; }
.rent-feature__head { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; }
.rent-feature__head > p { padding-bottom: 25px; color: var(--rent-muted); line-height: 2; }
.rent-guarantee-flow { display: grid; grid-template-columns: 1fr 65px 1.3fr 65px 1fr; margin: 38px 0 27px; align-items: center; }
.rent-guarantee-flow > b { color: #9abdd2; font-size: 35px; text-align: center; }
.rent-guarantee-flow__source, .rent-guarantee-flow__result { position: relative; min-height: 185px; padding: 34px; border-radius: 17px; color: #fff; background: var(--rent-navy); }
.rent-guarantee-flow__result { background: linear-gradient(135deg, var(--rent-blue), #1694cf); }
.rent-guarantee-flow__source span, .rent-guarantee-flow__result span { display: block; margin-bottom: 13px; color: #9bd7ff; font-size: 11px; font-weight: 700; }
.rent-guarantee-flow__source strong, .rent-guarantee-flow__result strong { font-size: 24px; line-height: 1.45; }
.rent-guarantee-flow__source i, .rent-guarantee-flow__result i { position: absolute; right: 24px; bottom: 24px; display: inline-flex; width: 50px; height: 50px; border-radius: 13px; align-items: center; justify-content: center; color: var(--rent-navy); background: #fff; font-style: normal; font-weight: 900; }
.rent-guarantee-flow__mapping { min-height: 185px; padding: 30px; border: 2px solid #cfe4f0; border-radius: 17px; background: #fff; text-align: center; }
.rent-guarantee-flow__mapping > span { color: var(--rent-blue); font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.rent-guarantee-flow__mapping div { display: flex; margin: 22px 0; align-items: center; justify-content: center; gap: 12px; }
.rent-guarantee-flow__mapping small { padding: 10px 16px; border-radius: 20px; color: var(--rent-navy); background: var(--rent-cyan); font-size: 13px; font-weight: 700; }
.rent-guarantee-flow__mapping em { color: #8398a9; font-size: 11px; font-style: normal; }
.rent-guarantee-flow__mapping p { margin: 0; color: var(--rent-muted); font-size: 12px; }
.rent-note--center { text-align: center; }

.rent-people { padding: 115px 0; background: #fff; }
.rent-people__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 65px; align-items: center; }
.rent-team-visual { display: grid; grid-template-columns: 1fr 65px 1.18fr; min-height: 500px; padding: 35px; border: 1px solid var(--rent-line); border-radius: 22px; align-items: center; background: linear-gradient(135deg, #f7fafc, #eef9f6); box-shadow: 0 25px 65px rgba(30,77,112,.12); }
.rent-team-visual__before, .rent-team-visual__after { text-align: center; }
.rent-team-visual__before > span, .rent-team-visual__after > span { display: block; margin-bottom: 25px; color: #9babb8; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.rent-team-visual__after > span { color: var(--rent-green); }
.rent-team-visual__person i, .rent-team-visual__members i { display: inline-flex; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: #788da0; font-style: normal; font-weight: 800; }
.rent-team-visual__person i { width: 72px; height: 72px; margin-bottom: 10px; font-size: 22px; }
.rent-team-visual__person strong { display: block; color: var(--rent-navy); }
.rent-team-visual__before ul { display: flex; margin: 28px 0 20px; padding: 0; flex-wrap: wrap; justify-content: center; gap: 6px; list-style: none; }
.rent-team-visual__before li { padding: 6px 9px; border: 1px dashed #b7c7d2; border-radius: 15px; color: #6c8191; background: #fff; font-size: 10px; }
.rent-team-visual p { margin: 0; color: var(--rent-navy); font-size: 12px; font-weight: 800; }
.rent-team-visual__arrow { text-align: center; }
.rent-team-visual__arrow span { display: block; color: var(--rent-blue); font-size: 9px; font-weight: 800; writing-mode: vertical-rl; margin: 0 auto 12px; }
.rent-team-visual__arrow i { color: var(--rent-blue); font-size: 29px; font-style: normal; }
.rent-team-visual__board { max-width: 210px; margin: 0 auto 22px; padding: 17px; border-radius: 13px; background: var(--rent-navy); box-shadow: 0 12px 24px rgba(16,44,82,.2); text-align: left; }
.rent-team-visual__board small { display: block; margin-bottom: 11px; color: #83d9c2; font-size: 8px; letter-spacing: .12em; }
.rent-team-visual__board div { display: flex; margin-top: 7px; padding: 7px 9px; border-radius: 6px; align-items: center; gap: 8px; color: #d9e8f2; background: rgba(255,255,255,.08); font-size: 9px; }
.rent-team-visual__board i { display: inline-flex; width: 17px; height: 17px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; font-size: 8px; font-style: normal; }
.rent-team-visual__board .is-ok { background: var(--rent-green); }
.rent-team-visual__board .is-alert { background: var(--rent-orange); }
.rent-team-visual__members { display: flex; margin-bottom: 18px; justify-content: center; gap: 14px; }
.rent-team-visual__members div { display: grid; gap: 5px; color: var(--rent-navy); font-size: 9px; }
.rent-team-visual__members i { width: 37px; height: 37px; margin: auto; background: var(--rent-blue); }
.rent-people__copy > p:not(.rent-feature__number):not(.rent-people__statement) { color: var(--rent-muted); line-height: 2; }
.rent-people__shift { display: grid; grid-template-columns: 1fr 28px 1fr; margin: 30px 0; align-items: center; }
.rent-people__shift div { padding: 17px; border-radius: 10px; background: #f4f7f9; }
.rent-people__shift div:last-child { background: #ebfaf5; }
.rent-people__shift span, .rent-people__shift strong, .rent-people__shift small { display: block; }
.rent-people__shift span { margin-bottom: 6px; color: #9aabba; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.rent-people__shift div:last-child span { color: var(--rent-green); }
.rent-people__shift strong { color: var(--rent-navy); font-size: 15px; }
.rent-people__shift small { margin-top: 5px; color: var(--rent-muted); }
.rent-people__shift > i { color: #a0b6c5; font-style: normal; text-align: center; }
.rent-people__statement { padding-top: 22px; border-top: 1px solid var(--rent-line); color: var(--rent-navy); font-size: 17px; line-height: 1.9; }

.rent-team-status { padding: 110px 0; background: #f3f8fb; }
.rent-team-status__intro { display: grid; grid-template-columns: 1fr .75fr; margin-bottom: 45px; align-items: end; gap: 80px; }
.rent-team-status h2 { margin-bottom: 0; color: var(--rent-navy); }
.rent-team-status h2 strong { color: var(--rent-blue); }
.rent-team-status__intro > p { margin-bottom: 8px; color: var(--rent-muted); line-height: 2; }
.rent-status-board { display: grid; grid-template-columns: 1.55fr .75fr; overflow: hidden; border: 1px solid #dbe7ee; border-radius: 22px; background: #fff; box-shadow: 0 24px 60px rgba(27,69,100,.11); }
.rent-status-board__main { padding: 34px; }
.rent-status-board__header { display: flex; padding-bottom: 24px; border-bottom: 1px solid var(--rent-line); align-items: center; justify-content: space-between; }
.rent-status-board__header span { display: block; margin-bottom: 5px; color: var(--rent-blue); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.rent-status-board__header strong { color: var(--rent-navy); font-size: 20px; }
.rent-status-board__header small { padding: 7px 12px; border-radius: 16px; color: #16845f; background: #eaf8f3; font-size: 10px; font-weight: 700; }
.rent-status-board__summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin: 25px 0; }
.rent-status-board__summary > div { position: relative; min-height: 100px; padding: 17px; border-radius: 11px; background: #f4f7f9; }
.rent-status-board__summary span, .rent-status-board__summary strong { display: block; }
.rent-status-board__summary span { margin-bottom: 7px; color: var(--rent-muted); font-size: 10px; }
.rent-status-board__summary strong { color: var(--rent-navy); font-size: 13px; }
.rent-status-board__summary i { position: absolute; right: 14px; bottom: 14px; display: inline-flex; width: 26px; height: 26px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: #8aa0b1; font-size: 10px; font-style: normal; font-weight: 800; }
.rent-status-board__summary .is-paid { background: #eef9f5; }
.rent-status-board__summary .is-paid i { background: var(--rent-green); }
.rent-status-board__summary .is-check { background: #fff8ef; }
.rent-status-board__summary .is-check i { background: var(--rent-orange); }
.rent-status-board__summary .is-arrears { background: #edf6fd; }
.rent-status-board__summary .is-arrears i { background: var(--rent-blue); }
.rent-status-board__list { overflow: hidden; border: 1px solid var(--rent-line); border-radius: 10px; }
.rent-status-board__list > div { display: grid; grid-template-columns: 1.2fr .65fr .8fr; min-height: 54px; padding: 0 16px; border-top: 1px solid var(--rent-line); align-items: center; gap: 15px; }
.rent-status-board__list > div:first-child { border-top: 0; }
.rent-status-board__list-head { min-height: 38px !important; color: #8193a2; background: #f6f9fa; font-size: 9px; font-weight: 700; }
.rent-status-board__list > div > span:first-child { display: flex; align-items: center; gap: 9px; color: var(--rent-navy); font-size: 11px; font-weight: 700; }
.rent-status-board__list span i { display: inline-flex; width: 25px; height: 25px; border-radius: 50%; align-items: center; justify-content: center; color: #6f8596; background: #edf2f5; font-size: 9px; font-style: normal; }
.rent-status-board__list b { width: max-content; padding: 5px 9px; border-radius: 12px; color: #cf6c21; background: #fff1e5; font-size: 9px; }
.rent-status-board__list em { color: var(--rent-blue); font-size: 10px; font-style: normal; font-weight: 700; }
.rent-status-board__team { padding: 36px 32px; color: #fff; background: var(--rent-navy); }
.rent-status-board__team > p:first-child { margin-bottom: 13px; color: #6cdaba; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.rent-status-board__team h3 { margin-bottom: 30px; color: #fff; font-size: 21px; line-height: 1.65; }
.rent-status-board__team ol { margin: 0; padding: 0; list-style: none; }
.rent-status-board__team li { position: relative; display: grid; grid-template-columns: 39px 1fr 28px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); align-items: center; gap: 12px; }
.rent-status-board__team li > span { display: inline-flex; width: 36px; height: 36px; border-radius: 50%; align-items: center; justify-content: center; color: #b9cad7; background: rgba(255,255,255,.09); font-size: 10px; font-weight: 800; }
.rent-status-board__team li strong, .rent-status-board__team li small { display: block; }
.rent-status-board__team li strong { color: #fff; font-size: 12px; }
.rent-status-board__team li small { margin-top: 4px; color: #92a9bc; font-size: 9px; }
.rent-status-board__team li > i { display: inline-flex; width: 27px; height: 27px; border: 1px solid #46617a; border-radius: 50%; align-items: center; justify-content: center; color: #8299ac; font-size: 8px; font-style: normal; }
.rent-status-board__team li.is-done > i { border-color: var(--rent-green); color: #fff; background: var(--rent-green); }
.rent-status-board__team li.is-current { margin: 0 -13px; padding-right: 13px; padding-left: 13px; border-radius: 9px; background: rgba(20,117,209,.24); }
.rent-status-board__team li.is-current > span { color: #fff; background: var(--rent-blue); }
.rent-status-board__team li.is-current > i { border-color: #55a7ef; color: #fff; }
.rent-status-board__message { margin: 25px 0 0; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.14); color: #aac0d0; font-size: 11px; line-height: 1.8; }
.rent-status-board__message strong { color: #72dfc0; }
.rent-team-status__links { display: flex; margin-top: 28px; justify-content: flex-end; gap: 25px; }
.rent-team-status__links a { color: var(--rent-blue); font-weight: 700; }

.rent-notice { padding: 115px 0; background: #f4fbf8; }
.rent-notice__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.rent-notice__copy > p:not(.rent-feature__number):not(.rent-note) { color: var(--rent-muted); line-height: 2; }
.rent-notice ol { margin: 28px 0; padding: 0; list-style: none; }
.rent-notice li { display: flex; padding: 13px 0; align-items: center; gap: 14px; }
.rent-notice li > span { display: inline-flex; width: 32px; height: 32px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: var(--rent-green); font-size: 12px; font-weight: 800; }
.rent-notice li strong, .rent-notice li small { display: block; }
.rent-notice li strong { color: var(--rent-navy); }
.rent-notice li small { margin-top: 3px; color: var(--rent-muted); }
.rent-notice__screen { padding: 18px; border-radius: 20px; background: #fff; box-shadow: 0 25px 65px rgba(30,90,75,.12); }
.rent-notice__screen img { display: block; width: 100%; }

.rent-finish { padding: 110px 0; color: #fff; background: linear-gradient(135deg, #1177d0, #0866b4 52%, #168e86); }
.rent-heading--white > p { color: #8ef0d4; }
.rent-heading--white h2 { color: #fff; }
.rent-finish__flow { display: grid; grid-template-columns: 1fr 55px 1fr 55px 1fr; align-items: center; }
.rent-finish__flow > div { min-height: 220px; padding: 30px; border: 1px solid rgba(255,255,255,.27); border-radius: 17px; background: rgba(255,255,255,.1); backdrop-filter: blur(5px); }
.rent-finish__flow > i { color: #9de9db; font-size: 35px; font-style: normal; text-align: center; }
.rent-finish__flow span { float: right; color: rgba(255,255,255,.48); font-size: 29px; font-weight: 800; }
.rent-finish__flow b { display: block; margin-bottom: 27px; color: #8ff0d3; font-size: 10px; letter-spacing: .15em; }
.rent-finish__flow strong { display: block; margin-bottom: 12px; font-size: 26px; }
.rent-finish__flow p { margin: 0; color: #d4ecf8; line-height: 1.8; }
.rent-finish__message { margin: 45px 0 0; text-align: center; font-size: 17px; line-height: 2; }
.rent-finish__message strong { font-size: 21px; }

.rent-cases { padding: 110px 0; }
.rent-cases__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rent-cases article { display: flex; min-height: 330px; padding: 38px; border: 1px solid var(--rent-line); border-radius: 16px; flex-direction: column; box-shadow: 0 15px 35px rgba(27,69,100,.06); }
.rent-cases article > span { margin-bottom: 20px; color: var(--rent-blue); font-size: 12px; font-weight: 800; }
.rent-cases article h3 { color: var(--rent-navy); font-size: 21px; line-height: 1.65; }
.rent-cases article p { color: var(--rent-muted); line-height: 1.85; }
.rent-cases article a { margin-top: auto; color: var(--rent-blue); font-weight: 700; }
.rent-recommend { padding: 90px 0; background: #f4f8fb; }
.rent-recommend__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.rent-recommend ul { margin: 0; padding: 0; list-style: none; }
.rent-recommend li { position: relative; padding: 17px 15px 17px 48px; border-bottom: 1px solid var(--rent-line); color: var(--rent-navy); font-weight: 700; }
.rent-recommend li::before { position: absolute; top: 16px; left: 12px; display: inline-flex; width: 23px; height: 23px; border-radius: 50%; align-items: center; justify-content: center; color: #fff; background: var(--rent-green); content: '✓'; font-size: 11px; }
.rent-cta { padding: 100px 0; color: #fff; text-align: center; background: var(--rent-navy); }
.rent-cta > .container > p:first-child { color: #71dfc0; font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.rent-cta h2 { margin-bottom: 35px; font-size: clamp(31px, 3vw, 44px); line-height: 1.55; }
.rent-actions--center { justify-content: center; }
.rent-button--white { border-color: #fff; color: var(--rent-blue); background: #fff; }
.rent-button--ghost { border-color: rgba(255,255,255,.55); color: #fff; background: transparent; }
.rent-button--ghost:hover { color: #fff; }
.rent-cta__consult { margin: 23px 0 0; }
.rent-cta__consult a { color: #8fe8d0; }

@media (max-width: 1199px) {
    .rent-hero__inner { grid-template-columns: 1fr; padding-top: 15px; }
    .rent-breadcrumb { margin-bottom: 35px; }
    .rent-hero__visual { margin: 45px 0 0; }
    .rent-proof__grid { grid-template-columns: 1fr 1fr; }
    .rent-proof__primary { grid-column: 1 / 3; }
    .rent-memory__scene { grid-template-columns: 1fr 1fr; }
    .rent-memory__person { grid-column: 1 / 3; border-radius: 0 0 16px 16px; }
    .rent-memory__ledger { border-radius: 16px 0 0 0; }
    .rent-feature__grid, .rent-people__grid, .rent-notice__grid { grid-template-columns: 1fr; }
    .rent-feature__screen { grid-row: 1; }
    .rent-feature__head, .rent-team-status__intro, .rent-recommend__grid { grid-template-columns: 1fr; gap: 15px; }
    .rent-status-board { grid-template-columns: 1fr; }
    .rent-guarantee-flow { grid-template-columns: 1fr 42px 1.2fr 42px 1fr; }
    .rent-team-visual { max-width: 760px; margin: auto; }
}

@media (max-width: 767px) {
    .rent-hero { padding-top: 22px; }
    .rent-hero__inner { min-height: auto; }
    .rent-breadcrumb { margin-bottom: 27px; }
    .rent-hero h1 { font-size: 34px; line-height: 1.42; }
    .rent-hero__lead { font-size: 16px; }
    .rent-button { width: 100%; }
    .rent-hero__visual { margin: 35px 0 0; }
    .rent-auto-visual { min-height: 0; border-radius: 17px; }
    .rent-auto-visual__body { grid-template-columns: 65px 92px 1fr; min-height: 340px; padding: 24px 14px; gap: 10px; }
    .rent-auto-visual__incoming { gap: 4px; }
    .rent-auto-visual__incoming i { height: 33px; }
    .rent-auto-visual__incoming i::before { top: 11px; left: 6px; width: 17px; }
    .rent-auto-visual__incoming i::after { top: 18px; left: 6px; width: 12px; }
    .rent-auto-visual__engine { width: 86px; height: 86px; border-width: 8px; }
    .rent-auto-visual__engine span { font-size: 6px; }
    .rent-auto-visual__engine strong { font-size: 9px; }
    .rent-auto-visual__engine i { width: 26px; height: 26px; border-width: 3px; }
    .rent-auto-visual__outcome > div { padding: 12px 9px; }
    .rent-auto-visual__outcome strong { font-size: 10px; }
    .rent-auto-visual__outcome i { width: 18px; height: 18px; font-size: 8px; }
    .rent-hero__badge { display: block; width: 100%; }
    .rent-hero__badge span { margin-bottom: 7px; }
    .rent-hero__badge strong br { display: initial; }
    .rent-hero__route { bottom: -34px; grid-template-columns: 1fr; gap: 0; margin: 0 15px; padding: 10px 22px; }
    .rent-hero__route div { padding: 13px 0; }
    .rent-hero__route i { display: none; }
    .rent-proof { padding-top: 80px; }
    .rent-proof__grid { grid-template-columns: 1fr; }
    .rent-proof__primary { grid-column: auto; }
    .rent-memory, .rent-feature, .rent-people, .rent-team-status, .rent-notice, .rent-finish, .rent-cases { padding: 75px 0; }
    .rent-heading h2 { margin-bottom: 32px; font-size: 28px; }
    .rent-memory__scene { grid-template-columns: 1fr; }
    .rent-memory__ledger { border-radius: 15px 15px 0 0; }
    .rent-memory__person { grid-column: auto; padding: 31px 24px; border-radius: 0 0 15px 15px; }
    .rent-turning { padding: 60px 15px; }
    .rent-turning h2 { font-size: 28px; }
    .rent-feature__grid, .rent-people__grid, .rent-notice__grid { gap: 37px; }
    .rent-feature__copy h2, .rent-feature__head h2, .rent-people h2, .rent-team-status h2, .rent-notice h2, .rent-recommend h2 { font-size: 29px; }
    .rent-check-list li { display: grid; grid-template-columns: 24px 1fr; }
    .rent-check-list span { grid-column: 2; }
    .rent-guarantee-flow { grid-template-columns: 1fr; gap: 13px; }
    .rent-guarantee-flow > b { transform: rotate(90deg); font-size: 26px; }
    .rent-guarantee-flow__source, .rent-guarantee-flow__result, .rent-guarantee-flow__mapping { min-height: 165px; }
    .rent-people__shift { grid-template-columns: 1fr; gap: 8px; }
    .rent-people__shift > i { transform: rotate(90deg); }
    .rent-team-visual { grid-template-columns: 1fr; min-height: 0; padding: 25px; gap: 22px; }
    .rent-team-visual__arrow span { writing-mode: horizontal-tb; margin-bottom: 3px; }
    .rent-team-visual__arrow i { display: block; transform: rotate(90deg); }
    .rent-team-status__intro { margin-bottom: 30px; }
    .rent-status-board__main, .rent-status-board__team { padding: 24px 19px; }
    .rent-status-board__summary { grid-template-columns: 1fr; }
    .rent-status-board__summary > div { min-height: 83px; }
    .rent-status-board__list > div { grid-template-columns: 1fr .65fr; }
    .rent-status-board__list > div > em, .rent-status-board__list-head span:last-child { display: none; }
    .rent-cases__grid { grid-template-columns: 1fr; }
    .rent-team-status__links { flex-direction: column; gap: 10px; }
    .rent-notice__screen { grid-row: 1; }
    .rent-finish__flow { grid-template-columns: 1fr; gap: 9px; }
    .rent-finish__flow > i { transform: rotate(90deg); font-size: 26px; }
    .rent-finish__flow > div { min-height: 190px; }
    .rent-finish__message strong { font-size: 18px; }
    .rent-cases article { min-height: 0; padding: 27px; }
    .rent-recommend { padding: 70px 0; }
    .rent-recommend__grid { gap: 20px; }
    .rent-cta { padding: 75px 0; }
}

@media (max-width: 768px) {
    .best-practice-rent-page .page-body { width: 100%; }
    .best-practice-rent-page .rent-lp .container { width: calc(100% - 30px); }
}

/* 画面モックを縮小表示しても読めるよう、UI内の本文・状態表示は10px以上を基準にする。 */
.rent-auto-visual__engine span { font-size: 10px; }
.rent-auto-visual__engine strong { font-size: 12px; }
.rent-auto-visual__outcome > div { padding: 20px 16px; }
.rent-auto-visual__outcome span { font-size: 11px; }
.rent-auto-visual__outcome strong { font-size: 14px; line-height: 1.5; }
.rent-auto-visual__outcome i { width: 27px; height: 27px; font-size: 11px; }

.rent-guarantee-flow__mapping > span { font-size: 11px; }
.rent-team-visual__before > span, .rent-team-visual__after > span { font-size: 11px; }
.rent-team-visual__before li { padding: 7px 10px; font-size: 11px; }
.rent-team-visual__arrow span { font-size: 10px; }
.rent-team-visual__board { max-width: 235px; padding: 19px; }
.rent-team-visual__board small { font-size: 10px; }
.rent-team-visual__board div { padding: 9px 10px; font-size: 11px; }
.rent-team-visual__board i { width: 20px; height: 20px; font-size: 10px; }
.rent-team-visual__members div { font-size: 11px; }
.rent-people__shift span { font-size: 10px; }

.rent-status-board__header span { font-size: 11px; }
.rent-status-board__header small { font-size: 11px; }
.rent-status-board__summary span { font-size: 11px; }
.rent-status-board__summary strong { font-size: 15px; }
.rent-status-board__summary i { width: 29px; height: 29px; font-size: 11px; }
.rent-status-board__list > div { min-height: 62px; }
.rent-status-board__list-head { min-height: 42px !important; font-size: 11px; }
.rent-status-board__list > div > span:first-child { font-size: 13px; }
.rent-status-board__list span i { width: 29px; height: 29px; font-size: 10px; }
.rent-status-board__list b { font-size: 11px; }
.rent-status-board__list em { font-size: 11px; }
.rent-status-board__team > p:first-child { font-size: 11px; }
.rent-status-board__team li > span { font-size: 11px; }
.rent-status-board__team li strong { font-size: 13px; }
.rent-status-board__team li small { font-size: 10px; }
.rent-status-board__team li > i { width: 30px; height: 30px; font-size: 10px; }
.rent-finish__flow b { font-size: 11px; }
