/*-------------------------------------------------------------------

　　　　　　　　　街を守る重機オペレーター

-------------------------------------------------------------------*/
body.page-recruit-works-index-html content {
    position:relative;
}

body.page-recruit-works-index-html content::before,body.page-recruit-works-index-html content::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 4/3;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/works/bg.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

body.page-recruit-works-index-html content::after {
    background: linear-gradient(0deg, rgba(253,251,247,1) 10%, rgba(253,251,247,0) 60%);
}


body.page-recruit-works-index-html .wh_wrap {
    background: #fff;
    padding: 6%;
}

body.page-recruit-works-index-html .wh_wrap.block_01 {
    margin-top: 120px;
}

body.page-recruit-works-index-html .wh_wrap.block_02 {
    margin-bottom: 150px;
}

@media (max-width: 991px) {
    body.page-recruit-works-index-html content::before, body.page-recruit-works-index-html content::after {
        aspect-ratio: 3/4;
    }
}

@media (max-width: 768px) {
    body.page-recruit-works-index-html .wh_wrap.block_01 {
        margin-top: 80px;
    }

    body.page-recruit-works-index-html .wh_wrap.block_02 {
        padding: 8% 6% 6%;
        margin-bottom: 100px;
    }
}

@media (max-width: 430px) {
    body.page-recruit-works-index-html .wh_wrap.block_02 {
        margin-bottom: 60px;
    }
    .works_sec02 h3 {
        font-size: 17px;
        margin-bottom: 40px;
    }
}



/*-------------------------------------*/
/*　　　 　　　　bottom_fsv01　　　　　　　　　*/
/*-------------------------------------*/
body.page-recruit-works-index-html .bottom_fsv01 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

body.page-recruit-works-index-html .bottom_fsv01::before,body.page-recruit-works-index-html .bottom_fsv01::after {
    display: none;
}

body.page-recruit-works-index-html .bottom_fsv01 > div {
    margin-bottom: 44px;
}

body.page-recruit-works-index-html .bottom_fsv01 > .img_box {
    width: 42%;
}

body.page-recruit-works-index-html .bottom_fsv01 > .txt_box {
    width: 54%;
}

body.page-recruit-works-index-html .bottom_fsv01 .txt_box strong {
    font-size: 25px;
    display: block;
    padding-top: 16px;
    letter-spacing: .16em;
    margin-bottom: 16px;
}

body.page-recruit-works-index-html .bottom_fsv01 .txt_box p {
    line-height: 1.8em;
}

body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child {
    width: fit-content;
    position: relative;
}

body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::before,
body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/interview/i_quotation.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -36px;
}

body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
    left: auto;
    right: -36px;
}


@media (max-width: 1275px) {
    body.page-recruit-works-index-html .bottom_fsv01 .txt_box strong {
        font-size: clamp(19px, 1.8vw, 25px);
    }
}

