@charset "utf-8";
/*////////////////////////////////////
about
////////////////////////////////////*/

@media screen and (min-width: 768px){
#aboutus {
	position: relative;
	width: 100%;
	background: url("../about/img/aboutback.jpg");
	background-position: center center;
	background-size: cover;
	z-index: 15;
	aspect-ratio:16/9;
}
#aboutus_word {
	position: absolute;
	font-family: 'Noto Serif JP', serif;
	width: 38%;
	min-width: 600px;
	top: 50%;
	left: 50%;
	margin-right: -12%;
	transform: translateY(-46%);
	font-size: 1.8rem;
	color: #FFF;
	line-height: 2;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#aboutus {
	position: relative;
	width: 100%;
	background: url("../about/img/aboutback.jpg");
	background-position: 20% center;
	background-size: cover;
	z-index: 15;
}
#aboutus_word {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	padding: 50px 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.6rem;
	color: #FFF;
	line-height: 2;
}
}
