@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 {
    padding: 3vw 0;
}
.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: 12vw;
    right: -3.2vw;
    width: calc(100vw - 3.2vw);
    min-height: 245px;
    height: 50vw;
    background: url(../img/environment/img_fv_main_sp.png) no-repeat top center / cover;
}
.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) {

    .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: 112px;
        right: initial;
        width: 100%;
        min-height: initial;
        height: 545px;
        margin-left: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        background: url(../img/environment/img_fv_main_pc.jpg) no-repeat top center / cover;
    }
    .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_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: 45px;
    }
    .block_body {
        border: solid 3px #ccd6e7;
        padding: 0;
    }

}

/* 成長し続ける会社を創造する */
.growth > .block_header {
    width: 52vw;
}
.growth > .block_body {
    margin-top: -5vw;
}
.growth_txt {
    font-size: 3.1vw;
    line-height: 1.6;
}
.growth_hl_sub {
    padding: 3vw 0 2vw;
    color: #003686;
    font-size: 3.3vw;
    font-weight: bold;
}
.growth_detail {
    display: flex;
    align-items: center;
    height: 37vw;
}
.growth_detail.l {
    background: url(../img/environment/img_env01_sp.png) no-repeat left center / contain;
}
.growth_detail.r {
    margin-top: 5vw;
    background: url(../img/environment/img_env02_sp.png) no-repeat right center / contain;
}
.growth_detail_inner {
    background-color: rgba(255,255,255,0.8);
    width: 68%;
    padding: 1vw;
    font-size: 2.7vw;
    line-height: 1.6;
}
.growth_detail.l > .growth_detail_inner {
    margin-right: -1vw;
    margin-left: auto;
}
.growth_detail.r > .growth_detail_inner {
    margin-left: -1vw;
    margin-right: auto;
}

@media screen and (min-width: 641px) {

    .growth > .block_body {
        display: flex;
        justify-content: space-between;
        margin-top: -40px;
        padding: 0 50px;
        background: url(../img/environment/bg_growth.png) no-repeat center center / contain;
    }
    .growth .pc_layout_container_l {
        width: 55%;
        margin-right: -10%;
        padding-bottom: 50px;
    }
    .growth .pc_layout_container_r {
        width: 45%;
        padding-top: 70px;
    }
    .growth_txt {
        width: 80%;
        padding-top: 70px;
        padding-bottom: 40px;
        font-size: 18px;
        line-height: 1.7;
    }
    .growth_detail {
        display: block;
        align-items: initial;
        height: initial;
    }
    .growth_detail + .growth_detail {
        margin-top: 0;
    }
    .growth_detail.l {
        position: relative;
        top: 50px;
        width: 100%;
        height: 452px;
        background: url(../img/environment/img_env01_pc.png) no-repeat left center / contain;
    }
    .growth_detail.r {
        position: relative;
        left: 30px;
        bottom: 0;
        width: 90%;
        min-height: 378px;
        height: auto;
        margin-top: 0;
        background: url(../img/environment/img_env02_pc.png) no-repeat left center / contain;
    }
    .growth_detail_inner {
        background-color: rgba(255,255,255,0.8);
        width: initial;
        padding: 0;
        font-size: 18px;
        line-height: 1.7;
    }
    .growth_detail.l > .growth_detail_inner {
        width: 87%;
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }
    .growth_detail.r > .growth_detail_inner {
        width: 87%;
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 10px;
    }

}

/* 成長を支える制度がある 相談できる仲間がいる会社 */
.system > .block_header {
    width: 49.5vw;
}
.system > .block_body {
    margin-top: -8vw;
}
.system_txt {
    font-size: 3.1vw;
    line-height: 1.6;
}
.system_hl_sub {
    padding: 3vw 0 2vw;
    color: #003686;
    font-size: 3.3vw;
    font-weight: bold;
}
.system_img {
    margin-top: 2vw;
}

@media screen and (min-width: 641px) {

    .system > .block_body {
        display: flex;
        justify-content: space-between;
        margin-top: -60px;
        padding: 60px;
    }
    .system .pc_layout_container_l {
        width: 46%;
    }
    .system .pc_layout_container_r {
        width: 46%;
    }
    .system_txt {
        font-size: 18px;
        line-height: 1.7;
    }
    .system_hl_sub {
        padding: 20px 0 15px 0;
        font-size: 21px;
    }
    .system_img {
        margin-top: 30px;
    }
}

/* 働き方・福利厚生 */
.benefits > .block_header {
    width: 36vw;
}
.benefits > .block_body {
    margin-top: -6vw;
    padding: 37vw 0 5vw;
    background: url(../img/environment/img_env04_sp.png) no-repeat top center / contain;
}
.benefits_txt {
    padding: 2vw;
    background-color: rgba(255,255,255,0.8);
    font-size: 3.1vw;
    line-height: 1.6;
}
.benefits_detail {
    display: flex;
    padding: 0 2vw;
    justify-content: space-between;
}
.benefits_detail > div {
    width: 48%;
}
.benefits_detail h3 {
    color: #003686;
    font-size: 3.4vw;
    font-weight: bold;
}
.benefits_detail ul {
    font-size: 2.8vw;
    line-height: 1.6;
}

@media screen and (min-width: 641px) {

    .benefits > .block_body {
        margin-top: -40px;
        padding: 80px 60px 60px;
        background: none;
    }
    .benefits .pc_layout_wrap {
        display: flex;
        justify-content: space-between;
    }
    .benefits .pc_layout_container_l {
        width: 46%;
    }
    .benefits .pc_layout_container_r {
        width: 46%;
        padding-top: 10px;
    }
    .benefits_txt {
        padding: 0;
        background-color:#fff;
        font-size: 18px;
        line-height: 1.8;
    }
    .benefits_detail {
        display: flex;
        padding: 20px 0 0;
        justify-content: space-between;
    }
    .benefits_detail > div {
        width: 48%;
    }
    .benefits_detail h3 {
        padding: 20px 0 10px;
        font-size: 21px;
    }
    .benefits_detail ul {
        font-size: 18px;
        line-height: 1.7;
    }

}

