@charset "utf-8";

article:nth-child(even){
	background: #fdfbeb;
	color: #000;
}


/*page_about
************************************************************************************/
#page_about table.note th{
	width: 100px;
}
#page_about #googlemap{
	width: 1000px;
	height: 500px;
	margin: auto;
}

#page_about .frame_photo{
	width: 100%;
	display: table;
	border-spacing: 1px 0;
	margin: 1px auto 20px;
}
#page_about .frame_photo .photo{
	display: table-cell;
}
#page_about .frame_photo .photo img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
#page_about #googlemap{
	width: 100%;
	height: 500px;
	margin: auto;
}
}

@media screen and (max-width: 480px){
#page_about table.note th{
	width: auto;
	text-align: left;
}
#page_about table.note th:before{
	content: "■";
}
}

/*page_posture
************************************************************************************/
#page_posture{}

#page_posture ul.boxSeido{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_posture ul.boxSeido li{
	width: 50%;
	vertical-align: middle;
	text-align: center;
	padding: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}
#page_posture ul.boxSeido li:nth-of-type(1),
#page_posture ul.boxSeido li:nth-of-type(4){
	background: #68c93d;
}
#page_posture ul.boxSeido li:nth-of-type(2),
#page_posture ul.boxSeido li:nth-of-type(3){
	background: #50a62a;
}


#page_posture ul.boxSeido li .icon{
	text-align: center;
	margin: 0 0 0 0;
}
#page_posture ul.boxSeido li .icon img{
	width: 120px;
	height: auto;
}
#page_posture ul.boxSeido li .ttl{
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0 0 0.7em 0;
}

@media screen and (max-width: 480px){
#page_posture ul.boxSeido li{
	width: 100%;
}
#page_posture ul.boxSeido li:nth-of-type(1),
#page_posture ul.boxSeido li:nth-of-type(3){
	background: #68c93d;
}
#page_posture ul.boxSeido li:nth-of-type(2),
#page_posture ul.boxSeido li:nth-of-type(4){
	background: #50a62a;
}
}


/*page_recruit
************************************************************************************/
#page_recruit{}

/*list*/
#page_recruit ul.select{
	display: table;
	width: 100%;
}
#page_recruit ul.select li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 30px 0;
}
#page_recruit ul.select li a{
	color: #FFF;
	text-decoration: none;
}
#page_recruit ul.select li:before{
	padding-top: 32%;
	content: "";
	display: block;
}

#page_recruit ul.select li .inbox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
	color: #FFF;
	width: 100%;
}

#page_recruit ul.select li .inbox .ttl{
	position: relative;
	font-weight: 600;
	display: inline-block;
	z-index: 50;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#page_recruit ul.select li .inbox .ttl:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	width: 32px;
	height: 3px;
	background-color: #bfe139;
}

#page_recruit ul.select li .image{
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}
#page_recruit ul.select li .image img{
	width: 100%;
	height: auto;
	opacity: 0.4;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

#page_recruit ul.select li:hover .image img{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

#page_recruit ul.select li .inbox .sttl{
	font-weight: bold;
	font-size: 2.4rem;
}
#page_recruit ul.select li .inbox .cmt{
	font-size: 1.8rem;
	padding-bottom: 45px;
	background: url(../../img/common/ar_green.png) no-repeat center bottom;
	-moz-background-size: 35px auto;
	background-size: 35px auto;
}


@media screen and (max-width: 979px) {
#page_recruit ul.select{
	display: block;
	width: 100%;
}
#page_recruit ul.select li{
	display: block;
	vertical-align: middle;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	background: #000;
	overflow: hidden;
	padding: 30px 0;
	margin: 0 0 1px 0;
}
}

@media screen and (max-width: 768px){
#page_recruit ul.select li .inbox .ttl{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#page_recruit ul.select li .inbox .sttl{
	font-weight: bold;
	font-size: 2.1rem;
}

#page_recruit ul.select li .inbox .cmt{
	font-size: 1.6rem;
	padding-bottom: 35px;
	background: url(../../img/common/ar_green.png) no-repeat center bottom;
	-moz-background-size: 25px auto;
	background-size: 25px auto;
}
}

@media screen and (max-width: 480px){
#page_recruit ul.select li .inbox .ttl{
	position: relative;
	font-weight: 600;
	display: inline-block;
	z-index: 50;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#page_recruit ul.select li .inbox .ttl img{
	max-width: 95%;
	height: 23px;
	width: auto;
}
#page_recruit ul.select li .inbox .cmt{
	font-size: 1.6rem;
	padding-bottom: 0;
	background: none;
}

#page_recruit ul.select li .image img{
	width: auto;
	height: 190px;
	opacity: 0.4;
}

}

/*page_requirements
----------------------------------------------------------------------*/
#page_recruit.page_requirements table.note th{
	width: 220px;
}

/*btn*/
#page_recruit.page_requirements .boxEntry{}

#page_recruit.page_requirements .boxEntry ul{
	display: table;
	width: 100%;
	color: #08b260;
	border-collapse: separate;
	border-spacing: 5px 0;
}
#page_recruit.page_requirements .boxEntry ul li{
	border: 2px solid #08b260;
	width: 50%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	line-height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#page_recruit.page_requirements .boxEntry ul li:hover{
	background: #e6f4ed;
}
#page_recruit.page_requirements .boxEntry ul li img{
	max-width: 50px;
	height: auto;
	vertical-align: middle;
	margin: 0 0.5em 0 0;
}
#page_recruit.page_requirements .boxEntry ul li span.cmt{
	font-size: 1.4rem;
	display: inline-block;
	padding: 0 1em 0 0;
}

