  @charset "UTF-8";
/* CSS Document */
/*=========採用情報 共通 ST==========*/
#contents .pageMv div {
    background: url("/jp/yss/recruit/shared/images/mv_pc.jpg") no-repeat center center / cover;
}
#contents .btn_contact {
    margin: 87px auto;
    width: 450px;
    height: 40px;
    border: 2px solid #00a7ae;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    position: relative;
}
#contents .btn_contact a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#contents .btn_contact:hover {
    opacity: 0.7;
}
#contents .btn_contact::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent #00a8ae;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
}
@media screen and (max-width: 767px) {
    #contents .pageMv div {
        background: url("/jp/yss/recruit/shared/images/mv_sp.jpg") no-repeat center center / cover;
    }
    #contents .btn_contact {
        margin: 60px auto;
        width: 90%;
        height: 48px;
        line-height: 48px;
        border-radius: 48px;
    }
}
/*=========採用情報 共通 ED=========*/
/*=========募集要項（新卒者用） ST==========*/
#fresher_page .tableList {
    margin-bottom: 15px;
}
#fresher_page .tableList dl {
    border-bottom: 1px solid #e6e6e6;
}
#fresher_page .tableList dl:first-of-type {
    border-top: 1px solid #e6e6e6;
}
#fresher_page .tableList dt {
    padding: 8px 0px;
}
#fresher_page .tableList dd {
    width: 100%;
}
#fresher_page .tableList dd span {
    padding: 8px 0px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}
#fresher_page .tableList dd span:last-of-type {
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    #fresher_page .tableList dt {
        border-bottom: 1px solid #e6e6e6;
    }
}
/*=========募集要項（新卒者用） ST==========*/
/*=========福利厚生 ST==========*/
#benefit_page .anchorList .col2Block .col {
    width: calc(100% / 3 - 8px) !important;
}
#benefit_page .anchorList .col2Block .col:nth-child(4) {
    margin-left: 0 !important;
}
#benefit_page .anchorList .col2Block .col:nth-child(3), #benefit_page .anchorList .col2Block .col:nth-child(5) {
    margin-left: 12px !important;
}
#benefit_page .usersVoices {
    background-image: url("/jp/yss/recruit/shared/images/users_v_bg.png");
    background-color: #ffe100;
    display: flex;
    align-items: center;
}
#benefit_page .usersVoices .img{
    margin-left: calc(50% - 1280px / 2);
}
#benefit_page .usersVoices .txt {
    border-top: 1px solid #00a7ae;
    border-bottom: 1px solid #00a7ae;
}
#benefit_page .usersVoices .txt h2 {
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0 7px 37px;
    border-bottom: 1px solid #00a7ae;
    color: #00a7ae;
    margin-bottom: 10px;
}
#benefit_page .usersVoices .txt h5 {
    font-size: 10px;
    padding-left: 37px;
}
#benefit_page .usersVoices .txt h5 span {
    font-size: 22px;
}
#benefit_page .usersVoices .txt p {
    padding: 0 37px 10px 37px;
    margin-right: calc(50vw - 1280px / 2);
}
@media screen and (max-width: 767px) {
    #benefit_page .anchorList .col2Block .col {
        width: 100% !important;
    }
    #benefit_page .anchorList .col2Block .col:nth-child(3), #benefit_page .anchorList .col2Block .col:nth-child(5) {
        margin-left: 0px !important;
    }
    #benefit_page .usersVoices{
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #benefit_page .usersVoices .img{
    margin-left: 0;;
}
    #benefit_page .usersVoices .txt {
        margin: 20px 0;
    }
    #benefit_page .usersVoices .txt h2 {
        padding-left: 12px;
    }
    #benefit_page .usersVoices .txt h5 {
        padding-left: 12px;
    }
    #benefit_page .usersVoices .txt p {
        padding-left: 12px;
        padding-right: 12px;
        margin-right: 0;
    }
}
/*=========福利厚生 ED==========*/