@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, Lato, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    line-height: 1.7;
    font-size: .9rem;
    margin: 0;
}
h1,h2,h3,h4,#flow th,#kenshu th,a{
    font-family: 游明朝,"Yu Mincho",YuMincho,Georgia,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
}
img{
    max-width: 100%;
}
ul{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
}
.cf:after {
    content:" ";
    display:block;
    clear:both;
}
section{
    padding: 3.5rem 0 2.5rem;
}
.bg-blue{
    background: #172e75;
    padding: 3.5rem 0 2.5rem;
}
.bg-blue .skew h2{
    color: rgba(255,255,255,.98);
}
.display-pc{
    display: none;
}

/*見出し1*/
.skew{
    position: relative;
    margin-right: 15px;
}
.skew h2{
    font-size: 1.5rem;
    color: #1a1a1a;
    padding: 0 15px 10px;
    line-height: 1;
    margin-bottom: 1.5rem
}
.skew h2:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: solid 1px #db062b;
    border-right: solid 1px #db062b;
    transform: skewX(-30deg);
    transform-origin: top right;
}

/*見出し2*/
.slash{
    font-size: 1.25rem;
    position: relative;
    padding-left: 1.1em;
}
.slash:before{
    content: '';
    display: block;
    width: 4px;
    height: 23px;
    background: #db062b;
    transform: skewX(-30deg);
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
}

/*header*/
header .navbar-light{
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.3);
}
header .navbar-brand{
    padding: 0;
    line-height: 0;
}
header .navbar-brand img{
    height: 34px;
    width: auto;
}
header .navbar-light .navbar-toggler{
    border: 0;
    padding: 0;
}
header .navbar-nav{
    margin-top: .5em;
}
header .navbar-light .navbar-nav .nav-link:hover{
    color: #f9b13d;
}
.heading{
    margin-top: 50px;
    width: 100%;
    height: 160px;
    background-image: url(../recruit/recruit_header.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading h1{
    color: #fff;
    font-size: 2.25rem;
    text-shadow: 0 0 5px rgba(0,0,0,.75);
}
.seizo-heading{
    background-image: url(../recruit/seizo_header_.jpg);
}

/*人事担当からのメッセージ*/
#message .image{
    margin-bottom: 1rem;
}
#message .image img{
    width: 100%;
}

/*募集職種・募集要項*/
#yoko table{
    background-image: url(../recruit/yoko-bg.jpg);
    background-size: 100%;
    background-repeat: repeat;
    line-height: 1.5;
    width: 100%;
}
#yoko table tr:not(:last-child){
    border-bottom: solid 1px #adadad;
}
#yoko table th{
    background: rgba(232, 234, 241, .9);
    width: 25%;
    padding: 10px;
    vertical-align: top;
}
#yoko table td{
    background: rgba(255, 255, 255, .9);
    width: 75%;
    padding: 10px;
}

/*採用までの流れ*/
#flow table{
    background: #e8eaf1;
    width: 100%;
}
#flow th{
    background: #172e75;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    width: 25%;
}
#flow th:not(:last-child){
    border-right: solid 1px #fff;
}
#flow td{
    text-align: center;
    line-height: 1.25;
    vertical-align: top;
}
#flow td:not(:last-child){
    border-right: solid 1px #fff;
}
#flow tr:first-child td{
    padding-top: 6px;
}
#flow tr:last-child td{
    padding-bottom: 6px;
}
#flow td div{
    background: #fbd08b;
    margin: 2px;
    padding: 8px 0;
    border-radius: 5px;
}
#flow p{
    margin-top: 1em;
    color: #666;
    position: relative;
    padding-left: 1em;
    line-height: 1.5;
}
#flow p span{
    position: absolute;
    top: 0;
    left: 0;
}

