@charset "utf-8";

#sec_objective .list{
align-items: flex-start;

}

#sec_objective .list>li{
	width: calc(100% / 3 - 2em);
	background: #fff;
	border-radius: 30px;
	padding: 3em 1.5em 1.5em;
	margin: 1.5em 1em;
	position: relative;
}

#sec_objective .list>li:nth-of-type(2),
#sec_objective .list>li:nth-of-type(5){
	margin-top: 4em;
}
#sec_objective .list>li:nth-of-type(3),
#sec_objective .list>li:nth-of-type(6){
	margin-top: 2em;
}

#sec_objective .list h4{
	position: absolute;
	top: -.75em;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	width: fit-content;
	padding: .25em 1em;
	border-radius: 10px;
	box-shadow: 3px 3px 1px 1px #AF8B7B;	
}
#sec_objective .list>li:nth-of-type(1) h4{background: #FFA353;}
#sec_objective .list>li:nth-of-type(2) h4{background: #91BB83;}
#sec_objective .list>li:nth-of-type(3) h4{background: #88CBBD;}
#sec_objective .list>li:nth-of-type(4) h4{background: #F37B98;}
#sec_objective .list>li:nth-of-type(5) h4{background: #56B6E8;}
#sec_objective .list>li:nth-of-type(6) h4{background: #E8C656;}


#sec_features .features01,
#sec_features .features02{
	margin-bottom: 4em;
}

#sec_features h3 span.num{
	padding: .5em 1.5em;
	display: inline-block;
	border-radius: 10px;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	background: #F9EE8C;
	filter:drop-shadow(3px 3px 0 #AF8B7B);
	position: absolute;
	top: -3.5em;
	left: 0;
}
#sec_features h3 span.num::before{
	content: "";
	width: 0;
height: 0;
border-style: solid;
border-color: transparent #F9EE8C transparent transparent;
border-width: 0px 16px 16px 0px;
	position: absolute;
	bottom: -14px;
	left: 2em;
}

#sec_features h3{
	text-align: left;
	font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
	position: relative;
}

#sec_features .box{
	position: relative;
}

#sec_features .txt_area{
	width: 70%;
}
#sec_features .img_area{
	position: absolute;
	bottom: 1em;
	right: 0;
	width: 30%;
	max-width: 260px;
}
#sec_features .features03 .img_area{
	position: absolute;
	bottom: 1em;
	right: 0;
	width: 30%;
	max-width: 160px;
}

#sec_features .features02 .txt_area{
	margin-left: auto;
}
#sec_features .features02 .img_area{
	left: 0;
	right: initial;
}




@media (max-width: 799px){

#sec_objective .list{
align-items: initial;

}
#sec_objective .list>li{
	width: calc(100% / 2 - 2em);
	border-radius: 20px;
	padding: 3em 1.5em 1.5em;
	margin: 2em 1em;
}


#sec_objective .list>li:nth-of-type(2),
#sec_objective .list>li:nth-of-type(5),
#sec_objective .list>li:nth-of-type(3),
#sec_objective .list>li:nth-of-type(6){
	margin-top: 2em;
}



}


@media (max-width: 599px){

#sec_objective .list>li{
	width: 100%;
	border-radius: 10px;
	padding: 3em 1.5em 1.5em;
	margin: 1.5em 1em;
}
#sec_objective .list>li:nth-of-type(2),
#sec_objective .list>li:nth-of-type(5),
#sec_objective .list>li:nth-of-type(3),
#sec_objective .list>li:nth-of-type(6){
	margin-top: 1.5em;
}

}


