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

/**/
#top01{
	width:100%;
	padding:40px 0 0;
	position:relative;
	overflow: hidden;
	z-index:-2;
}
#top01Txtwrap{
	width:92%;
	max-width:1100px;
	color:#000;
	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 #007393;
	letter-spacing: 0.05em;
	color:#007393;
}
#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{
	padding:40px 0;
}
/**/

/**/
#topCompany{
	padding:40px 0;
}
.comList01{
	border-top:1px solid #ccc;
	max-width:1000px;
	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:#007393;
	font-weight:bold;
	padding-bottom:0;
	}
.comList01 dd{
	border-bottom:1px solid #ccc;
	padding-top:0;
	}

@media (min-width:768px) {
	.comList01{
		display:flex;
		flex-wrap: wrap;
	}
	.comList01 dt{
		width:18em;
		padding:10px 10px 8px;
		border-bottom:1px solid #ccc;
	}
	.comList01 dd{
		width:calc(100% - 18em);
		padding:10px 10px 8px;
	}
}
.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;
}
.gmapUnit{
	width:48%;
	margin-bottom:0;
}
.gmapUnit:nth-child(1){float:left;}
.gmapUnit:nth-child(2){float:right;}
.gmapUnit iframe{
	width:100%;
	height:360px;
}
/**/












}


