@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .ulBox {
	position: relative;
}
#main .ulBox .smallPhoto {
	width: 21.5rem;
	position: absolute;
	bottom: 9.8rem;
	right: -4.5rem;
}
#main .ulBox .smallPhoto:after {
	width: 33.6rem;  
	aspect-ratio: 672 / 482;
	background: url(../img/community/bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -8.1rem;
	right: -8.1rem;  
	z-index: -1;
	content: ""; 
}
#main .involvementList {
	margin: 0 4.5rem 20rem;
	display: flex;
	flex-wrap: wrap;
	gap: 15rem 5rem;
}
#main .involvementList li {
	width: calc((100% - 5rem) / 2);
}
#main .involvementList p {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 2.4;
}
#main .h2Ttl {
	margin-bottom: 3.9rem;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.485;
	text-align: center;
	font-feature-settings: "palt";
}
#main .h2Ttl .txtSpan {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 11.5rem;
}
#main .h2Ttl span {
	display: block;
}
#main .h2Ttl .invoImg {
	width: 4.7rem;
	margin: 0 auto;
}
#main .involvementList .linkP {
	text-align: right;
	margin: -1.5rem 1.2rem 0 0;
}
#main .involvementList .linkP a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	padding-right: 3rem;
	background: url(../img/common/icon14.png) no-repeat right center;
	background-size: 2rem auto;
}
#main .involvementList .linkP a:hover {
	opacity: 0.7;
}
#main .project {
	max-width: 101rem;
	margin: 0 auto;
}
#main .project p {
	margin-bottom: 3.8rem;
	letter-spacing: 0.06em;
	line-height: 2.4;
	font-weight: 500;
}
#main .projectDl dt {
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	padding-left: 3rem;
	background: url(../img/common/icon15.png) no-repeat left top 0.4rem;
	background-size: 2.2rem auto;
}
#main .projectDl dd {
	margin: 0 3.5rem 5.3rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9;
}
#main .projectDl dd:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	#main .involvementList {
		margin: 0 0 10rem;
		display: block;
	}
	#main .involvementList li {
		width: auto;
		margin-bottom: 5rem;
	}
	#main .involvementList li:last-child {
		margin-bottom: 0;
	}
	#main .h2Ttl {
		font-size: 2.5rem;
	}
	#main .h2Ttl .txtSpan {
		min-height: inherit;
		display: block;
	}
	#main .involvementList p {
		line-height: 1.8;
	}
	#main .involvementList .linkP {
		margin: 0;
	}
	#main .ulBox .smallPhoto {
		position: relative;
		bottom: auto;
		right: auto;
		margin: 0 auto;
	}
	#main .ulBox .smallPhoto::after {
		width: 23rem;
		right: -4.1rem;
		top: -6.1rem;
	}
	#main .ulBox {
		margin-bottom: 10rem;
	}
	#main .projectDl dt {
		font-size: 1.6rem;
		padding-left: 2rem;
		background-size: 1.8rem auto;
	}
	#main .projectDl dd {
		margin: 0 0 3rem 2rem;
	}
}