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

#sec01 {
	position: relative;
	background-image: url("../img/img-01.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
}
#sec01::after {
	content: "image";
	font-size: 10px;
	color: #fff;
	position: absolute;
	right: 0.3em;
	bottom: 0.1em;
}
#sec01 .h3Box {
	padding: 30px 0;
	width: 60%;
}
#sec01 .h3Box h3 {
	font-size: 24px;
}
#sec01 .h3Box .zeh {
	padding: 30px 0;
}
#sec01 .h3Box p {
	font-size: 18px;
}

#sec02 {
	margin-top: 3%;
	border: #00405f solid 1px;
	border-radius: 20px;
	padding: 3% 5%;

}
#sec02 h3 {
	background-image: url("../img/line.svg");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 20%;
	text-align: center;
}
#sec02 h3 span {
	background-color: #fff;
	padding: 0 1em;
}
#sec02 p.lead {
	font-size: 14px;
	text-align: center;padding: 1em 0;
}
#sec02 h4 {
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #00405f;
	font-size: 16px;
	font-weight: 500;
	border-bottom: #00405f solid 1px;
	
}
#sec02 .flex {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	align-items: center;
}
#sec02 .flex .leftBox {
	width: 15%;
}
#sec02 .flex .centerBox {
	width: 35%;
}
#sec02 .flex .rightBox {
	width: 40%;
}
#sec02 .flex2 {
}
#sec02 .flex2 .itemBox {
	width: 30%;
	padding: 30px 0 ;
}
#sec02 .flex2 .itemBox dt {
	border: none;
	background-color: #00405f;
	color: #fff;
	border-radius: 10px;
	height: 2em;
}
#sec02 .flex2 .itemBox dd {
	padding: 0.6em 0;
}
#sec02 .mirai {
	max-width: 860px;
	border: #698ea1 solid 6px;
	border-radius: 20px;
	margin-top: 30px;
	padding: 15px;
	margin: 0 auto;
}
#sec02 .mirai h4 {
	font-size: 28px;
	text-align: center;
	border: none;
}
#sec02 .mirai p {
	text-align: center;
}

#sec03 {
	margin-top: 3%;
}
#sec03 h3 {
	font-size: 26px;
	text-align: center;
	position: relative;
}
#sec03 h3::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	background-color: #000;

}
#sec03 h3 span {
	display: block;
	font-size: 100%;
	background-color: #fff;
	padding: 0 1em;
	margin: 0 auto;
	width: 22em;
	z-index: 1;
	position: relative;
}
#sec03 p {
	text-align: center;
	font-size: 15px;
	padding: 1em 0;
}
#sec04 h3 {
	width: 160px;
}
#sec04 h4 {
	background-color: #00405f;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0.2em;
}
#sec04 .flex1 .leftBox {
	width: 60%;
}
#sec04 .flex1 .rightBox {
	width: 36%;
}
#sec04 .flex1 .rightBox h3 {
	width: 180px;
	margin-top: 50px;
}
#sec04 .flex1 .rightBox .flex2 {
	padding: 5px 0;
	flex-direction: row-reverse;
}
#sec04 .flex1 .rightBox .flex2 .imgBox {
	width: 40%;
}
#sec04 .flex1 .rightBox .flex2 .txtBox {
	width: 57%;
}
#sec04 .flex1 .rightBox .flex3 {
	padding: 10px 0;
}
#sec04 .flex1 .rightBox .flex3 .imgBox {
	width: 40%;
}
#sec04 .flex1 .rightBox .flex3 .txtBox {
	width: 57%;
}
#sec04 .flex12 {
	margin-top: 3%;
}
#sec04 .flex12 .leftBox .flex4 .imgBox {
	width: 40%;
}
#sec04 .flex12 .leftBox .flex4 .txtBox {
	width: 57%;
}
#sec04 .flex12 .leftBox .flex4 .txtBox h4 {
	margin: 15px 0;
}
#sec04 .flex12 .rightBox .rank {
	border: #a7d5d8 solid 4px;
	border-radius: 16px;
	padding: 20px 20px 10px;
}
#sec04 .flex12 .rightBox .rank h4 {
	background-color: #00783d;
	color: #fff;
	border-radius: 7px;
}
#sec04 .flex12 .rightBox .rank p {
	padding: 0.5em 0;
}
#sec04 .flex12 .rightBox .rank p.caption {
	padding: 0;
	text-align: right;
}
#sec04 .flex1 .leftBox p.caption {
		font-size: 10px;
	}



