/* ------------------------------------------------------------- */
/* KV                                                            */
/* ------------------------------------------------------------- */
.KV-wrap{
    position: relative;
    height: 200px;
    background: url("../image/company/company-KV.jpg") center/cover no-repeat;
}
.KV-txt{
    position: absolute;
    color: #ffffff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.KV-txt h1{
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.10em;
    margin: 52px 0 23px;
}

/* ------------------------------------------------------------- */
/* company-info                                                  */
/* ------------------------------------------------------------- */
.company-info h2{
    margin-top: 0;
    margin-bottom: 50px;
}
.company-info table{
    width: 100%;
    line-height: 1.5;
    margin-bottom: 80px;
}
.company-info th,.company-info td{
    border: solid 1px #1b1464;
    padding: 18px 20px;
}
.company-info th{
    border: solid 1px #ffffff;
    background-color: #1b1464;
    color: #ffffff;
}
.li-dot li::before{
    content: '・';
}
.company-info img{
    margin-top: 7px;
}



@media (max-width: 768px){

    /*-----------KV------------*/
    .KV-txt h1{
        font-size: 32px;
    }
    /*-----------company-info------------*/
    .company-info th,.company-info td{
        display: block;
    }
    .company-info th{
        border: solid 1px #1b1464;
    }

}

