@charset "UTF-8";

.career h2 {
	text-align: center;
	font-size: 24px;
	padding-bottom: 15px;
	position: relative;
}
.career h2.with-bar {
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.career h2.with-bar:after {
	width: 160px;
	height: 4px;
	background: linear-gradient(90deg, #01916d 0%, #014937 100%);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.txt-box {
	padding-bottom: 40px;
}
.sub-block {
	margin-bottom: 70px;
}
.career h3 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.career h3:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.career h3 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;
}
.plustory {
	width: 90%;
	margin: 30px auto;
	max-width: 350px;
}
.list-style01 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.list-style01 li {
	width: 100%;
	margin: 0 0 3%;
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px;
}
.list-style01 li:before {
	width: 24px;
	height: 24px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/e95381edf0b19daea7bbe980e29b8583/box-deco02.svg");
	left: 0;
	top: 0;
	z-index: 2;
}
.list-style01 li .ttl {
	font-size: 24px;
	color: #01916D;
}
.list-style01 li .ttl span {
	font-size: 60%;
}
.split-box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}
.split-box01 .txt {
	width: 35%;
}
.split-box01 .figure {
	width: 60%;
}
.split-box02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}
.split-box02 .txt {
	width: 70%;
}
.split-box02 .figure {
	width: 27%;
}
.to-cycle {
	text-align: center;
	padding: 20px 0 30px;
	color: #01916D
}
@media (hover: hover) {

}
@media screen and (max-width: 767px) {
	.career h2 {
		text-align: center;
		font-size: 17px;
		padding-bottom: 15px;
	}
	.txt-box {
		padding-bottom: 40px;
	}
	.sub-block {
		margin-bottom: 70px;
	}
	.career h3 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.career h3:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.career h3 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;
	}
	.plustory {
		width: 90%;
		margin: 20px auto;
		max-width: 200px;
	}
	.list-style01 {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: flex-start;
	}
	.list-style01 li {
		width: 100%;
		margin: 0 0 3%;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px;
	}
	.list-style01 li:before {
		width: 24px;
		height: 24px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/e95381edf0b19daea7bbe980e29b8583/box-deco02.svg");
		left: 0;
		top: 0;
		z-index: 2;
	}
	.list-style01 li .ttl {
		font-size: min(3.5vw,16px);
		color: #01916D;
	}
	.list-style01 li .ttl span {
		font-size: 60%;
	}
	.split-box01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0 0;
	}
	.split-box01 .txt {
		width: 100%;
	}
	.split-box01 .figure {
		width: 100%;
		padding: 15px 0 0;
	}
	.split-box02 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0 0;
	}
	.split-box02 .txt {
		width: 100%;
	}
	.split-box02 .figure {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	.to-cycle {
		text-align: center;
		padding: 20px 0 30px;
		color: #01916D
	}
}
