@charset "utf-8";
/*TOP*/
.recruit_item {
    text-align: center;
}
.cont_wrap {
    padding: 60px 10px;
}


.recruit_top_link {
    display: flex;
    border: solid 2px rgb(221, 223, 224);
    max-width: 305px;
    margin: 10px auto;
    font-weight: 500;
    box-sizing: border-box;
    height: 85px;
    font-size: 1.75rem;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    text-align: left;
}
.recruit_top_link:before {
    content: url(/meatprocessor/images/recruit/arrow.png);
    padding-right:10px;
}

.recruit_linkbtn01, .recruit_linkbtn02 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 350px;
    height: 150px;
    border: 1px #d9d9d9 solid;
    border-radius: 0 0 40px 0;
    background: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}
.recruit_linkbtn01::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/meatprocessor/images/recruit/recruit_top_2.png);
    background-position: center left 32px;
    background-size: 120px;
    background-repeat: no-repeat;
}
.recruit_linkbtn02::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/meatprocessor/images/recruit/recruit_top_6.png);
    background-position: center left 32px;
    background-size: 120px;
    background-repeat: no-repeat;
}
.recruit_linkbtn01 a, .recruit_linkbtn02 a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.recruit_linkbtn01 p:before, .recruit_linkbtn02 p:before {
    content: url(/meatprocessor/images/recruit/arrow.png);
    padding-right: 10px;
}
.recruit_linkbtn01 p, .recruit_linkbtn02 p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    left: 20%;
    top: 40%;
}

/*SMPの魅力*/
.recruit_charm_position {
    /* padding: 50px 0; */
}

.recruit_text_border {
    border-bottom: 1px #000 solid;
    margin: 30px 0 10px 0;
    display: inline-block;
}
.recruit_subtitle {
    width: 330px;
    margin: 60px auto;
    display: block;
}
.recruit-link a {
    color: #9C2F2F;
    font-weight: 500;
}
.recruit_linkbtn {
    text-decoration: underline;
    border: solid 1px #CCC;
    padding: 10px 55px;
    display: block;
    text-decoration: none;
    width: 16em;
    margin: 0 auto;
    border-radius: 40px;
    text-align: center;
}

.recruit_charm_text {
    /* padding-bottom: 40px; */
    font-size: 1.5rem;
}
span.recruit_charm_text_redsub {
    font-size: 1.5rem;
    border-bottom: 1px solid rgb(170, 42, 57);
    color: rgb(170, 42, 57);
}
.charm_position_name {
    overflow: hidden;
    margin: 0;
    display: flex;
    align-items: center;
}

.charm_position_bold {
    font-size: 3rem;
    font-weight: 600;
}
.charm_position_text {
    padding-top: 20px;
    font-size: 1.5rem;
}
.position_name_in {
    font-size: 1.5rem;
    line-height: 1.4;
}
.charm_position_midashi {
    padding: 20px 0;
    font-size: 3rem;
    font-weight: 600;
    color: rgb(145, 52, 53);
    border-bottom: solid 2px rgb(83, 83, 83);
    margin-bottom: 30px;
}
.charm_gray_area{
    background: rgb(240, 241, 240);
    /* padding: 60px 0; */
}
.charm_environment_area {
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
}
.charm_textBold {
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
    padding-bottom: 10px;
}
.charm_contact {
    text-align: center;
    line-height: 1.2;
}

.charm_contact_tel {
    font-size: 4.3rem;
    font-weight: 600;
}

.charm_meister_marker_bl {
    background-color: #000095;
    color: #fff;
    padding: 0 8px;
}

.charm_meister_marker_gr {
    background-color: #008000;
    color: #fff;
    padding: 0 8px;
}
.meister_icon {
    padding-left: 20px;
}

.rec_contact {
    margin: 0 auto;
    border-spacing: 0;
    border-top: solid 2px #C8C8C8;
    border-right: solid 2px #C8C8C8;
    font-size: 1.5rem;
}

.rec_contact td {}

.rec_contact th {}

.rec_contact th,.rec_contact td {
    border-left: solid 2px #C8C8C8;
    border-bottom: solid 2px #C8C8C8;
    padding: 5px 1em;
    vertical-align: middle;
}

