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

　　　　　　　　　プロジェクト紹介

-------------------------------------------------------------------*/
body.page-recruit-project_notes-index-html .bottom_fsv01 {
    margin-top: 100px;
}

body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div > * {
    width: 47%!important;
}

body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div > img {
    max-width: 514px;
}


.project_box {
    background: #fff;
    padding: 70px 6%;
    margin-bottom: 100px;
    position: relative;
}

.project_box::before {
    content: "";
    display: block;
    width: 57px;
    aspect-ratio: 4/3;
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/project_notes/num_before.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: -23px;
    left: 0;
    right: 80px;
    margin: auto;
}

.project_box::after {
    content: "";
    display: block;
    width: 72px;
    aspect-ratio: 4/3;
    position: absolute;
    top: -34px;
    left: 0;
    right: -80px;
    margin: auto;
}

.project_box.project01::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num01.png) center no-repeat;
    background-size: contain;
}

.project_box.project02::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num02.png) center no-repeat;
    background-size: contain;
}

.project_box.project03::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num03.png) center no-repeat;
    background-size: contain;
}

.project_box.project04::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num04.png) center no-repeat;
    background-size: contain;
}

.project_box.project05::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num05.png) center no-repeat;
    background-size: contain;
}

.project_box.project06::after {
    background: url(/theme/my-17345844106763a85a7886c/img/recruit/common/num06.png) center no-repeat;
    background-size: contain;
}


.project_box h3 {
    text-align: center;
    font-size: 27px;
    margin-bottom: 24px;
    line-height: 1.4em;
    color: var(--r-base-color);
}

.project_box .garally_normal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.project_box .garally_normal > div {
    width: calc(100% / 2 - 10px);
}

.project_box h4 {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.4em;
    font-weight: 600;
}

.project_box p:not(:first-child) {
    margin-top: 8px;
}

@media (max-width: 991px) {
    .project_box h3 {
        font-size: 22px;
    }

    .project_box .garally_normal {
        gap: 8px;
    }

    .project_box .garally_normal > div {
        width: calc(100% / 2 - 4px);
    }

    .project_box h4 {
        font-size: 20px;
    }

    .project_box {
        padding-bottom: 50px;
        margin-bottom: 80px;
    }

    .project_box::after {
        width: 56px;
        top: -27px;
        right: -60px;
    }

    .project_box::before {
        width: 40px;
        right: 60px;
        top: -17px;
    }
}

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

    body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div {
        display: block;
        margin-bottom: 70px;
    }

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

    body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div > img {
        width: 78%!important;
    }


    body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div > img {
        max-width: 400px;
        margin-bottom: 16px;
    }
}

@media (max-width: 430px) {
    .project_box h3 {
        font-size: 20px;
    }

    .project_box h4 {
        font-size: 18px;
    }

    .project_box {
        padding-bottom: 30px;
        margin-bottom: 60px;
        padding-top: 40px;
    }

    .project_box::after {
        width: 40px;
        top: -19px;
        right: -40px;
    }

    .project_box::before {
        width: 30px;
        right: 42px;
        top: -13px;
    }

    body.page-recruit-project_notes-index-html .bottom_fsv01 .flex_box > div {
        margin-bottom: 50px;
    }
}