
@charset "UTF-8";

/* ファーストビュー */
.sec_fv {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 50vw;
}
.rec_careerup .sec_fv {
    padding-bottom: 62vw;
}
.fv_bg {
  position: relative;
}
.fv_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39vw;
  background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
  z-index: 0;
}
.rec_careerup .fv_bg::before {
  height: 50vw;
}
.fv_bg > * {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
    .sec_fv {
        padding-bottom: 40vw;
    }

    .fv_bg::before {
        height: 396px;
    }

}
@media screen and (min-width: 1051px) {
    .sec_fv,
    .rec_careerup .sec_fv {
        padding-bottom: 35px;
    }
    .breadcrumb {
        position: relative;
        z-index: 1;
    }
    .fv_bg::before,
    .rec_careerup .fv_bg::before {
        height: 440px;
    }
}

/* ナビゲーション */
.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;
}
@media screen and (min-width: 641px) {
    .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;
    }
}

/* ページヘッダー */
.int_header {
    position: relative;
}
.int_title {
    display: inline-block;
    border: solid 2px #003686;
    color: #003686;
    font-size: 3.7vw;
    margin-left: 4vw;
    padding: 0.3vw 3vw;
    background-color: #fff;
}
.int_header_l {
    position: absolute;
    top: 27vw;
    width: 100%;
    padding: 3vw 5vw;
    background-color: rgba(255,255,255,0.8);
}
.int_header_r {
    position: absolute;
    top: 0;
    right: 4vw;
    width: 55vw;
    z-index: -1;
}
.rec_careerup .int_header_l {
    top: 38vw;
    width: 81%;
}
.rec_careerup .int_header_r {
    top: 5vw;
    width: 66vw;
}
.int_lead {
    color: #003686;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.5;
}
.int_profile {
    padding-top: 2vw;
    color: #003686;
    font-size: 2.8vw;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (min-width: 641px) {
    .int_header {
        position: relative;
    }
    .int_title {
        display: inline-block;
        border: solid 2px #003686;
        color: #003686;
        font-size: 3.7vw;
        margin-left: 4vw;
        padding: 0.3vw 3vw;
        background-color: #fff;
    }
    .int_header_l {
        position: absolute;
        top: 20vw;
        width: 100%;
        padding: 3vw 5vw;
        background-color: rgba(255,255,255,0.8);
    }
    .int_header_r {
        position: absolute;
        top: 0;
        right: 4vw;
        width: 55vw;
        z-index: -1;
    }
    .rec_careerup .int_header_l {
        top: 38vw;
        width: 81%;
    }
    .rec_careerup .int_header_r {
        top: 5vw;
        width: 66vw;
    }
    .int_lead {
        color: #003686;
        font-size: 2vw;
        font-weight: bold;
        line-height: 1.5;
    }
    .int_profile {
        padding-top: 2vw;
        color: #003686;
        font-size: 1.8vw;
        font-weight: bold;
        line-height: 1.5;
    }

}
@media screen and (min-width: 1051px) {
    .int_header {
        max-width: 980px;
        margin: 0 auto;
        padding: 0 80px;
    }
    .int_title {
        position: relative;
        border: solid 3px #003686;
        color: #003686;
        font-size: 28px;
        margin-left: -60px;
        padding: 2px 24px;
        z-index: 1;
    }
    .int_header_contaier {
        display: flex;
        justify-content: space-between;
        margin-top: -30px;
    }
    .rec_careerup .int_header_contaier {
        margin-top: -31px;
    }
    .int_header_l {
        width: 50%;
        position: relative;
        top: 0;
        padding: 50px 30px 0 30px;
        font-size: 20px;
    }
    .rec_careerup .int_header_l {
        width: 50%;
        position: relative;
        top: 0;
        padding: 80px 10px 0 30px;
        font-size: 20px;
    }
    .int_header_r,
    .rec_careerup .int_header_r {
        width: 50%;
        position: relative;
        top: 0;
        right: 0;
    }
    .int_lead {
        color: #000;
        font-size: 19px;
        line-height: 1.7;
    }
    .int_profile {
        padding-top: 30px;
        color: #003686;
        font-size: 18px;
        line-height: 1.6;
    }
    .int_profile.np {
        padding-top: 5px;
    }
}



/* インタビュー */
.sec_int + .sec_int {
    margin-top: 8vw;
}
.sec_int_hl {
    font-size: 3.6vw;
    border-bottom: solid 2px #0094d6;
    line-height: 1;
    padding-bottom: 1vw;
    line-height: 1.4;
}
.sec_int_hl > span {
    display: block;
    color: #003686;
    font-size: 2.8vw;
    padding-bottom: 0.5vw;
}
.sec_int_l {
    padding-top: 2vw;
}
.sec_int_r {
    width: 62%;
    margin: 0 0 0 auto;
    padding-top: 3vw;
}
.sec_int_l p {
    font-size: 2.9vw;
    line-height: 1.9;
}
.sec_int_full_txt {
    padding-top: 2vw;
    font-size: 2.9vw;
    line-height: 1.9;
}
@media screen and (min-width: 641px) {
    
    .sec_int {
        max-width: 980px;
        margin: 0 auto;
        padding: 0;
    }
    .sec_int + .sec_int {
        margin-top: 40px;
    }
    .sec_int_hl {
        width: 50%;
        font-size: 20px;
        border-bottom: solid 4px #0094d6;
        padding-bottom: 10px;
    }
    .rec_careerup .sec_int_hl {
        position: relative;
        width: 100%;
        border-bottom: none;
        padding-bottom: 14px;
    }
    .rec_careerup .sec_int_hl::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 4px;
        background: #0094d6;
    }
    .rec_careerup .sec_int_hl.full::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #0094d6;
    }

    .sec_int_hl > span {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .sec_int_hl.full {
        width: 100%;
    }
    .sec_int_container {
        display: flex;
        justify-content: space-between;
    }
    .sec_int_l {
        width: 50%;
        padding-top: 10px;
    }
    .sec_int_r {
        width: 46%;
        margin: 0;
        padding-top: 0;
        text-align: right;
    }
    .sec_int_l p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec_int_full_txt {
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }

}

@media screen and (min-width: 1051px) {
    
    .sec_int {
        max-width: 980px;
        margin: 0 auto;
        padding: 0 80px;
    }
    .sec_int + .sec_int {
        margin-top: 40px;
    }
    .sec_int_hl {
        width: 50%;
        font-size: 20px;
        border-bottom: solid 4px #0094d6;
        padding-bottom: 10px;
    }
    .rec_careerup .sec_int_hl {
        position: relative;
        width: 100%;
        border-bottom: none;
        padding-bottom: 14px;
    }
    .rec_careerup .sec_int_hl::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
        height: 4px;
        background: #0094d6;
    }
    .rec_careerup .sec_int_hl.full::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: #0094d6;
    }

    .sec_int_hl > span {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .sec_int_hl.full {
        width: 100%;
    }
    .sec_int_container {
        display: flex;
        justify-content: space-between;
    }
    .sec_int_l {
        width: 50%;
        padding-top: 10px;
    }
    .sec_int_r {
        width: 46%;
        margin: 0;
        padding-top: 0;
        text-align: right;
    }
    .sec_int_l p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec_int_full_txt {
        padding-top: 10px;
        font-size: 16px;
        line-height: 1.8;
    }

}


