@charset "utf-8";

/* reset
*********************************************************/

* {
    margin: 0;
    padding: 0;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}


/* common
*********************************************************/

html {
    font-size: 62.5%;
}

body {
    color: #333;
    line-height: 1.7;
    background:#fffef1;
}

p{
    font-size:1.6rem;
}

p a{
	color: #fd0005;
}

body,
.pure-g [class*=pure-u] {
    font-family: "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

@media all and (-ms-high-contrast:none){
      body,
    .pure-g [class*=pure-u] {
        font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    }
}

.mincho{
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-feature-settings : "palt";
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    @media only screen and(-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container {
    width: 100%;
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both!important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.center-block {
    display: block;
    margin: auto;
}

.wp-pagenavi {
    padding: 20px 0;
    background: #F9F9F9;
    margin-top: 45px;
    font-size: 1.6rem;
    overflow: hidden;
}

.wp-pagenavi.var01 {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-pagenavi a,
.wp-pagenavi span {
    background: #FFF;
}

.wp-pagenavi.var01 a {
    border: none;
    color: #333;
    background: none;
}

.wp-pagenavi span.current {
    background: #666;
    color: #fff;
    border-color: #666;
}

.bg-danger {
    background-color: #f2dede;
    padding: 5px;
}

.text-danger {
    color: #a94442;
}

a[href^=tel] {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

a[href^=tel]:hover {
    opacity: 1;
}

.lazy {
    opacity: 0;
    position: relative;
    -webkit-transform: translate(0%, 50px);
    transform: translate(0%, 50px);
}

.lazy-show {
    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: all 1s;
}

.flickWrap{
    width: 100%;
}


@media screen and (max-width:768px) {
    a[href^=tel] {
        /*text-decoration: underline;*/
    }
    .flickWrap {
        overflow: auto;
        white-space: nowrap;
        margin-bottom: 60px;
        padding: 30px 0;
    }

    .flickWrap::before{
        content: "※横スクロールでご覧いただけます。";
        color: #F55;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .flickWrap::-webkit-scrollbar {
        height: 5px;
    }

    .flickWrap::-webkit-scrollbar-track {
        background: #F1F1F1;
    }

    .flickWrap::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}


/* Header
*********************************************************/
header{
    background: #fff;
}
header .head_logo{
    margin-top:20px;
    margin-bottom:15px;
}
header .head_logo a,
.footerLogo a{
    text-decoration: none;
}
header .head_logo dl,.footerLogo dl{
    display: table;
}
header .head_logo dt,.footerLogo dt{
    padding-right:10px;
}
header .head_logo dt,header .head_logo dd,
.footerLogo dt,.footerLogo dd{
    display: table-cell;
    vertical-align: middle;
}
header .head_logo dd h1,
.footerLogo dd h1{
    font-size:1.3rem;
    color:#333;
    text-align: left;
    margin-bottom:5px;
    line-height: 1.3rem
    font-weight: normal;
}
header .infobox{
    margin:20px 0;
}
header .telNavi a.tellink{
    display: block;
    font-size: 2.7rem;
    font-weight:bold;
    line-height:1;
    margin-bottom:5px;
}
header .telNavi span{
    font-size:1.5rem;
}
.headrecBtn{
    margin-left: 30px;
    width:215px;
    background:url(../../images/common/head_img1.jpg) no-repeat 20px center #fff;
    line-height: 60px;
    color:white;
    text-decoration: none;
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color:#fe0006;
    border:2px solid #fe0006;
    border-radius: 50px;
}

@media screen and (max-width:768px) {

	header .head_logo{
    margin-bottom:0px;
}

   body header .head_logo h1{
        margin-bottom:0px;
        font-size:1.1rem;
    }
    header .head_logo dl{
        max-width: 85%;
    }

    header .pure-u-lg-14-24{
        width:100%;
    }

    body header .head_logo {
        width: 100%;
    }

    .headrecBtn{
        line-height: 40px;
        margin:0 auto 15px;
    }

    header .pure-u-lg-10-24,header .pure-u-lg-14-24{
        letter-spacing:normal;
    }

    body .pull-left,body .pull-right{
        float:none;
    }
   body header .head_logo a{
        display: block;
        margin-bottom:0px;
    }
    body header .infobox,body header .tbBtn{
        text-align: center;
    }
    body header .infobox .telNavi{
        margin-bottom:15px;
    }
    body .head_logo img{
        max-width:90%;
        height:auto;
    }
    body .headrecBtn{
        display: inline-block;
        display:none;
    }

    #header a.menu-trigger,
    #header a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #header a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    #header a.menu-trigger:hover {
        opacity: 1;
    }

    #header a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }

    #header a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #header a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    #header a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY( 9px) rotate(-315deg);
        transform: translateY( 9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }
}

.menu-trigger{
    display: none;
}


/* GlobalNavi
*********************************************************/

#gNavi {
    padding-top: 0;
    padding-bottom:20px;
}

#gNavi ul li {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    border-right:solid 2px #ececec;
}
#gNavi ul li:first-child{
    border-left:solid 2px #ececec;
}
#gNavi ul li a img{
    margin-bottom:3px;
}
#gNavi ul li a {
    color: #333;
    text-decoration: none;
    padding:0 23px;
    display: block;
}