@media screen and (max-width : 959px ){
	#sec01 .h3Box {
    padding: 30px 0;
    width: 50%;
	}
	#sec01 .h3Box h3 {
    font-size: 2.2vw;
	}
	#sec01 .h3Box p {
    font-size: 1.7vw;
	}
	#sec02 .flex2 {
		max-width: 300px;
		margin: 0 auto;
	}
	#sec02 .flex2 .itemBox {
		width: 100%;
	}
	#sec02 .flex2 .itemBox dt {
    font-size: 1.7vw;
	}
	#sec02 .flex2 .itemBox {
 
    padding: 15px 0;
}
	
	#sec04 .flex1 .leftBox,
	#sec04 .flex1 .rightBox{
    width: 100%;
		max-width: 400px;
		margin: 15px auto;
	}
	#sec04 h3,
	#sec04 .flex1 .rightBox h3 {
    width: 150px;
		margin: 0 auto;
    margin-top: 30px;
	}
	
	#sec04 .flex12 .leftBox .flex4 .txtBox,
	#sec04 .flex12 .leftBox .flex4 .imgBox{
			width: 100%;
	}
	#sec04 .flex12 .leftBox .flex4 .imgBox{
			max-width: 300px;
		margin: 0 auto;
	}
}


@media screen and (max-width : 599px ){
	#sec01 .h3Box {
    padding: 10px 0;
    width: 100%;
	}
	#sec01 {
		height: 100vw;
		background-position: right bottom;
	}
	#sec01 .h3Box h3,#sec04 h4  {
    font-size: 3.8vw;
	}
	#sec01 .h3Box p {
    font-size: 3vw;
	}
	#sec01 .h3Box .zeh {
    padding: 10px 0;
}
	#sec02 p.lead {
    font-size: 13px;
		text-align: justify;
	}	
	#sec02 h3 {
   background: none;
	}
	#sec02 h3 span,#sec02 .mirai h4 {
    font-size: 5vw;
  }
	#sec02 h4 {
    font-size: 4.5vw;
	}
	#sec02 .flex .leftBox {
		width: 30%;
		margin: 0 auto;
	}
	#sec02 .flex .centerBox {
		width: 100%;
		padding: 10px 0;
	}
	#sec02 .flex .rightBox {
		width: 100%;
	}
	#sec02 .flex2 .itemBox dt {
		font-size: 4vw;
	}
	#sec03 h3 {
		font-size: 5.5vw;
		padding-top: 20px;
	}
	#sec03 h3::after {
		display: none;

	}
	#sec03 h3 span {
		width: auto;
	}
	#sec03 p {
		font-size: 13px;
		
	}
	#sec04 .flex1 .leftBox dt {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	#sec04 .flex1 .leftBox p,#sec04 .flex1 .leftBox dd {
		padding: 0.5em 0 1em;
		font-size: 13px;
	}
	#sec04 .flex1 .leftBox p.caption {
		font-size: 10px;
	}
	#sec04 .flex1 .rightBox .flex2 {

    flex-direction: row;
	}
	#sec04 .flex1 .rightBox .flex2 .imgBox,
	#sec04 .flex1 .rightBox .flex3 .imgBox{
		width: 55%;
		margin: 0 auto 10px;;
	}
	#sec04 .flex1 .rightBox .flex2 .txtBox,
	#sec04 .flex1 .rightBox .flex3 .txtBox{
		width: 100%;
	}
	@media screen and (max-width: 959px) {
    #sec04 h3, #sec04 .flex1 .rightBox h3 {
        width: 120px;
        margin: 0 auto;
        margin-top: 0px;
    }
		#sec04 .flex1 .rightBox h3.h3-02{
			 width: 140px;
			padding: 30px 0 10px;
		}
	
}
