@charset "UTF-8";
/*-------------------------------*/
* {
	text-align: left;
	list-style: none outside;
	font-size: 100%;
}
html {
	margin: 0;
	padding: 0;
	font: normal normal normal 100% sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Helvetica, sans-serif;
	color: #323232;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
}
.caption {
	background-color: #005f01;
	padding: 10px;
}
.caption span {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 27px;
}
.dekirukoto h2 {
	display: block;
	width: 100%;
	padding: 80px 0;
}
.dekirukoto h2 img {
	display: block;
	margin: 0 auto;
}
div.dekirukoto .left_box, .right_box {
	float: left;
	width: 47%;
	margin: 0 0 0 0%;
	padding: 0;
}
.right_box {
	width: 47%;
	margin: 0 0 0 6%;
	padding: 0
}
.dekirukoto .right_box ul li img {}
.dekirukoto ul li {
	padding: 30px 0;
}
.dekirukoto ul li h3 {
	background: linear-gradient(transparent 80%, #ffd6e5 0%);
	display: inline;
	padding: 0 2px 0px;
	font-size: 20px;
}
.dekirukoto ul li p {
	padding: 15px 0;
	
}
div.recruit h3.catch, .policy h3.catch {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 30px;
}
div.recruit h3.catch,div.recruit p{
	text-align: center;
	color: #333333;
	text-shadow: 2px 2px 2px rgba(255,255,255,0.3),-2px 2px 2px rgba(255,255,255,0.3),2px -2px 2px rgba(255,255,255,0.3),-2px -2px 2px rgba(255,255,255,0.3);
}
div.recruit p{
padding: 40px 20px;
background: rgba(255,255,255,0.8);
}
.recruit .wrap {
	padding: 40px 0 80px;
/*	background: url("../img/recruit_background.png") no-repeat 0 0;
	background-size: cover;*/
	background: url("../img/recruit_bg.jpg") no-repeat 50% 0;
	background-size: cover;
}
.recruit .wrap .eleUnit {
/*	background: url("../img/shatyou.png")no-repeat 100% 100%;
	background-size: 35%;*/
}
.recruit .wrapGaiyou, .about, .policy {
	background-color: #e6e6e6;
}
.policy {
	padding-bottom: 80px;
}
.policy .eleUnit{
	padding: 40px 0;
}
.policy ul {
	position: relative;
	background-color: #fff;
	padding: 50px 50px 40px;
	margin-top: 50px;
}
.policy ul li {
	padding: 3px 0;
}
.policy ul:before {
	content: "";
	display: block;
	background: url("../img/kokoroe.png") no-repeat 0;
	width: 230px;
	height: 54px;
	position: absolute;
	top: -20px;
	left: -15px;
}
.dx {
	padding-bottom: 80px;
}
.dx .eleUnit{
	padding: 0px 0;
}
.dx ul {
	position: relative;
	background-color: #bbf9d1;
	padding: 40px 50px 40px;
	margin-top: 60px;
}
.dx ul li {
	padding: 3px 0;
}
.dx ul:before {
	content: "";
	display: block;
	background: url("../img/") no-repeat 0;
	width: 230px;
	height: 54px;
	position: absolute;
	top: -20px;
	left: -15px;
}
.access_car img, .access_train img {
	height: auto;
}
.access_car, .access_train {
	float: left;
	width: 50%;
	padding: 20px 0;
}
@media screen and (min-width:1050px) {
	.eleUnit {
		max-width: 1000px;
	}
}
/*-------------------------------*/
#wrapHead {
	background: white;
	z-index: 10;
}
#wrapHead .eleUnit {
	margin: 0 auto;
	height: 115px;
}
@media screen and (min-width:901px) {
	body {
		padding-top: 190px;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, table, th, td, em, img {
	margin: 0;
	padding: 0;
	border: none;
}
th, td {
	vertical-align: top;
}
p {
	font-size: 18px;
	line-height: 190%;
}
@media screen and (max-width:900px) {
	.eleUnit {
		width: auto;
		margin: 0 20px;
	}
	.dekirukoto ul li h3 {
		font-size: 2vw;
		line-height: 30px;
	}
	.dekirukoto .right_box ul li img, .dekirukoto .left_box ul li img {
		width: 95%;
		height: auto;
		padding: 0;
	}
	.dekirukoto h2 img {
		width: 220px;
		height: auto;
	}
}
@media screen and (max-width:767px) {
	p {
		font-size: 14px;
	}
	.dekirukoto ul li p {
		font-size: 1.7vw;
	}
	div.dekirukoto .left_box, .right_box {
		float: none;
		width: 70%;
		margin: 0 auto;
	}
	.dekirukoto ul li img {
		width: 100%;
		height: auto;
	}
	.dekirukoto h2 {
		padding: 80px 0 30px;
	}
	.dekirukoto ul li {
		padding: 15px 0;
	}
	.dekirukoto ul li h3 {
		font-size: 17px;
	}
	.dekirukoto ul li p {
		padding: 10px 0;
	}
	.recruit table p {
		padding-bottom: 0;
	}
}
/**/
a:link {
	text-decoration: none;
	color: #0a7bb0;
}
a:visited {
	text-decoration: none;
	color: #0a7bb0;
}
a:hover {
	text-decoration: underline;
	color: #3344ee;
}
.alp:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
}
.bdrBx {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.afterClear {
	overflow: hidden;
}
.afterClear:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
@media screen and (max-width:600px) {
	.policy ul:before {
		background-size: 80%;
		left: -12px;
	}
}
/*-------------------------------*/
#wrapHead, #wrapNav, #wrapMsg, #wrapBody, #wrapFoot {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.eleUnit {
	position: relative;
	width: auto;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
@media screen and (min-width:901px) {
	#wrapHead {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
}
#wrapHead h1 {
	position: absolute;
	top: 45px;
	left: 0;
	color: #005f00;
	font-size: 22px;
	line-height: 100%;
	transition: 200ms top;
}
#wrapHead p.logo {
	padding: 20px 0;
}
#wrapHead p.logo img {
	transition: 200ms transform;
	height: auto;
}
#wrapHead p.tel {
	position: absolute;
	top: 45px;
	right: 0;
	color: #005f00;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	transition: 200ms top;
}
#wrapHead p.tel span {
	font-size: 60%;
}
@media screen and (min-width:901px) {
	body.shrink-header ul.nav {
		top: -10px;
	}
	body.shrink-header #wrapNav {
		height: 55px;
		top: 85px;
	}
	body.shrink-header #wrapHead h1 {
		top: 35px;
	}
	body.shrink-header #wrapHead p.tel {
		top: 35px;
	}
	body.shrink-header #wrapHead p.logo img {
		transform: scale(0.6) translate(0, -25px);
	}
}
@media screen and (max-width:900px) {
	#wrapHead p.logo {
		text-align: center;
	}
	#wrapHead .eleUnit {
		height: auto;
		padding: 20px 0;
	}
	#wrapHead h1, #wrapHead p.tel {
		position: relative;
		top: 0;
		left: 0;
		text-align: center;
	}
	#wrapHead p.logo {
		padding: 10px 0;
	}
}
/*-------------------------------*/
#wrapNav {
	background: url("../img/navi_dot.png") repeat;
	font-size: 21px;
	z-index: 10;
	overflow: hidden;
	transition: 200ms height, 200ms top;
}
ul.nav {
	margin: 0 auto;
	text-align: center;
	position: relative;
	transition: 200ms top;
	top: 0;
	-webkit-font-smoothing: antialiased; /* ちらつき防止 */
}
ul.nav li {
	display: inline-block;
	background-color: #fff;
	padding: 0 20px;
	background: #fff url("../img/navi_border.png") no-repeat 100%;
}
ul.nav li:last-child {
	background: #fff;
}
ul.nav li a {
	display: block;
	padding: 0 0;
	color: #005f00;
	font-weight: bold;
	font-size: 24px;
	font-size: 2vw;
	text-align: center;
}
@media screen and (min-width:901px) {
	#wrapNav {
		position: fixed;
		left: 0;
		right: 0;
		top: 115px;
		height: 75px;
		line-height: 75px;
	}
}
@media screen and (min-width:1100px) {
	ul.nav li a {
		font-size: 19px;
	}
}
@media screen and (max-width:900px) {
	ul.nav li {
		display: inline-block;
		margin: 0;
	}
	ul.nav li a {
		padding: 10px 0;
		font-size: 1.7vw;
	}
}
@media screen and (max-width:600px) {
	ul.nav li {
		padding: 7px 5px;
	}
	ul.nav li a {
		padding: 10px 0;
		font-size: 2.5vw;
	}
}
@media screen and (max-width:400px) {
	ul.nav li a {
		padding: 5px 0 0 0;
		font-size: 12px;
	}
}
img.w100 {
	display: block;
	width: 100%;
	height: auto;
}
/*-------------------------------*/
.visualMain {
	width: 100%;
	max-height: 800px;
	overflow: hidden;
	position: relative;
}
.visualMain .message {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 480px;
	margin: auto;
}
@media(max-width: 1070px) {
	.visualMain .message {
		left: 20px;
		right: inherit;
		width: 430px;
		height: auto;
	}
}
#wrapMsg {
	padding: 5% 0;
}
p.catch {
	line-height: 300%;
}
@media screen and (max-width:900px) {
	div.recruit h3.catch, .policy h3.catch {
		font-size: 2.8vw;
		color: #323232;
	}
	.visualMain .message {
		left: 70px;
		bottom: 20px;
		width: 310px;
		height: auto;
	}
}
/*-------------------------------*/
div.recruit .divider {
	margin: 130px 0 0 0;
}
div.recruit .divider p {
	margin-bottom: 120px;
}
div.recruit .divider .fR {
	float: right;
	margin: 0 0 5% 7%;
}
div.recruit h3.data {
	color: #005f00;
	margin: 0 auto 40px;
	font-size: 27px;
	line-height: 100%;
	text-align: center;
}
div.recruit h3.data.gaiyo {
	padding-top: 100px;
}
div.recruit div.data {
	padding-bottom: 100px;
}
div.recruit div.data table {
	float: left;
	width: 48%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
div.recruit div.data table + table {
	float: right;
}
div.recruit table.data th, div.recruit table.data td {
	font-size: 17px;
	vertical-align: middle;
	border-bottom: 2px solid #e6e6e6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 10px;
}
div.recruit table.data th {
	text-align: center;
	background: #005f00;
	color: #ffffff;
	white-space: nowrap;
}
div.recruit table.data td {
	background: #ffffff;
}
@media screen and (max-width:1050px) {
	.eleUnit {
		margin: 0 20px;
	}
	.dekirukoto ul li p {
		font-size: 1.5vw;
	}
	.recruit p {
		font-size: 14px;
	}
	.access {
		width: 90%;
		margin: 0 auto;
		overflow: auto;
	}
	.visualMain .message {
		left: 20px;
		bottom: 20px;
		width: 290px;
		height: auto;
	}
	.access_car, .access_train {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:900px) {
	div.recruit .divider .fR {
		width: 40%;
	}
	div.recruit div.data table, div.recruit div.data table + table {
		float: none;
		width: 100%;
	}
	div.recruit div.data table th {
		width: 25%;
		white-space: normal;
	}
}
@media screen and (max-width:640px) {
div.recruit p{
text-align: left;
font-size: 2vw;
}
}
@media screen and (max-width:600px) {
	h2.catch {
		font-size: 20px;
	}
	h3.catch {
		margin: 25px 0;
		font-size: 14px;
	}
	p.catch {
		line-height: 180%;
	}
	.visualMain .message {
		left: 20px;
		bottom: 20px;
		width: 200px;
		height: auto;
	}
}
@media screen and (max-width:600px) {
	div.recruit .divider {
		margin: 15% 0 0 0;
	}
	div.recruit h3.catch, .policy h3.catch {
/*		font-size: 18px;*/
font-size: 3.5vw;
		margin: 0 0 15px 0;
	}
	div.recruit .divider p {
		margin-bottom: 15%;
	}
	div.recruit h3.data {
		margin: 0 auto 20px;
		font-size: 4vw;
	}
	div.recruit h3.data.gaiyo {
		padding-top: 20%;
	}
	div.recruit table.data th, div.recruit table.data td, div.recruit table.data td p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width:460px) {
	.visualMain .message {
		width: 140px;
	}
	div.recruit .divider .fR {
		clear: both;
		width: 100%;
	}
	div.dekirukoto .left_box, .right_box {
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.dekirukoto ul li h3 {
		font-size: 14px;
	}
}
/*-------------------------------*/
div.about .dividerAll {
	margin: 40px auto 0;
	width: 850px;
	padding-bottom: 50px;
}
div.about .dividerL {
	float: left;
	width: 300px;
}
div.about .dividerR {
	float: right;
	width: 370px;
}
div.about dt, div.about dd, div.about p {
	margin: 5px 0;
	font-size: 16px;
}
div.about dl, div.about p {
	margin-top: 30px;
}
div.about p.dyn, div.about dl.dyn {
	margin-top: 0;
}
div.about p strong {
	font-size: 140%;
	color: #005f00;
}
@media screen and (max-width:900px) {
	div.about .dividerAll {
		display: block;
		margin: 30px auto 0;
		width: 380px;
	}
	div.about .dividerL, div.about .dividerR {
		float: none;
		width: auto;
	}
}
#map-canvas {
	width: 100%;
	height: 490px;
	margin-bottom: 15px;
	padding: 0;
}
#map-canvas iframe {
	width: 100%;
}
/*-------------------------------*/
#wrapFoot, #wrapFoot .eleUnit {
	background: #005f00;
	color: #ffffff;
}
#wrapFoot p.copyright {
	padding: 20px 0 70px 0;
	font-size: 14px;
}
@media(max-width: 460px) {
	div.about .dividerAll {
		display: block;
		margin: 30px auto 0;
		width: 100%;
	}
	.policy ul {
		padding: 50px 20px 20px;
	}
	ul.nav li {
		width: 30%;
		padding: 13px 0;
	}
	ul.nav li a {
		font-size: 10px;
	}
	ul.nav li:nth-child(3) {
		background: #fff;
	}
	#wrapFoot p.copyright {
		font-size: 12px;
	}
}
/*end*/