@charset "utf-8";

/*------------------------------------------------
 COMMON */
a {
    text-decoration: none;
    color: #044D46;
}
#recruit {
    color: #044D46;
    /* padding-bottom: 100px; */
}
#recruit p {
    margin: 0;
}
#recruit a:hover img {
    transform: scale(1.2,1.2);
}
#recruit .ppl-top-cont1 a:hover img {
    transform: scale(1.06,1.06);
}
.req-cont {
    display: none;
}
.req-cont2.cont2,.req-cont1.cont1 {
    margin-bottom: 100px;
}

/*------------------------------------------------
 RECRUIT-TOP */

/* MV */
.under-mv.is_recruit {
    height: 208px;
    background-image: url(/images/recruit/mv-photo.png);
}
.under-mv.is_recruit h1 {
    color: #000;
}


/* トップメッセージ */
.rec-under-cont1 {
    margin-top: 30px;
}
.messe_ttl_area {
    text-align: center;
}
.messe_ttl_area img {
    display: block;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.messe_ttl_area h3 {
    margin-top: 28px;
    margin-bottom: 70px;
    font-size: 27px;
    line-height: 42px;
    font-weight: normal;
}
.messe_txt {
    color: #000;
    line-height: 38px;
    padding-bottom: 30px;
}
.masse_sign {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 60px!important;
}
.masse_sign span {
    margin-left: 15px;
    font-size: 19px;
}

/* 社員紹介一覧 */
ppl-top-cont1 {}
.ppl-top-cont1 ul {
    width: 100%;
    padding-top: 30px;
}
.ppl-top-cont1 li {
    margin-bottom: 50px;
}

.ppl_txt_area .ppl_no {
    position: relative;
    font-size: 19px;
    width: 35px;
    font-weight: bold;
    margin: 0;
}
.ppl_txt_area .ppl_no::after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    background: #FFF;
    height: 1px;
    width: 35px;
    margin-top: 4px;
}
.ppl_txt_area .ppl_section {
    font-size: 13px;
    margin-top: 13px!important;
}
.ppl_txt_area .ppl_messe {
    padding-top: 22px;
    font-size: 23px;
    font-weight: bold;
}

