@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600;700;900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");

.single-rent-lp {
    --single-rent-accent: #0f766e;
    --single-rent-accent-dark: #134e4a;
    --single-rent-line-accent: #06c755;
    --single-rent-warm: #f4a261;
    --single-rent-ink: #0f172a;
    --single-rent-muted: #475569;
    --single-rent-line: #d9e0ea;
    --single-rent-soft: #f0fdfa;
    --single-rent-card: #ffffff;
    background: #ffffff;
    color: var(--single-rent-ink);
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.single-rent-wrap {
    inline-size: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.single-rent-kicker {
    color: var(--single-rent-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 14px;
}

.single-rent-lp .single-rent-hero {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 39%, rgba(255, 255, 255, 0.3) 57%, rgba(255, 255, 255, 0) 76%),
        url("/img/hitorigurashi-chintai-hero-bg.webp") center center / cover no-repeat;
    background-color: #f8fbfa;
    border-block-end: 1px solid var(--single-rent-line);
    min-block-size: 720px;
    padding-block: 88px 70px;
}

.single-rent-hero__inner {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 570px);
}

.single-rent-hero h1 {
    color: #08285d;
    display: grid;
    font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Noto Sans JP", serif;
    font-size: 48px;
    font-weight: 900;
    gap: 6px;
    line-height: 1.12;
    margin: 0;
    max-inline-size: 640px;
    position: relative;
}

.single-rent-hero h1::after {
    background: linear-gradient(90deg, #10b8ce, #0968d8);
    block-size: 4px;
    content: "";
    display: block;
    inline-size: 132px;
    margin-block-start: 12px;
}

.single-rent-hero__title-line {
    display: block;
}

.single-rent-hero__title-accent {
    color: #0757bf;
}

.single-rent-hero__lead {
    color: var(--single-rent-muted);
    font-size: 18px;
    line-height: 1.9;
    margin: 26px 0 0;
    max-inline-size: 660px;
}

.single-rent-hero__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block-start: 30px;
    inline-size: 100%;
}

.single-rent-btn {
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-block-size: 48px;
    padding: 0 22px;
    text-decoration: none;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.single-rent-hero__actions .single-rent-btn {
    inline-size: 100%;
}

.single-rent-btn--primary {
    background: var(--single-rent-accent);
    border: 1px solid var(--single-rent-accent);
    color: #ffffff;
}

.single-rent-btn--line {
    background: var(--single-rent-line-accent);
    border: 1px solid var(--single-rent-line-accent);
    color: #ffffff;
}

.single-rent-btn--secondary {
    background: linear-gradient(90deg, #10b8ce, #0968d8);
    border: 1px solid rgba(9, 104, 216, 0.35);
    box-shadow: 0 12px 24px rgba(9, 104, 216, 0.2);
    color: #ffffff;
}

.single-rent-btn--light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--single-rent-accent-dark);
}

.single-rent-btn:hover,
.single-rent-btn:focus-visible {
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.14);
    transform: translateY(-1px);
}

.single-rent-btn--line:hover,
.single-rent-btn--line:focus-visible {
    background: #05b84f;
    border-color: #05b84f;
}

.single-rent-btn--primary:hover,
.single-rent-btn--primary:focus-visible {
    background: var(--single-rent-accent-dark);
    border-color: var(--single-rent-accent-dark);
}

