
html.menu-active .g-nav {
    top: 60px;
}
.workpeople .inner {
    max-width: 1000px;
    margin: 0 auto;
}
.workpeople .maining {
    width: 100%;
    height: 400px;
    background: url(/firstcareer/career/workpeople/img/people/people_index_mv.jpg) center / cover no-repeat;
}

.workpeople .maining .question_h2 {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: Noto Serif JP;
}


.workpeople .people_prof_area .wrap_ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.workpeople .people_prof_area .wrap_ul .wrap_li {
    width: 30%;
    position: relative;
    color: #fff;
    transition: all 0.5s;
    margin: 10px;
}
.wrap_h3 {
    position: absolute;
    z-index: 0;
    display: flex;
    top: 55%;
    font-family: "Noto Serif JP", sans-serif;
    width: 100%;
    color: #fff;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}
.workpeople .maining__ttl:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 2px;
    top: 95px;
    right: 726px;
    background-color: #fff;
}
.workpeople .people_maining .maining__ttl:before {
    top: 120px;
}
.g-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 0 0 0 20px;
    width: 100%;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
}
    .g-header {
        height: auto !important; 
    }
.workpeople .maining__ttl {
    /* text-align: center; */
    padding-top: 95px;
    position: relative;
    max-width: 730px;
    margin: 0 auto;
}
.workpeople .people_maining .maining__ttl {
    padding-top: 120px;
}
.workpeople .people_maining .people_h2 {
    margin-top: 20px;
}
@media screen and (max-width: 870px) {
    .workpeople .people_prof_area .wrap_ul {
justify-content: center;
}
.wrap_h3 {
    top: 50%;
}

}
@media screen and (max-width: 767px) {
.workpeople .people_prof_area .wrap_ul {
    flex-direction: column;
    align-items: center;
}
.workpeople .people_prof_area .wrap_ul .wrap_li {
    width: 90%;
}
html.menu-active .g-nav {
    top: 40px;
}
}
.taC{
    text-align: center;
}
