
@charset "UTF-8";

/* ファーストビュー */
.sec_fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 5vw;
}
.fv_bg {
    position: relative;
    width: calc(100vw - 3.2vw);
    height: 50vw;
    margin-bottom: -25vw;
    background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
}
.rec_nav_wrap {
    position: relative;
    padding: 3vw 0;
    z-index: 1;
}
.rec_nav {
    display: flex;
    justify-content: center;
}
.rec_nav li {
    width: 22%;
    height: 6vw;
    line-height: 6vw;
    margin: 0 3px;
    text-align: center;
    letter-spacing: -1px;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
.rec_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #003686;
    font-size: 2.4vw;
}
.fv_img_hero {
    position: absolute;
    top: -15vw;
    right: -3.2vw;
    width: calc(100vw - 3.2vw);
    height: calc(100vh + 15vw);
    background: url(../img/work/img_fv_main_sp.png) no-repeat top right / contain;
}
.fv_page_header {
    position: relative;
    left: 6.4vw;
    width: 55vw;
    padding: 15px 10px;
    background-color: rgba(255,255,255,0.8);
    color: #003686;
    z-index: 10;
}
.fv_page_title {
    font-size: 5vw;
    line-height: 1;
}
.fv_page_header p {
    padding-top: 4.5vw;
    font-size: 3.3vw;
    line-height: 1.5;
}

@media screen and (min-width: 641px) {

    .breadcrumb {
        position: relative;
        z-index: 1;
    }
    .sec_fv {
        width: initial;
        margin-left: initial;
        margin-bottom: -185px;
        padding-bottom: 0;
    }
    .fv_bg {
        margin-left: calc(50% - 50vw);
        width: initial;
        height: 440px;
        margin-bottom: 0;
    }
    .rec_nav_wrap {
        padding: 20px 0 40px;
        width: 100vw;
        margin-right: calc(50% - 50vw);
    }
    .rec_nav li {
        width: 186px;
        height: 52px;
        line-height: 52px;
        margin: 0 14px;
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    }
    .rec_nav li a {
        font-size: 16px;
    }
    .fv_img_hero {
        top: -150px;
        right: initial;
        width: 100%;
        height: calc(100vh + 200px);
        margin-left: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        background-image: image-set(
            url("../img/work/img_fv_main_pc@1x.png") 1x,
            url("../img/work/img_fv_main_pc@2x.png") 2x
        );
        background-size: 1043px 1153px;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .fv_page_header {
        top: -280px;
        left: 55px;
        width: 410px;
        padding: 30px;
    }
    .fv_page_title {
        padding-bottom: 20px;
        font-size: 35px;
        line-height: 1.3;
    }
    .fv_page_header p {
        padding-top: 0;
        font-size: 18px;
        line-height: 1.7;
    }

}

/* BOX汎用 */
.sec_block + .sec_block {
    margin-top: 6vw;
}
.block_header {
    position: relative;
    z-index: 10;
}
.block_header > img {
    height: 100%;
}
.block_body {
    border: solid 2px #ccd6e7;
    padding: 7vw 2vw 5vw;
}

@media screen and (min-width: 641px) {

    .sec_block + .sec_block {
        margin-top: 50px;
    }
    .block_header {
        width: initial;
        padding-left: 60px;
    }
    .block_body {
        position: relative;
        border: solid 3px #ccd6e7;
        padding: 0;
        background-color: #fff;
        z-index: 1;
    }

}

.job > .block_header {
    height: 9.4vw;
}
.job > .block_body {
    margin-top: -1vw;
    padding: 7vw 1vw 7vw 2vw;
}
.job_wrap {
    display: flex;
    justify-content: space-between;
}
.job_layout_l {
    width: 59%;
}
.job_layout_r {
    width: 38%;
}
.job_txt {
    font-size: 3vw;
    line-height: 1.6;
}
.job_txt + .job_txt {
    margin-top: 3vw;
}
.voice_hl {
    color: #003686;
    font-size: 3.3vw;
    font-weight: bold;
}
.voice_list_item {
    position: relative;
    margin-bottom: 2vw;
    padding-bottom: 2vw;
    background: url(../img/work/more@2x.png) no-repeat bottom 1vw right / 34px;
}
.voice_list_item > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}
.voice_img {
    padding-bottom: 1vw;
}
.prof {
    font-size: 2.3vw;
    line-height: 1.6;
}

@media screen and (min-width: 641px) {

    .job > .block_header {
        height: 77px;
    }
    .job > .block_body {
        margin-top: -40px;
        padding: 60px;
    }
    .job_layout_l {
        width: 48%;
    }
    .job_layout_r {
        width: 48%;
    }
    .job_txt {
        font-size: 18px;
        line-height: 1.8;
    }
    .job_txt + .job_txt {
        margin-top: 0;
    }
    .voice_hl {
        color: #000;
        font-size: 22px;
        padding-bottom: 10px;
    }
    .voice_list_item {
        display: flex;
        margin-bottom: 10px;
        padding-bottom: 20px;
        background: url(../img/work/more@2x.png) no-repeat bottom right / 50px;
    }
    .voice_img {
        width: 50%;
        padding-bottom: 0;
    }
    .prof {
        width: 50%;
        padding: 0 0 0 10px;
        font-size: clamp(11px, 1.1vw, 17px);
        line-height: 1.6;
    }

}
@media screen and (min-width: 1051px) {

    .job > .block_header {
        height: 77px;
    }
    .job > .block_body {
        margin-top: -40px;
        padding: 60px;
    }
    .job_layout_l {
        width: 48%;
    }
    .job_layout_r {
        width: 48%;
    }
    .job_txt {
        font-size: 18px;
        line-height: 1.8;
    }
    .job_txt + .job_txt {
        margin-top: 0;
    }
    .voice_hl {
        color: #000;
        font-size: 22px;
        padding-bottom: 10px;
    }
    .voice_list_item {
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 10px;
        background: url(../img/work/more.png) no-repeat bottom right / auto;
    }
    .voice_img {
        width: 50%;
        padding-bottom: 0;
    }
    .prof {
        width: 50%;
        padding: 25px 0 0 20px;
        font-size: clamp(12px, 1.1vw, 17px);
        line-height: 1.8;
    }

}
