@charset "utf-8";

/*----- キービジュアル */
.Keyvisual2024{
    background-image: url(../image2024/t_service/bg_keyvisual.jpg);
}

@media screen and (max-width: 680px){

}



/* ----- 導入 ----- */
.Message{
    padding-top: 136px;
}
.Message__inner{
    width: 100%;
    max-width: 1534px;
    margin: 0 auto;
    padding: 65px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 2;
}
.Message__inner::before,
.Message__inner::after{
    content: "";
    display: block;
    width: calc(100% - 185px);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.Message__inner::before{
    background-image: url(../image2024/t_service/bg_message.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .25;
    z-index: -1;
}
.Message__inner::after{
    z-index: -2;
    background: #102D3B;
}
.Message__image{
    width: 491px;
}
.Message__image img{
    width: 100%;
}
.Message__content{
    width: calc(100% - 491px);
    padding-left: 32px;
    max-width: 867px;
}
.Message__title{
    font-size: 42px;
    margin-bottom: 22px;
    line-height: calc(74 / 42);
    font-family: YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #fff;
}
.Message__text{
    font-size: 22px;
    line-height: calc(38 / 22);
    padding-left: 15px;
    padding-right: 45px;
    color: #fff;
}

@media screen and (max-width: 680px){

    .Message{
        padding-top: 13.333333vw;
    }
    .Message__inner{
        max-width: 100%;
        padding: 0 0 7.5vw 0;
        flex-direction: column;
    }
    .Message__inner::before,
    .Message__inner::after{
        width: calc(100% - 3.333333vw);
        /* height: calc(100% - (6.666666vw * 3)); */
        height: calc(100% - (50vw - (3.333333vw * 3)));
        top: unset;
    }
    .Message__image{
        width: calc(100% - 3.333333vw);
        margin-bottom: 5vw;
        margin-right: auto;
    }
    .Message__image img{
        height: 50vw;
        object-fit: cover;
    }
    .Message__content{
        width: 100%;
        padding-left: calc(3.333333vw + 5vw);
        padding-right: 3.333333vw;
        max-width: 100%;
    }
    .Message__title{
        font-size: 5vw;
        margin-bottom: 5vw;
        line-height: 1.5;
    }
    .Message__text{
        font-size: 3.5vw;
        line-height: 2;
        padding-left: 0;
        padding-right: 0;
    }

}



/* ----- メニュー ----- */
.Menu{
    padding-top: 126px;
    padding-bottom: 146px;
}
.Menu__inner{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Menu-block{
    width: 580px;
    margin-top: -138px;
    padding-top: 138px;
}
.Menu-block__inner{
    width: 100%;
    padding: 39px 55px 62px;
    background: #F5F5F5;
}
.Menu-block .part2024__title{
    margin-bottom: 37px;
}
.Menu-block-list{
    width: 100%;
    margin-bottom: 29px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Menu-block-list__item{
    width: calc((100% - 30px) / 2);
    height: 60px;
}
.Menu-block-list__item:not(:nth-last-of-type(-n+2)){
    margin-bottom: 20px;
}
.Menu-block-list__item a{
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: calc(22 / 18);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #50AAD2;
    text-align: center;
    border: 1px solid #50AAD2;
    transition: .3s all ease-in-out;
}
.Menu-block-list__item a:hover{
    background: transparent;
    color: #50AAD2;
}
.Menu-block__text{
    font-size: 18px;
    font-weight: 500;
    line-height: calc(29 / 18);
}
.Menu-panel{
    margin-top: 165px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Menu-panel-block{
    width: 380px;
}
.Menu-panel-block:not(:nth-last-of-type(-n+3)){
    margin-bottom: 45px;
}
.Menu-panel-block__image{
    width: 100%;
    margin-bottom: 13px;
}
.Menu-panel-block__image a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.Menu-panel-block__image a::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    opacity: .39;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(44,44,44,0.6811099439775911) 68%, rgba(84,84,84,1) 100%);
}
.Menu-panel-block__image img{
    width: 100%;
    z-index: 1;
    position: relative;
    transition: .3s all ease-in-out;
}
.Menu-panel-block__image__caption{
    left: 0;
    bottom: 14px;
    right: 0;
    font-size: 20px;
    line-height: calc(3.2 / 2);
    text-align: center;
    font-weight: 700;
    color: #fff;
    z-index: 3;
    position: absolute;
}
.Menu-panel-block__image a:hover img{
    transform: scale(1.1);
}
.Menu-panel-block__text{
    font-size: 16px;
}

@media screen and (max-width: 680px){

    .Menu{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Menu__inner{
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .Menu-block{
        width: 100%;
        margin-bottom: 5vw;
        margin-top: -18.666666vw;
        padding-top: 18.666666vw;
    }
    .Menu-block__inner{
        padding: 7.5vw 5vw 5vw;
    }
    .Menu-block .part2024__title{
        margin-bottom: 3.5vw;
    }
    .Menu-block-list{
        margin-bottom: 5vw;
    }
    .Menu-block-list__item{
        width: calc((100% - 2.666666vw) / 2);
        height: 12vw;
    }
    .Menu-block-list__item:not(:nth-last-of-type(-n+2)){
        margin-bottom: 2.666666vw;
    }
    .Menu-block-list__item a{
        width: 100%;
        height: 100%;
        font-size: 3.5vw;
        line-height: 1.2;
    }
    .Menu-block__text{
        font-size: 3.5vw;
        line-height: 1.5;
    }
    .Menu-panel{
        margin-top: 5vw;;
    }
    .Menu-panel-block{
        width: calc((100% - 2.666666vw) / 2);
    }
    .Menu-panel-block:not(:nth-last-of-type(-n+2)){
        margin-bottom: 4.666666vw;
    }
    .Menu-panel-block__image{
        margin-bottom: 1.333333vw;
    }
    .Menu-panel-block__image__caption{
        bottom: 1.333333vw;
        font-size: 3.5vw;
        padding: 0 1.5vw;
        line-height: 1.2;
    }
    .Menu-panel-block__text{
        font-size: 3.5vw;
        line-height: 1.5;
    }

}



/* ----- サービスの流れ ----- */
.Flow{
    padding-top: 100px;
    padding-bottom: 60px;
    background: #F5F5F5;
}
.Flow .part2024__title{
    margin-bottom: 50px;
}
.Flow-block-wrap{
    margin-bottom: 60px;
}
.Flow-block{
    width: 100%;
    padding: 17px 62px 17px 31px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
}
.Flow-block:not(:last-child){
    margin-bottom: 21px;
}
.Flow-block__title{
    width: 315px;
    font-size: 20px;
    line-height: calc(32 / 20);
    padding-right: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Flow-block__title::before{
    content: attr(data-number);
    line-height: 1;
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    background: #50AAD2;
    border-radius: 50%;
}
.Flow-block__title span{
    width: calc(100% - 76px);
    padding-left: 18px;
    display: block;
}
.Flow-block__text{
    width: calc(100% - 315px);
    font-size: 17px;
    line-height: calc(27 / 17);
}

@media screen and (max-width: 680px){

    .Flow{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Flow .part2024__title{
        margin-bottom: 5vw;
    }
    .Flow-block-wrap{
        margin-bottom: 10vw;
    }
    .Flow-block{
        padding: 5vw;
        flex-direction: column;
    }
    .Flow-block:not(:last-child){
        margin-bottom: 5vw;
    }
    .Flow-block__title{
        width: 100%;
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 2.5vw;
        padding-right: 0;
    }
    .Flow-block__title::before{
        width: 10vw;
        height: 10vw;
        font-size: 4vw;
    }
    .Flow-block__title span{
        width: calc(100% - 10vw);
        padding-left: 2.5vw;
    }
    .Flow-block__text{
        width: 100%;
        font-size: 3.5vw;
        line-height: 1.5;
    }

}



/* ----- 防音工事の基礎知識 ----- */
.Knowledge{
    padding-top: 108px;
    padding-bottom: 125px;
}
.Knowledge .part2024__title{
    margin-bottom: 67px;
}
.Knowledge-block-wrap{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Knowledge-block{
    width: calc((100% - 40px) / 2);
}
.Knowledge-block:not(:nth-last-of-type(-n+2)){
    margin-bottom: 97px;
}
.Knowledge-block__image a{
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.Knowledge-block__image img{
    width: 100%;
    transition: .3s all ease-in-out;
}
.Knowledge-block__caption{
    font-size: 28px;
    font-weight: 700;
    line-height: calc(35 / 28);
}
.Knowledge-block__image a:hover img{
    transform: scale(1.1);
}

@media screen and (max-width: 680px){
    
    .Knowledge{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }
    .Knowledge .part2024__title{
        margin-bottom: 5vw;
    }
    .Knowledge-block{
        width: calc((100% - 2.666666vw) / 2);
    }
    .Knowledge-block:not(:nth-last-of-type(-n+2)){
        margin-bottom: 4.666666vw;
    }
    .Knowledge-block__image a{
        margin-bottom: 1.333333vw;
    }
    .Knowledge-block__caption{
        font-size: 3.5vw;
        line-height: 1.5;
    }

}



/* ----- アフターケア ----- */
.footer2024_recruit{
    padding-top: 200px;
    padding-bottom: 178px;
    background-image: url(../image2024/t_service/bg_afterservice.jpg);
}
.footer2024_recruit .part2024-Button{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 680px){

    .footer2024_recruit{
        padding-top: 13.333333vw;
        padding-bottom: 13.333333vw;
    }

}