@charset "UTF-8";

.sub-block {
	padding: 20px 0 100px;
}
.recruit-outline table {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.recruit-outline .link-text a {
	color: #01916D;
}
.recruit-outline table thead th {
	border-bottom: solid 1px #01916D;
	padding: 18px 10px;
	text-align: center;
	color: #01916D;
	line-height: 1.6em;
}
.recruit-outline .outline-table thead th:nth-of-type(1) {
	width: 20%;
}
.recruit-outline .outline-table thead th:nth-of-type(2) {
	width: 40%;
}
.recruit-outline .outline-table thead th:nth-of-type(3) {
	width: 40%;
}
.recruit-outline table tbody th {
	color: #01916D;
	border-bottom: solid 1px #01916D;
	text-align: left;
	padding: 0 15px;
}
.recruit-outline table tbody td {
	padding: 18px 15px;
	border-bottom: solid 1px #EBEBEB;
}
.recruit-outline table tbody td:nth-of-type(2) {
	border-left: solid 1px #EBEBEB;
}
.recruit-outline table tbody td.center-txt {
	text-align: center;
}
.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-09/5c852fbad1e5fb9ea0c9fc046475cd0b/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);
	}
	.recruit-outline .link-text a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 767px) {
	.sub-block {
		padding: 0 0 50px;
	}
	.recruit-outline table thead th {
		border-bottom: solid 1px #01916D;
		font-weight: 500;
		padding: 8px 5px;
		color: #01916D;
		font-size: 10px;
		line-height: 1.4em;
	}
	.recruit-outline table tbody th {
		color: #01916D;
		border-bottom: solid 1px #01916D;
		text-align: left;
		padding: 10px 0px;
		font-size: 11px;
		line-height: 1.4em;
	}
	.recruit-outline table tbody td {
		padding: 10px 5px;
		font-size: 12px;
		line-height: 1.4em;
		border-bottom: solid 1px #EBEBEB;
	}
	
	.recruit-outline .outline-table thead th:nth-of-type(1) {
		width: 14%;
		font-size: 11px;
	}
	.recruit-outline .outline-table thead th:nth-of-type(2) {
		width: 43%;
	}
	.recruit-outline .outline-table thead th:nth-of-type(3) {
		width: 43%;
	}
	.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-outline .scroll-box > div {
		min-width: 700px!important;
	}
}

@media (hover: hover) {

}


.ttl-with-lines {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.ttl-with-lines span {
	font-size: 24px;
	position: relative;
	padding: 0 100px;
}
.ttl-with-lines span:before,
.ttl-with-lines span:after {
	width: 80px;
	height: 2px;
	background: linear-gradient(#67bda7 0%, #a579bd 51.23%, #1e83be 100%);
}
.ttl-with-lines span:before {
	left: 0;
	top: calc(50% - 1px);
}
.ttl-with-lines span:after{
	right: 0;
	top: calc(50% - 1px);
}
@media screen and (max-width: 767px) {
	.ttl-with-lines {
		position: relative;
		text-align: center;
		padding-bottom: 20px;
	}
	.ttl-with-lines span {
		font-size: 15px;
		position: relative;
		padding: 0 40px;
	}
	.ttl-with-lines span:before,
	.ttl-with-lines span:after {
		width: 30px;
		height: 2px;
		background: linear-gradient(#67bda7 0%, #a579bd 51.23%, #1e83be 100%);
	}
}
.entry-btns-wide {
	position: relative;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry-btns-wide li {
	height: 80px;
	box-sizing: border-box;
	padding: 0 10px;
	width: 50%;
	position: relative;
	background: #F6F7F6;
	transition: all .4s;
}
.entry-btns-wide li:nth-child(1) {
	background: #01916D;
}
.entry-btns-wide li:nth-child(2) {
	background: #1E83BE;
}
.entry-btns-wide li p {
	font-size: 11px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.4em;
	text-align: center;
	color: #FFF;
}
.entry-btns-wide li p span {
	font-size: 14px;
	color: #FFF;
}
.entry-btns-wide li:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/b018c2cf339629c0fe59cce4b539951f/window-white.svg");
	right: 7px;
	bottom: 7px;
	z-index: 2;
}
@media (hover: hover) {
	.entry-btns-wide li:nth-child(1):hover {
		background: #0ca27c;
	}
	.entry-btns-wide li:nth-child(2):hover {
		background: #369eda;
	}
	.entry-btns-wide li:hover p {
		color: #FFF;
	}
}
@media screen and (max-width: 767px) {
	.entry-btns-wide li p {
		font-size: min(2.3vw,11px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1.4em;
		text-align: center;
		color: #FFF;
	}
	.entry-btns-wide li p span {
		font-size: 12px;
		color: #FFF;
	}
}