#eyecatch_section{
	margin: auto;
	overflow-x: hidden;
}

#eyecatch{
	margin: 0 calc((100% - 1920px) / 2);
	height: 536px;
	background-image: url("../img/index_main_01.jpg");
	background-position: center;
	position: relative;
}

#eyecatch img{
	position: absolute;
}

#pickup_item_section{
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	padding: 33px 0;
}

#pickup_item_area{
	width: var(--main-width);
	margin: 35px auto 48px auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#pickup_item_area figure{
	width: calc(100% / 4);
	margin: 0;
}

#pickup_item_area figcaption{
	font-size: 15px;
}


.sub_title{
	font-size: 27px;
}

#emergency_water_section{
	margin-top: 87px;
	text-align: center;
	padding: inherit;
}

#emergency_water_caption{
	display: inline-block;
	font-size: 30px;
	color: var(--main-color);
	border-bottom: 2px solid var(--main-color);
	margin-bottom: 50px;
}

#emergency_water_description{
	font-size: 22px;
}

#emergency_water_item_area{
	display: flex;
	justify-content: space-between;
}

.emergency_water_img_area{
	text-align: center;
	margin: 70px auto;
	width: 50%;
}

.emergency_water_img_area a{
	margin-top: 30px;
}