/*お仕事紹介*/
#work{
    color: #fff;
    padding-bottom: 0;
}
.work-box{
    height: 375px;
    background-size: cover;
    padding: 20px;
    background-position: center;
}
#kaihatsu{
    background-image: url(../recruit/work_kaihatsu.jpg);
}
#eigyo{
    background-image: url(../recruit/work_eigyo.jpg);
}
#parts{
    background-image: url(../recruit/work_parts.jpg);
}
#seizo{
    background-image: url(../recruit/work_seizo.jpg);
}
.work-box .box-line{
    position: relative;
    border: solid 1px #fff;
    border-top: 0;
    height: 100%;
}
.work-box h3{
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    position: absolute;
    width: 100%;
    height: 40px;
    top: -20px;
    left: 0;
    letter-spacing: .2em;
    text-shadow: 0 0 4px rgba(0,0,0,.8);
}
.work-box h3:before, .work-box h3:after{
    border-top: solid 1px #fff;
    content: '';
    flex-grow: 1;
}
.work-box h3:before{
    margin-right: 1.2em;
}
.work-box h3:after{
    margin-left: 1em;
}
.work-box-bottom{
    position: absolute;
    bottom: 0;
    padding: 0 10px 10px;
    margin-bottom: 0;
}
.work-box p{
    text-shadow: 0 0 4px rgba(0,0,0,.8);
}
.work-box-bottom p{
    margin-bottom: .5em;
}
#work a{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #172e75;
    border: solid 5px rgba(255,255,255,.7);
    font-size: 1.25rem;
    transition: .3s ease;
}
#work a .padding{
    padding: 1px;
}
#work a .padding div{
    background: rgba(255,255,255,.7);
    padding: 6px 0;
    transition: .3s ease;
}
#work a:hover{
    border: solid 1px #172e75;
}
#work a:hover .padding div{
    background: rgba(232, 234, 241, .7);
    padding: 10px 0;
}

/*新入社員研修*/
#kenshu .image{
    margin-bottom: 1rem;
}
#kenshu .image img{
    width: 100%;
}
#kenshu p{
    margin-bottom: 2.2em;
}
#kenshu table{
    width: 100%;
}
#kenshu tr:first-child{
    border-bottom: solid 1px #fff;
}
#kenshu th{
    background: #172e75;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    width: 20%;
    line-height: 1.3;
    padding: .5em 0;
}
#kenshu td{
    width: 80%;
    background: #e8eaf1;
    padding: .6em .3em;
}
#kenshu td dl{
    font-size: 0;
    margin-bottom: 0;
}
#kenshu td dt,#kenshu td dd{
    font-size: .9rem;
    display: inline-block;
}
#kenshu td dt{
    width: 18%;
    text-align: right;
    font-weight: normal;
}
#kenshu td dd{
    width: 82%;
    padding-left: .5em;
    margin-bottom: 0;
}
#kenshu td dd:last-child{
    margin-bottom: 0;
}
#kenshu td div{
    background: #fbd08b;
    margin: 2px;
    padding: 4px 0;
    border-radius: 5px;
    text-align: center;
}

/*先輩社員の声*/
#senpai{
    padding-bottom: 20px;
}
#senpai .member{
    height: 290px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 12px;
    margin-bottom: 10px;
}
#kiyota{
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 1)), url(../recruit/senpai_kiyota.jpg);
}
#yamashita{
	background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 1)), url(../recruit/senpai_yamashita.jpg);
}
#uesugi{
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 1)), url(../recruit/senpai_uesugi.jpg);
}
#fujiwara{
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 1)), url(../recruit/senpai_fujiwara.jpg);
    background-position: top center!important;
}
#senpai .member h3{
    color: #fff;
    font-size: .9rem;
    background: rgba(23,46,117,.7);
    transform: skewX(-30deg);
    display: inline-block;
    margin-right: -50px;
    padding: .8em .5em .8em 65px;
    line-height: 1.3;
}
#senpai .member h3 div{
    transform: skewX(30deg);
}
#senpai .member h3 span{
    font-size: 1rem;
}
#senpai .member dl{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    line-height: 1.5;
    margin-bottom: .8em;
}
#senpai .senpai-box{
    background: #fff;
    padding-bottom: 1rem;
    margin-bottom: 10px;
}
#senpai .senpai-box:last-child{
    margin-bottom: 0;
}
#senpai .senpai-box p{
    margin-bottom: 2.8em
}

/*sns*/
.sns{
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}
.sns li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 10px;
    font-size: 1.6rem;
}
.sns li a{
    display: inline-block;
    border: solid 1px #333;
    border-radius: 50%;
    width: 100%;
    line-height: 48px;
    color: #333;
    transition: .3s ease;
}
.sns li a:hover{
    background: #333;
    color: #fff;
}

/*エントリー お問い合わせ*/
.entry{
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #f9b13d;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 5px;
    margin: 30px auto;
}
.entry div{
    border: solid 1px #fff;
    padding: .2em;
    transition: .3s ease;
}
.entry div span{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
}
.entry div span:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease;
}
.entry:hover{
    color: #f9b13d;
}
.entry:hover div{
    background: #fff;
}
.entry:hover div span:after{
    border-top: 1px solid #f9b13d;
    border-right: 1px solid #f9b13d;
}

/*footer*/
footer{
    text-align: center;
    font-size: small;
    color: #666;
    padding: .3em 15px;
}

