@charset"utf-8";
.header__btn1,
.header__btn2{
    background-color: var(--primary--black);
}
/* nav 初期設定 */
.nav{
    background-color:#ffffff;
}
.nav__item a{
    color: var(--primary--black);
}
/* =====section__works===== */
.works__title{
    margin: 30px auto 0px calc(var(--primary-margin25pxsp) + 10px);
    position: relative;
}
.works__title::before{
    content: '';
    display: block;
    width: var(--primary-margin25pxsp);
    height: 1px;
    background-color: var(--primary--black);
    top: 15px;
    left: calc(-6.7vw - 10px);
    position: absolute;
}
.works__title::after{
    content: '';
    display: block;
    width: 50px;         
    height: 50px;
    background: radial-gradient(circle, rgba(49,116,75,0.2) 0%, rgba(49,116,75,0) 70%);
    border-radius: 50%;    
    position: absolute;
    z-index: -2;
    left: -30px;
    top: -20px;
}
.works__titleen{
    font-family: var(--primary--font--title);
    font-size: 2.4rem;
    position: relative;
}
/* .works__titleen:after{
    content: '';
    display: block;
    width: 50px;         
    height: 50px;
    background: radial-gradient(circle, rgba(245,247,174,0.8) 0%, rgba(49,116,75,0) 70%);
    border-radius: 50%;  
    position: absolute;
    top: 20px;
    left: -40px;
    z-index: -2;
} */

.works__titleja{
    font-size: 1.6rem;
    position: absolute;
    top: 7px;
    left: 79px;
}
.section__workslist{
    margin: 0 var(--primary-margin25pxsp);
}
.section__worksimg{
    width: 86.67vw;
    margin: 20px auto;
}
.section__worksimg img{
    width: 100%;
}
.works__clienttype{
    font-size: 1.6rem;
    color: var(--primary--worksgreen);
}
.works__clientname{
    font-size: 2rem;
    font-weight: 600;
    margin-top: 15px;
}
.client__group{
    font-size: 1.6rem;
    margin-top: 20px;
}
.client__txttitle{
    font-weight: 600;
    margin-bottom: 10px;
}
.client__txt span{
    color: #ed8709;
    position: relative;
    cursor: pointer;
}
.client__txt span::after{
    content: '';
    position: absolute;
    bottom: 0;           /* 下線の位置 */
    left: 0;             /* 左端からスタート */
    width: 0;            /* 初期は幅ゼロ */
    height: 1px;         /* 下線の太さ */
    background-color: #ed8709; /* 下線の色 */
    transition: width 0.3s ease;
    }
.client__txt span:hover::after{
    width: 100%;
}
/* header pc */
@media screen and (min-width:769px){
    .br__375{
        display: none;
    }
    .works__title{
        margin: 70px auto 0px calc(var(--primary-margin120pxpc) + 10px);
    }
    .works__title::before{
        width: var(--primary-margin120pxpc);
        top: 25px;
        left: calc(-8.34vw - 10px);
    }
    .works__title::after{
        width: 100px;         
        height: 100px;
        left: -50px;
        top: -30px;
    }
    .works__titleen{
        font-size: 3.6rem;
    }
    .works__titleja{
        font-size: 2rem;
        top: 22.5px;
        left: 113px;
    }
    .section__workslist{
        margin: 40px var(--primary-margin120pxpc);
        display: flex;
        gap: 6.94vw;
    }
    .section__worksimg{
        width: 35.47vw;
        margin: 0px;
    }
    .works__clienttype{
        font-size: 2rem;
    }
    .works__clientname{
        font-size: 2.4rem;
        margin-top: 10px;
    }
    .client__group{
        margin-top: 30px;
    }
    .client__txttitle{
        margin-bottom: 10px;
    }
}
/* =====section__worksdetail===== */
.section__worksdetail{
    margin: 40px var(--primary-margin25pxsp);
}
.detail__img{
    width: 86.67vw;
    height: auto;
    margin-top: 30px;
    border: 1px solid rgb(0, 0, 0,0.5);
}
/* .detail__title__lastgroup > li.detail__img:first-child{
    margin-top: 10px;
} */
.detail__img img{
    width: 100%;
}
.detail__item,
.detail__title__last{
    color: var(--primary--worksgreen);
    font-size: 1.6rem;
    margin-top: 20px;
}
.detail__txt,
.detail__txt2{
    font-size: 1.6rem;
    margin-top: 5px;
    line-height: 2;
}
.detail__txt1{
    background-color: rgb(0, 0, 0,0.5);
    color: #ffffff;
    font-family: 1.6rem;
    padding: 3px;
}
.detail__txt2{
    margin-top: 10px;
}
/* header pc */
@media screen and (min-width:769px){
    .section__worksdetail{
        margin: 60px var(--primary-margin120pxpc);
    }
    .detail__img{
        width: 31.25vw;
        margin-top: 0px;
    }

    /* .detail__title__lastgroup > li.detail__img:first-child{
        margin-top: 10px;
    } */
    .detail__item,
    .detail__title__last{
        margin-top: 40px;
    }
    .detail__txt,
    .detail__txt2{
        margin-top: 0px;
        
    }
    .detail__txt1{
        background-color: rgb(0, 0, 0,0.5);
        color: #ffffff;
        font-family: 1.6rem;
        padding: 3px;
        
    }
    .detail__txt2{
        margin-top: 10px;
    }
    .detail__title__lastgroup{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 50px;
    }
    .detail__txt--pc{
        width: 46.94vw;
    }
}