@charset "UTF-8";

#factory .bg-img {
    background-image: url(../images/factory/factory_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 328px;
    margin-bottom: 100px;
    margin-top: 250px;
}

.f_img01{
    margin: 80px 0 120px auto;
    display: flex;
    justify-content: flex-end;
}

.f_img02{
    margin: 80px 0 120px auto;
    display: flex;
    justify-content: flex-start;
}

.f_img:last-of-type{
    margin-bottom: 120px;
}