@charset "utf-8";


/*リクルートサイト CSS
-------------------------------*/

/*リクルート TOP
-------------------------------*/
.rec-top_img {
    width: 100%;
    /* height: 100vh; */
    /*    background-image: url(../img/recruit/rec_top_img.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    position: relative;
}

.rec-top_txt {
    position: absolute;
    left: 6.5vw;
    top: calc(50% + 40px);
    transform: translateY(-50%);
    z-index: 10;
}

.rec-top_txt img {
    width: 29.3vw;
    height: auto;
}

.rec-top_txt .pr_video {
    display: block;
    margin-top: 60px;
}
.rec-top_txt .fuki {
    position: absolute;
    bottom: 3vw;
    right: -8vw;
    width: 10vw;
    height: auto;
}



.rec_top_btn {
    display: none;
    /*
    position: absolute;
    top: 120px;
    right: 20px;
    z-index: 10;
    width: 160px;*/
}

.rec_top_btn_home {
    position: absolute;
    top: 120px;
    right: 20px;
    z-index: 10;
    width: 160px;
}

.rec_top_btn01 {
    margin-bottom: 10px;
}

@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {

    .rec-top_img {
        width: 100%;
        height: 100vh;
        background-size: cover;
    }

    .rec-top_txt img {
        width: 60vw;
        height: auto;
    }
    .rec-top_txt .fuki {
        right: -15vw;
        bottom: 8vw;
        width: 20vw;
        height: auto;
    }
    
    .rec_top_btn,
    .rec_top_btn_home {
        top: 100px;
        right: 5px;
        width: 150px;
    }
}
@media screen and (max-width:500px) {
    .rec_top_btn,
    .rec_top_btn_home {
        top: 155px;
    }
}

.rec-top-news {
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
}

