@charset "UTF-8";

.sub-block {
	padding: 20px 0 100px;
}
.recruit-news h2 {
	font-size: 24px;
	padding: 0 0 20px 30px;
	position: relative;
	margin-bottom: 20px;
}
.recruit-news h2:before {
	width: 8px;
	height: 40px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 4px;
}
.recruit-news h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.recruit-news table {
	position: relative;
	width: 100%;
}
.recruit-news table thead th {
	border-bottom: solid 2px #01916D;
	font-weight: 500;
	padding: 15px 10px;
	text-align: left;
	color: #01916D;
}
.recruit-news .schedule-table thead th:nth-of-type(1) {
	width: 13%;
}
.recruit-news .schedule-table thead th:nth-of-type(2) {
	width: 22%;
}
.recruit-news .schedule-table thead th:nth-of-type(3) {
	width: 8%;
}
.recruit-news .schedule-table thead th:nth-of-type(4) {
	width: 40%;
}
.recruit-news .schedule-table thead th:nth-of-type(5) {
	width: 17%;
}

.recruit-news .schedule-table2 thead th:nth-of-type(1) {
	width: 10%;
}
.recruit-news .schedule-table2 thead th:nth-of-type(2) {
	width: 20%;
}
.recruit-news .schedule-table2 thead th:nth-of-type(3) {
	width: 35%;
}
.recruit-news .schedule-table2 thead th:nth-of-type(4) {
	width: 18%;
}
.recruit-news .schedule-table2 thead th:nth-of-type(5) {
	width: 17%;
}
.recruit-news table tbody td {
	padding: 15px 10px;
	font-size: 86%;
	border-bottom: solid 1px #EBEBEB;
}
.recruit-news table tbody td.date {
	border-bottom: solid 1px #01916D;
	color: #01916D;
}
.link-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	position: relative;
	left: -1%;
}
.link-bnr li {
	width: 31.33%;
	margin: 0 1% 30px;
	position: relative;
}
.link-bnr li .bnr {
	background: #FFF;
	position: relative;
	transition: all .4s;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.5);
}
.link-bnr li .bnr:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/3548bf8a79725f34342210f30e7fd9b8/window-green.svg");
	right: 5px;
	bottom: 5px;
}
.link-bnr li .txt p:nth-child(1) {
	padding: 10px 0 0;
	line-height: 1.4em;
}
.link-bnr li .txt p:nth-child(2) {
	padding: 0 0;
	font-size: 10px;
	line-height: 1.4em;
	color: #01916D;
	word-break: break-all;
}
@media (hover: hover) {
	.link-bnr li:hover .bnr {
		transform: scale(0.98);
		box-shadow: 0px 0px 2px rgba(51, 83, 76, 0.5);
	}
}
@media screen and (max-width: 767px) {
	.sub-block {
		padding: 0 0 50px;
	}
	.recruit-news h2 {
		font-size: 17px;
		padding: 0 0 20px 20px;
		position: relative;
		margin-bottom: 10px;
	}
	.recruit-news h2:before {
		width: 5px;
		height: 30px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 4px;
	}
	.recruit-news h2:after {
		background: #F6F7F6;
		height: 30px;
		width: 85%;
		top: 15px;
		left: 0;
		z-index: -1;
	}
	.recruit-news table thead th {
		border-bottom: solid 2px #01916D;
		font-weight: 500;
		padding: 8px 5px;
		text-align: left;
		color: #01916D;
		font-size: 13px;
		line-height: 1.4em;
	}
	.recruit-news table tbody td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.4em;
		border-bottom: solid 1px #EBEBEB;
	}
	.link-bnr {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		left: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.link-bnr li {
		width: 100%;
		margin: 0 0 30px;
		position: relative;
	}
}
@media screen and (max-width: 600px) {
	.recruit-news .scroll-box > div {
		min-width: 700px!important;
	}
}

@media (hover: hover) {

}