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

body:before {
     opacity: 0; 
}
#pageWrap {
    padding: 0% 0 0;
	text-align: left;
}

.notes-area {
    margin:0% auto 0;
}

#sec01 {}

#sec02 {
	padding: 5% 0 2%;
}
#sec02 .h3Box {
}
#sec02 .h3Box h3 {
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.2em;
}
#sec02 .h3Box p.lead,
#sec04 .lead{
	font-size: 20px;
	font-size: clamp(15px, 1.8vw, 19px);
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.1em;
}
.btns {
	max-width: 1000px;
	padding: 30px 0;
}
.btns02 {
	padding: 50px 0;
}

.btns a {
	width: 48%;
}
.btns a:hover {
	opacity: 1!important;
}

.child .btns a:nth-child(2),
.parent .btns a:nth-child(1){
	filter: saturate(50%);
	opacity: 0.5;
}
.child .btns a:nth-child(2):hover,
.parent .btns a:nth-child(1):hover{
	filter: saturate(110%);
	opacity: 1;
}

#sec03 {
	background-color: #d2e5f6;
	padding-bottom: 6%;
}
#sec03 h4,
#sec04 h4{
	font-size: 30px;
	color: #1c4e84;
	font-weight: bold;
	border-bottom: #1c4e84 solid 1px;
	margin: 1em auto;
}
#sec03 .flex {
	max-width: 1000px;
	margin-top: 50px;
}
#sec03 .flex .itemBox {
	width: 46%;
	margin-bottom: 30px;
}
#sec03 .flex .itemBox .imgBox {
	border: #1c4e84 solid 2px;
}
#sec03 .flex .itemBox dt {
	color: #1c4e84;
	font-size: 24px;
	font-size: clamp(17px, 2.1vw, 23px);
	height: 3.5em;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#sec03 .flex .itemBox dt span {
	position: relative;
	font-size: 200%;
	left: 0;
	top: -0.1em;
	letter-spacing: 0.1em;
}
#sec03 .flex .itemBox dd {
	font-size: 17px;
	font-size: clamp(13px, 0.9vw, 16px);
	line-height: 1.4;
	text-align: center;
}
#sec03 .flex .itemFlex {
	width: 100%;
	display: flex;
align-items: center;
}
#sec03 .flex .itemFlex .imgBox {
	width: 46%;
}

#sec03 .other {
}
#sec03 .other h5 {
	font-size: 26px;
	color: #1c4e84;
}
#sec03 .support {
	max-width: 800px;
	padding: 3% 0;
}
#sec03 .meritBox {
	max-width: 1000px;
	background-color: #fff;
	border: #9b8356 solid 3px;
}
#sec03 .meritBox h3 {
	background-color: #9b8356;
	color: #fff;
	text-align: center;
	font-size: 26px;
	line-height: 1.1;
	padding: 0.6em;
}
#sec03 .meritBox h3 span {
	font-size: 160%;
}
#sec03 .meritBox .box {
	padding: 1em 3em;
}
#sec03 .meritBox ul {

}
#sec03 .meritBox li {
	color: #9b8356;
	font-size: 24px;
	text-indent: -0.55em;
	line-height: 1.3;
	padding: 0.2em 0;
	span {
		color: #000;
		i {
			font-size: 70%;
			font-style: normal;
		}
	}
}
#sec03 .meritBox .caption {
	font-size: 10px;
	text-align: left;
	padding-top: 1em;
}

#sec03 .meritBox .flex dl:nth-child(1) {
	border-right: #999 solid 1px;
}
#sec03 .meritBox .flex dt {
	font-size: 40px;
	text-align: center;
	color: #ee7c00;
}
#sec03 .meritBox .flex dd {
	text-align: center;
	font-size: 18px;
}
#sec03 .meritBox p {
	text-align: center;
	font-size:18px;
	padding-bottom: 1em;
}
	
