/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 12 2024 | 01:39:00 */
/* あおばホームとは */
.about {
	position: relative;
	z-index: 1;
}
.about::before {
    content: "";
    display: block;
    background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/04/2497527.png);
    top: 5rem;
    left: -3rem;
    width: 7rem;
    height: 7rem;
    position: absolute;
	z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}


.about::after {
    content: "";
    display: block;
    background-image: url(https://test06.koo-lab.com/aobahome/wp-content/uploads/2024/04/2497527.png);
    top: 5rem;
    right: -3rem;
    width: 7rem;
    height: 7rem;
    position: absolute;
	z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transform: scaleX(-1);
}
