@charset "UTF-8";

/* common */
html {
    font-size: 100%;
}

body {
    font-size: clamp(0.813rem, 0.591rem + 0.46vw, 0.938rem);
}

main {
    box-sizing: border-box;
}

main .inner {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}


/*非表示*/
.floating-menu .list li:nth-child(2) {
    display: none;
}



.section_contects {
    padding: 120px 0;
}

.cap {
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.cap.cap_bc {
    color: #4d4a52;
}

@media(max-width: 767px) {
    main {
        font-size: 14px;
    }

    .cap {
        font-size: 10px;
    }
}

.quality {
    font-family: "Noto Sans JP", sans-serif;
    background-color: #eeeeee;
}

.quality_area {
    background-color: #eeeeee;
    padding: 0 0 60px;
}

.quality_title {
    padding: 60px 0;
    text-align: center;
}

.visual_container {
    margin-bottom: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.container_item .title {
    font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
    font-weight: bold;
    margin-top: 0.8em;
}

.container_item .text {
    font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0.2em;
}

.visual_wrap {
    width: 65%;
    position: relative;
}

.visual_wrap .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow: 0 0 8px #000, 0 0 4px #000;
}

.visual_wrap .cap.cap_bc {
    text-shadow: 0 0 8px #fff, 0 0 4px #fff;
}

.quality .title_wrap {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    /* align-items: center;
    justify-content: center; */
    flex-direction: column;
    margin: 0 auto;
}


.contects_title {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}

.contects_title img {
    height: 26px;
}



.powderroom_container {
    margin-top: 62px;
}

.powderroom .contects_title img {
    height: 28px;
}


/* .quality .contects_title::before {
    content: "";
    width: 1px;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    background-color: #4d4a52;
    transform: translateY(100%);
} */


.title_text_wrap {
    margin-top: 60px;
    margin: 0 auto;
}

.title_text {
    /* writing-mode: vertical-rl;
    text-align: start; */
    font-size: clamp(1.25rem, 1.029rem + 0.46vw, 1.375rem);
    font-size: clamp(1rem, 0.559rem + 0.92vw, 1.375rem);
    font-weight: 300;
    letter-spacing: 12%;
    line-height: 1.6;
    margin: 30px auto 0;
}

.title_text span {
    font-weight: 400;
}




/* コンテナを横長の比率（例: 16:9）にする */
.scroll-image-container {
    width: 100%;
    position: relative;
}

.scroll-image {
    width: 100%;
    height: 100%;
}


.container_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px 23px;
}

.container_item-image {
    position: relative;
}

.container_item-image .cap {
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow: 0 0 8px #000, 0 0 4px #000;
}

.container_item-image .cap.cap_bc {
    text-shadow: 0 0 8px #fff, 0 0 4px #fff;
}

.lead_area.bc {
    background-color: #dbdbdd;
}

.cta_button_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto;
    max-width: 1000px;
    gap: 10px;
    padding: 120px 0;
    width: 95%;

}

.cta_button_item a {
    display: block;
    text-align: center;
    border: 1px solid #4d4a52;
    font-size: 14px;
    letter-spacing: .14em;
    padding: .8em 1em;
    color: #4d4a52;
}

@media(any-hover: hover) {
    .cta_button_item a:hover {
        border: 1px solid #4d4a52;
        color: #fff;
        background-color: #4d4a52;
    }
}

.cta_button_on a {
    border: 1px solid #4d4a52;
    color: #fff;
    background-color: #4d4a52;

}


