
@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: 13vw;
    right: 3.2vw;
    width: 38vw;
    height: 100vh;
    /* background: url(../img/person/img_fv_main_sp.png) no-repeat top right / contain; */
    background: url(../img/person/img_fv_main_sp.jpg) 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: 113px;
        right: -80px;
        width: 100%;
        background: url(../img/person/img_fv_main_pc.jpg) no-repeat top right / 550px 550px;
    }
    .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;
    }

}

@media screen and (min-width: 1249px) {
    .fv_img_hero {
        right: 75px;
    }

}

/* BOX汎用 */
.cmn_box_header {
    display: inline-block;
    border: solid 2px #003686;
    color: #003686;
    font-size: 3.7vw;
    padding: 1.6vw 2vw;
    background-color: #fff;
    line-height: 1.6;
}
.cmn_box_body {
    border: solid 2px #ccd6e7;
    margin-top: -5vw;
}
.cmn_box_header.row2 + .cmn_box_body {
    margin-top: -8vw;
}
.cmn_box + .cmn_box {
    margin-top: 10vw;
}
@media screen and (min-width: 641px) {
    .cmn_box_header {
        border: solid 3px #003686;
        font-size: 27px;
        margin-left: 60px;
        padding: 11px 24px;
    }
    .cmn_box_body {
        border: solid 3px #ccd6e7;
        margin-top: -36px;
    }
    .cmn_box_header.row2 + .cmn_box_body {
        margin-top: -55px;
    }
    .cmn_box + .cmn_box {
        margin-top: 60px;
    }
}

/* こんなあなたを歓迎します */
.welcome .cmn_box_header {
    position: relative;
    z-index: 1;
}
.welcome .cmn_box_body {
    position: relative;
    padding: 7vw 0 8vw;
}
.welcome .cmn_box_body::before {
    position: absolute;
    top: 8vw;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    background: url(../img/person/bg_welcome_sp.png) no-repeat top center / contain;
    z-index: 0;
}
.welcome_list_box {
    position: relative;
    z-index: 1;
}
.welcome_list_box::before {
    content: "";
    display: block;
    width: 48.5vw;
    height: 37vw;
    background: url(../img/person/img_welcome_sp.png) no-repeat top left / contain;
}
.welcome_list_box_item {
    width: 80%;
    margin-left: 15%;
}
.welcome_list_box_item dt {
    color: #003686;
    font-weight: bold;
    text-indent: -1.2em;
    font-size: 3.2vw;
    line-height: 1.6;
}
.welcome_list_box_item dd {
    font-size: 3vw;
    line-height: 1.6;
    margin-top: 1.5vw;
}
.welcome_list_box_item dd + dt {
    margin-top: 5vw;
}
@media screen and (min-width: 641px) {
    .cmn_box.welcome {
        width: 1000px;
        margin: 0 auto;
    }
    .welcome .cmn_box_header {
        width: 410px;
    }
    .welcome .cmn_box_body {
        padding: 60px 0 30px;
    }
    .welcome .cmn_box_body::before {
        top: 0;
        right: -30px;
        width: 1020px;
        height: 843px;
        margin: 0;
        background: url(../img/person/bg_welcome_pc.png) no-repeat top center / contain;
    }
    .welcome_list_box::before {
        position: absolute;
        left: -60px;
        width: 895px;
        height: 464px;
        /* background: url(../img/person/img_welcome_pc.png) no-repeat top left / contain; */
        background-repeat: no-repeat;
        background-image: image-set(
            url("../img/person/img_welcome_pc.png") 1x,
            url("../img/person/img_welcome_pc@2x.png") 2x
        );
        background-size: contain;
        background-position: top left;
    }
    .welcome_list_box_item {
        position: relative;
        top: 20px;
        width: 50%;
        margin-left: auto;
        margin-right: 0;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px 30px 30px 40px;
        z-index: 1;
    }
    .welcome_list_box_item dt {
        font-size: 21px;
        line-height: 1.4;
    }
    .welcome_list_box_item dd {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 12px;
    }
    .welcome_list_box_item dd + dt {
        margin-top: 35px;
    }
}

