@charset "UTF-8";
/*---------------プール施工の特長*/
.pool_feature .p_f {
	max-width: 960px;
	margin: 0 auto;
}
.pool_feature .p_f .p_f_box {
	margin-bottom: 60px;
}
.pool_feature .p_f .p_f_box .box_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 1em;
}
.pool_feature .p_f .p_f_box .box_title .p_f_num {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #1e73be;
	color: #ffffff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pool_feature .p_f .p_f_box .box_title .p_f_title {
	flex: 1;
	padding-left: 20px;
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.6;
}
.pool_feature .p_f .p_f_box figure {
	margin: 1.5em 0;
}
.pool_feature .p_f .p_f_box figure img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.pool_feature .p_f .p_f_box {
		margin-bottom: 50px;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_num {
		width: 60px;
		height: 60px;
		font-size: 1.3rem;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.pool_feature .p_f .p_f_box {
		margin-bottom: 50px;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_num {
		font-size: 1.2rem;
	}
	.pool_feature .p_f .p_f_box .box_title .p_f_title {
		font-size: 1.8rem;
	}
}

.section.p_merit {
	padding: 30px 0 60px;
}
.pool_feature .merit_box_wrap .merit_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.pool_feature .merit_box_wrap .merit_box:nth-child(even) {
	flex-direction: row;
}
.pool_feature .merit_box_wrap .merit_box .textbox {
	width: 47%;
}
.pool_feature .merit_box_wrap .merit_box .textbox .merit_num {
	display: inline-block;
	padding: 0 1em;
	color: #fff41f;
	background-color: #3ba5f0;
	margin-bottom: 1.5em;
}
.pool_feature .merit_box_wrap .merit_box .textbox .merit_text {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
}
.pool_feature .merit_box_wrap .merit_box .imagebox {
	width: 48%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.pool_feature .merit_box_wrap .merit_box .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.pool_feature .merit_box_wrap .merit_box, .pool_feature .merit_box_wrap .merit_box:nth-child(even) {
		flex-direction: column;
	}
	.pool_feature .merit_box_wrap .merit_box .textbox {
		width: 96%;
		margin: -5% auto 0;
		padding: 2em;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
		position: relative;
	}
	.pool_feature .merit_box_wrap .merit_box .textbox .merit_num {
		margin-bottom: 1em;
	}
	.pool_feature .merit_box_wrap .merit_box .textbox .merit_text {
		font-size: 2rem;
	}
	.pool_feature .merit_box_wrap .merit_box .imagebox {
		width: 100%;
		height: 0;
		padding-top: 56.25%;
	}
}
@media screen and (max-width: 480px) {
	.section.p_merit {
		padding: 0 0 40px;
	}
	.pool_feature .merit_box_wrap .merit_box .textbox .merit_text {
		font-size: 1.8rem;
	}
}


