@charset "utf-8";
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	background-image: url(../img/recruitment/eye01.jpg);
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		background-image: url(../img/recruitment/eye01_sp.jpg);
	}
}

/*.contents01ここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding: 30px 0 100px;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01{
		padding: 30px 0;
	}
}
.contents01 .contents01_01 .contents01_01_01{
	width: 1120px;
	height: auto;
	margin: 0 auto 60px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto 14px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 30px;
	font-size: 14px;
	line-height: 24px;
	color: #675729;
	letter-spacing: calc((140/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text01{
		margin: 0 0 8px;
	}
}
.contents01 .contents01_01 .contents01_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_01 > .text02{
		font-size: 24px;
		line-height: 34px;
	}
}
.contents01 .contents01_01 .contents01_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	display: block;
	position: relative;
}
.contents01 .contents01_01 .contents01_01_02::after{
	box-sizing: border-box;
	content: '';
	width: calc(((100% - 1120px)/2) + 440px);
	height: auto;
	background-image: url(../img/recruitment/contents01/photo01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	border-radius: 20px 0 0 20px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02::after{
		width: calc(100% - ((100% - 320px)/2));
		height: 220px;
		margin: 0 0 0 auto;
		background-position: center;
		border-radius: 20px 0 0 20px;
		position: static;
	}
}
@media only screen and (max-width: 355px) {
	.contents01 .contents01_01 .contents01_01_02::after{
		width: calc(100% - ((100% - 90%)/2));
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto 50px;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
	width: 570px;
	height: auto;
	margin: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01{
		width: 100%;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 33px;
	font-size: 26px;
	line-height: 46px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .text01{
		margin: 0 0 24px;
		font-size: 22px;
		line-height: 36px;
	}
}
.contents01 .contents01_01 .contents01_01_02 .contents01_01_02_01 .contents01_01_02_01_01 > .text02{
	width: auto;
	height: auto;
	margin: 0;
	font-size: 15px;
	line-height: 30px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
	text-align: justify;
	text-align-last: left;
}
.contents01 .contents01_01 .contents01_01_03{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03{
		width: 90%;
		max-width: 320px;
		flex-direction: column;
	}
}
.contents01 .contents01_01 .contents01_01_03 > .photo01{
	width: calc((100% - 50px * 2) / 3);
	height: auto;
	margin: 50px 50px 0 0;
	border-radius: 15px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 > .photo01{
		width: 100%;
		height: auto;
		margin: 19px 0 0 0;
	}
}
.contents01 .contents01_01 .contents01_01_03 > .photo01:nth-of-type(-n+3){
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 > .photo01:nth-of-type(2),
	.contents01 .contents01_01 .contents01_01_03 > .photo01:nth-of-type(3){
		margin-top: 19px;
	}
}
@media only screen and (min-width: 768px) {
	.contents01 .contents01_01 .contents01_01_03 > .photo01:nth-of-type(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.contents01 .contents01_01 .contents01_01_03 > .photo01:nth-of-type(2n){
		margin-right: 0;
	}
}
/*.contents01ここまで*/

/*.contents02ここから*/
.contents02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #F6F8F5;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02{
	}
}
.contents02 .contents02_01{
	width: 1120px;
	height: auto;
	padding: 100px 0 120px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding: 60px 0;
	}
}
.contents02 .contents02_01 > .text01{
	width: auto;
	height: auto;
	margin: 0 0 85px;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: calc((80/1000)*1em);
	display: block;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 > .text01{
		margin: 0 0 40px;
		font-size: 24px;
		line-height: 33px;
	}
}
.contents02 .contents02_01 .contents02_01_01{
	width: 100%;
	height: auto;
	margin: 0 0 105px;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 .contents02_01_01{
		margin: 0 0 60px;
	}
}
.contents02 .contents02_01 .contents02_01_01 table{
	width: 100%;
	height: auto;
	margin: 0 auto;
	table-layout: fixed;
	text-align: left;
}
.contents02 .contents02_01 .contents02_01_01 table tr{
}
.contents02 .contents02_01 .contents02_01_01 table tr th{
	width: 180px;
	height: auto;
	padding: 24px 0;
	border-bottom: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 table tr th{
		display: block;
		width: 100%;
		padding: 14px 0 0;
		border: none;
	}
}
.contents02 .contents02_01 .contents02_01_01 table tr td{
	width: auto;
	height: auto;
	padding: 24px 0;
	border-bottom: 1px solid #D1D1D1;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((80/1000)*1em);
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 table tr td{
		display: block;
		width: 100%;
		padding: 0 0 14px;
	}
}
.contents02 .contents02_01 .contents02_01_01 table tr:nth-of-type(1) th,
.contents02 .contents02_01 .contents02_01_01 table tr:nth-of-type(1) td{
	padding-top: 0;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_01 table tr:nth-of-type(1) td{
		border-top: 0;
	}
}
.contents02 .contents02_01 .contents02_01_02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.contents02 .contents02_01 .contents02_01_02 > .link01{
	width: 700px;
	height: 70px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 25px;
	color: #ffffff;
	letter-spacing: calc((80/1000)*1em);
	background-color: #255205;
	border-radius: calc(70px / 2);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.contents02 .contents02_01 .contents02_01_02 > .link01{
		width: 100%;
	}
}
.contents02 .contents02_01 .contents02_01_02 > .link01::after{
	content: '';
	width: 20px;
	height: 7px;
	background-image: url(../img/recruitment/contents02/item01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 33px;
	margin: auto;
}
/*.contents02ここまで*/