@charset "UTF-8";

.voice h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.voice h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.voice 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;
}
.voice .intro {
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.voice h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.voice h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.voice 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;
	}
}

.box-with-txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}
.box-with-txt .box-min {
	width: 49%;
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 20px;
	position: relative;
}
.box-with-txt .box-min:before {
	width: 24px;
	height: 24px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/37efd9440264e5da10c8cfeeab2f030a/box-deco01.svg");
	left: 0;
	top: 0;
	z-index: 2;
}
.box-with-txt .box-min p {
	text-align: center;
	font-size: 20px;
	color: #01916D;
	padding-bottom: 20px;
}
.box-with-txt .txt-mid {
	width: 49%;
	display: flex;
	align-items: center;
}
.box-with-txt .txt-mid p {
	font-size: 20px;
	padding: 0 20px;
}
.box-with-txt .txt-large {
	width: 66%;
	display: flex;
	align-items: center;
}
.box-with-txt .txt-large p {
	font-size: 20px;
	padding: 0 20px;
}
.box-with-txt .box-small {
	width: 31.33%;
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px 15px;
	position: relative;
}
.box-with-txt .box-small:before {
	width: 24px;
	height: 24px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/37efd9440264e5da10c8cfeeab2f030a/box-deco01.svg");
	left: 0;
	top: 0;
	z-index: 2;
}
.box-with-txt .box-small p {
	line-height: 1.6em;
}
.box-with-txt .box-small p:nth-child(1) {
	text-align: center;
	font-size: 20px;
	color: #01916D;
	line-height: 1.2em;
}
.box-with-txt .box-small p:nth-child(2) {
	text-align: center;
	font-size: 20px;
	color: #01916D;
	line-height: 1.6em;
}
.box-with-txt .box-small p:nth-child(2) span {
	font-size: 40px;
	color: #01916D;
}
.box-with-txt .box-small p:nth-child(3) {
	font-size: 12px;
	text-align: center;
}
.box-with-txt ~ p {
	text-align: center;
	padding: 30px 0 0;
	font-size: 20px;
}
.voice-wrap {
	margin-top: 40px;
	background: linear-gradient(#01916d 0%, #1e83be 100%);
	padding: 60px 0;
}
.voice-list,
.voice-list-wide {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
  	gap: 2%;
}
.voice-list li,
.voice-list-wide li {
	 position: relative;
	 background: #FFF;
	 filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	 margin-bottom: 40px;
	 padding: 20px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
.voice-list li p,
.voice-list-wide li p {
 text-align: center;
 font-size: 94%;
}
.voice-list li p span,
.voice-list-wide li p span {
 font-size: 113%;
 font-weight: 600;
}
.voice-list li {
	width: calc((100% - (2% * 2)) / 3); 
}
.voice-list-wide li {
	width: calc((100% - (2% * 1)) / 2); 
}
.voice-list-wide li:nth-child(4n+1):before,
.voice-list-wide li:nth-child(4n+2):before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #FFF transparent transparent;
	transform: rotate(0deg);
	bottom: -30px;
	left: 50px;
}
.voice-list-wide li:nth-child(4n+3):before,
.voice-list-wide li:nth-child(4n+4):before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FFF transparent transparent transparent;
	transform: rotate(0deg);
	bottom: -30px;
	right: 50px;
}
.voice-list li:nth-child(6n+1):before,
.voice-list li:nth-child(6n+2):before,
.voice-list li:nth-child(6n+3):before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #FFF transparent transparent;
	transform: rotate(0deg);
	bottom: -30px;
	left: 50px;
}
.voice-list li:nth-child(6n+4):before,
.voice-list li:nth-child(6n+5):before,
.voice-list li:nth-child(6n+6):before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FFF transparent transparent transparent;
	transform: rotate(0deg);
	bottom: -30px;
	right: 50px;
}


@media screen and (max-width: 767px) {
	.box-with-txt {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	.box-with-txt .box-min {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px;
		position: relative;
	}
	.box-with-txt .box-min p {
		text-align: center;
		font-size: 16px;
		color: #01916D;
		padding-bottom: 20px;
	}
	.box-with-txt .txt-mid {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.box-with-txt .txt-mid p {
		font-size: 16px;
		text-align: center;
		padding: 0 20px;
	}
	.box-with-txt .txt-large {
		width: 100%;
		display: flex;
		align-items: center;
	}
	.box-with-txt .txt-large p {
		font-size: 20px;
		padding: 0 20px;
	}
	.box-with-txt .box-small {
		width: 100%;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px 10px;
		position: relative;
		margin-bottom: 15px;
	}
	.box-with-txt .box-small p {
		line-height: 1.6em;
	}
	.box-with-txt .box-small p:nth-child(1) {
		text-align: center;
		font-size: 16px;
		color: #01916D;
		line-height: 1.2em;
	}
	.box-with-txt .box-small p:nth-child(2) {
		text-align: center;
		font-size: 20px;
		color: #01916D;
		line-height: 1.6em;
	}
	.box-with-txt .box-small p:nth-child(2) span {
		font-size: 30px;
		color: #01916D;
	}
	.box-with-txt .box-small p:nth-child(3) {
		font-size: 11px;
		text-align: center;
	}
	.box-with-txt ~ p {
		text-align: center;
		padding: 20px 0 0;
		font-size: 16px;
	}
	.voice-wrap {
		margin-top: 20px;
		background: linear-gradient(#01916d 0%, #1e83be 100%);
		padding: 40px 0;
	}
	.voice-list,
	.voice-list-wide {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 2%;
	}
	.voice-list li,
	.voice-list-wide li {
		position: relative;
		background: #FFF;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		margin-bottom: 40px;
		padding: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.voice-list li p,
	.voice-list-wide li p {
	text-align: center;
	}
	.voice-list li {
		width:100%; 
	}
	.voice-list-wide li {
		width: 100%; 
	}
}