p{
	box-sizing: border-box
}
.fv{
	height: 400px;
	background: url("img/service_bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}
.service_wrap .service_contents1{
	color: #151515
}
main img {
    margin: 70px auto 50px;
}
h2{
	color: #151515;
	text-align: center;
	margin-bottom: 20px
}
#service {
    width: 1000px;
    padding: 20px 30px 80px;
    border-radius: 10px;
    background: #fff;
    margin: 60px auto 30px;
}
.service_wrap{
	display: flex;
    justify-content: center;
	align-items: center;
}
.service_contents{
	color: #fff;
	width: 550px;
	box-shadow: 0 4px 10px rgb(0 0 0 / 17%);
}

.service_ttl{
	font-size: 35px;
    padding: 0px 0 30px;
}
.event_txt{
    background: #0422cbc7;
    padding: 40px;
    border-radius: 20px;
    margin-right: -50px;
    z-index: 1;
    margin-top: 0px;
}
#kenzai{    
	flex-direction: row-reverse;
}
.kenzai_txt{
    background: #047ecbc7;
    padding: 40px;
    border-radius: 20px;
    margin-left: -50px;
    z-index: 1;
    margin-top: 0px;
}
.sonota_txt{
    background: #04cb87c7;
    padding: 40px;
    border-radius: 20px;
    margin-right: -50px;
    z-index: 1;
    margin-top: 0px;
}

#recruit {
    background: url(img/recruit_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.service_photo img{
	margin-top: 30px
}
@media screen and (max-width: 767px) {
#service{
    width: 80%;
    margin: 40px auto;
	padding: 15px
}
	
.service_wrap{
	display: block;
}
.service_contents {
    width: 80%;
	margin-right: 0;
    padding: 15px;
    margin: 0px auto -170px;
}
#kenzai{    
	flex-direction: row;
}
.service_ttl {
    font-size: 30px;
}
footer {
    max-width: 90%;
    margin: 0 auto 50px;
    padding: 20px;
}
}