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

#secTit {
	position: relative;
	margin-top: 0!important;
}

#secTit h4 {
	position: absolute;
	font-size:2.4vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

#sec01 {
	background-color: #e3dccb;
}

.row01 {
	padding-top: 5%;
	max-width: 1200px;
}
.row01 .flex {
	background-color: #796a56;
	color: #fff;
	padding: 30px;
	align-items: center;
}
.row01 .flex dl {
	width: 55%;
}
.row01 .flex .imgBox {
	width: 43%;
	max-width: 400px;
}

.row02 {
	padding-top: 5%;
}
.row02 .itemBox {
	width: 30%;
}
.row03 {
	padding-top: 5%;
}
.row03 .item01 {
	width: 30%;
}
.row03 .rightBox {
	width: 64%;
}
.row03 .rightBox .item02 {}
.row03 .rightBox .item02 .imgBox {
	width: 57%;
	max-width: 360px;
}
.row03 .rightBox .item02 dl {
	width: 41%;
}
.row03 .rightBox .flex02 {
	padding-top: 30px;
}
.row03 .rightBox .flex02 .itemBox {
	width: 47%;
	max-width: 300px;
}

#sec02 {
	padding: 5% 0;
}
#sec02 h4 {
	font-size:2.4vw;
	color: #000;
	position: static;
	width: 100%;
	text-align: center;
}
#sec02 .h3Wrap h3 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 1em;
}

.row04 {
	margin-top: 5%;
	max-width: 1000px;
}
.row04 .leftBox {
	width: 42%;
}
.row04 .rightBox {
	width: 55%;
	background-color: #ececed;
	padding: 20px;
}
.row04 .rightBox .item01 {
	align-items: flex-start;
}
.row04 .rightBox .item01 dl {
	width: 58%;
}
.row04 .rightBox .item01 .imgBox {
	width: 39%;
	max-width: 210px;
}
.row04 .rightBox .item02 {
	background-color: #fff;
	padding: 15px;
	margin-top: 20px;
}
.row04 .rightBox .item02 .imgBox:nth-child(1) {
	width: 53.2%;
}
.row04 .rightBox .item02 .imgBox:nth-child(2) {
	width: 46.8%;
}

.row05 {
	max-width: 800px;
	padding-top: 3%;
}
.row05 .itemBox {
	width: 47%;
	max-width: 370px;
}
.row05 .itemBox dt span {
	display: block;
	background: rgb(162,93,101);
background: linear-gradient(90deg, rgba(162,93,101,1) 50%, rgba(255,255,255,1) 100%);
	color: #fff;
	padding: 0.2em 1em;
}

.row06 {
	max-width: 1000px;
	padding-top: 3%;
}
.row06 .itemBox {
	width: 28%;
	
}


@media screen and (max-width: 959px) {}

@media screen and (max-width: 599px) {
	.row01 .flex dl {
		width: 100%;
		margin-bottom: 20px;
	}
	.row01 .flex .imgBox {
		width: 100%;
		max-width: 400px;
	}
	.row02 .itemBox,.row03 .item01,
	.row03 .rightBox .item02,
	.row03 .rightBox,
	.row03 .rightBox .flex02 .itemBox,
	.row03 .rightBox .flex03 .itemBox{
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.row02 .itemBox .imgBox,
	.row03 .itemBox .imgBox{
		width: 50%;
		margin: 0 auto;
	}
	.row03 .rightBox .item02 .imgBox,
	.row03 .rightBox .flex02 .itemBox .imgBox{
		width: 100%;
		max-width: 300px;
	}
	.row03 .rightBox .item02 dl {
		width: 100%;
	}
	#sec02 h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.row04 .leftBox,.row04 .rightBox {
		width: 100%;
		margin-bottom: 20px;
	}
	.row04 .rightBox .item01 dl {
		width: 100%;
		margin-bottom: 15px;
	}
	.row04 .rightBox .item01 .imgBox {
		width: 70%;
		max-width: 300px;
		margin: 0 auto;
	}
	.row05 .itemBox {
		width: 100%;
		max-width: 100%;
	}
	.row06 .itemBox {
		width: 100%;
		margin-bottom: 20px;
	}
	.row06 .itemBox .imgBox {
		width: 70%;
		max-width: 300px;
		margin:0 auto;
	}
	

	
}

