@charset "utf-8";

.staffBg01 {
    position: relative;
}

.staffBg01::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 0 80px 80px 0;
    background: #FFFBF8;
    opacity: .7;
}

.staffBg02 {
    position: relative;
}

.staffBg02::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: calc(100% - 15px);
    max-width: 1440px;
    border-radius: 80px 0 0 80px;
    background: #FFFBF8;
    opacity: .7;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1024px) {

    .staffBg01::before {
        border-radius: 0 100vmax 100vmax 0;
    }

    .staffBg02::before {
        border-radius: 100vmax 0 0 100vmax;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
