@media screen and (max-width: 1200px) {
	section.slider {
		margin: 50px 40px auto;
		border-radius: 200px 200px 10px 10px;
		overflow: hidden;
	}
	section.slider:after {
		bottom: -80px;
		left: -80px;
		transform: scale(0.6);
	}
	section#news:after {
		bottom: -300px;
		right: -150px;
		transform: scale(0.5);
	}
	.greeting_child_img img {
		height: 800px;
	}
	section#intro:before {
		top: -180px;
		left: -100px;
		transform: scale(0.6);
	}
	section#intro:after {
		bottom: 0px;
		right: -100px;
		transform: scale(0.6);
	}
	section#info:before {
		top: -200px;
		left: -150px;
		transform: scale(0.4);
	}
	section#info:after {
		bottom: -400px;
		right: -150px;
		transform: scale(0.4);
	}
}

@media screen and (max-width: 1024px) {
	.intro_wrap .com-list01 li {
		width: 48%;
	}
}

@media screen and (max-width:820px) {
	section.slider:after {
		bottom: -100px;
		left: -100px;
		transform: scale(0.5);
	}
	section#news:after {
		bottom: -380px;
		right: -150px;
		transform: scale(0.5);
	}
	.greeting_child_title {
		width: 5%;
		margin-left:10%;
	}
	.greeting_child_content {
		width: 80%;
		margin: 150px 2% 0;
	}
	.greeting_child_img {
		width: 100%;
		margin-top: 100px;
		margin:0 5%;
	}
	.greeting_child_img img{
		border-radius:30px;
		height: auto;
	}
	section#intro:before {
		top: -150px;
		left: -150px;
		transform: scale(0.45);
	}
	section#intro:after {
		display:none;
	}
	section#info:before {
		top: -200px;
        left: -200px;
        transform: scale(0.3);
	}
	section#info:after {
		bottom: -400px;
		right: -200px;
		transform: scale(0.35);
	}
	section#contact {
		padding: 0 0 100px;
	}
}

@media screen and (max-width:600px) {
	section.slider {
		margin: 50px 20px auto;
		border-radius: 100px 100px 10px 10px;
		overflow: hidden;
	}
	section#news {
		padding: 50px 0 30px;
	}
	section#news:after {
		bottom: -380px;
		right: -150px;
		transform: scale(0.45);
	}
	section#intro:before {
        top: -120px;
        left: -180px;
        transform: scale(0.4);
    }
	.intro_wrap .com-list01 li {
		width: 99%;
	}
	section#info:after {
		bottom: -400px;
        left: -330px;
        transform: scale(0.35);
    }
}

@media screen and (max-width:480px) {
	section.slider {
		margin: 20px 20px auto;
		border-radius: 80px 80px 10px 10px;
        overflow: hidden;
    }
	.home .title h2::after {
		font-size: 70px;
	}
	section#news:after {
        bottom: -380px;
        right: -180px;
        transform: scale(0.4);
    }
	section#intro:before {
        top: -120px;
        left: -200px;
        transform: scale(0.35);
    }
	section#info:before {
        top: -200px;
        left: -250px;
        transform: scale(0.2);
    }
	section#info:after {
        bottom: -350px;
        left: -330px;
        transform: scale(0.3);
    }
	
}