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

#sec01 {
	/*margin-top: 200vh;*/
	background-color: #fff;
	color: #000;
	padding: 16vh 0 3vh;
	position: relative;
}


#sec01 .h3Box {

	/*padding-bottom: 6%;*/
}
.h3Box .engTxt {
    font-size: 24px;
}
.h3Box h2 {
    font-size: 26px;
    padding: 0.6em 0;
}
.h3Box p {
	font-size: 14px;
	text-align: center;
	line-height: 2.4;
	padding-top: 1em;
}

#sec02 {
}
#sec02 h3,#sec03 h3 {
	background-color: #6ba27b;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 0.2em 0.6em;
	margin-bottom: 0.6em;
}
#sec02 .itemWrap {
	width: 46%;
	max-width: 570px;
	position: relative;
	margin-bottom: 30px;
}
#sec02 .itemWrap h4 {
	font-size: 20px;
	padding-bottom: 1em;
}
.itemWrap p,
.itemWrap dd{
	font-size: 13px;
}
#sec02 .item01 .txtBox {
	width: 48%;
	padding-top: 5%;
}
#sec02 .item01 .txtBox p {
	width: 80%;
}
#sec02 .item01 .imgBox {
	position: absolute;
	right: 0;
	top: -7%;
	width: 55%;
}
#sec02 .item03 .txtBox p {
	width: 48%;
}
#sec02 .item03 .imgBox {
	position: absolute;
	right: 0;
	bottom: 15%;
	width: 50%;
}
#sec02 .item04 {}
#sec02 .item04 .flex {}
#sec02 .item04 .flex dl {
	width: 27%;
	container-type: inline-size;
}
#sec02 .item04 .flex dt {
	background-color: #6ba27b;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	font-size: 11cqw;
	padding: 1em 0;
	text-align: center;
}
#sec02 .item04 .flex .figBox {
	width: 70%;
}
#sec02 .cap {
	font-size: 10px;
	padding-top: 0.3em;
	line-height: 1.2;
	display: block;
}
#sec02 .item05 {
	
}
#sec02 .item05 .item {
	width: 47%;
}
#sec02 .item05 dt,
#sec02 .item06 dt{
	font-size: 16px;
	padding: 0.5em 0 0.2em;
}

#sec03 {
	padding-bottom: 6%;
}
#sec03 h2 {
	text-align: center;
	padding-bottom: 1em;
}
#sec03 .dl01 {
	padding: 1em 0;
	display: flex;
justify-content: flex-start;
align-items: center;

}
#sec03 .dl01 dt {
	font-weight: 600;
	font-size: 24px;
	padding-right: 1em;
}
#sec03 .item {
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	align-items: center;
}
#sec03 .item .imgBox {
	width: 21.7%;
	max-width: 260px;
}
#sec03 .item dl {
	width: 30%;
}
#sec03 .item dt {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 0.3em;
}
#sec03 .item dt span {
	font-size: 80%;
	font-weight: 600;
	color: #9a040c;
	display: block;
}
#sec03 .item dt span sup {
	color: #000;
	font-size: 70%;
}
#sec03 .item dd {
	font-size: 13px;
}
#sec03 .item .fig {
	width: 42%;
	margin-right: 20px;
}
#sec02 .cap,
#sec03 .cap {
	font-size: 10px;
}





@media screen and (max-width: 959px) {
	#sec02,#sec03 {
		max-width: 460px;
	}
	#sec02 .itemWrap {
    width: 100%;
	}
	.sec h2, .sec h3,
	#sec03 .dl01 dt {
     font-size: clamp(16px, 2.5vw, 20px)!important;
		text-align: center;
		    padding-right: 0em;
		width: 100%;
    }
	#sec02 .item01 .imgBox {
    top: -15%;
    width: 50%;
	}
	#sec03 .dl01 {
		padding-top: 0;
	}
	#sec03 .dl01 dd,.itemWrap p, .itemWrap dd {
		font-size: clamp(13px, 1.9vw, 15px);
	}
	
#sec02 .item04 .flex dl,
	#sec02 .item04 .flex .figBox {
    width: 80%;
		padding: 10px 0;
	margin: 0 auto;
}
	#sec02 .item04 .flex dt{
		font-size: clamp(16px, 2.2vw, 18px);
		padding: 0.5em;
	}
	#sec02 .item04 .flex dt br {
		display: none;
	}
	#sec03 .item .imgBox {
		width: 65%;
		max-width: 260px;
		margin: 0 auto;
	}
	#sec03 .item dl,
	#sec03 .item .fig {
		width: 100%;
		margin-right: 0;
		padding-top: 10px;
	}
	#sec03 .item {
		padding: 20px;
	}
	#sec03 .item dt {
    font-size: clamp(16px, 2.2vw, 18px);
		text-align: center;
		padding-top: 0.6em;
}
	#sec03 .item dt br {
		display: none;
	}
	
	
}

@media screen and (max-width: 599px) {
	#sec02 .item01 .txtBox {
			width: 100%;
			padding-top: 0%;
	}
	#sec02 .itemWrap h4 {
		font-size: clamp(15px, 4.3vw, 17px)!important;
		text-align: center;
	}
	#sec02 h3, #sec03 h3 {
		font-size: clamp(16px, 4.6vw, 18px)!important;
		text-align: center;
	}
	#sec02 .item01 .txtBox p {
    width: 100%;
}
	#sec02 .item01 .imgBox,
	#sec02 .item03 .imgBox {
    position: static;
    width: 80%;
		margin: 10px auto 0;
}
	#sec02 .item03 .txtBox p {
    width: 100%;
}
	#sec02 .item05 .item {
    width: 100%;
		max-width: 320px;
		margin:0 auto;
		padding: 10px 0;
}
	#sec02 .item05 dt, #sec02 .item06 dt {
		text-align: center;
	}
	#sec02 .item06 .fig {
		padding-top: 15px;
	}
	    #sec03 .item .imgBox {
        width: 65%;
        max-width: 260px;
        margin: 0 auto;
    }
	

}

