/*人を知る*/
.people .r-titlebox {
    width: 45%;
}
.people_container {
    padding: 30px;
    padding-bottom: 100px;
    background-image: url(../images/recruit/people/curveline.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top -22% left 0%;
}
.catchcopy {
    padding-top: 110px;
    text-align: center;
}
.catchcopy h1 {
    margin: 15px 0;
}
.people_item_wrapper {
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
}
.people_item {
    position: relative;
    width: 22%;
    margin-bottom: auto;
    box-shadow: 0 0 25px rgba(155,155,155,.8);
}
#item02.people_item {
    margin-top: 120px;
}
#item03.people_item {
    margin-top: 20px;
}
#item04.people_item {
    margin-top: 60px;
}
.people_item img {
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
}
.people_item:hover {
    transform: scale(0.99);
    transition: .2s ease-in;
    box-shadow: 0 0 20px rgb(136, 136, 136);
}
/* .color1 {
    background: #f4cb21;
}
.color2 {
    background: #abd16e;
}
.color3 {
    background: #f3a9aa;
}
.color4 {
    background: #b4e0f6;
} */
#item01.people_item img,
#item01.people_item span {
    background: #f4cb21;
}
#member01.people_staff_container::after {
    background: #f6da64;
}
#item02.people_item img,
#item02.people_item span,
#member02.people_staff_container::after {
    background: #abd16e;
}
#item03.people_item img,
#item03.people_item span,
#member03.people_staff_container::after {
    background: #f3a9aa;
}
#item04.people_item img,
#item04.people_item span,
#member04.people_staff_container::after {
    background: #b4e0f6;
}
.people_item .title {
    position: absolute;
    top: 60%;
    left: 10%;
}
.people_item .title span {
    display: inline-block;
    padding: 0.6vw 0.8vw;
    font-size: 1.5vw;
    font-weight: bold;
    letter-spacing: 0;
}
#item01.people_item .title {
    width: 80%;
}
#item01.people_item span {
    margin-bottom: 5px;
}