@media screen and (min-width:769px) and (max-width:1024px) {
    #gNavi ul li a{
        padding: 0 18px;
    }
}
@media screen and (max-width:768px) {
  .submenu01{
      display: none!important;
  }
    #gNavi ul li a img{
        display: none;
    }
    #gNavi {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow-y: scroll;
    }
    #gNavi .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }
    #gNavi ul {
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
		max-height: 75vh;
        overflow-y: scroll;
    }
    #gNavi ul li,
    #gNavi ul li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #fff;
    }
    #gNavi ul li+li {
        padding-left: 0;
    }
    #gNavi ul li a {
        color: #FFF;
        line-height: 1;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }
    #gNavi ul li:first-of-type a {
        border: none;
    }
    #gNavi ul li a small {
        display: none;
    }
}


/* Breadcrumbs
*********************************************************/

#breadcrumbs {
    height: 45px;
    line-height: 45px;
    font-size: 1.4rem;
    margin-bottom: 35px;
}

#breadcrumbs a {
    color: #333;
    text-decoration: none;
}

#breadcrumbs a.home {
    color: #0066B7;
}

@media screen and (max-width:768px) {
    #breadcrumbs {
        height: auto;
        padding: 15px 0;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}


/* Content
*********************************************************/

@media screen and (max-width:768px) {}



/* sidebar
*********************************************************/

@media screen and (max-width:768px) {}


/* Footer
*********************************************************/

footer{
    background:#fff;
    border-top:3px solid #fe0006;
    padding:20px 0 0 0;
}
.footer_navi{
    margin-bottom:25px;
}
.footer_navi li{
    font-size:1.5rem;
    color:#fd0005;
    display: inline-block;
    padding: 0 25px 0 0;
}
.footer_navi li a{
    text-decoration: none;
    color:#fd0005;
    font-weight: bold;
}
.footerTable{
    display: table;
    margin-bottom:25px;
}
.footerTable .footerLogo,
.footerTable .telbox,
.footerTable .conBtn{
    display: table-cell;
    vertical-align: middle;
}
.footerTable .telbox{
    padding:0 110px 0 70px;
}


.footerBtn{
    margin-left: 30px;
    width:215px;
    background:url(../../images/common/footer_img1.jpg) no-repeat 20px center #fe0006;
    line-height: 60px;
    color:white;
    text-decoration: none;
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color:#fff;
    border-radius: 50px;
}

#copyright{
    border-top:#e6e6e6 1px solid;
    font-size:1.1rem;
    font-weight: bold;
    padding:5px 0;
    background:#fff;
    text-align: center;
}
@media screen and (min-width:769px) and (max-width:1024px) {
    .footerTable .footerLogo{
        width:35%;
    }
    .footerTable .telbox {
        padding: 0 15px;
    }
    .footer_navi li{
        font-size:1.3rem;
    }
    #employment .pageNavi li {
      margin:0!important;
      margin-right:10px!important;
      margin-left: -15px!important;
    }
    #mid-career .pageNavi li {
      margin:0!important;
      margin-right:10px!important;
      margin-left: -15px!important;
    }
    #non-regular .pageNavi li {
      margin:0!important;
      margin-right:10px!important;
      margin-left: -15px!important;
    }
    #foreigner .pageNavi li {
      margin:0!important;
      margin-right:10px!important;
      margin-left: -15px!important;
    }
    #factory iframe{
      height:100%;
    }
}
@media screen and (max-width:768px) {
    .footerBtn{
        margin:0 auto;
    }
    body .footer_navi li{
        display: block;
        text-align: center;
        padding:10px;
        border-bottom:1px solid #ccc;
    }
    body .footerTable,
    body .footerTable .footerLogo,
    body .footerTable .telbox,
    body .footerTable .conBtn{
        display: block;
        width: 100%;
        padding:0;
        text-align: center;
    }
    body footer .footerLogo img{
        display: inline-block;
    }
    body .footerTable .telbox{
        padding:20px 0 20px 0;
    }
    .staffListWrap .imgCon{
      text-align:center;
    }
}



/* WP default
*********************************************************/

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

h1{
    font-size:2.8rem;
    color:#fd0005;
    margin-bottom:30px;
    text-align: center;
}
h1 img,h1 span{
    display:inline-block;
    vertical-align:middle;
}
h1 img{
    margin-right:10px;
}

.pure-u-1{
    padding:0 10px;
}

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

.rtt {
    display: block;
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    background: #ff7d09;
    padding: 2px 12px;
    border-radius: 80px;
    color: white;
}

