.secondary__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: -96px;

    @media (max-width:767px) {
        margin-top: -40px;
        gap: 10px;

    }


}

.secondary__title-txt {
    font-family: "Shippori Mincho", serif;
    font-size: 6.4rem;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 0.055em;
    color: #101010;
    writing-mode: vertical-lr;
    /* position: relative;
    padding-top: 79px;
    z-index: 1; */

    @media (max-width:767px) {
        font-size: 4rem;
        line-height: 40px;
        letter-spacing: 0.040em;

    }
}

.secondary__title span {
    /* content: ""; */
    /* position: absolute; */
    width: 1px;
    height: 163px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
    /* top: -44.6%; */
    z-index: 2;


    @media (max-width:767px) {
        height: 64px;
    }
}




.public-residence__block {
    position: relative;
}


.ch-container.public {
    max-width: 1273px;
    padding-inline: 0;
    margin-inline: auto;

    @media (max-width:1500px) {
        margin-inline: auto 0;
    }
}

.public-residence {
    background-image: url("../images/public/public-residence-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: 96px 144px;

    @media (max-width:767px) {
        background-image: url("../images/public/public-residence-bg-sp.jpg");
        padding-block: 40px 64px;
    }
}

.public-residence__block {
    display: flex;
    gap: 125px;
    align-items: flex-start;
    justify-content: flex-end;
    margin-block: 0 144px;


    @media (max-width:991px) {
        gap: 90px;

    }

    @media (max-width:767px) {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        margin-block: 0 40px;
    }
}

.public .mb80 {
    margin-block: 0 80px;

    @media (max-width:767px) {
        margin-block: 0 40px;
    }
}

.public-residence__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 128px;

    @media (max-width:991px) {
        margin-bottom: 90px;
    }

    @media (max-width:767px) {
        gap: 24px;
        margin-bottom: 32px;
        padding-inline: 24px;
    }

}

.public-residence__heading.mb40 {
    margin-bottom: 40px;
}

.public-residence__title {
    font-family: "Shippori Mincho", serif;
    font-size: 4rem;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 0.055em;
    color: #101010;


    @media (max-width:767px) {
        font-size: 2.4rem;
        line-height: 39px;
    }
}

.public-residence__subttl {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: 0.022em;
    color: #101010;

    @media (max-width:767px) {
        font-size: 1.6rem;
        line-height: 28px;
    }
}

.public-mv-img {
    line-height: 0;
    position: relative;
}

.public-residence__image {
    max-width: 1044px;
    width: 100%;
    margin-inline: auto 0;
}

.public-residence__txt {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: 400;
    letter-spacing: 0.022em;
    color: #101010;
    margin-top: 40px;

    @media (max-width:767px) {
        font-size: 1.4rem;
        line-height: 24px;
        padding-inline: 24px;
    }
}

.public-residence__rowwrap {

    @media (max-width:767px) {
        /* padding-inline: 24px; */
    }
}

.public-residence__row {
    max-width: 1100px;
    width: 100%;
    display: flex;
    gap: 80px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);

    @media (max-width:767px) {
        flex-direction: column;
        gap: 24px;
    }
}

.public-residence__row-contnet {
    padding-left: 80px;

    @media (max-width:991px) {
        padding-left: 50px;
    }

    @media (max-width:767px) {
        padding-left: 0;
        padding-inline: 24px;
    }
}


.public-residence__row-image {
    max-width: 460px;
    width: 100%;

    @media (max-width:767px) {
        max-width: 100%;
        padding-inline: 24px;
        padding-bottom: 32px;
    }
}

.public-residence__row-ttl {
    /* font-family: "Noto Serif JP", serif; */
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    line-height: 56px;
    font-weight: 600;
    color: #343333;
    padding-bottom: 16px;
    border-bottom: 1px solid #B3A47C;

    @media (max-width:991px) {
        font-size: 2.9rem;
        line-height: 45px;
        padding-bottom: 10px;
    }

    @media (max-width:767px) {
        font-size: 2rem;
        padding-bottom: 8px;
        line-height: 29px;
        margin-top: 32px;
    }
}

.public-residence__row-txt {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 31px;
    font-weight: 400;
    color: #101010;
    letter-spacing: 0.022em;
    margin-top: 32px;

    @media (max-width:991px) {
        font-size: 1.6rem;
        line-height: 27px;
        margin-top: 18px;

    }

    @media (max-width:767px) {
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 16px;

    }
}

.public-residence.kita {
    background-image: url("../images/public/pulic-residence-kita.jpg");

    @media (max-width:767px) {
        background-image: url("../images/public/pulic-residence-kita-sp.jpg");

    }
}


.public-residence-kitta__row {
    max-width: 1100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;

    @media (max-width:767px) {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 24px;
    }

}

.public-residence-kitta__row-image {
    max-width: 540px;
    width: 100%;

    @media (max-width:991px) {
        max-width: 400px;

    }

    @media (max-width:767px) {
        max-width: 100%;

    }
}

