@charset "utf-8";
.eyecatch_inc.short{
	height: 598px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short{
		height: auto;
	}
}
.eyecatch_inc.short::after{
	content: '';
	  width: 100%;
	  height: 103px;
	  display: block;
	  background-image: url(../img/recruit/archi01.png);
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  background-position: center;
	  position: absolute;
	  top: auto;
	  bottom: 0;
	  margin: auto;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short::after{
		content: '';
		  height: 133px;
		  background-image: url(../img/recruit/archi01_sp.png);
		  bottom: -100px;
	}
}
.eyecatch_inc.short .eyecatch_inc01{
	width: 1280px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01{
		width: 100%;
		justify-content: center;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h2{
	font-size: 16px;
	line-height: 26px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
	margin-top: -63px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01 h2{
		font-size: 15px;
		line-height: 25px;
		margin-top: -18px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 h3{
	font-size: 58px;
	line-height: 58px;
	letter-spacing: calc((100/1000)*1em);
	color: #fff;
	margin-top: 15px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01 h3{
		font-size: 33px;
		line-height: 43px;
		margin-top: 2px;
	}
}
.eyecatch_inc.short .eyecatch_inc01 .text01{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: calc((75/1000)*1em);
	color: #fff;
	margin-top: 20px;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc01 .text01{
		font-size: 14px;
		line-height: 24px;
		letter-spacing: calc((70/1000)*1em);
		margin-top: 5px;
	}
}
.eyecatch_inc.short .eyecatch_inc02 .eye_img{
	height: 598px;
	background-image: url(../img/recruit/eye01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 767px){
	.eyecatch_inc.short .eyecatch_inc02 .eye_img{
		height: 250px;
		background-image: url(../img/recruit/eye01_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
}
/*.contentsここから*/
.contents01{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	background-color: #F5F3EF;
	padding-bottom: 183px;
}
.contents01 .contents01_01{
	width: 1280px;
	height: auto;
	display: block;
	margin: 0 auto;
	position: relative;
}
.contents01 h2{
	width: 92px;
	height: auto;
	display: block;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01 h2{
		width: 92px;
		height: auto;
		display: block;
		position: initial;
		margin: 0 auto 20px;
	}
}
.contents01 .contents01_01{
	width: 100%;
	height: auto;
	padding-top: 36px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01{
		width: 90%;
		max-width: 320px;
		margin: 0 auto;
		padding-top: 30px;
	}
}
.contents01 .contents01_01 h2 .title01{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.contents01 .contents01_01 > h3{
	font-size: 30px;
	line-height: 52px;
	letter-spacing: calc((70/1000)*1em);
	text-align: center;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 > h3{
		font-size: 25px;
		line-height: 38px;
		text-align: left;
	}
}
.contents01 .contents01_01 .text02{
	font-size: 17px;
	line-height: 35px;
	letter-spacing: calc((50/1000)*1em);
	text-align: center;
	margin-top: 40px;
}
@media only screen and (max-width: 767px){
	.contents01 .contents01_01 .text02{
		font-size: 15px;
		line-height: 28px;
		letter-spacing: calc((25/1000)*1em);
		text-align: left;
		margin-top: 20px;
	}
}
.contents01 .contents01_01 ul{
	width: 898px;
	height: auto;
	margin: 58px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contents01 .contents01_01 ul li{
	width: 280px;
	height: 60px;
	background-color: #FFFFFF;
	border-radius: 50px;
	box-shadow: 4px 4px 0 rgba(237, 232, 222, 1.0);
}
.contents01 .contents01_01 ul li a{
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.contents01 .contents01_01 ul li a::after{
	content:'';
	display: block;
	width: 12px;
	height: 7px;
	background-image: url(../img/recruit/arrow01.png);
	background-repeat:no-repeat; 
	background-size: 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 34px;
	margin: auto;
}
.contents01::after{
	content: '';
	width: 100%;
	height: 103px;
	display: block;
	background-image: url(../img/recruit/archi02.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	position: absolute;
	top: auto;
	bottom: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents01::after{
		height: 133px;
		background-image: url(../img/recruit/archi02_sp.png);
		top: auto;
		bottom: 0;
		margin: auto;
	}
}

.contents02{
	width: 100%;
	height: auto;
	display: block;
	background-color: #EDE8DE;
	position: relative;
	padding-bottom: 172px;
}
@media only screen and (max-width: 767px){
	.contents02{
		margin-top: -73px;
		padding-bottom: 40px;
	}
}
.contents02 .sub_title{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	margin: auto;
}
@media only screen and (max-width: 767px){
	.contents02 .sub_title{
		position: initial;
		gap: 5px;
	}
}
.contents02 .sub_title .span01{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents02 .sub_title .span01{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents02 .sub_title .span02{
	font-size: 31px;
	line-height: 36px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents02 .sub_title .span02{
		font-size: 25px;
	}
}
.contents02 .contents02_01{
	width: 1280px;
	height: auto;
	padding-top: 80px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01{
		width: 90%;
		max-width: 320px;
		padding-top: 0;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contents02 .contents02_01 .item01{
	width: 376px;
	height: auto;
	display: block;
	position: absolute;
	top: -126px;
	right: 84px;
}
.contents02 .contents02_01 ul{
	width: 1080px;
	height: auto;
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul{
		width: 100%;
		padding-top: 0;
		flex-direction: column;
		justify-content: flex-start;
		margin-top: 30px;
		gap: 40px;
	}
}
.contents02 .contents02_01 ul li{
	width: 320px;
	height: auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li{
		width: 100%;
	}
}
.contents02 .contents02_01 ul li img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li img{
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}
}
.contents02 .contents02_01 ul li .text02{
	font-size: 35px;
	line-height: 45px;
	letter-spacing: calc((25/1000)*1em);
	color: #A58006;
	margin-top: 10px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li .text02{
		font-size: 30px;
		line-height: 30px;
		margin-top: 20px;
	}
}
.contents02 .contents02_01 ul li .text03{
	font-size: 22px;
	line-height: 43px;
	letter-spacing: calc((50/1000)*1em);
}
.contents02 .contents02_01 ul li .text04{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 5px;
}
@media only screen and (max-width: 767px){
	.contents02 .contents02_01 ul li .text04{
		font-size: 14px;
		line-height: 25px;
	}
}
/*contents02ここまで*/

.contents03{
	width: 100%;
	height: auto;
	display: block;
	background-color: #F5F3EF;
	position: relative;
	padding: 80px 0;
}
@media only screen and (max-width: 767px){
	.contents03{
		padding: 50px 0 90px;
	}
}
.contents03 .sub_title{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
@media only screen and (max-width: 767px){
	.contents03 .sub_title{
		gap: 0;
	}
}
.contents03 .sub_title .span01{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents03 .sub_title .span01{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents03 .sub_title .span02{
	font-size: 31px;
	line-height: 36px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents03 .sub_title .span02{
		font-size: 25px;
	}
}
.contents03 .contents03_01{
	width: 1280px;
	height: auto;
	padding-top: 80px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 80px;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01{
		width: 90%;
		max-width: 320px;
		padding-top: 26px;
		gap: 51px;
	}
}
.contents03 .contents03_01 .bg01{
	width: 331px;
	height: auto;
	display: block;
	position: absolute;
	right: -122px;
	top: -53px;
}
.contents03 .contents03_01 .bg02{
	width: 290px;
	height: auto;
	display: block;
	position: absolute;
	left: -102px;
	bottom: -37px;
}
.contents03 .contents03_01 .intv{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv{
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}
.contents03 .contents03_01 .intv:nth-of-type(2){
	margin-left: 122px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv:nth-of-type(2){
		margin-left: 0;
	}
}
.contents03 .contents03_01 .intv:nth-of-type(3){
	margin-left: 239px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv:nth-of-type(3){
		margin-left: 0;
	}
}
.contents03 .contents03_01 .intv .img04{
	width: 281px;
	height: auto;
	display: block;
	margin-right: 60px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .img04{
		width: 42%;
		margin-right: 12px;
	}
}
.contents03 .contents03_01 .intv .text_box{
	width: 700px;
	height: auto;
	flex-shrink: 0;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .text_box{
		width: 50%;
	}
}
.contents03 .contents03_01 .intv .text_box .text06{
	font-size: 15px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .text_box .text06{
		font-size: 14px;
		line-height: 22px;
		letter-spacing: calc((25/1000)*1em);
	}
}
.contents03 .contents03_01 .intv .text_box .text07{
	font-size: 22px;
	line-height: 38px;
	letter-spacing: calc((50/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .text_box .text07{
		font-size: 18px;
		line-height: 29px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 10px;
	}
}
.contents03 .contents03_01 .intv .text_box .text08{
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
	margin-top: 22px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .text08{
		font-size: 14px;
		line-height: 25px;
		letter-spacing: calc((25/1000)*1em);
		margin-top: 20px;
	}
}

.contents03 .contents03_01 .intv02{
	align-items: flex-start;
}
.contents03 .contents03_01 .intv .img05{
	width: 18px;
	height: auto;
	display: block;
	margin-right: 20px;
}
@media only screen and (max-width: 767px){
	.contents03 .contents03_01 .intv .img05{
		width: 17px;
		margin-right: 10px;
	}
}


.contents04{
	width: 100%;
	height: auto;
	display: block;
	background-color: #EDE8DE;
	padding: 77px 0 175px;
}
@media only screen and (max-width: 767px){
	.contents04{
		padding: 50px 0 50px;
	}
}
.contents04 .contents04_01{
	width: 880px;
	height: auto;
	margin: 0 auto;
	display: block;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01{
		width: 90%;
		max-width: 320px;
	}
}
.contents04 .contents04_01 .sub_title{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .sub_title{
		gap: 0;
	}
}
.contents04 .contents04_01 .sub_title .span01{
	font-size: 17px;
	line-height: 27px;
	letter-spacing: calc((100/1000)*1em);
	color: #A58006;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .sub_title .span01{
		font-size: 13px;
		line-height: 23px;
	}
}
.contents04 .contents04_01 .sub_title .span02{
	font-size: 31px;
	line-height: 36px;
	letter-spacing: calc((70/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .sub_title .span02{
		font-size: 25px;
	}
}
.contents04 .contents04_01 .contents04_01_01{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px;
	margin-top: 33px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01{
		gap: 30px;
		margin-top: 33px;
	}
}
.contents04 .contents04_01 .contents04_01_01 li{
	width: 100%;
	height: auto;
	background-color: #F5F3EF;
	border-radius: 20px;
	padding: 50px;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 li{
		border-radius: 12px;
		padding: 30px 20px;
	}
}
.contents04 .contents04_01 .contents04_01_01 li h4{
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 li h4{
		text-align: center;
		font-size: 16px;
	}
}
.contents04 .contents04_01 .contents04_01_01 li table{
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	table-layout: fixed;
	border-top: 1px solid #CEC7AD;
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 li table{
		margin: 20px auto 0;
	}
}
.contents04 .contents04_01 .contents04_01_01 li table tr{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #CEC7AD;
}
.contents04 .contents04_01 .contents04_01_01 li table tr th,
.contents04 .contents04_01 .contents04_01_01 li table tr td{
	padding: 23px 0;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: calc((25/1000)*1em);
}
@media only screen and (max-width: 767px){
	.contents04 .contents04_01 .contents04_01_01 li table tr th{
		padding: 16px 0 0;
		font-size: 14px;
		display: block;
	}
	.contents04 .contents04_01 .contents04_01_01 li table tr td{
		padding: 5px 0 16px;
		font-size: 14px;
		display: block;
	}
}
.contents04 .contents04_01 .contents04_01_01 li table tr th{
	width: 160px;
	height: auto;
	text-align: left;
}
.contents04 .contents04_01 .contents04_01_01 li table tr td{
	width: auto;
	height: auto;
}









