@charset "UTF-8";
/*――――――――――――――――――
mv
―――――――――――――――――――*/
#service #under_mv {
	background-image: url(../img/service/under_mv.jpg);
}
#service #under_mv .ttl br {
	display: none;
}
@media only screen and (max-width: 767px) {
	#service #under_mv .ttl br {
		display: block;
	}
}

/*――――――――――――――――――
section02
―――――――――――――――――――*/
#service #section02 {
	position: relative;
	padding: 0px 0 80px;
}
#service #section02 h3 a{
    color: var(--mc);
}
#service #section02 .flex {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}
#service #section02 .flex > div {
	width: 48%;
}
#service #section02 .flex a.flex_imglink {
	display: block;
	overflow: hidden;
	line-height: 0;
    margin-bottom: 10px;
}
#service #section02 .flex a.flex_imglink img {
	transition: .4s ease;
	width: 100%
}
#service #section02 .flex a.flex_imglink:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}
#service #section02 .flex h3 {
	font-family: var(--noto);
	font-size: 18px;
	color: var(--mc);
	margin-bottom: 28px;
}
#service #section02 .flex p {
	font-size: 16px;
	margin-bottom: 45px;
}


@media only screen and (max-width: 767px) {
	#service #section02 {
		padding: 0px 0 50px;
	}
	#service #section02 .flex {
		display: block;
	}
	#service #section02 .flex > div {
		width: 100%;
	}
	#service #section02 .flex > div:first-child {
		margin-bottom: 45px;
	}
	#service #section02 .flex > div h3 {
		margin-bottom: 15px;
	}
	#service #section02 .flex > div p {
		margin-bottom: 25px;
	}
}