@charset "utf-8";

body:before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url(../img/index/mainphoto@2x.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
body{
	background-image: url(../img/index/mainphoto@2x.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
*/

#main{
	max-width: 980px;
	margin: 0 auto;
}

#main {
/*
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
*/
}

#main .flex{
	max-width: 820px;
	height: auto;
	margin: 80px auto 0;
	padding: 0 20px;
	list-style: none;
	justify-content: space-between;
	align-items:flex-end;
}

.wrapmaintext {
	max-width: 780px;
	padding: 0 20px;
	margin: 0 auto;
}

#maintext{
	width: 740px;
	height: auto;
}

.rogo4 {
	margin-right: 20px;
}

.rogo4 img {
	width: 464px;
	height: auto;
}

.ryoji img {
	width: 258px;
	height: auto;
}