:root {
    --resident-navy: #102d4f;
    --resident-blue: #187dcc;
    --resident-green: #20aa7a;
    --resident-coral: #eb765f;
    --resident-purple: #6b66cb;
    --resident-ink: #193650;
    --resident-muted: #61788b;
    --resident-line: #dce7ee;
    --resident-pale: #f3f8fb;
}

.best-practice-resident-page .page-body { width: 73.33333%; }
.best-practice-resident-page .page-form { display: block; }
.best-practice-resident-page .resident-lp .container { width: calc(100% - 48px); max-width: 1170px; margin-right: auto; margin-left: auto; }
.resident-lp { overflow: hidden; color: var(--resident-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif; line-height: 1.8; }
.resident-lp ~ .floating-banner, .resident-lp ~ #modal-overlay { display: none !important; }
.resident-lp *, .resident-lp *::before, .resident-lp *::after { box-sizing: border-box; }
.resident-lp h1, .resident-lp h2, .resident-lp h3, .resident-lp p { margin-top: 0; }
.resident-hero__inner::before, .resident-hero__inner::after, .resident-hero__route::before, .resident-hero__route::after,
.resident-channel__grid::before, .resident-channel__grid::after, .resident-history__grid::before, .resident-history__grid::after,
.resident-materials__grid::before, .resident-materials__grid::after, .resident-case__card::before, .resident-case__card::after,
.resident-recommend__grid::before, .resident-recommend__grid::after { display: none; content: none; }

.resident-eyebrow, .resident-label, .resident-heading > p { margin-bottom: 14px; color: var(--resident-blue); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.resident-heading h2, .resident-channel h2, .resident-materials h2, .resident-recommend h2 { margin-bottom: 24px; color: var(--resident-navy); font-size: clamp(29px, 3vw, 43px); line-height: 1.5; letter-spacing: -.035em; }
.resident-heading h2 strong, .resident-channel h2 strong, .resident-materials h2 strong, .resident-recommend h2 strong { color: var(--resident-blue); }
.resident-heading--center { text-align: center; }
.resident-heading--white > p { color: #6fdabb; }
.resident-heading--white h2 { color: #fff; }
.resident-heading--white h2 strong { color: #7fe3c8; }
.resident-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.resident-actions--center { justify-content: center; }
.resident-button { display: inline-flex; min-height: 54px; padding: 0 22px; border: 2px solid var(--resident-blue); border-radius: 7px; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; text-decoration: none !important; transition: transform .2s, box-shadow .2s; }
.resident-button:hover { transform: translateY(-2px); }
.resident-button--primary { color: #fff !important; background: var(--resident-blue); box-shadow: 0 10px 24px rgba(24,125,204,.24); }
.resident-button--outline { color: var(--resident-blue) !important; background: #fff; }
.resident-text-link { display: inline-block; margin-top: 20px; color: var(--resident-blue); font-weight: 800; }
.resident-note { margin-top: 20px; color: #778a99; font-size: 11px; line-height: 1.8; }
.resident-note--center { text-align: center; }

.resident-hero { margin-top: 116px; padding: 8px 0 0; background: linear-gradient(135deg, #f1faff 0%, #fff 48%, #eef9f5 100%); }
.resident-hero__inner { display: grid; grid-template-columns: minmax(350px, 1fr) minmax(0, 430px); gap: 24px; min-height: 610px; align-items: center; }
.resident-breadcrumb { margin-bottom: 48px; color: #748696; font-size: 13px; }
.resident-breadcrumb a { color: var(--resident-blue); }
.resident-hero h1 { margin-bottom: 25px; color: var(--resident-navy); font-size: clamp(36px, 3vw, 48px); font-weight: 700; line-height: 1.43; letter-spacing: -.05em; }
.resident-hero h1 strong { color: var(--resident-navy); }
.resident-hero h1 em { position: relative; color: var(--resident-green); font-style: normal; }
.resident-hero h1 em::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 5px; border-radius: 6px; background: #75dac0; content: ''; opacity: .65; }
.resident-hero__lead { margin-bottom: 30px; color: #49657a; font-size: 17px; line-height: 1.95; }
.resident-hero__visual { position: relative; width: 100%; max-width: 430px; min-width: 0; padding: 12px 0 22px; justify-self: end; }
.resident-control { overflow: hidden; min-height: 470px; border: 1px solid #d2e4ed; border-radius: 23px; background: #fff; box-shadow: 0 30px 70px rgba(28,75,108,.16); }
.resident-control > header { display: flex; height: 55px; padding: 0 20px; align-items: center; justify-content: space-between; color: #fff; background: var(--resident-navy); }
.resident-control > header span { font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.resident-control > header b { padding: 5px 10px; border-radius: 99px; color: #8ce2ca; background: rgba(255,255,255,.1); font-size: 9px; }
.resident-control__lanes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px; background: #f6fafc; }
.resident-control__lane { padding: 12px; border-radius: 12px; }
.resident-control__lane--live { border: 1px solid #f1d8d2; background: #fff7f5; }
.resident-control__lane--planned { border: 1px solid #dadcf3; background: #f6f6fd; }
.resident-control__lane > span { display: block; margin-bottom: 11px; color: var(--resident-coral); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.resident-control__lane--planned > span { color: var(--resident-purple); }
.resident-control__lane > div { display: grid; grid-template-columns: 34px 1fr auto; min-height: 72px; margin-top: 8px; padding: 11px; border-radius: 8px; align-items: center; background: #fff; box-shadow: 0 5px 15px rgba(28,59,81,.07); }
.resident-control__lane i { display: grid; width: 28px; height: 28px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-coral); font-size: 6px; font-style: normal; font-weight: 900; }
.resident-control__lane--planned i { background: var(--resident-purple); }
.resident-control__lane p { margin: 0; }
.resident-control__lane strong, .resident-control__lane small { display: block; }
.resident-control__lane strong { color: var(--resident-navy); font-size: 11px; }
.resident-control__lane small { color: var(--resident-muted); font-size: 8px; }
.resident-control__lane em { padding: 4px 6px; border-radius: 4px; color: var(--resident-coral); background: #fff0ec; font-size: 7px; font-style: normal; font-weight: 900; }
.resident-control__lane--planned em { color: var(--resident-purple); background: #efeffb; }
.resident-control__team { display: grid; grid-template-columns: 1fr 20px 1fr 20px 1fr; margin: 0 14px 10px; padding: 12px 10px; border: 1px solid #cfe5df; border-radius: 12px; align-items: center; background: #eff9f6; text-align: center; }
.resident-control__team > span { grid-column: 1 / -1; margin-bottom: 10px; color: var(--resident-green); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.resident-control__team > b { color: #85bcae; }
.resident-control__team div i { display: grid; width: 30px; height: 30px; margin: 0 auto 5px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-green); font-size: 10px; font-style: normal; }
.resident-control__team div b, .resident-control__team div small { display: block; }
.resident-control__team div b { color: var(--resident-navy); font-size: 10px; }
.resident-control__team div small { color: var(--resident-muted); font-size: 7px; }
.resident-hero__badge { position: static; display: grid; grid-template-columns: 150px 1fr; margin: 0 14px 14px; padding: 12px 16px; border-radius: 12px; align-items: center; gap: 8px; color: #fff; background: rgba(16,45,79,.96); box-shadow: 0 12px 25px rgba(16,45,79,.2); }
.resident-hero__badge span { display: block; margin: 0; color: #6ee0c0; font-size: 10px; letter-spacing: .06em; }
.resident-hero__badge strong { font-size: 14px; line-height: 1.55; }
.resident-hero__badge strong br { display: none; }
.resident-hero__route { position: relative; bottom: -42px; display: grid; grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr; padding: 24px 27px; border-radius: 15px; align-items: center; background: #fff; box-shadow: 0 18px 45px rgba(28,77,113,.15); }
.resident-hero__route div { display: grid; grid-template-columns: 32px 1fr; }
.resident-hero__route span { grid-row: 1 / 3; color: #b1c0cc; font-size: 10px; font-weight: 900; }
.resident-hero__route strong { color: var(--resident-navy); font-size: 13px; }
.resident-hero__route small { color: var(--resident-muted); font-size: 9px; }
.resident-hero__route > i { position: relative; height: 1px; background: #bcd9e5; }
.resident-hero__route > i::after { position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-top: 1px solid #7cb2c6; border-right: 1px solid #7cb2c6; content: ''; transform: rotate(45deg); }

.resident-friction { padding: 125px 0 100px; background: #f7fafc; }
.resident-friction .resident-heading h2 { margin-bottom: 50px; }
.resident-friction__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.resident-friction article { padding: 23px 17px; border: 1px solid #e0e7ec; border-top: 4px solid #b3c1ca; border-radius: 11px; background: #fff; }
.resident-friction article:nth-child(1) { border-top-color: var(--resident-coral); }
.resident-friction article:nth-child(2) { border-top-color: #e7aa45; }
.resident-friction article:nth-child(3) { border-top-color: #a7788c; }
.resident-friction article:nth-child(4) { border-top-color: var(--resident-purple); }
.resident-friction article > span { color: #899ba8; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.resident-friction article > div { min-height: 125px; margin: 12px 0 18px; padding: 13px; border-radius: 8px; background: #f5f7f8; }
.resident-friction h3 { margin-bottom: 12px; color: var(--resident-navy); font-size: 16px; font-weight: 900; }
.resident-friction article > p { margin-bottom: 0; color: var(--resident-muted); font-size: 12px; }
.resident-friction__mail { position: relative; }
.resident-friction__mail > i { position: absolute; top: -7px; right: -5px; display: grid; width: 29px; height: 29px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-coral); font-size: 8px; font-style: normal; font-weight: 900; }
.resident-friction__mail p { margin: 0 25px 5px 0; padding: 4px 6px; background: #fff; }
.resident-friction__mail b, .resident-friction__mail small { display: block; font-size: 7px; line-height: 1.4; }
.resident-friction__mail small { color: #8697a3; }
.resident-friction__poster { position: relative; text-align: center; }
.resident-friction__poster b { display: block; color: #88621f; font-size: 10px; }
.resident-friction__poster i { display: block; width: 70%; height: 4px; margin: 7px auto; background: #d8d0be; }
.resident-friction__poster small { color: #a27327; font-size: 8px; }
.resident-friction__person { display: flex; align-items: center; gap: 8px; }
.resident-friction__person > i { display: grid; min-width: 39px; height: 39px; border-radius: 50%; place-items: center; color: #fff; background: #9c7185; font-size: 12px; font-style: normal; }
.resident-friction__person p { margin: 0; }
.resident-friction__person p b { display: block; font-size: 7px; }
.resident-friction__person em { padding: 4px; color: #a14c57; background: #fae8eb; font-size: 7px; font-style: normal; }
.resident-friction__calendar { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.resident-friction__calendar i { padding: 5px 3px; border-left: 3px solid var(--resident-purple); color: #5e5a9c; background: #eaeafb; font-size: 7px; font-style: normal; }
.resident-friction__calendar b { grid-column: 1 / -1; color: #7a6e9c; font-size: 8px; text-align: center; }

.resident-thesis { padding: 82px 0; color: #fff; background: linear-gradient(125deg, var(--resident-navy), #143d62); text-align: center; }
.resident-thesis p { margin-bottom: 13px; color: #84d7e9; font-weight: 800; }
.resident-thesis h2 { margin-bottom: 36px; color: #fff; font-size: clamp(29px, 3vw, 43px); line-height: 1.55; }
.resident-thesis h2 strong { color: #78e0c2; }
.resident-thesis div > div { display: flex; max-width: 790px; margin: 0 auto; align-items: center; }
.resident-thesis span, .resident-thesis div > div strong { min-width: 145px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; font-size: 9px; letter-spacing: .08em; }
.resident-thesis div > div strong { color: #fff; background: rgba(32,170,122,.35); }
.resident-thesis i { flex: 1; height: 1px; background: rgba(125,215,225,.6); }

.resident-channel { padding: 110px 0; }
.resident-channel__grid, .resident-history__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 58px; align-items: center; }
.resident-channel__lead { color: var(--resident-muted); font-size: 15px; line-height: 2; }
.resident-channel__result { margin-top: 24px; padding: 16px 19px; border-left: 4px solid var(--resident-green); color: var(--resident-navy); background: #eaf8f3; font-size: 13px; }
.resident-scenario { margin-top: 25px; padding: 20px; border-radius: 12px; background: var(--resident-pale); }
.resident-scenario > span { color: var(--resident-blue); font-size: 10px; font-weight: 900; letter-spacing: .06em; }
.resident-scenario ol { margin: 13px 0 0; padding: 0; list-style: none; }
.resident-scenario li { display: grid; grid-template-columns: 30px 1fr; padding: 8px 0; border-bottom: 1px solid #dce7ed; align-items: center; }
.resident-scenario li:last-child { border: 0; }
.resident-scenario li i { display: grid; width: 22px; height: 22px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-blue); font-size: 9px; font-style: normal; }
.resident-scenario li p { margin: 0; }
.resident-scenario li b, .resident-scenario li small { display: block; }
.resident-scenario li b { color: var(--resident-navy); font-size: 11px; }
.resident-scenario li small { color: var(--resident-muted); font-size: 8px; }
.resident-chat { overflow: hidden; border: 1px solid #d3e1e9; border-radius: 19px; background: #f0f5f8; box-shadow: 0 23px 55px rgba(25,65,94,.14); }
.resident-chat header { display: flex; min-height: 72px; padding: 14px 20px; align-items: center; color: #fff; background: var(--resident-navy); }
.resident-chat header > i { display: grid; width: 38px; height: 38px; margin-right: 11px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-blue); font-style: normal; }
.resident-chat header p { flex: 1; margin: 0; }
.resident-chat header strong, .resident-chat header small { display: block; }
.resident-chat header strong { font-size: 12px; }
.resident-chat header small { color: #bad0df; font-size: 8px; }
.resident-chat header span { padding: 5px 9px; border-radius: 99px; color: #77e0c2; background: rgba(255,255,255,.1); font-size: 8px; font-weight: 900; }
.resident-chat__body { min-height: 405px; padding: 27px 21px; }
.resident-chat__body > p { display: flex; flex-direction: column; max-width: 76%; margin-bottom: 14px; }
.resident-chat__body p span { padding: 12px 14px; border-radius: 12px; color: var(--resident-ink); background: #fff; font-size: 11px; }
.resident-chat__body p small { margin-top: 3px; color: #8495a1; font-size: 7px; }
.resident-chat__body .is-staff { margin-left: auto; align-items: flex-end; }
.resident-chat__body .is-staff span { color: #fff; background: var(--resident-blue); }
.resident-chat__photos { display: flex; gap: 7px; margin: -5px 0 18px; }
.resident-chat__photos i { display: grid; width: 105px; height: 82px; border: 5px solid #fff; border-radius: 9px; place-items: end center; color: #fff; background: linear-gradient(145deg, #8eabbc, #38536a); box-shadow: 0 5px 13px rgba(23,54,77,.14); font-size: 8px; font-style: normal; }
.resident-chat footer { display: grid; grid-template-columns: 1fr auto auto; gap: 8px; padding: 13px; background: #fff; }
.resident-chat footer span { padding: 8px 11px; border: 1px solid #d9e2e8; border-radius: 5px; color: #a1adb5; font-size: 9px; }
.resident-chat footer i, .resident-chat footer b { padding: 8px 10px; border-radius: 5px; font-size: 9px; font-style: normal; }
.resident-chat footer i { color: var(--resident-blue); background: #eaf5fc; }
.resident-chat footer b { color: #fff; background: var(--resident-blue); }

.resident-channel--broadcast { background: #f5faf8; }
.resident-channel__head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; }
.resident-channel__head > p { color: var(--resident-muted); line-height: 2; }
.resident-broadcast { display: grid; grid-template-columns: 1fr 58px .9fr; max-width: 890px; margin: 45px auto 0; align-items: center; }
.resident-broadcast > i { color: var(--resident-green); font-size: 35px; font-style: normal; text-align: center; }
.resident-broadcast__compose, .resident-broadcast__building { padding: 27px; border: 1px solid #d1e5df; border-radius: 15px; background: #fff; box-shadow: 0 18px 38px rgba(30,92,74,.1); }
.resident-broadcast__compose > span, .resident-broadcast__building > span { display: block; margin-bottom: 15px; color: var(--resident-green); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.resident-broadcast__compose label { display: block; margin-bottom: 9px; color: var(--resident-muted); font-size: 8px; }
.resident-broadcast__compose label strong { display: block; padding: 8px 10px; border: 1px solid #dbe5e1; border-radius: 5px; color: var(--resident-navy); font-size: 10px; }
.resident-broadcast__compose button { width: 100%; margin-top: 5px; padding: 10px; border: 0; border-radius: 5px; color: #fff; background: var(--resident-green); font-size: 10px; font-weight: 900; pointer-events: none; }
.resident-broadcast__building { text-align: center; }
.resident-broadcast__building > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin: 0 auto 15px; }
.resident-broadcast__building > div i { display: grid; height: 36px; border: 2px solid #d9e4e0; border-radius: 4px 4px 0 0; place-items: center; background: #f4f7f6; font-style: normal; }
.resident-broadcast__building > div i.is-lit { border-color: #82d6be; background: #e6f7f2; }
.resident-broadcast__building > div b { color: var(--resident-green); font-size: 9px; }
.resident-broadcast__building > strong, .resident-broadcast__building > small { display: block; }
.resident-broadcast__building > strong { color: var(--resident-navy); font-size: 14px; }
.resident-broadcast__building > small { margin-top: 6px; color: var(--resident-muted); font-size: 8px; line-height: 1.5; }
.resident-broadcast__uses { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; justify-content: center; }
.resident-broadcast__uses span { padding: 7px 13px; border: 1px solid #cfe4dc; border-radius: 99px; color: #417564; background: #fff; font-size: 10px; font-weight: 700; }

.resident-history__grid { grid-template-columns: 1.1fr .9fr; }
.resident-history-board { overflow: hidden; border: 1px solid #d4e2e9; border-radius: 17px; background: #fff; box-shadow: 0 23px 55px rgba(25,65,94,.13); }
.resident-history-board > header { display: flex; padding: 18px 20px; align-items: center; justify-content: space-between; color: #fff; background: var(--resident-navy); }
.resident-history-board header span, .resident-history-board header strong { display: block; }
.resident-history-board header span { color: #75d9bd; font-size: 7px; letter-spacing: .12em; }
.resident-history-board header strong { font-size: 14px; }
.resident-history-board header p { display: flex; margin: 0; align-items: center; gap: 7px; }
.resident-history-board header p b { font-size: 9px; }
.resident-history-board header p em { display: grid; width: 31px; height: 31px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-coral); font-size: 10px; font-style: normal; }
.resident-history-board__filters { display: flex; gap: 6px; padding: 13px 16px; border-bottom: 1px solid #e2e9ed; background: #f7fafb; }
.resident-history-board__filters span { padding: 4px 8px; border-radius: 99px; color: var(--resident-muted); font-size: 8px; }
.resident-history-board__filters .is-active { color: #fff; background: var(--resident-coral); }
.resident-history-board__row { display: grid; grid-template-columns: 36px 1.4fr .75fr .85fr; min-height: 78px; padding: 13px 15px; border-bottom: 1px solid #e5ebef; align-items: center; }
.resident-history-board__row > i { display: grid; width: 27px; height: 27px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-green); font-size: 8px; font-style: normal; }
.resident-history-board__row.is-alert > i { background: var(--resident-coral); }
.resident-history-board__row p { margin: 0; }
.resident-history-board__row b, .resident-history-board__row small { display: block; }
.resident-history-board__row b { color: var(--resident-navy); font-size: 10px; }
.resident-history-board__row small, .resident-history-board__row span, .resident-history-board__row em { color: var(--resident-muted); font-size: 7px; }
.resident-history-board__row span { padding: 4px 6px; border-radius: 4px; background: #f0f4f6; }
.resident-history-board__row em { font-style: normal; }
.resident-history-board footer { padding: 15px 18px; background: #f4f8fa; }
.resident-history-board footer span, .resident-history-board footer b { display: block; }
.resident-history-board footer span { color: var(--resident-muted); font-size: 8px; }
.resident-history-board footer b { color: var(--resident-blue); font-size: 10px; }
.resident-phone-story { margin-top: 24px; padding: 17px; border-radius: 10px; background: #f5f8fa; }
.resident-phone-story > span { color: var(--resident-blue); font-size: 9px; font-weight: 900; }
.resident-phone-story > div { display: grid; grid-template-columns: 1fr 25px 1fr; margin-top: 9px; align-items: center; }
.resident-phone-story p { margin: 0; padding: 10px; border-radius: 7px; background: #fff; }
.resident-phone-story b, .resident-phone-story small { display: block; }
.resident-phone-story b { color: var(--resident-navy); font-size: 9px; }
.resident-phone-story small { color: var(--resident-muted); font-size: 7px; }
.resident-phone-story i { color: var(--resident-green); font-style: normal; text-align: center; }
.resident-checks { margin: 21px 0 0; padding: 0; list-style: none; }
.resident-checks li { position: relative; padding: 10px 0 10px 26px; border-bottom: 1px solid var(--resident-line); color: var(--resident-ink); font-size: 12px; }
.resident-checks li::before { position: absolute; top: 13px; left: 2px; display: grid; width: 16px; height: 16px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-green); content: '\2713'; font-size: 8px; }

.resident-channel--project { color: #fff; background: #102d4f; }
.resident-project { display: grid; grid-template-columns: .7fr 1.25fr .78fr; gap: 14px; margin-top: 46px; align-items: stretch; }
.resident-project > * { border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.075); }
.resident-project__schedule { padding: 22px; }
.resident-project__schedule > span, .resident-project__notices > span { color: #74ddbf; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.resident-project__schedule h3 { margin: 7px 0 20px; color: #fff; font-size: 18px; }
.resident-project__schedule > p { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.13); }
.resident-project__schedule > p b, .resident-project__schedule > p strong { display: block; }
.resident-project__schedule > p b { color: #a9c3d6; font-size: 8px; }
.resident-project__schedule > p strong { color: #fff; font-size: 17px; }
.resident-project__schedule > div { display: grid; grid-template-columns: 48px 1fr; padding: 8px 0; font-size: 9px; }
.resident-project__schedule > div i { color: #8aa9bd; font-style: normal; }
.resident-project__schedule > em { display: block; margin-top: 18px; padding: 8px; border-radius: 5px; color: #173c59; background: #79ddc1; font-size: 10px; font-style: normal; font-weight: 900; text-align: center; }
.resident-project__tasks { overflow: hidden; background: #fff; }
.resident-project__tasks header { display: flex; padding: 15px 18px; justify-content: space-between; color: var(--resident-navy); background: #edf5f8; }
.resident-project__tasks header span { font-size: 10px; font-weight: 900; }
.resident-project__tasks header strong { color: var(--resident-green); font-size: 10px; }
.resident-project__tasks ol { margin: 0; padding: 0 17px; list-style: none; }
.resident-project__tasks li { display: grid; grid-template-columns: 35px 1fr; min-height: 57px; border-bottom: 1px solid #e4eaee; align-items: center; }
.resident-project__tasks li:last-child { border: 0; }
.resident-project__tasks li > i { display: grid; width: 24px; height: 24px; border: 1px solid #cdd9e0; border-radius: 50%; place-items: center; color: #8799a5; font-size: 8px; font-style: normal; }
.resident-project__tasks li.is-done > i { border-color: var(--resident-green); color: #fff; background: var(--resident-green); }
.resident-project__tasks li.is-current > i { border-color: var(--resident-blue); color: #fff; background: var(--resident-blue); }
.resident-project__tasks li p { margin: 0; }
.resident-project__tasks li b, .resident-project__tasks li small { display: block; }
.resident-project__tasks li b { color: var(--resident-navy); font-size: 10px; }
.resident-project__tasks li small { color: var(--resident-muted); font-size: 7px; }
.resident-project__notices { padding: 22px 17px; }
.resident-project__notices > div { display: grid; grid-template-columns: 42px 1fr; margin-top: 12px; padding: 11px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; align-items: center; }
.resident-project__notices > div i { display: grid; width: 32px; height: 32px; border-radius: 50%; place-items: center; color: #fff; background: #56748b; font-size: 7px; font-style: normal; }
.resident-project__notices > div.is-current i { color: #153d55; background: #78ddc0; }
.resident-project__notices > div.is-over i { background: var(--resident-coral); }
.resident-project__notices p { margin: 0; }
.resident-project__notices b, .resident-project__notices small { display: block; }
.resident-project__notices b { color: #fff; font-size: 9px; }
.resident-project__notices small { color: #a9c2d3; font-size: 7px; }
.resident-project__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 18px; }
.resident-project__benefits div { padding: 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.06); }
.resident-project__benefits span, .resident-project__benefits strong, .resident-project__benefits small { display: block; }
.resident-project__benefits span { color: #6ddcbd; font-size: 8px; letter-spacing: .11em; }
.resident-project__benefits strong { margin: 4px 0; color: #fff; font-size: 12px; }
.resident-project__benefits small { color: #aac3d4; font-size: 8px; }
.resident-note--dark { color: #abc1d0; }

.resident-materials { padding: 100px 0; background: #f3f8fb; }
.resident-materials__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.resident-materials__grid > div:first-child > p:last-child { color: var(--resident-muted); font-size: 15px; line-height: 2; }
.resident-materials__shelf { display: grid; gap: 9px; }
.resident-materials__shelf p { display: grid; grid-template-columns: 48px 1fr 30px; margin: 0; padding: 14px 17px; border: 1px solid #d7e4eb; border-radius: 9px; align-items: center; background: #fff; box-shadow: 0 8px 18px rgba(27,65,92,.06); }
.resident-materials__shelf p > i { display: grid; width: 35px; height: 42px; border-radius: 3px; place-items: center; color: #fff; background: var(--resident-coral); font-size: 7px; font-style: normal; font-weight: 900; }
.resident-materials__shelf p:nth-child(3) > i { background: var(--resident-blue); }
.resident-materials__shelf b, .resident-materials__shelf small { display: block; }
.resident-materials__shelf b { color: var(--resident-navy); font-size: 11px; }
.resident-materials__shelf small { color: var(--resident-muted); font-size: 8px; }
.resident-materials__shelf em { color: var(--resident-blue); font-size: 17px; font-style: normal; }

.resident-before-after { padding: 105px 0; }
.resident-ba { overflow: hidden; margin-top: 45px; border: 1px solid #d8e4eb; border-radius: 14px; }
.resident-ba > div { display: grid; grid-template-columns: .42fr 1fr 1fr; }
.resident-ba > div > * { margin: 0; padding: 15px 18px; border-right: 1px solid #e2e9ed; border-bottom: 1px solid #e2e9ed; }
.resident-ba > div > *:last-child { border-right: 0; }
.resident-ba > div:last-child > * { border-bottom: 0; }
.resident-ba span { color: var(--resident-navy); font-size: 11px; font-weight: 900; background: #f4f7f9; }
.resident-ba p { color: var(--resident-muted); font-size: 11px; }
.resident-ba p:last-child { color: var(--resident-navy); background: #eff9f6; font-weight: 800; }
.resident-ba__head { color: #fff; background: var(--resident-navy); }
.resident-ba__head span, .resident-ba__head b, .resident-ba__head strong { color: #fff; background: transparent; font-size: 11px; }
.resident-ba__head strong { color: #77e0c2; }

.resident-case { padding: 95px 0; background: #eef6fa; }
.resident-case__card { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 17px; background: #fff; box-shadow: 0 22px 50px rgba(24,64,92,.12); }
.resident-case__card > div:first-child { padding: 48px; }
.resident-case__card > div:first-child > p:first-child { color: var(--resident-blue); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.resident-case__card > div:first-child > span { color: var(--resident-muted); font-size: 11px; }
.resident-case h2 { margin: 12px 0 19px; color: var(--resident-navy); font-size: clamp(27px, 2.5vw, 38px); line-height: 1.55; }
.resident-case h2 strong { color: var(--resident-blue); }
.resident-case__card > div:first-child > p:last-of-type { color: var(--resident-muted); font-size: 13px; }
.resident-case__card a { color: var(--resident-blue); font-weight: 900; }
.resident-case__quote { display: flex; padding: 45px; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg, var(--resident-navy), #17658b); }
.resident-case__quote span { color: #76dfc1; font-size: 9px; letter-spacing: .13em; }
.resident-case__quote strong { margin: 13px 0; font-size: 23px; line-height: 1.6; }
.resident-case__quote small { color: #b9d8e7; }

.resident-recommend { padding: 100px 0; }
.resident-recommend__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 68px; align-items: center; }
.resident-recommend ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 0; padding: 0; list-style: none; }
.resident-recommend li { position: relative; min-height: 74px; padding: 16px 14px 16px 45px; border: 1px solid var(--resident-line); border-radius: 8px; color: var(--resident-ink); background: #fff; font-size: 11px; }
.resident-recommend li::before { position: absolute; top: 18px; left: 15px; display: grid; width: 21px; height: 21px; border-radius: 50%; place-items: center; color: #fff; background: var(--resident-green); content: '\2713'; font-size: 9px; }

.resident-cta { padding: 88px 0; color: #fff; background: linear-gradient(120deg, #1576bd, #159875); text-align: center; }
.resident-cta > div > p:first-child { margin-bottom: 13px; color: #b8f2e1; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.resident-cta h2 { margin-bottom: 33px; color: #fff; font-size: clamp(29px, 3vw, 43px); line-height: 1.55; }
.resident-button--white { border-color: #fff; color: var(--resident-blue) !important; background: #fff; }
.resident-button--ghost { border-color: rgba(255,255,255,.7); color: #fff !important; background: transparent; }
.resident-cta__consult { margin: 22px 0 0; }
.resident-cta__consult a { color: #fff; font-size: 12px; font-weight: 800; }

/* 業務画面を縮小して見せても内容を読めるよう、装飾用ラベルを除くUI文字は10px以上を基準にする。 */
.resident-control > header span { font-size: 12px; }
.resident-control > header b { font-size: 11px; }
.resident-control__lane > span { font-size: 10px; }
.resident-control__lane i { width: 34px; height: 34px; font-size: 8px; }
.resident-control__lane > div { grid-template-columns: 42px 1fr auto; min-height: 74px; padding: 8px; }
.resident-control__lane strong { font-size: 13px; }
.resident-control__lane small { margin-top: 2px; font-size: 10px; line-height: 1.5; }
.resident-control__lane em { padding: 5px 7px; font-size: 10px; }
.resident-control__team > span { font-size: 10px; }
.resident-control__team div b { font-size: 12px; }
.resident-control__team div small { font-size: 10px; }

.resident-friction__mail b, .resident-friction__mail small { font-size: 10px; }
.resident-friction__poster b { font-size: 12px; }
.resident-friction__poster small { font-size: 10px; }
.resident-friction__person p b { font-size: 10px; }
.resident-friction__person em { font-size: 10px; }
.resident-friction__calendar i { font-size: 10px; }
.resident-friction__calendar b { font-size: 10px; }

.resident-scenario li b { font-size: 12px; }
.resident-scenario li small { font-size: 10px; }
.resident-chat header strong { font-size: 14px; }
.resident-chat header small, .resident-chat header span { font-size: 10px; }
.resident-chat__body p span { padding: 14px 16px; font-size: 14px; line-height: 1.7; }
.resident-chat__body p small { font-size: 10px; }
.resident-chat__photos i { width: 122px; height: 94px; font-size: 10px; }
.resident-chat footer span, .resident-chat footer i, .resident-chat footer b { font-size: 11px; }

.resident-broadcast__compose > span, .resident-broadcast__building > span { font-size: 11px; }
.resident-broadcast__compose label { font-size: 10px; }
.resident-broadcast__compose label strong { padding: 10px 11px; font-size: 12px; }
.resident-broadcast__compose button { padding: 12px; font-size: 12px; }
.resident-broadcast__building > div b { font-size: 11px; }
.resident-broadcast__building > strong { font-size: 16px; }
.resident-broadcast__building > small { font-size: 10px; }
.resident-broadcast__uses span { font-size: 11px; }

.resident-history-board header span { font-size: 9px; }
.resident-history-board header strong { font-size: 16px; }
.resident-history-board header p b { font-size: 11px; }
.resident-history-board__filters span { padding: 5px 9px; font-size: 10px; }
.resident-history-board__row { grid-template-columns: 40px 1.35fr .8fr .9fr; min-height: 88px; }
.resident-history-board__row > i { width: 31px; height: 31px; font-size: 10px; }
.resident-history-board__row b { font-size: 12px; }
.resident-history-board__row small, .resident-history-board__row span, .resident-history-board__row em { font-size: 9px; line-height: 1.5; }
.resident-history-board footer span { font-size: 10px; }
.resident-history-board footer b { font-size: 12px; }
.resident-phone-story > span { font-size: 11px; }
.resident-phone-story b { font-size: 11px; }
.resident-phone-story small { font-size: 10px; }

.resident-project__schedule > span, .resident-project__notices > span { font-size: 10px; }
.resident-project__schedule > p b { font-size: 10px; }
.resident-project__schedule > div { grid-template-columns: 54px 1fr; font-size: 11px; }
.resident-project__schedule > em { font-size: 12px; }
.resident-project__tasks header span, .resident-project__tasks header strong { font-size: 12px; }
.resident-project__tasks li { min-height: 66px; }
.resident-project__tasks li > i { width: 28px; height: 28px; font-size: 10px; }
.resident-project__tasks li b { font-size: 12px; }
.resident-project__tasks li small { font-size: 10px; }
.resident-project__notices > div { grid-template-columns: 46px 1fr; }
.resident-project__notices > div i { width: 36px; height: 36px; font-size: 9px; }
.resident-project__notices b { font-size: 11px; }
.resident-project__notices small { font-size: 10px; }
.resident-project__benefits span { font-size: 10px; }
.resident-project__benefits strong { font-size: 13px; }
.resident-project__benefits small { font-size: 10px; }

.resident-materials__shelf p > i { width: 40px; height: 48px; font-size: 9px; }
.resident-materials__shelf b { font-size: 13px; }
.resident-materials__shelf small { font-size: 10px; }

@media (max-width: 1199px) {
    .resident-hero__inner { grid-template-columns: 1fr; padding-top: 25px; }
    .resident-hero__copy { max-width: 760px; }
    .resident-breadcrumb { margin-bottom: 28px; }
    .resident-hero__visual { max-width: 720px; margin: 0 auto; width: 100%; justify-self: center; }
}

@media (max-width: 1199px) {
    .resident-channel__grid, .resident-history__grid, .resident-materials__grid, .resident-case__card, .resident-recommend__grid { grid-template-columns: 1fr; gap: 42px; }
    .resident-channel__head { grid-template-columns: 1fr; gap: 5px; }
    .resident-friction__grid { grid-template-columns: 1fr 1fr; }
    .resident-project { grid-template-columns: .8fr 1.2fr; }
    .resident-project__notices { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
    .resident-project__notices > span { grid-column: 1 / -1; }
    .resident-project__notices > div { margin-top: 0; }
    .resident-history-board { order: 2; }
    .resident-case__quote { min-height: 250px; }
}

@media (max-width: 900px) {
    .resident-control__lanes, .resident-project, .resident-project__benefits { grid-template-columns: 1fr; }
    .resident-project__notices { grid-column: auto; grid-template-columns: 1fr; }
    .resident-project__notices > span { grid-column: auto; }
    .resident-broadcast { grid-template-columns: 1fr; gap: 13px; }
    .resident-broadcast > i { transform: rotate(90deg); }
    .resident-recommend ul { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .best-practice-resident-page .page-body { width: 100%; }
    .best-practice-resident-page .resident-lp .container { width: calc(100% - 30px); }
    .resident-hero { padding-top: 20px; }
    .resident-hero__inner { display: block; min-height: auto; }
    .resident-breadcrumb { margin-bottom: 24px; font-size: 11px; }
    .resident-hero h1 { font-size: 34px; }
    .resident-hero__lead { font-size: 14px; }
    .resident-actions { display: grid; grid-template-columns: 1fr; }
    .resident-button { width: 100%; }
    .resident-hero__visual { padding: 42px 0 60px; }
    .resident-control__lanes { grid-template-columns: 1fr; padding: 12px; }
    .resident-control__team { margin: 0 12px 12px; padding: 16px 8px; }
    .resident-hero__badge { display: block; margin: 0 12px 12px; }
    .resident-hero__badge span { margin-bottom: 6px; }
    .resident-hero__badge strong br { display: initial; }
    .resident-hero__route { bottom: -28px; grid-template-columns: 1fr 1fr; gap: 14px; padding: 17px; }
    .resident-hero__route > i { display: none; }
    .resident-friction { padding: 85px 0 75px; }
    .resident-friction__grid { grid-template-columns: 1fr; }
    .resident-thesis, .resident-channel, .resident-materials, .resident-before-after, .resident-case, .resident-recommend, .resident-cta { padding-top: 72px; padding-bottom: 72px; }
    .resident-thesis div > div { flex-direction: column; gap: 8px; }
    .resident-thesis span, .resident-thesis div > div strong { min-width: 220px; }
    .resident-thesis i { width: 1px; min-height: 18px; }
    .resident-channel__grid, .resident-history__grid { gap: 34px; }
    .resident-chat__body { min-height: 360px; }
    .resident-history-board__row { grid-template-columns: 32px 1fr auto; }
    .resident-history-board__row em { grid-column: 2 / -1; }
    .resident-project__benefits { grid-template-columns: 1fr; }
    .resident-ba { overflow-x: auto; }
    .resident-ba > div { min-width: 620px; }
    .resident-case__card > div:first-child, .resident-case__quote { padding: 30px 24px; }
}
