@charset "utf-8";
/*slide*/
.slide_cover{background:url(/tmp/img/slide/page6/points_wide.webp) bottom 8px left 5% no-repeat,  url(/tmp/img/slide/page6/points_bottom_right.webp) bottom right 22% no-repeat;padding-bottom:230px;}
.slide{height:700px;background:url(/tmp/img/slide/page6/wide.webp) top center;background-size:cover;}
.slide .m_w{display:flex;align-items:flex-end;justify-content:center;height:inherit;}

.slide_content{width:200px;text-align:center;position:relative;left:-230px;z-index:2;}
.slide_content:after{content:'';display:block;width:270px;height:246px;background:linear-gradient(to bottom, #52CD26, #348E14);border-radius:50%;position:absolute;z-index:-1;top:0;bottom:0;right:0;left:calc(50%);margin:auto 0;transform:translateX(-50%);}

/*txt*/
.slide_title{color:#FFFCFC;font-size:30px;font-weight:900;line-height:1.3;}

@media (max-width: 1920px){
	.slide{height:497px;background-image:url(/tmp/img/slide/page6/big.webp);}
}

@media (max-width: 1350px){
	.slide{background-image:url(/tmp/img/slide/page6/medium.webp);}
}

@media (max-width: 1100px){
	/*txt*/
	.slide_title{font-size:25px;}
}

@media (max-width: 900px){
	.slide_content{left:0;}
	.slide .m_w{justify-content:center;}
	
	.slide_content{margin-bottom:12px;}
	.slide_content:after{width:200px;height:180px;background:linear-gradient(to bottom, rgba(82,205,38,.9), rgba(52,142,20,.9));}
}

@media (max-width: 770px){
	.slide_cover{background-image:url(/tmp/img/slide/page6/points_tiny.webp);background-position:bottom 35px right 30px;padding-bottom:120px;}
	.slide{height:388px;background-image:url(/tmp/img/slide/page6/small.webp);background-position:top right;}
	.slide .m_w{justify-content:unset;}
}

@media (max-width: 520px){
	/*txt*/
	.slide_title{font-size:23px;}
	.slide_btn{font-size:16px;}
}

@media (max-width: 500px){
	.slide{background-image:url(/tmp/img/slide/page6/tiny.webp);}
}
/*-*/