/* 社員紹介個別 */
.ppl_main_img{
    position: relative;
    height: 700px;
}
.ppl_main_img img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.ppl_info .ppl_no_area {
    text-align: center;
    width: 153px;
    height: 153px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ppl_info .ppl_no_area .no {
    position: relative;
    font-size: 19px;
    width: 35px;
    font-weight: bold;
    margin: 0;
}
.ppl_info .ppl_no_area .no::after {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    background: #FFF;
    height: 1px;
    width: 35px;
    margin-top: 4px;
}
.ppl_info .ppl_no_area .section {
    font-size: 13px;
    margin-top: 13px!important;
}
.ppl_info .ppl_name_area {
    height: 153px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ppl_info .ppl_name_area p {
    margin-bottom: 0;
}
.ppl_name_area .date,
.ppl_name_area .dep {font-size: 19px;}
.ppl_name_area .name {
    font-size: 31px;
    font-weight: bold;
}
.ppl_catch {
    text-align: center;
    padding: 0 20px;
    font-weight: normal;
}
h3.ppl_h3 {
    text-align: center;
    font-size: 15px;
    color: #000;
    margin-bottom: 20px;
    padding-top: 30px
}
.schedule h4.ppl_h4::after {
    margin-top: 0;
}

.schedule .center {
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}

.is_sche2.schedule .center img {
    max-width: 500px;
}
.is_sche3.schedule .center img {
    max-width: 600px;
}
.is_sche5.schedule .center img {
    max-width: 370px;
}
.schedule .center {
    margin-bottom: 70px;
}

.schedule .center img {
    max-width: 300px;
}
h4.ppl_h4 {
    text-align: center;
    color: #707070;
    margin-bottom: 70px;
    font-weight: normal;
}
h4.ppl_h4::after {
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    background: #AAAAAA;
    height: 1px;
    width: 230px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
}
.ppl_main_txt {
    font-size: 15px;
    color: #000;
}
.ppl_img_bx {
    display: flex;
    margin-top: 20px;
}
.ppl_img_bx2 {
    margin-top: 20px;
}
.ppl_img {
    width: 50%;
}
.ppl_img:first-child {
    margin-right: 30px;
}
.ppl_img_bx img {width: auto;}
.ppl-pager {
    display: flex;
    text-align: center;
    margin-bottom: 60px;
}
.ppl-pager p {
    width: 33.33%;
}
.ppl-pager p a {
    position: relative;
    color: #044D46
    display: inline-block;
    transition: .3s;
}
.ppl-pager p a::after {
    position: absolute;
    bottom: -10px;;
    left: 50%;
    content: '';
    width: 0;
    height: 3px;
    background-color: #044D46;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ppl-pager p a:hover::after {
    width: 100px;
}
.ppl-pager span {
    font-weight: bold;
}


/* Q&A */
.faq-cont1 {
    padding-top: 50px;
}
.faq-pre {
    color: #000;
}
.faq_h3 {
    font-size: 19px;
    color: #555;
    margin-bottom: 30px;
}
.faq_area {
    width: 100%;
    background: #EEEEEE;
    margin-bottom: 20px;
}
.faq_q {
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 10px 20px;
}
.faq_q .q_mark {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    color: #FFF;
    background: #044D46;
    font-size: 19px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq_q .q_txt {
    padding-top: 5px;
    padding-left: 17px;
    font-size: 15px;
    width: calc(100% - 50px);
    color: #000;
    box-sizing: border-box;
}
.faq_a .a_txt {
    padding-top: 5px;
    padding-left: 17px;
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
    width: calc(100% - 50px);
    color: #000;
    box-sizing: border-box;
}
.faq_a .a_txt img {
    margin-right: 10px;
    width: 94px;
    vertical-align:middle;
}
.faq_q .open_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    color: #707070;
}
.faq_a {
    border-top: 1px solid #CCC;
    position: relative;
    display: flex;
    padding: 15px 20px;
}
.faq_a .a_mark {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    color: #FFF;
    background: #044D46;
    font-size: 19px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 募集要項 */
.req-pre {
    padding-top: 20px;
    padding-bottom: 50px;
    color: #000;
    font-size: 15px;
    line-height: 32px;
}
.select_area {
    display: flex;
    height: 46px;
    width: 100%;
    margin-bottom: 85px;
}
.select_area div {
    width: calc(50% - 15px);
    height: 46px;
    border: 1px solid #CCC;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 5px;
    color: #707070;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}
.select_area div:first-child {
    margin-right: 30px;
}
.button {
    display: inline-block;
    border: 1px solid #CCC;
    width: 100%;
    background: transparent;
    transition: .3s;
}
.button {
    position: relative;
    z-index: 2;
}
.button::after {
    display: block;
    /* content: ""; */
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    background: #CCC;
    transition: .3s;
}
.button:hover::after {
    width: 100%;
    height: 100%;
}
.req_h3 {
    font-size: 31px;
    color: #555555;
    line-height: 42px;
    margin-bottom: 20px
}
.mynavi {
    line-height: 32px;
    color: #000;
    padding-bottom: 20px;
}
.mynavi img {
    margin-right: 15px;
    vertical-align: inherit;
}
.req_tbl {
    width: 100%;
    font-size: 15px;
    color: #000;
    text-align: left;
}
.req_tbl th {
    vertical-align: middle;
    font-weight: bold;
}
.req_tbl td {
}

.ppl_main_img img{
    display: none;
}
.req_tbl.is_career th a {
    border-bottom: solid 1px;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {

    /* 社員紹介一覧 */
    .ppl-top-cont1 li a {
        display: flex;
    }
    .ppl-top-cont1 .ppl_img_top {
        width: 50%;
        overflow: hidden;
    }
    .ppl-top-cont1 li a {
        width: 100%;
        height: 285px;
    }
    .ppl-top-cont1 .ppl_img_top {
        width: 50%;
        overflow: hidden;
    }
    .ppl-top-cont1 .ppl_img_top img {
        width: 100%;
        height: 285px;
        object-fit: cover;
        overflow: hidden;
        -webkit-transition:all 0.25s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .ppl-top-cont1 .ppl_txt_area {
        text-align: center;
        width: 50%;
        height: 285px;
        background: #044D46;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    /* 社員紹介個別 */
    .ppl_main_img{
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        height: calc(100vh - 64px);
        width: 100vw;
    }
    .ppl_main_img.is_people01{
        background-image: url(/images/recruit/ppl_main01.png);
    }
    .ppl_main_img.is_people02{
        background-image: url(/images/recruit/ppl_main02.png);
    }
    .ppl_main_img.is_people03{
        background-image: url(/images/recruit/ppl_main03.png);
    }
    .ppl_main_img.is_people04{
        background-image: url(/images/recruit/ppl_main04.png);
    }
    .ppl_main_img.is_people05{
        background-image: url(/images/recruit/ppl_main05.png);
    }
    .ppl_info {
        position: absolute;
        display: flex;
        bottom: -100px;
        right: 10%;
        width: 40%;
        max-width: 570px;
        min-width: 400px;
        height: 153px;
        background: #044D46;
        color: #FFF;
    }
    .ppl_catch {
        font-size: 45px;
        line-height: 72px;
        margin-top: 180px;
        margin-bottom: 50px;
    }
    h4.ppl_h4 {
        font-size: 23px;
        line-height: 42px;
    }
    .ppl_main_txt {
        line-height: 42px;
    }
    
    /* Q&A */
    /* 募集要項 */
    .req_tbl th {
        width: 20%;
        padding: 20px 20px 20px 25px;
    }
    .req_tbl td {
        width: 80%;
        padding: 20px 20px 20px 25px;
    }
    .req_tbl tr:nth-child(2n+1) {
        background: #EEEEEE;
    }
}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    /* トップメッセージ */
    .messe_ttl_area h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .rec-under-cont1 {
        margin-top: 0;
    }
        /* 社員紹介一覧 */
        .ppl_txt_area .ppl_messe {
        font-size: 14px;
        margin-top: 10px!important;
    }

    .ppl-top-cont1 ul {
        padding-top: 0;
    }
    .ppl-top-cont1 li a {
        width: 100%;
    }
    .ppl-top-cont1 .ppl_img_top {
        width: 100%;
        overflow: hidden;
    }
    .ppl-top-cont1 .ppl_img_top img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        overflow: hidden;
        -webkit-transition:all 0.25s ease-in-out;
        transition:all 0.25s ease-in-out;
    }
    .ppl-top-cont1 .ppl_txt_area {
        text-align: center;
        width: 100%;
        min-height: 180px;
        background: #044D46;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: auto;
    }
    
    /* 社員紹介個別 */
    .ppl_main_img{
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100vh - 145px);
        width: 100vw;
    }
    .ppl_main_img.is_people01{
        background-image: url(/images/recruit/ppl_main01.png);
        background-position: 35% 50%;
    }
    .ppl_main_img.is_people02{
        background-image: url(/images/recruit/ppl_main02.png);
        background-position: 40% 50%;
    }
    .ppl_main_img.is_people03{
        background-image: url(/images/recruit/ppl_main03.png);
        background-position: 80% 50%;
    }
    .ppl_main_img.is_people04{
        background-image: url(/images/recruit/ppl_main04.png);
        background-position: 70% 50%;
    }
    .ppl_main_img.is_people05{
        background-image: url(/images/recruit/ppl_main05.png);
        background-position: 48% 50%;
    }
    .ppl_info {
        position: absolute;
        display: flex;
        bottom: -100px;
        width: 100%;
        height: 153px;
        background: #044D46;
        color: #FFF;
    }
    .ppl_catch {
        font-size: 24px;
        line-height: 32px;
        margin-top: 140px;
        margin-bottom: 20px;
    }
    h4.ppl_h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .ppl_main_txt {
        line-height: 32px;
    }
    .schedule .center img{
        max-width: 100%!important;
    }
    /* Q&A */
    /* 募集要項 */
    .req_tbl th,
    .req_tbl td {
        display: block;
        padding: 10px 10px 15px 15px;
    }
    .req_tbl th {
        background: #EEEEEE;
    }
    .req_tbl td {
    }
    .ppl_name_area .name {
        font-size: 20px;
    }

    .ppl_img_bx {
        display: block;
    }

    .ppl_img {
        width: 100%;
    }

    .ppl_img:first-child {
        margin-right: 0;
    }
    .ppl-pager p {
        font-size: 14px;
    }
}







/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {

}