@charset "UTF-8";

.pj-index .intro p {
	text-align: center;
	font-size: 24px;
}
.pj-index .intro {
	padding: 0 0 50px;
}
.filter-wrap {
	position: relative;
	background: #F6F7F6;
	padding: 40px 0;
}
#filters .button {
	border: solid 1px #01916D;
	border-radius: 10px;
	background: #FFF;
	padding: 4px 10px;
	color: #01916D;
	font-size: 19px;
	margin: 0 3px 8px 0;
	transition: all .4s;
	cursor: pointer;
}
#filters .button.all-btn {
	display: block;
}
#filters .button.is-checked {
	background: #01916D;
	color: #FFF;
}
.pj-bnr {
	position: relative;
	margin-top: 80px;
	margin-bottom: 100px;
}
.pj-bnr li {
	position: relative;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.pj-bnr li .bnr-image {
	width: 40%;
	display:flex;
  flex-direction:column;
}
.pj-bnr li .bnr-image .bg {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.pj-bnr li .bnr-image .bg img {
	object-fit: cover;
	height: 100%;
}
.pj-bnr li .bnr-image .number {
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	width: 130px;
	height: 130px;
	z-index: 2;
}
.pj-bnr li .bnr-image .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-bnr li .bnr-image .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-bnr li .bnr-txt {
	width: 60%;
	padding: 0 30px 70px;
	position: relative;
	display:flex;/*子要素に追加*/
  flex-direction:column;
}
.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-bnr li .bnr-txt .ttl {
	font-size: 24px;
	line-height: 1.6em;
	margin: 15px 0;
	transition: all .4s;
}
.pj-bnr li .bnr-txt .more {
	display: inline-block;
	position: absolute;
	text-align: right;
	padding: 20px 0 0 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #F6F7F6;
	font-family: var(--en-font);
	transition: all .4s;
}
.pj-bnr li .bnr-txt .more p {
	color: #01916D;
	padding-right: 30px;
}
.pj-bnr li .bnr-txt .more p:before {
	width: 20px;
	height: 4px;
	background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
	right: 5px;
	bottom: 10px;
	transition: all .4s;
}

@media screen and (max-width: 767px) {
	.pj-index .intro p {
		text-align: center;
		font-size: min(3.7vw,18px);
	}
	.pj-index .intro {
		padding: 0 0 30px;
	}
	.filter-wrap {
		position: relative;
		background: #F6F7F6;
		padding: 30px 0;
	}
	#filters .button {
		border: solid 1px #01916D;
		border-radius: 5px;
		background: #FFF;
		padding: 1px 6px;
		color: #01916D;
		font-size: 12px;
		margin: 0 2px 6px 0;
		transition: all .4s;
		cursor: pointer;
	}
	#filters .button.all-btn {
		display: block;
	}
	#filters .button.is-checked {
		background: #01916D;
		color: #FFF;
	}
	.pj-bnr {
		position: relative;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	.pj-bnr li {
		position: relative;
		margin-bottom: 40px;
		display: flex;
		flex-wrap: wrap;
	}
	.pj-bnr li .bnr-image {
		width: 100%;
	}
	.pj-bnr li .bnr-image .number {
		position: absolute;
		top: 0;
		left: 0;
		background: #FFF;
		width: 100px;
		height: 100px;
		z-index: 2;
	}
	.pj-bnr li .bnr-image .number p {
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #01916D;
		line-height: 1.4em;
		font-size: 14px;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	.pj-bnr li .bnr-image .number p span {
		text-align: center;
		font-family: var(--en-font);
		font-weight: 500;
		color: #01916D;
		display: block;
		font-size: 48px;
		line-height: 1em;
	}
	.pj-bnr li .bnr-txt {
		width: 100%;
		padding: 20px 0 60px;
		position: relative;
	}
	.pj-type {
		width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.pj-type li {
		margin: 0 4px 4px 0;
		border: solid 1px #01916D;
		border-radius: 5px;
		background: #FFF;
		padding: 1px 6px ;
		color: #01916D;
		font-size: 11px;
	}
	.pj-bnr li .bnr-txt .ttl {
		font-size: min(3.8vw,16px);
		line-height: 1.6em;
		margin: 7px 0;
		transition: all .4s;
	}
	.pj-bnr li .bnr-txt .ttl ~ p {
		line-height: 1.5em;
	}
	.pj-bnr li .bnr-txt .more {
		display: inline-block;
		position: absolute;
		text-align: right;
		padding: 20px 0 0 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background: #F6F7F6;
		font-family: var(--en-font);
		transition: all .4s;
	}
	.pj-bnr li .bnr-txt .more p {
		color: #01916D;
		padding-right: 30px;
	}
	.pj-bnr li .bnr-txt .more p:before {
		width: 20px;
		height: 4px;
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
		right: 5px;
		bottom: 10px;
		transition: all .4s;
	}
}
@media (hover: hover) {
	#filters .button:hover {
		background: #DFF2ED;
	}
	.pj-bnr li:hover .bnr-txt .ttl {
		color: #01916D;
	}
	.pj-bnr li:hover .bnr-txt .more {
		background: #E7FAE7;
	}
	.pj-bnr li:hover .more p:before {
		background-image: url("https://assets-fb-rn.fujifilm.com/files/2025-03/1661dfacd69bc6a895bc568c32ff9ff0/arrow-green.svg");
		animation: moveRight .4s ease-in-out;
	}

}
