main.buy {}

section.eye-catch picture {
    height: 34rem;
}

main#faq section.eye-catch picture {
    position: relative;
}

main#faq section.eye-catch picture::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23.4rem;
    height: 100%;
    background-image: linear-gradient(to right, #004B8E30, transparent);
}

main#sale .eye-catch-content {
    padding: 8rem 0;
}

main#sale picture {
    height: 26rem;
}

.eye-catch-content {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    color: #fff;
}

.eye-catch-content h2 {

    font-size: 5.2rem;
    letter-spacing: 0.2em;
    text-shadow: 0 0 5px rgba(0, 9, 119, 0.85);

}

.eye-catch-content h2 span {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: normal;
    transform: translateY(-3rem);

}
main#sale .eye-catch-content h2 {

}

main#sale .eye-catch-content h2 span {
    display: block;
    margin-top: 1rem;
}

main.buy section.advice-01 {
    padding: 5rem 0 10rem;
}

main.buy section.advice-01 h3 {
    font-size: 3.4rem;
    margin-bottom: 2rem;
}

main.buy section.advice-01 p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    line-height: 2;
}

section.advice-01 .purchase-btn-group-wrapper {
    column-gap: 1rem;
}

section.advice-01 span {
    --local-grey: #8d8d8d;
    --local-brd-btm: 1px solid var(--local-grey);
    padding: 1rem 6rem;
    color: var(--local-grey);
    font-size: 1.7rem;
    border: var(--local-brd-btm);
    line-height: 1.3;
    width: 30rem;

}

main.buy section[class ^="purchase-"] .feature-img {
    background-image: url("../img/apart-invest.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 4.8rem;

}

main.buy section[class ^="purchase-regident"] .feature-img {
    background-image: url("../img/regident-invest.png");
}

main.buy section[class ^="purchase-rental"] .feature-img {
    background-image: url("../img/phurcase-rental.png");
}

main.buy#sale section[class ^="purchase-regident"] .feature-img {
    background-image: url("../img/regident-sale.png");
}

main.buy section[class ^="purchase-"] .feature-img h4 {
    font-size: 4.3rem;
}

main.buy#sale section.purchase-regident .feature-img {
    margin-bottom: 4rem;
}

section.purchase-apart .outline-desc,
section.purchase-rental .outline-desc {
    padding: 4rem 0;
}

section.purchase-apart .outline-desc h5,
section.purchase-rental .outline-desc h5 {
    font-size: 2.8rem;
    margin-bottom: 4.6rem;
}

section.purchase-apart .desc-img-wrapper {
    background-image: url('../img/patten-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 4rem 0;
}

section.purchase-apart .desc-img-wrapper figure img {
    width: 64rem;
    height: auto;
    margin-bottom: 2rem;

}

section.purchase-apart .desc-img-wrapper figure figcaption {
    font-size: 2.0rem;
}

section[class^="purchase-"] {
    padding: 4rem 0;
}

section[class^="purchase-"] [class*="-point-"] {
    margin-bottom: 8rem;
    margin-top: 8rem;
}

section[class^="purchase-"] [class*="-point-"] h5 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
}

section[class^="purchase-"] [class*="-point-"] h5 span:first-of-type {
    display: inline-block;
    --local-grey: #8d8d8d;
    --local-brd-btm: 1px solid var(--local-grey);
    padding: 0.4rem;
    color: var(--local-grey);
    font-size: 2.2rem;
    border: var(--local-brd-btm);
    margin-bottom: 1.6rem;
}

.special-company-intro {
    margin-bottom: 4rem;
}

div[class*="-point-"] .float-wrapper:first-of-type>div {
    width: 53%;
}

div[class*="-point-"] .float-wrapper:first-of-type>div p {
    font-size: 1.5rem;
    line-height: 1.8;
}

div[class*="-point-"] .float-wrapper img.float-left {
    float: left;
    width: 40%;
    margin-right: 6rem;
}

div[class*="-point-"] .float-wrapper img.float-right {
    float: right;
    width: 40%;
    margin-left: 6rem;
}

div[class*="-point-"] .emph {
    margin-top: 2rem;
    background-color: #f0f0f0;
    padding: 2rem 3rem;
}

div[class*="-point-"] .emph span {
    font-size: 1.5rem;
    line-height: 1.8;
}

div[class*="-point-"] .emph>span:first-of-type {
    text-decoration: underline;
    line-height: 2.0;
}

div[class*="-point-"] .emph ul {
    padding-left: 3rem;
}

div[class*="-point-"] .emph ul li span {
    font-size: 1.8rem;
}

