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


 #pageTitle {
	/*background-color: #003670;*/
	padding: 2em 0 3em;
	 background-image: url("../img/bg-title.jpg");
	 background-position: center center;
	 background-repeat: no-repeat;
	 background-size: cover;
}
#pageTitle h2 {
	font-size: 24px;
	font-size: clamp(18px, 2.0vw, 24px);
	color: #fff;
	
}
#pageTitle h2 .engTxt {
	display: block;
	width: 7em;
	margin: 0 auto;
	color: #b4a150;
	font-size: 140%;
	letter-spacing: 0.3em;
	border-bottom: #b4a150 solid 2px;
	margin-bottom: 0.5em;
	/*text-shadow: 2px 2px 5px #000,-2px 2px 5px #000,-2px -2px 5px #000,2px -2px 5px #000,0px 0px 10px #000,0px 0px 20px #000,0px 0px 30px #000;*/
	padding-left: 0.3em;
	
}

@media screen and (max-width: 599px) {
#pageTitle h2 {
		font-size: 16px;
		font-size: clamp(15px, 4.3vw, 17px);
	}
}

/*========================================*/
/*=============== palnning ==================*/
/*=========================================*/
#palnning {}
.bgGrd {
    background: #79724E;
    background: radial-gradient(circle, rgba(121, 114, 78, 1) 0%, rgba(71, 63, 37, 1) 80%);
    color: #fff;
}

#contentsWrap {
	/*background-color: #000;*/
	/*padding-bottom: 5%;*/
}

#sec01 {
	background-image: url("../img/bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
#sec01 .h3Box {
	margin: 0 auto;
	padding: 3% 0;
}
#sec01 .h3Box .engTxt {
	text-align: center;
	font-size: 32px;
	color: #b3a263;
}
#sec01 .h3Box h3 {
	font-size: 28px;
	text-align: center;
	padding: 0.7em 0;
}
#sec01 .h3Box .lead {
	text-align: center;
	font-size: 15px;
}



#sec01 .sikichi {
	position: relative;
	padding-left: 7%;
}
#sec01 .sikichi .itemBox {
	position: absolute;
	right: 58%;
	width: 36%;
	max-width: 500px;
	bottom:56%;
	padding: 1.5% 2.5%;
}
#sec01 .sikichi .itemBox .imgWrap {
}
#sec01 .sikichi .itemBox .imgWrap .imgBox {
	width: 48%;
}
#sec01 .sikichi .itemBox dl {

}
#sec01 .sikichi .itemBox dt {
font-size: 1.5vw;
	font-size: clamp(13px, 1.5vw, 19px);
	text-align: center;
	padding: 0.3em 0;
	border-bottom: #fff solid 1px;
}
#sec01 .sikichi .itemBox dd {
font-size: 1.1vw;
	font-size: clamp(10px, 1.0vw, 14.4px);
	padding-top: 0.5em;
}
#sec01 .sikichiBox {
	position: relative;
}
#sec01 .sikichiBox .kigou {
	position: absolute;
	width: 15%;
	max-width: 180px;
	bottom: 5%;
	right: 5%;
}

#sec02 {
	padding: 5% 0 3%;
}