@media (max-width: 991px) {
    body.page-recruit-works-index-html .bottom_fsv01 .txt_box p {
        font-size: 13px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 .txt_box strong {
        letter-spacing: .04em;
        font-size: 17px;
        margin-bottom: 10px;
        padding-top: 0px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::before, body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        width: 16px;
        height: 16px;
        left: -24px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        right: -24px;
        left: auto;
    }
}

@media (max-width: 768px) {
    body.page-recruit-works-index-html .bottom_fsv01 {
        display: block;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > div {
        width: 100%!important;
    }

    body.page-recruit-works-index-html .bottom_fsv01 .img_box {
        max-width: 400px;
        margin-bottom: 24px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::before, body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        position: relative;
        display: inline-block;
        left: 0;
        margin-right: 8px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        right: 0;
        margin-left: 8px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child {
        display: flex;
    }
}

@media (max-width: 500px) {
    body.page-recruit-works-index-html .bottom_fsv01 .txt_box strong {
        font-size: 14px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::before, body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        width: 8px;
        height: 8px;
        margin-right: 4px;
    }

    body.page-recruit-works-index-html .bottom_fsv01 > .txt_box p:first-child::after {
        margin-left: 4px;
        margin-right: 0;
    }
}




/*-------------------------------------*/
/*　　　 　　　　fsv_img_box　　　　　　　　　*/
/*-------------------------------------*/
body.page-recruit-works-index-html .fsv_img_box {
    position: relative;
    margin-bottom: 40px;
    height:auto;
}

body.page-recruit-works-index-html .fsv_img_box .cursive {
    position: absolute;
    bottom: 0;
    right: -48px;
    z-index: 99;
    font-size: clamp(40px, 10vw,111px);
    transform: rotate(-16deg);
    color: var(--r-accent-color);
}

body.page-recruit-works-index-html .fsv_img_box h3 {
    position: absolute;
    top: -12px;
    right: 0;
    writing-mode: vertical-rl;
    font-size: clamp(18px, 2vw, 26px);
    letter-spacing: .14em;
}

body.page-recruit-works-index-html .fsv_img_box h3 span {
    display: inline-block;
    white-space: nowrap;
    margin-left: 1px;
}

@media (max-width: 991px) {
    body.page-recruit-works-index-html .fsv_img_box h3 {
        letter-spacing: .04em;
    }
}

@media (max-width: 768px) {
    body.page-recruit-works-index-html .fsv_img_box {
        margin-bottom: 30px;
    }

    body.page-recruit-works-index-html .fsv_img_box h3 span {
        display: block;
    }
}


/*-------------------------------------*/
/*　　　 　　　　works_sec01　　　　　　　　　*/
/*-------------------------------------*/

.works_sec01 h3 {
    font-size: clamp(20px, 2.3vw, 30px);
    color: var(--r-base-color);
    margin-bottom: 8px;
    line-height: 1.6em;
}

.works_sec01 h4 {
    font-size: clamp(18px, 2.3vw, 24px);
    color: var(--r-base-color);
    margin-bottom: 16px;
}

.works_sec01 .flex_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 50px 0;
}

.works_sec01 .flex_box img {
    width: 43%!important;
}

.works_sec01 .flex_box .pg_text {
    width: 53%;
}

@media (max-width: 991px) {
    .works_sec01 .flex_box {
        display: block;
        margin: 40px 0;
    }


    .works_sec01 .flex_box img {
        width: 100%!important;
        max-width: 400px;
        /* margin: 0 auto; */
    }

    .works_sec01 .flex_box .pg_text {
        width: 100%;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    body.page-recruit-works-index-html .fsv_img_box h3 {
        writing-mode: rl-tb;
        top: auto;
        margin-top: 0;
        bottom: 18px;
        position: relative;
        font-size: 14px;
    }

    body.page-recruit-works-index-html .fsv_img_box .cursive {
        bottom: auto;
        top: 28px;
        right: auto;
        left: -28px;
    }
    .works_sec01 h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 520px) {
    body.page-recruit-works-index-html .fsv_img_box h3 {
        font-size: 12px;
    }
}

@media (max-width: 430px) {
    .works_sec01 h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .works_sec01 .flex_box {
        margin: 24px 0;
    }
}



/*-------------------------------------*/
/*　　　 　　　　works_sec02　　　　　　　　　*/
/*-------------------------------------*/
.works_sec02 {
    max-width: 910px;
    margin: 80px auto 0;
}

.works_sec02 .ttl_box {
    position: relative;
}

.works_sec02 .ttl_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--r-base-color);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.works_sec02 h3 {
    font-size: 24px;
    margin-bottom: 40px;
    color: var(--r-base-color);
    position: relative;
    width: fit-content;
    background: #fff;
    padding-right: 16px;
}

.works_sec02 .flex_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 37px;
}

.works_sec02 .flex_box .img_box {
    width: 22%;
    position: relative;
}

.works_sec02 .flex_box .txt_box {
    width: 73%;
    margin-top: 10px;
}

.works_sec02 .flex_box .img_box > div {
    width: 88%;
    margin: 0 0 0 auto;
}

.works_sec02 .flex_box .img_box::before {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.works_sec02 .flex_box:nth-child(2) .img_box::before{
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num01.png) top no-repeat;
    background-size: contain;
}

.works_sec02 .flex_box:nth-child(3) .img_box::before{
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num02.png) top no-repeat;
    background-size: contain;
}

.works_sec02 .flex_box:nth-child(4) .img_box::before{
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num03.png) top no-repeat;
    background-size: contain;
}

.works_sec02 .flex_box .txt_box h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.works_sec02 .flex_box .txt_box p {
    line-height: 1.6em;
}


@media (max-width: 991px) {
    .works_sec02 h3 {
        margin-bottom: 56px;
    }
}

@media (max-width: 768px) {
    .works_sec02 .flex_box {
        display: block;
        margin-bottom: 72px;
    }

    .works_sec02 .flex_box .img_box {
        margin: 0 auto;
        width: 100%;
        max-width: 200px;
    }

    .works_sec02 .flex_box .txt_box {
        width: 100%;
        margin-top: 32px;
    }

    .works_sec02 .flex_box .txt_box h4 {
        text-align: center;
        margin-bottom: 16px;
        font-size: 20px;
    }

    .works_sec02 h3 {
        margin-bottom: 70px;
        font-size: 22px;
    }

    .works_sec02 .flex_box:last-child {
        margin-bottom: 1.5em;
    }
}

@media (max-width: 430px) {
    .works_sec02 .ttl_box::before {
        display: none;
    }

    .works_sec02 h3 {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
        font-size: 17px;
        font-weight: 600;
    }

    .works_sec02 .flex_box .img_box::before {
        width: 24%;
    }

    .works_sec02 .flex_box .img_box > div {
        width: 94%;
    }

    .works_sec02 .flex_box .txt_box h4 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 12px;
    }

    .works_sec02 .flex_box .txt_box {
        margin-top: 16px;
    }

    .works_sec02 .flex_box {
        margin-bottom: 40px;
    }
}