/*製造ページ*/
#seizo-flow{
    margin-bottom: 1.5rem;
    padding-bottom: 0;
}
#seizo-flow h3, #seizo-flow p{
    color: #fff;
}
#press{
    background-image: url(../recruit/seizo-01_.jpg);
}
#yosetsu{
    background-image: url(../recruit/seizo-02_.jpg);
}
#toso{
    background-image: url(../recruit/seizo-03_.jpg);
}
/*
#kako{
    background-image: url(../recruit/seizo-04.jpg);
}
*/
#kumitate{
    background-image: url(../recruit/seizo-05_.jpg);
    background-position: left;
}
#seizo-flow .work-box:not(:last-child){
    margin-bottom: 30px;
}
#seizo-flow .work-box:not(:last-child):after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #172e75 transparent transparent transparent;
    display: block;
    margin: 25px auto 0;
}
.return{
    width: 50%;
    padding-left: 19px;
    margin-bottom: 30px;
    min-width: 170px;
}
.return a{
    position: relative;
    display: inline-block;
    line-height: 36px;
    width: 100%;
    border: solid 1px #f9b13d;
    border-left: 0;
    color: #f9b13d;
    transition: .3s ease;
}
.return a:before{
    content: "";
	position: absolute;
	top: 0;
	left: -36px;
 	margin-top: 0px;
	border: 18px solid transparent;
	border-right: 18px solid #FFF;
 	z-index: 2;
    transition: .3s ease;
}
.return a:after{
    content: "";
	position: absolute;
	top: 0;
	left: -38px;
 	margin-top: -1px;
	border: 19px solid transparent;
	border-right: 19px solid #f9b13d;
 	z-index: 1;
}
.return a:hover{
    color: #fff;
    background: #f9b13d;
}
.return a:hover:before{
    border-right-color: #f9b13d;
}

@media screen and (min-width: 576px){
    /*採用までの流れ*/
    #flow .display-sp{
        display: none;
    }
    #flow .display-pc{
        display: inline;
    }
    /*募集職種・募集要項*/
    #yoko table{
        background-size: auto;
    }
}

@media screen and (min-width: 768px){
    section{
        padding: 4rem 0;
    }
    .bg-blue{
        padding: 4rem 0 3rem;
    }
    .container-pc{
        max-width: 720px;
        margin: auto;
        padding: 0 15px
    }
    
    /*見出し1*/
    .skew{
        max-width: 690px;
        margin: auto;
        display: inline-block;
        margin-bottom: 1.5rem;
    }
    .skew h2{
        font-size: 1.75rem;
        color: #1a1a1a;
        padding: 0 1em 12px 10px;
        line-height: 1;
        margin-bottom: 0;
    }
    .skew h2:before{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        border-bottom: solid 1px #db062b;
        border-right: solid 1px #db062b;
        transform: skewX(-30deg);
        transform-origin: bottom left;
    }
    
    /*header*/
    .heading{
        height: 200px;
    }
    .heading h1{
        font-size: 2.6rem;
        text-shadow: 0 0 8px rgba(0,0,0,.9);
    }
    
    /*採用までの流れ*/
    #flow tr:first-child td{
        padding-top: 8px;
    }
    #flow tr:last-child td{
        padding-bottom: 8px;
    }
    #flow td div{
        background: #fbd08b;
        margin: 2px 5px;
    }
    
    /*お仕事紹介*/
    #work{
        padding-bottom: 3rem;
    }
    #work a{
        display: block;
        width: 50%;
        font-size: 1.2rem;
        margin: auto;
    }
    
    /*新入社員研修*/
    #kenshu .image{
        margin-bottom: 1.5rem;
    }
    #kenshu td{
        padding: .8em 1em;
    }
    #kenshu td dt{
        width: 10%;
    }
    #kenshu td dd{
        width: 90%;
        padding-left: 1em;
    }
    
    /*先輩社員の声*/
    #senpai{
        padding-bottom: 3rem;
    }
    #senpai .member{
        height: 530px;
    }
    #senpai .member h3{
        font-size: 1.1rem;
        padding: 1em .8em 1em 65px;
        line-height: 1.3;
    }
    #senpai .member h3 span{
        font-size: 1.2em;
    }
    #senpai .senpai-box{
        margin-bottom: 1.2rem;
    }
    #senpai .senpai-box .display-sp{
        display: none;
    }
    
    /*エントリー お問い合わせ*/
    .entry .display-sp{
        display: none;
    }
    .entry{
        display: block;
        width: 440px;
    }
    .entry div{
        padding: .5em;
    }
    
    /*製造ページ*/
    #seizo-flow .work-box{
        height: 480px;
    }
    #seizo-flow .work-box:not(:last-child){
        margin-bottom: 40px;
    }
    #seizo-flow .work-box:not(:last-child):after{
        margin-top: 30px;
    }
    .return{
        width: 175px;
    }
}

