@charset "utf-8";
main {
	background-color: #EEEFEF!important;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#reccatch {
	width: 92.6793557833vw;
	height: 50.3660322108vw;
/*	max-width: 1266px;
	max-height: 688px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/pc/recruit/m_bg.png");
	background-size: cover;
	position: relative;
}
#reccatch h1 {
	font-size: 60px;
	font-weight: bold;
	color: #528F42;
	text-align: center;
	position: absolute;
	height: 167px;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#reccatch h1 span {
	display: inline-block;
	height: 90px;
	line-height: 90px;
	background-color: #EEEFEF;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#reccatch h1 br+span {
	position: relative;
	top: -10px;
}





main {
	background-color: #fff;
}
main h2.ttl {
	font-size: 72px;
	text-align: center;
}
main h2.ttl span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	margin-top: 30px;
}





#recruit {
	margin-top: 100px;
}
#recruit h2.ttl {
	text-shadow: 0px 0px 25px #D8EAE9,0px 0px 25px #D8EAE9,0px 0px 25px #D8EAE9;
}
#recruit h2.ttl span {
	text-shadow: none;
}
#recruit p {
	font-size: 24px;
	line-height: 2.5em;
	margin-top: 50px;
}





#business {
	background-image: url("../images/pc/recruit/rec_bg.png");
	background-size: cover;
	background-position: center top;
	margin-top: -370px;
	padding-top: 400px;
	padding-bottom: 130px;
}
#business .box {
	background-color: #528F42;
	width: 700px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 60px;
	margin-top: 200px;
}
#business .box h2.ttl {
	color: #fff;
	padding-top: 100px;
}
#business .box h2.ttl em {
	color: #fff;
}
#business .box p {
	color: #fff;
	font-size: 24px;
	line-height: 2em;
	margin-top: 60px;
}





#company {
	width: 90%;
	min-width: 950px;
	max-width: 1166px;
	border-radius: 65px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background-color: #F6F6F6;
	padding-top: 100px;
	padding-bottom: 80px;
	margin-bottom: 70px;
}
#company h2 span {
	margin-top: 40px;
}
#company table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #4E903C;
	margin-top: 30px;
}
#company table th {
	font-size: 16px;
	font-weight: normal;
	width: 20%;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #4E903C;
}
#company table td {
	font-size: 16px;
	border-top: 1px solid #4E903C;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 5%;
}





#entry {
	background-image: url("../images/pc/recruit/entry_bg.png");
	height: 330px;
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin-bottom: 80px;
}
#entry h2.ttl {
	color: #fff;
	padding-top: 70px;
}
#entry h2.ttl span {
	display: inline;
}
#entry h2.ttl em {
	color: #fff;
}
#entry h2+p {
	font-size: 24px;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 40px;
}
#entry .btn a {
	background-color: #EC6646;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#reccatch {
	width: 92.6793557833vw;
	height: 50.3660322108vw;
/*	max-width: 1266px;
	max-height: 688px;*/
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/pc/recruit/m_bg.png");
	background-size: cover;
	position: relative;
	margin-top: 26.5vw;
}
#reccatch h1 {
	font-size: 5.5vw;
	font-weight: bold;
	color: #528F42;
	text-align: center;
	position: absolute;
	height: 20vw;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
#reccatch h1 span {
	display: inline-block;
	height: 9.5vw;
	line-height: 9.5vw;
	background-color: #EEEFEF;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 11;
}
#reccatch h1 br+span {
	position: relative;
	top: -2vw;
	position: relative;
	z-index: 10;
}





main {
	background-color: #fff;
}
main h2.ttl {
	font-size: 11.4666666667vw;
	text-align: center;
}
main h2.ttl span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.46666666667vw;
	margin-top: 4vw;
}





#recruit {
	margin-top: 10vw;
}
#recruit h2.ttl {
	text-shadow: 0px 0px 25px #D8EAE9,0px 0px 25px #D8EAE9,0px 0px 25px #D8EAE9;
}
#recruit h2.ttl span {
	text-shadow: none;
}
#recruit p {
	line-height: 2em;
	margin-top: 5vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}





#business {
	background-image: url("../images/pc/recruit/rec_bg.png");
	background-size: cover;
	background-position: center top;
	margin-top: -70vw;
	padding-top: 20vw;
	padding-bottom: 15vw;
}
#business .box {
	background-color: #528F42;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10vw;
	margin-top: 80vw;
}
#business .box h2.ttl {
	color: #fff;
	padding-top: 10vw;
}
#business .box h2.ttl em {
	color: #fff;
}
#business .box p {
	color: #fff;
	line-height: 2em;
	margin-top: 5vw;
	padding-bottom: 8vw;
}





#company {
	width: 90%;
	border-radius: 10vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15vw;
	background-color: #F6F6F6;
	padding-top: 10vw;
	padding-bottom: 10vw;
	margin-bottom: 15vw;
}
#company h2 span {
}
#company table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-bottom: 1px solid #4E903C;
	margin-top: 5vw;
}
#company table th {
	font-weight: normal;
	color: #4E903C;
	width: 95%;
	display: block;
	padding-left: 5%;
	padding-top: 5vw;
	padding-bottom: 2vw;
	border-top: 1px solid #4E903C;
}
#company table td {
	width: 95%;
	display: block;
	padding-left: 5%;
	padding-bottom: 5vw;
}





#entry {
	background-image: url("../images/pc/recruit/entry_bg.png");
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin-bottom: 15vw;
	padding-bottom: 10vw;
}
#entry h2.ttl {
	color: #fff;
	padding-top: 10vw;
}
#entry h2.ttl span {
	display: inline;
}
#entry h2.ttl em {
	color: #fff;
}
#entry h2+p {
	color: #fff;
	margin-top: 5vw;
	margin-bottom: 5vw;
}
#entry .btn a {
	background-color: #EC6646;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}