/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 10 2024 | 02:27:05 */
/* 入居までの流れ 葉っぱ */
.flow {
	position: relative;
}
.flow::after {
	content: '';
	background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/02/2509394.png);
	top: -18rem;
    width: 20rem;
    height: 20rem;
	right: -10rem;
    position: absolute;
    z-index:5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.flow2 {
	position: relative;
}
.flow2::before {
	content: '';
	background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/02/2509394.png);
	bottom: -12rem;
    width: 20rem;
    height: 25rem;
	left: -10rem;
    position: absolute;
    z-index:5;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
	transform: scaleX(-1);
}