@charset "UTF-8";

body{
	color: #333333;
	}


/*header*/
header{
	}

header div.inner{
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 80px;
	width: 100%;
	}

header h1 a{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 200px;
	height: 80px;
	background: #ffffff url('../img/title_recruiting.gif') center center no-repeat;
	}

header h1 a:hover{
	opacity: 0.8;
	}

header a.companyname{
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 137px;
	height: 30px;
	margin-right: 130px;
	background: url('../img/logo.gif') center center no-repeat;
	}

/*mainmenu*/
.mainmenu_btn{
	display: block !important;
	text-decoration: none;
	text-indent: -9999px;
	width: 80px;
	height: 80px;
	background: #ffffff url('../img/btn_menu_off.gif') center center no-repeat;
	}

.mainmenu_btn.active{
	}


#mainmenu{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999 !important;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: rgba(51,51,51,0.75);
	}

#mainmenu .is-open{
	display: block;
	position: relative;
	}


#mainmenu ul{
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	border-right: none;
	}

#mainmenu li{
	list-style-type: none;
	border-left: none;
	position: relative;
	}
  
#mainmenu li a{
	display: block;
	text-decoration: none;
	width: auto;
	font-size: 2.142em;
	font-weight: bold;
	text-align: center;
	line-height: 2.66;
	color: #ffffff;
	}

#mainmenu li a.close{
	position:absolute;
	display:inline-block;
	top: 0;
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	transform: scale(0.5);
	cursor: pointer;
	}
#mainmenu li a.close:before{
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 13px;
	width: 6px;
	height: 60px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
#mainmenu li a.close:after{
	content: "";
	position: absolute;
	display: inline-block;
	top: 0;
	left: 13px;
	width: 6px;
	height: 60px;
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}


#mainmenu li a:hover{
	background: none;
	opacity: 0.8;
	}


#mainmenu .is-open{
	display: none;
	}


/*contents*/

section{
	}

section div.inner{
	}

/*btn*/
a.btn_readmore{
	display: block;
	width: 240px;
	height: 40px;
	margin: 0;
	background: #333333;
	font-size: 1.428em;
	font-weight: lighter;
	font-family: 'Century Gothic',sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	}
a.btn_readmore:hover{
	opacity: 0.8;
	}

a.btn_more{
	display: block;
	width: 625px;
	height: 100px;
	margin: 20px auto 0;
	background: #333333;
	font-size: 1.857em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	}
a.btn_more:hover{
	opacity: 0.8;
	}

/*footer*/
footer{
	padding: 50px 50px 0;
	}

footer div.wrap_footer{
	background: url('../img/bg_footer.gif');
	padding: 50px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}

a.btn_information{
	display: block;
	width: calc(50% - 25px);
	height: 100px;
	margin: 0;
	background: #333333;
	position: relative;
	font-size: 1.857em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	}

a.btn_information:hover{
	opacity: 0.8;
	}

footer p.copyright{
	text-align: center;
	border-top: none;
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	font-size: 0.857em;
	color: #666666;
	}

/*pagetop*/
#btn_pagetop{
	position: fixed;
	bottom: 20px;
	right: 10px;
	display: none;
	z-index: 1001;
	}
#btn_pagetop a{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	background: url('../img/btn_pagetop.png') center center no-repeat;
	}
#btn_pagetop a:hover{
	opacity: 0.8;
	}

/*box*/
.box_e1e8ed_b10{
	border: 10px solid #e1e8ed;
	padding: 50px;
	}

/* Media Queries
==========================================================================*/
@media screen and (max-width:1200px) {
div.inner{
	width: calc(100% - 50px);
	}

img {
	max-width: 100%;
	height: auto;
     }
}

@media screen and (max-width:999px) {
div.inner{
	width: calc(100% - 20px);
	}

section,article{
	}
section{
	}

.flex{
	display: block;
	}

header div.inner{
	height: 40px;
	}

header h1 a{
	width: 100px;
	height: 40px;
	background-size: 83px 12px;
	}

header a.companyname{
                                margin-right: calc(50% - 50px);
                                width: 100px;
                                height: 22px;
                                background-size: 100px 22px;
	}

/*mainmenu*/
.mainmenu_btn{
	width: 40px;
	height: 40px;
	background-size: 15px 18px;
	top: 0;
	right: 0;
	z-index: auto;
	}

.mainmenu_btn.active{
	}

#mainmenu ul{
	border-top: none;
	}

#mainmenu li{
	border-bottom: none;
	width: auto;
	}

#mainmenu li a{
	font-size: 1.428em;
	width: auto;
	}


/*btn*/
a.btn_readmore{
	width: 120px;
	height: 30px;
	font-size: 1.071em;
	line-height: 30px;
	}

a.btn_more{
	width: 100%;
	height: 50px;
	margin: 10px auto 0;
	font-size: 1.285em;
	line-height: 50px;
	}


/*footer*/

footer{
	padding: 10px 10px 0;
	}

footer div.wrap_footer{
	padding: 10px;
	display: block;
	}

/*information*/


a.btn_information{
	width: 100%;
	height: 50px;
	font-size: 1.285em;
	line-height: 50px;
	}
a.btn_information:first-child{
	margin-bottom: 5px;
	}
a.btn_information:hover{
	opacity: 0.8;
	}


footer p.copyright{
	margin-top: 0;
	height: 30px;
	line-height: 30px;
	}

/*pagetop*/
#btn_pagetop{
	position: fixed;
	bottom: 10px;
	right: 5px;
	display: none;
	z-index: 1001;
	}
#btn_pagetop a{
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	}

/*box*/
.box_e1e8ed_b10{
	border: 5px solid #e1e8ed;
	padding: 25px;
	}


}
@media screen and (max-width:340px) {
#mainmenu ul{
	width: calc(100% - 50px);
	}
	
#mainmenu ul.sp_menu{
	width: calc(100% - 50px);
	}

}
@media print{
}