@charset "utf-8";

/* 
サイト固有の記述
*/

/* #home_example{
    .bg01 {
        position: absolute;
        width: calc(50vw + 2vw);
        height: 20vh;
        right: 0;
        bottom: -50px;
        background-color: #3F51B50D;
    }
} */

/* #home_business ul.business_service.jp li:nth-child(even) {
    margin-top: 0px;
} */




/* #home_business ul.business_service.jp li:nth-child(2) 
,#home_business ul.business_service.jp li:nth-child(5) 
,#home_business ul.business_service.jp li:nth-child(8) 
,#home_business ul.business_service.jp li:nth-child(11) 
,#home_business ul.business_service.jp li:nth-child(14) { margin-top: 50px;} */
/* #home_business ul.business_service.jp{
    li:nth-child(2) 
    ,li:nth-child(5) 
    ,li:nth-child(8) 
    ,li:nth-child(11) 
    ,li:nth-child(14) { margin-top: 50px;}
} 
@media screen and ( max-width:767px ){
    #home_business ul.business_service.jp li:nth-child(n + 1) { margin-top: 0;} 
} */

/* .grid-col3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

@media screen and ( max-width:767px ){
    .grid-col3{
        grid-template-columns: repeat(1, 0.8fr);
    }
}

.grid-col3__img{
    width: 300px;
} */




/* 施工事例ページ */
/* .list{
    border-top: 1px solid #ccc;
}
.list__item{
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 2rem;
    display: grid;
    grid-template-columns: 150px 150px 1fr;
}
@media screen and ( max-width:767px ){
    .list__item{
        grid-template-columns: 1fr;
        padding-left: .7rem;
        padding-right: .7rem;
    }
}

.list__item:first-child{
    color: #3f51b5;
    background: #3f51b50d;
}
.list__year{
    font-weight: bold;
} */
/* .list__location{
    
} */


/* .company-email{
    width: 178px;
    padding-top: 4px;
} */

/* .infobox--button{
    display: flex;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 50px ;
    gap: 1rem;
    
}
.infobox__text{
    text-align: right;
}

.re_img02{
    max-width: 600px;
} */




/* #service_detail_achievement .ct_flex_pagebox .imgbox::after {
    display: none;
}

.ct_flex_pagebox .imgbox--03 figure::after {
    content: "";
    position: absolute;
    z-index: -1;
    height: 222px;
    width: 120%;
    left: -10%;
    bottom: -20%;
    background-color: transparent;
    background-image: radial-gradient(#3F51B533 25%, transparent 25%);
    background-size: 5px 5px;
}
@media screen and (max-width:767px){
    .ct_flex_pagebox .imgbox--03 figure::after {
        height: 100px;
        bottom: -30%;
    }
} */





/* .detail_achievement:nth-of-type(even) {
    .ct_flex_pagebox{
      flex-direction: row-reverse;
    }
    .infobox{
        margin-left: 50px;
        margin-right: 0;
    }
    .btn_wrap-right{
        display: flex;
        justify-content: end;
    }
    .btn_type01{
        margin: 0 ;
    }
}
@media screen and (max-width:767px){
    .detail_achievement:nth-of-type(even) {
        .ct_flex_pagebox{
          flex-direction: column-reverse;
        }
        .infobox{
            margin-left: 0;
            margin-right: 0;
        }
        .btn_wrap-right{
            justify-content: start;
        }
    }
} */



/* .img-wide img{
    height: 500px;
    width: 100%;
    object-fit: cover;

} */

/* #service_parent_list ul{
    gap: 42px;
}
@media screen and (max-width:767px){
    
    #service_parent_list ul{
        gap: 2rem;
    }
} */


/* #news ul.topics_list li:hover::before {
	width: 0;
} */