.people-job-title{
    font-size: 30px;
    text-align: center;
}
.people-job-section{
    margin-bottom: 80px;
}
.people-job-main{
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}
.people-job-main:nth-child(even){
    flex-direction: row-reverse;
}
.people-job-main{
    margin-top: 70px;
}
.people-job-main-title{
    font-size: 20px;
    font-weight: bold;
    margin-right: 1em;
}
.people-job-main-title > p{
    font-size: 20px;
}
.people-job-main-right{
    max-width:594px;
    width:60vw;
    margin-right: 1em;
    font-size:16px;
    text-align: justify;
}
.people-job-main-text > P{
    font-size: 16px;
    line-height: 2;
}
.people-job-main:nth-child(even) .people-job-main-right{
    margin-left: 1em;
}
.people-stories{
    max-width: 1130px;
    margin: 0 auto;
}
.people-job-image{
    object-fit: contain;
    margin-bottom: auto;
}
.people-job-main-title-terms{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}
.people-job-introduce-terms{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.people-job-introduce-terms::before{
    content:"";
    background-color:#c95981;
    width:1.2em;
    height:1.2em;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
@media (min-width:769px) and (max-width:1100px) {
    .people-job-main{
        width:94vw;
    }
    .people-job-image{
        width: 40%;
        object-fit: contain;
        margin-bottom: auto;
    }
    .people-job-main-right{
        width: 55%;
        margin-left: 5%;
    }
    .people-job-main:nth-child(even) .people-job-main-right{
        margin-right: 5%;
    }
}
@media (max-width:768px) {
    main .keyvisual-common-page.is-style-visual .keyvisual-background img{
        margin-left: 40px;
    }
    .people-job-title{
        font-size: 30px;
    }
    .people-job-main ,
    .people-job-main:nth-child(even){
        flex-direction: column;
    }
    .people-job-image{
        width: 76vw;
        height:52vw;
        object-fit: cover;
        margin:0 auto 40px;
    }
    .people-job-main-right ,
    .people-job-main:nth-child(even) ,
    .people-job-main:nth-child(even) .people-job-main-right{
        margin: 0 auto;
        width: 76vw;
    }
    .people-job-main{
        margin-bottom: 85px;
    }
    .people-job-main{
        margin-top: 45px;
    }
    .people-stories{
        width: 76vw;
    }
    .people-job-main-title-terms{
        flex-direction: column;
        align-items: flex-start;
    }
}