#page_recruit.page_requirements .boxEntry ul li a{
	padding: 0 0 0 60px;
	display: block;
	color: #08b260;
	text-decoration: none;
}

#page_recruit.page_requirements .boxEntry ul li.web_entry a{
	background: url(../../img/common/icon_mail.png) no-repeat left center;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
}
#page_recruit.page_requirements .boxEntry ul li.phone_entry a{
	background: url(../../img/common/icon_phone.png) no-repeat left center;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
}

@media screen and (max-width: 768px){
#page_recruit.page_requirements .boxEntry ul{
	width: 95%;
	margin: auto;
	color: #08b260;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
#page_recruit.page_requirements .boxEntry ul li{
	border: 2px solid #08b260;
	width: 100%;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.9rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	display: block;
	margin: 0 0 5px 0;
	line-height: 50px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
}
@media screen and (max-width: 480px){
#page_recruit.page_requirements table.note th{
	width: 100%;
}
#page_recruit.page_requirements .boxEntry ul li span.cmt{
	font-size: 1.4rem;
	display: block;
	padding: 0 0 0 0;
}
}

/*.page_message
----------------------------------------------------------------------*/
#page_recruit.page_message .head{
	background: #6cb211;
	width: 1050px;
	display: table;
	margin: 0 auto 20px auto;
}
#page_recruit.page_message .head .image{
	width: 400px;
	display: table-cell;
	vertical-align: top;
	font-size: 0;
}
#page_recruit.page_message .head .image img{
	width: 400px;
	height: auto;
}
#page_recruit.page_message .head .details{
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #FFF;
	font-size: 1.8rem;
}
#page_recruit.page_message .head .details p{
	padding: 7px 0;
}

#page_recruit.page_message .head .details .comment{
	font-size: 2.8rem;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#page_recruit.page_message .head .details .name{
	font-size: 1.9rem;
	font-weight: bold;
}

#page_recruit.page_message .head .details .sub{
	font-size: 1.4rem;
}

@media screen and (max-width: 979px) {
#page_recruit.page_message .head{
	width: 100%;
	display: table;
	margin: 0 auto 20px auto;
}
#page_recruit.page_message .head .image{
	width: 40%;
	display: table-cell;
	vertical-align: middle;
	font-size: 0;
}
#page_recruit.page_message .head .image img{
	width: 100%;
	height: auto;
}
#page_recruit.page_message .head .details{
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	color: #FFF;
	font-size: 1.6rem;
}
#page_recruit.page_message .head .details .comment{
	font-size: 2.3rem;
}
}
@media screen and (max-width: 768px){
#page_recruit.page_message .head{
	width: 100%;
	display: block;
	margin: 0 auto 20px auto;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#page_recruit.page_message .head .image{
	width: auto;
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
}
#page_recruit.page_message .head .image img{
	width: 70%;
	height: auto;
}
#page_recruit.page_message .head .details{
	display: block;
	vertical-align: middle;
	padding: 0 20px;
	color: #FFF;
	font-size: 1.6rem;
}
}

/*sitemap
************************************************************************************/
#page_sitemap ul.sitemap{
}

#page_sitemap .home{
	width:10em;
	margin: 0 auto;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-align: center;
}
#page_sitemap .home a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 20px 0;
}
#page_sitemap .contents_frame{
	background: url(../../img/common/line.png) no-repeat center top, url(../../img/common/line_yoko.png) no-repeat center bottom;
	-moz-background-size: 1px 50px, 760px 1px;
	background-size: 1px 50px, 760px 1px;
	padding: 50px 0 0 0;
}

#page_sitemap .contents_frame ul.first{
	margin: auto;
	width: 940px;
}
#page_sitemap .contents_frame ul.first li{
	width: 180px;
	float: left;
	margin: 0 10px 0 0;
	background: url(../../img/common/line.png) no-repeat center top;
	padding: 30px 0 0 0;
	text-align: center;
}
#page_sitemap .contents_frame ul.first li:last-child{
	margin: 0;
}
#page_sitemap .contents_frame ul.first li a{
	text-decoration: none;
	display: block;
	color: #000;
	padding: 20px 0;
	border: 1px solid #bfbfbf;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

@media screen and (max-width: 979px) {
#page_sitemap .home{
	width:auto;
	margin: 0 auto;
	border: 0;
	text-align: left;
}
#page_sitemap .home a{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0px 0;
	background: url(../../img/common/ar_gry.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	padding: 0 0 0 25px;
	line-height: 20px;
}
#page_sitemap .contents_frame{
	background: none;
	padding: 10px 0 0 25px;
}

#page_sitemap .contents_frame ul.first{
	margin: auto;
	width: auto;
}
#page_sitemap .contents_frame ul.first li{
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	background: none;
	padding: 0;
	text-align: left;
}
#page_sitemap .contents_frame ul.first li:last-child{
	margin: 0;
}
#page_sitemap .contents_frame ul.first li a{
	text-decoration: none;
	display: block;
	color: #000;
	padding: 20px 0;
	border: 0;
	background: url(../../img/common/ar_gry.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
	padding: 0 0 0 25px;
	line-height: 20px;
}
#page_sitemap .contents_frame ul.first li ol{
	margin: 15px 0 20px 25px;
}
}