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

#captionBox,#btnswrap {
	background-color: #4d4951;
	color: #fff;
}
.boxWidth {
	max-width: 1100px;
}

#pageTit {
	padding: 0;
	position: relative;
}
#pageTit h2 {
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

#sec01 {
	background-color: #f2ede3;
	padding: 5% 0;
}
#sec01 .h3Box {
	text-align: center;
}
#sec01 .h3Box p.engTxt {
	text-align: center;
	font-size: 24px;
}
#sec01 .h3Box h3 {
	font-size: 32px;
	padding: 1em 0 0;
	
}
#sec01 .h3Box .lead {
	font-size: 21px;
	padding: 2em 0;
	text-align: center;
	line-height: 2;
}


#sec01 .sikichiBox {
max-width: 1200px;
	margin: 0px auto;
}


#sec02 {
	padding: 3% 0;
	background-color: #4d4951;
	color: #fff;
}
#sec02 .itemWrap {
	gap:30px 0;
}

#sec02 .itemBox {
	width: 30%;
}
#sec02 .itemBox dt {
	font-size: 20px;
	padding: 0.5em 0;
}
#sec02 .itemBox dd {
	font-size: 16px;
	letter-spacing: 0em;
}
#sec03 {
	background-color: #4d4951;
}
#sec03 .imgBox {
	position: relative;
}
.capPrs {
	position: absolute;
	font-size: 14px;
	color: #fff;
	right: 2em;
	bottom: 1em;
}


@media screen and (max-width : 959px ){
	.capPrs {
		font-size: 12px;
		right: 1em;
		bottom: 0.5em;
	}
	#sec01 .h3Box p.engTxt {
		font-size: clamp(20px, 2.7vw, 22px);
	}
	#sec01 .h3Box h3 {
		font-size: clamp(24px, 3.3vw, 26px);

	}
	#sec01 .h3Box .lead {
		font-size: clamp(14px, 2vw, 16px);
	}
	#sec02 {
		padding: 50px 0;
	}
	#sec02 .itemBox {
		width: 46%;
	}
	#sec02 .itemBox dt {
		font-size: clamp(18px, 2.5vw, 20px);
	}
	#sec02 .itemBox dd {
		font-size: clamp(13px, 1.9vw, 15px);
	}

}
@media screen and (max-width : 599px ){
	.capPrs {
		font-size: 11px;
		right: 0.6em;
		bottom: 0.3em;
	}
	#sec01 .h3Box p.engTxt {
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sec01 .h3Box h3 {
		font-size: clamp(19px, 5.3vw, 21px);

	}
	#sec01 .h3Box .lead {
		font-size: clamp(13px, 3.7vw, 15px);
		letter-spacing: 0em;
	}
	#sec01 .sikichiBox {
    width: 110%;
		margin-left: -5%;
}
	#sec02 .itemWrap {
		max-width: 360px;
	}
	#sec02 .itemBox {
		width: 100%;
	}
	

		
}
