/*===============================================
共通
===============================================*/
* {
	box-sizing: border-box;
    margin:0;
    padding:0;
}

body {
    overflow-x: hidden;
    color: #fff;
    background:#000;
    font-size: 12px;
    line-height: 2.0;
    font-family:  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
    text-align:center;
}

p {
	padding-bottom: 1.5em;
}

a{
    text-decoration:none;
    color:#fff;
}

a:hover{
	opacity: 0.7;
}

#wrapper{
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
}

h2{
    margin-bottom:10px;
}

h3{
    font-size:16px;
}

h4{
    font-size:14px;
}


section{
    width:1120px;
    margin:100px auto 0;
    position:relative;
}
.video_wrap {
    position: relative;  
    width: 100%;
    height: 630px;
}

.video {
    position: absolute;
    left:0;
    top: 0;
    z-index:-1;
    width:100%;
    opacity:0.3;
}


/*===============================================
ヘッダー
===============================================*/
header{
    position:absolute;
    height:36px;
    /*  width:576px;*/
    width:666px;
    top:40px;
    left:0;
    right:0;
    margin: auto;
}

h1.logo{
    width:200px;
    height:200px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

nav ul{
    width:100%;
    display:-moz-box; /*Android旧ブラウザ用*/
    display: -webkit-box; /* Android旧ブラウザ safari(ios)*/
    display: -webkit-flex; /* safari(PC) */
    display: -ms-flexbox; /* IE10 */
    -js-display: flex; /* IE9,8 */
    display:flex;
    justify-content:justify;
}

nav ul li{
    margin-left:10px;
}

nav ul li:first-child{
    margin-left:0;
}

.mobile{
    display:none;
}


.top_scroll{
    font-size:30px;
    width:30px;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    bottom:80px;
}

.scroll{
    font-size:30px;
    width:30px;
    margin:0 auto;
}

/*===============================================
summary
===============================================*/
.s_inner{
    width: 100%;	/* 700 -> 1000 */
    height: 490px;
    position: absolute;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#summary .block{
    /* width: 70vw; */
    /* width: 1000px; */
    /*width: 90%;/*/
    width:890px;
    margin:0 auto;
}

#summary .btn-0{
    /*width:700px;*/
    width:890px; /*20025-02-03*/
    height:100px;
    margin-right: auto;
    margin-left: auto;
/*
    margin-left:150px;
    margin-right:150px;
*/
    margin-bottom: 35px;
}

#summary .block .btn{
    float:left;
    height: 100px;
    width: 220px;
}

#summary .block .p_border{
    float:left;
    /*  height:20px; */
/*    width:1000px; 220->1000*/
}

#summary .block .p_border div{
    /*  border-left:2px solid #FFF;*/ /* iwata 2022.02.17*/
    height: 20px;
    width: 2px;
    margin: 0 auto;
}

#summary .block li:nth-child(5),#summary .block li:nth-child(6),#summary .block li:nth-child(7),#summary .block li:nth-child(8),
#summary .block li:nth-child(12),#summary .block li:nth-child(13),#summary .block li:nth-child(14),#summary .block li:nth-child(15){
    margin-left: 20px;
}
/*
#summary .block li:nth-child(16) {margin-left:10px;}
*/

.summary-icon {
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    height: 100px;
    width: auto;
/*    padding: 0 5vw 3.5vw 5vw;*/
    padding-bottom: 35px;
}

.s_inner ul:last-of-type {
    padding-bottom: 15px;
}

.w_wrap{
    /*  margin: 20px auto 0;*/
    /*  width:500px;*/
    margin: 20px auto;
    width: 80vw;
}

.wk01 li{
    margin:0 0 20px 0;
}

.wk02 li{
    margin:0 0 20px 0;
}
.wk02 li:last-child{
    margin:0 0 0 0;
}

.w_pr{
    position:relative;
}

.bg{
    position:absolute;
    top:-20px;
    left:0;
}

.bg02{
    position:absolute;
    top:-15px;
    left:0;
}  

/*===============================================
mission
===============================================*/
.m_inner{
    width:700px;
    height:490px;
    position: absolute;
    top: 125px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#mission .block{
    width:366px;
    height:70px;
    margin:0 auto;
}