#sec04,#sec05 {
	background-color: #d2e5f6;
	padding-bottom: 6%;
}
#sec04 .mainImg,
#sec05 .mainImg{
	position: relative;
}
#sec04 .mainImg h3,#sec05 .mainImg h3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-size: 34px;
	color: #fff;
	padding: 1em;
}
#sec04 .mainImg h3 span,#sec05 .mainImg h3 span {
	font-size: 70%;
	display: block;
	i {
		background-color: #fff;
		color: #106694;
		font-style: normal;
		padding: 0 0.5em;
		margin-right: 0.2em;
	}
}
#sec04 .lead{
	padding: 1em 0;
}
#sec04 .itemWrap{
	background-color: #fff;
	box-shadow: 2px 3px 8px rgba(0,0,0,0.5);
	max-width: 1000px;
	padding: 30px 50px; 
	margin-bottom: 50px;
}
#sec04 .itemWrap h5 {
	width: 100%;
	font-size: 24px;
	letter-spacing: 0em;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
#sec04 .itemWrap h5 span {
display: inline-block;
	font-size: 32px;
	color: #fff;
	background-color: #1c4e84;
	width: 5em;
	padding: 0.2em;
	line-height: 1;
	border-radius: 6px;
	margin-right: 0.3em;
}
#sec04 .itemWrap .txtBox {
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 0 0 1.5em 0;
}
#sec04 .itemWrap .flex {
	gap:30px 0;
}
#sec04 .itemWrap .itemBox {
	width: 30%;
}
#sec04 .itemWrap .itemBox.itemL {
	width: 48%;
	max-width: 400px;
}
#sec04 .itemWrap .itemBox p {
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-top: 0.5em;
	font-size: 16px;
	color: #1c4e84;
}
#sec04 .itemWrap .itemBox p span {
	color: #000;
	i {
		font-size: 220%;
		font-style: normal;
		color: #1c4e84;
		font-weight: bold;
	}
}
#sec04 .itemWrap .aeon {
	width: 100%;
	margin-bottom: 30px;
	.imgBox {
		width: 50%;
	}
	.shops {
		width: 50%;
		position: relative;
		a {
			display: block;
      position: absolute;
      width: 36%;
      right: 8%;
      bottom: 15%;
		}
	}
}
.cos {
	position: relative;
	.ico {
	position: absolute;
	width: 35%;
	left: 2%;
	top: 3%;
	}
}

#sec05 .boxWidth {
	max-width: 1000px;
}
#sec05 h3{
	font-size: 34px;
	text-align: center;
	background: #106694;
background: linear-gradient(90deg, rgba(16, 102, 148, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(1, 104, 61, 1) 100%);
}
#sec05 h3 span{
	font-size: 130%;
	display: inline;
}
#sec05 h4{
	font-size: 26px;
	text-align: center;
	padding: 1em 0;
	border: none;
	color: #1c4e84;
}
#sec05 .typeBox {
	position: relative;
	width: 84vw;
	max-width: 1000px;
	margin: 0 auto;
	.ico {
		position: absolute;
		width: 13%;
		top: 0;
		left: 0;
		transform: translate(-60%,-60%);
	}
}
#sec05 .flex {
	margin-top: 30px;
	padding-bottom: 3%;
	.zumenBox {
		width: 57%;
		position: relative;
		.houi {
			position: absolute;
			width: 30%;
			right: 0;
			bottom: 90%;
		}
	}
	.itemWrap {
		width: 38%;
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		container-type: inline-size;
		.itemBox {
			border: #1c4e84 solid 2px;
			background-color: #fff;
			position: relative;
			dl {
				display: flex;
				flex-wrap: wrap;
				width: 50%;
				
				dt {
					background-color: #1c4e84;
					color: #fff;
					font-size: 4.5cqw;
					text-align: center;
					padding: 0.2em 0;
					width: 100%;
					align-self: flex-start;
					line-height: 1.3;
				}
				dd {
					display: flex;
					align-self: stretch;
flex-wrap: wrap;
					font-size: 3.5cqw;
					padding: 1em;
					line-height: 1.4;
					.cap {
						display: block;
						font-size: 10px;
						line-height: 1.3;
					}
				}
			}
			.imgBox {
				width: 50%;
			}
		}
		.item03 {
			dl {
				width: 100%;
			}
			.imgBox {
				width: 100%;
			}
		}
	}
}
#sec05 .itemBox {
	.line {
		position: absolute;
		right: 100%;
	}
}
#sec05 .item01 {
	.line {
		top: 45%;
		width: 61%;
	}
}
#sec05 .item02 {
	.line {
     top: 11%;
     width: 46%;
	}
}
#sec05 .item03 {
	.line {
		top: -23%;
    width: 45%;
	}
}

