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

#sec01 {
	margin-top: 200vh;
	background-color: #544e4c;
	color: #fff;
	padding: 20vh 0 10vh;
	position: relative;
}
#sec01 .mainImg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#sec01 .mainImg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#sec01 .mainImg dl {
	position: absolute;
	width: 20em;
	left: 5%;
	bottom: 5%;
	color: #fff;
}
#sec01 .mainImg dt {
	font-size: 16px;
	padding-bottom: 0.5em;
}
#sec01 .mainImg dt span {
	font-size: 70%;
}
#sec01 .mainImg dd {
	font-size: 13px;
}
#sec01 .items {
	width: 45%;
	margin-left: 55%;
}
.h3Box .engTxt {
    font-size: 24px;
    text-align: left;
}
.h3Box h2 {
    font-size: 26px;
    padding: 0.6em 0;
    text-align: left;
}
.h3Box p {
	font-size: 14px;
	text-align: justify;
}
#sec01 .items .flex01 {
	align-items: flex-end;
}
#sec01 .items .flex01 .imgBox {
	width: 61.5%;
	max-width: 330px;
}
#sec01 .items .flex01 ul {
	width: 37%;
}
#sec01 .items .flex01 li {
	background-color: #a38a77;
	color: #fff;
	display: flex;
justify-content: center;
align-items: center;
	height: 4em;
	font-size: 14px;
	margin-top: 10px;
}
#sec01 .items .flex01 dl {
	width: 100%;
}
#sec01 .items .flex02 {
	gap:30px 0;
	padding-top: 30px;
}
#sec01 .items .flex02 .itemBox {
	width: 46.3%;
	max-width: 250px;
}

#sec01 .items .itemBox dt {
	flex-wrap: wrap;
	align-content: center;
    border: #333 solid 1px;
    background-color: rgba(167, 155, 113, 0.15);
    margin: 0.5em 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
	
}
#sec01 .items .flex02 .itemBox dt span {
	display: block;
	position: relative;

	font-size: 70%;
}


#sec02 {
	background-color: #fff;
	padding: 5% 0;
	position: relative;
}

#sec02 .flex01 {}
#sec02 .flex01 .mainImg {
	width: 58.5%;
	max-width: 700px;
}
#sec02 .flex01 .rightBox {
	width: 38%;
}
#sec02 .flex01 .rightBox .item01 {
	max-width: 250px;
	padding: 30px 0;
	margin: 0 auto;
}
#sec02 .flex01 .rightBox .item02 {
}
#sec02 .flex01 .rightBox .item02 h4 {
	width: 100%;
	font-size: 20px;
	color: #258cc4;
	text-align: center;
	padding: 0.5em 0;
}
#sec02 .flex01 .rightBox .item02 .imgBox {
	width: 62%;
	max-width: 260px;
}
#sec02 .flex01 .rightBox .item02 dl {
	width: 38%;
}
#sec02 .flex01 .rightBox .item02 dt {
	border: none;
	background: none;
height: 2em;
	box-shadow: none;
}
#sec02 .flex01 .rightBox .item02 dd {
	text-align: justify;
}
#sec02 .flex01 .rightBox .item02 .figBox {
	width: 80%;
	padding-top: 20px;
	margin: 0 auto;
}
#sec02 .flex02 {
	padding-top: 3%;
}
#sec02 .flex02 .itemBox {
	width: 21%;
	max-width: 250px;
}



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

	#sec01 .h2Box h2 {
    font-size: clamp(13px, 6.8cqw, 46px)!important;
    color: #000;
    line-height: 2;
	}
	#sec01 .mainImg {
    width: 100%;
    height: auto;
		max-width: 500px;
    position: relative;
		margin: 0 auto;
	}

	#sec01 .items {
    width: 100%;
		max-width: 500px;
    margin: 30px auto 0;
}
	#sec02 .flex01 .mainImg {
		 width: 94%;
    height: auto;
		max-width: 500px;
    position: relative;
		margin: 0 auto;
	}
	#sec02 .flex01 .rightBox {
		 width: 100%;
		max-width: 400px;
    margin: 30px auto 0;
	}
	#sec02 .flex01 .rightBox .item01 {
		padding-top: 0;
	}
		#sec02 .flex02 {
		gap:30px 5%;
		justify-content: center;
			padding-top: 50px;
	}
	#sec02 .flex02 .itemBox {
		width: 45%;
		max-width: 300px;

	}
	
}

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

	#sec01 {
		width: 100%;
		padding-bottom: 50px;
	}
	
#sec01 .mainImg dl {
    width: 90%;
	}
	#sec01 .mainImg dt {
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec01 .mainImg dd {
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec01 .items .flex01,
	#sec01 .items .flex02,
	#sec02 .flex02 {
		max-width: 320px;
		margin: 0 auto;
	}
	#sec01 .items .flex01 .imgBox,
	#sec01 .items .flex01 ul{
		width: 100%;
	}
	#sec01 .items .flex01 ul{
		width: 66%;
		margin: 0 auto;
		container-type: inline-size;
	}
	#sec01 .items .flex01 li {
		font-size: clamp(10px, 5.8cqw, 16px);
		height: 2.6em;
	}
	#sec01 .items .flex02 .itemBox,
	#sec02 .flex02 .itemBox{
		width: 100%;
		max-width: 100%;
	}
	#sec02 {
		padding-top: 50px;
	}
	
	

}

