@charset "utf-8";

.subv{
	background-image:url("../img/main.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom;
	height:100vh;
	position:relative;
}
.subv h2{
	position:absolute;
	top:75%;
	right:5%;
	font-size:72px;
	font-weight:bold;
	color:var(--light);
}
@media screen and (max-width:992px){
	.subv h2{
		top:30%;
		right:0;
		font-size:32px;
		width:100%;
		display:block;
		text-align:center;
	}
	.flow1 .flow1-h4{
		font-size:18px;
	}
}