.rec-top-news-in {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.rec-top-news-in .ttl {
    width: 30%;
    height: 317px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    background-color: #e10000;
    border-radius: 0 17px 17px 0;
    color: #fff;
}

.rec-top-news-in .ttl .txt {
    width: 290px;
}

.rec-top-news-in .ttl .en {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
}

.rec-top-news-in .ttl .ja {
    font-size: 20px;

}

.rec-top-news-in .news_list {
    width: 65%;
    padding-right: 5%;
}

.rec-top-news-in .news_list .items li a {
    display: flex;
    justify-content: flex-start;
}

.rec-top-news-in .news_list .items li span.date {
    display: inline-block;
    width: 7em;
}

.rec-top-news-in .news_list .items li span.subj {
    display: inline-block;
    width: calc(100% - 7em);
    line-height: 1.5;
}

.rec-top-news-in .news_list .items li:not(:last-child) {
    margin-bottom: 20px;
}

.rec-top-news-in .news_list .news_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.rec-top-news-in .news_list .news_more a {
    color: #e10000;
    padding-right: 15px;
    background: url(../img/recruit/ya_more.png) right center no-repeat;
}

@media screen and (max-width:910px) {
    .rec-top-news-in {
        display: block;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .rec-top-news-in .ttl {
        width: 100%;
        height: auto;
        display: block;
        padding-left: 0;
        background-color: transparent;
        color: #e10000;
        text-align: center;
    }

    .rec-top-news-in .ttl .txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .rec-top-news-in .ttl .en {
        font-size: 30px;
    }

    .rec-top-news-in .ttl .ja {
        font-size: 16px;
    }

    .rec-top-news-in .news_list {
        width: 100%;
        padding-right: 0;
    }

    .rec-top-news-in .news_list .items li:not(:last-child) {
        margin-bottom: 10px;
    }

    .rec-top-news-in .news_list .news_more {
        position: static;
        text-align: right;
        margin-top: 30px;
    }
}

@media screen and (max-width:640px) {
    .rec-top-news-in .news_list .items li a {
        display: block;
    }

    .rec-top-news-in .news_list .items li span.subj {
        width: 100%;
        margin-top: 5px;
    }

}





.rec-top-intro {
    width: 100%;
    max-width: 1200px;
    margin: 170px auto;
    position: relative;
}

.rec-top-intro .txt2 {
    width: 100%;
    padding: 120px;
}

.rec-top-intro .txt2 .cap1 {
    color: #e10000;
    font-size: 35px;
    margin-bottom: 40px;
}

.rec-top-intro .txt2 .cap2 {
    font-size: 18px;
    line-height: 3;
}

@media screen and (max-width:1400px) {
    .rec-top-intro .txt2 {
        padding: 8.5vw;
    }
}

@media screen and (max-width:910px) {

    .rec-top-intro {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .rec-top-intro .txt2 {
        padding: 0 5%;
    }

    .rec-top-intro .txt2 .cap1 {
        margin-bottom: 30px;
    }

    .rec-top-intro .txt2 .cap1 img {
        width: 100%;
        max-width: 520px;
        height: auto;

    }

    .rec-top-intro .txt2 .cap2 {
        font-size: 16px;
        line-height: 1.8;
    }

}

@media screen and (max-width:640px) {
    .rec-top-intro .txt2 .cap1 img {
        width: 100%;
        max-width: 330px;
        height: auto;

    }

}



.rec-top-department {
    width: 90%;
    max-width: 1280px;
    margin: auto;
}

.rec_top_ttl {
    margin-bottom: 40px;
}

.rec_top_ttl .en {
    color: #e10000;
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 1;
    margin-bottom: 10px;
}

.rec_top_ttl .ja {
    font-size: 20px;
    font-weight: 600;
}


.rec-depart-map {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.rec-depart-map a:after {
    /*    background-color: rgba(230,230,230,0.8);*/
}

.rec-depart-map a#dep01 {
    position: absolute;
    left: 174px;
    top: 0;
    display: block;
    width: 264px;
    height: 177px;
}

.rec-depart-map a#dep02 {
    position: absolute;
    left: 742px;
    top: 94px;
    display: block;
    width: 308px;
    height: 129px;
}

.rec-depart-map a#dep03 {
    position: absolute;
    left: 470px;
    top: 70px;
    display: block;
    width: 160px;
    height: 173px;
}

.rec-depart-map a#dep04 {
    position: absolute;
    left: 613px;
    top: 242px;
    display: block;
    width: 175px;
    height: 167px;
}

.rec-depart-map a#dep05 {
    position: absolute;
    left: 150px;
    top: 196px;
    display: block;
    width: 160px;
    height: 168px;
}


@media screen and (max-width:1230px) {
    .rec-depart-map a#dep01 {
        left: 14vw;
        top: 0;
        width: 21.4vw;
        height: 14.4vw;
    }

    .rec-depart-map a#dep02 {
        left: 60.3vw;
        top: 7.6vw;
        width: 25vw;
        height: 10.5vw;
    }

    .rec-depart-map a#dep03 {
        left: 38vw;
        top: 5.7vw;
        width: 13vw;
        height: 14vw;
    }

    .rec-depart-map a#dep04 {
        left: 49.8vw;
        top: 19.6vw;
        width: 14.2vw;
        height: 13.5vw;
    }

    .rec-depart-map a#dep05 {
        left: 12.2vw;
        top: 15.9vw;
        width: 13vw;
        height: 13.6vw;
    }

}

@media screen and (max-width:910px) {
    .rec_top_ttl {
        margin-bottom: 30px;
    }

    .rec_top_ttl .en {
        font-size: 50px;
    }

    .rec_top_ttl .ja {
        font-size: 16px;
    }
}

@media screen and (max-width:640px) {

    .rec_top_ttl {
        margin-bottom: 20px;
    }

    .rec_top_ttl .en {
        font-size: 35px;
    }


}





.rec-top-interview {
    padding-top: 180px;
    padding-bottom: 180px;
}

