@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: fsg-partners*/

.project .link_list .flex-box > *{
	width: 65%;
}
.project .link_list .flex-box > *:last-child{
	width: 35%;
}
.project .link_list a {
	border-radius: 10px;
}
.project .link_list .sisetsu_flex-box {
	display: flex;
	justify-content: space-between;
}
.project .link_list .sisetsu_flex-box .link-item {
	width: calc(100% / 4 - 15px);
}
.project .container_2025re .box {
	margin: 2rem 0;
}

@media only screen and (max-width: 640px){
	.project .link_list .flex-box > *{
					width: 100%;
	}
	.project .link_list .flex-box > *:last-child{
					width: 50%;
	}
	.project .link_list .sisetsu_flex-box {
		display: block;
	}
	.project .link_list .sisetsu_flex-box .link-item {
		width: 100%;
	}
	.project .link_list .sisetsu_flex-box .link-item p {
		margin-bottom: 0.5rem;
	}
}



#fsg-partners .catch_L{
	font-size: 1.3rem;
}
#fsg-partners .top-img{
	margin: auto auto 5rem;
}
