#mission .block li{
    float:left;
    margin-left:4px;
}

#mission .block li:first-child{
    margin-left:0;
}

#mission #slide{
    width:620px;
    height:120px;
    background:rgba(255,255,255,0.2);
    padding:15px;
    margin:50px auto 20px;
}

ul.mission{
    margin:20px auto 0;
    width:790px;
    height:575px;
}

ul.mission li{
    display:block;
    width:100%;
    height:107px;
    background:rgba(255,255,255,0.2);
    margin-top:10px;
/*  padding:15px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.mission li:first-child{
    margin-top:0;
}

/*===============================================
recruit
===============================================*/
.r_inner{
    width:310px;
    height:320px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
}

#recruit .block{
    margin-top:50px;
}

#recruit .block li{
    float:left;
    width:130px;
    height:130px;
}

#recruit .block li:first-child{
    margin-right:50px;
}


.inner{
    width:790px;
    margin:0 auto;
}

.link_block{
    width:100%;
    background:rgba(255,255,255,0.2);
    padding:15px;
    /*margin-bottom: 10px;*/
}

ul.link{
    width:790px;
    margin:0 auto;
}

ul.link li{
    display:inline;
    margin-right:20px;
}

/*===============================================
outsoucing
===============================================*/
#outsourcing .block{
    margin-top:50px;
}

.o_inner{
    width:450px;
    height:210px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
}

#modal{
    text-align:left;
}

.iziModal-wrap{
    border:solid 1px #FFF;
}

#modal ul{
    margin:5px 0 20px;
}

/*===============================================
media
===============================================*/
.me_inner{
    /*width:310px;*/
    width: 710px;
    /*height:320px;*/
    height: 450px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin:auto;
}

#media h2{
    margin-top: 50px;
}

#media .block{
    margin-top:20px;
}

#media .block li{
    float:left;
    /*  width:130px;
    height:65px;*/
    width: 140px;
    height: 70px;
}

/*#media .block li:first-child{
  margin-right:50px;
}*/
#media .block li{
    margin-right: 50px;
    margin-bottom: 20px;
}

#media .block li:nth-child(4n) {
    margin-right: 0;
}


.inner{
    width:790px;
    margin:0 auto;
}

.link_block{
    width:100%;
    background:rgba(255,255,255,0.2);
    padding:15px;
}

ul.link{
    width:790px;
    margin:0 auto;
}

ul.link li{
    display:inline;
    margin-right:20px;
}


/*===============================================
corporate
===============================================*/
#corporate .block{
    margin-top:50px;
    border:solid 1px #FFF;
    padding:15px 20px;
    margin:0 auto;
    text-align:left;
}

#corporate .block ul{
    margin-bottom:1.5em;
    line-height:1.8em;
}

#corporate .block ul:last-child{
    margin-bottom:0;
}

.c_inner{
    width:475px;
    height:400px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 90px auto auto auto;
}

  
dt{
    margin-top:15px;
}

.privacy_policy{
    margin-top: 400px;
}

/*===============================================
footer
===============================================*/
footer{
    height:50px;
    margin:0 auto;
}

footer p{
    line-height:160%;
}


/*===============================================
tablet-size（1119px以下）
===============================================*/
@media only screen and (max-width:1119px) {

    section{
        width:100%;
    }

    .video_wrap {
        overflow-x:hidden;
    }

    .video {
        width:1120px;
    }

    #summary .btn-0{
        width: 100%;
         /*max-width: 700px;*/
       /* max-width:890px; 20025-02-03*/
        height: auto;
        max-height: 100px;
        margin-bottom: 3.5vw;
    }

    #summary .block{
        /*   
       1000px; */
        width: 75%;
        height: auto;
        margin:0 auto;
    }

    #summary .block .btn{
        float:left;
    /*    height:100px;*/
        height: auto;
        max-height: 100px;
        width: 20vw;
    }

    #summary .block .btn{
        float:left;
    /*    height:100px;*/
        height: auto;
        /* max-height: 100px; */
        width: 21vw;
    }

    .summary-icon {
        box-sizing: content-box;
        display: flex;
        justify-content: space-between;
        max-height: 100px;
    /*    padding: 0 5vw 3.5vw 5vw;*/
        padding-bottom: 3.5vw;
    }

}

