@charset "utf-8";

/*-------------------------------
	フロー
-------------------------------*/

.Flow{
	padding-top: 7.5rem;
}
.Flow__image-wrap{
	/* width: 85.2rem; */
	padding-left: 5.9rem;
	padding-right: 5.9rem;
}
.Flow__image{
	width: 85.2rem;
}
.Flow__icon-item:nth-of-type(1){
	left: 68rem;
	top: 12.5rem;
}
.Flow__icon-item:nth-of-type(2){
	left: 45rem;
	top: 11rem;
}
.Flow__icon-item:nth-of-type(3){
	left: 26.5rem;
	top: 8rem;
}
.Flow__icon-item:nth-of-type(4){
	left: 25.5rem;
	top: 24rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:1100px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}