@charset "utf-8";

.f_left{float:left;}

.rec_btn{
    width:180px;
    position:fixed;
    z-index:99;
    right:20px;
    top:90px;
    background:linear-gradient(to bottom, #00042e, #0065b3);
    border:1px solid #fff;
    box-sizing: border-box;
    text-align:center;
    display:flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    padding:20px 0;
}


.rec_btn h2{line-height:100%;display:inline-block;color:#fff;margin:10px auto 20px auto;}
.rec_btn p{line-height:130%;font-weight: 500;width:80%;}

.rec_btn a{
    display:inline-block;
    text-align:center;
    font-size:1.1rem;
    color:#00264b;
    border-radius: 20px;
    width:80%;
    margin-bottom:10px;
    padding:5px 0;
}
.rec_btn a:link{background:#fff;}



.recruit_wrap{background-color:#00264b;padding-top:87px;}

section.rec_mv{margin-top:0;}
.rec_mv {position:relative;display:flex;align-items: center;}
.rec_mv p{width:100%;}
.rec_mv p img{width:100%;height:auto;}
.rec_mv h1{
    position:absolute;
    right:5%;
    font-size:4rem;
    letter-spacing: 4px;
    line-height:100%;
    font-weight:900;
    text-align:center;
}

.rec_top_wrap{display:flex;color:#fff;justify-content:flex-end;}
.rec_catch_wrap{box-sizing: border-box;width:45%;}

.rec_catch_top{font-size:2.6rem;font-weight:900;margin-bottom:30px;}
.rec_catch_top span{color:#ffea00;}
.rec_catch_sub{
    font-size:1.6rem;
    font-weight:900;
    text-align:right;
    margin-bottom:50px;
    width:95%;
}
.rec_catch_sub p{line-height:200%;}

.img_syacho {width:50%;margin-top:-100px;z-index:1;position:relative;}
.img_syacho p{position:relative;}
.img_syacho p img{width:100%;height:auto;}
.img_syacho p span{
    position:absolute;
    right:15px;
    bottom:15px;
    color:#fff;
    font-size:0.9rem;
    text-shadow:0 0 1px #000;
}
.img_kanban{width:260px;}
.img_kanban img{width:100%;height:auto;}

.rec_bproject{
    margin-left:80px;
    margin-top:-40px;
    background:#fff;
    padding:20px 40px;
    color:#3b322f;
    position:relative;
}
.rec_bproject p {font-size:1.5rem;font-weight:900;line-height:200%;}
.rec_bproject p span{color:#e60012;}
.rec_bproject p.img_graph{width:1000px;float:right;margin-top:-300px;}
.rec_bproject p.img_graph img{width:100%;height:auto;}

.rec_hataraki{font-size:1.5rem;font-weight:900;}
.rec_hataraki h1{font-size:2.8rem;margin-bottom:40px;}
.rec_hataraki span{color:#e60012;}
.rec_hataraki h1 span{color:#3b322f;}

.rec_hataraki_top{justify-content: flex-start;}
.rec_hataraki_tail{justify-content: space-between;}

.rec_hataraki_top,
.rec_hataraki_tail{
    display:flex;
    align-items: center;
    background:#fff;
    position:relative;
}

.rec_hataraki_tail{flex-flow: row-reverse;}
.rec_hataraki_top_img{width:50%;}
.rec_hataraki_tail_img{width:40%;}

.rec_hataraki_top_text{width:40%;margin-left:3%;}
.rec_hataraki_tail_text{width:55%;}

.rec_hataraki_top_text p,
.rec_hataraki_bottom p,
.rec_hataraki_tail_text p{line-height:200%;}

.rec_hataraki_bottom p{text-align: center;}

.rec_hataraki_top_img img,
.rec_hataraki_tail_img img{
    width:100%;
    height:auto;
    position:relative;
    filter: grayscale(100%);
    transition : all 3s;
}
.rec_hataraki_top_img.is-inview img,
.rec_hataraki_tail_img.is-inview img{filter: grayscale(0%);}

.rec_hataraki_bottom,
.rec_hataraki_tail{
    margin-left:80px;
    background:#fff;
    padding:40px 0 40px 80px;
}
.rec_hataraki_tail_text h3{margin:40px 0;}
.rec_hataraki_tail_text h3::after,
.rec_hataraki_tail_text h3::before{
    content: "☆";
}
.rec_hataraki_tail_text ul{margin:0;padding:0;}
.rec_hataraki_tail_text li{margin-bottom:20px;list-style:none;}
.rec_hataraki_tail_text li::before{
    content: "◆";
}

.rec_bottom {color:#fff;}
.rec_bottom h1{
    font-size:2.8rem;
    margin-bottom:50px;
    letter-spacing:5px;
}
.rec_bottom p{font-size:1.6rem;line-height:200%;}

.rec_bottom_wrap{
    display:flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
.rec_bottom_img{width:50%;}
.rec_bottom_text{width:48%;font-size:1.6rem;font-weight:900;padding-top:50px;}
.rec_bottom_text p{margin-bottom:50px;}
.rec_bottom_img p{width:100%;}
.rec_bottom_img p img{width:100%;height:auto;}

.rec_bottom_btn{margin-bottom:50px;justify-content:flex-start;display:flex;}
.rec_bottom_btn a{
    background:#fff;
    display:inline-block;
    padding:10px 30px 10px 60px;
    border-radius:80px;
    position:relative;
    text-align:center;
    margin:5px;
}
.rec_bottom_btn a::before{
    content: "▶";
    position:absolute;
    top: 50%;
    left:30px;
    transform: translate(0, -50%);
}
.rec_bottom_btn a:link,
.rec_bottom_btn a:visited{
    background:#fff;
    color:#00264b;
}
.rec_bottom_btn h3{font-size:1.4rem;}
.rec_bottom_btn h4{font-size:1.4rem;}
.rec_bottom_btn h5{font-size:1.0rem;font-weight:500;}

/* animation */

.ani_letter_1 p span{
    opacity:0;
    font-size:12vw;
    color:#004680;
}
.rec_en{
    font-family: "Roboto", system-ui;
    font-weight: 900;
    font-style: normal;
    position:relative;
    margin-top:-2.5%;
}

.ani_letter_2 h1 span{
    opacity:0;
}

@media screen and (max-width:1020px) {

    .rec_btn{bottom:20px;top:auto;}
    .recruit_wrap{padding-top:0;}
    .rec_mv h1{
        font-size: 8vw;
        background: rgba(0,38,75,0.2);
        padding: 8px;
        color: #fff;
        left:0;
        right:0;
        bottom:0;
    }
    
    .rec_top_wrap{display:block;}
    .rec_catch_wrap{width:90%;margin:auto;}
    .rec_catch_top{font-size:2rem;text-align:center;}
    .rec_catch_sub{margin:auto;width:100%;}
    .rec_catch_sub p{text-align:center;line-height:160%;}
    .f_left{float:none;}

    .img_kanban{width:100%;margin:0 auto 20px auto;}
    .img_syacho{width:100%;margin:20px auto 0 auto;}
    .img_kanban img{width:100%;}
    .rec_bproject p.img_graph{width:100%;float:none;}

    .rec_bproject {margin:0;padding: 20px 0 40px 0;color: #3b322f;}

    .rec_bproject p{width:90%;margin:auto;}
    .rec_bproject p.img_graph{width:97%;margin-top:5px;}

    .rec_hataraki_top, .rec_hataraki_tail {display: block;}
    .rec_hataraki_top_img{width:100%;}
    .rec_hataraki_top_text {width: 90%;margin: 10px auto 0 auto;}
    .rec_hataraki_bottom, .rec_hataraki_tail{
        width:100%;
        padding:40px 0 0 0;
        margin:0 auto;
    }
    .rec_hataraki h1 {font-size: 2.4rem;}
    .rec_hataraki_tail_img {width: 100%;}
    .rec_hataraki_tail_text{width: 90%;margin: 10px auto 0 auto;font-size:1.2rem;padding-bottom: 40px;}
    .rec_hataraki_top_text p,
    .rec_hataraki_bottom p,
    .rec_hataraki_tail_text p{font-size:1.2rem;text-align:left;}
    .rec_hataraki_bottom{width: 100%;padding: 40px 0 40px 0;}
    .rec_hataraki_bottom p{width:90%;text-align:left;margin:auto;}
    .rec_bottom{width:100%;}
    .rec_bottom_wrap{display:block;}

    .rec_bottom_text{width:90%;margin:0 auto;}
    .rec_bottom p {font-size: 1.4rem;}
    .rec_bottom_btn{text-align: center;margin-bottom:40px;}
    .rec_bottom_btn a{padding:10px 40px;}
    .rec_bottom_btn a::before{display:none;}
    .rec_bottom_img{width:100%;}

    .rec_btn{height:auto;padding:5px;}
    .rec_btn a{font-size:0.9rem;padding:5px;}
    .rec_btn a h2{margin-bottom:10px;}
    .rec_btn a p{font-size:0.9rem;padding:5px;}
    
    .rec_hataraki_tail_text h3{font-size:1.5rem;text-align:center;}
    .rec_bottom_btn{display:block;}
    .rec_bottom_btn a{margin-bottom: 10px;}
    .rec_bottom_btn a h3{}
}





@media (min-width: 1020px) and (max-width: 1280px) {
    .rec_catch_sub{margin-bottom: 90px;}
    .rec_catch_sub p,
    .rec_bproject p{font-size:1.1rem;}
    .img_kanban {width: 240px;}
    .rec_bproject p.img_graph {padding-top: 100px;width:80%;}
  }

  @media (min-width: 1600px)  {
    .recruit_wrap section{width:1400px;margin:auto;}
    .recruit_wrap section.rec_mv{width:100%;}
    .rec_bproject,
    .rec_hataraki{background:#fff;}
    .rec_hataraki{padding:40px;}
    .recruit_wrap section.rec_top{width:100%;}
    .recruit_wrap section.rec_bottom{width:1480px;}
  }




