*{
	margin:0;
	padding:0;
	border:0;
	font-size: 14px;
	font-weight:normal;
	vertical-align:baseline;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	line-height:1.0;
	color:#444;
}
ol, ul, li{
	list-style:none
}
a{
	color:#f45963;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
body, html{
	height:100%;
}

header{
	width:100%;
	height:calc(100vw / 16 * 9 );
	background-image:url(/img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
	position:relative;
}
#headerLogo{
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
}

section{
	padding:100px 0px;
	text-align:center;
}
section h3{
	font-size:60px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	letter-spacing:2px;
}
#whatsAmuws{
}
#whatsAmuws h3{
	color:#aaa;
}
#whatsAmuws article{
	max-width:800px;
	margin:50px auto 0px auto;
	font-size:20px;
	line-height:1.8em;
}

#company{
	background-color:#58daff;
}