.people_staff_container {
    padding-top: 115px;
    margin: 0 6vw;
    margin-bottom: 140px;
    position: relative;
    /* background: gray; */
    position: relative;
}
.people_staff_container.right {
    margin-right: 0;
}
.people_staff_container.left {
    margin-left: 0;
}
.people_staff_container::after {
    content: "";
    width: 93%;
    height: 85%;
    position: absolute;
    z-index: -10;
    top: 0;
}
.people_staff_container.right::after {
    right: 0;
}
.people_staff_container.left::after {
    left: 0;
}
.qa_container {
    width: 68%;
    padding: 40px;
    background: white;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(155,155,155,.6);
}
.people_staff_container.right .qa_container {
    margin-left: auto;
    margin-right: 5.5vw;
}
.people_staff_container.left .qa_container {
    margin-right: auto;
    margin-left: 70px;
}
.qa_wrap {
    width: 73%;
    margin: 45px 0;
}
.people_staff_container.right .q1{
    margin-left: 18%;
}
.people_staff_container.right .q2{
    margin-left: 25%;
}
.people_staff_container.right .q3{
    margin-left: 15%;
}
.people_staff_container.right .q4{
    margin-left: 22%;
}
.people_staff_container.left .q1{
    margin-left: 0;
}
.people_staff_container.left .q2{
    margin-left: 18%;
}
.people_staff_container.left .q3{
    margin-left: 7%;
}
.people_staff_container.left .q4{
    margin-left: 16%;
}
.qa_wrap h2 {
    display: inline-block;
    margin: 0;
    padding: 3px 20px;
    color: white;
    font-size: 1.8vw;
    white-space: nowrap;
    line-height: 2;
}
.qa_wrap h2 br.none {
    display: none;
}
#member01.people_staff_container .qa_wrap h2{
    background: #e1b718;
}
#member02.people_staff_container .qa_wrap h2{
    background: #3e8438;
}
#member03.people_staff_container .qa_wrap h2{
    background: #cd7175;
}
#member04.people_staff_container .qa_wrap h2{
    background: #468fac;
}
.qa_wrap p {
    font-size: 14px;
}
.people_img {
    position: absolute;
    width: 35%;
    top: 75px;
}
.people_img.left {
    left: 0;
}
.people_img.right {
    right: 0;
}
.people_img img {
    width: 100%;
}
.people_img .title {
    position: absolute;
    bottom: -13%;
    padding: 1.5vw;
    background: white;
    font-weight: bold;
    letter-spacing: 0;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
.people_img .title span {
    font-size: 13px;
}
.people_img .title p {
    margin: 0;
    font-size: 1.4vw;
}
.people_img.left .title {
    left: 5%;
}
.people_img.right .title {
    right: 5%;
}

@media screen and (min-width: 1300px) {
    .people_item .title span {
        font-size: 20px;
    }
    .people_staff_container.right .qa_container {
        margin-right: 75px;
    }
    .qa_wrap h2 {
        font-size: 25px;
    }
    .people_img .title p {
        font-size: 21px;
    }
}
@media screen and (max-width: 900px) {
    .people_container {
        background-position: top 10% left 0%;
    }
    .people_item {
        width: 24%;
    }
    .people_item .title span {
        font-size: 14px;
    }
    .qa_container {
        width: 80%;
    }
    .people_staff_container.right .qa_container {
        margin-right: 4.5vw;
    }
    .people_staff_container.left .qa_container {
        margin-left: 4.5vw;
    }
    .people_img .title p {
        font-size: 15px;
    }
    .qa_wrap h2 {
        font-size: 17px;
    }
    .qa_wrap p {
        line-height: 1.7;
    }
    .people_staff_container.right .q1 {
        margin-left: 27%;
    }
}
@media screen and (max-width: 780px) {

    .people .r-titlebox {
        width: 50%;
    }
    .people_container {
        background-repeat: repeat;
        background-size: 100%;
        background-position: top left;
    }
    .catchcopy {
        padding-top: 14vw;
    }
    .catchcopy h1 {
        font-size: 27px;
    }
    .people_item_wrapper {
        flex-wrap: wrap;
    }
    .people_item {
        width: 45%;
    }
    #item02.people_item,
    #item04.people_item {
        margin-top: 15vw;
    }
    #item03.people_item {
        margin-top: 0;
    }
    .people_item .title span {
        font-size: 2.7vw;
    }
    .people_staff_container {
        padding-top: 10vw;
        margin-bottom: 15vw;
    }
    .people_img {
        top: 6vw;
    }
    .qa_wrap h2 br.none {
        display: block;
    }
    .qa_wrap {
        width: 85%;
    }
    .people_staff_container .q1 {
        width: 70%;
    }
    .qa_wrap p, .people_img .title p {
        font-size: 13px;
    }
    .people_staff_container.right .q2,
    .people_staff_container.right .q3,
    .people_staff_container.right .q4,
    .people_staff_container.left .q2,
    .people_staff_container.left .q3,
    .people_staff_container.left .q4 {
        margin-left: 7%;
    }
}
@media screen and (max-width: 600px) {
    .catchcopy h1 {
        font-size: 4.3vw;
        margin: 7px 0;
    }
    .people_staff_container {
        margin: 0 0 15vw;
    }
    .people_staff_container::after {
        width: 100%;
        height: 95%;
    }
    .people_staff_container.right .qa_container,
    .people_staff_container.left .qa_container {
        padding-top: 43vw;
        width: 90%;
        margin: 0 auto;
    }
    .people_img {
        top: 3vw;
        width: 50%;
    }
    .people_img.left {
        left: 12vw;
    }
    .people_img.right {
        right: 12vw;
    }
    .people_img .title {
        bottom: 13%;
    }
    .people_img.right .title {
        right: auto;
        left: -15%;
    }
    .people_img.left .title {
        left: auto;
        right: -15%;
    }
    .people_staff_container.right .q1,
    .people_staff_container.left .q1 {
        width: 85%;
        margin-left: 7%;
    }
    .people_staff_container.right .q4,
    .people_staff_container.left .q4 {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .people_container {
        padding: 10px 10px 100px;
    }
    #item02.people_item,
    #item04.people_item {
        margin-top: 10vw;
    }
    .people_staff_container {
        padding: 14vw 0;
    }
    .people_staff_container::after {
        height: 100%;
    }
    .people_staff_container.right .qa_container,
    .people_staff_container.left .qa_container {
        padding: 60vw 30px 30px;
    }
    .people_img {
        width: 65%;
    }
    .people_staff_container.right .q1,
    .people_staff_container.right .q2,
    .people_staff_container.right .q3,
    .people_staff_container.right .q4,
    .people_staff_container.left .q1,
    .people_staff_container.left .q2,
    .people_staff_container.left .q3,
    .people_staff_container.left .q4 {
        width: 100%;
        margin-left: 0;
    }
    .qa_wrap h2 {
        font-size: 15px;
    } 
}
@media screen and (max-width:400px) {
    .people_staff_container.right .qa_container,
    .people_staff_container.left .qa_container {
        padding: 60vw 20px 30px;
    }
    .qa_wrap h2 {
        font-size: 14px;
        padding: 3px 15px;
    }
    
}