@charset "utf-8";
.bg01 { background: url(../imgs/bg01.jpg) no-repeat center top / cover; }
.bg02 { background: #f7f9f8 url(../imgs/bg02.jpg) no-repeat center top / cover; }
.head_block {
    padding: 0 15px;
    text-align: center;
}
.head_block_ttl {
    margin-bottom: 20px;
    text-align: center;
}
.head_block_ttl .lager {
    background: linear-gradient(0deg, rgb(75, 108, 102) 0%, rgb(255, 255, 255) 100%) text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 25px;
}
.head_block_ttl .smaller {
    font-size: 2.4rem;
    line-height: 1.25;
}
.head_block_ttl .jp {
    font-size: 1.6rem;
}
.head_block_ttl .jp.gold {
    color: #cdc091;
}
.head_block_txt {
    font-size: 1.3rem;
    line-height: 2.4;
}
@media screen and (max-width: 767px) {
    .head_block_ttl .lager {
        font-size: 3rem;
    }
    .head_block_ttl .smaller {
        font-size: 2rem;
    }
    .head_block_ttl .jp {
        font-size: 1.4rem;
    }
    .head_block_txt {
        font-size: 1.25rem;
        line-height: 2;
    }
}

.sec_design {
    color: #FFF;
    padding: 120px 0;
}
.sec_design .building {
    max-width: 800px;
    margin: 100px auto 0;
    position: relative;
}
.sec_design .building .txt_vertical {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.3rem;
    line-height: 2.4;
    position: absolute;
    left: 8%;
    top: 8%;
}
@media screen and (max-width: 767px) {
    .sec_design {
        padding: 50px 0;
    }
    .sec_design .building {
        margin-top: 50px;
    }
    .sec_design .building .txt_vertical {
        line-height: 2;
        top: 4%;
    }
}

.sec_facade {
    color: #1A1A1A;
}
.sec_facade .head_block {
    padding: 80px 15px;
}
@media screen and (max-width: 767px) {
    .sec_facade .head_block {
        padding: 40px 15px;
    }
}