#sec05 .iot {
	width: 100%;
	border: #1c4e84 solid 2px;
	background-color: #fff;
	padding: 15px 30px;
	position: relative;
	.leftBox {
		width: 45%;
		.imgBox {
			width: 40%;
		}
		dl {
			width: 60%;
			container-type: inline-size;
			dt {
				font-size: 11cqw;
				line-height: 1.3;
				text-align: center;
				padding: 0.5em 0;
			}
			dd {
				background-color: #1c4e84;
				color: #fff;
				text-align: center;
				font-size: 6.8cqw;
				padding: 0.3em;
				margin-bottom: 5px;
			}
		}
		a {
			display: flex;
justify-content: center;
align-items: center;
			background-color: #b80032;
			color: #fff;
			width: 100%;
			height: 3em;
			border-radius: 10px;
			font-size: 18px;
			text-align: center;
			margin-top: 5px;
		}
	}
	.rightBox {
		width: 55%;
		position: relative;
		p {
			position: absolute;
			font-size: 10px;
			right: 5%;
			bottom: 5%;
		}
	}
}
#sec05 .iot .line {
	position: absolute;
	bottom: 100%;
	left: 35%;
	width: 1.85%;
}


@media screen and (max-width: 959px) {
	#sec02 .h3Box h3 {
		font-size: clamp(24px, 3.2vw, 28px);
		letter-spacing: 0.1em;
	}
	#sec03 > .flex {
    max-width: 400px;
	}
	#sec03 .flex .itemBox,#sec03 .flex .itemFlex .imgBox {
		width: 100%;
	}
	#sec03 .meritBox h3 {
		font-size: clamp(22px, 3.0vw, 24px);
	}
	#sec03 .meritBox h3 span {
		font-size: 150%;
	}
	#sec03 .meritBox .flex dt {
    font-size: clamp(28px, 3.8vw, 30px);
	}
	#sec03 .meritBox .flex dd br {
		display: none;
	}
	#sec03 .meritBox .box {
    padding: 1em 1.5em 1em 2em;
}
	#sec03 .meritBox .caption {
    text-align: center;
    padding: 0em;
}
	#sec04 .mainImg h3 {
    font-size: clamp(20px, 3.4vw, 30px);
	}
	#sec05 h3 {
    font-size: clamp(18px, 3.0vw, 30px);
	}
	#sec05 h4 {
    font-size: clamp(16px, 2.8vw, 30px);
	}
	#sec04 .itemWrap {
    padding: 20px 30px;
}
	
	#sec04 .itemWrap h5 {
    font-size: clamp(16px, 2.2vw, 18px);
	}
	
	#sec04 .itemWrap h5 span {
    font-size: clamp(18px, 3vw, 30px);
	}
	#sec04 .itemWrap .txtBox {
		width: 100%;
		font-size: clamp(14px, 2vw, 16px);
		padding-bottom: 1em;
	}
	#sec04 .itemWrap .itemBox {
		width: 30%;
	}
	#sec04 .itemWrap .aeon {
		width: 100%;
	}
	#sec04 .itemWrap .itemBox p {
    font-size: clamp(12px, 1.5vw, 16px);
}
	#sec03 .meritBox li {
		font-size: 24px;
		font-size: clamp(16px, 3vw, 24px);
	}
	

	
}

