.sub-banner .text {
    transform: translate(-50%, -30%);
}
#people-search {
    margin-top: 70px;
}
#people-search span {
    position: relative;
    display: block;
    width: 100%;
    max-width: 790px;
    line-height: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #FFF;
    overflow: hidden;
    margin: 0 auto;
}
#people-search span input {
    display: block;
    width: 100%;
    height: 60px;
    border-width: 0 !important;
    padding: 0 80px 0 40px;
    font-size: 1.3em;
    outline: none !important;
    box-shadow: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
}
#people-search span button {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    border-width: 0;
    background-color: rgba(0, 0, 0, 0);
    font-size: 2.5em;
    color: #2E3384;
    line-height: 0;
}

#people-list-wr {
    padding: 30px 0 130px;
}
#people-list-wr h3 {
    display: none;
    position: relative;
    font-size: 2.3em;
    font-weight: 600;
    margin-bottom: 50px !important;
    color: #000;
    padding-left: 23px;
}
#people-list-wr h3:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 3px;
    left: 0;
    width: 8px;
    background-color: #2f5096;
}
#people-list-wr h3 .num {
    color: #D29640;
    font-weight: 600;
}
#people-list-wr select {
    float: right;
    margin-left: 10px;
    font-size: 10pt;
    min-width: 120px;
}
#people-list-wr > *:not(:last-child) {
    padding-bottom: 80px;
    margin-bottom: 80px !important;
    border-bottom: 1px solid #e8e8e8;
}

#people-list {
    column-gap: 50px;
    row-gap: 50px;
}
#people-list > * {
    position: relative;
    text-align: right;
}
#people-list.grid-2 {
    column-gap: 25px;
    row-gap: 25px;
}
#people-list.grid-2 * {
    line-height: 135% !important;
}
#people-list.grid-2 > * {
    overflow: hidden;
    border-radius: 20px;
    text-align: left;
    background-color: #f9f9f9;
    padding: 20px 25px;
    box-shadow: 2px 3px 3px rgb(0, 0, 0, 0.1);
    color: #000;
}
#people-list .grid-2.sub {
    grid-template-columns: 171px auto;
    column-gap: 30px;
}
#people-list img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
#people-list .name {
    font-size: 1.7em;
    font-weight: 600;
}
#people-list .name_en {
    color: #a9a9a9;
    font-size: 1.3em;
    margin-bottom: 30px;
    line-height: 23px;
    min-height: 23px;
}
#people-list .sns * {
    font-weight: 600;
    font-size: 1.2em;
}
#people-list .phone,
#people-list .email {
    margin-top: 5px;
    font-size: 1.1em;
}
#people-list .phone i,
#people-list .email i {
    transform: scale(0.8);
    margin-right: 3px;
    color: #bfbfbf;
}
@media (max-width: 900px) {
    #people-list.grid-2 {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 400px) {
    #people-list.grid-2 .grid-2.sub {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
    #people-list.grid-2 .grid-2.sub > *:first-child {
        text-align: center;
    }
}