@charset "utf-8";
#topMv{
	width:100%;
	}
/**/

/**/
#top01{
	background:#003372;
	background:linear-gradient(90deg, rgba(0,59,128,1) 0%, rgba(0,22,62,1) 100%);
	width:100%;
	padding:40px 0 0;
	position:relative;
	overflow: hidden;
	z-index:-2;
}
#top01Txtwrap{
	width:92%;
	max-width:1100px;
	color:#fff;
	text-align:center;
	margin:0 auto;
}
#top01Txtwrap h2{
	font-size:2rem;
	line-height:1.5;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	letter-spacing: 0.05em;
}
#top01Txtwrap p{
	font-size:1.3rem;
	line-height:2;
	margin-bottom:1em;
}
#top01Img{
	width:100%;
	height:auto;
	margin-top:2em;
}
#top01Img img{
	width:100%;
	height:auto;
}
@media screen and (min-width:768px) {
	#top01{
		padding:80px 0;
	}
	#top01Txtwrap h2{
		font-size:3rem;
	}
	#top01Txtwrap p{
		font-size:1.6rem;
		line-height:2.5;
	}
	#top01Img{
		position:absolute;
		width:auto;
		height:100%;
		top:50%;
		transform:translateY(-50%);
		right:0;
		text-align:right;
		z-index:-1;
		margin-top:0;
	}
	#top01Img img{
		width:auto;
		height:100%;
	}
}


/**/
#topRecruit{
	background-color:#e4e4e4;
	padding:40px 0;
}
/**/

/**/
#topCompany{
	padding:40px 0;
}
.comList01{
	border-top:1px solid #ccc;
	max-width:800px;
	margin:0 auto 40px;
	}
.comList01 dt,
.comList01 dd{
	padding:8px 10px;
	font-size:1.4rem;
	line-height:1.8;
	text-align:left;
	}
.comList01 dt{
	background:#fff;
	color:#002c7c;
	font-weight:bold;
	padding-bottom:0;
	}
.comList01 dd{
	border-bottom:1px solid #ccc;
	padding-top:0;
	}

.gMap {
	margin: 0 auto;
	height: 0;
	overflow: hidden;
	padding-bottom:50%;
	position: relative;
}
.gMap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/**/






/* for PC*/
@media print, screen and (min-width:768px) {


/**/
#topCompany{
	padding:80px 0;
}
.comList01 dt{
	clear:both;
	float:left;
	width:11em;
	padding:8px 2%;
	}
.comList01 dd{
	padding:8px 0 8px 12em;
	}
.gmapUnit{
	width:48%;
	margin-bottom:0;
}
.gmapUnit:nth-child(1){float:left;}
.gmapUnit:nth-child(2){float:right;}
.gmapUnit iframe{
	width:100%;
	height:360px;
}
/**/












}


