body {
	font-family: "Noto Sans JP";
	font-size: 16px;
	color: #333333;
}
a{
	text-decoration:none;
	color:#333333;
}

.header-logo{
	width: 230px;
	margin: auto 30px;
}
.header-logo img{
	width: 100%;
}

.header {
	display:flex;
	font-size: 15px;
	margin-top:34px;
	justify-content: space-between;
	max-width:100%;
	margin:0 auto;
}

.header-list li  {
	list-style: none;
	margin-left: 35px;
}
.header-list ul{
	display:flex;
	align-items:center
}

.sns {
	width:25px;
}

.contact-image {
	width: 188px;
	margin-right: 30px;
}
.top-image img{
	width: 100%;
	position:relative;
}

.top-catch h2{
	font-size:33px;
}
.top-catch  {
	position: absolute;
	top: 300px;
	left: 92px;
}
.deco-image1{
	position: absolute;
	width:25%;
	top: 160px;
	left: -52px;
}
.deco-image2{
	position: absolute;
    width: 10%;
    left: 47px;
    top: 472px
}
.news-title img{
	width:160px;
}
.about-wrap {
	background-color: #EFF4FB;
	display: flex;
}
.about-title img{
	width:370px;
}
.about-left {
	width:50%;
}
.about-left img {
	width:100%;
}
.about-right {
	width: 50%;
}
.about-content {
	width: 389px;
}
.about-btn img {
	width:215px;
}