.service-image{
	background-color:azure;
	position: relative;
}

.service-image img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	opacity: 0.2;
}

.service-image h1{
	width: 300px; /*縮小時の文字崩れ対策*/
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 50px;
}

/*サービス内容*/

.service-cleaning{
	width: 75%;
	margin: 50px auto;
}

.overview-font{
	margin-left: 2%;
	font-size: 30px;
}

hr{
	border-top: thick solid;
	margin: 10px;
	width: 400px;
}

.service-cleaning__explanation{
	font-size: 18px;
	margin: 20px 2%;
	line-height:25px;
}

.service-cleaning__category{
	display: flex;
	flex-wrap: wrap;
}

.service-cleaning__list{
	width: 250px;
	margin: 3% auto;
}

.service-cleaning__list img{
	width: 250px;
	height: 150px;
}

.service-cleaning__list h4{
	text-align: center;
	margin: 10px;
	font-size: 18px;
	color: #0404B4;
}

.service-cleaning__list p{
	font-size: 15px;
	width: 230px;
	margin: auto;
	line-height: 20px;
}

.quote-image{
	margin: 30px;
}

.quote-image a{
	width: 350px;
	display: block;
	margin: auto;
	margin-bottom: 60px;
}

.quote-image a:hover{
	opacity: 0.5;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.quote-image img{
	border: solid 2px #BDBDBD;
	border-radius: 5px;
	width: 350px;
}

@media(max-width: 550px){

  hr{
    margin: 3vw 0;
    width: 100%;
  }
  
}

@media(max-width: 414px){
  
  .service-cleaning{
    width: 90%;
  }
	
	.service-image img{
		height: 200px;
	}
	
	.service-image h1{
		font-size: 35px;
		width: 210px;
	}
	
	.overview-font{
		font-size: 24px;
		text-align: center;
		margin: 0;
	}
	
	hr{
		border-top: solid;
		margin: 10px auto 5px;
	}
	
	.service-cleaning__explanation{
		margin: 10px auto 40px;
	}
	
	.service-cleaning__list{
		margin-bottom: 40px;
	}
	
	.service-cleaning__list h4{
		margin-top: 25px;
	}
	
	.quote-image a{
		width: 300px;
	}
	
	.quote-image img{
		width: 300px;
	}
}

@media(max-width: 375px){

  .service-cleaning__list{
    text-align: center;
  }
  
  .service-cleaning__list img{
    width: 90%;
  }
	
	.quote-image{
		margin: 10px;
	}
	
	.quote-image a{
		width: 250px;
	}
	
	.quote-image img{
		width: 250px;
	}
	
}