@charset "UTF-8";
/* CSS Document */




#rec_01 {
	background-image: url(../wp-content/uploads/2025/09/rec_bg01.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#rec_01 h3 {
	margin: 0 0 10%
}

@media screen and (max-width:782px) {}



#rec_02 h2 {
	margin-bottom: 5%
}

#rec_02 h3 {
	margin: 0 0 5%
}

#rec_02 h5 {
	margin: 0 0 3%
}

#rec_02 .box {
	border-bottom: 1px solid #1b363a;
	margin-top: 5%
}

#rec_02 .box .column2:nth-child(1) {
	width: 30%;
	margin-right: 6%
}

#rec_02 .box .column2:nth-child(2) {
	width: 63%;
}

@media screen and (max-width:782px) {
	#rec_02 .box {
		margin-top: 8%
	}

	#rec_02 .box .column2:nth-child(1) {
		width: 100%;
		margin-right: 0
	}

	#rec_02 .box .column2:nth-child(2) {
		width: 100%;
	}
}