@charset "UTF-8";
/* CSS Document */

.contents {
	background-image: url("images/back01.png");
background-position: left top;
background-repeat: no-repeat;
}


.lay02 .box-in {
  justify-content: flex-end;
}

.lay02 .box-in .box02 {
	width: 795px;
}


.lay04 .box-in .box-box2 {
	display: block;
}

.lay04 .box-in .box-box2 .box002 {
	display: flex;
  justify-content: space-between;
	width: 100%;
	padding: 20px;
	padding-left: 0px;
}

.lay04 .box-in .box-box2 .box002 img {
	width: 48%;
height: auto;
}


/* contents01 */

.contents01 {
	margin-bottom: 120px;
	text-align: center;
}

.contents01 h4 {
	font-size: 44px;
line-height: 1.2;
letter-spacing: 0.5em;
font-weight: 300;
	margin-bottom: 50px;
}

.contents01 > p {
	width: 1000px;
	margin-bottom: 50px;
}

.contents01 .box01 {
	width: 1170px;
}

.sp-view {
    display: none;
}

html, body {
    height: 100%;
}
