#sub-dirconents {
	width: 900px;
	margin: 0 auto;
}
/* #sub-dirconents .leading-Box .leading-text {
  margin-bottom:15px;
  position: relative;
  font-weight: bold;
  font-size: 3rem;
  text-align: left;
  padding-left: 8px; 
  width: 1000px;
}
#sub-dirconents .leading-Box .leading-text::before {
  content: "";
  position: absolute;
  top: 50%;    
  left: -100%;    
  transform: translateY(-50%);
  width: 0;    
  height: 4px;   
  background: #297f01;
  transition: width 2s ease-out;
}
#sub-dirconents .leading-Box .leading-text.animate::before {
  width: 1000px;
} */
#sub-dirconents .back-link {
	margin: 40px auto;
	font-size: 16px;
	color: #333;
	background: linear-gradient(to right, #297f01 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	width: 264px;
	box-shadow: 0 0 4px #c7c7c7;
	padding: 18px 32px;
	text-align: center;
	transition: all 0.4s ease;
	position: relative;
}

#sub-dirconents .back-link i {
	position: absolute;
	right: 15px;
	top: 17px;
	font-size: 3rem;
}

/* hover 時に左から右へスライド */
@media (min-width: 897px) {
	#sub-dirconents .back-link:hover {
		background-position: left bottom;
		color: #fff;
	}
}
#sub-dirconents .next-link {
	margin-top: 30px;
}
#sub-dirconents .btns {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#sub-dirconents .recruit-info {
	margin-top: 30px;
	margin-bottom: 15px;
	/* border-spacing: 2px;
	box-shadow: 8px 8px 0 #297f01; */
}
#sub-dirconents .recruit-info th,
#sub-dirconents .recruit-info td {
	padding: 16px;
	border-bottom: 1px solid #297f01;
	background: #fff;
	position: relative;
}
#sub-dirconents .recruit-info tr:first-child th,
#sub-dirconents .recruit-info tr:first-child td {
	border-top: 1px solid #c7c7c7;
}
#sub-dirconents .recruit-info tr:last-child th,
#sub-dirconents .recruit-info tr:last-child td {
	border-bottom: 1px solid #c7c7c7;
}
#sub-dirconents .recruit-info th {
	width: 16%;
	text-align: center;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #fff;
	background: #297f01;
}
#sub-dirconents .recruit-info td {
	padding: 16px 16px 16px 32px;
	border-left: 1px solid #297f01;
	border-right: 1px solid #c7c7c7;
}
/* #sub-dirconents .recruit-info td::before {
  position: absolute;
  content: "";
  background: #17539e;
  width: 3px;
  height: 90%;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%);
} */
#sub-dirconents .recruit-info td small {
	color: #c30000;
	font-size: 13px;
}
#sub-dirconents .recruit-info td dl dt span {
	display: inline-block;
	margin-bottom: 8px;
  padding-left: 5px;
  border-left: 5px solid #43b30f;
  font-weight: bold;
	/* background: #fff;
	color: #297f01;
	box-shadow: 4px 4px 0 #297f01;
	padding: 4px 8px;
	font-weight: 600;
	border: 1px solid #e4e4e4; */
}
#sub-dirconents .recruit-info .text {
	margin-bottom: 15px;
}
#sub-dirconents .recruit-info td .text span {
	color: #43b30f;
  font-weight: bold;
}
#sub-dirconents .recruit-info .text small {
	color: #c30000;
	font-size: 13px;
}
@media (max-width: 999px) {
	#sub-dirconents .leading-Box .leading-text {
		width: fit-content;
	}
	#sub-dirconents .leading-Box .leading-text.animate::before {
		width: 68px;
	}
}
@media screen and (max-width: 890px) {
	#mainv {
		padding-top: 30.1%;
		background-size: cover !important;
	}
	.contents {
		padding-left: 15px;
		padding-right: 15px;
	}
	#sub-dirconents {
		width: auto;
	}
	#sub-dirconents .recruit-info {
		margin-bottom: 0;
	}
	#sub-dirconents .recruit-info th {
		width: 35%;
	}
	/* #sub-dirconents .next-link {
		margin-top: 15px;
		width: 100%;
	} */
}