/* 初年度の成長イメージ 1年目のロードマップ */
.loadmap .cmn_box_body {
    padding: 10vw 0 0;
}
.loadmap_wrap + .loadmap_wrap {
    margin-top: 5vw;
}
.loadmap_col_l {
    padding: 0 2vw 5vw;
}
.loadmap_hl {
    color: #003686;
    font-weight: bold;
    font-size: 3.4vw;
}
.loadmap_hl_sub {
    font-weight: bold;
    font-size: 3.2vw;
    text-decoration: underline;
}
.loadmap_txt {
    font-size: 3vw;
    line-height: 1.6;
}
.loadmap_txt + .loadmap_hl_sub {
    margin-top: 4vw;
}
@media screen and (min-width: 641px) {
    .cmn_box.loadmap {
        width: 1000px;
        margin: 60px auto 0;
    }
    .loadmap .cmn_box_header {
        width: 410px;
    }
    .loadmap .cmn_box_body {
        padding: 100px 30px 50px 60px;
    }
    .loadmap_wrap {
        display: flex;
    }
    .loadmap_col_l {
        width: 50%;
        padding: 0 50px 0 0;
    }
    .loadmap_col_r {
        width: 50%;
        padding-top: 35px;
    }
    .loadmap_wrap + .loadmap_wrap {
        margin-top: 60px;
    }
    .loadmap_hl {
        font-size: 22px;
    }
    .loadmap_hl_sub {
        font-size: 19px;
    }
    .loadmap_txt {
        font-size: 18px;
        line-height: 1.7;
    }
    .loadmap_txt + .loadmap_hl_sub {
        margin-top: 25px;
    }

}

/* 先輩社員の声 */
.voice_panel {
    background-color: #f0f8ff;
    padding: 1.5vw;
}
.voice_hl {
    color: #003686;
    font-weight: bold;
    font-size: 3.4vw;
}
.voice_profile {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 3vw;
}
.voice_profile_img {
    width: 32%;
}
.voice_profile_txt {
    width: 65%;
    font-size: 3vw;
    line-height: 1.4;
}
.voice_hl_sub {
    padding-top: 1vw;
    font-weight: bold;
    text-decoration: underline;
}
.voice_txt {
    font-size: 3vw;
    line-height: 1.6;
}
.voice_txt + .voice_txt {
    margin-top: 3vw;
}
@media screen and (min-width: 641px) {
    .voice_hl {
        color: #000;
        font-size: 20px;
    }
    .voice_profile {
        padding-bottom: 23px;
    }
    .voice_profile_img {
        width: 55%;
    }
    .voice_profile_txt {
        width: 43%;
        font-size: 16px;
    }
    .voice_hl_sub {
        padding-top: 0;
        padding-bottom: 20px;
        line-height: 1.6;
    }
    .voice_txt {
        font-size: 16px;
        line-height: 1.7;
    }
    .voice_txt + .voice_txt {
        margin-top: 20px;
    }
}

/* キャリアアップの実例 */
.careerup .cmn_box_body {
    padding: 8vw 2vw 0;
}
.careerup_profile {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 7vw;
}
.careerup_profile > a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.careerup_profile_img {
    width: 40%;
}
.careerup_profile_info {
    width: 57%;
    padding-bottom: 3vw;
    background: url(../img/work/more.png) no-repeat bottom right / 10vw;
}
.careerup_profile_hl {
    padding-bottom: 1vw;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.4;
}
.careerup_profile_txt {
    font-size: 2.8vw;
    line-height: 1.4;
}
@media screen and (min-width: 641px) {
    .cmn_box.careerup {
        width: 1000px;
        margin: 60px auto 0;
    }
    .careerup .cmn_box_header {
        width: 410px;
    }
    .careerup .cmn_box_body {
        padding: 85px 60px 60px;
    }
    .careerup_profile_wrap {
        display: flex;
        justify-content: space-between;
    }
    .careerup_profile {
        display: block;
        width: 245px;
        padding-bottom: 0;
        background-repeat: no-repeat;
        background-image: image-set(
            url("../img/work/more.png") 1x,
            url("../img/work/more@2x.png") 2x
        );
        background-size: auto;
        background-position: bottom right;
    }
    .careerup_profile_img {
        width: 100%;
        padding-bottom: 20px;
    }
    .careerup_profile_info {
        width: 100%;
        padding-bottom: 20px;
        background: none;
    }
    .careerup_profile_hl {
        padding-bottom: 20px;
        font-size: 18px;
        line-height: 1.4;
    }
    .careerup_profile_txt {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* 2年目以降も継続的に成長の機会を用意しています */
.growup .cmn_box_body {
    padding: 10vw 2vw 0;
}
.growup_wrap {
    padding: 5vw 0 0;
}
.growup_list {
    padding-bottom: 4vw;
}
.growup_list dt {
    color: #003686;
    font-size: 3.2vw;
    line-height: 1.6;
}
.growup_list dd {
    font-size: 3vw;
    line-height: 1.6;
}
@media screen and (min-width: 641px) {
    .cmn_box.growup {
        width: 1000px;
        margin: 60px auto 0;
    }
    .growup .cmn_box_header {
        width: 410px;
    }
    .growup .cmn_box_body {
        padding: 85px 60px 0 60px;
    }
    .growup_wrap {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    .growup_wrap_l {
        width: 48%;
        max-width: 411px;
    }
    .growup_wrap_r {
        width: 48%;
        max-width: 411px;
    }
    .growup_img {
        padding-bottom: 40px;
    }
    .growup_list {
        padding-bottom: 50px;
    }
    .growup_list dt {
        font-size: 22px;
        font-weight: bold;
    }
    .growup_list dd {
        font-size: 18px;
    }

}