/*-------------------------------------*/
/*　　　 　　　　works_sec03　　　　　　　　　*/
/*-------------------------------------*/
.works_sec03 {
    margin: 44px 0 88px;
}

@media (max-width: 768px) {
    .works_sec03 {
        margin: 40px 0;
    }
}



/*-------------------------------------*/
/*　　　 　　　　works_sec04　　　　　　　　　*/
/*-------------------------------------*/
.works_sec04 h3 {
    color: var(--r-base-color);
    margin-bottom: 1em;
    font-size: clamp(18px, 2.3vw, 24px);
    line-height: 1.4em;
}

.works_sec04 h4 {
    line-height: 1.4em;
    margin-bottom: 2em;
    font-size: clamp(20px, 2.3vw, 30px);
}

.works_sec04 table tr {
    display: block;
    padding-left: 40px;
    position: relative;
    padding-bottom: 3em;
}

.works_sec04 table tr::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: var(--r-base-color);
    border: 4px var(--r-base-color) solid;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
}

.works_sec04 table tr::after {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    background: var(--r-base-color);
    position: absolute;
    top: 16px;
    left: 6px;
    z-index: 0;
}

.works_sec04 table tr:first-child::before {
    background: #fff;
}

.works_sec04 table tr:last-child::after {
    display: none;
}

.works_sec04 table th {
    font-size: 20px;
    font-weight: 600;
    color: var(--r-base-color);
    padding-right: 20px;
    width: 80px;
}

.works_sec04 table td h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--r-base-color);
    margin-bottom: 8px;
}

.works_sec04 .flex_box {
    display: flex;
}

.works_sec04 .flex_box .txt_box {
    width: 605px;
    position: relative;
    z-index: 2;
}

.works_sec04 .img_box {
    margin-left: 28px;
    position: relative;
    width: calc(100% - 605px);
    height: fit-content;
    z-index: 0;
}

.works_sec04 .img_box .img01 {
    max-width: 440px;
    margin-bottom: 66px;
    width: 88% !important;
}

.works_sec04 .img_box .img02 {
    max-width: 380px;
    margin: 0 -10% 0 auto;
    width: 80%!important;
}

.works_sec04 .img_box .cursive {
    position: absolute;
    bottom: -36px;
    right: 120px;
    z-index: 99;
    font-size: clamp(40px, 7vw,92px);
    transform: rotate(-16deg);
    color: var(--r-accent-color);
}

@media (max-width: 1290px) {

    .works_sec04 table th {
        width: 100%;
        float: left;
        font-size: 18px;
    }

    .works_sec04 .flex_box .txt_box {
        width: 520px;
    }

    .works_sec04 .img_box {
        width: calc(100% - 520px);
        margin-bottom: 4em;
    }


}

@media (max-width: 991px) {
    .works_sec04 .flex_box .txt_box {
        width: 100%;
        order: 2;
    }

    .works_sec04 .img_box {
        order: 1;
        width: 100%;
        margin-left: 0;
    }

    .works_sec04 .flex_box {
        flex-wrap: wrap;
    }

    .works_sec04 .img_box .img02 {
        margin-right: 0;
        width: 72% !important;
    }

    .works_sec04 .img_box .img01 {
        margin-bottom: 20px;
    }

    .works_sec04 .img_box .cursive {
        right: auto;
        left: 10%;
        bottom: 0;
    }

    .works_sec04 table th {
        width: 76px;
    }

    .works_sec04 .img_box .cursive {
        font-size: clamp(40px, 10vw, 110px);
    }

    .works_sec04 table td h5 {
        font-size: 18px;
    }

    .works_sec04 table td {
        position: relative;
        top: 6px;
    }
}

@media (max-width: 768px) {
    .works_sec04 table th {
        font-size: 18px;
    }

    .works_sec04 table td h5 {
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    .works_sec04 table th {
        width: 100%;
        font-size: 16px;
    }

    .works_sec04 table tr::after {
        width: 2px;
    }

    .works_sec04 table tr::before {
        border: 2px var(--r-base-color) solid;
        width: 14px;
        height: 14px;
    }

    .works_sec04 table tr {
        padding-left: 28px;
        padding-bottom: 2em;
    }

    .works_sec04 table td {
        position: relative;
        top: 4px;
    }
}

@media (max-width: 430px) {
    .works_sec04 h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .works_sec04 h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .works_sec04 table th {
        font-size: 14px;
        line-height: 1em;
        margin-top: 9px;
    }

    .works_sec04 table td h5 {
        font-size: 16px;
        margin-bottom: 4px;
    }
}