@charset "UTF-8";

.careerup h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.careerup h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.careerup h2 span {
	position: absolute;
	width: 40px;
	height: 40px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 4px;
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	color: #FFF;
	font-size: 22px;
	line-height: 40px;
}
.sub-block {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.careerup h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.careerup h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.careerup h2 span {
		position: absolute;
		width: 30px;
		height: 30px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 0;
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #FFF;
		font-size: 18px;
		line-height: 30px;
	}
	.sub-block {
		margin-bottom: 20px;
	}
}

.link-bnr-list {
	margin-bottom: 40px;
}
.link-bnr-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	position: relative;
	left: -1%;
}
.link-bnr-list ul li {
	width: 31.33%;
	margin: 0 1% 30px;
	position: relative;
}
.link-bnr-list ul li .bnr {
	background: #FFF;
	position: relative;
	transition: all .4s;
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.5);
}
.link-bnr-list ul 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-list ul li.site-link .bnr:after {
	display: none;
}
.link-bnr-list ul li .txt p:nth-child(1) {
	font-size: 10px;
	padding: 10px 0 0;
	line-height: 1.6em;
}
.link-bnr-list ul li .txt p:nth-child(2) {
	padding: 4px 0;
	font-size: 15px;
	line-height: 1.6em;
}
.link-bnr-list ul li .txt p:nth-child(3) {
	padding: 0 0;
	font-size: 10px;
	line-height: 1.6em;
	color: #01916D;
	word-break: break-all;
}
.link-bnr-list ul li.site-link .txt {
	padding-bottom: 15px;
	border-bottom: solid 1px #EBEBEB;
}
.link-bnr-list ul li.site-link .txt:after {
	width: 20px;
	height: 5px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/2ddb5d6618de11d2f29d39642a565bcd/arrow-green.svg");
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
@media (hover: hover) {
	.link-bnr-list ul li:hover .bnr {
		transform: scale(0.98);
		box-shadow: 0px 0px 2px rgba(51, 83, 76, 0.5);
	}
}
@media screen and (max-width: 767px) {
	.link-bnr-list {
		margin-bottom: 10px;
	}
	.link-bnr-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		position: relative;
		left: 0;
		max-width: 300px;
		margin: 0 auto;
	}
	.link-bnr-list ul li {
		width: 100%;
		margin: 0 0 30px;
		position: relative;
	}
	.link-bnr-list ul li .txt p:nth-child(2) {
		padding: 4px 0;
		font-size: 14px;
		line-height: 1.6em;
	}
}



.talentbook-link {
	padding: 0 0 10px;
}
.talentbook-link > p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
.talentbook-btn {
	box-shadow: 0px 0px 6px rgba(51, 83, 76, 0.3);
	position: relative;
	transition: all .4s;
	width: 90%;
	margin: 0 auto;
}
.talentbook-btn:after {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/5c852fbad1e5fb9ea0c9fc046475cd0b/window-green.svg");
	right: 10px;
	bottom: 10px;
	z-index: 2;
}
@media (hover: hover) {
	.talentbook-btn:hover {
		transform: scale(0.992);
		box-shadow: 0px 0px 1px rgba(51, 83, 76, 0.5);
	}
}

@media screen and (max-width: 767px) {
	.talentbook-link {
		padding: 10px 0 60px;
	}
	.talentbook-btn {
		max-width: 300px;
		margin: 0 auto;
	}
}