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

body:before {
    opacity: 0;
}
.gothic {
	font-family: "Noto Sans JP", sans-serif;
}
#pageWrap {
	text-align: left;
	padding: 0;
}
#leadBox {
	padding: 3% 0;
	font-size: 22px;
	text-align: center;
}
.sec {
	background: #8C0020;
background: linear-gradient(90deg, rgba(140, 0, 32, 1) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(140, 0, 32, 1) 95%);
	margin-bottom: 5%;
}
.box {
	width: 96%;
	box-shadow: 5px 5px 10px rgba(46,91,109,0.5);
	background-color: #fff;
	container-type: inline-size;
	position: relative;
}

.box .h3Box {
	position: relative;
	z-index: 2;
}
.box .h3Box .numBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	transform: translate(-15%,-10%);
	 
}
.box .h3Box .numBox .base {
	filter: drop-shadow(3px 5px 6px rgba(0, 0, 0, 0.6));
	transform: rotateY(90deg);
	transition: 0.6s ease-out 0.3s;
}
.box .h3Box .numBox.active .base {
	transform: rotateY(0deg);
}
.box .h3Box .numBox .num {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.6));
	transform: scale(2);
	transition: 0.5s ease-out 0.6s;
	opacity: 0;
}
.box .h3Box .numBox.active .num {
	transform: scale(1);
	opacity: 1;
}
.box .h3Box h3 {
	padding-left: 15%;
	padding-top: 1em;
	font-size: 3.6cqw;
	line-height: 1.2;
}
.box .h3Box h3 i {
	display: inline-block;
	font-style: normal;
	position: relative;
	
}
.box .h3Box h3 i::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	background-color: #fff586;
	mix-blend-mode:multiply;
}
.box .h3Box h3 span {
	display: block;
	font-size: 75%;
	padding-top: 0.3em;
}
.box .figBox {
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	transform: translate(30%,-30%);
}
.innerBox {
	width: 90%;
	max-width: 1100px;
	margin: 5% auto;
}
#sec01 h3 {
	color: #8c0020;
	font-size: 4.3cqw;
}
#sec01 .flex {}
#sec01 .flex .txtBox {
	width: 57%;
}
#sec01 .flex .txtBox p {
	font-size: 1.7cqw;
	font-size: clamp(13px, 1.7cqw, 20px);
	line-height: 2;
}
#sec01 .flex .txtBox p span {
	color: #86063d;
}
#sec01 .flex .imgBox {
	width: 41%;
	max-width: 450px;
}
#sec01 .items01 {
	background-color: #fff8e2;
	padding: 30px 0;
	margin-top: 50px;
}
#sec01 .items01 h4 {
	font-size: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
#sec01 .items01 h4 span {
	background-color: #fff8e2;
	padding: 0 0.5em;
}
#sec01 .items01 h4::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
	z-index: -1;
}
#sec01 .items01 dl {
	display: flex;
justify-content: flex-start;
align-items: center;
	gap:0 20px;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
#sec01 .items01 dt {
	
	width: 28%;
}
#sec01 .items01 dd {
	width: calc(72% - 20px);
	font-size: 1.8cqw;
	line-height: 1.3;
}
#sec01 .items02 {
	background-color: #fff8e2;
	padding: 0;
	margin-top: 50px;
}
#sec01 .items02 h4 {
	width: 100%;
	font-size: 32px;
	text-align:center;
	color: #86063d;
	background-color: #fff;
	border-bottom: #86063d solid 1px;
}
#sec01 .items02 .flex01,#sec01 .items02 .flex02 {
	padding: 30px;
	align-items: center;
}
#sec01 .items02 .flex01 .txtBox {
	width: 50%;
}
#sec01 .items02 .flex01 .txtBox p {
	font-size: 1.7cqw;
	line-height: 2;
}
#sec01 .items02 .flex01 .imgBox {
	width: 48%;
}
#sec01 .items02 .flex02 {}
#sec01 .items02 .flex02 .leftBox {
	width: 51%;
}
#sec01 .items02 .flex02 .rightBox {
	width:48%;
}
#sec01 .items02 .flex02 .rightBox .caption {
	text-align: right;
	font-size: 10px;
	line-height: 1.3;
}
#sec01 .items02 .cap01 {
	padding: 0 30px 30px;
	font-size: 10px;
	line-height: 1.3;
}
#sec01 .items03 .flex01 .txtBox .fig {
	padding-top: 15px;
}
#sec01 .items03 .flex02 {
	
}
#sec01 .items03 .flex02 h5 {
	width: 100%;
	background-color: #636262;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
}
#sec01 .items03 .flex02 .itemBox {
	width:calc(100% / 3);
	text-align: center;
	padding: 0px 15px;
	margin-top: 30px;
}
#sec01 .items03 .flex02 .item02 {
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
}

