.service-headerBox{
    background-color: #C9C9C9;
    padding-bottom: 0;
    padding-top: 100px;
}
.service-header{
    margin-bottom: 80px;
}
.service-head__eg{
    font-family: "Alegreya", serif;
    font-style: italic;
    font-size: 6.4rem;
    font-weight: 600;
    text-align: center;
}
.service-head__ja{
    font-size: 1.8rem;
    text-align: center;
}
.service-hd__image{
    width: 100%;
}
.service-hd__image img{
    max-height: 640px;
    object-fit: cover;
}
@media screen and (min-width: 768px){
    .service-header{
        margin-bottom: 100px;
    }
    .service-head__eg{
        font-size: 6.4rem;
    }
}

/*

施工事例Works


*/
.works-title{
    text-align: center;
    font-weight: 700;
    font-size: 2.0rem;
    margin-bottom: 15px;
}
.works__en{
    font-size: 5.0rem;
    font-family: "Alegreya", serif;
    font-style: italic;
    font-weight: 600;
}
.works__ja {
    font-size: 1.8rem;
}
.works-titleBox{
    margin-bottom: 40px;
}
.article-title{
    position: relative;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
/* .article-title::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 70%;
    height: 1px;
    background-color: #fff;
} */

.post-leftWrap{
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}
.post-rightWrap{
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 50px auto;
}
.post-leftWrap img{
    object-fit: cover;
}
.post-rightWrap img{
    object-fit: cover;
}
.post-detail{
    margin-bottom: 30px;
    text-align: left;
}
.post-tag{
    text-align: left;
}
@media screen and (min-width: 768px){
    .works-title{
        font-size: 2.4rem;
    }
    .works__en{
        font-size: 6.4rem;
    }
    .works-titleBox{
        margin-bottom: 80px;
    }
    .works-flexBox{
        display: flex;
        gap: 50px;
        margin-bottom: 100px;
    }
    .article-title{
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
    .post-leftWrap{
        width: 50%;
        margin-bottom: 0;
    }
    .post-rightWrap{
        flex: 1;
    }
    .post-rightWrap figure{
        margin-bottom: 30px;
    }

}
@media screen and (min-width: 1024px){

}
@media screen and (min-width: 1080px){
}