@charset "UTF-8";

/* ファーストビュー */
.sec_fv {
    position: relative;
    margin-left: calc(50% - 50vw);
    background: -webkit-gradient(linear, left top, right top, color-stop(.1%, #009FE2), color-stop(99.54%, #019C67));
    background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
}
.fv_fixed_txt {
    position: absolute;
    top: 20px;
    left: 0;
    width: 6%;
}
.fv_container {
    margin-left: calc(50vw - 50% + 3.2vw);
    margin-right: calc(50% - 50vw - 3.2vw);
}
.fv_copy {
    padding: 23px 0 10px 20px;
    color: #fff;
    font-size: 6vw;
    line-height: 1.5;
    font-weight: bold;
}
.fv_lead {
    min-height: 370px;
    margin: 6px 0 0 10px;
    padding: 20px 15px 40vw;
    color: #003686;
    font-size: 3.4vw;
    line-height: 1.5;
    background: url(../img/top/fv_container_bg_sp.jpg) no-repeat bottom center/cover;
}
.fv_lead p + p {
    margin-top: 10px;
}
.rec_top .recruit_nav_wrap {
    position: absolute;
    bottom: 10px;
    width: 100vw;
}

@media screen and (min-width: 641px) {

    .sec_fv {
        background: none;
    }
    .sec_fv_bg {
        position: relative;
        height: 440px;
        background: -webkit-gradient(linear, left top, right top, color-stop(.1%, #009FE2), color-stop(99.54%, #019C67));
        background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
    }
    .fv_fixed_txt {
        position: fixed;
        left: 0;
        top: 190px;
        width: 5%;
        max-width: 70px;
    }
    .fv_container {
        position: relative;
        margin-top: -405px;
        margin-left: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
        padding-bottom: 110px;
        background: url(../img/top/fv_container_bg_pc.png) no-repeat bottom center/cover;
    }
    .fv_copy {
        padding: 60px 0 35px 60px;
        color: #003686;
        font-size: 43px;
    }
    .fv_lead {
        width: 470px;
        min-height: initial;
        margin: 0;
        padding: 0 0 0 65px;
        background: none;
        font-size: 18px;
        font-weight: 400;
    }
    .fv_lead p + p {
        margin-top: 0;
    }
    .rec_top .recruit_nav_wrap {
        position: absolute;
        bottom: 25px;
        width: 100%;
        margin-left: calc(100vw - 100%);
        margin-right: calc(100% - 100vw);
    }

}

/* メニュー */
.recruit_nav {
    display: flex;
    justify-content: center;
}
.recruit_nav li {
    width: 21%;
    margin: 0 3px;
    padding: 1px 0;
    background-color: #fff;
    text-align: center;
    letter-spacing: -1px;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
.recruit_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #003686;
    font-size: 2.5vw;
}

@media screen and (min-width: 641px) {

    .recruit_nav {
        justify-content: flex-start;
        padding-left: 50px;
    }
    .recruit_nav li {
        width: 186px;
        margin: 0px 13px;
        padding: 0;
        background-color: rgba(255,255,255,0.8);
        box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
    }
    .recruit_nav li a {
        position: relative;
        padding: 5px 0;
        font-size: 16px;
        z-index: 1;
    }
    .recruit_nav li a::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(.1%, #009FE2), color-stop(99.54%, #019C67));
        background: linear-gradient(90deg, #009FE2 .1%, #019C67 99.54%);
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease
    }
    .recruit_nav li a:hover::after {
        opacity: 1;
    }
    .recruit_nav li a:hover {
        color: #fff;;
    }
    
}

/* お知らせ */
.sec_news {
    padding: 15px 0 95px;
}
.top_news_hl {
    display: inline-block;
    padding: 8px 15px;
    background-color: #ccd6e7;
    color: #003686;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.5;
}
.top_news_hl span {
    display: block;
}
.top_news_list li {
    padding: 15px 5px 0 10px;
    border-bottom: solid 1px #4d4d4d;
    font-size: 3vw;
    line-height: 1.5;
}
.top_news_list li span {
    padding-right: 20px;
}
.top_news_list li a {
    color: #000;
}

@media screen and (min-width: 641px) {

    .sec_news {
        padding: 95px 0 225px;
    }
    .sec_news_inner {
        display: flex;
        justify-content: space-between;
    }
    .top_news_hl {
        width: 168px;
        height: 102px;
        padding: 16px 0 0 40px;
        font-size: 23px;
    }
    .top_news_list {
        width: 83%;
        padding-right: 50px;
    }
    .top_news_list li {
        margin-bottom: 13px;
        padding: 20px 10px 10px 10px;
        font-size: 15px;
    }
    .top_news_list li span {
        padding-right: 70px;
    }
    
}

/* 私たちの Mission Vision Value */
.sec_mvv {
    position: relative;
    border: solid 2px #ccd6e7; 
}
.mvv_hl {
    position: absolute;
    top: -20px;
    left: -2px;
    width: 85%;
    line-height: 1;
}
.mvv_slogan_img {
    width: 62%;
    margin: 30px auto;
}
.mvv_slogan {
    padding: 0 15px;
    color: #003686;
    font-size: 3.3vw;
    line-height: 1.5;
    text-align: center;
}
.mvv_slogan + .mvv_slogan {
    margin-top: 12px;
}
.mvv_block_r {
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
}
.mvv_sub_hl {
    margin: 22px 0 3px;
    font-size: 3.0vw;
    font-weight: bold;
    line-height: 1.5;
}
.mvv_sub_hl span {
    display: inline-block;
    width: 38%;
    color: #003686;
    font-size: 4.7vw;
}
.mvv_sub_txt {
    padding-left: 10px;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.9;
}
.mvv_sub_list {
    padding-left: 10px;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.9;
}

@media screen and (min-width: 641px) {

    .sec_mvv {
        border: solid 3px #ccd6e7; 
    }
    .mvv_hl {
        top: -38px;
        left: 30px;
        width: initial;
    }
    .mvv_inner {
        display: flex;
        padding-bottom: 15px;
    }
    .mvv_block_l {
        width: 55%;
        padding-bottom: 70px;
    }
    .mvv_slogan_img {
        max-width: 381px;
        margin: 53px auto 55px;
    }
    .mvv_slogan {
        width: 52%;
        margin: 0 auto;
        padding: 0;
        color: #000;
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }
    .mvv_slogan + .mvv_slogan {
        margin-top: 22px;
    }
    .mvv_block_r {
        width: 45%;
        margin: 0 auto;
        padding: 35px 0 50px;
    }
    .mvv_sub_hl {
        margin: 25px 0 11px;
        font-size: 15px;
    }
    .mvv_sub_hl span {
        width: 130px;
        font-size: 32px;
    }
    .mvv_sub_txt {
        padding-left: 15px;
        font-size: 17px;
        line-height: 1.6;
    }
    .mvv_sub_list {
        padding-left: 15px;
        font-size: 17px;
        line-height: 1.6;
    }
    
}

/* もっと知って欲しい。私たちのこと。 */
.sec_about {
    position: relative;
    margin-top: 45px;
    border: solid 2px #ccd6e7;
    padding: 10vw 25px 25px;
}
.about_hl {
    position: absolute;
    top: -20px;
    left: -2px;
    width: 85%;
    line-height: 1;
}
.about_list_item + .about_list_item {
    margin-top: 32px;
}
.about_list_item_hl {
    padding-bottom: 7px;
    color: #003686;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1;
}
.about_list_item_card {
    position: relative;
    display: flex;
    min-height: 177px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
.about_list_item_card > a {
    position: absolute;
    inset: 0;
    z-index: 10;
}
.about_list_item_img {
    width: 50%;
}
.about_list_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_list_item_txtwrap {
    position: relative;
    width: 50%;
    padding: 10px;
}
.about_list_item_txt {
    font-size: 2.8vw;
    line-height: 1.4;
}
.about_list_item_detail {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 10vw;
}

@media screen and (min-width: 641px) {

    .sec_about {
        margin-top: 105px;
        border: solid 3px #ccd6e7;
        padding: 90px 0 20px;
    }
    .about_hl {
        top: -38px;
        left: 30px;
        width: initial;
    }
    .about_list {
        transform: translateX(30px);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .about_list_item {
        width: 48%;
        padding-bottom: 50px;
    }
    .about_list_item + .about_list_item {
        margin-top: 0;
    }
    .about_list_item_hl {
        padding-bottom: 25px;
        color: #000;
        font-size: 24px;
        text-align: center;
    }
    .about_list_item_card {
        min-height: auto;
        height: 100%;
        box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.3);
    }
    .about_list_item_txtwrap {
        padding: 30px 20px;
    }
    .about_list_item_txt {
        font-size: 16px;
        line-height: 1.6;
    }
    .about_list_item_detail {
        right: 20px;
        width: 67px;
    }
    
}

