@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Readex+Pro:wght@200&family=Roboto:wght@400;500;700;900&display=swap');

/*  */

body.owners_letter,
body.owner {

    & #main_ttl h1 {
        color: #35A36E;
    }

    & #main_ttl h1 span::after {
        background-image: url(/assets_global/icons/icon_search_green.svg);
    }

}

section[id^="sec_"] {
    & h3 {
        border-color: #35A36E;
        font-weight: 400;
    }

    padding-bottom: 110px;
}

p.btn a:not(#photos p.btn a, #box_about p.btn a) {
    background-color: #35A36E;
    font-size: var(--fs18);
    padding: 1em 3em;
    min-width: 310px;
}


/* 東郊住宅社の物件管理 */

body.voice,
body.zero_sys,
body.mgmt,
body.index {

    & section[id^="sec_"] {
        & h3 {
            margin-top: 80px;
        }
    }

    & #kv {
        width: 790px;
        margin-inline: auto;
        position: relative;
    }

    & #kv h2 {
        font-size: var(--fs28);
        font-weight: 500;
        color: #fff;
        background-color: #35A36E;
        display: inline-block;
        padding: 0.3em 1.0em;
        position: absolute;
        right: -1.0em;
        bottom: -0.6em;
    }

    & #container {

        & figure {
            text-align: center;
            width: 752px;
            margin-inline: auto;
        }

        & #fig_01 {
            margin-top: 60px;
        }

        & img[src$="fig_index_02.svg"] {
            width: 56%;
            margin-bottom: 20px;
        }

        & figure+p {
            margin-top: 70px;
        }

        & .box_btn {
            text-align: center;
        }

        & .box_btn+figure {
            margin-top: 50px;
        }

        & div.btns {
            text-align: center;

            & p.btn {
                margin-inline: 1em;
            }

            & p.btn a:not(#photos p.btn a) {
                font-size: var(--fs18);
                padding: 0.8em 2.6em;
                width: 350px;
            }

        }

        & div.btns+figure {
            width: 936px;
            margin-top: 40px;
        }

        & h3+p {
            margin-top: 1.8em;
        }

    }

    /*  */
}

/* 管理業務内容 */

body.mgmt {

    & #container {

        & figure {
            width: 752px;
        }

    }

    & #sec_01 {

        & img[src$="fig_mgmt_02.avif"] {
            width: 500px;
        }

        & img[src$="fig_mgmt_06.avif"] {
            width: 752px;
        }

        & figure {
            width: 878px;
            height: 426px;
            margin-top: 50px;
            display: flex;
            justify-content: space-between;

        }

        & figure:nth-of-type(1) {
            width: 507px;
            height: auto;
        }

        & figure:nth-of-type(4) {
            width: 752px;
            height: auto;
        }

        & figure img {
            width: auto;
            height: 100%;
        }

        & figure:last-child {
            width: 300px;
        }

        & #utilization {
            width: 752px;
            background-color: #F2EFED;
            margin-inline: auto;
            margin-top: 50px;
            padding: 30px 30px;
        }

        & #utilization h5 {
            font-size: var(--fs20);
            font-weight: 700;
        }

        & #utilization p {
            margin-top: 0;
        }

        & #utilization strong {
            background: linear-gradient(transparent 60%, #E9EC2E 0%);
        }


    }

}

/*  */

body.zero_sys {
    & #container {
        & figure {
            margin-top: 40px;
        }
    }

    & #sec_02 {

        & div.wrap {
            position: relative;


            & figure {
                width: 311px;
                height: 311px;
                float: right;
                margin-top: 0;
                margin-left: 2em;
            }

            & h4 {
                font-size: var(--fs18);
                font-weight: 500;
                margin-bottom: 0.4em;
                margin-top: 2.6em;
            }

            & h4:first-of-type {
                margin-top: 1.6em;
            }

            & h4::before {
                content: '●';
                color: #35A36E;
                display: inline-block;
            }

            & p {
                margin-top: 0;
                margin-bottom: 0.6em;
            }

        }

    }

    /*  */
}

/* body.zero_sys */

/* sp */
@media screen and (max-width: 768px) {
    #snav {
        width: auto;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: 6vw;

        & #li_snav {
            gap: 0 1.4em;
            justify-content: flex-start;
            padding-left: 2vw;
        }

        & #li_snav li {
            font-size: 3.75vw;
            /* 12px */
        }

        & #li_snav li a {
            padding-bottom: 0.8em;
        }

    }

    /*  */

    body.voice,
    body.zero_sys,
    body.mgmt,
    body.index {
        & #container {
            & #kv {
                width: 100%;
                height: auto;
            }

            & #kv h2 {
                font-size: 4.375vw;
                /* 14px */
                font-size: 3.75vw;
                /* 12px */
                right: -3vw;
                bottom: -3vw;

            }

            & figure {
                width: 100%;
            }

            & .box_btn+figure {
                margin-top: 8vw;
            }

            & #fig_01 {
                margin-top: 8vw;
            }

            & img[src$="fig_index_02.svg"] {
                width: 80%;
                margin-bottom: 6vw;
            }

            & figure+p {
                margin-top: 6vw;
            }

            & div.btns {

                & p.btn {
                    margin-inline: auto;
                }

                & p.btn:not(:first-child) {
                    margin-top: 1em;
                }

                & p.btn a:not(#photos p.btn a) {
                    font-size: 4.375vw;
                    /* 14px */
                    width: auto;

                    padding: 0.8em 0em;
                }
            }

            & div.btns+figure {
                width: 100vw;
                margin-top: 6vw;
                margin-left: -6vw;
            }



        }

        /* #container */

        & section[id^="sec_"] {

            padding-bottom: 12vw;

            & h3 {
                margin-top: 8vw;
            }
        }

        & p.btn a:not(#photos p.btn a, #box_about p.btn a) {
            font-size: 4.375vw;
            /* 14px */
            min-width: initial;

        }


























        /*  */
    }

    /*  */

    body.mgmt {
        & #sec_01 {

            & figure {
                margin-top: 8vw;
                height: auto;
            }

            & figure img {
                width: 100%;
                height: auto;
            }

            & figure:nth-of-type(1) {
                width: 100%;
                height: auto;
            }

            & img[src$="fig_mgmt_02.avif"] {
                width: 100%;
            }

            & figure:nth-of-type(3) {
                flex-direction: column;
            }

            & figure:nth-of-type(3) img {
                margin-bottom: 2px;
            }

            & img[src$="fig_mgmt_06.avif"],
            & figure:nth-of-type(4) {
                width: 100%;
            }

            & #utilization {
                width: 100%;
                margin-top: 8vw;
                padding: 4vw 4vw;
            }


            & #utilization h5 {
                font-size: 4.375vw;
                /* 14px */
                margin-bottom: 0.6em;
            }


        }
    }

    body.zero_sys {
        & #sec_02 {
            & div.wrap {

                display: flex;
                flex-direction: column;

                & h4 {
                    font-size: 4.0625vw;
                    /* 13px */
                    margin-top: 0.6em;
                }

                & figure {
                    order: 12;
                    width: 60vw;
                    height: 60vw;
                    float: none;
                    margin-inline: auto;
                    margin-top: 4vw;
                }
            }
        }
    }

    /* body.zero_sys */

    body.owners_letter {
        & #topics_path {
            margin-bottom: 0;
        }
    }



}

/* /sp */


































/*  */