@charset "UTF-8";

body {
	position: relative;
	background-color: rgba(202, 232, 242, 0.2);
}


/* contents */

#contents {
	width: 100%;
	position: relative;
}

/*-----------------------------------
	Recruit_block
-----------------------------------*/
#Recruit_block {
	padding: 100px 0 70px 0;
	margin-bottom: 100px;
	width: 100%;
	background-color: #fff;
}

#Recruit_block .lower_ttl_01 {
	text-align: left;
}

#Recruit_block .Recruit_wrap {
	justify-content: space-between;
	align-items: center;
}

#Recruit_block .left_box {
	width: 45%;
}

#Recruit_block .Recruit_box {
	margin: 60px 0 50px 0;
	width: 100%;
}

#Recruit_block .recruit_btn {
	width: 287px;
	height: 75px;
	background-color: #F58032;
	border-radius: 38px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 7.5px;
}

#Recruit_block .recruit_btn .icon {
	width: 16px;
	height: 12px;
}

#Recruit_block .recruit_link {
	width: 287px;
	height: 75px;
	/* 高さを親要素に合わせる */
	display: flex;
	/* ← 追加 */
	justify-content: center;
	/* ← 横方向中央 */
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
}

#Recruit_block .recruit_img_box {
	display: none;
}

#Recruit_block .Recruit_box h4 {
	font-size: 34px;
	font-weight: 700;
	line-height: 168%;
	white-space: nowrap;
}

#Recruit_block .Recruit_box p {
	margin-top: 50px;
	font-size: 15px;
	font-weight: 600;
}

#Recruit_block .right_box {
	max-width: 640px;
	width: 53%;
}

#Recruit_block .right_box img {
	width: 100%;
}

@media screen and (max-width: 1150px) {
	#Recruit_block .left_box {
		width: 50%;
	}

	#Recruit_block .right_box {
		width: 45%;
	}
}

@media screen and (max-width: 840px) {
	#Recruit_block .left_box {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}

	#Recruit_block .left_box .Recruit_ttl {
		text-align: center;
	}

	#Recruit_block .recruit_link {
		margin: 0 auto;
	}

	#Recruit_block .recruit_img_box {
		display: block;
		width: 90%;
		max-width: 400px;
		margin: 50px auto 20px;
		height: 300px;
		border-radius: 10px;
	}

	#Recruit_block .recruit_img_box img {
		width: 100%;
		object-fit: cover;
		height: 100%;
		border-radius: 10px;
	}

	#Recruit_block .right_box {
		display: none;
	}

	#Recruit_block .Recruit_box p {
		margin-top: 30px;
		font-size: 15px;
		font-weight: 600;

	}
}

@media screen and (max-width: 640px) {
	#Recruit_block {
		padding: 50px 0 35px 0;
		margin-bottom: 70px;
	}

	#Recruit_block .Recruit_box {
		margin: 30px 0 25px 0;
		width: 100%;
	}

	#Recruit_block .Recruit_box p {
		margin-top: 20px;
margin-bottom: 10px;
	}

	#Recruit_block .Recruit_box h4 {
		font-size: 28px;
	}

	#Recruit_block .recruit_img_box {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 50px auto 20px;
		height: 270px;
		border-radius: 5px;
	}
		#Recruit_block .left_box  {
		text-align: left;
	}
}

@media screen and (max-width: 400px) {
	#Recruit_block .Recruit_box h4 {
		font-size: 26px;
	}

}

/*-----------------------------------
	Job_block
-----------------------------------*/
#Job_block {
	margin-bottom: 80px;
}

#Job_block .job_bg {
	width: 100%;
	background-color: #fff;
	border-radius: 20px;
	padding-bottom: 50px;
}

#Job_block .job_wrap {
	width: 100%;
}

#Job_block .recruit_btn {
	width: 287px;
	height: 75px;
	background-color: #F58032;
	border-radius: 38px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	gap: 7.5px;
}

#Job_block .recruit_btn .icon {
	width: 16px;
	height: 12px;
}

#Job_block .recruit_link {
	margin: 40px auto 30px;
	width: 287px;
	height: 75px;
	/* 高さを親要素に合わせる */
	display: flex;
	/* ← 追加 */
	justify-content: center;
	/* ← 横方向中央 */
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	z-index: 0;
	text-align: center;
	text-decoration: none !important;
	overflow: hidden;
}
#Job_block .Job_table .hello {
	margin-bottom: 10px;
}
#Job_block .Job_table .direct a{
	color: #52BDE4;
}

#Job_block .Job_table tr:nth-child(6) th::after,
#Job_block .Job_table tr:nth-child(8) th::after,
#Job_block .Job_table tr:nth-child(9) th::after {
	content: "";
	display: block;
	width: 4px;
	height: 70%;
	background-color: #C3E5F3;
	position: absolute;
	right: 0;
	top: 15%;
	border-radius: 40px;
}

@media screen and (max-width: 840px) {
	#Job_block .job_bg {
		padding-bottom: 15px;
	}


}

@media screen and (max-width: 640px) {
		#Job_block .Job_table tr:nth-child(6) th::after,
#Job_block .Job_table tr:nth-child(8) th::after,
#Job_block .Job_table tr:nth-child(9) th::after  {
	display: none;
}
	#Job_block {
		margin-bottom: 70px;
	}

	#Job_block .job_bg {
		padding-bottom: 5px;
	}
}