.top h2{
    background-image: url(../img/top_two.png);
    background-position: 0px 37%;
}
/* style */
.style-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-group figure {
    margin: 0;
    width: 49%;
    position: relative;
}

.style-group figure img {
    position: relative;
    z-index: 2;
}

.style-group figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA;
    position: absolute;
    top: 30px;
    left: 30px;
}

.style-item {
    width: 33%;
}

.style-group p {
    margin: 0 auto 36px;
}

.style-btn {
    display: block;
    width: 57%;
    padding: 5% 0;
}

.btn-back::after {
    width: 57%;
    height: 100%;
}
/* staff */
.staff h3{
    color: #A38A59;
    font-size: 1.8rem;
}
.staff .access-item{
    width: 100%;
}
.staff .style-item{
    width: 60%;
}
.staff .style-group figure{
    width: 100%;
}
.staff-item{
    width: 30%;
}
.staff .style-group figure::after{
    display: none;
}
.staff .style-group{
    margin: 30px auto;
}
.staff .access-item-group dt{
    width: 30%;
}
.staff .access-item-group dd{
    width: 70%;
}
.staff .staff-name{
    font-size: 1.5rem;
    margin: auto auto 30px;
    width: fit-content;
}
.staff .staff-name span{
    font-size: 1.1rem;
}
@media screen and (max-width: 1000px){
    .sp-nav{
        margin-top: 85px;
    }
    .section-top::after{
        display: none;
    }
    .style-group{
        display: block;
    }
    .style-group figure{
        width: 100%;
    }
    .style-group figure::after{
        display: none;
    }
    .style-item{
        width: 100%;
    }
    .staff-item{
        width: 100%;
    }
    /* staff */
    .staff .style-group figure{
        width: 100%;
    }
    .staff .style-item{
        width: 100%;
    }
}