@charset "UTF-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/

.un_mv {
    position: relative;
    width: 100%;
    height: 500px;
}

.un_recruit {
    background: url(../img/recruit_mv.jpg) no-repeat center top;
    background-size: cover;
}

.mini_tit{
    max-width: 1120px;
    margin: 0 auto 40px;
    text-align: center;
}

.mini_tit h2{
    margin-bottom: 15px;
    font-weight:bold;
    font-weight: 110%;
}

/*------------------------------------------------------------
製品情報
------------------------------------------------------------*/

.un_mv dl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.un_mv dl dt {
    background: url(../../images/un_logo.svg) no-repeat center top;
    background-size: 40px 40px;
    padding-top: 50px;
    font-family: HelveticaNeue-CondensedBold, 'arial black';
    font-size: 200%;
    line-height: 150%
}

.un_mv dl dd {
    border-top: 1px solid #8ea5c5;
    width: 100%;
    display: block;
    padding-top: 10px;
}

.rec_tit{
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.rec_tit dt{
    font-size: 120%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 30px;
}




.sm_bg{
    display: none;
}

.areas{
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 0;
}

.areas:after {
    content: "";
    clear: both;
    display: block;
}

.rec_areas li:nth-child(even){
    background: #ecf1f6;
    padding-bottom: 2px;
    margin-bottom: 50px;
    margin-bottom: 50px;
}



.sing_bl{
    background: #ecf1f6;
    padding-bottom: 2px;
    margin-bottom: 50px;
    margin-bottom: 50px;
}

.reruits_area{
    width: 44%;
    float: right;
}
.pur_area{
    width: 44%;
}

.rec_areas li:nth-child(even) .reruits_area{
    float: none !important;
}

.rec_areas li:nth-child(even) .bgsousa{
    background-position: right center !important;
}


.reruits_area dl,
.pur_area dl{
    text-align: center;
    margin-bottom: 40px;
}

.reruits_area dt,
.pur_area dt{
    font-size: 300%;
    font-weight: bold;
    line-height: 1em;
}

.bumon{
    font-size: 130%;
}

.minis{
    font-size: 80%;
}

.rec_spec{
    max-width: 1120px;
    margin: 50px auto;
}

.sub-tit{
    border-left: 5px solid #fca700;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 20px;
}

.specss{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.specss th,
.specss td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.specss th{    width: 24%;
background: #eee;}

.orenge_btn{
    width: 40%;
    margin: 30px auto;
}

.orenge_btn a{
    display: block;
    padding: 20px;
    color: #fff;
    background: url(../img/w_arr.png) no-repeat 96% center #fca700;
    text-align: center;
}
.orenge_btn a:hover{
    display: block;
    padding: 20px;
    color: #fff;
    background: url(../img/w_arr.png) no-repeat 96% center #d18a00;
    text-align: center;
}

.noentry{
    font-size: 120%;
    font-weight: bold;
}


@media screen and (max-width: 695px) {
    .un_mv {
        position: relative;
        width: 100%;
        height: 350px;
    }
    .ano_i{
        width: 94%;
    }
    .ano_i li p{width: 30%;}
    .ano_i li dl{width: 65%;}
    .ano_i li .grapf{    width: 100%;}
    .lineups dl{
        width: 94%;
    }
    
    .baseic{
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .baseic .photo{width: 100%;    margin-bottom: 20px;}
    .baseic dl{    width: 100%;}
    
    #panel2 table{
        width:1200px;
    }
    .scroll{
        overflow: auto;　　　　/*tableをスクロールさせる*/
        white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
    }
    .scroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
    .pre_bg{ 
        background: url(../img/company_preg.jpg) no-repeat 30% top;
        background-size: 200% auto;}
    .ings .mb-txt{
        background: rgba(255,255,255,.7);
        padding: 3%;
        width: 84%;
    }
    .gaiyou{
        width: 100% !important;
    }
    .company_a{
        display: block !important;
    }
    .company_a dl{
        width: 100%;
        margin-bottom: 20px;
    }
    .company_a .photo{
        margin: 0 auto;
    }
    .sales_bg{
        background: none;
        background-size: 100% auto;
        padding: 0px 0;
    }

    .pur_bg{
        background: none;
        background-size: 100% auto;
        padding: 0px 0;
    }

    .production_bg{
        background: none;
        background-size: 100% auto;
        padding: 0px 0;
    }
    .reruits_area{
        width: 100%;
        float: none;
    }
    .pur_area{
        width: 100%;
    }
    .sm_bg{display: block;    margin-bottom: 25px;}
    .sm_bg img{
        width: 100%;
        height: auto;
    }
    .rec_spec{
        max-width: 1120px;
        margin: 0px auto 30px;
    }
    .rec_tit{
        text-align: center;
        max-width: 800px;
        margin: 0 auto 0px;
    }
    
    .rec_areas li .bgsousa{
        background: none !important;
    }
}