@charset "UTF-8";

.sub-block {
	padding: 20px 0 100px;
}
.ideal-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.ideal-list ul li {
	width: calc(50% - 40px);
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 50px 20px;
	position: relative;
}
.ideal-list ul 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;
}
.ideal-list ul li:nth-child(1):after {
	width: 45px;
	height: 45px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/b933be3f12d4def269567e427122c15d/ideal-cross.svg");
	right: -62px;
	top: 50%;
	transform: translateY(-50%);
}
.ideal-list ul li p {
	text-align: center;
	color: #01916D;
	font-size: 24px;
}
.sub-block .txt p {
	padding-bottom: 1em;
}
.recruit-message .ttl-en {
	color: #01916D;
	font-size: 20px;
	text-align: center;
	line-height: 1.4em;
}
.recruit-message .ttl {
	font-size: 32px;
	text-align: center;
	padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.sub-block {
		padding: 20px 0 50px;
	}
	.ideal-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.ideal-list ul li {
		width: calc(50% - 20px);
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 30px 10px;
		position: relative;
	}
	.ideal-list ul 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;
	}
	.ideal-list ul li:nth-child(1):after {
		width: 20px;
		height: 20px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/b933be3f12d4def269567e427122c15d/ideal-cross.svg");
		right: -30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.ideal-list ul li p {
		text-align: center;
		color: #01916D;
		font-size: 16px;
	}
	.sub-block .txt p {
		padding-bottom: 1em;
	}
	.recruit-message .ttl-en {
		color: #01916D;
		font-size: 18px;
		text-align: center;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.recruit-message .ttl {
		font-size: 24px;
		line-height: 1.4em;
		text-align: center;
		padding-bottom: 20px;
	}
}