.group_ask {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.group_ask .ph {
    text-align: center;
}

.group_ask .txt {
    width: auto;
}

.group_ask02 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.group_ask02 .ph {
    text-align: center;
}

.group_ask02 .txt {
    width: 70%;
}

@media screen and (max-width: 592px) {
    .group_ask, .group_ask02 {
        display: block;
    }

    .group_ask .ph, .group_ask02 .ph {
        width: auto;
    }

    .group_ask .txt, .group_ask02 .txt {
        margin-bottom: 20px;
        width: auto;
    }

    .group_ask02 .sp-imgcol2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .group_ask02 .sp-imgcol2 img {
        width: 49%;
    }
}

/* 中途採用比率 */
.ratio {
    padding-top: 60px;
}

.ratio .sp,
.ratio02 .sp {
    display: none;
}

@media screen and (max-width: 960px) {
    .ratio .sp,
    .ratio02 .sp {
        display: block;
    }
}

.ratio h3,
.ratio02 h3 {
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

@media screen and (max-width: 960px) {
    .ratio h3,
    .ratio02 h3 {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}

.ratio h3 span,
.ratio02 h3 span {
    font-size: 80%;
}

.ratio table {
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.ratio02 table {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
}

.ratio table th,
.ratio table td,
.ratio02 table th,
.ratio02 table td {
    padding: 2rem;
    border: 1px solid #c8c8c8;
    vertical-align: middle;
}

@media screen and (max-width: 960px) {
    .ratio table th,
    .ratio table td,
    .ratio02 table th,
    .ratio02 table td {
        font-size: 1.2rem;
        padding: 1rem;
    }
}

.ratio table th span,
.ratio02 table th span {
    font-size: 80%;
}

.ratio table td,
.ratio02 table td {
    text-align: center;
}

.ratio02 table tbody th {
    text-align: left;
    width: 38%;
}


.ratio .note,
.ratio02 .note {
    font-size: 1.4rem;
    text-align: right;
}

.ratio02 .group {
    display: flex;
    justify-content: space-between;
}

.ratio02 .group .block:first-of-type {
    width: 53%;
}
.ratio02 .group .block:last-of-type {
    width: 45%;
}

@media screen and (max-width: 960px) {
    .ratio02 .group {
        display: block;
    }

    .ratio02 .group .block:first-of-type,
    .ratio02 .group .block:last-of-type {
        width: auto;
    }
}


/* ===================================================================================
for PC min-width: 741px
=================================================================================== */
@media screen and (min-width: 741px), print {
    /*TOP*/
    .recruit_db_area {
        /* max-width: 990px; */
        margin: 30px auto;
    }
    .recruit_item {
        float: left;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .recruit_th_area {
        margin-top: 90px;
        margin-bottom: 50px;
    }
    .recruit_db_area > div {
        padding: 0px 30px;
        box-sizing: border-box;
    }
    /*SMPの魅力*/
    .charm_position_left {
        width: 27%;
        top: 80px;
        position: relative;
    }

    .charm_position_right {
        width: 73%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    .charm_position_l {
        width: 73%;
        padding-right: 40px;
        box-sizing: border-box;
    }

    .charm_position_r {
        width: 27%;
    }
    .charm_contact {
        padding: 80px 0 30px;
    }
    .charm_contact {
        font-size: -7.6rem;
        display: block;
        /* border: solid 1px #CCC; */
        padding: 25px 0;
        width: 25em;
        margin: 40px auto 0px;
    }
    .position_name_in {
        padding-left: 20px;
    }
}

/* ===================================================================================
for SP max-width: 740px
=================================================================================== */
@media screen and (max-width: 740px) {
    /*TOP*/
    .recruit_th_area {
        margin-bottom: 50px;
    }
    .recruit_top_link {
        width: 300px;
    }
    .recruit_item {
        margin-bottom: 30px;
    }

    .recruit_db_area {
        display: block;
        position: relative;
        z-index: 999;
        clear: both;
    }
    .recruit_db_area .recruit_item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        width: 90%;
        height: 170px;
        margin: 30px auto;
        padding-left: 20px;
        border: 1px #d9d9d9 solid;
        border-radius: 0 0 20px 0;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .recruit_db_area .recruit_item img {
        width: 60vw;
        margin: 0;
    }
    .recruit_top_link {
        width: 300px;
        display: flex;
        border: none;
        font-weight: normal;
        height: auto;
        font-size: 1.5rem;
    }

    /*SMPの魅力*/
    .charm_contact {
        padding: 30px 0 30px;
    }
    .charm_contact {
        font-size: 2rem;
    }
    .charm_position_name {
        padding: 20px 0;
        text-align: center;
        display: block;
    }
    .charm_contact_name {
        display: block;
    }
    .charm_position_meister_icon {
        position: relative;
    }
    .charm_position_meister_icon img.meister_icon {
        position: absolute;
        top: 50px;
        right: 20px;
    }
    
    .rec_contact th, .rec_contact td {
        display: block;
    }

    .rec_contact th {background: #c8c8c8;}

    .rec_contact tr {
        border: solid 3px #616161;
    }

    .rec_contact th, .rec_contact td {
        border-left: none;
    }

    .rec_contact td:last-child {
        border-bottom: none;
    }
    .rec_contact {
        margin-bottom: 50px;
    }

    .recruit_jobintroduction .cont_wrap_h1 {
        padding: 60px 10px 30px 10px !important;
    }
    .recruit_jobintroduction .common_h1 {
        margin-bottom: 0px !important;
    }
    .recruit_charm .cont_wrap_h1 {
        padding: 60px 10px 0px 10px !important;
    }
}

/* 採用情報動画 */
.recruit__special-movie {
  margin-bottom: 40px;
  cursor: pointer;
}
.recruit__special-movie img {
  width: 640px;
  margin: 0 auto 64px auto;
}
.recruit__special-modal {
  position: fixed;
  top: 0;
  left: 0;
  color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
.recruit__special-modal.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}
.recruit__special-modal-close {
  position: absolute;
  z-index: 9999;
  right: 0;
  top: -40px;
  color: #fff;
  cursor: pointer;
}
.recruit__special-modal-content {
  position: relative;
  width: 900px;
  height: auto;
  margin: 60px auto;
}
.recruit__special-modal-content video {
  width: 900px;
}
@media screen and (min-width: 741px), print {
  .recruit__special-movie {
    width: 640px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 740px) {
  .recruit__special-movie img {
    width: 100%;
    margin: 0 auto 48px auto;
  }
  .recruit__special-modal-close {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: -40px;
    color: #fff;
    cursor: pointer;
  }
  .recruit__special-modal-content {
    width: 92vw;
    margin: 160px auto;
  }
  .recruit__special-modal-content video {
    width: 92vw;
  }
}