@charset "UTF-8";

.about .figure01 {
	margin-bottom: 60px;
}
.about .figure01 ~ p {
	text-align: center;
	padding-bottom: 50px;
}
.about .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-04/70d74ae1fc176bc2d668d6a5f826f469/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;
	}
	.about .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 50px;
}
.tab-content h2 {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
}

@media (hover: hover) {

}
@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 h2 {
		text-align: center;
		font-size: 14px;
		padding-bottom: 10px;
	}
}


.member-index > ul {
	width: 102%;
	position: relative;
	left: -1%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.member-index > ul li {
	width: 23%;
	margin: 0 1% 30px;
	box-sizing: border-box;
	position: relative;
}
.member-index > ul li .image {
	position: relative;
}
.member-index > ul li .image p {
	position: relative;
	z-index: 2;
	line-height: 1em;
}
.member-index > ul li .image p span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
	line-height: 1em;
	color: #FFF;
	padding: 5px 10px;
}
.member-index > ul.index-fbi li .image p span {
	background: #01916D;
}
.member-index > ul.index-fbij li .image p span {
	background: #1E83BE;
}
.member-index > ul li .txt {
	padding: 10px 5px 15px;
	border-bottom: #EBEBEB solid 1px;
}
.member-index > ul li .txt p {
	font-size: 12px;
}
.member-index > ul li .txt p span {
	font-size: 14px;
	padding-right: 10px;
}
.member-index > ul.index-fbi li .txt p span {
	color: #01916D;
}
.member-index > ul.index-fbij li .txt p span {
	color: #1E83BE;
}
.member-index > ul li .txt:after {
	width: 20px;
	height: 4px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
	right: 5px;
	bottom: 5px;
	transition: all .2s;
}
@media (hover: hover) {
	.member-index > ul li:hover .txt:after {
		animation: moveRight .4s ease-in-out;
	}
}
@media screen and (max-width: 767px) {
	.member-index {
		padding-bottom: 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.member-index > ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.member-index > ul li {
		width: 48%;
		margin: 0 1% 20px;
		box-sizing: border-box;
		position: relative;
		margin-bottom: 20px;
	}
	.member-index > ul li .image {
		position: relative;
	}
	.member-index > ul li .image p {
		position: relative;
		z-index: 2;
		line-height: 1em;
	}
	.member-index > ul li .image p span {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		font-size: 10px;
		line-height: 1em;
		color: #FFF;
		padding: 5px 10px;
	}
	.member-index > ul li .txt {
		padding: 10px 5px 10px;
		border-bottom: #EBEBEB solid 1px;
	}
	.member-index > ul li .txt p {
		font-size: 12px;
		line-height: 1.4em;
	}
	.member-index > ul li .txt p span {
		font-size: 12px;
		padding-right: 10px;
		display: block;
	}
}



.btn-txt {
	text-align: center;
	color: #01916D;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.btn-black {
	width: 100%;
	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;
}
.button-list {
	margin-bottom: 100px;
}
.button-list ul {
	word-spacing: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.button-list li {
	width: 48%;
}
@media (hover: hover) {
	.btn-black:hover {
		background: #414040;
	}
}
@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;
	}
	.button-list li {
		width: 100%;
	}
}