@media screen and (min-width: 992px){
    body{
        font-size: .93rem;
    }
    .container-pc{
        max-width: 960px;
    }
    /*見出し1*/
    .skew{
        margin-bottom: 2rem;
    }
    section, .bg-blue{
        padding: 5rem 0;
    }
    
    /*header*/
    header{
        font-size: .9rem;
    }
    header .display-sp{
        display: none;
    }
    header .navbar-brand img{
        height: 54px;
    }
    header .navbar-nav{
        margin-top: .3em;
    }
    .heading{
        margin-top: 70px;
        width: 100%;
        height: 280px;
    }
    .heading h1{
        color: #fff;
        font-size: 3.2rem;
        text-shadow: 0 0 10px rgba(0,0,0,.9);
    }
    
    /*人事担当からのメッセージ*/
    #message .image{
        width: 35%;
        float: left;
    }
    #message p{
        width: 65%;
        float: left;
        padding-left: 1.2em;
    }
    
    /*募集職種・募集要項*/
    #yoko table th{
        width: 20%;
        padding: .8em 1em;
        vertical-align: top;
    }
    #yoko table td{
        width: 80%;
        padding: .8em 1em;
    }
    
    /*採用までの流れ*/
    #flow tr:first-child td{
        padding-top: 14px;
    }
    #flow tr:last-child td{
        padding-bottom: 14px;
    }
    #flow td div{
        background: #fbd08b;
        margin: 3px 10px;
    }
    
    /*お仕事紹介*/
    #work .work-box{
        height: 375px;
        background-size: cover;
        padding: 20px;
        width: 50%;
        float: left;
    }
    #work a{
        width: 100%;
    }
    
    /*新入社員研修*/
    #kenshu .image{
        width: 35%;
        float: left;
    }
    #kenshu th .display-sp{
        display: none;
    }
    #kenshu .shugokenshu{
        width: 65%;
        float: left;
        padding-left: 1.2em;
    }
    #kenshu td{
        padding: .8em 1em;
    }
    #kenshu td dt{
        width: 10%;
    }
    #kenshu td dd{
        width: 90%;
        padding-left: 1em;
    }
    
    /*先輩社員の声*/
    #senpai .member{
        padding-top: 30px;
    }
    #senpai .member h3{
        font-size: 1.2rem;
        padding: 1em 1.2em 1em 65px;
        line-height: 1.5;
    }
    #senpai .member dl{
        padding-left: 30px;
        margin-bottom: 1.2rem;
    }
    #senpai .container{
        padding: 0 30px;
    }
    #senpai .display-pc{
        display: inline;
    }
    /*製造ページ*/
    #seizo-flow .work-box{
        height: 520px;
    }
    #seizo-flow .work-box:not(:last-child){
        margin-bottom: 50px;
    }
    #seizo-flow .work-box:not(:last-child):after{
        border-width: 30px 30px 0 30px;
    }
}

@media screen and (max-width: 767px){
    .container{
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px){
    .container{
        max-width: 960px;
    }
}

.entry_a{
    display: inline-block;
    width: 30%;
    text-align: center;
    background: #f9b13d;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 5px;
    margin: 15px;
}
.entry_a div{
    border: solid 1px #fff;
    padding: .2em;
    transition: .3s ease;
}
.entry_a div span{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
}
.entry_a div span:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease;
}
.entry_a:hover{
    color: #f9b13d;
}
.entry_a:hover div{
    background: #fff;
}
.entry_a:hover div span:after{
    border-top: 1px solid #f9b13d;
    border-right: 1px solid #f9b13d;
}


.entry_b{
    display: inline-block;
    width: 30%;
    text-align: center;
    background: #f9b13d;
    color: #fff;
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 5px;
    margin: 15px;
}
.entry_b div{
    border: solid 1px #fff;
    padding: .2em;
    transition: .3s ease;
}
.entry_b div span{
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
}
.entry_b div span:after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s ease;
}
.entry_b:hover{
    color: #f9b13d;
}
.entry_b:hover div{
    background: #fff;
}
.entry_b:hover div span:after{
    border-top: 1px solid #f9b13d;
    border-right: 1px solid #f9b13d;
}


.ent{
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

.ent_new{
	max-width: 100%;
    font-size: 0;
	width: 100%;
    text-align: center;
    margin-top: 0;
	float: right;
}