div.special-company-intro h5 {
    font-size: 2rem;
    line-height: 2;
}

div.special-company-intro .content {

    padding: 2rem 2rem;
    font-size: 1.8rem;
    border: 1px solid var(--clr-lgt-black);
    line-height: 1.6;
}

div.special-company-intro .content:has(.content-lists) {
    padding-left: 4rem;

}

div.special-company-intro .content .content-lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4rem;
}

div.special-company-intro .content .content-lists li {
    width: max-content;

}

div.special-company-intro .content .factor-lists {
    column-gap: 3rem;
    row-gap: 1rem;
    margin-bottom: 1rem;
}

div.special-company-intro .content .factor-lists span {
    padding: 0.2rem 0.2rem;
}
div.special-company-intro .content .factor-lists span.back-clr-thicker-grey {
	margin-right: 1rem;
}

div.special-company-intro div.flex:has(.visit-link) {
    padding: 8rem 0;
    column-gap: 3rem;
}

div.special-company-intro .visit-link {
    margin: 0 0;
    border: none;
}

div.special-company-intro .visit-link img {
    filter: invert(100%) brightness(1000%);
}
@media screen and (max-width: 768px) {
    .eye-catch-content h2 {
        font-size: 6.2rem;
    }
    .eye-catch-content h2 span {
        display: inline-block;
        font-size: 2.4rem;
        letter-spacing: normal;
        transform: translateY(-1rem);
    }
    main.buy section.advice-01 {
        padding: 6rem 0;
    }
    main.buy section.advice-01 h3 {
        font-size: 4rem;
        margin-bottom: 4rem;
    }
    section.advice-01 a:has(> span) {
        width: 100%;
        display: inline-block;
    }
    div:has(a:has(> span)) {
        flex-wrap: wrap;
    }
    section.advice-01 span {
        font-size: 2.7rem;
    }


    section.purchase-apart .outline-desc h5, section.purchase-rental .outline-desc h5 {
        font-size: 3.8rem;
        margin-bottom: 4.6rem;
    }
    section[class^="purchase-"] [class*="-point-"] h5 span:first-of-type {
        display: inline-block;
        --local-grey: #8d8d8d;
        --local-brd-btm: 1px solid var(--local-grey);
        padding: 0.8rem;
        color: var(--local-grey);
        font-size: 3.2rem;
        border: var(--local-brd-btm);
        margin-bottom: 1.6rem;
    }
    section[class^="purchase-"] [class*="-point-"] h5 {
        font-size: 3.5rem;
        margin-bottom: 4rem;
    }
    div[class*="-point-"] .float-wrapper img.float-left {
        float: left;
        width: 100%;
        margin-right: unset;
    }
    div[class*="-point-"] .float-wrapper:first-of-type>div {
        width: 100%;
        padding: 2rem;
        position: relative;
    }
    div[class*="-point-"] .float-wrapper:first-of-type>div p {
        font-size: 2.6rem;
        line-height: 1.8;
    }
    div[class*="-point-"] .emph {
        margin-top: 4rem;
        background-color: #f0f0f0;
        padding: 4rem 3rem;
    }
    div[class*="-point-"] .emph>span:first-of-type {
        text-decoration: underline;
        line-height: 2.0;
        font-size: 2.4rem;
    }
    div[class*="-point-"] .emph ul li span {
        font-size: 2rem;
    }
    
    div[class*="-point-"] .emph ul li span {
        font-size: 2.4rem;
    }
    div[class*="-point-"] .float-wrapper img.float-right {
        float: right;
        width: 100%;
        margin-left: 0;
    }
    div.special-company-intro h5 {
        font-size: 2.6rem;
        line-height: 2;
        padding: 3rem 4rem;
    }
    div.special-company-intro .content .factor-lists span {
        padding: 0.2rem 0.2rem;
        font-size: 2.4rem;
        margin-right: 2rem;
    }
    div.special-company-intro div.flex:has(.visit-link) {
        padding: 4rem 0;
        column-gap: 1rem;
    }
    main.buy section.advice-01 p {
        font-size: 2.6rem;
        margin-bottom: 3rem;
        line-height: 2;
    }
    section.advice-01 span {
        padding: 1rem;
    }
    div.special-company-intro .content .content-lists {
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
        flex-wrap: wrap;
        column-gap: 4rem;
    }
    div.special-company-intro .content .content-lists li {
        width: unset;
        font-size: 2.2rem;
    }
    div.special-company-intro .visit-link {
        margin: 0 0;
        border: none;
        font-size: 2rem;
    }

}