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



/* contents01 */

.contents01, .contents02 {
	width: 100%;
	margin-bottom: 100px;
}

.contents01 {
	padding-top: 40px;
}

/* contents01 */

.contents01 h2 img {
	width: 100%;
height: auto;
	max-height: 600px;
	object-fit: cover;
}

.contents01 .box01 {
	width: 1100px;
	padding-top: 50px;
}


/* contents02 */

.contents02 .box {
	padding: 60px 0px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 60px;
	background-image: url("images/back01.jpg");
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
}

.contents02 .box:nth-child(even) {
	background-image: none;
	flex-direction: row-reverse;
}

.contents02 img {
	width: 100%;
height: auto;
}

.contents02 .midashi02 {
	text-align: left;
	font-size: 26px;
	padding-top: 15px;
	letter-spacing: 0.15em;
}

.contents02 .box01 {
	width: 540px;
}

.contents02 .box02 {
	width: 560px;
}


.sp-view {
	display: none;
}
