@charset "utf-8";


/*タブ*/
.tabWrapper{
	height:72px;
	padding-top:27px;
	background:#043c86;
}
.tabWrapper ul{
	display:flex;
	justify-content:space-between;
	width:796px;
	margin:0 auto;
}
.tabWrapper ul li{
	flex-basis:258px;
}
.tabWrapper ul li a{
	position:relative;
	display:block;
	width:100%;
	height:45px;
	padding:14px 0 0;
	font-weight:bold;
	color:#000;
	background:#fff;
}
.tabWrapper ul li a.current:after{
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 3px solid #043c86;
    border-right: 3px solid #043c86;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 2;
    transition: all 0.4s ease-out;
}

/*メッセージ------------------------------------------------------------------*/
.flexOuter{
	display:flex;
	justify-content:space-between;
	width:984px;
	margin:20px auto 0;
	text-align:left;
}
.flexOuter .left{
	flex-basis:48%;
}
.flexOuter .left .pBox{
	position:relative;
	width:400px;
	height:350px;
}
.flexOuter .left .pBox:after{
	position:absolute;
	content:"";
	width:400px;
	height:350px;
	top:40px;
	left:40px;
	background:#eee;
	z-index:-1;
}
.flexOuter .right{
	flex-basis:48%;
	font-size:14px;
}
.flexOuter .right h4{
	margin-bottom:25px;
	font-size:21px;
}
/**/
.mokuhyoBlock{
	width:100%;
	height:40vw;
	min-height:476px;
}
.mokuhyoBlock .inner{
	width:984px;
	margin:70px auto 0;
	padding:10vw 0 0 0;
	text-align:left;
}
.mokuhyoBlock .inner h4{
	margin-bottom:25px;
	font-size:21px;
}
.mokuhyoBlock .inner p{
	width:500px;
	font-size:14px;
}
/**/
.sita .flexOuter{
	display:flex;
	justify-content:space-between;
	width:984px;
	margin:80px auto 0;
	text-align:left;
}
.sita .flexOuter .left{
	position:relative;
	order:2;
	flex-basis:48%;
}
.sita .flexOuter .left .pBox{
	position:absolute;;
	width:277px;
	height:256px;
}
.sita .flexOuter .left .pBox:nth-child(1){
	top:0;
	left:0;
}
.sita .flexOuter .left .pBox:nth-child(2){
	top:170px;
	left:160px;
}
.sita .flexOuter .left .pBox:after{
	display:none;
}
.sita .flexOuter .right{
	order:1;
	flex-basis:42%;
	padding:60px 0 100px;
	font-size:14px;
}
.sita .flexOuter .right h4{
	margin-bottom:25px;
	font-size:21px;
}
/**/
.indeedBox a{
	display:block;
	width:984px;
	margin:20px auto 70px;
	padding:20px 0;
	color:#fff;
	font-size:21px;
	font-weight:bold;
	background:#043c86;
}
.indeedBox a img{
	margin-right:10px;
}

/*メッセージ------------------------------------------------------------------*/
.jobPBlock{
	width:100%;
	height:40vw;
}
.jobInner{
	width:460px;
	margin:70px auto 10px;
	text-align:left;
}
.jobInner h4{
	margin-bottom:25px;
	font-size:21px;
	text-align:center;
}
.jobInner p{
	font-size:14px;
}
.jobSita.flexOuter{
	display:flex;
	width:100%;
}
.jobSita.flexOuter div{
	width:25%;
	height:15vw;
}
/**/
.tt{
	width:984px;
	margin:0 auto;
	border-collapse:collapse;
}
.tt th,
.tt td{
	padding:10px;
	border:solid 1px #ccc;
}
.tt th{
	font-weight:normal;
	background:#f6f6f6;
}
.tt td{
	text-align:left;
}
.tt td span{
	display:inline-block;
	width:10em;
}




/*responsive---------------------------------------------------------------------------------------*/
.ip5{
	display:none;
}
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	.scroll_position{
		_margin-top:0px;
		_padding-top:0px;
	}
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	/*タブ*/
	.tabWrapper{
	}
	.tabWrapper ul{
		display:flex;
		justify-content:space-between;
		width:100%;
		margin:0 auto;
	}
	.tabWrapper ul li{
		flex-basis:33%;
	}
	.tabWrapper ul li a{
	}
	.tabWrapper ul li a.current:after{
	}

	/**/
	h3.jigyo{
		margin-bottom:0;
	}
	.flexOuter{
		flex-wrap:wrap;
		width:100%;
		margin:0 auto;
		text-align:left;
	}
	.flexOuter .left{
		flex-basis:100%;
	}
	.flexOuter .left .pBox{
		width:100%;
		height:70vh;
	}
	.flexOuter .left .pBox:after{
		display:none;
	}
	.flexOuter .right{
		flex-basis:90%;
		margin:42px auto 0;
		font-size:14px;
	}
	.flexOuter .right h4{
		margin-bottom:25px;
		font-size:21px;
	}
	/**/
	.mokuhyoBlock{
		width:100%;
		height:100vh;
		min-height:auto;
	}
	.mokuhyoBlock .inner{
		width:70%;
		margin:0 auto 0;
		padding:25vw 0 0 0;
	}
	.mokuhyoBlock .inner h4{
	}
	.mokuhyoBlock .inner p{
		width:100%;
	}
	/**/
	.sita .flexOuter{
		flex-wrap:wrap;
		width:100%;
		margin:10px auto 0;
	}
	.sita .flexOuter .left{
		order:2;
		flex-basis:100%;
	}
	.sita .flexOuter .left .pBox{
		position:static;
		width:100%;
		height:60vw;
	}
	.sita .flexOuter .left .pBox:nth-child(1){
	}
	.sita .flexOuter .left .pBox:nth-child(2){
	}
	.sita .flexOuter .left .pBox:after{
		display:none;
	}
	.sita .flexOuter .right{
		order:1;
		flex-basis:90%;
		padding:0px 0 40px;
	}
	.sita .flexOuter .right h4{
	}
	/**/
	.indeedBox a{
		display:block;
		width:100%;
		margin:10px auto 70px;
	}
	.indeedBox a img{
	}

/*メッセージ------------------------------------------------------------------*/
.jobPBlock{
	width:100%;
	height:50vh;
}
.jobInner{
	width:80%;
	margin:40px auto 0px;
	text-align:left;
}
.jobInner h4{
	_margin-bottom:25px;
	_font-size:21px;
	text-align:left;
}
.jobInner p{
	font-size:14px;
}
.jobSita.flexOuter{
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.jobSita.flexOuter div{
	width:50%;
	height:40vw;
}







	/**/
	.tt{
		width:90%;
		margin:0 auto;
		border-width:0 1px 1px 0;
	}
	.tt th,
	.tt td{
		display:block;
		border-width:1px 0 0 1px;
	}
	.tt th{
	}
	.tt td{
		_text-align:left;
	}
	colgroup{
		width:100%;
	}






} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/


} /* /@media */





