.head {
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	padding:0 40px;
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.logo {
	max-width: 300px;
	margin-bottom: 50px;
}


.menu {
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	margin-bottom: 40px;
}
.menu li {
	margin-right: 10px;
}
.men a {
	display: block;
	color: #000000;
	transition: 0.5s ;
	padding: 7px 12px;
	background-color: #fff;
	border-radius: 20px;
}
.men a:hover {
	opacity: 1;
	background-color: #9adde3;
	color: #fff;
}
.men span{
	font-size: 100%;
	letter-spacing: 0.08em;
	font-weight: bold;
	line-height: 1.4;
}

.me06 a {
	background-color: #9adde3;
}
.me06 a img {
	width: 20px;
}




.req-imgbox {
	box-sizing:border-box;
	width:100%;
	position: relative;
	padding: 10px;
}

.req-imgbox li {
	background-size:cover;
	background-position:center;
	height: 80vh;
	border-radius: 6px;

}

.sl01 {
	background-image:url(../img/01.jpg);
}
.sl02 {
	background-image:url(../img/02.jpg);
}
.sl03 {
	background-image:url(../img/03.jpg);
}
.sl04 {
	background-image:url(../img/04.jpg);
}

.main-img {
	position: relative;
}

.cati {
	position: absolute;
	right: 10%;
	top: 40%;
	
	
}
.cati h5 {
	font-size: 160%;
	letter-spacing: 0.1em;
}
.cati h5 span {
	background-color: #fff;
}
.cati img {
	width: 100px;
}



.sphead {
	display: none;
}
.grup-sp {
		display: none;
	}


@media screen and ( max-width:800px )
{
.sphead {
	display: block;
}
.head {
	width: 100%;
	box-sizing: border-box;
	padding:0 10px;
	position: inherit;
	height: auto;
}
.menu {
	display: none;
}

.logo {
	max-width: 140px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.req-imgbox li {
	height: 50vh;
}
.suma-sub {
	text-align: center;
}
.suma-sub img {
	width: 20px;
}
	
	.suma-sub a {
		color: #fff;
		display: block;
		padding: 20px;
	}
	.suma-sub a h3 {
		font-size: 120%;
		font-weight: bold;
	}
.suma-sub02 {
	text-align: center;
	border-top: 1px solid #fff;
	padding: 20px;
}
	.suma-sub02 h3 {
		font-family: Arial, Helvetica, "sans-serif";
		font-size: 140%;
		font-weight: bold;
	}
	.suma-sub02 h3 a {
		color: #fff;
	}
	.suma-sub02 p {
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	.cati {
	position: inherit;
	right: auto;
	top: auto;
	
	
}
.cati h5 {
	font-size: 130%;
	letter-spacing: 0.1em;
	text-align: center;
}


}