#sec01 .items03 .flex02 .itemBox img {
	width: 40%;
	
}
#sec01 .items03 .flex02 .itemBox p {
	text-align: center;
	font-size: 1.2cqw;
	padding: 1em 0;
}
.sec a {
	display: block;
	background-color: #8c0020;
	color: #fff;
	text-align: center;
	font-size: 1.8cqw;
	border: #fff solid 2px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.6);
	margin-top: 50px;
	border-radius: 10px;
}
.sec a:hover {
	opacity: 0.7;
}
.sec a span {
	font-size: 140%;
	color: #fff8b0;
	
}

#sec02 {}
#sec02 .flex {}
#sec02 .flex .itemBox {
	width: 18.2%;
	position: relative;
}
#sec02 .flex .itemBox p {
	text-align: center;
	line-height: 1.3;
	font-size: 1.2cqw;
	padding: 0.3em 0;
}
#sec02 .flex .itemBox .min {
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
	transform: translate(18%,-15%);
}
#sec02 .edc .edcLine {
	width: 90%;
	margin: 0 auto;
	border-top: #000 solid 1px;
}
#sec02 .innerBox {
	margin-top: 30px;
}
#sec02 {
	background: #004683;
background: linear-gradient(90deg, rgba(0, 70, 131, 1) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(0, 106, 94, 1) 95%);
}
#sec02 h3 {
	color: #004683;
}
#sec02 .edc h3 {
	color: #006a5e;
}
#sec02 .flexEdc {
	position: relative;
}
#sec02 .flexEdc .fig {
	position: absolute;
	left: 0;
	top: -5%;
	width: 20%;
	z-index: 1;
}
#sec02 .mapBox {
	padding: 50px 0 0px;
	
}
#sec02 a {
	background-color: #004683;
}
#sec03 {
	background: #783287;
background: linear-gradient(90deg, rgba(120, 50, 135, 1) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(120, 50, 135, 1) 95%);
}
#sec03 h3 {
	color: #783287;
}
#sec03 .flex {
	padding: 50px 0;
}
#sec03 .flex.boxA {
	flex-direction: row-reverse;
}
#sec03 .flex.boxC {
	border-top: #000 solid 2px;
	
}
#sec03 .flex .typeBox {
	width: 30%;
}
#sec03 .flex .typeBox .siharai {
	padding-top: 30px;
}
#sec03 .flex .zumenBox {
	width: 67%;
	max-width: 730px;
}

#sec03 .flex02 {
	background-color: #fff8e2;
	border-top: #000 solid 2px;
	padding: 2% 6%;
}
#sec03 .flex02 .itemBox {
	width: 45%;
	flex-direction: row-reverse;
	align-items: center;
}
#sec03 .flex02 .itemBox .imgBox {
	width: 40%;
}
#sec03 .flex02 .itemBox dl {
	width: 55%;
}
#sec03 .flex02 .itemBox dt {
	font-size: 1.4cqw;
	padding-bottom: 0.5em;
}
#sec03 .flex02 .itemBox dd {
	font-size: 1.1cqw;
}

#sec03 .flex02 .lineTate {
	border-left: #000 dotted 1px;
}


#sec04 {
	background: #E95504;
background: linear-gradient(90deg, rgba(233, 85, 4, 1) 5%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 95%, rgba(233, 85, 4, 1) 95%);
}
#sec04 h3 {
	color: #E95504;
}
#sec04 .lead {
	text-align: center;
	   font-size: clamp(12px, 1.7cqw, 20px);
	padding: 1.5em 0;
}
#sec04 .fig02 {
	max-width: 820px;
	margin:0 auto;
}
#sec04 a {
	background-color: #e95504;
}




@media screen and (max-width: 959px) {
	#leadBox,
	#sec01 .items01 h4{
   font-size: clamp(16px, 2.2vw, 18px);
	}
	#sec01 .items01 dl {
		
	}
	#sec01 .items01 dd {
		width: 70%;
    font-size: 2.2cqw;
		font-size: clamp(14px, 2.0cqw, 18px);
	}
	#sec01 .items01 dt {
    width: 25%;
	}
	#sec01 .items02 h4 {
		font-size: clamp(20px, 2.7vw, 22px);
	}
	#sec01 .items02 .flex01 .txtBox p br {
		display: none;
	}
	#sec01 .items03 .flex02 .itemBox img {
    width: 60%;
	}
	
	#sec01 .items03 .flex02 .itemBox p {
    font-size: clamp(12px, 1.2cqw, 18px);
	}
	
	.sec a {
		padding: 10px 0;
	}
	#sec03 .flex02 .itemBox .imgBox {
		width: 50%;
		margin: 0 auto;
	}
	#sec03 .flex02 .itemBox dl {
		width: 100%;
	}
	#sec03 .flex02 .itemBox dt {
		font-size: 15px;
		text-align: center;
		line-height: 1.3;
		padding: 0.3em 0;
	}
	#sec03 .flex02 .itemBox dd {
		font-size: 13px;
	}
	#sec04 .lead {
		font-size: clamp(12px, 2cqw, 20px);
	}
}