.changeBox{
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

h2{
    background:url(../../images/page/thought_line.jpg) no-repeat left bottom;
    margin-bottom:30px;
    font-size:2.4rem;
    padding:0 0 10px 0;
}
span.type1{
    font-size:1.8rem;
    font-weight:bold;
}
span.type2{
    color:#fd0005;
}
h3{
    font-size:2.2rem;
    color:#fd0005;
    margin-bottom:10px;
}

a.btn01{
    min-width:200px;
    background:url(../../images/common/head_img1.jpg) no-repeat 20px center #fff;
    color:white;
    text-decoration: none;
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color:#fe0006;
    border:2px solid #fe0006;
    border-radius: 50px;
    padding:15px 50px;
    box-sizing: border-box;
    margin-left:15px;
}

a.btn02{
    min-width:200px;
    background:url(../../images/common/footer_img1.jpg) no-repeat 20px center #fe0006;
    color:white;
    text-decoration: none;
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    padding:15px 50px;
    box-sizing: border-box;
}

a.btn03{
    min-width:100px;
    background:url(../../images/common/head_img1.jpg) no-repeat 8px center #fff;
    color:white;
    text-decoration: none;
    font-size:1.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color:#fe0006;
    border:2px solid #fe0006;
    border-radius: 50px;
    padding:15px 20px;
    box-sizing: border-box;
    margin-left:15px;
    margin-bottom:20px;
}

table{
    width: 100%;
}
th,td{
    padding:15px;
    border:#fff solid 5px;
    background:#fffde2;
    text-align: left;
    vertical-align: top;
    font-size:1.6rem;
    box-sizing: border-box;
}
th{
    background: #feb05e;
    color:#fff;
}
td table{
    width:auto;
}
td table td{
    padding:0 25px 0 0;
    border:none;
}

h3.type1{
    font-size:2.4rem;
}

@media screen and (max-width:768px) {
    h1{
        font-size:2.3rem;
    }
    h2{
        font-size:2rem;
    }
    h3.type1,h3 {
        font-size: 1.9rem;
    }
    header .head_logo dl,.footerLogo dl{
        margin:0 auto;
    }
	a.btn01{
		width: 100%;
}

}


@media screen and (max-width:1250px) {
    #gNavi ul li a{
        color:#fff;
    }

    .menu-trigger{
        display: block;
    }

    #header a.menu-trigger,
    #header a.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    #header a.menu-trigger {
        position: fixed;
        width: 40px;
        height: 40px;
        right: 10px;
        top: 10px;
        z-index: 600;
        background: rgba(255, 255, 255, 0.75);
    }

    #header a.menu-trigger:hover {
        opacity: 1;
    }

    #header a.menu-trigger span {
        position: absolute;
        left: 5px;
        width: 30px;
        height: 2px;
        background-color: #333;
        border-radius: 1px;
    }

    #header a.menu-trigger span:nth-of-type(1) {
        top: 10px;
    }

    #header a.menu-trigger span:nth-of-type(2) {
        top: 48%;
    }

    #header a.menu-trigger span:nth-of-type(3) {
        bottom: 10px;
    }

    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY( 9px) rotate(-315deg);
        transform: translateY( 9px) rotate(-315deg);
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(315deg);
        transform: translateY(-9px) rotate(315deg);
    }
    #gNavi ul li a img{
        display: none;
    }
    #gNavi {
        display: none;
        background: rgba(0, 0, 0, 0.9);
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        overflow-y: scroll;
    }
    #gNavi .container {
        overflow: hidden;
        position: relative;
        width: 100vw;
        height: 100vh;
        padding: 0;
    }
    #gNavi ul {
        border: none;
        position: absolute;
        right: -100vw;
        top: 50px;
        width: 100vw;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 110;
        padding-left: 0;
        max-height: 75vh;
        overflow-y: scroll;
    }
    #gNavi ul li,
    #gNavi ul li:first-of-type {
        float: none;
        display: block;
        width: 100%;
        border: none;
        padding-left: 0;
        border-bottom: 1px dotted #fff;
    }
    #gNavi ul li+li {
        padding-left: 0;
    }
    #gNavi ul li a {
        color: #FFF;
        line-height: 1;
        border: none;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 0;
    }
    #gNavi ul li:first-of-type a {
        border: none;
    }
    #gNavi ul li a small {
        display: none;
    }
}

#gNavi ul li ul.submenu01 {
    display: none;
    position: absolute;
    top: 100%;
    left: 605px;
    z-index: 100;
    width: 260px;
    background: #fff;
    border: none;
}
#gNavi ul li ul.submenu01 li{
    display: block;
    width:100%;
    border: none;
    text-align: left;
    padding: 10px;
    font-size: 1.5rem;
    box-sizing: border-box;
}

#gNavi ul li ul.submenu01 li a{
    border:none;
    display: block;
    text-align: center;
}

#gNavi ul li ul.submenu01 li + li{
    border-top: dotted 1px #DADCCF;
}

#gNavi .container{
    overflow: visible;
}
