@charset "UTF-8";

.outline .sub-block {
	margin-bottom: 100px;
}
.outline h2 {
	font-size: 24px;
	padding: 0 0 20px 60px;
	position: relative;
	margin-bottom: 20px;
}
.outline h2:after {
	background: #F6F7F6;
	height: 30px;
	width: 55%;
	top: 30px;
	left: 0;
	z-index: -1;
}
.outline 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;
}
.outline .mc {
	text-align: center;
	font-size: 24px;
	line-height: 1.6em;
	padding-bottom: 50px;
}
.outline .figure01 {
	margin-bottom: 40px;
}
.outline .figure02 {
	max-width: 720px;
	margin: 0 auto 50px;
}
.outline .figure03 {
	margin: 50px auto 50px;
}
.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-03/ce2531e1a9f9d8f8ae92248190bea290/window-white.svg");
	right: 6px;
	bottom: 6px;
}
.btn-black {
	width: 90%;
	max-width: 550px;
	margin: 0 auto 50px;
	background: #333333;
	position: relative;
	height: 56px;
	transition: all .5s;
}
.btn-black p {
	color: #FFF;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.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;
}
.to-rinen {
	padding: 110px 0 20px;
	text-align: center;
	position: relative;
}
.to-rinen:before {
	width: 12px;
	height: 96px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/2da701b76be3b4728e0ce08dbc37ce8a/rinen-arrow.svg");
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rinen-box {
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 50px 30px;
	position: relative;
}
.rinen-mc {
	text-align: center;
	font-size: 24px;
}
.center-txt {
	text-align: center;
}
.business-types {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 50px;
}
.business-types > li {
	width: 31.33%;
	display: flex;
  flex-direction: column;
}
.business-types > li > p {
	text-align: center;
	font-size: 18px;
	padding: 5px;
}
.business-types > li:nth-child(1) > p {
	color: #1E83BE;
}
.business-types > li:nth-child(2) > p {
	color: #01916D;
}
.business-types > li:nth-child(3) > p {
	color: #8E58AD;
}
.business-types .business-ttl p {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	color: #FFF;
}
.business-types > li:nth-child(1) .business-ttl p {
	background: #1E83BE;
}
.business-types > li:nth-child(2) .business-ttl p {
	background: #01916D;
}
.business-types > li:nth-child(3) .business-ttl p {
	background: #8E58AD;
}
.business-detail {
	background: #F6F7F6;
	padding: 20px;
	flex-grow: 1;
}
.business-detail > p {
	padding: 15px 0;
	font-size: 14px;
}
.dot-list {
	flex-grow: 0;
	width: 100%;
	display: block;
}
.dot-list li {
	width: 100%;
	font-size: 12px;
	padding-left: 12px;
	position: relative;
}
.dot-list li:before {
	width: 4px;
	height: 4px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 10px;
}
.g-purpose {
	width: 90%;
	margin: 0 auto 60px;
	max-width: 760px;
}
.image-bar {
	margin-bottom: 60px;
}
.figure04 {
	position: relative;
	padding-bottom: 50px;
}
.figure04 + p {
	text-align: center;
	position: relative;
	top: 0px;
	font-size: 24px;
	z-index: 2;
}
.figure04 + p span {
	font-size: 24px;
	color: #01916D;
}
.section-four-txt {
	padding: 0 0 40px;
}
.section-four-txt .hero-txt {
	width: 80%;
	max-width: 540px;
	margin: 50px auto;
}
@media (hover: hover) {
	.btn-green:hover {
		background: #0CA680;
	}
	.btn-black:hover {
		background: #414040;
	}
}
@media screen and (max-width: 767px) {
	.outline h2 {
		font-size: 16px;
		padding: 0 0 20px 45px;
		position: relative;
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	.outline h2:after {
		background: #F6F7F6;
		height: 20px;
		width: 100%;
		top: 20px;
		left: 0;
		z-index: -1;
	}
	.outline 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;
	}
	.outline .mc {
		text-align: center;
		font-size: min(4vw,18px);
		line-height: 1.6em;
		padding-bottom: 30px;
	}
	.scroll-box.figure02 > div {
		max-width: 600px;
	}
	.outline .figure01 {
		margin-bottom: 40px;
	}
	.outline .figure02 {
		max-width: 720px;
		margin: 0 auto 50px;
	}
	.outline .figure03 {
		margin: 50px auto 50px;
	}
	.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;
	}
	.to-rinen {
		padding: 80px 0 20px;
		text-align: center;
		position: relative;
	}
	.to-rinen:before {
		width: 8px;
		height: 80px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.rinen-box {
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px 10px;
		position: relative;
	}
	.rinen-mc {
		text-align: center;
		font-size: 18px;
	}
	.center-txt {
		text-align: center;
	}
	.business-types {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px auto 10px;
	}
	.business-types > li {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-bottom: 40px;
	}
	.business-types li > p {
		text-align: center;
		font-size: 18px;
		padding: 5px;
	}
	.business-types .business-ttl p {
		padding: 10px 0;
		width: 100%;
		text-align: center;
		color: #FFF;
	}
	.business-detail {
		background: #F6F7F6;
		padding: 20px;
		flex-grow: 1;
	}
	.business-detail > p {
		padding: 15px 0;
		font-size: 14px;
	}
	.dot-list {
		flex-grow: 0;
		width: 100%;
		display: block;
	}
	.dot-list li {
		width: 100%;
		font-size: 12px;
		padding-left: 12px;
		position: relative;
	}
	.dot-list li:before {
		width: 4px;
		height: 4px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: 10px;
	}
	.g-purpose {
		width: 90%;
		margin: 30px auto 60px;
		max-width: 300px;
	}
	.image-bar {
		margin-bottom: 30px;
	}
	.figure04 {
		position: relative;
	}
	.figure04 + p {
		text-align: center;
		position: relative;
		top: 0px;
		font-size: 16px;
		z-index: 2;
	}
	.figure04 + p span {
		color: #01916D;
		font-size: 16px;
	}
}
