@charset 'UTF-8';

.top-business__img{
    max-width: 1086px;
    margin: 0 auto;
    padding: 0 20px;
}

.btn-products__btn{
    position:relative;
}

@media only screen and (max-width:767px){
	.intro__img-01{
		width:10rem;
		top:26.6rem;
		right: calc(50% + 4rem);
	}
    .intro__img-02 {
        top: 53.5rem;
        width: 8rem;
        right: calc(50% + 4.125rem);
    }
	.intro__img-03{
		width:10rem;
		left: calc(50% + 6rem);
	}
    .intro__img-04 {
        top: 29rem;
        left: calc(50% + 2.75rem);
        width: 10rem;
    }
    .intro__img-05 {
        top: 55rem;
        left: calc(50% + 2rem);
        width: 10rem;
    }

    .top-business__img{
        padding:0;
    }
}