/*===============================================
tablet-size（999px以下）
===============================================*/
@media only screen and (max-width:999px) {

 /* header{
  width:708px;
  }

  nav{
  padding:70px 29px 110px;
  }*/

 /* #summary{
  background:url("../img/tab_image_content01_bg.jpg") no-repeat;
  width:708px;
  height:830px;
  padding-top:400px;
  }*/
    
    

  /*#mission{
  background:url("../img/tab_image_content02_bg.jpg") no-repeat;
  width:708px;
  height:840px;
  padding-top:60px;
  }*/

    ul.mission{
        width: 630px;
    }

  /*#recruit{
  background:url("../img/tab_image_content03_bg.jpg") no-repeat;
  width:708px;
  }*/

    .inner{
        width: 630px;
    }

    footer{
        width: 708px;
    }

  /*#corporate{
  background:url("../img/tab_image_content04_bg.jpg") no-repeat;
  width:708px;
  padding-left:39px;
  }*/
    
}

/*===============================================
mobile-size（767px以下）
===============================================*/
@media only screen and (max-width:767px) {
    
    .video_wrap{
        display:none;
    }

    header,h1.logo{
        display:none;
    }

    nav{
        padding: 0;
    }

    .nav_logo{
        position:absolute;
        top:10px;
        left:10px;
    }

    nav ul{
        display:block;
    }

    nav ul li{
        height:auto;
        margin-left:0;
    }

    .pc{
        display:none;
    }

    .mobile{
        display:block;
    }

    .holec_sp{
        display: block;
        margin-bottom: 20px;
    }

    img.holec_sp::after{
        content: "\A";
        white-space: pre;
    }

    #wrapper{
        overflow-x:hidden;
    } 

    #top{
        background:url("../img/image_top_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 100vh;
        padding-top: calc(50vh - 100px);
        margin: 0;
    }

  
    #summary{
        background: url("../img/mob_image_content01_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
/*        height: 1314px;*/
        height: calc(450px + 110vw);
        padding-top: 60px;
        margin: 0 auto;
    }
    
    /*iwata*/
    .w_wrap img {
        width: 100%
    }
    
    .work li{
/*        height:auto;*/
        width: 80vw;
    }

    .wk01 li{
        margin:0;
    }
    .wk02-1 {
        display: flex;
    }
    .wk02-1 li {
/*        margin:10px 10px 10px 15px;*/
        margin: 2px 0;
    }
    
    .wk02-1 li:last-child {
        margin: 2px 0 2px 4vw;
    }

    .wk02 {
        display: flex;
    }
    .wk02 li {
/*        margin:0 10px 10px 15px;*/
        margin-bottom: 4px;
    }
    .wk02 li:last-child{
/*        margin:0 10px 10px 15px;*/
        margin-bottom: 4px;
        margin-left: 4vw;
    }
    
    /*iwata*/
    .bg{
        display:block;
    }

    .bg02{
        display:none;
    }

    #mission{
        background: url("../img/mob_image_content02_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 840px;
        padding-top:60px;
        margin: 0;
    }

    ul.mission{
        width:560px;
        margin: 0 auto;
    }

    #recruit{
        background: url("../img/mob_image_content03_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        text-align: left;
        margin: 0;
        padding-top:350px;
        height:650px;
    }/* wk02 */

    .inner{
        width:560px;
    }

    footer{
        width:600px;
    }

    #outsourcing{
        background:url("../img/mob_image_content05_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height:650px;
        padding-top:200px;
        margin: 0 auto;
    }

    #outsourcing .block{
        text-align:center;
    }

    #modal{
        padding:20px;
    }
    
    .pl-5vw {
        padding-left: 5vw;
    }

    /* media 2018/10/02 koyama */
    #media{
        background:url("../img/mob_image_content_media_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height:650px;
        padding-top:250px;
        margin: 0 auto;
    }

    #media ul{
        text-align: left;
        width: 550px;
    }

    #media li{
        display: inline-block;
        width: 150px;
    }

    #corporate{
        background:url("../img/mob_image_content04_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 770px;
/*        padding-left:20px;*/
        padding-left: 10vw;
        padding-top: 25px;
        margin: 0 auto;
        text-align: left;
    }

    /* 2023-02-03 */
    .privacy_policy {
        margin-top: 180px;
    }
    
    .hide-mobile{
        display: none;
    }

    .kawasaki-sdgs {
        margin-top: 30px;   
    }
}