#sec02 #flex01 {
	max-width: 1000px;
	padding-bottom: 3%;
	
}
#sec02 #flex01 .itemBox {
	width: 48%;
	align-items: center;
}
#sec02 #flex01 .itemBox .imgBox {
	width: 63%;
	max-width: 290px;
}
#sec02 #flex01 .itemBox dl {
	width: 36%;
}
#sec02 #flex01 .itemBox dt,
#sec02 #flex02 .itemBox dt {
	border-bottom: #fff solid 1px;
}
#sec02 #flex01 .itemBox dd,
#sec02 #flex02 .itemBox dd {
	letter-spacing: 0em;
	padding-top: 0.3em;
	font-size: 1.24vw;
	font-size: clamp(12px, 1.24vw, 14px);
}
#sec02 #flex02 {
	max-width: 1000px;

}
#sec02 #flex02 .itemBox {
	width: 29%;
	margin-bottom: 3%;
}
#sec02 #flex02 .itemBox dt {
	font-size: 1.64vw;
	font-size: clamp(12px, 1.64vw, 18px);
	text-align: center;
	letter-spacing: 0em;
	padding: 0.5em 0 0.2em;
}
#sec02 #flex02 .itemBox dt sup {
	font-size: 50%;
}
.capImg2::before {
	position: absolute;
	content: "image";
	font-size: 10px;
	right: 52%;
	bottom: 0.1em;
	color: #000;
	letter-spacing: 0;
}
.capImg.sdw {
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
}
#sec03 {
	background-color: #000;
	padding: 5% 0;
}
#sec03 .imgBox {
	position: relative;
}
#sec03 .imgBox p.engTxt {
	font-size: 22px;
	color: #fff;
	position: absolute;
	right: 2%;
	bottom: 1%;
	letter-spacing: 0.1em;
}
.captionBox {
	background-color: #000;
	color: #fff;
	margin-bottom: 0;
}
#btnswrap {
	background-color: #000;
}



@media screen and (max-width: 959px) {
	#sec01 {
		padding-bottom: 5%;
	}
	#sec01 .h3Box .engTxt {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec01 .h3Box h3 {
		font-size: clamp(24px, 3.3vw, 26px);
	}
	#sec01 .h3Box .lead {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	#sec01 .sikichi {
    position: relative;
    padding-left: 0%;
}
	#sec01 .sikichi .itemBox {
		position: static;
		width: 80%;
		max-width: 420px;
		padding: 2% 4%;
		margin: 30px auto 0;
	}
	#sec02 #flex01 {
		width: 70%;
		max-width: 400px;
		gap:30px 0;
	}
	#sec02 #flex01 .itemBox {
    width: 100%;

	}
	#sec02 #flex01 .itemBox .imgBox {
    width: 55%;
	}
	#sec02 #flex01 .itemBox dl {
    width: 42%;
	}
	#sec02 #flex01 .itemBox dl dt {
		padding: 0 10%;
	}

}

@media screen and (max-width: 599px) {
	#pageTitle {
	 background-image: url("../img/bg-title_sp.jpg");
	}
	#sec01 {
		padding-bottom: 5%;
	}
	#sec01 .h3Box .engTxt {
		font-size: 15px;
		font-size: clamp(14px, 4vw, 16px);
	}
	#sec01 .h3Box h3 {
		font-size: 18px;
		font-size: clamp(15px, 4.8vw, 20px);
	}
	#sec01 .h3Box .lead {
		font-size: 13px;
		font-size: clamp(12px, 3.5vw, 14px);
	}
	#sec01 .sikichi .itemBox {
		position: static;
		width: 94%;
		max-width: 420px;
		padding: 4% 4%;
		margin: 30px auto 0;
	}
	#sec02 #flex01 {
		width: 90%;
		max-width: 400px;
		gap:0px 0;
	}
	#sec02 #flex01 .itemBox,
	#sec02 #flex02 .itemBox {
		width: 90%;
		max-width: 280px;
		margin: 0 auto 30px;
	}
	#sec02 #flex01 .itemBox .imgBox {
    width: 100%;
	}
	#sec02 #flex01 .itemBox dl {
    width: 100%;
		padding-top: 3%;
		
	}
	#sec02 #flex01 .itemBox dl dt {
		padding: 0 20%;
	}
	#sec02 #flex02 .itemBox dt {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	
	#sec03 .imgBox p.engTxt {
		font-size: 17px;
		font-size: clamp(16px, 4.6vw, 18px);
	}
	#sec02 #flex01 .itemBox dd, #sec02 #flex02 .itemBox dd {
    letter-spacing: 0.05em;
    padding-top: 0.3em;
    font-size: 13px;
    font-size: clamp(12px, 3.5vw, 14px);
}


}