* {
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}
img {
    vertical-align: bottom;
}
h1,h2,h3,ul{
    font-size: 100%;
}
#wrap {
    margin: 0 auto;
    width: 1400px;
    position:relative;
    background-color:#ecebd9;
}
header{
    background-image:url(../img/info_bg.png);
    background-repeat:no-repeat;
	background-position:center top;
	background-size:1280px;
	width:100%;
	height:800px;
}
nav ul {
    list-style: none;
    display: flex;
    justify-content:center;
    padding-top:10px;
    height:50px;
}
nav ul li{
    width:155px;
}
nav ul li img{
    width:100%;
}
h1{
    text-align:center;
    margin:0 auto;
    width:340px;
}
h1 img{
    width:100%;
}
#contents{
    margin:0 auto;
}
#contents h2{
    font-size:18px;
    line-height:3;
    text-align:center;
}
#profiele{
    display:flex;
    justify-content:center;
    padding:150px 0;
}
#profiele .logo{
    width:200px;
    padding-right:30px;
}
#profiele .logo img{
    width:100%;
}
#profiele .blank{
    position: absolute;
	top: 50;
	left: 0;
	width: 50%;
	height: 20%;
}
#profiele .text h3{
    width:200px;
    padding-bottom:30px;
}
#profiele .text h3 img{
    width:100%;
}
#profiele .text p{
    line-height:1.8;
    padding-bottom:20px;
}
.gototop{
    text-align:center;
    width:150px;
    margin:0 auto;
    padding-top:150px;
}
.gototop img{
    width:100%;
}
.gototop a:hover{
    opacity:0.5;
	transition:0.3s;
}
footer p{
    text-align:right;
    padding-bottom:7px;
}
footer img{
    width:250px;
}