@media screen and (max-width: 599px) {
	#leadBox {
		padding: 30px 0;
	}
	.box .h3Box .numBox {
    position: static;
    width: 30%;
    transform: translate(0%, -10%);
		margin: 0 auto;
}
	.box .figBox {
    position: absolute;
    right: 3%;
    top: 0;
    width: 23%;
    transform: translate(0%, -30%);
	}
	#sec01 h3 {
    font-size: clamp(19px, 5.3vw, 21px);
	}
	.box .h3Box h3 {
    padding-left: 0;
		text-align: center;
}
	#sec01 .flex {
		flex-direction: column-reverse;
	}
	#sec01 .flex .txtBox {
	width: 100%;
}
#sec01 .flex .txtBox p br {
	display: none;
}
#sec01 .flex .txtBox p span {
	color: #86063d;
}
#sec01 .flex .imgBox,#sec01 .items02 .flex01 .imgBox {
	width: 100%;
	max-width: 450px;
	padding-bottom: 15px;
}
	#sec01 .items01 dl {
		display: block;
	}
	#sec01 .items01 dt {
		width: 60%;
		max-width: 180px;
		margin: 0 auto;
	}
	#sec01 .items01 dd {
		width: 100%;
		font-size: clamp(14px, 3.5vw, 156px);
		padding: 0.3em 0;
		text-align: center;
	}
	#sec01 .items02 h4 {
		line-height: 1.3;
		padding-bottom: 0.3em;
		font-size: clamp(18px, 2.7vw, 22px);
	}
	#sec01 .items02 .flex01 .txtBox {
		width: 100%;
		
	}
	#sec01 .items02 .flex01 .txtBox p {
		font-size: clamp(13px, 1.7cqw, 20px);
	}
	#sec01 .items02 .flex01, #sec01 .items02 .flex02 {
    padding: 15px;
}
	#sec01 .items02 .flex02 .leftBox {
	width: 90%;
		max-width: 300px;
		margin: 0 auto;
		padding-bottom: 20px;
}
#sec01 .items02 .flex02 .rightBox {
	width:100%;
	max-width: 350px;
	margin: 0 auto;
}
	#sec01 .items03 .flex02 h5 {
    font-size: clamp(18px, 5.1vw, 20px);
}
	#sec01 .items03 .flex02 .itemBox {
    width:100%;
    text-align: center;
    padding: 0px 0px;
    margin-top: 30px;
}
	#sec01 .items03 .flex02 .itemBox img {
        width: 40%;
		max-width: 120px;
    }
	#sec01 .items03 .flex02 .itemBox p {
      font-size: clamp(12px, 3.5vw, 14px);
    }
	#sec01 .items03 .flex02 .item02 {
		border: none;
    border-top: #000 solid 1px;
    border-bottom: #000 solid 1px;
		padding-top: 20px;
	
}
	#sec01 .items01 h4::after {
		display: none;
	}
	#sec01 .items01 h4 {
		line-height: 1.3;
		padding-bottom: 1em;
		font-size: clamp(17px, 4.8vw, 19px);
	}
	.sec a {
    font-size: 3.5cqw;
		margin-top: 25px;
	}
	.sec a span {
		font-size: 120%;
	}
	.box .h3Box h3 {
    padding-left: 0;
    padding-top: 1em;
    font-size: 4.6cqw;
    line-height: 1.2;
	}
	#sec02 .flex {
		width: 75%;
		max-width: 280px;
		margin: 0 auto;
	}
	#sec02 .flex .itemBox {
    width: 100%;
	}
	#sec02 .flex .itemBox .min {
    width: 30%;
}
	#sec02 .flex .itemBox p {
    font-size: 3.4cqw;
		padding: 0.7em 0 1.5em;
}
	#sec01 .items02 .cap01 {
    padding: 0 15px 15px;
}
	#sec02 .flexEdc .fig {
    position: absolute;
    left: 15%;
    top: 0%;
    width: 70%;
    z-index: 1;
}
	#sec02 .mapBox {
    padding: 25px 0 0px;
}
	#sec03 .flex {
    padding: 25px 0;
	}
	#sec03 .flex .typeBox {
	width: 80%;
		margin: 0 auto;
}
#sec03 .flex .typeBox .siharai {
	padding-top: 30px;
}
#sec03 .flex .zumenBox {
	width: 100%;
	padding-top: 25px;
}
	#sec03 .flex02 .itemBox {
	width: 100%;
		padding: 15px 0;
}
#sec03 .flex02 .itemBox .imgBox {
	width: 40%;
}
#sec03 .flex02 .itemBox dl {
	width: 100%;
}
#sec03 .flex02 .itemBox dt {
	font-size: 16px;
	padding-bottom: 0.5em;
}
#sec03 .flex02 .itemBox dd {
	font-size: 13px;
}

#sec03 .flex02 .lineTate {
	width: 100%;
	height: 1px;
	border-top: #000 dotted 1px;
}
	
}