/*===============================================
mini-size（599px以下）
===============================================*/
@media only screen and (max-width:599px) {

    #top{
        background:url("../img/mini_image_top_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 100vh;
        padding-top: calc(50vh - 100px);
        margin: 0;
    }

    #summary{
        background: url("../img/mini_image_content01_bg.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: calc(450px + 110vw);
        padding-top: 90px;
    }

    #summary p{
        font-size:11px;
        line-height:1.8;
        padding-bottom:0;
    }

    .lead{
/*        width:240px;*/
        width: 70vw;
        margin: 0 auto;
        text-align: justify;
    }

    .w_wrap{
        width:100%;
    }

    ul.work{
/*        width:271px;*/
        width: 80vw;
        margin:0 auto;
    }

    .work li{
        height:auto;
    }

    .wk01 li{
        margin:0 0 0 0;
    }
    .wk02-1 li{
        /*  margin:0 0 5px 10px; */ /* iwata 2022.02.17 */
/*        margin:0 0 5px 5px;*/ /* koyama 2023-02-08 */
        /*  font-size: 0; *//* koyama 2018-10-15 */
        margin: 0 0 2px 0;
    }
    .wk02-1 li img{
/*        width:128px;*/
        width: 38vw;
    }
    .wk02-1 li:last-child{
/*        margin:0 0 5px 5px;*/ /* koyama 2018-10-15 */
        margin: 0 0 2px 4vw;
    }
    .wk02 li{
        /*  margin:0 0 5px 10px; */ /* iwata 2022.02.17 */
/*        margin:0 0 5px 5px;*/ /* koyama 2023-02-08 */
        /*  font-size: 0; *//* koyama 2018-10-15 */
        margin: 0 0 2px 0;
    }
    .wk02 li:last-child{
        margin:0 0 2px 4vw;
    }

    .holec_sp{
        margin-bottom: 12px;
    }

    .lead img{
        width:100%;
    }

    .wk01 li img{
/*        width:271px;*/
        width: 80vw;
    }

    .wk02 li img{
        width: 38vw;
/*        width:128px;*/
/*        height : 116px;*/
    }


    .bg{
        display:none;
    }

    .bg02{
        display:block;
    }

    #mission{
        background:url("../img/mini_image_content02_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 1160px;
    }

    #mission .lead{
        margin-top:180px;
    }

    ul.mission{
        width:100%;
    }

    ul.mission img{
        width:100%;
    }

    ul.mission li{
        height:130px;
        text-align:justify;
        font-size:11px;
        padding-left: 15vw;
        padding-right: 15vw;
    }

    #recruit{
        background:url("../img/mini_image_content03_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 400px;
        padding-top:160px;
    }

    .inner{
/*        width:240px;*/
        width: 70vw;
    }

    footer{
        width:280px;
    }

    #outsourcing{
        background:url("../img/mini_image_content05_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        height: 650px;
        padding-top:160px;
    }

    #media{
        background:url("../img/mini_image_content_media_bg.jpg") no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 650px;
        padding-top:160px;
    }

    #media ul{
        width: auto;
        padding-left: 10vw;
    }

    ul.link{
        width: auto;
        padding-left: 5vw;
    }

    #corporate{
        background:url("../img/mini_image_content04_bg.jpg") no-repeat;
        background-size: cover;
        background-position: top;
        width: 100%;
        padding-right:20px;
    }

    .copyright{
        font-size:10px;
    }

    .mt10 {
        margin-top:10px;
    }

    .hide-mini{
        display: none;
    }
}


