@charset "utf-8";

/*** worksSec（家就LP） ***/
.worksSec__inner {padding: 85px 0;}
.worksSec__inner__ttl {
	margin-bottom: 35px;
	text-align: center;
}
.worksSec__inner ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 35px;
}
.worksSec__inner ul li {width: 21.938775510204082%;}
.worksSec__inner__txt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px){
	.worksSec__inner {padding: 38px 0;}
	.worksSec__inner__ttl {margin-bottom: 30px;}
	.worksSec__inner ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0 8.823529411764706%;
		margin-bottom: 0;
	}
	.worksSec__inner ul li {
		width: 46.428571428571429%;
		margin-bottom: 20px;
	}
	.worksSec__inner__txt {font-size: 14px;}
}
