@charset "utf-8";
#first_section {
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
}
#slide {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#h1_list {
	color: #54A933;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 50px;
}
#req_form {
	margin-bottom: 30px;
}
#req_form form {
	position: relative;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

#req_form form #word {
	width: 300px;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #767676;
}
#req_form form #submit {
	position: absolute;
	z-index: 10;
	top: 5px;
	right: 12px;
	cursor: pointer;
	width: 35px;
	background-color: hsla(0,0%,0%,0.00);
	border-style: none;
	line-height: 1;
}
#location {
	margin-bottom: 100px;
}
#location_title {
	color: #54A933;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
#location_list {
}
#location_list li {
	cursor: pointer;
	font-size: 20px;
	font-weight: normal;
	border: 2px solid #424242;
	border-radius: 10px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 20px;
	line-height: 1;
	-webkit-box-shadow: inset -2px -3px 3px hsla(0,0%,0%,0.30);
	box-shadow: inset -2px -3px 3px hsla(0,0%,0%,0.30);
}


#location_list li.now_loc{
	color: #FFFFFF !important;
	background-color: #8C8C8C;
	-webkit-box-shadow: inset 1px 3px 3px hsla(0,0%,0%,0.28);
	box-shadow: inset 1px 3px 3px hsla(0,0%,0%,0.28);
	
}
#location_list li.now_loc > a {
	pointer-events: none;
	cursor: default !important;
	color: #FFFFFF;
}
#location_list lia {
	display: inline-block;
	width: 100%;
	height: 100%;
	
}
#location_list li a:hover {
	color: #E95C5E;
}
.list_num {
	text-align: right;
	margin-bottom: 10px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

.req_list_box {
}
.req_list {
	margin-bottom: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.req_list_li  {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 20px;
	border: 2px solid #AFD279;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}
.req_list_li a {
	display: block;
}
.full {
	background-color: #AFD279;
	color: #FFFFFF;
}
.part {
	background-color: #F7CAB4;
	color: #5B5B5B;
}


.req_list_category {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 30px;
	float: left;
	border-radius: 10px;
	margin-bottom: 10px;
}
.req_list_add {
	float: right;
	text-align: right;
	font-size: 20px;
	margin-bottom: 10px;
}
.req_list_add h3 {
	font-weight: normal;
	font-size: 16px;
}
.req_list_title {
	color: #54A933;
	font-size: 25px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 10px;
}
.req_list_desc {
	font-size: 23px;
	margin-bottom: 20px;
	text-align: justify;
}

.req_list_tag {
	margin-bottom: 50px;
	text-align: left;
}
.req_list_tag_li {
	background-color: #DFEACC;
	color: #424242;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-weight: normal;
}
.req_list_salary {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-weight: normal;
}



#rec1 {
	text-align: left;
	font-size: 14px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.rec_top {
	display: inline-block;
	margin-right: 30px;
}
.yen {
	color: #73C3A6;
	font-weight: bold;
	font-size: 16px;
}
#mark {
	width: 16px;
	height: 18px;
	margin-right: 3px;
}

#h1_data {
	border-left: 8px solid #73C3A6;
	text-align: left;
	font-size: 14px;
	padding-left: 10px;
	color: #4A8471;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#h1_data div {
	font-size: 25px;
	font-weight: bold;
	color: #333;
}
.req_data_tag {
	margin-bottom: 10px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}

#slide {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	font-size: 18px;

}

#slide img {
	width: 100%;
	margin-bottom: 5px;
}
#rec3 {
	text-align: left;
	margin-bottom: 70px;
}
#req_data_desc {
	color: #589882;
	font-size: 26px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}
#rec3 p {
	margin-bottom: 20px;
	text-align: center;
	color: #008071;
	line-height: 2;
}
.rec_table {
	text-align: left;
	border-collapse: collapse;
	font-size: 17px;
	margin-bottom: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.rec_table tr th {
	text-align: center;
	background-color: #afd279;
	border: 1px solid hsla(0,0%,100%,1.00);
	width: 240px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	vertical-align: top;
}
.rec_table tr td {
	border-right: 1px solid hsla(0,0%,77%,1.00);
	border-bottom: 1px solid hsla(0,0%,77%,1.00);
	border-top: 1px solid hsla(0,0%,77%,1.00);
	padding: 15px 10px 15px 30px;
	line-height: 1.5;
	vertical-align: top;
}
.rec_table tr td iframe {
	width: 431px;
	height: 300px;
	position: relative;
}
.rec_button {
	display: inline-block;
	padding: 5px;
	border: 1px solid hsla(0,0%,72%,1.00);
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 360px;
	text-align: center;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.28);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.28);
	background-color: #DFEACC;
}
.rec_button:hover {
	background-color: hsla(359,100%,91%,1.00);
	color: hsla(0,0%,45%,1.00);
}
#office {
	margin-bottom: 100px;
	text-align: center;
}
#office_img {
	margin-bottom: 50px;
	width: 90%;
}
#office1 {
}
#office1 a {
	font-size: 20px;
	text-decoration: underline;
}
#office1 a:hover {
	color: hsla(84,51%,53%,1.00);
}
#no_data {
	margin-bottom: 100px;
}

@media (max-width:540px){
#rec1 {
	width: 100%;
}
#h1_data {
	width: 100%;
}
.req_data_tag {
	width: 100%;
}
#slide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.rec_table {
	text-align: left;
	border-collapse: collapse;
	font-size: 17px;
	margin-bottom: 50px;
	width: 100%;
	display: block;
}
.rec_table tr th {
	text-align: center;
	background-color: #afd279;
	border: 1px solid hsla(0,0%,100%,1.00);
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	vertical-align: top;
	display: block;
}
.rec_table tr td {
	border-right: 1px solid hsla(0,0%,77%,1.00);
	border-bottom: 1px solid hsla(0,0%,77%,1.00);
	border-top: 1px solid hsla(0,0%,77%,1.00);
	padding: 15px 10px 15px 30px;
	line-height: 1.5;
	vertical-align: top;
	display: block;
}
.rec_table tr td iframe {
	width: 431px;
	height: 300px;
	position: relative;
}
.mo {
	display: none;
}

}