@media screen and (max-width: 599px) {
	#sec02 .h3Box h3 {
    font-size: 4.6vw;
		font-size: clamp(16px, 4.8vw, 18px);
    letter-spacing: 0em;
  }
	#sec02 .h3Box p.lead, #sec04 .lead {
    font-size: 3.7vw;
		font-size: clamp(13px, 4vw, 15px);
    text-align: justify;
    letter-spacing: 0em;
		padding: 1em;
	}
	.btns {
		width: 80%;
	}
	.btns a {
    width: 100%;
		margin-bottom: 5px;
	}
	#sec03 h4, #sec04 h4, #sec05 h4 {
   font-size: 5.1vw;
		font-size: clamp(18px, 5.1vw, 20px);
    margin: 0.5em auto;
	}
	#sec03 > .flex {
		width: 90%;
	}
	#sec03 .flex .itemBox dt,#sec03 .other h5 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#sec03 .flex .itemBox dd {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		text-align: justify;
		br {
			display: none;
		}
	}
	#sec03 .meritBox h3 {
		font-size: 4.6vw;
		font-size: clamp(16px, 4.6vw, 18px);
		line-height: 1.3;
	}
	#sec03 .meritBox h3 span {
		font-size: 130%;
	}
	#sec03 .meritBox .flex {
    padding: 0px 0;
}
	#sec03 .meritBox .flex dl {
    width: 100%;
    padding: 20px 20px;
	}
	#sec03 .meritBox .flex dt {
    font-size: 6.4vw;
		font-size: clamp(23px, 6.4vw, 25px);
	}
	#sec03 .meritBox .flex dd,#sec03 .meritBox p {
    font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		text-align: justify;
	}
	#sec03 .meritBox .flex dl:nth-child(1) {
		border: none;
    border-bottom: #999 solid 1px;
}
	#sec03 .meritBox p {
		padding: 0 20px 20px;
		line-height: 1.3;
	}
	#sec03 .support {
    max-width: 400px;
	}
	
	 #sec04 .mainImg h3, #sec05 .mainImg h3 {
		position: static;
    font-size: 5.3vw;
		font-size: clamp(19px, 6vw, 23px);
		padding: 1em 0.5em 0;
		 text-align: center;
		 color: #1c4e84;
  }
	    #sec04 .itemWrap {
        padding: 20px 15px;
				margin-bottom: 25px;
    }
	#sec04 .itemWrap h5 {
    font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
	}
	
	#sec04 .itemWrap h5 span {
    font-size: 5.3vw;
		font-size: clamp(19px, 5.3vw, 21px);
	}
	#sec04 .itemWrap .txtBox {
		font-size: 3.7vw;
		font-size: clamp(13px, 3.7vw, 15px);
		text-align: justify;
		padding-left: 1em;
		padding-right: 1em;
		br {
			display: none;
		}
		br.brSp {
			display: inline;
		}
	}
	#sec04 .itemWrap .itemBox,#sec04 .itemWrap .itemBox.itemL {
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 0px;
	}
	#sec04 .itemWrap .itemBox p {
    font-size: 4vw;
		font-size: clamp(14px, 4vw, 16px);
		text-align: center;
		width: 100%;
	}
	
	#sec04 .itemWrap .aeon {
		width: 100%;
		max-width: 500px;
		padding-bottom: 30px;
		.imgBox {
			width: 100%;
		}
		.shops {
			width: 100%;
		}
	}
	#sec05 .typeBox {
    .ico {
        width: 25%;
			left: auto;
			right: 0;
        transform: translate(20%, -50%);
    }
}
	#sec05 h3 {
    font-size: clamp(15px, 5.0vw, 30px);
		line-height: 1.3;
		padding: 0.5em 0;
	}
	#sec05 h4 {
		font-size: clamp(16px, 3.6vw, 20px);
    }
	#sec05 .flex {
    .zumenBox {
        width: 90%;
			margin: 0 auto;
    }
		.itemWrap {
			width: 100%;
			margin: 0 auto;
		}
	}
	#sec05 .itemBox {
		margin-top: 3%;
    
}
	#sec05 .line {
			display: none;
    }
	#sec05 .flex .itemWrap .itemBox dl dd {
		font-size: 4cqw;
    padding: 0.6em 1em;
    line-height: 1.4;
	}
	#sec05 .iot {
		padding: 15px;
	}
	#sec05 .iot .leftBox,#sec05 .iot .rightBox {
		width: 100%;
    
}
	#sec05 .iot .rightBox {
		padding-top: 20px;
	}
	

}


