@charset "UTF-8";

.btn-black {
	width: 90%;
	max-width: 550px;
	margin: 0 auto 100px;
	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%);
}
.pj-main {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.pj-main .mv {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative; 
	z-index: 2;
}
.pj-main .mv .number {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 130px;
	height: 130px;
	z-index: 2;
}
.pj-main .mv .number p {
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	color: #01916D;
	line-height: 1.4em;
	font-size: 18px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.pj-main .mv .number p span {
	text-align: center;
	font-family: var(--en-font);
	font-weight: 500;
	color: #01916D;
	display: block;
	font-size: 72px;
	line-height: 1em;
}
.pj-ttl-box {
	position: absolute;
	left: 40%;
	width: 60%;
	z-index: 2;
	bottom: -50px;
	padding: 30px 10% 30px 30px;
	background: #F6F7F6;
}
.pj-type {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pj-type li {
	margin: 0 6px 6px 0;
	border: solid 1px #01916D;
	border-radius: 10px;
	background: #FFF;
	padding: 4px 10px;
	color: #01916D;
	font-size: 12px;
}
.pj-ttl-box .ttl {
	font-size: 24px;
	line-height: 1.6em;
	padding: 10px 0 0;
}
.pj-overview {
	padding: 120px 0 80px;
	background: #01916D;
	position: relative;
}
.pj-overview:before {
	width: 100%;
	height: 100px;
	background: #01916D;
	top: -100px;
	left: 0;
	z-index: -1;
}
.pj-overview .ttl {
	text-align: center;
	color: #FFF;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.pj-overview .ttl span {
	text-align: center;
	color: #FFF;
	font-family: var(--en-font);
	font-size: 20px;
	font-weight: 500;
	display: block;
}
.pj-overview ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.pj-overview ul li {
	width: calc(33.33% - 20px);
	background: #FFF;
	padding: 30px;
	position: relative;
}
.pj-overview ul li .list-ttl {
	text-align: center;
	color: #01916D;
	padding: 80px 0 5px;
	position: relative;
}
.pj-overview ul li .list-ttl:before {
	width: 70px;
	height: 70px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.pj-overview ul li:nth-child(1) .list-ttl:before {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/ca881813e3130f927c1cfc75276b1d91/pj-icon01.svg");
}
.pj-overview ul li:nth-child(2) .list-ttl:before {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/803c7527eb7842c41b54e6a6902882d9/pj-icon02.svg");
}
.pj-overview ul li:nth-child(3) .list-ttl:before {
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/b54234532a01a36bb0590f6f99f4059f/pj-icon03.svg");
}
.pj-overview ul li:nth-child(-n + 2):after {
	width: 14px;
	height: 14px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-04/a00490a49097ebdaf4da61184dcfa380/pj-arrow.svg");
	right: -22px;
	top: 50%;
	transform: translateY(-50%);
}
.pj-overview .content > p {
	color: #FFF;
}
.member-list {
	position: relative;
	margin: 40px 0
}
.member-list .ttl {
	font-family: var(--en-font);
	text-align: center;
	color: #01916D;
	font-weight: 500;
	font-size: 20px;
}
.member-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 20px auto;
	max-width: 680px;
}
.member-list ul li {
	width: 29.33%;
	margin: 0 2% 30px;
	border-bottom: solid 1px #EBEBEB;
}
.member-list ul li .txt {
	padding: 10px 0;
}
.member-list ul li .job {
	color: #01916D;
	font-size: 14px;
}
.member-list ul li .year {
	font-size: 12px;
	line-height: 1.4em;
}
div[class^="pj-block"] {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto 80px;
	position: relative; 
}
div[class^="pj-block"] .block-ttl {
	color: #01916D;
	font-size: 20px;
	padding-bottom: 10px;
}
div[class^="pj-block"] .block-column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
div[class^="pj-block"] .block-column .image {
	width: 40%;
}
div[class^="pj-block"] .block-column .txt {
	width: 55%;
}
div[class^="pj-block"] .block-column .txt p:nth-of-type(2) {
	padding-top: 1em;
}
div[class^="pj-block"] > p {
	padding-bottom: 1em;
}
div[class^="pj-block"] > p.note {
	font-size: 90%;
}
.pj-block01 .block-column .image {
	order: 1;
}
.pj-block01 .block-column .txt {
	order: 2;
}
.pj-block04 .image {
	width: 100%;
	max-width: 800px;
	margin: 10px auto 40px;
}
@media screen and (max-width: 767px) {
	.pj-main {
		position: relative;
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}
	.pj-main .mv {
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		position: relative; 
		z-index: 2;
	}
	.pj-main .mv img {
		min-height: 200px;
		object-fit: cover;
	}
	.pj-main .mv .number {
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF;
		width: 80px;
		height: 80px;
		z-index: 2;
	}
	.pj-main .mv .number p {
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #01916D;
		line-height: 1.4em;
		font-size: 13px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.pj-main .mv .number p span {
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #01916D;
		display: block;
		font-size: 50px;
		line-height: 1em;
	}
	.pj-ttl-box {
		position: relative;
		left: 10%;
		width: 90%;
		z-index: 2;
		bottom: 20px;
		padding: 20px 5% 20px 20px;
		background: #F6F7F6;
	}
	.pj-type {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.pj-type li {
		margin: 0 6px 6px 0;
		border: solid 1px #01916D;
		border-radius: 6px;
		background: #FFF;
		padding: 1px 7px;
		color: #01916D;
		font-size: 10px;
	}
	.pj-ttl-box .ttl {
		font-size: min(4vw,18px);
		line-height: 1.6em;
		padding: 5px 0 0;
	}
	.pj-overview {
		padding: 40px 0 80px;
		background: #01916D;
		position: relative;
	}
	.pj-overview:before {
		width: 100%;
		height: 150px;
		background: #01916D;
		top: -150px;
		left: 0;
		z-index: -1;
	}
	.pj-overview .ttl {
		text-align: center;
		color: #FFF;
		line-height: 1.4em;
		margin-bottom: 20px;
	}
	.pj-overview .ttl span {
		text-align: center;
		color: #FFF;
		font-family: var(--en-font);
		font-size: 20px;
		font-weight: 500;
		display: block;
	}
	.pj-overview ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.pj-overview ul li {
		width: calc(100%);
		background: #FFF;
		padding: 20px;
		position: relative;
		margin-bottom: 20px;
	}
	.pj-overview ul li .list-ttl {
		text-align: left;
		color: #01916D;
		padding: 0 0 10px 40px;
		position: relative;
	}
	.pj-overview ul li .list-ttl:before {
		width: 30px;
		height: 30px;
		top: 0;
		left: 0;
		transform: translateX(0);
	}
	.pj-overview ul li:nth-child(-n + 2):after {
		width: 14px;
		height: 14px;
		right: auto;
		left: 48%;
		top: auto;
		bottom: -24px;
		transform: translateY(0) rotate(90deg) translateX(-50%);
	}
	.pj-overview ul li .list-ttl ~ p {
		line-height: 1.4em;
	}
	.pj-overview .content > p {
		color: #FFF;
	}
	.member-list {
		position: relative;
		margin: 40px 0
	}
	.member-list .ttl {
		font-family: var(--en-font);
		text-align: center;
		color: #01916D;
		font-weight: 500;
		font-size: 20px;
	}
	.member-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 90%;
		margin: 20px auto;
		max-width: 480px;
	}
	.member-list ul li {
		width: 46%;
		margin: 0 2% 30px;
	}
	.member-list ul li .txt {
		padding: 10px 0;
	}
	.member-list ul li .job {
		color: #01916D;
		font-size: 13px;
	}
	.member-list ul li .year {
		font-size: 11px;
	}
	div[class^="pj-block"] {
		width: 90%;
		max-width: 1120px;
		margin: 0 auto 40px;
		position: relative; 
	}
	div[class^="pj-block"] .block-ttl {
		color: #01916D;
		font-size: min(4.2vw,18px);
		padding-bottom: 10px;
	}
	div[class^="pj-block"] .block-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	div[class^="pj-block"] .block-column .image {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	div[class^="pj-block"] .block-column .txt {
		width: 100%;
	}
	div[class^="pj-block"] > p {
		padding-bottom: 1em;
	}
	.pj-block01 .block-column .image {
		order: 2;
	}
	.pj-block01 .block-column .txt {
		order: 1;
	}
	.pj-block04 .image {
		width: 100%;
		max-width: 800px;
		margin: 10px auto 40px;
	}
}
@media (hover: hover) {
	.btn-black:hover {
		background: #414040;
	}
}
