
/*パンクズリスト*/
.breadcrumb-trail p{
    color: black !important;
}
.breadcrumb-trail a{
    color: black !important;
}



.bg-gray{
    background-color: #E8E8E8;
}





.section-title{
    margin-top:7.97vw;
    margin-bottom:5vw;
}
.section-title h4{
    font-size:1.5vw;
    text-align: center;
}

/*会社概要*/

.overview-bg{
    width:70.1vw;
    background-color: white;
    margin:0 auto;
    padding:4vw;
}


.overview-table{
    font-size: 1.1vw;
    width:80%;
    height:100%;
    margin: 0 auto;
}

.overview-table tr{
    display: flex;
}
.overview-table th,.overview-table td{
    padding:1.77vw 0;
}
.overview-table th{
    background-color: #030398;
    width:13vw;
    color: white;
    font-weight: normal;
    border-bottom:.2vw solid white;
    display: block;
}
.overview-table td{
    width:40vw;
    padding-left:3vw;
    border-bottom: .2vw solid #DEDEDE;
}
.overview-table tr:last-child td,
.overview-table tr:last-child th{
    border: none;
}






/*有資格者*/

.table-content{
    display: flex;
    flex-wrap: wrap;
    width:68.5vw;
    margin:0 auto;
    justify-content: left;
}
.table-item{
    display: flex;
    font-size:1.1vw;
    background-color: white;
    padding:1vw 3vw;
    border-bottom: .2vw solid #DEDEDE;
    border-right: .2vw solid #DEDEDE;
}
.table-item:nth-last-child(-n+3){
    border-bottom:none;
}
.table-item:nth-child(3),
.table-item:nth-child(6){
    border-right: none;
}
.qualification-name{
    width:13vw;
    margin-left:3vw;
}







/*主な取引先*/
.suppliers{
    margin-top:10vw;
    position: relative;
}

.suppliers-bg{
    width:100%;
    height:50.36vw;
    background-color: white;
}
.suppliers-bg img{
    width:100%;
    height:100%;
    object-fit: cover;
    opacity: .3;
}

.suppliers-content{
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%);
}


.suppliers-list {
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    width:41.61vw;
    justify-content: space-between;
    line-height:2.3vw;
    font-size:1.1vw;
}










/*-----------------------------------------------------------------------------
レスポンシブ
-------------------------------------------------------------------------------*/

@media(max-width:599px){



    /*---------------------------------------------------------------------
    メイン
    -----------------------------------------------------------------------*/
    
    
    
    .section-title h4{
        font-size:4vw;
    }



    /*会社概要*/

    .overview-bg{
        width:80%;
        padding:4vw;
    }


    .overview-table{
        font-size: 3.5vw;
        width:100%;
        height:100%;
    }

    .overview-table th,.overview-table td{
        padding:5.13vw 0;
    }
    .overview-table th{
        background-color: #030398;
        width:20vw;
        color: white;
        font-weight: normal;
        border-bottom:.2vw solid white;
        display: block;
    }
    .overview-table td{
        width:55vw;
        padding-left:3vw;
    }




    /*有資格者*/

    .table-content{
        flex-flow: column;
        width:90%;
    }
    .table-item{
        font-size:3.5vw;
        padding:6vw 3vw;
        margin-top:3vw;
        border:none;
    }
    .qualification-name{
        width:75vw;
        margin-left:3vw;
    }




    /*主な取引先*/
    .suppliers{
        margin-top:15vw;
    }

    .suppliers-bg{
        width:100%;
        height:180vw;
    }
    .suppliers-bg img{
        width:100%;
        height:100%;
    }

    .suppliers-content{
        top:5%;
        left:50%;
        transform: translate(-50%);
    }

    .suppliers-list{
        width:100vw;
        justify-content:space-around;
        line-height:6vw;
        font-size:3.5vw;
    }





}




