@charset "utf-8";

#topInformation {
	width: 1180px;
	margin: 0 auto;
}

#topInformation h2 {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 2px solid #953D00;
	position: relative;
	margin-bottom: 15px;
}

#topInformation h2::after {
	content: url("../recruit/images/titleh2_bg.png");
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#topInformation p {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 20px;
}

@media screen and (max-width: 1240px) {
	#topInformation {
		width: auto;
		margin: 20px 10px;
	}
	#topInformation h2 {
		font-size: 20px;
	}
	#topInformation h2::after {
		background-image: url("../recruit/images/titleh2_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		content: "";
		width: 200px;
		height: 40px;
		right: 0;
		bottom: -20px;
	}
	#topInformation p {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

section.content {
	width: 1000px;
	margin: 50px auto 50px;
	position: relative;
}

section.content h3 {
	font-size: 30px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FF9700;
	text-align: center;
	margin-bottom: 40px;
	line-height: 35px;
}

section.content p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
	text-align: center;
}

@media screen and (max-width: 1040px) {
	section.content {
		width: auto;
		margin: 0 20px 50px;
		position: relative;
	}
}

section.content.style01 p {
	text-align: left;
	width: 800px;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 24.5px;
}

section.content .image {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 600px) {
	section.content {
		width: auto;
		margin: 0 10px 50px;
		position: relative;
	}
	section.content h3 {
		font-size: 20px;
		margin-bottom: 20px;
		line-height: 35px;
	}
	section.content p {
		font-size: 13px;
		margin-bottom: 40px;
		padding: 0 10px;
		line-height: 22px;
	}
	section.content.style01 p {
		text-align: left;
		font-size: 14px;
		width: auto;
		margin: 0 auto 30px;
		padding: 0 5px;
		line-height: 22px;
	}
	section.content .image {
		text-align: center;
		margin-bottom: 80px;
	}
	section.content .image img {
		width: 100%;
	}
}

section.content .access {
	padding-top: 20px;
	width: 880px;
	margin: 0 auto;
}

section.content.access h3 {
	font-size: 18px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 3px solid #22B573;
	margin-bottom: 20px;
	line-height: 35px;
	text-align: left;
	color: #333;
}

section.content .access dt {
	float: left;
	width: 250px;
	font-size: 16px;
}

section.content .access dt::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #009245;
}

section.content .access dd {
	font-size: 16px;
	margin-left: 250px;
}
@media screen and (max-width: 1240px) {
	section.content .access {
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
	}
}
@media screen and (max-width: 600px) {
	section.content .access h3 {
		width: 100%;
		font-size: 16px;
		background-size: 100%;
		height: 35px;
		padding-left: 5px;
		text-align: left;
	}
	section.content dl.access {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	section.content .access dt {
		width: auto;
		line-height: 26px;
		float: none;
		position: relative;
		padding-left: 10px;
		font-size: 12px;
	}
	section.content .access dt::before {
		color: #009245;
		margin-right: 10px;
	}
	section.content .access dd {
		margin-left: 0;
		padding-left: 10px;
		line-height: 26px;
		margin-bottom: 0;
		font-size: 12px;
	}
}

section.content .mapimage {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	section.content .mapimage img {
		width: 100%;
	}
}

section.content .engagelist {
	margin-bottom: 80px;
}

section.content .engagelist li {
	margin-bottom: 30px;
}

section.content .engagelist li a {
	border: 2px solid #F7931E;
	border-radius: 10px;
	font-size: 24px;
	line-height: 40px;
	padding: 30px;
	height: 100px;
	display: block;
/*	background: url("../recruit/images/engage.png") no-repeat right 25px top 30px #FFF;*/
}

section.content .engagelist li a:hover {
	color: #FFF;
/*	background: url("../recruit/images/engage.png") no-repeat right 25px top 30px #F7931E;*/
	background: #F7931E;
	-webkit-transition: all .3s;
	transition: all .3s;
}

section.content .engagelist li a.disable {
	border: 2px solid #CCC;
	color: #CCC;
	position: relative;
}

section.content .engagelist li a.disable:hover {
	color: #CCC;
	background: #FFF;
	cursor:default;
}

section.content .engagelist li a.disable::after {
	content: "現在募集しておりません";
	display: block;
	position: absolute;
	top: 30px;
	right: 10px;
	font-size: 20px;
	background: #FFF;
}
@media screen and (max-width: 600px) {
	section.content .engagelist li {
		margin-bottom: 20px;
	}
	section.content .engagelist li a {
		padding: 10px;
		font-size: 14px;
		height: 60px;
		background: none;
	}
	section.content .engagelist li a:hover {
		color: #FFF;
		background: none #F7931E;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	section.content .engagelist li a.disable::after {
		content: "現在募集しておりません";
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 14px;
		background: #FFF;
	}
}

