@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
.main-visual {
    margin-top: 5.4vw;
    line-height: 0;
}
.staff_visual {
    width: 100%;
}
.staff {
    text-align: center;
    background-image: url("images/staff_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	background-color: #dfe0d9;
}
.staff_4members {
    width: 65%;
    padding-top: 11vw;
    padding-bottom: 12.1vw;
}