.people-section {
    padding: 6rem 0 0;
}

.people {
    color: #1996AA;
}



@media screen and (min-width: 769px) {
    .people {
        margin-top: 104px;
        margin-bottom: 104px;
        font-size: 36px;
    }
}

@media screen and (max-width: 768px) {
    .people {
        margin-top: 30px;
        margin-bottom: 54px;
        font-size: 36px;
        font-size: 24px;
        margin-left: 20px;
    }
}

.people p {
    font-size: 14px;
    color: #969696;
    padding-top: 14px;
}

@media screen and (max-width: 768px) {
    .people p {
        padding-top: 14px;
    }
}

.people-title {
    background-image: url("/wp-content/uploads/2022/09/title-background.png");
    margin-top: 71px;
    margin-bottom: 139px;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    background-repeat: round;
}

.page-title-text {
    font-size: 28px;
    line-height: 124.3%;
    letter-spacing: 0.085em;
    color: #E77160;
}

.card-blk {
    position: relative;
    border: none;
    border-radius: 0px;
    border-top-left-radius: 25px;
    margin: 0 0 7rem;
}

.people-img {}

.card-img,
.card-img-top {
    border-radius: 25px 0px 0px 0px;
    height: 216px;
    object-fit: cover;
}

.card-text {
    margin-top: 11px;
    font-size: 16px;
    line-height: 151.3%;
    padding-left: 11px;
    padding-right: 11px;
    color: #383838;
    min-height: 48.3px;
}

.card-title {
    padding-top: 24px;
    font-size: 18px;
    line-height: 28px;
    padding-left: 11px;
    margin: 0px;
    color: #383838;
}

.card-details {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    padding-left: 11px;
    font-size: 13px;
    line-height: 151.3%;
    color: #383838;
}

.card-details span {
    font-family: 'Noto Sans JP';
    font-weight: 400;
}

.bottom-blk {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.details-breaker {
    color: #000;
}

.line {
    display: none;
    position: absolute;
    bottom: 0;
    width: 187px;
    height: 1px;
    border-bottom: 1px solid #E77160;
}

.job-type {
    font-family: 'Noto Sans JP';
    font-weight: 400;
    padding-left: 11px;
    font-size: 13px;
    line-height: 151.3%;
    color: #E77160;
    padding: 0 0 0.3rem 0.6rem;
    width: 60%;
    border-bottom: 1px solid #E77160;
}

.arrow-left {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15%;
    padding-bottom: 15%;
    border-radius: 10px;
    overflow: hidden;
    transform-origin: 100% 0;
    transform: rotate(-360deg);
}

.arrow-left:after {
    content: "";
    position: absolute;
    right: 8px;
    width: 100%;
    height: 141%;
    transform-origin: inherit;
    transform: rotate(45deg);
    background: #000;
}

.card-blk svg {}

.images-row {
    padding: 0px;
}

.other-banner .call-to-action-row{padding: 0em 0 6em 0;}

.call-to-action-row .col-12 {
    padding: 0px;
}

.call-to-action-left {
    margin-bottom: 13px;
    height: 139px;
    background-image: url('/wp-content/uploads/2022/09/attraction_rect_left.png');
    text-align: center;
    padding: 50px 0;
    color: #fff;
    position: relative;
}

.call-to-action-left::before,
.call-to-action-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: rgba(231, 113, 97, 0.5);
}

.call-to-action-left:hover::before,
.call-to-action-right:hover::before {
    opacity: 1;
}

.call-to-action-right {
    position: relative;
    height: 139px;
    background-image: url('/wp-content/uploads/2022/09/advantage-img01-2-1-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 50px 0;
    color: #fff;
}

.call-to-action-right p {
    font-size: 12px;
}

.call-to-action-left p {
    font-size: 12px;
}

.call-to-action-left h2 {
    font-size: 20px;
    padding: 8px 0;
}

.call-to-action-right h2 {
    font-size: 20px;
    padding: 8px 0;
}

.go-to {
    display: flex;
    justify-content: center;
}

.go-to svg {
    position: relative;
    margin-left: 9px;
    margin-top: 15px;
}

/*# sourceMappingURL=people.css.map */

@media screen and (max-width: 767px) {
    .other-banner .call-to-action-row{padding: 1em 0 4em 0;}
    .card-text {margin-top: 26px;}
    .people-section {
        padding: 0;
    }

    .people-title {
        margin-top: 0;
        max-height: 70px;
    }

    .page-title-text {
        font-size: 20px;
    }

    .card-blk {
        margin: 0 0 3rem;
    }

    .call-to-action-left {
        background-image: url(/wp-content/uploads/2022/09/Depositphotos_18961721_XL-2.png);
    }

    .call-to-action-right {
        background-image: url('/wp-content/uploads/2022/10/advantage-img01-3.png');
    }

    .people-title {
        margin-bottom: 63px;
    }

    .call-to-action-row {
        margin-top: 80px;
        margin-bottom: 43px;
    }
}