.rec-top-interview .rec_top_ttl {
    width: 90%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.rec-top-staff-list {
    width: 100%;
    max-width: 1900px;
    overflow: hidden;
    margin: auto;
}

.rec-top-staff-list .voice li {
    padding: 0 15px;
}

.rec-top-staff-list .voice li a {
    display: block;
    width: 100%;
    max-width: 394px;
    height: 100;
    position: relative;
}

.rec-top-staff-list .voice li a img {
    border-radius: 35px;
}

.rec-top-staff-list .voice li a .txt {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 11px;
}

.rec-top-staff-list .voice li a .txt .cat {
    color: #e10000;
    font-size: 20px;
}

.rec-top-staff-list .voice li a .txt .nam {
    font-size: 30px;
}

.rec-top-staff-list .voice li a .txt .nam span {
    font-size: 20px;
}

@media screen and (max-width:1500px) {
    .rec-top-staff-list .voice li a .txt {
        bottom: 2.6vw;
        left: 2.6vw;
        width: calc(100% - 5.2vw);
        padding: 2vw 2.6vw;
    }

    .rec-top-staff-list .voice li a .txt .cat {
        font-size: 1.33vw;
    }

    .rec-top-staff-list .voice li a .txt .nam {
        font-size: 1.8vw;
    }

    .rec-top-staff-list .voice li a .txt .nam span {
        font-size: 1.33vw;
    }



}

@media screen and (max-width:910px) {
    .rec-top-interview {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rec-top-staff-list .voice li a img {
        border-radius: 3.3vw;
    }

    .rec-top-staff-list .voice li a .txt {
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        padding: 10px;
        border-radius: 1.2vw;
    }

    .rec-top-staff-list .voice li a .txt .cat {
        font-size: 10px;
    }

    .rec-top-staff-list .voice li a .txt .nam {
        font-size: 20px;
    }

    .rec-top-staff-list .voice li a .txt .nam span {
        font-size: 15px;
    }
}

@media screen and (max-width:640px) {
    .rec-top-interview {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rec-top-staff-list {
        width: 90%;
    }
}




/* 数字で分かる */
.rec-top-numbers {
    width: 90%;
    max-width: 1480px;
    margin: auto;
}

.r_t03_about {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.r_t03_about li {
    width: 32%;
    border: solid 1px #ccc;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
}

.r_t03_about li:empty {
    padding: 0;
    border: none;
    margin: 0;
}

.r_t03_about li .cat {
    font-size: 25px;
    color: #e10000;
}

.r_t03_about li .cat span {
    font-weight: 500;
}

.r_t03_about li .icon {
    text-align: right;
    min-height: 155px;
}

.r_t03_about li .numb {}

.r_t03_about li .numb .count {
    font-family: "Jost", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #e10000;
    font-size: 147px;
    line-height: 1;
}

.r_t03_about li .numb .unit {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    font-weight: 500;
    color: #e10000;
}

.r_t03_about li p {}

.r_t03_about li .numx2 {
    min-height: 147px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.r_t03_about li .numx2 .numb .sub {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.r_t03_about li .numx2 .numb .count {
    font-size: 80px;
}


.r_t03_about li.wide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.r_t03_about li.wide .txt {
    width: 49%;
}

.r_t03_about li.wide .img {
    width: 49%;
}

.r_t03_about li.wide .txt .numb {
    font-size: 25px;
    line-height: 1.8;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.r_t03_about li.wide .numb .count {
    font-size: 40px;
    line-height: 1;
}

.r_t03_about li .kyojyu-img {
    width: 100%;
    height: 305px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 0 10px;
    margin-bottom: 10px;
}


@media screen and (max-width:1500px) {
    .r_t03_about li {
        padding: 2vw;
    }

    .r_t03_about li .numb .count {
        font-size: 9.8vw;
    }

    .r_t03_about li .numx2 .numb .count {
        font-size: 5.3vw;
    }

    .r_t03_about li.wide .txt .numb {
        font-size: 1.6vw;
        margin-top: 1.3vw;
        margin-bottom: 1.3vw;
    }

    .r_t03_about li.wide .numb .count {
        font-size: 2.6vw;
    }

}

@media screen and (max-width:1200px) {
    .r_t03_about li .numx2 {
        min-height: initial;
        min-height: auto;
    }

}

@media screen and (max-width:910px) {
    .r_t03_about li {
        padding: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .r_t03_about li .cat {
        font-size: 20px;
    }

    .r_t03_about li .icon {
        text-align: center;
        min-height: initial;
        min-height: auto;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .r_t03_about li .icon img {
        width: auto;
        max-height: 80px;
    }

    .r_t03_about li .numb .count {
        font-size: 70px;
    }

    .r_t03_about li .numb .unit {
        font-size: 16px;
    }

    .r_t03_about li .numx2 .numb .count {
        font-size: 40px;
    }

    .r_t03_about li .numx2 .numb .sub {
        font-size: 16px;
    }

    .r_t03_about li.wide .txt {
        width: 100%;
        text-align: left;
    }

    .r_t03_about li.wide .img {
        width: 100%;
        text-align: center;
    }

    .r_t03_about li.wide .txt .numb {
        font-size: 20px;
    }

    .r_t03_about li.wide .numb .count {
        font-size: 25px;
    }

    .r_t03_about li .kyojyu-img {
        height: auto;
    }

}

@media screen and (max-width:640px) {
    .r_t03_about li {
        width: 48%;
        padding: 15px;
        border-radius: 10px;
    }

    .r_t03_about li .cat {
        font-size: 16px;
    }

    .r_t03_about li .icon {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .r_t03_about li .icon img {
        width: auto;
        max-height: 50px;
    }

    .r_t03_about li .numb .count {
        font-size: 40px;
    }

    .r_t03_about li .numx2 .numb .count {
        font-size: 20px;
    }

    .r_t03_about li p {
        margin-top: 7px;
        font-size: 14px;
    }

    .r_t03_about li.wide .txt .numb {
        font-size: 16px;
    }

    .r_t03_about li.wide .numb .count {
        font-size: 20px;
    }

}




































/* 福利厚生 */
.rec-top-benefits {
    width: 90%;
    max-width: 1480px;
    margin: auto;
    padding-top: 180px;
    padding-bottom: 180px;
}

.rec-top-benefits .bene_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rec-top-benefits .bene_list li {
    width: 17%;
    text-align: center;
    margin-bottom: 50px;
}

.rec-top-benefits .bene_list li p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
}

.rec-top-benefits .bene_list li p span {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
}

@media screen and (max-width:1400px) {
    .rec-top-benefits .bene_list li p {
        margin-top: 10px;
        font-size: 1.5vw;
        line-height: 1.3;
    }
}

@media screen and (max-width:910px) {
    .rec-top-benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .rec-top-benefits .bene_list {
        width: 100%;
    }

    .rec-top-benefits .bene_list li {
        width: 27%;
        margin-left: 3%;
        margin-right: 3%;
        margin-bottom: 30px;
    }

    .rec-top-benefits .bene_list li p {
        font-size: 20px;
    }

    .rec-top-benefits .bene_list li p span br {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .rec-top-benefits {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .rec-top-benefits .bene_list li p {
        font-size: 16px;
    }

    .rec-top-benefits .bene_list li.wide {
        width: 50%;
    }

    .rec-top-benefits .bene_list li.wide img {
        width: 23.5vw;
        height: auto;
    }
}





/* 部門紹介 */
.rec_cate_lead {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 70px;
    margin-bottom: 70px;
}

hr.red_line {
    border: none;
    border-bottom: solid 2px #e10000;
    display: block;
    margin: auto;
    margin-bottom: 70px;
}

.rec_cate_lead .img {
    width: 330px;
}

.rec_cate_lead .txt {
    width: calc(100% - 400px);
}

.rec_cate_lead .txt .cap {
    font-size: 49px;
    line-height: 1.4;
    font-weight: 500;
    color: #e10000;
    margin-bottom: 20px;
}

.rec_cate_lead .txt .job {
    font-size: 25px;
    font-weight: 500;
}

.rec_cate_lead .txt .job span {
    font-size: 40px;
    font-weight: 500;
    margin-left: 15px;
}

.rec_cate_descript dt {
    font-size: 35px;
    font-weight: 500;
    color: #e10000;
    margin-bottom: 20px;

}

.rec_cate_descript dd {
    line-height: 1.8;
}

.rec_space {
    padding-bottom: 70px;
}

.rec_saiyou_ttl {
    color: #e10000;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 30px;
    border-left: 5px solid #e10000;
    margin-bottom: 30px;
}

.biz_info_table td a {
    color: #e10000;
    text-decoration: underline;
}

.biz_info_table td a:hover {
    text-decoration: none;
}

.rec_mynavi_entry {
    text-align: center;
}

.rec_mynavi_entry .sub {
    font-size: 40px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #e10000;
}

/* .rec_mynavi_entry .sub a{
    color: #e10000;
} */

@media screen and (max-width:1200px) {

    .rec_cate_lead .txt .cap {
        font-size: 4vw;
    }
}

@media screen and (max-width:910px) {
    .rec_cate_lead {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .rec_cate_lead .img {
        width: 26%;
    }

    .rec_cate_lead .txt {
        width: 70%;
    }

    .rec_cate_lead .txt .cap {
        font-size: 38px;
        line-height: 1.4;
    }

    .rec_cate_lead .txt .job {
        font-size: 18px;
    }

    .rec_cate_lead .txt .job span {
        font-size: 25px;
    }

    .rec_cate_descript dt {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .rec_saiyou_ttl {
        font-size: 28px;
        padding-left: 20px;
    }

    .rec_mynavi_entry .sub {
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    .rec_cate_lead {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .rec_cate_lead .img {
        display: none;
        width: 26%;
    }

    .rec_cate_lead .txt {
        width: 100%;
    }

    .rec_cate_lead .txt .cap {
        font-size: 28px;
    }

    .rec_cate_lead .txt .job {
        font-size: 16px;
    }

    .rec_cate_lead .txt .job span {
        font-size: 20px;
    }

    .rec_cate_descript dt {
        font-size: 18px;
    }

    .rec_space {
        padding-bottom: 50px;
    }

    .rec_saiyou_ttl {
        font-size: 20px;
        padding-left: 10px;
    }

    .rec_mynavi_entry .sub {
        font-size: 22px;
        margin-bottom: 10px;
    }
}


.rec_pickup_cont {
    width: calc(100% - 30px);
    height: 327px;
    background: url(../img/recruit/bg_pickup.png) left bottom no-repeat;
    padding-top: 75px;
    position: relative;
    margin-bottom: 50px;
}

.rec_pickup_cont:after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(../img/recruit/bg_pickup_2.png) right bottom no-repeat;
    content: "";
}

.rec_pickup_cont a {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 40px;
}

.rec_pickup_cont a .txt {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

.rec_pickup_cont a .txt .name {
    margin-left: 60px;
}

.rec_pickup_cont a .txt .name .c1 {
    display: inline-block;
    background-color: #e10000;
    color: #fff;
    line-height: 1.2;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.rec_pickup_cont a .txt .name .c2 {
    font-size: 30px;
    font-weight: 500;
    padding-left: 10px;
}

.rec_pickup_cont a .txt .name .c2 span {
    font-size: 16px;
    font-weight: 500;
}

.rec_pickup_cont a .txt .name .c2 span.nen {
    color: #e10000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 1em;
}

.rec_pickup_cont a .btn {
    position: absolute;
    right: 0;
    bottom: 30px;
    display: flex;
    align-items: center;
}

.rec_pickup_cont a .btn span {
    display: inline-block;
    padding-right: 1em;
    color: #e10000;
    font-size: 14px;
}

@media screen and (max-width:910px) {
    .rec_pickup_cont a .txt .name {
        margin-left: 30px;
    }

    .rec_pickup_cont a .btn {
        bottom: 20px;
    }

}

@media screen and (max-width:640px) {

    .rec_pickup_cont {
        width: 100%;
        height: auto;
        background-image: none;
        padding-top: 0;
        position: relative;
        margin-bottom: 30px;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    }

    .rec_pickup_cont:after {
        position: absolute;
        right: auto;
        left: 200px;
        top: 8px;
        width: auto;
        height: auto;
        background: none;
        font-size: 25px;
        font-family: "Jost", sans-serif;
        font-weight: 500;
        color: #e10000;
        content: "PICK UP!!";
    }

    .rec_pickup_cont a {
        padding: 20px;
    }

    .rec_pickup_cont a .img {
        width: 150px;
    }

    .rec_pickup_cont a .txt .name .c1 {
        font-size: 15px;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 10px;
    }

    .rec_pickup_cont a .txt .name .c2 {
        font-size: 20px;
    }

    .rec_pickup_cont a .txt .name .c2 span {
        font-size: 14px;
    }

    .rec_pickup_cont a .btn {
        right: 20px;
    }

    .rec_pickup_cont a .btn span {
        font-size: 13px;
    }

    .rec_pickup_cont a .btn img {
        width: 30px;
        height: auto;
    }
}

@media screen and (max-width:430px) {
    .rec_pickup_cont {}

    .rec_pickup_cont:after {
        left: 37%;
        font-size: 18px;
    }

    .rec_pickup_cont a {
        padding: 20px 20px 30px 20px;
    }

    .rec_pickup_cont a .img {
        width: 32%;
    }

    .rec_pickup_cont a .txt .name {
        padding-top: 20px;
        margin-left: 10px;
    }

    .rec_pickup_cont a .txt .name .c1 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .rec_pickup_cont a .btn {
        bottom: 5px;
    }


}

.int_video {
    display: inline-block;
    max-width: 400px;
}







/*求人情報 中途採用 
-------------------------------*/
.rec_c_job01 {
    text-align: center;
    margin-bottom: 100px;
}

.rec_c_job01 h2 {
    font-size: 20px;
    line-height: 2;
}

.rec_c_job01 a,
.rec_c_job02 a {
    color: #e10000;
    text-decoration: underline;
}

.rec_c_job01 a:hover,
.rec_c_job02 a:hover {
    text-decoration: none;
}

.rec_c_job02 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 120px;
    text-align: center;
    padding: 60px 30px;
    border: solid 3px #e10000;
    font-size: 20px;
    line-height: 2;
}

.rec_c_job02 h3 {
    font-size: 30px;
    color: #e10000;
    font-weight: 500;
}

.rec_c_job02 .hellowork_id {
    font-size: 40px;
    font-weight: 700;
}

.rec_c_job03 {
    margin-bottom: 80px;
}

.rec_c_job03:last-child {
    margin-bottom: 0;
}

.rec_c_job03 .job_link {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rec_c_job03 .job_link li {
    width: 48%;
    margin-bottom: 25px;
}

.rec_c_job03 .job_link li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding-left: 40px;
    padding-right: 80px;
    font-size: 20px;
    line-height: 1.2;
    background-image: url(../img/recruit/arrow_pickup.png);
    background-position: calc(100% - 40px) center;
    background-repeat: no-repeat;
    background-size: 45px;
}

.rec_c_job03 .job_link li a:hover {
    background-color: #f2f2f2;
    background-position: calc(100% - 25px) center;
}

.rec_c_job03 .job_link li .no-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 105px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding-left: 40px;
    font-size: 25px;
}

.rec_c_job03 .job_link li .cap {
    font-size: 15px;
    line-height: 1.5em;
    text-indent: -1em;
    margin-left: 2em;
    margin-top: 10px;
}


.rec_saiyo_ttl{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 1em;
    color: #e10000;
}
.rec_saiyo_ttl img{
    width: auto;
    max-width: 400px;
    height: auto;
}
.rec_c_job04{
    text-align: center;
}
.rec_c_job04 .sub{
    margin-bottom: 50px;
}
.rec_int_list_yt{
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rec_int_list_yt li{
    width: 32%;
    margin-bottom: 20px;
}
.rec_int_list_yt li a{
    display: block;
    width: 100%;
    border: solid 1px #999;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    padding: 15px 10px;
}

@media screen and (max-width:1200px) {
    .rec_c_job02 br.pc {
        display: none;
    }
}

@media screen and (max-width:910px) {
    .rec_c_job01 h2 {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .rec_c_job02 {
        margin-top: 40px;
        margin-bottom: 60px;
        padding: 30px;
        font-size: 16px;
        line-height: 1.8;
    }

    .rec_c_job02 h3 {
        font-size: 25px;
    }

    .rec_c_job02 .hellowork_id {
        font-size: 35px;
    }

    .rec_c_job03 {
        margin-bottom: 50px;
    }

    .rec_c_job03 .job_link li a {
        height: 90px;
        border-radius: 10px;
        padding-left: 30px;
        padding-right: 60px;
        font-size: 20px;
        line-height: 1.2;
        background-size: 40px auto;
        background-position: calc(100% - 20px) center;
    }

    .rec_c_job03 .job_link li .no-link {
        height: 90px;
        border-radius: 10px;
        padding-left: 30px;
        font-size: 20px;
    }
    .rec_saiyo_ttl{
        font-size: 30px;
    }
    .rec_saiyo_ttl img{
        max-width: 300px;
    }

}

@media screen and (max-width:640px) {

    .rec_c_job01 {
        text-align: left;
        margin-bottom: 60px;
    }

    .rec_c_job02 {
        padding: 20px;
    }

    .rec_c_job02 h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .rec_c_job02 p {
        text-align: left;
    }

    .rec_c_job02 .hellowork_id {
        font-size: 30px;
    }

    .rec_c_job03 {
        margin-bottom: 50px;
    }

    .rec_c_job03 .job_link li {
        width: 100%;
        margin-bottom: 15px;
    }

    .rec_c_job03 .job_link li a {
        height: 80px;
        padding-left: 20px;
        font-size: 18px;
        background-size: 30px auto;
    }

    .rec_c_job03 .job_link li .no-link {
        height: 80px;
        padding-left: 20px;
        font-size: 18px;
    }

    .rec_c_job03 .job_link li .cap {
        margin-left: 1em;
    }
    .rec_saiyo_ttl{
        font-size: 25px;
    }
    .rec_saiyo_ttl img{
        max-width: 230px;
    }
    .rec_int_list_yt li a{
        font-size: 16px;
        padding: 15px 10px;
    }
}
@media screen and (max-width:480px) {
    .rec_int_list_yt li{
        width: 48%;
        margin-bottom: 15px;
    }

}


@media screen and (max-width:640px) {
    .rec_c_job02 .hellowork_id {
        font-size: 6.25vw;
    }

}




/* インタビュー
-------------------------------*/

.int_back_link a {
    width: 100%;
    height: 320px;
    background-color: #e10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.int_back_link a ._in {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    position: relative;
}

.int_back_link a ._in:before {
    position: absolute;
    left: -90px;
    top: 50%;
    transform: translateY(-50%);
    width: 59px;
    height: 59px;
    background: url(../img/recruit/arrow_maru_w.png) center center/contain no-repeat;
    content: "";
}

@media screen and (max-width:1600px) {
    .int_back_link a {
        height: 20vw;
    }
}

@media screen and (max-width:910px) {
    .int_back_link a {
        height: 150px;
    }

    .int_back_link a ._in {
        font-size: 18px;
    }

    .int_back_link a ._in:before {
        left: -60px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:640px) {
    .int_back_link a {
        height: 100px;
    }

    .int_back_link a ._in {
        font-size: 16px;
    }

    .int_back_link a ._in:before {
        left: -40px;
        width: 30px;
        height: 30px;
    }

}







.staff_int_name {
    position: relative;
}

.staff_int_name .txt {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
}

.staff_int_name .txt .sub1 {
    display: inline-block;
    padding: 8px 15px 10px;
    background-color: #e10000;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
}

.staff_int_name .txt .sub2 {
    font-size: 50px;
}

.staff_int_name .txt .sub2 span {
    font-size: 30px;
}

.staff_int_name .txt .sub2.fw {
    color: #fff;
}

.staff_int_time {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.staff_int_time .ttl {
    text-align: center;
    margin-bottom: 40px;
}

.staff_int_time .ttl .en {
    color: #e10000;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 62px;
    line-height: 1.3;
}

.staff_int_time .ttl .ja {
    font-size: 30px;
    font-weight: 500;
}

.staff_int_cont dl {
    width: 100%;
    margin-bottom: 100px;
}

.staff_int_cont dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
}

.staff_int_cont dt span {
    display: inline-block;
    width: 180px;
    color: #e10000;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 100px;
    line-height: 1.1;
}

.staff_int_cont dd {
    padding-left: 180px;
    line-height: 2.5;
}


@media screen and (max-width:1400px) {
    .staff_int_cont dt span {
        width: 12.8vw;
        font-size: 7vw;
    }

    .staff_int_cont dd {
        padding-left: 12.8vw;
    }
}

@media screen and (min-width:910px) {
    .staff_int_cont .dan2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .staff_int_cont .dan2 dl {
        width: 50%;
    }

    .staff_int_cont .dan2 .img {
        width: 42%;
    }
}

@media screen and (max-width:910px) {

    .staff_int_name .txt .sub1 {
        padding: 3px 10px 5px;
        border-radius: 5px;
        font-size: 16px;
    }

    .staff_int_name .txt .sub2 {
        font-size: 40px;
    }

    .staff_int_name .txt .sub2 span {
        font-size: 20px;
    }

    .staff_int_time .ttl .en {
        font-size: 45px;
    }

    .staff_int_time .ttl .ja {
        font-size: 20px;
    }

    .staff_int_cont dl {
        margin-bottom: 60px;
    }

    .staff_int_cont dt {
        font-size: 20px;
    }

    .staff_int_cont dt span {
        width: 80px;
        font-size: 50px;
    }

    .staff_int_cont dd {
        padding-left: 80px;
        line-height: 1.8;
    }

    .staff_int_cont .dan2 .img {
        text-align: center;
    }

    .staff_int_cont .dan2 .img img {
        width: 80%;
        max-width: 450px;
        height: auto;
    }
}

@media screen and (max-width:640px) {

    .staff_int_time .ttl .en {
        font-size: 30px;
    }

    .staff_int_time .ttl .ja {
        font-size: 16px;
    }

    /*    .staff_int_time .time_img{
        overflow: auto;
        scroll-start-target: center;
        scroll-padding: 0;
    }
    .staff_int_time .time_img img{
        width: 640px;
        max-width: none;
        height: auto;F
    }*/
    .staff_int_cont dl {
        margin-bottom: 40px;
    }

    .staff_int_cont dt {
        font-size: 18px;
    }

    .staff_int_cont dt span {
        width: 65px;
        font-size: 33px;
    }

    .staff_int_cont dd {
        margin-top: 8px;
        padding-left: 0;
    }
}

@media screen and (max-width:480px) {
    .staff_int_name .img img {
        width: 100%;
        height: 170px;
        object-fit: cover;
        object-position: left;
    }

    .staff_int_name .txt {
        position: static;
        margin-top: 20px;
        transform: translateY(0);
    }

    .staff_int_name .txt .sub2 {
        font-size: 30px;
    }

    .staff_int_name .txt .sub2 span {
        font-size: 15px;
    }

    .staff_int_name .txt .sub2.fw {
        color: #000;
    }

}










@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {}















@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {}




@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {}




@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {}




@media screen and (max-width:910px) {}

@media screen and (max-width:640px) {}