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

#pageWrap {
  padding: 0% 0 0%;
	background: none;
}
#pageWrap .boxWidth {
	max-width: 960px;
	padding: 5% 0;
}
#sec02 {
	background-image: url("../img/bg-01.jpg");
	background-position: top center;
	background-size: cover;
}
#sec02 h3 {
	font-size: 22px;
	text-align: center;
	color: #d3bb4d;
}
#sec02 .lead {
	font-size: 15px;
	text-align: center;
	color: #fff;
	padding: 1em 0;
}
#sec02 .figBox {
	margin: 0 auto;
	padding: 5% 0;
}
#sec02 h4 {
	margin: 0 auto;
	background: #D0C79B;
background: linear-gradient(90deg, rgba(208, 199, 155, 1) 0%, rgba(210, 210, 211, 1) 50%, rgba(208, 199, 155, 1) 100%);
	color: #a30000;
	font-size: 22px;
	display: flex;
justify-content: center;
align-items: center;
	height: 4em;
}
#sec03 .imgBox {
	width: calc(100% / 4);
}

#sec04 {
	background-image: url("../img/bg-02.jpg");
	background-position: top center;
	background-size: cover;
	padding: 3% 0;
}
#sec04 .boxWidth {
	max-width: 1000px;

}
#sec04 h3 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#sec04 .cap {
	text-align: center;
	padding: 1em 0;
}
#sec04 .voiceBox {
	padding-top: 3%;
}
#sec04 .voiceBox a {
	width: 32%;
	display: block;
	background-image: url("../img/bg-voice.svg");
	margin-bottom: 20px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	
}
.mfp-image-holder .mfp-content {
	width: 90%;
    max-width: 800px;
}

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

}

@media screen and (max-width : 599px ){
	.boxWidth {
		container-type: inline-size;
	}
	#sec02 h3 {
		font-size: clamp(13px, 5.4cqw, 24px);
	}
	
	#sec02 .lead {
		font-size: clamp(13px, 4.4cqw, 18px);
	}
	#sec02 .figBox {
		background-color: #fff;
		padding: 5%;
	}
	#sec02 h4 {
    margin: 0 auto;
		padding: 1em;
		text-align: center;
		font-size: 5cqw;
		height: auto;
}
	#sec04 .cap {
    display: none;
}
	#sec03 .imgBox {
    width: calc(100% / 2);
}
	#sec04 .voiceBox {
		max-width: 420px;
		margin: 0 auto;
	}
	#sec04 .voiceBox a {
    width: 100%;
		pointer-events: none;
}
	

}
