@charset "UTF-8";
/* ---------------------------------------
  人を知る
-----------------------------------------*/
/* sec_job
--------------------------------*/
#sec_job {
	padding: 10rem 0;
}
#sec_job .wrap {
	padding: 0 3.3rem;
}
#sec_job .job_list {
	max-width: 52.5rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 14.8rem 0;
	margin: 0 auto;
}
#sec_job .job_list .item a {
	position: relative;
	display: block;
	padding-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
	#sec_job .job_list .item a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_job .job_list .item a:hover {
		opacity: 0.7;
	}
}
#sec_job .job_list .item .img {
	aspect-ratio: 1/1;
	border-radius: 3.5rem;
	box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.12);
	overflow: hidden;
}
#sec_job .job_list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sec_job .job_list .item .ttl {
	font-weight: 700;
	font-size: 4.2rem;
	line-height: 1.5952380952;
	margin-top: 3.3rem;
}
#sec_job .job_list .item .arw {
	width: 6.9rem;
	height: 6.9rem;
	background-color: #262423;
	border-radius: 50%;
	position: absolute;
	right: 0.5rem;
	bottom: 0;
}
#sec_job .job_list .item .arw::before {
	content: "";
	display: inline-block;
	width: 1.1rem;
	height: 1.1rem;
	border-top: 0.25rem solid #fff;
	border-right: 0.25rem solid #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 2.8rem;
	top: 3rem;
}
#sec_job .job_contents .tb {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #DFDFDF;
}
#sec_job .job_contents .tb th, #sec_job .job_contents .tb td {
	display: block;
	width: 100%;
	vertical-align: top;
	letter-spacing: 0.06em;
}
#sec_job .job_contents .tb th {
	color: #EE7700;
	font-weight: 700;
	padding-top: 3rem;
}
#sec_job .job_contents .tb td {
	font-weight: 500;
	padding-bottom: 3rem;
	border-bottom: 1px solid #DFDFDF;
	margin-top: 2.3rem;
}
#sec_job .job_contents .tb td ul.mt {
	margin-top: 2.4rem;
}
#sec_job .job_contents .tb td ul li {
	position: relative;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-left: 0.9em;
}
#sec_job .job_contents .tb td ul li + li {
	margin-top: 1em;
}
#sec_job .job_contents .tb td ul li::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	background-color: #EE7700;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.55em;
}
#sec_job .job_contents .tb td ul li .ttl {
	display: inline-block;
	width: 6em;
	margin-right: 0.5em;
}