.single-rent-btn--secondary:hover,
.single-rent-btn--secondary:focus-visible {
    background: linear-gradient(90deg, #0aa9d2, #0757bf);
    border-color: rgba(9, 104, 216, 0.58);
    box-shadow: 0 12px 24px rgba(9, 104, 216, 0.26);
}

.single-rent-btn--light:hover,
.single-rent-btn--light:focus-visible {
    background: #eef7f8;
    border-color: #eef7f8;
}

.single-rent-btn:focus-visible {
    outline: 2px solid rgba(34, 107, 114, 0.32);
    outline-offset: 3px;
}

.single-rent-text-link {
    color: var(--single-rent-accent-dark);
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    margin-block-start: 22px;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.single-rent-hero__benefits {
    counter-reset: single-rent-benefit;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.single-rent-hero__benefits li {
    align-items: start;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.9)),
        linear-gradient(90deg, rgba(16, 184, 206, 0.1), rgba(9, 104, 216, 0.04));
    border: 1px solid rgba(9, 104, 216, 0.18);
    border-block-start: 3px solid #10b8ce;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(8, 40, 93, 0.1);
    color: #123a63;
    counter-increment: single-rent-benefit;
    display: grid;
    font-size: 14px;
    font-weight: 500;
    gap: 9px;
    line-height: 1.5;
    min-block-size: 84px;
    padding: 14px 15px 15px;
    position: relative;
}

.single-rent-hero__benefits li::before {
    color: #0968d8;
    content: "POINT " counter(single-rent-benefit, decimal-leading-zero);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
}

.single-rent-hero__benefits li::after {
    background: linear-gradient(180deg, #10b8ce, #0968d8);
    block-size: calc(100% - 22px);
    content: "";
    inline-size: 3px;
    inset-block-start: 11px;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-hero__checks {
    color: var(--single-rent-accent-dark);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.single-rent-hero__checks li {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    line-height: 1.45;
    min-block-size: 0;
    padding: 0;
    text-align: center;
}

.single-rent-hero__checks li::before {
    align-items: center;
    background: linear-gradient(135deg, #10b8ce, #0968d8);
    border-radius: 50%;
    color: #ffffff;
    content: "✓";
    display: inline-flex;
    flex: 0 0 18px;
    font-size: 12px;
    font-weight: 900;
    block-size: 18px;
    justify-content: center;
    line-height: 1;
    inline-size: 18px;
}

.single-rent-section {
    padding-block: 76px;
    scroll-margin-top: 96px;
}

.single-rent-section--soft,
.single-rent-section--intro {
    background: var(--single-rent-soft);
}

.single-rent-lower-bg {
    background-image: url("/img/hitorigurashi-chintai-section-bg.webp");
    background-attachment: fixed;
    background-color: #f8fbff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.single-rent-lower-bg::before {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0.86) 70px, rgba(255, 255, 255, 0) 180px);
    block-size: 190px;
    content: "";
    display: block;
    inline-size: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.single-rent-lower-bg .single-rent-section {
    background: transparent;
    position: relative;
    z-index: 1;
}

.single-rent-lower-bg .single-rent-form-section {
    background: rgba(16, 24, 40, 0.96);
}

.single-rent-heading {
    margin-block-end: 32px;
}

.single-rent-heading h2 {
    font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Noto Sans JP", serif;
    font-size: 38px;
    line-height: 1.25;
    margin: 0;
}

.single-rent-heading p:not(.single-rent-kicker) {
    color: var(--single-rent-muted);
    line-height: 1.8;
    margin-block-start: 16px;
}

.single-rent-section--intro .single-rent-wrap {
    padding: 42px;
}

.single-rent-section--intro .single-rent-heading {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    margin-block-end: 34px;
}

.single-rent-section--intro .single-rent-heading h2 {
    color: #08285d;
    font-size: 34px;
    line-height: 1.25;
    max-inline-size: 920px;
}

.single-rent-section--intro .single-rent-heading::after {
    background:
        linear-gradient(90deg, rgba(16, 184, 206, 0.15), rgba(9, 104, 216, 0.08)),
        linear-gradient(90deg, #10b8ce, #0968d8);
    block-size: 3px;
    content: "";
    display: block;
    inline-size: min(100%, 720px);
}

.single-rent-concern-grid,
.single-rent-segment-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-rent-concern-grid article,
.single-rent-card,
.single-rent-support-list article,
.single-rent-faq-list details {
    background: var(--single-rent-card);
    border: 1px solid var(--single-rent-line);
    border-radius: 3px;
}

.single-rent-concern-grid article {
    align-items: start;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.96)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.12), transparent 120px);
    border-color: rgba(9, 104, 216, 0.14);
    box-shadow: 0 12px 28px rgba(8, 40, 93, 0.07);
    display: grid;
    gap: 14px 14px;
    grid-template-columns: 58px minmax(0, 1fr);
    min-block-size: 166px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.single-rent-concern-grid article::before {
    background: linear-gradient(180deg, #10b8ce, #0968d8);
    block-size: 100%;
    content: "";
    inline-size: 4px;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-concern-card--wide {
    align-content: center;
    grid-column: span 2;
}

.single-rent-concern-card__number {
    align-items: center;
    align-self: center;
    background: #08285d;
    border-radius: 3px;
    color: #ffffff;
    display: grid;
    font-size: 20px;
    font-weight: 900;
    block-size: 44px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1;
    place-items: center;
    inline-size: 50px;
}

.single-rent-concern-grid h3 {
    align-self: center;
    color: #08285d;
    font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Noto Sans JP", serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.38;
    margin: 0;
}

.single-rent-concern-grid p {
    color: var(--single-rent-muted);
    font-size: 14px;
    grid-column: 1 / -1;
    line-height: 1.75;
    margin: 0;
}

.single-rent-concern-grid article span:not(.single-rent-concern-card__number) {
    display: block;
}

.single-rent-split,
.single-rent-condition-layout,
.single-rent-faq-layout,
.single-rent-form-card {
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.single-rent-support-list {
    display: grid;
    gap: 16px;
}

.single-rent-section--support {
    padding-block: 96px;
}

.single-rent-section--support .single-rent-split {
    align-items: stretch;
    background: transparent;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    gap: 0;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    overflow: visible;
}

.single-rent-section--support .single-rent-heading {
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9) 56%, rgba(255, 255, 255, 0.78)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(235, 247, 255, 0.66));
    background-position: center, center;
    background-repeat: no-repeat;
    background-size: cover, cover;
    border-inline-end: 1px solid rgba(213, 226, 238, 0.86);
    border-radius: 3px;
    box-shadow: 0 22px 60px rgba(8, 40, 93, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    min-block-size: 560px;
    padding: 48px;
    position: relative;
}

.single-rent-section--support .single-rent-heading::after {
    background: linear-gradient(180deg, #10b8ce, #0968d8);
    block-size: 88px;
    content: "";
    inline-size: 4px;
    inset-block-start: 48px;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-section--support .single-rent-heading h2 {
    color: #08285d;
    font-size: 26px;
    line-height: 1.42;
}

.single-rent-section--support .single-rent-heading p:not(.single-rent-kicker) {
    color: #4b647e;
    font-size: 16px;
    margin-block-start: 22px;
}

.single-rent-section--support .single-rent-text-link {
    align-items: center;
    background: linear-gradient(90deg, #10b8ce, #0968d8);
    border-radius: 3px;
    box-shadow: 0 12px 24px rgba(9, 104, 216, 0.18);
    color: #ffffff;
    inline-size: 100%;
    justify-content: center;
    margin-block-start: 28px;
    min-block-size: 58px;
    padding: 0 24px;
    text-decoration: none;
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-rent-section--support .single-rent-text-link__icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    block-size: 28px;
    display: inline-flex;
    font-size: 15px;
    inline-size: 28px;
    justify-content: center;
    margin-inline-start: 10px;
}

.single-rent-section--support .single-rent-text-link:hover,
.single-rent-section--support .single-rent-text-link:focus-visible {
    background: linear-gradient(90deg, #0aa9d2, #0757bf);
    box-shadow: 0 18px 34px rgba(9, 104, 216, 0.26);
    transform: translateY(-1px);
}

.single-rent-section--support .single-rent-support-list {
    background: transparent;
    gap: 0;
    padding: 34px;
}

.single-rent-section--support .single-rent-support-list article {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(213, 226, 238, 0.92);
    border-radius: 3px;
    box-shadow: none;
    display: grid;
    gap: 8px 20px;
    grid-template-columns: 62px minmax(0, 1fr);
    padding: 26px;
    position: relative;
}

.single-rent-section--support .single-rent-support-list article + article {
    margin-block-start: 14px;
}

.single-rent-section--support .single-rent-support-list span {
    align-items: center;
    align-self: center;
    background: #08285d;
    border-radius: 50%;
    color: #ffffff;
    display: grid;
    font-size: 20px;
    font-weight: 900;
    grid-row: 1 / span 2;
    block-size: 54px;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
    justify-content: center;
    line-height: 1;
    margin: 0;
    place-items: center;
    inline-size: 54px;
}

.single-rent-section--support .single-rent-support-list h3 {
    color: #08285d;
    font-size: 23px;
    line-height: 1.35;
    margin: 0;
}

.single-rent-section--support .single-rent-support-list p {
    color: #52677f;
    line-height: 1.85;
}

.single-rent-section--for-you {
    padding-block: 92px 104px;
}

.single-rent-section--for-you .single-rent-wrap {
    display: grid;
    gap: 28px;
}

.single-rent-section--for-you .single-rent-heading {
    background:
        linear-gradient(100deg, rgba(8, 40, 93, 0.94), rgba(9, 104, 216, 0.84) 58%, rgba(16, 184, 206, 0.7)),
        radial-gradient(circle at 88% 24%, rgba(255, 255, 255, 0.2), transparent 190px);
    border-radius: 3px;
    box-shadow: 0 22px 58px rgba(8, 40, 93, 0.16);
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 42px 46px;
    position: relative;
}

.single-rent-section--for-you .single-rent-heading::after {
    background: rgba(255, 255, 255, 0.14);
    block-size: 150px;
    content: "";
    inline-size: 150px;
    inset-block-start: -70px;
    inset-inline-end: 44px;
    position: absolute;
    transform: rotate(28deg);
}

.single-rent-section--for-you .single-rent-heading .single-rent-kicker,
.single-rent-section--for-you .single-rent-heading p:not(.single-rent-kicker) {
    color: rgba(255, 255, 255, 0.82);
}

.single-rent-section--for-you .single-rent-heading h2 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.4;
    max-inline-size: 940px;
}

.single-rent-section--for-you .single-rent-heading p:not(.single-rent-kicker) {
    max-inline-size: 820px;
}

.single-rent-section--for-you .single-rent-segment-grid {
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-rent-section--for-you .single-rent-segment-item {
    display: grid;
    gap: 12px;
    grid-template-rows: 1fr auto;
}

.single-rent-section--for-you .single-rent-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.96)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.18), transparent 160px);
    border: 1px solid rgba(196, 216, 234, 0.98);
    box-shadow: 0 18px 38px rgba(8, 40, 93, 0.11);
    display: flex;
    flex-direction: column;
    min-block-size: 300px;
    overflow: hidden;
    padding: 30px 24px 24px;
    position: relative;
}

.single-rent-section--for-you .single-rent-card::before {
    background: linear-gradient(90deg, #10b8ce, #0968d8);
    block-size: 5px;
    content: "";
    inline-size: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-section--for-you .single-rent-card::after {
    color: rgba(9, 104, 216, 0.08);
    content: "0" counter(single-rent-segment);
    font-size: 78px;
    font-weight: 900;
    inset-block-end: 8px;
    inset-inline-end: 16px;
    line-height: 1;
    position: absolute;
}

.single-rent-section--for-you .single-rent-segment-grid {
    counter-reset: single-rent-segment;
}

.single-rent-section--for-you .single-rent-card {
    counter-increment: single-rent-segment;
}

.single-rent-section--for-you .single-rent-card p {
    align-items: center;
    color: #0968d8;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 8px;
    letter-spacing: 0;
    margin: 0 0 30px;
}

.single-rent-section--for-you .single-rent-card p::before {
    background: linear-gradient(135deg, #10b8ce, #0968d8);
    block-size: 10px;
    content: "";
    inline-size: 10px;
}

.single-rent-section--for-you .single-rent-card h3 {
    color: #08285d;
    font-size: 24px;
    line-height: 1.35;
    margin-block-end: 16px;
}

.single-rent-section--for-you .single-rent-card span {
    color: #52677f;
    font-size: 15px;
    line-height: 1.9;
    position: relative;
    z-index: 1;
}

.single-rent-segment-search {
    align-items: center;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    justify-content: space-between;
    min-block-size: 48px;
    padding: 12px 14px;
    position: relative;
    text-decoration: none;
    transition: box-shadow .18s ease, transform .18s ease, filter .18s ease;
    z-index: 2;
}

.single-rent-segment-search--1 {
    background: linear-gradient(135deg, #10b8ce, #0784dc);
}

.single-rent-segment-search--2 {
    background: linear-gradient(135deg, #1d6fe8, #42b4f4);
}

.single-rent-segment-search--3 {
    background: linear-gradient(135deg, #16a3c7, #42d3d0);
}

.single-rent-segment-search--4 {
    background: linear-gradient(135deg, #3555d8, #6aa6ff);
}

.single-rent-segment-search .lp-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    block-size: 28px;
    display: inline-flex;
    flex: 0 0 auto;
    inline-size: 28px;
    justify-content: center;
}

.single-rent-segment-search:hover,
.single-rent-segment-search:focus-visible {
    box-shadow: 0 14px 28px rgba(8, 40, 93, 0.16);
    filter: saturate(1.05);
    transform: translateY(-1px);
}

.single-rent-cost-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-rent-section--popular .single-rent-condition-layout,
.single-rent-section--reason .single-rent-reason-layout,
.single-rent-section--faq .single-rent-faq-layout {
    align-items: stretch;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.12), transparent 240px);
    border: 1px solid rgba(213, 226, 238, 0.9);
    border-radius: 3px;
    box-shadow: 0 22px 56px rgba(8, 40, 93, 0.09);
    gap: 0;
    overflow: hidden;
}

.single-rent-section--faq .single-rent-faq-layout {
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}

.single-rent-section--faq .single-rent-faq-list {
    background: transparent;
}

.single-rent-section--popular .single-rent-heading,
.single-rent-section--reason .single-rent-heading,
.single-rent-section--faq .single-rent-heading {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.9)),
        radial-gradient(circle at 0 0, rgba(16, 184, 206, 0.15), transparent 210px);
    border-inline-end: 1px solid rgba(213, 226, 238, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 42px;
    position: relative;
}

.single-rent-section--popular .single-rent-heading h2 {
    color: #08285d;
    font-size: 28px;
    line-height: 1.4;
}

.single-rent-section--faq .single-rent-heading h2 {
    color: #08285d;
    font-size: 25px;
    line-height: 1.42;
}

.single-rent-section--popular .single-rent-heading::after,
.single-rent-section--reason .single-rent-heading::after,
.single-rent-section--faq .single-rent-heading::after {
    background: linear-gradient(180deg, #10b8ce, #0968d8);
    block-size: 78px;
    content: "";
    inline-size: 4px;
    inset-block-start: 42px;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-section--popular .single-rent-condition-list,
.single-rent-section--reason .single-rent-reason-list,
.single-rent-section--faq .single-rent-faq-list {
    padding: 34px;
}

.single-rent-section--popular .single-rent-condition-list {
    align-content: center;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-rent-section--popular .single-rent-condition-list a {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 255, 0.94));
    border-color: rgba(196, 216, 234, 0.98);
    box-shadow: 0 10px 22px rgba(8, 40, 93, 0.07);
    color: #08285d;
    display: flex;
    font-weight: 500;
    min-block-size: 58px;
    padding: 14px 16px;
    text-decoration: none;
}

.single-rent-section--popular .single-rent-condition-list a::before {
    background: linear-gradient(135deg, #10b8ce, #0968d8);
    block-size: 8px;
    content: "";
    flex: 0 0 auto;
    inline-size: 8px;
    margin-inline-end: 10px;
}

.single-rent-section--cost {
    padding-block: 96px;
}

.single-rent-section--cost .single-rent-wrap {
    display: grid;
    gap: 28px;
}

.single-rent-section--cost .single-rent-heading {
    background:
        linear-gradient(100deg, rgba(8, 40, 93, 0.94), rgba(9, 104, 216, 0.84) 60%, rgba(16, 184, 206, 0.7)),
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.22), transparent 190px);
    border-radius: 3px;
    box-shadow: 0 22px 58px rgba(8, 40, 93, 0.16);
    color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 42px 46px;
    position: relative;
}

.single-rent-section--cost .single-rent-heading::after {
    background: rgba(255, 255, 255, 0.14);
    block-size: 150px;
    content: "";
    inline-size: 150px;
    inset-block-start: -70px;
    inset-inline-end: 44px;
    position: absolute;
    transform: rotate(28deg);
}

.single-rent-section--cost .single-rent-heading .single-rent-kicker,
.single-rent-section--cost .single-rent-heading p:not(.single-rent-kicker) {
    color: rgba(255, 255, 255, 0.82);
}

.single-rent-section--cost .single-rent-heading h2 {
    color: #ffffff;
    font-size: 27px;
    line-height: 1.45;
}

.single-rent-section--cost .single-rent-cost-grid {
    counter-reset: single-rent-cost;
    gap: 16px;
}

.single-rent-section--cost .single-rent-card {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.96)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.16), transparent 150px);
    border: 1px solid rgba(196, 216, 234, 0.98);
    box-shadow: 0 18px 38px rgba(8, 40, 93, 0.11);
    counter-increment: single-rent-cost;
    min-block-size: 230px;
    overflow: hidden;
    padding: 30px 24px 24px;
    position: relative;
}

.single-rent-section--cost .single-rent-card::before {
    background: linear-gradient(90deg, #10b8ce, #0968d8);
    block-size: 5px;
    content: "";
    inline-size: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-section--cost .single-rent-card::after {
    color: rgba(9, 104, 216, 0.08);
    content: "0" counter(single-rent-cost);
    font-size: 72px;
    font-weight: 900;
    inset-block-end: 8px;
    inset-inline-end: 16px;
    line-height: 1;
    position: absolute;
}

.single-rent-section--cost .single-rent-card h3 {
    color: #08285d;
    font-size: 22px;
    line-height: 1.35;
    margin-block-end: 16px;
    position: relative;
    z-index: 1;
}

.single-rent-section--cost .single-rent-card span {
    color: #52677f;
    font-size: 15px;
    line-height: 1.85;
    position: relative;
    z-index: 1;
}

.single-rent-section--flow .single-rent-wrap {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.82)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.12), transparent 250px);
    border: 1px solid rgba(213, 226, 238, 0.9);
    border-radius: 3px;
    box-shadow: 0 22px 56px rgba(8, 40, 93, 0.09);
    padding: 42px;
}

.single-rent-section--flow .single-rent-heading {
    align-items: start;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
}

.single-rent-section--flow .single-rent-heading h2 {
    color: #08285d;
    font-size: 30px;
    line-height: 1.35;
}

.single-rent-section--flow .single-rent-heading::after {
    background:
        linear-gradient(90deg, rgba(16, 184, 206, 0.16), rgba(9, 104, 216, 0.08)),
        linear-gradient(90deg, #10b8ce, #0968d8);
    block-size: 3px;
    content: "";
    display: block;
    inline-size: min(100%, 720px);
}

.single-rent-support-list article {
    padding: 24px;
}

.single-rent-support-list span {
    color: var(--single-rent-muted);
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-block-end: 10px;
}

.single-rent-support-list h3,
.single-rent-card h3 {
    font-family: "Noto Serif JP", "Zen Kaku Gothic New", "Noto Sans JP", serif;
    font-size: 22px;
    margin: 0 0 10px;
}

.single-rent-support-list p,
.single-rent-card span,
.single-rent-faq-list p {
    color: var(--single-rent-muted);
    line-height: 1.8;
    margin: 0;
}

.single-rent-card {
    padding: 24px;
}

.single-rent-card > p {
    color: var(--single-rent-muted);
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 18px;
}

.single-rent-card,
.single-rent-concern-grid article,
.single-rent-flow li,
.single-rent-faq-list details,
.single-rent-section--popular .single-rent-condition-list a,
.single-rent-reason-list li {
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-rent-card:hover,
.single-rent-concern-grid article:hover,
.single-rent-flow li:hover,
.single-rent-faq-list details:hover,
.single-rent-section--popular .single-rent-condition-list a:hover,
.single-rent-section--popular .single-rent-condition-list a:focus-visible,
.single-rent-reason-list li:hover {
    border-color: rgba(9, 104, 216, 0.3);
    box-shadow: 0 18px 40px rgba(8, 40, 93, 0.12);
}

.single-rent-reason-layout {
    align-items: start;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.single-rent-reason-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-rent-reason-list li {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.95));
    border: 1px solid rgba(196, 216, 234, 0.98);
    border-radius: 3px;
    box-shadow: 0 10px 22px rgba(8, 40, 93, 0.07);
    color: #08285d;
    display: flex;
    font-weight: 500;
    min-block-size: 66px;
    padding: 18px 20px;
}

.single-rent-reason-list li::before {
    align-items: center;
    background: linear-gradient(135deg, #10b8ce, #0968d8);
    border-radius: 50%;
    color: #ffffff;
    content: "✓";
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 900;
    block-size: 24px;
    justify-content: center;
    margin-inline-end: 12px;
    inline-size: 24px;
}

.single-rent-condition-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.single-rent-condition-list a {
    background: #ffffff;
    border: 1px solid var(--single-rent-line);
    border-radius: 3px;
    color: var(--single-rent-ink);
    font-weight: 700;
    padding: 10px 14px;
    text-decoration: none;
}

.single-rent-flow {
    counter-reset: step;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-rent-flow li {
    align-items: flex-start;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.96)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.14), transparent 110px);
    border: 1px solid rgba(196, 216, 234, 0.98);
    border-radius: 3px;
    box-shadow: 0 14px 30px rgba(8, 40, 93, 0.09);
    color: #08285d;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 900;
    gap: 14px;
    line-height: 1.65;
    min-block-size: 142px;
    padding: 22px 18px;
    position: relative;
}

.single-rent-flow li::after {
    background: linear-gradient(180deg, #10b8ce, #0968d8);
    block-size: 100%;
    content: "";
    inline-size: 4px;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
}

.single-rent-flow span {
    align-items: center;
    background: #08285d;
    border-radius: 3px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 20px;
    font-weight: 800;
    inline-size: 46px;
    block-size: 36px;
    justify-content: center;
    margin-block-end: 0;
}

.single-rent-flow strong {
    color: #08285d;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
}

.single-rent-faq-list {
    display: grid;
    gap: 12px;
}

.single-rent-faq-list details {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.94));
    border-color: rgba(196, 216, 234, 0.98);
    box-shadow: 0 10px 22px rgba(8, 40, 93, 0.07);
    padding: 22px 24px;
}

.single-rent-faq-list summary {
    color: #08285d;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    padding-inline-end: 34px;
    position: relative;
}

.single-rent-faq-list summary::-webkit-details-marker {
    display: none;
}

.single-rent-faq-list summary::after {
    color: #0968d8;
    content: "+";
    font-size: 24px;
    font-weight: 800;
    inset-block-start: 50%;
    inset-inline-end: 0;
    line-height: 1;
    position: absolute;
    transform: translateY(-50%);
}

.single-rent-faq-list details[open] summary::after {
    content: "-";
}

.single-rent-faq-list p {
    margin-block-start: 14px;
}

.single-rent-form-section {
    background:
        linear-gradient(110deg, rgba(8, 40, 93, 0.97), rgba(9, 104, 216, 0.88) 62%, rgba(16, 184, 206, 0.78)),
        radial-gradient(circle at 90% 12%, rgba(255, 255, 255, 0.2), transparent 240px);
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.single-rent-form-section::before {
    background: rgba(255, 255, 255, 0.12);
    block-size: 210px;
    content: "";
    inline-size: 210px;
    inset-block-start: -90px;
    inset-inline-end: 8%;
    position: absolute;
    transform: rotate(28deg);
}

.single-rent-form-card {
    align-items: start;
    position: relative;
    z-index: 1;
}

.single-rent-form-card > div .single-rent-kicker,
.single-rent-form-card > div p {
    color: #cbd5e1;
}

.single-rent-form-card h2 {
    font-size: 34px;
    line-height: 1.25;
    margin: 0 0 18px;
}

.single-rent-final-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block-start: 28px;
}

.single-rent-final-actions .single-rent-btn {
    inline-size: 100%;
}

.single-rent-contact-boxes {
    display: grid;
    gap: 14px;
}

.single-rent-contact-box {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(247, 252, 255, 0.96)),
        radial-gradient(circle at 100% 0, rgba(16, 184, 206, 0.12), transparent 180px);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 3px;
    box-shadow: 0 22px 54px rgba(8, 40, 93, 0.2);
    color: #08285d;
    display: grid;
    gap: 16px;
    grid-template-columns: 56px minmax(0, 1fr) 34px;
    min-block-size: 118px;
    padding: 22px;
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.single-rent-contact-box:hover,
.single-rent-contact-box:focus-visible {
    border-color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 68px rgba(8, 40, 93, 0.28);
    transform: translateY(-2px);
}

.single-rent-contact-box__icon,
.single-rent-contact-box__arrow {
    align-items: center;
    display: flex;
    justify-content: center;
}

.single-rent-contact-box__icon {
    block-size: 52px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 21px;
    inline-size: 52px;
}

.single-rent-contact-box__arrow {
    background: rgba(9, 104, 216, 0.1);
    block-size: 34px;
    border-radius: 50%;
    color: #0968d8;
    inline-size: 34px;
}

.single-rent-contact-box__body {
    display: grid;
    gap: 6px;
    min-inline-size: 0;
}

.single-rent-contact-box__label {
    color: #52677f;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
}

.single-rent-contact-box strong {
    color: #08285d;
    font-size: 22px;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.single-rent-contact-box small {
    color: #52677f;
    font-size: 13px;
    line-height: 1.65;
}

.single-rent-contact-box--tel .single-rent-contact-box__icon {
    background: linear-gradient(135deg, #0968d8, #10b8ce);
}

.single-rent-contact-box--line .single-rent-contact-box__icon {
    background: linear-gradient(135deg, #06c755, #00a877);
}

.single-rent-contact-box--mail .single-rent-contact-box__icon {
    background: linear-gradient(135deg, #2d6cdf, #7b61ff);
}

@media (max-width: 960px) {
    .single-rent-split,
    .single-rent-condition-layout,
    .single-rent-faq-layout,
    .single-rent-form-card,
    .single-rent-reason-layout {
        grid-template-columns: 1fr;
    }

    .single-rent-section--support .single-rent-split {
        grid-template-columns: 1fr;
    }

    .single-rent-section--support .single-rent-heading {
        border-inline-end: 0;
        border-block-end: 1px solid rgba(213, 226, 238, 0.86);
        min-block-size: auto;
    }

    .single-rent-section--for-you .single-rent-segment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-rent-section--popular .single-rent-condition-layout,
    .single-rent-section--reason .single-rent-reason-layout,
    .single-rent-section--faq .single-rent-faq-layout {
        grid-template-columns: 1fr;
    }

    .single-rent-section--popular .single-rent-heading,
    .single-rent-section--reason .single-rent-heading,
    .single-rent-section--faq .single-rent-heading {
        border-inline-end: 0;
        border-block-end: 1px solid rgba(213, 226, 238, 0.9);
    }

    .single-rent-section--popular .single-rent-condition-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-rent-concern-grid,
    .single-rent-segment-grid,
    .single-rent-cost-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-rent-hero h1 {
        font-size: 44px;
    }

    .single-rent-heading h2,
    .single-rent-form-card h2 {
        font-size: 30px;
    }

    .single-rent-section--intro .single-rent-heading h2,
    .single-rent-section--flow .single-rent-heading h2 {
        font-size: 30px;
    }

    .single-rent-section--support .single-rent-heading h2,
    .single-rent-section--for-you .single-rent-heading h2,
    .single-rent-section--cost .single-rent-heading h2,
    .single-rent-section--popular .single-rent-heading h2,
    .single-rent-section--faq .single-rent-heading h2 {
        font-size: 26px;
    }

    .single-rent-flow {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .single-rent-wrap {
        inline-size: min(100% - 28px, 1120px);
    }

    .single-rent-lp .single-rent-hero {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 255, 255, 0.72) 58%, rgba(255, 255, 255, 0.38) 100%),
            url("/img/hitorigurashi-chintai-hero-bg-mobile.webp") center 42% / cover no-repeat;
        min-block-size: auto;
        padding-block: 30px 34px;
    }

    .single-rent-lower-bg {
        background-attachment: scroll;
    }

    .single-rent-section {
        padding-block: 48px;
    }

    .single-rent-section--support {
        padding-block: 58px;
    }

    .single-rent-section--for-you {
        padding-block: 54px;
    }

    .single-rent-hero__inner {
        gap: 22px;
    }

    .single-rent-hero__actions {
        display: grid;
    }

    .single-rent-final-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-rent-hero h1 {
        font-size: 29px;
        line-height: 1.16;
    }

    .single-rent-heading h2,
    .single-rent-form-card h2 {
        font-size: 25px;
        line-height: 1.45;
    }

    .single-rent-section--intro .single-rent-heading h2,
    .single-rent-section--flow .single-rent-heading h2 {
        font-size: 26px;
    }

    .single-rent-section--intro .single-rent-heading h2 {
        font-size: 23px;
    }

    .single-rent-section--support .single-rent-heading h2,
    .single-rent-section--for-you .single-rent-heading h2,
    .single-rent-section--cost .single-rent-heading h2,
    .single-rent-section--popular .single-rent-heading h2,
    .single-rent-section--faq .single-rent-heading h2 {
        font-size: 23px;
        line-height: 1.45;
    }

    .single-rent-hero__lead {
        font-size: 15px;
        line-height: 1.75;
        margin-block-start: 16px;
    }

    .single-rent-hero__actions {
        margin-block-start: 20px;
    }

    .single-rent-hero__benefits {
        margin-block-start: 20px;
    }

    .single-rent-hero__benefits li {
        font-size: 11px;
        padding: 10px 8px;
    }

    .single-rent-hero__checks {
        gap: 8px;
        margin-block-start: 18px;
    }

    .single-rent-hero__checks li {
        font-size: 12px;
        padding: 7px 10px;
    }

    .single-rent-section--support .single-rent-split {
        margin-inline: auto;
    }

    .single-rent-section--support .single-rent-heading,
    .single-rent-section--support .single-rent-support-list {
        padding: 24px 18px;
    }

    .single-rent-section--support .single-rent-heading h2 {
        font-size: 23px;
    }

    .single-rent-section--support .single-rent-support-list article {
        grid-template-columns: 50px minmax(0, 1fr);
        padding: 20px 16px;
    }

    .single-rent-section--support .single-rent-support-list span {
        block-size: 44px;
        font-size: 20px;
        inline-size: 44px;
    }

    .single-rent-section--support .single-rent-support-list h3 {
        font-size: 19px;
    }

    .single-rent-section--for-you .single-rent-heading {
        padding: 28px 22px;
    }

    .single-rent-section--for-you .single-rent-segment-grid {
        grid-template-columns: 1fr;
    }

    .single-rent-section--for-you .single-rent-card {
        min-block-size: auto;
        padding: 24px 20px;
    }

    .single-rent-section--popular .single-rent-heading,
    .single-rent-section--reason .single-rent-heading,
    .single-rent-section--faq .single-rent-heading,
    .single-rent-section--popular .single-rent-condition-list,
    .single-rent-section--reason .single-rent-reason-list,
    .single-rent-section--faq .single-rent-faq-list,
    .single-rent-section--flow .single-rent-wrap {
        padding: 24px 18px;
    }

    .single-rent-section--popular .single-rent-condition-list {
        grid-template-columns: 1fr;
    }

    .single-rent-section--cost {
        padding-block: 54px;
    }

    .single-rent-section--cost .single-rent-heading {
        padding: 28px 22px;
    }

    .single-rent-section--cost .single-rent-card {
        min-block-size: auto;
        padding: 24px 20px;
    }

    .single-rent-section--flow .single-rent-heading {
        grid-template-columns: 1fr;
    }

    .single-rent-flow li {
        min-block-size: auto;
    }

    .single-rent-flow strong {
        font-size: 16px;
    }

    .single-rent-contact-box {
        grid-template-columns: 50px minmax(0, 1fr) 30px;
        min-block-size: 104px;
        padding: 18px;
    }

    .single-rent-contact-box__icon {
        block-size: 48px;
        inline-size: 48px;
    }

    .single-rent-contact-box strong {
        font-size: 19px;
    }

    .single-rent-btn {
        inline-size: 100%;
    }

    .single-rent-concern-grid,
    .single-rent-segment-grid,
    .single-rent-cost-grid,
    .single-rent-reason-list,
    .single-rent-flow {
        grid-template-columns: 1fr;
    }

    .single-rent-hero__benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .single-rent-section--intro .single-rent-wrap {
        padding: 24px 18px;
    }

    .single-rent-section--intro .single-rent-heading {
        grid-template-columns: 1fr;
    }

    .single-rent-concern-card--wide {
        grid-column: auto;
    }

    .single-rent-hero__checks {
        gap: 6px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .single-rent-hero__checks li {
        flex-direction: column;
        font-size: 11px;
        gap: 5px;
        line-height: 1.35;
        padding: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .single-rent-lp *,
    .single-rent-lp *::before,
    .single-rent-lp *::after {
        scroll-behavior: auto;
        transition-duration: 0.01ms;
    }

    .single-rent-btn:hover,
    .single-rent-contact-box:hover,
    .single-rent-card:hover,
    .single-rent-concern-grid article:hover,
    .single-rent-flow li:hover,
    .single-rent-faq-list details:hover {
        transform: none;
    }
}

.single-rent-contact-box__icon .single-rent-contact-glyph {
    width: 32px;
    height: 32px;
}
