@charset "UTF-8";

.outline .sub-block {
	margin-bottom: 0;
}
.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-09/b018c2cf339629c0fe59cce4b539951f/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;
}
.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;
	}
	.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;
	}
}



.about .figure01 {
	margin-bottom: 60px;
}
.about .figure01 ~ p {
	text-align: center;
	padding-bottom: 50px;
}
.outline .tab-ttl {
	text-align: center;
	font-size: 32px;
	padding-bottom: 50px;
}
.point-box {
	width: 100%;
	margin: 0 0 30px;
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point-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;
}
.point-box .ttl {
	font-size: 24px;
	color: #01916D;
	width: 100%;
}
.point-box .txt {
	width: 48%;
}
.point-box .image {
	width: 45%;
}
.member-index .sub-ttl {
	margin: 40px auto;
}
@media screen and (max-width: 767px) {
	.about .figure01 {
		margin-bottom: 30px;
	}
	.about .figure01 ~ p {
		text-align: center;
		padding-bottom: 30px;
	}
	.outline .tab-ttl {
		text-align: center;
		font-size: 20px;
		padding-bottom: 20px;
	}
	.point-box {
		width: 100%;
		margin: 0 0 30px;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 20px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.point-box:before {
		width: 24px;
		height: 24px;
		left: 0;
		top: 0;
		z-index: 2;
	}
	.point-box .ttl {
		font-size: 16px;
		line-height: 1.6em;
		color: #01916D;
		width: 100%;
	}
	.point-box .txt {
		width: 100%;
		order: 2;
		padding-top: 10px;
	}
	.point-box .image {
		width: 100%;
		order: 1;
		padding-top: 20px
	}
	.member-index .sub-ttl {
		margin: 40px auto;
	}
}
.tab-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 2px #000;
}
.tab-list li {
	width: 49.8%;
	top: 20px;
	cursor: pointer;
	background: #FFF;
	height: 70px;
	position: relative;
}
.tab-list li:nth-child(1) {
	background: #01916D;
}
.tab-list li:nth-child(2) {
	background: #1E83BE;
}
.tab-list li.active {
	height: 90px;
	top: 0px;
}
.tab-list li p {
	position: relative;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 1.4em;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	white-space: nowrap;
}
.tab-list li p span {
	font-size: 80%;
	display: block;
	line-height: 1.6em;
}
.tab-list li.active p {
	color: #FFF;
}
.tab-content {
	padding: 50px 0 0;
}
.tab-content .tab-intro {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
}
.tab-content h2:after {
	display: none;
}
@media screen and (max-width: 767px) {
	.tab-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-bottom: solid 2px #000;
	}
	.tab-list li {
		width: 49.8%;
		top: 5px;
		background: #FFF;
		height: 50px;
		position: relative;
	}
	.tab-list li:nth-child(1) {
		background: #01916D;
	}
	.tab-list li:nth-child(2) {
		background: #1E83BE;
	}
	.tab-list li.active {
		height: 55px;
		top: 0px;
	}
	.tab-list li p {
		position: relative;
		display: inline-block;
		text-align: center;
		font-size: min(2.5vw,12px);
		color: #FFF;
		line-height: 1.4em;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		white-space: nowrap;
	}
	.tab-list li p span {
		font-size: 80%;
		display: block;
		line-height: 1.6em;
	}
	.tab-list li.active p {
		color: #FFF;
	}
	.tab-content .tab-box {
		display: none;
		opacity: 0;
		transition: all 1s;
	}
	.tab-content .tab-box.show {
		display: block;
		opacity: 1;
	}
	.tab-content .tab-box {
		padding: 30px 0 60px;
	}
	.tab-content .tab-intro {
		text-align: center;
		font-size: 14px;
		padding-bottom: 10px;
	}
}


/* //////////////////////////////////////////////////////////////////// ページ内メニュー */

.inner-content-wrap {
	position: relative;
}
.inner-menu-wrap {
	position: absolute;
	width: 100%;
    top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1120px;
	z-index: 4;
	background: #F6F7F6;
}
.inner-menu-wrap_fixed {
}
.inner-menu-box {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 20px 0 15px;
	z-index: 5;
}
.in-btn.active p {
	color: #01916D;
}
.in-section {
    padding: 100px 0 0;
}
.inner-menu-box ul {
	padding-left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inner-menu-box ul li {
	width: auto;
	margin: 0 7px 5px 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	padding: 0;
	transition: all .5s;
}
.inner-menu-box ul li p {
	position: relative;
	font-size: 15px;
	line-height: 1.2em;
	padding: 2px 12px 2px 30px;
}
.inner-menu-box ul li p span {
    position: absolute;
	width: 20px;
	height: 20px;
	background: linear-gradient(#01916d 0%, #014937 100%);
	left: 0;
	top: 2px;
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
}
.outline .last-section {
	margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
	.inner-content-wrap {
        position: relative;
    }
    .inner-menu-wrap {
        position: relative;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 1120px;
        z-index: 2;
    }
    .inner-menu-wrap_fixed {
        position: relative;
        top: 0;
    }
    .inner-menu-box {
        position: relative;
        margin: 0 auto;
        width: 100%;
        padding: 15px 0 5px;
        z-index: 5;
    }
    .in-section {
        padding: 40px 0 0;
    }
    .inner-menu-box ul {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .inner-menu-box ul li {
        width: auto;
        margin: 0 7px 10px 0;
        position: relative;
        box-sizing: border-box;
        cursor: pointer;
        padding: 0;
        transition: all .5s;
    }
    .inner-menu-box ul li p {
        position: relative;
        font-size: 12px;
        line-height: 1.2em;
        padding: 2px 12px 2px 30px;
    }
	.inner-menu-box ul li p span {
		position: absolute;
		width: 20px;
		height: 20px;
		background: linear-gradient(#01916d 0%, #014937 100%);
		left: 0;
		top: -2px;
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #FFF;
		font-size: 12px;
		line-height: 20px;
	}
}
.center-txt.mb {
	margin-bottom: 50px;
}