@charset "UTF-8";

.future h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.future h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.future 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;
}
.content-block {
	margin-bottom: 50px;
}
.pickup {
	position: relative;
	margin-bottom: 15px;
}
.pickup span {
	display: inline-block;
}
.pickup span:nth-child(1) {
	background: #000;
	color: #FFF;
	padding: 2px 15px;
	font-family: var(--en-font);
	font-size: 20px;
	top: -1.5px;
	position: relative;
}
.pickup span:nth-child(2) {
	background: linear-gradient(90deg, #01916d 0%, #1e83be 100%);
	color: #FFF;
	font-size: 20px;
	padding: 2px 15px;
	position: relative;
}
.theme-box {
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px 30px;
	position: relative;
	width: 80%;
	margin: 50px auto;
}
.theme-box .ttl {
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.theme-box .ttl:after {
	width: 160px;
	height: 4px;
	background: linear-gradient(90deg, #01916d 0%, #014937 100%);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.theme-box .mc {
	text-align: center;
	position: relative;
	font-size: 24px;
}
.large-arrow-txt {
	text-align: center;
	font-size: 32px;
	padding-top: 100px;
	position: relative;
	margin-bottom: 40px;
}
.large-arrow-txt:before {
	width: 12px;
	height: 90px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/edf18f03ddca8fbfcff2820b26ff8e2c/large-arrow.svg");
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.future .content-block {
	margin-bottom: 100px;
}
.future .content-block .sub-block {
	margin-bottom: 80px;
}
.future .pickup ~ p {
	padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.future h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.future h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.future 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;
	}
	.content-block {
		margin-bottom: 40px;
	}
	.pickup {
		position: relative;
		margin-bottom: 10px;
	}
	.pickup span {
		display: inline-block;
	}
	.pickup span:nth-child(1) {
		padding: 3px 15px;
		font-family: var(--en-font);
		font-size: 13px;
	}
	.pickup span:nth-child(2) {
		display: block;
		font-size: 14px;
		padding: 3px 15px;
		top: -2px;
	}
	.theme-box {
		width: 100%;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 30px 15px;
		position: relative;
		margin: 30px auto;
	}
	.theme-box .ttl {
		text-align: center;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.theme-box .ttl:after {
		width: 160px;
		height: 4px;
		background: linear-gradient(90deg, #01916d 0%, #014937 100%);
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.theme-box .mc {
		text-align: center;
		position: relative;
		font-size: min(4vw,16px);
	}
	.large-arrow-txt {
		text-align: center;
		font-size: 20px;
		padding-top: 70px;
		position: relative;
		margin-bottom: 30px;
	}
	.large-arrow-txt:before {
		width: 12px;
		height: 60px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.future .content-block {
		margin-bottom: 60px;
	}
	.future .content-block .sub-block {
		margin-bottom: 50px;
	}
	.future .pickup ~ p {
		padding-bottom: 40px;
	}
}

.future03-figure01 {
	margin: 0 auto 0;
}
.mc-green {
	text-align: center;
	font-size: 20px;
	color: #01916D;
	margin-bottom: 30px;
}
.list-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 102%;
	position: relative;
	left: -1%;
}
.list-group li {
	width: 31.33%;
	margin: 0 1% 2%;
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
	padding: 20px;
}
.list-group li .name {
	text-align: center;
	color: #01916D;
	font-size: 14px;
}
.list-group li p:not([class]) {
	font-size: 12px;
	text-align: center;
	line-height: 1.4em;
}
.future03 .txt-start {
	font-family: var(--en-font)!important;
	text-align: center;
	color: #01916D;
	font-size: 20px;
	padding: 0 0 20px!important;
	left: 1.4em;
}
.list-vision {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 102%;
	left: -1%;
	z-index: 2;
}
.list-vision li {
	width: 48%;
	margin: 0 1% 2%;
	background: #fff;
	filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
	padding: 30px 20px;
}
.list-vision li p {
	text-align: center;
}
.list-vision li .ttl {
	font-family: var(--en-font)!important;
	text-align: center;
	color: #01916D;
}
.list-vision li .mc {
	font-size: 20px;
	text-align: center;
	color: #01916D;
	line-height: 1.6em;
}
.list-vision li .mc .en {
	font-family: var(--en-font)!important;
	font-size: 20px;
	text-align: center;
	display: block;
	color: #01916D;
	line-height: 1.6em;
}
.list-vision li .mc .jp {
	color: #01916D;
	line-height: 1.6em;
}
.list-vision li p:not([class]) {
	font-size: 12px;
	line-height: 1.6em;
	padding: 20px 0 0;
}
.list-hero {
	width: 80%;
	margin: 0 auto;
	padding: 80px 20px 20px;
	background: linear-gradient(90deg,#01916d 0%, #8e58ad 50.25%, #1e83be 100%);
	opacity: 1;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	position: relative;
	z-index: 1;
	top: -80px;
	margin-bottom: -60px;
}
.list-hero p {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	line-height: 1.6em;
}

@media screen and (max-width: 767px) {
	.future03-figure01 {
		margin: 30px auto 0;
	}
	.mc-green {
		text-align: center;
		font-size: 14px;
		color: #01916D;
		margin-bottom: 20px;
	}
	.list-group {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		position: relative;
		left: 0%;
	}
	.list-group li {
		width: 100%;
		margin: 0 0 10px;
		background: #fff;
		filter: drop-shadow(0px 0px 2px rgba(51, 83, 76, 0.3));
		padding: 10px;
	}
	.list-group li .name {
		text-align: center;
		color: #01916D;
		font-size: 14px;
	}
	.list-group li p:not([class]) {
		font-size: 12px;
		text-align: center;
		line-height: 1.4em;
	}
	.future03 .txt-start {
		font-family: var(--en-font)!important;
		text-align: center;
		color: #01916D;
		font-size: 20px;
		padding: 0 0 20px!important;
		left: 1.4em;
	}
	.list-vision {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		left: 0;
		z-index: 2;
	}
	.list-vision li {
		width: 100%;
		margin: 0 0 20px;
		background: #fff;
		filter: drop-shadow(0px 0px 4px rgba(51, 83, 76, 0.3));
		padding: 20px 10px;
	}
	.list-vision li p {
		text-align: center;
	}
	.list-vision li .ttl {
		font-family: var(--en-font)!important;
		text-align: center;
		color: #01916D;
	}
	.list-vision li .mc {
		font-size: 18px;
		text-align: center;
		color: #01916D;
		line-height: 1.6em;
	}
	.list-vision li .mc .en {
		font-family: var(--en-font)!important;
		font-size: 18px;
		text-align: center;
		display: block;
		color: #01916D;
		line-height: 1.6em;
	}
	.list-vision li .mc .jp {
		color: #01916D;
		line-height: 1.6em;
	}
	.list-vision li p:not([class]) {
		font-size: 12px;
		line-height: 1.6em;
		padding: 20px 0 0;
	}
	.list-hero {
		width: 90%;
		margin: 0 auto;
		padding: 80px 20px 20px;
		background: linear-gradient(90deg,#01916d 0%, #8e58ad 50.25%, #1e83be 100%);
		opacity: 1;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		position: relative;
		z-index: 1;
		top: -80px;
		margin-bottom: -60px;
	}
	.list-hero p {
		text-align: center;
		color: #FFF;
		font-size: 15px;
		line-height: 1.6em;
	}
}

.reili-block01 {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reili-block01 .figure01 {
	width: 23%;
}
.reili-block01 .txt {
	width: 71%;
	padding: 10px 0 0;
}
.reili-block01 .txt .ttl {
	color: #01916D;
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
.reili-block02 {
	margin-bottom: 60px;
}
.reili-block02 .txt .ttl {
	color: #01916D;
	font-size: 24px;
	padding-bottom: 10px;
	line-height: 1.6em;
}
.reili-block02 .txt .gd-txt span {
	display: inline-block;
	background: linear-gradient(90deg, #01916d 0%, #1e83be 100%);
	color: #FFF;
	font-size: 20px;
	padding: 2px 15px;
	position: relative;
	margin-bottom: 20px;
}
.future-box {
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px 30px;
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
}
.future-box: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;
}
.reili-block03 h3 {
	color: #01916D;
	font-size: 24px;
	padding-bottom: 20px;
}
.future-box .ttl {
	color: #01916D;
	font-size: 24px;
	padding-bottom: 5px;
	line-height: 1.6em;
}
.reili-last-txt {
	text-align: center;
	font-size: 24px;
	padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
	.reili-block01 {
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reili-block01 .figure01 {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.reili-block01 .txt {
		width: 100%;
		padding: 10px 0 0;
	}
	.reili-block01 .txt .ttl {
		color: #01916D;
		font-size: 16px;
		padding-bottom: 10px;
		line-height: 1.6em;
	}
	.reili-block02 {
		margin-bottom: 40px;
	}
	.reili-block02 .txt .ttl {
		color: #01916D;
		font-size: 16px;
		padding-bottom: 5px;
		line-height: 1.6em;
	}
	.reili-block02 .txt .gd-txt span {
		display: inline-block;
		background: linear-gradient(90deg, #01916d 0%, #1e83be 100%);
		color: #FFF;
		font-size: min(3vw,13px);
		padding: 2px 10px;
		position: relative;
		margin-bottom: 10px;
	}
	.future-box {
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px 20px;
		position: relative;
		width: 100%;
		margin: 0 auto 20px;
	}
	.reili-block03 h3 {
		color: #01916D;
		font-size: 18px;
		padding-bottom: 20px;
	}
	.future-box .ttl {
		color: #01916D;
		font-size: 16px;
		padding-bottom: 5px;
		line-height: 1.6em;
	}
	.reili-last-txt {
		text-align: center;
		font-size: min(4vw,18px);
		padding: 20px 0 0;
	}
}

.btn-txt {
	text-align: center;
	color: #01916D;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.btn-green {
	width: 90%;
	max-width: 550px;
	margin: 0 auto 50px;
	background: #01916D;
	position: relative;
	height: 56px;
	transition: all .5s;
}
.btn-green p {
	color: #FFF;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.btn-green:before {
	width: 8px;
	height: 8px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-09/b018c2cf339629c0fe59cce4b539951f/window-white.svg");
	right: 6px;
	bottom: 6px;
}
@media screen and (max-width: 767px) {
	.btn-txt {
		text-align: center;
		color: #01916D;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	.sub-ttl {
		text-align: center;
		position: relative;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.sub-ttl:after {
		width: 160px;
		height: 4px;
		background: linear-gradient(90deg, #01916d 0%, #014937 100%);
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
}