@media (max-width: 1100px) {
    .container_wrap {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .section_contects {
        padding: 120px 0;
    }

    .kitchen {
        padding: 60px 0;
    }

    .powderroom {
        padding: 60px 0;
    }

    .toilet {
        padding: 60px 0;
    }

    .bathroom {
        padding: 60px 0;
    }

    .kitchen .contects_title img {
        height: 20px;
    }

    .powderroom .contects_title {
        max-width: 100%;
    }

    .powderroom .contects_title img {
        height: 20px;
    }

    .toilet .contects_title img {
        height: 20px;
    }

    .bathroom .contects_title img {
        height: 20px;
    }


    /* .contects_title {
        max-width: 100%;
    } */

    .title_text {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .container_wrap {
        grid-template-columns: 1fr 1fr;
        gap: 50px 15px;
    }

    .cta_button_wrap {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        padding: 60px 0;
    }

    .visual_wrap {
        width: 100%;
        position: relative;
    }

    .quality .title_wrap {
        width: 100%;
        position: relative;
        display: block;
    }

    .quality .contects_title::before {
        bottom: -20px;
    }

    /* .scroll-image-container {
        aspect-ratio: 1 / 1.4;
    } */

    /* .container_item .title {
        font-size: 15px;
    } */

    /* .container_item .text {
        font-size: 14px;
    } */

    /* .visual_container:nth-of-type(even) {
        flex-direction: column;
    } */

    .visual_container {
        flex-direction: column-reverse;
    }

    .bathroom_visual_container {
        flex-direction: column;

    }

    .powderroom_visual_container {
        flex-direction: column;
    }

    .title_text {
        writing-mode: inherit;
        text-align: center;
    }
}



/* kitchen */
.kitchen {
    padding: 0 0 60px;
}

.kitchen_container {
    margin-top: 62px;
}

@media (max-width: 767px) {
    .kitchen {
        padding: 0 0 60px;
    }

    /* .container_item .title {
        font-size: 18px;
    } */
}

/* toilet */

.toilet .container_wrap {
    align-items: self-start;
}


.toilet_container {
    margin-top: 32px;
}

.toilet_item_column {
    display: flex;
    align-items: end;
    gap: 20px;
}

.toilet_item_column .toilet_item_image {
    width: 60%;
}

.toilet_item_column .toilet_item {}

.toilet_item_text-wrap {
    width: 37%;
}

.toilet_item_text-wrap .title {
    margin-top: 0;
}

@media (max-width: 1100px) {
    .toilet_item_column .toilet_item_image {
        width: 20vw;
    }
}

@media (max-width: 767px) {
    .toilet_item_column .toilet_item_image {
        width: 100%;
    }

    .toilet_item_text-wrap {
        width: 100%;
    }


    .toilet_item_column {
        flex-direction: column;
    }

}

/* bathroom */
.bathroom {
    padding: 60px 0 120px;
}

.bathroom_container {
    margin-top: 62px;
}

/* .green-first  */
.green-first {
    padding: 0;
}

.green-first .inner {
    padding: 120px 0 60px;
    border-top: 1px solid rgb(77 74 82 / 30%);
}

.green-first .title_text_wrap {
    margin-top: 30px;
}

.green-first .title_wrap {
    width: 100%;
}

.green-first .contects_title::before {
    content: none;
}

.green-first .title_text {
    font-size: clamp(1.25rem, 1.029rem + 0.46vw, 1.375rem);
    font-size: clamp(1rem, 0.559rem + 0.92vw, 1.375rem);
    writing-mode: inherit;
    text-align: center;
    margin: 0 auto;
}


.green-first_container_wrap {
    max-width: 800px;
    margin: 63px auto 0;
}

.green-first_container_wrap-top {
    margin-top: 80px;
}

.green-first_container_wrap-top .title {
    background-color: #efefef;
    text-align: center;
    font-size: clamp(1.125rem, -6.138rem + 15.15vw, 1.438rem);
    font-weight: bold;
}


.green-first_container_wrap-top .title span {
    border-right: 1px solid #4d4a52;
    margin-right: 1em;
    padding-right: 1em;
}

.green-first_container_wrap-top .text {
    text-align: center;
    margin-top: 13px;
}


@media (max-width: 767px) {
    .green-first_container_wrap-top {
        margin-top: 60px;
    }

    .green-first_container_wrap-top .text {
        text-align: left;
    }

    .green-first_container_wrap-top .title {
        background-color: #efefef;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .green-first_container_wrap-top .title span {
        border-right: none;
        /* border-bottom: 1px solid #4d4a52; */
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        position: relative;
    }

    .green-first_container_wrap-top .title span::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 15%;
        background-color: #4d4a52;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

/* oriented */
.oriented_wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 0;
}

.oriented .title {
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: .1em 1.5em;
}


.oriented_text {
    width: 70%;
}

@media (max-width: 767px) {
    .oriented_wrap {
        gap: 0;
        flex-direction: column;
    }

    .oriented_text {
        width: 100%;
        margin-top: 10px;
    }

    .oriented_image {
        width: 60%;
        margin: 0 auto;
    }

    .oriented .title {
        font-size: 16px;
        padding: 0.8em 1.5em;
    }


}

/* green-first_wrapper */
.green-first_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 60px;
}

.green-first_container01,
.green-first_container02 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.green-first_container01 {
    width: 40%;
}

.green-first_container02 {
    width: 50%;
}

.green-first_container_plus {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.green-first_container01 .title,
.green-first_container02 .title {
    background-color: #e1d9c8;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: .1em 1.5em;
    width: 100%;
}

.green-first_container01 .image img,
.green-first_container02 .image img {
    object-fit: contain;
}

.green-first_container01 .text,
.green-first_container02 .text {
    text-align: center;
    font-size: 16px;
}

@media (max-width: 767px) {
    .green-first_wrapper {
        gap: 20px;
        margin-top: 40px;

        flex-direction: column;
        align-items: center;
    }

    .green-first_container01 {
        width: 100%;
        gap: 10px;
    }

    .green-first_container02 {
        width: 100%;
        gap: 10px;
    }

    .green-first_container01 .image {
        width: 70%;
    }

    .green-first_container02 .image {
        width: 80%;
    }

    .green-first_container_plus {
        width: 14%;
    }

    .green-first_container01 .title,
    .green-first_container02 .title {
        font-size: 16px;
        padding: 0.8em 1.5em;
    }
}


/* insulation */
.insulation .insulation_title {
    font-size: 23px;
    position: relative;
    letter-spacing: 0.17em;
}

.insulation .title_wrap {
    width: 100%;
}

.insulation .title_wrap .title {
    text-align: center;
    font-weight: bold;
    font-size: clamp(1.125rem, -6.138rem + 15.15vw, 1.438rem);
}

.insulation .title_wrap .text {
    margin-top: 13px;
}


.insulation_table-wrap {
    max-width: 800px;
    margin: 65px auto 0;
}

.insulation_table-wrap .cap {
    text-align: left;
    color: #4d4a52;
}

.insulation_table-wrap .insulation_title {
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.insulation_table-wrap .insulation_title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #4d4a52;
    margin-right: 10px;
}

.insulation_table-wrap table {
    width: 100%;
    /* collapse による計算バグを防ぐため separate に変更 */
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #4d4a52;
    /* 外枠 */
}

.insulation_table-wrap table tr {
    vertical-align: middle;
}

.insulation_table-wrap table th {
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #4d4a52;
}

.insulation_table-wrap table td {
    background-color: #e1ded1;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #4d4a52;
}

/* ▼ 追加：一番下の行の下線を消して外枠との二重描画を防ぐ ▼ */
.insulation_table-wrap table tr:last-child th,
.insulation_table-wrap table tr:last-child td {
    border-bottom: none;
}

.insulation_table-wrap table .table_l {
    text-align: center;
    width: 15%;
    padding: .5em;
    margin: 10px;
    position: relative;
    vertical-align: middle;
}

.insulation_table-wrap table .table_l::after {
    content: "";
    height: 20px;
    width: 1px;
    display: inline-block;
    background-color: #4d4a52;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.insulation_table-wrap table .table_cheack td {
    background-color: #5a7855;
    color: #fff;
    padding: .8em;
    position: relative;
}

.insulation_table-wrap table .table_cheack td::after {
    height: 25px;
    background-color: #fff;
}

.insulation_table-wrap table .table_r {
    text-align: center;
    width: 85%;
    padding: .5em;
}


@media (max-width: 767px) {
    .insulation {
        padding: 80px 0;
    }

    .insulation_table-wrap {
        margin: 40px auto 0;
    }

    .insulation .title_wrap .title {
        font-size: 20px;
    }

    .insulation_table-wrap table .table_l {
        width: 20%;
    }

    .insulation_table-wrap table .table_r {
        width: 80%;
        font-size: 12px;
        text-align: left;
    }

    .insulation_table-wrap .insulation_title {
        font-size: 16px;
    }
}

/* low-e */
.low-e {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 60px auto 0;
}

.low-e_text_wrap {
    width: 55%;
}

.low-e_image_wrap {
    width: 40%;
    position: relative;
    background-color: #efefef;
}

.low-e_image_wrap .cap {
    text-align: right;
    color: #4d4a52;
    position: absolute;
    bottom: 0;
    right: 0;

}

.low-e_text_wrap .title {
    font-size: clamp(1.125rem, -6.138rem + 15.15vw, 1.438rem);
    text-align: left;
    font-weight: bold;
}



@media (max-width: 767px) {
    .low-e {
        flex-direction: column;
    }

    .low-e_text_wrap {
        width: 100%;
    }

    .low-e_image_wrap {
        width: 100%;
        margin-top: 0;
        text-align: center;
    }

    .low-e_image_wrap img {
        width: 90%;
        margin: 0 auto;
    }

    .low-e_text_wrap .title {
        font-size: 18px;
    }
}




/* ene-farm */
.ene-farm {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 60px auto 0;
}

.ene-farm_text_wrap {
    width: 55%;
}

.ene-farm_text_icon {
    max-width: 262px;
}

.ene-farm_text_wrap .title {
    font-size: clamp(1.125rem, -6.138rem + 15.15vw, 1.438rem);
    text-align: left;
    font-weight: bold;
    margin-top: 15px;
}

.ene-farm_text_wrap .cap {
    color: #4d4a52;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    margin-top: 20px;
}

.ene-farm_image_wrap {
    width: 40%;
    position: relative;
    background-color: #efefef;
}

.ene-farm_image_wrap .cap {
    text-align: right;
    color: #4d4a52;
    position: absolute;
    bottom: 0;
    right: 0;

}


@media (max-width: 767px) {
    .ene-farm {
        flex-direction: column;
        align-items: center;
    }

    .ene-farm_text_icon {
        margin: 20px auto 0 0;
        max-width: 500px;
        width: 60%;
    }

    .ene-farm_text_wrap {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .ene-farm_image_wrap {
        width: 100%;
        margin-top: 0;
        text-align: center;

    }

    .ene-farm_image_wrap img {
        width: 100%;
        margin: 0 auto;
    }

    .ene-farm_text_wrap .title {
        font-size: 18px;
    }

}



/* insulated-bathtub */
.insulated-bathtub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 50px auto 0;
}

.insulated-bathtub_text_wrap {
    width: 55%;
}

.insulated-bathtub_text_wrap .title {
    font-size: clamp(1.125rem, -6.138rem + 15.15vw, 1.438rem);
    text-align: left;
    font-weight: bold;
}

.insulated-bathtub_image_wrap {
    width: 40%;
    position: relative;
    background-color: #efefef;
}

.insulated-bathtub_image_wrap .cap {
    text-align: right;
    color: #4d4a52;
    position: absolute;
    bottom: 0;
    right: 0;
}


@media (max-width: 767px) {
    .insulated-bathtub {
        flex-direction: column;
        align-items: center;
        margin: 60px auto 0;
    }

    .insulated-bathtub_text_wrap {
        width: 100%;
    }

    .insulated-bathtub_image_wrap {
        width: 100%;
        margin-top: 0;
        text-align: center;
        background-color: #efefef;

    }

    .insulated-bathtub_image_wrap img {
        width: 80%;
        margin: 0 auto;
    }

    .insulated-bathtub_text_wrap .title {
        font-size: 18px;
    }
}


/* smartud */
.smartud .title_wrap {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.smartud .title_text {
    writing-mode: inherit;
    text-align: start;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 12%;
    line-height: 1.6;
    margin: 0 auto;
}

.smartud .title_text_wrap {
    margin-top: 30px;
}

.smartud .contects_title::before {
    content: none;
}


.smartud_container_wrap {
    margin-top: 60px;
}

.smartud_wrap-top {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.smartud_image_wrap-top {
    width: 40%;
}

.smartud_text_wrap-top {
    width: 55%;
    position: relative;
}

.smartud_text_wrap-top .cap {
    text-align: left;
    color: #4d4a52;
    font-weight: 400;
}

.smartud_text_wrap-top .title {
    font-size: 16px;
    font-weight: bold;
}

.smartud_item_image {
    position: relative;
}

.smartud_item_image .cap {
    position: absolute;
    position: absolute;
    bottom: 5px;
    right: 5px;
}


@media (max-width: 767px) {
    .smartud_wrap-top {
        flex-direction: column-reverse;
        margin-top: 60px;
    }

    .smartud_image_wrap-top {
        width: 100%;
        margin-top: 30px;
    }

    .smartud_text_wrap-top {
        width: 100%;
    }

    .smartud_item {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .smartud_item_image {
        margin-top: 30px;
    }

    .smartud .title_text {
        font-size: 20px;
        text-align: center;
    }

    .smartud_text_wrap-top .cap {
        margin-top: 1em;
    }

    .smartud_text_wrap-top .title {
        font-size: 18px;
    }
}

/* structure */
.structure {
    padding: 0;
}

.structure .inner {
    padding: 120px 0 0;
    border-top: 1px solid rgb(77 74 82 / 30%);
}

.structure .title_wrap {
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.structure .structure_item-text_wrap .title {
    margin-top: 0;
    line-height: 1.4;
}

.structure_wrap_bottom .title {
    margin-top: 0;
}

.structure .title_text_wrap {
    margin-top: 30px;
}

.structure .title_text {
    writing-mode: inherit;
    text-align: start;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 12%;
    line-height: 1.6;
    margin: 0 auto;
}

.structure .contects_title::before {
    content: none;
}

.structure_wrap_top {
    margin-top: 100px;
}

.structure_wrap_bottom {
    margin-top: 76px;
}

.structure_wrap_bottom .container_wrap {
    grid-template-columns: 1fr 1fr;
}

.structure_wrap_top .structure_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.structure_item .cap {
    position: relative;
    text-align: right;
    color: #4d4a52;
    bottom: 0;
    right: 0;
    text-shadow: none;
}

.structure_item-text_wrap .cap {
    text-align: left;
}

/* .structure_item_image {
    background-color: red;
} */


.structure_wrap_bottom .structure_item:nth-of-type(odd) {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_text {
    width: 55%;
}

.structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_text .title {
    margin-top: 0;
}

.structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_image {
    width: 38%;
}



.structure_wrap_bottom .structure_item:nth-of-type(even) .cap {
    color: #4d4a52;
}


@media (max-width: 1100px) {
    .structure_container_wrap {
        gap: 30px;

    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) {
        flex-direction: column;
        gap: 30px;
    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_text {
        width: 100%;
    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_image {
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .structure_wrap_top {
        margin-top: 60px;
    }

    .structure_wrap_bottom {
        margin-top: 60px;
    }

    .structure_wrap_top .structure_item {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 10px;
    }

    .structure_wrap_bottom .container_wrap {
        grid-template-columns: 1fr;
    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) {
        flex-direction: column;
    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_text {
        width: 100%;
    }

    .structure_wrap_bottom .structure_item:nth-of-type(odd) .structure_item_image {
        width: 60%;
        margin: 0 auto 30px;

    }

    .structure_item_image {
        text-align: center;
        margin: 0 auto;
    }

    .structure_item_image img {
        width: 100%;
    }

    .structure_item2 img {
        width: 100%;
    }


    .structure .title_text {
        text-align: center;
    }

    .structure_item-text_wrap .cap {
        margin-top: 1em;
    }
}