.public-residence-kitta__row-contnet {
    width: 100%;
    padding-inline: 24px;
}

.public-residence-kitta__row-ttl {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    line-height: 48px;
    font-weight: 400;
    color: #101010;

    @media (max-width:991px) {
        font-size: 2.1rem;
        line-height: 40px;
    }

    @media (max-width:767px) {
        font-size: 1.8rem;
        line-height: 31px;

    }
}

.public-residence-kitta__row-txt {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 31px;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #101010;
    margin-top: 40px;

    @media (max-width:991px) {
        font-size: 1.6rem;
        line-height: 40px;
    }

    @media (max-width:767px) {
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 0px;

    }
}







.public-land {
    background-image: url("../images/public/public-land-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-block: 144px;

    @media (max-width:767px) {
        background-image: url("../images/public/public-land-bg-sp.jpg");
        padding-block: 64px;
    }
}


.public-land__head {
    font-family: "Baskervville", serif;
    font-size: 4.8rem;
    line-height: 55px;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #B3A47C;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    @media (max-width:767px) {
        font-size: 3.2rem;
        line-height: 38px;
    }
}

.public-land__head::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #CAD3C5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.public-land__block {
    margin-top: 40px;
}

.public-land__ttl {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;

    @media (max-width:991px) {
        font-size: 3rem;
    }

    @media (max-width:767px) {
        font-size: 2.4rem;
        line-height: 42px;
    }
}

.public-land__ttl sup{
        font-size: 1.2rem;
        top: -0.5em;
}

.public-land__text {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #fff;
    margin-top: 40px;
    text-align: center;

    @media (max-width:991px) {
        font-size: 1.9rem;
    }

    @media (max-width:767px) {
        font-size: 1.6rem;
        line-height: 28px;
        text-align: start;
    }
}

.public-land__text sup{
    top: 0em;
    font-size: 1rem;
}

.public-land__image {
    max-width: 100%;
    width: 100%;
    line-height: 0;
    margin-top: 40px;

    @media (max-width:767px) {
        position: relative;
        left: -24px;
        right: -24px;
        width: calc(100% + 48px);
        max-width: none;

        img.sp {
            width: 100%;
            display: block;
        }
    }
}



.public-land__image-txt {
    /* font-family: "Noto Serif JP", serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #fff;
    text-align: end;
    display: block;
    margin-top: 8px;

    @media (max-width:767px) {
        font-size: 1rem;
        line-height: 15px;
        padding: 0 24px;
    }
}

.public-land__rowwrap {
    margin-top: 80px;
}

.public-land__row.rev {
    flex-direction: row-reverse;

    @media (max-width:767px) {
        flex-direction: column;
    }


}

.public-land__row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
    margin-bottom: 64px;

    @media (max-width:991px) {
        gap: 30px;
    }

    @media (max-width:767px) {
        flex-direction: column;
        gap: 24px;
    }
}

.public-land__row-content {
    width: 36.36%;

    @media (max-width:991px) {
        width: 43%;
    }

    @media (max-width:767px) {
        width: 100%;
    }
}

.public-land__row-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-block: 16px;
    border-top: 1px solid #B3A47C;
    border-bottom: 1px solid #B3A47C;

    @media (max-width:991px) {
        gap: 8px;
    }

}

.public-land__row-num {
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #33411D;
    background-color: #B3A47C;
    padding: 6px 14px;

    @media (max-width:767px) {
        padding: 6px 14px;
    }
}


.public-land__row-ttl {
    font-family: "Shippori Mincho", serif;
    font-size: 3.2rem;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fff;
    display: flex;

    @media (max-width:991px) {
        font-size: 2.9rem;
    }

    @media (max-width:767px) {
        font-size: 2.4rem;
        line-height: 36px;
        letter-spacing: 0.1em;
    }
}

.public-land__row-ttl span {
    font-size: 1.8rem;

    @media (max-width:991px) {
        font-size: 1.5rem;

    }

    @media (max-width:767px) {
        font-size: 1.6rem;
    }
}

.public-land__row-txt {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #fff;
    margin-top: 24px;

    @media (max-width:991px) {
        font-size: 1.6rem;
    }

    @media (max-width:767px) {
        font-size: 1.4rem;
        line-height: 24px;
    }
}

.public-land__row-txt span {
    font-size: 1.4rem;
    display: block;
    @media (max-width:767px) {
        font-size: 1.2rem;
    }
}

.public-land__row-image {
    flex: 1;
}


.public-land__colwrap {
    display: flex;
    align-items: stretch;
    gap: 28px;
    width: 100%;
    flex-wrap: wrap;

    @media (max-width:767px) {
        flex-direction: column;
    }
}

.public-land__col {
    width: calc(100% / 3 - 18.67px);

    @media (max-width:767px) {
        width: 100%;
    }
}

.public-land__row-txt-note {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: 0.022em;
    font-weight: 400;
    color: #fff;
    margin-top: 24px;
    @media (max-width:767px) {
        font-size: 1.2rem;
        line-height: 2.16;
        margin-top: 16px;
    }
}