
@charset "utf-8";

/* ---------------------------------- */
/*                  mv                */
/* ---------------------------------- */
#mv.recruit_message {
    background-image: url(/assets/img/sub-directory/recruit/message/mv.jpg);
    background-position: right top;
}
#mv.recruit_about {
    background-image: url(/assets/img/sub-directory/recruit/about/mv.jpg);
    background-position: center top;
}

#mv.recruit_entry {
    background-image: url(/assets/img/sub-directory/recruit/entry/mv.jpg);
    background-position: right top;
}

#mv.recruit_faq {
    background-image: url(/assets/img/sub-directory/recruit/faq/mv.jpg);
    background-position: right top;
}

#mv.recruit_guidelines {
    background-image: url(/recruit/img/mv_202402-pc.jpg);
    background-position: center top;
}
#mv.recruit_guidelines_kids {
    background-image: url(/assets/img/sub-directory/recruit/guidelines/mv_kids.jpg);
    background-position: center top;
}
#mv.recruit_guidelines_itaku {
    background-image: url(/assets/img/sub-directory/recruit/guidelines/mv_itaku.jpg);
    background-position: center top;
}

#mv.recruit_works {
    background-image: url(/assets/img/sub-directory/recruit/works/mv.jpg);
    background-position: center top;
}

#mv.recruit_shinsotsu {
    background-image: url(/assets/img/sub-directory/recruit/works/mv_shinsotsu.jpg);
    background-position: center top;
}

#mv.recruit_support {
    background-image: url(/assets/img/sub-directory/recruit/support/mv_202309.jpg);
    background-position: center top;
}

#mv.recruit_healthykitchen {
    background-image: url(/assets/img/sub-directory/recruit/works/mv_healthykitchen.jpg);
    background-position: center top;
}

#mv .link { display:none;}

@media screen and (max-width: 768px) {
    #mv.recruit_message {
        background-image: url(/assets/img/sub-directory/recruit/message/mv_sp.jpg);
    }
    #mv.recruit_about {
        background-image: url(/assets/img/sub-directory/recruit/about/mv_sp.jpg);
    }
    #mv.recruit_entry {
        background-image: url(/assets/img/sub-directory/recruit/entry/mv_sp.jpg);
    }
    #mv.recruit_faq {
        background-image: url(/assets/img/sub-directory/recruit/faq/mv_sp.jpg);
        background-position: center top;
    }
    #mv.recruit_guidelines {
        background-image: url(/recruit/img/mv_202402-sp.jpg);
    }
    #mv.recruit_guidelines_kids {
        background-image: url(/assets/img/sub-directory/recruit/guidelines/mv_kids_sp.jpg);
    }
    #mv.recruit_guidelines_itaku {
        background-image: url(/assets/img/sub-directory/recruit/guidelines/mv_sp.jpg);
    }
    #mv.recruit_works {
        background-image: url(/assets/img/sub-directory/recruit/works/mv_sp.jpg);
    }
    #mv.recruit_shinsotsu {
        background-image: url(/assets/img/sub-directory/recruit/works/mv_shinsotsu_sp.jpg);
    }
    #mv.recruit_support {
        background-image: url(/assets/img/sub-directory/recruit/support/mv_sp.jpg);
    }

    #mv.recruit_healthykitchen {
        background-image: url(/assets/img/sub-directory/recruit/works/mv_healthykitchen_sp.jpg);
    }

    #mv .link {
        position:absolute;
        bottom: 30%;
        width: 100%;
        text-align: center;
        display:block;
    }

    #mv .link a {
        color: #231815;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 80px;
        background-color: #fff;
        display: inline-block;
        position: relative;
    }

    #mv .link a:hover {
        color: #92b36e;
        text-decoration: none;
    }

    #mv .link a::after {
        position: absolute;
        top: 50%;
        right: 15px;
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-top: 1px solid #231815;
        border-right: 1px solid #231815;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    #mv .link a:hover::after {
        border-top: 1px solid #92b36e;
        border-right: 1px solid #92b36e;
    }

}



/* ---------------------------------- */
/*          トップメッセージ              */
/* ---------------------------------- */
.recruit_message_content {
    padding: 120px 0 0 0;
}

.recruit_message_content h3 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 40px 0;
}

.recruit_message_content h3 span {
    font-size: 12px;
    font-weight: normal;
    font-family: serif;
    margin: 15px 0 0 0;
    letter-spacing: 0;
    display: block;
}

.recruit_message_content .image {
    text-align: center;
    width: 980px;
    margin: 0 auto 80px auto;
}

.recruit_message_content .image img {
    width: 100%;
}

.recruit_message_content .image .sp {
    display: block;
}

.recruit_message_content .image .sp {
    display: none;
}

.recruit_message_content .message {
    text-align: left;
    width: 980px;
    margin: 0 auto 40px auto;
}

.recruit_message_content .message p {
    font-size: 14px;
    line-height: 2;
    margin: 0 0 2em 0;
}

.recruit_message_content .message p.name {
    text-align: right;
}

@media screen and (max-width: 1000px) {
    .recruit_message_content .image {
        width: 70%;
    }
    .recruit_message_content .message {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .recruit_message_content {
        padding: 60px 0 75px 0;
    }
    .recruit_message_content h3 {
        font-size: 20px;
    }
    .recruit_message_content .image {
        width: 85%;
        margin: 0 auto 60px auto;
    }
    .recruit_message_content .image .pc {
        display: none;
    }
    .recruit_message_content .image .sp {
        display: block;
    }
    .recruit_message_content .message {
        width: 90%;
        margin: 0 auto 60px auto;
    }
    .recruit_message_content .message p {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .recruit_message_content h3 {
        font-size: 18px;
    }
    .recruit_message_content h3 span {
        font-size: 10px;
    }
}

/* ---------------------------------- */
/*              選考について            */
/* ---------------------------------- */
.recruit_about_content {
    padding: 70px 0 0 0;
}

.recruit_about_content .a_links_wrap ul {
    width: 980px;
    margin: 0 auto;
}

.recruit_about_content .a_links_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_about_content .a_links_wrap ul li {
    width: 305px;
    margin: 0 24px 0 0;
    float: left;
}

.recruit_about_content .a_links_wrap ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.recruit_about_content .a_links_wrap  ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.recruit_about_content .a_links_wrap ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_about_content .a_links_wrap ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_about_content .introduction {
    padding: 110px 0 100px 0;
}

.recruit_about_content .introduction .inner {
    width: 980px;
    margin: 0 auto;
}

.recruit_about_content .introduction h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 60px 0;
}

.recruit_about_content .introduction h4 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 1em 0;
}

.recruit_about_content .introduction p {
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 2.5em 0;
}

.recruit_about_content .introduction .fig {
    margin: 0 0 2.5em 0;
}

.recruit_about_content .introduction .fig img {
    width: 100%;
}

.recruit_about_content .introduction .fig .pc {
    display: block;
}

.recruit_about_content .introduction .fig .sp {
    display: none;
}

.recruit_about_content .step {
    padding: 100px 0;
/*  background-color: #ece8e1;*/
}

.recruit_about_content .step h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 60px 0;
}

.recruit_about_content .step .ld {
    font-size: 14px;
    margin: 0 0 60px 0;
}

.recruit_about_content .step .inner {
    width: 980px;
    margin: 0 auto;
}

.recruit_about_content .step .inner:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_about_content .step .inner .fig {
    width: 300px;
    margin: 0 40px 0 0;
    position: relative;
    float: left;
}

.recruit_about_content .step .inner .fig:last-child {
    margin: 0;
    float: right;
}

.recruit_about_content .step .inner .fig h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    height: 50px;
}

.recruit_about_content .step .inner .fig h4 img {
    width: 30px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.recruit_about_content .step .inner .fig p img {
    width: 300px;
}

.recruit_about_content .step .offer {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0 0 0;
}

.recruit_about_content .step .offer img {
    width: 100%;
}

.recruit_about_content .step .inner .fig .bg {
    z-index: 1;
    position: relative;
}

.recruit_about_content .step .inner .fig .offer_sp {
    z-index: 1;
    position: relative;
    display: none;
}

.recruit_about_content .step .inner .fig .link {
    color: #b36767;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    width: 200px;
    padding: 12px 0;
    border: solid 1px #b36767;
    display: inline-block;
    position: absolute;
    z-index: 2;
}

.recruit_about_content .step .inner .fig .link:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}

.recruit_about_content .step .inner .fig .link::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_about_content .step .inner .fig .link:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_about_content .step .inner .fig .l1 {
    top: 130px;
    left: 50px;
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}

.recruit_about_content .step .inner .fig .l1:hover {
    background-image: url(/assets/img/common/opw_on.png);
}

.recruit_about_content .step .inner .fig .l2 {
    top: 130px;
    left: 50px;
}

.recruit_about_content .step .inner .fig .l3 {
    top: 180px;
    left: 50px;
}

.recruit_about_content .step .inner .fig .l4 {
    top: 130px;
    left: 50px;
}

@media screen and (max-width: 768px) {
    .recruit_about_content {
        padding: 0;
    }

    .recruit_about_content .a_links_wrap ul {
        width: 90%;
        margin: 0 auto;
    }

    .recruit_about_content .a_links_wrap ul:after {
        content: "";
        clear: both;
        display: block;
    }

    .recruit_about_content .a_links_wrap ul li {
        width: 48%;
        margin: 0 2% 0 0;
        float: left;
    }

    .recruit_about_content .a_links_wrap ul li a {
        color: #231815;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        padding: 14px 0;
        background-color: #fff;
        display: inline-block;
        position: relative;
    }
    .recruit_about_content .introduction {
        padding: 60px 0 60px 0;
    }

    .recruit_about_content .introduction .inner {
        width: 90%;
        margin: 0 auto;
    }
    .recruit_about_content .introduction .fig .pc {
        display: none;
    }

    .recruit_about_content .introduction .fig .sp {
        display: block;
    }
    .recruit_about_content .introduction h4 {
        font-size: 14px;
    }
    .recruit_about_content .introduction p {
        font-size: 14px;
    }
    .recruit_about_content .step {
        padding: 50px 0;
    }
    .recruit_about_content .step .ld {
        font-size: 14px;
        line-height: 2;
        width: 90%;
        margin: 0 auto 40px auto;
    }
    .recruit_about_content .step .inner {
        width: 90%;
    }
    .recruit_about_content .step .inner .fig {
        width: 100%;
        margin: 0 0 50px 0;
        position: relative;
        float: none;
    }
    .recruit_about_content .step .offer {
        display: none;
    }
    .recruit_about_content .step .inner .fig p img {
        width: 100%;
    }
    .recruit_about_content .step .inner .fig .link {
        width: 80%;
    }
    .recruit_about_content .step .inner .fig .l1 {
        top: 22%;
        left: 10%;
    }

    .recruit_about_content .step .inner .fig .l2 {
        top: 20%;
        left: 10%;
    }

    .recruit_about_content .step .inner .fig .l3 {
        top: 28%;
        left: 10%;
    }

    .recruit_about_content .step .inner .fig .l4 {
        top: 20%;
        left: 10%;
    }
    .recruit_about_content .step .inner .fig .offer_sp {
        margin: 5px 0 0 0;
        display: block;
    }
}

/* ---------------------------------- */
/*              エントリー             */
/* ---------------------------------- */
.recruit_entry_content {
}

.recruit_entry_content .a_links_wrap {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.recruit_entry_content .a_links_wrap ul {
    width: 980px;
    margin-left:-20px;
}

.recruit_entry_content .a_links_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_entry_content .a_links_wrap ul li {
    width: 305px;
    margin: 0 0 18px 20px;
    float: left;
}

.recruit_entry_content .a_links_wrap ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.recruit_entry_content .a_links_wrap ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.recruit_entry_content .a_links_wrap ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_entry_content .a_links_wrap ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_entry_content .inner {
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.recruit_entry_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
    border-bottom: solid 2px #a6a6a6;
    padding-bottom: 16px;
}

.recruit_entry_content h3 img {
    width: 32px;
    margin: -7px 10px 0 0;
    vertical-align: middle;
}

.recruit_entry_content p {
    font-size: 14px;
}

.recruit_entry_content .ld {
    margin: 0 0 24px 0;
}

.recruit_entry_content .new_graduate {
    padding: 80px 0;
    background-color: #ece8e1;
}

.recruit_entry_content .studio {
    padding: 80px 0;
}

.recruit_entry_content .studio a {
    text-decoration: underline;
}

.recruit_entry_content .career {
    padding: 80px 0;
}

.recruit_entry_content .disability {
    padding: 80px 0 80px 0;
}

.recruit_entry_content .new_graduate .bn {
    width: 360px;
    margin: 30px 0 0 0;
    position: relative;
}


.recruit_entry_content .studio .bn {
    width: 360px;
    margin: 30px 0 0 0;
    position: relative;
}



.recruit_entry_content .new_graduate .bn a.opw {
    height: 70px;
    display: block;
    position: relative;
}


.recruit_entry_content .studio .bn a.opw {
    height: 70px;
    display: block;
    position: relative;
}


.recruit_entry_content .new_graduate .bn a.opw::after {
    content: " ";
    top: 30px;
    left: 20px;
    width: 15px;
    height: 20px;
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    position: absolute;
    z-index: 2;
}

.recruit_entry_content .studio .bn a.opw::after {
    content: " ";
    top: 30px;
    left: 20px;
    width: 15px;
    height: 20px;
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    position: absolute;
    z-index: 2;
}

.recruit_entry_content .new_graduate .bn a.opw:hover:after {
    background-image: url(/assets/img/common/opw_on.png);
}

.recruit_entry_content .studio .bn a.opw:hover:after {
    background-image: url(/assets/img/common/opw_on.png);
}

.recruit_entry_content .new_graduate .bn img {
    width: 100%;
    position: relative;
    z-index: 1;
}


.recruit_entry_content .studio .bn img {
    width: 100%;
    position: relative;
    z-index: 1;
}


.recruit_entry_content .studio .wrap {
    margin: 0 0 10px -15px;
}

.recruit_entry_content .studio .wrap:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_entry_content .studio .wrap p {
    text-align: center;
    width: 232px;
    border: solid 1px #231815;
    margin: 0 0 15px 15px;
    float: left;
}

.recruit_entry_content .studio .wrap p .ico {
    line-height: 86px;
    display: block;
}

.recruit_entry_content .studio .wrap p .ico img {
    width: 32px;
    vertical-align: middle;
}

.recruit_entry_content .studio .wrap p .aw {
    font-weight: bold;
    height: 36px;
    padding: 0 20px;
    background-image: url(/assets/img/sub-directory/recruit/entry/aw.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right top;
    display: inline-block;
}

.recruit_entry_content .studio .wrap p a {
    display: block;
}

.recruit_entry_content .career .wrap {
    width: 100%;
    margin: 0 0 0 -2%;
}

.recruit_entry_content .career .wrap:after{
    content: "";
    clear: both;
    display: block;
}

.recruit_entry_content .career .dept {
    font-size: 14px;
    width: 48%;
    margin: 0 0 25px 2%;
    border: solid 1px #231815;
    float: left;
}

.recruit_entry_content .career .dept .head {
    text-align: center;
    height: 126px;
}

.recruit_entry_content .career .dept .head .ico {
    line-height: 85px;
}

.recruit_entry_content .career .dept .head .ico img {
    width: 35px;
    vertical-align: middle;
}

.recruit_entry_content .career .dept h4 {
    font-weight: bold;
}

.recruit_entry_content .career .dept .links {
    padding: 0 15px 15px 15px;
}

.recruit_entry_content .career .dept .links p {
    padding: 0 0 0 35px;
}

.recruit_entry_content .career .dept .links ul {
    padding: 0 0 0 35px;
}

.recruit_entry_content .career .dept .links ul li {
    color: #b4a9a1;
    list-style-type: disc;
}

.recruit_entry_content .career .dept .links a {
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
    background-image: url(/assets/img/sub-directory/recruit/entry/aw.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right center;
    display: inline-block;
}

.recruit_entry_content .disability p {
    line-height: 2;
    margin: 0 0 2em 0;
}

/*---------------------------------------------------- job_box *//*2018*/
.recruit_entry_content .job_box{
    padding: 90px 0;
}
.recruit_entry_content .job_box ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        flex-flow: wrap;
    -ms-flex-flow: wrap;
     -webkit-flow: wrap;
    justify-content: space-between;
    align-items: top;
}
.recruit_entry_content .job_box li{
    width: 310px;
    margin-bottom: 20px;
}
.recruit_entry_content .job_box li a{
    width: 100%;
    height:  56px;
    background-size: 17px;
    border: solid 1px #231815;
    display: block;
    position: relative;

    background-image: url(/assets/img/sub-directory/recruit/entry/aw.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: right center;
}
.recruit_entry_content .job_box li a:hover {
    color: #92b36e;
    border-color: #92b36e;
}
.recruit_entry_content .job_box li a p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .top_links {
        width: 100%;
        padding: 0 0 70px;
    }
    .top_links .inner{
    width: 90%;
    }
    .top_links ul li {
        width: 49%;
        margin: 0 0 2% 0;
        display: block;
    }
    .top_links ul li a {
        height: 160px;
        background-position: 98% 96%;
    }
    .recruit_entry_content .career {
        padding: 40px 0;
    }
    .recruit_entry_content.no_block_entry_links{
        margin-bottom: 50px;
    }
}
/*-----------------------------------------------mm----- no_block_entry_links *//*2022*/
.recruit_entry_content{
    padding-bottom: 20px;
}
.recruit_entry_content .no_block_entry_links .inner{
    width: 980px;
    margin: 0 auto;
}
.recruit_entry_content ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
        flex-flow: wrap;
    -ms-flex-flow: wrap;
     -webkit-flow: wrap;
    align-items: top;
}
.recruit_entry_content li{
    width: 310px;
    margin-bottom: 40px;
}
.recruit_entry_content li img{
    width: 100%;
    margin-bottom: 10px;
}
.recruit_entry_content li a img:hover{
    opacity: .6;
}
.recruit_entry_content li p.txt{
    line-height: 1.7;
    text-align: left;
    margin-bottom: 25px;
    padding: 5px;
    height:3.6rem;
}
.recruit_entry_content li a.btn{
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    width: 310px;
    padding: 12px 0;
    border: solid 1px #231815;
    z-index: 2;
    position: relative;
    text-align: center;
}
.recruit_entry_content li a.btn:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}
.recruit_entry_content li a.btn:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.recruit_entry_content li a.btn:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_entry_content li a.btn.opw {
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px center;
}
.recruit_entry_content li a.btn.opw:hover {
    background-image: url(/assets/img/common/opw_on.png);
}
.recruit_entry_content p.lead{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}
.recruit_entry_content .box{
    padding-top: 60px;
    padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
    .recruit_entry_content{
        padding-bottom: 40px;
    }
    .recruit_entry_content .inner{
        width: 90%;
        margin: 0 auto 30px;
    }
    .recruit_entry_content ul {
        flex-direction: column;
    }
    .recruit_entry_content li{
        width: 100%;
        margin-left:0;
        margin-right:0;
    }
    .ipad .recruit_entry_content ul {
        flex-direction: row;
    }
    .ipad .recruit_entry_content li{
        width: 47%;
    }
    .recruit_entry_content li p.txt{
        margin-bottom: 10px;
        height:auto;
    }
    .recruit_entry_content li:last-child{
        margin-bottom: 0;
    }
    .recruit_entry_content p.lead{
        text-align: left;
        line-height: 1.8;
    }
    .recruit_entry_content .box{
        width: 100%;
        padding: 40px 0 40px;
    }
}


/*---------------------------------------------------- entry_low_link *//*2018*/
.entry_low_link {
    padding-top: 60px;
    padding-bottom: 60px;
}

.entry_low_link .inner {
    width:980px;
    margin: 0 auto;
}

.entry_low_link p.lead{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
}

.entry_low_link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        flex-flow: wrap;
    -ms-flex-flow: wrap;
     -webkit-flow: wrap;
    justify-content: space-between;
    align-items: top;
}

.entry_low_link ul li {
    width: 32%;
    margin-bottom: 20px;
}

.entry_low_link ul li a {
    width: 100%;
    height: 150px;
    background-image: url(/assets/img/sub-directory/recruit/top/link_aw.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 98.6% 97%;
    border: solid 2px #000;
    display: block;
    text-decoration: none;
    position: relative;
}
.entry_low_link ul li a:hover {
    color: #92b36e;
    background-image: url(/assets/img/sub-directory/recruit/top/link_aw_on.png);
    border-color: #92b36e;
}

.entry_low_link ul li p{
    font-size: 18px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.entry_low_link ul li:nth-child(1) p{ height: 70%; }

.entry_low_link ul li a img {
    width: 260px;
    position: absolute;
    top: 72px;
    left: 50%;
    margin-left: -130px;
}
.entry_low_link ul li a:hover img {
    opacity: .5;
}

@media screen and (max-width: 768px) {
    .entry_low_link {
        width: 100%;
        padding: 40px 0 40px;
    }
    .entry_low_link .inner{
    width: 90%;
    }
    .entry_low_link ul li {
        width: 100%;
        margin: 0 0 4% 0;
        display: block;
    }
    .entry_low_link ul li:nth-child(1) p{ height:90%; }
    .entry_low_link ul li a img {
        width: 220px;
        position: absolute;
        top: 58px;
        left: 50%;
        margin-left: -110px;
    }
    .entry_low_link ul li a {
        height: 120px;
        background-position: 98% 96%;
    }
    .entry_low_link ul li.img_txt a p:nth-of-type(1){
        margin-top: -20px;
    }
    .entry_low_link p.lead{
        text-align: left;
        line-height: 1.8;
    }
}

/*---------------------------------------------------- entry_low_studio_link *//*2018*/
.entry_low_studio_link {
    padding-bottom: 90px;
    padding-top: 30px;
}

.entry_low_studio_link .inner {
    width:980px;
    margin: 0 auto;
}

.entry_low_studio_link p.lead{
    text-align: center;
    line-height: 1.8;
    margin-bottom: 40px;
    font-size: 14px;
    text-align: left;
}

.entry_low_studio_link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
        flex-flow: wrap;
    -ms-flex-flow: wrap;
     -webkit-flow: wrap;
    justify-content: space-between;
    align-items: top;
}

.entry_low_studio_link ul li {
    width: 49%;
    margin-bottom: 20px;
}

.entry_low_studio_link ul li a {
    width: 100%;
    height: 150px;
    font-size: 18px;
    font-weight: bold;
    background-image: url(/assets/img/sub-directory/recruit/top/link_aw.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 98.6% 97%;
    border: solid 2px #000;
    display: block;
    text-decoration: none;
    position: relative;
}
.entry_low_studio_link ul li a:hover {
    color: #92b36e;
    background-image: url(/assets/img/sub-directory/recruit/top/link_aw_on.png);
    border-color: #92b36e;
}

.entry_low_studio_link ul li p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}
.entry_low_studio_link ul li a img {
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.entry_low_studio_link ul li a:hover img { opacity: .5; }

@media screen and (max-width: 768px) {
    .entry_low_studio_link {
        width: 100%;
        padding: 0 0 70px;
    }
    .entry_low_studio_link .inner{
    width: 90%;
    }
    .entry_low_studio_link ul li {
        width: 100%;
        margin: 0 0 2% 0;
        display: block;
    }
    .entry_low_studio_link ul li a {
        height: 120px;
        background-position: 98% 96%;
    }
    .entry_low_studio_link p.lead{
        text-align: left;
        line-height: 1.8;
    }
}

/*---------------------------------------------------- career_box *//*2018*/
.career_box{
    margin-bottom: 70px;
}
.career_box h3{
    margin: 0 0 25px 0;
    border-bottom: solid 1px #d9d5cf;
}
.career_box h3 img{
    width: 24px;
}

.career_box ul {
    width: 980px;
    margin-left:-20px;
}

.career_box ul:after {
    content: "";
    clear: both;
    display: block;
}

.career_box ul li {
    width: 305px;
    margin: 0 0 18px 20px;
    float: left;
}

.career_box ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    border: solid 1px #231815;
    display: inline-block;
    position: relative;
    text-align: center;
}

.career_box ul li a:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}

.career_box ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.career_box ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {

    .career_box {
        margin-bottom: 90px;
    }

    .career_box ul {
        width: 100%;
        margin-left: 0;
    }

    .career_box ul li {
        width: 100%;
        margin: 0 0 15px 0;
        float: none;
    }

    .career_box ul li a {
        width: 100%;
        padding: 14px 0;
    }
}


/*2018*/



@media screen and (max-width: 768px) {
    .recruit_entry h2 {
        line-height: 1.6;
    }

    .recruit_entry_content .a_links_wrap {
        width: 90%;
        margin: 0 auto 20px auto;
    }

    .recruit_entry_content .a_links_wrap ul {
        width: 100%;
        margin-left:-2%;
    }

    .recruit_entry_content .a_links_wrap ul li {
        width: 48%;
        margin: 0 0 15px 2%;
        float: left;
    }

    .recruit_entry_content .a_links_wrap ul li a {
        width: 100%;
        padding: 14px 0;
    }
    .recruit_entry_content .inner {
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
    .recruit_entry_content p {
        line-height: 2;
    }
    .recruit_entry_content .new_graduate .bn {
        width: 100%;
    }

    .recruit_entry_content .studio .bn {
        width: 100%;
    }

    .recruit_entry_content .new_graduate .bn a.opw {
        height: auto;
        display: block;
    }

    .recruit_entry_content .studio .bn a.opw {
        height: auto;
        display: block;
    }


    .recruit_entry_content .new_graduate .bn a.opw::after {
        top: 40%;
        left: 15px;
    }


    .recruit_entry_content .studio .bn a.opw::after {
        top: 40%;
        left: 15px;
    }

    .recruit_entry_content .studio .wrap {
        margin: 0;
    }
    .recruit_entry_content .studio .wrap p {
        width: 100%;
        margin: 0 0 1em 0;
        float: none;
    }
    .recruit_entry_content .studio .wrap p .aw {
        line-height: 1;
        height: auto;
        padding: 0 20px 20px 20px;
        background-position: right 0.2em;
    }
    .recruit_entry_content .career .wrap {
        width: 100%;
        margin: 0 0 0 0;
    }
    .recruit_entry_content .career .dept {
        font-size: 14px;
        width: 100%;
        margin: 0 0 1em 0;
        border: solid 1px #231815;
        float: none;
    }
    .recruit_entry_content .career .dept .links p {
        padding: 0 0 0 25px;
    }
    .recruit_entry_content .career .dept .links ul {
        padding: 0 0 0 25px;
    }
}

/* ---------------------------------- */
/*              よくある質問            */
/* ---------------------------------- */
.recruit_faq_content {
    padding: 70px 0 160px 0;
}

.recruit_faq_content .a_links_wrap {
    width: 980px;
    margin: 0 auto;
}

.recruit_faq_content .a_links_wrap ul {
    width: 980px;
    margin-left:-20px;
}

.recruit_faq_content .a_links_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_faq_content .a_links_wrap ul li {
    width: 305px;
    margin: 0 0 18px 20px;
    float: left;
}

.recruit_faq_content .a_links_wrap ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.recruit_faq_content .a_links_wrap ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.recruit_faq_content .a_links_wrap ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_faq_content .a_links_wrap ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_faq_content .faq_wrap {
    width: 980px;
    margin: 0 auto;
    padding: 90px 0 0 0;
}

.recruit_faq_content .faq_wrap h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.recruit_faq_content .faq_wrap .faq {
    text-align: left;
    padding: 0 0 28px 0;
    margin: 0 0 28px 0;
    border-bottom: solid 1px #e7e0db;
}

.recruit_faq_content .faq_wrap .faq h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding: 1px 0 5px 34px;
    background-image: url(/assets/img/sub-directory/recruit/faq/q.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left top;
}

.recruit_faq_content .faq_wrap .faq p {
    font-size: 14px;
    line-height: 1.8;
    padding: 1px 0 5px 34px;
    background-image: url(/assets/img/sub-directory/recruit/faq/a.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: left top;
}

@media screen and (max-width: 768px) {
    .recruit_faq_content {
        padding: 50px 0 60px 0;
    }
    .recruit_faq_content .a_links_wrap {
        width: 90%;
        margin: 0 auto;
    }
    .recruit_faq_content .a_links_wrap ul {
        width: 100%;
        margin-left: 0;
    }
    .recruit_faq_content .a_links_wrap ul li {
        width: 100%;
        margin: 0 0 12px 0;
        float: left;
    }
    .recruit_faq_content .a_links_wrap ul li a {
        width: 100%;
        padding: 14px 0;
    }
    .recruit_faq_content .faq_wrap {
        width: 90%;
        padding: 60px 0 0 0;
    }
    .recruit_faq_content .faq_wrap .faq {
        border-bottom: solid 1px #000000;
    }
}

/* ---------------------------------- */
/*              応募要項                  */
/* ---------------------------------- */
.recruit_guidelines_content {
    font-size: 14px;
    padding: 100px 0;
}

.recruit_guidelines_content a {
    text-decoration: underline;
}

.recruit_guidelines_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 60px 0;
}

.recruit_guidelines_content h3 span {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0 0 0;
    display: block;
}

.recruit_guidelines_content .ld {
    text-align: left;
    width: 980px;
    margin: 0 auto 40px auto;
}

.recruit_guidelines_content .ld h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.recruit_guidelines_content .ld p {
    line-height: 2;
}

.recruit_guidelines_content .image {
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.recruit_guidelines_content .image h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.recruit_guidelines_content .image .wrap p {
    width: 160px;
    margin: 0 2px 0 0;
    float: left;
}

.recruit_guidelines_content .image .wrap p img {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
}

.recruit_guidelines_content .image .wrap:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_guidelines_content .image .note {
    font-size: 12px;
    line-height: 1.8;
    margin: 15px 0 0 0;
}

.recruit_guidelines_content .image .sp {
    display: none;
}

.recruit_guidelines_content .image .sp img {
    width: 100%;
}

.recruit_guidelines_content .guidelines {
    text-align: left;
    width: 980px;
    margin: 60px auto 0 auto;
}

.recruit_guidelines_content .guidelines h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.recruit_guidelines_content .guidelines table {
    text-align: left;
    width: 100%;
    border-top: solid 1px #b4a9a1;
}

.recruit_guidelines_content .guidelines table th {
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    border-bottom: solid 1px #b4a9a1;
    line-height:1.6em;
}

.recruit_guidelines_content .guidelines table td {
    line-height: 2;
    padding: 25px 0 25px 15px;
    border-bottom: solid 1px #b4a9a1;
}

.recruit_guidelines_content .guidelines table td .note {
    font-size: 12px;
}

.recruit_guidelines_content .guidelines,
.recruit_works_content .work{
    text-align: center;
    padding: 50px 0 0 0;
}

.recruit_guidelines_content .slink,
.recruit_works_content .slink{
    text-align: center;
    padding: 50px 0 0 0;
}

.recruit_guidelines_content .slink a,
.recruit_works_content .slink a {
    color: #ffffff;
    background: #b36767;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    padding: 13px 40px;
    width: 340px;
    border: solid 1px #b36767;
    display: inline-block;
    position: relative;
}



.recruit_guidelines_content .slink a:hover,
.recruit_works_content .slink a:hover{
    color: #d9c1ad;
    text-decoration: none;
    border: solid 1px #b36767;
}
.recruit_guidelines_content .guidelines a:hover,
.recruit_works_content .work a:hover{
    color: #d9c1ad;
    text-decoration: none;
    border: solid 1px #b36767;
}

.recruit_guidelines_content .slink a::after,
.recruit_works_content .slink a::after{
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


.recruit_guidelines_content .slink a:hover::after,
.recruit_works_content .slink a:hover::after{
    border-top: 2px solid #d9c1ad;
    border-right: 2px solid #d9c1ad;
}

.recruit_guidelines_content .guidelines a:hover::after,
.recruit_works_content .work a:hover::after{
    border-top: 2px solid #d9c1ad;
    border-right: 2px solid #d9c1ad;
}

@media screen and (max-width: 768px) {

    .recruit_guidelines_content .slink a,
.recruit_works_content .slink a {
    color: #ffffff;
    background: #b36767;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    padding: 13px 40px;
    width: 100%;
    border: solid 1px #b36767;
    display: inline-block;
    position: relative;
}

    .recruit_guidelines_content {
        padding: 60px 0;
    }
    .recruit_guidelines_content .ld {
        text-align: left;
        width: 90%;
        margin: 0 auto 30px auto;
    }

    .recruit_guidelines_content .ld h4 {
        font-size: 18px;
        font-weight: bold;
        margin: 0 0 20px 0;
    }
    .recruit_guidelines_content .image {
        text-align: left;
        width: 90%;
    }

    .recruit_guidelines_content .image h4 {
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 20px 0;
    }

    .recruit_guidelines_content .image .wrap {
        display: none;
    }
    .recruit_guidelines_content .image .sp {
        display: block;
    }
    .recruit_guidelines_content .guidelines {
        text-align: left;
        width: 90%;
        margin: 0 auto 0 auto;
    }
    .recruit_guidelines_content .guidelines table th {
        font-weight: bold;
        vertical-align: middle;
        width: 100%;
        padding: 20px 0 0 0;
        display: block;
        border-bottom: none;
    }
    .recruit_guidelines_content .guidelines table th br.sp-hide{
        display:none;
    }

    .recruit_guidelines_content .guidelines table td {
        line-height: 1.8;
        width: 100%;
        padding: 10px 0 20px 0;
        display: block;
        border-bottom: solid 1px #b4a9a1;
    }

}


/* ---------------------------------- */
/*              職種紹介                  */
/* ---------------------------------- */
.recruit_works_content {
    padding: 70px 0 0 0;
}

.recruit_works_content .lead{
    font-size: 14px;
}

.recruit_works_content .a_links_wrap {
    padding: 70px 0;
}
.recruit_works_content .a_links_wrap .inner{
    width: 980px;
    margin: 0 auto;
}
.recruit_works_content .a_links_wrap ul {
    /*width: 980px;*/
    margin:auto;
    display: inline-block;
}

.recruit_works_content .a_links_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_works_content .a_links_wrap ul li {
    width: 305px;
    margin: 0 0 18px 20px;
    float: left;
}

.recruit_works_content .a_links_wrap ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.recruit_works_content .a_links_wrap ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.recruit_works_content .a_links_wrap ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_works_content .a_links_wrap ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_works_content .work {
    padding: 90px 0 60px 0;
}

.recruit_works_content .bg {
    background-color: #ece8e1;
}

.link_anding{
    padding-top: 100px; /* 固定するもののheightと同じpx値 */
    margin-top: -100px; /* 固定するもののheightと同じpx値 */
}

.recruit_works_content .work a {
    text-decoration: underline;
}

.recruit_works_content .work .inner {
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.recruit_works_content .work .title {
    margin: 0 0 25px 0;
}

.recruit_works_content .work .title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 25px 0 0;
    display: inline-block;
}

.recruit_works_content .work .title p {
    font-size: 10px;
    font-weight: bold;
    margin: 0 3px 0 0;
    padding: 5px 15px;
    vertical-align: top;
    display: inline-block;
}

.recruit_works_content .work .title p.c1 {
    background-color: #bfe0f1;
}

.recruit_works_content .work .title p.c2 {
    background-color: #d2e5c3;
}

.recruit_works_content .work table {
    font-size: 14px;
    text-align: left;
    width: 100%;
    border-bottom: solid 1px #b4a9a1;
}

.recruit_works_content .work table th {
    font-weight: bold;
    line-height: 2;
    text-align: left;
    vertical-align: middle;
    width: 140px;
    border-top: solid 1px #b4a9a1;
}

.recruit_works_content .work table th span {
    font-size: 12px;
    font-weight: normal;
}

.recruit_works_content .work table td {
    line-height: 2;
    padding: 25px 0 25px 15px;
    border-top: solid 1px #b4a9a1;
}

.recruit_works_content .work table td .note {
    font-size: 12px;
}

.recruit_works_content .work table td .career {
    margin: 0 0 10px 0;
}

.recruit_works_content .work table td .career img {
    width: 130px;
    margin: 0 0 0 0;
    display: inline-block;
}

.recruit_works_content .work table td .career_sp {
    margin: 0 0 10px 0;
    display: none;
}

.recruit_works_content .work table td .career_sp img {
    width: 100%;
}

.recruit_works_content .work table td .staff_wrap:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_works_content .work table td .staff_wrap .staff {
    text-align: center;
    width: 150px;
    margin: 9px 15px 9px 0;
    float: left;
}
.recruit_works_content .work table td .staff_wrap .staff a:hover img {
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.recruit_works_content .work table td .staff_wrap .staff img {
    width: 100%;
    margin: 0 0 12px 0;
    display: block;
}

.recruit_works_content .work table td .staff_wrap .staff .name {
    line-height: 1;
    margin: 0 0 10px 0;
    display: block;
}

.recruit_works_content .work table td .staff_wrap .staff .name2 {
    font-size: 10px;
    font-family: serif;
    line-height: 1;
    letter-spacing: 0.2em;
    display: block;
}

.recruit_works_content .work table td .dept {
    margin: 0 0 15px 0;
}

.recruit_works_content .work table td .dept h5 {
    font-weight: bold;
}

.recruit_works_content .work table td .dept h5 img {
    width: 20px;
    margin: 0 8px 0 0;
    vertical-align: text-bottom;
}

.recruit_works_content .work .link {
    text-align: center;
    padding: 50px 0 0 0;
}

.recruit_works_content .work .link a {
    width: 254px;
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 60px;
    border: solid 1px #231815;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.recruit_works_content .work .link a:hover {
    color: #92b36e;
    text-decoration: none;
    border: solid 1px #92b36e;
}

.recruit_works_content .work .link a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_works_content .work .link a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

@media screen and (max-width: 768px) {
    .recruit_works_content {
        padding: 50px 0 0 0;
    }
    .recruit_works_content .a_links_wrap {
        padding: 50px 0 35px 0;
    }
    .recruit_works_content .a_links_wrap .inner{
        width: 90%;
        margin: 0 auto;
    }

    .recruit_works_content .a_links_wrap ul {
        width: 100%;
        margin-left: 0;
    }

    .recruit_works_content .a_links_wrap ul li {
        width: 100%;
        margin: 0 0 15px 0;
        float: none;
    }

    .recruit_works_content .a_links_wrap ul li a {
        width: 100%;
        padding: 14px 0;
    }
    .recruit_works_content .work {
        padding: 30px 0 30px 0;
    }
    .recruit_works_content .work .inner {
        width: 90%;
    }
    .recruit_works_content .work .title h3 {
        margin: 0 0 15px 0;
        display: block;
    }
    .recruit_works_content .work table th {
        font-weight: bold;
        line-height: 2;
        vertical-align: middle;
        width: 100%;
        padding: 20px 0 5px 0;
        display: block;
        border-top: solid 1px #b4a9a1;

    }
    .recruit_works_content .work table td {
        line-height: 2;
        padding: 0 0 20px 0;
        display: block;
        border-top: none;
    }
    .recruit_works_content .work table td .career {
        display: none;
    }
    .recruit_works_content .work table td .career_sp {
        display: block;
    }
    .recruit_works_content .work table td .staff_wrap {
        margin-left: -3%;
    }
    .recruit_works_content .work table td .staff_wrap .staff {
        text-align: center;
        width: 47%;
        margin: 0 0 18px 3%;
        float: left;
    }
    .recruit_works_content .work .link {
        padding: 30px 0 0 0;
    }
}


/* ---------------------------------- */
/*              社内制度                  */
/* ---------------------------------- */
.recruit_support_content {
    padding: 70px 0 0 0;
}

.recruit_support_content .a_links_wrap {
    width: 980px;
    margin: 0 auto;
}

.recruit_support_content .a_links_wrap ul {
    width: 980px;
    margin-left:-20px;
}

.recruit_support_content .a_links_wrap ul:after {
    content: "";
    clear: both;
    display: block;
}

.recruit_support_content .a_links_wrap ul li {
    width: 305px;
    margin: 0 0 18px 20px;
    float: left;
}

.recruit_support_content .a_links_wrap ul li a {
    color: #231815;
    font-size: 12px;
    font-weight: bold;
    width: 305px;
    padding: 14px 0;
    background-color: #fff;
    display: inline-block;
    position: relative;
}

.recruit_support_content .a_links_wrap ul li a:hover {
    color: #92b36e;
    text-decoration: none;
}

.recruit_support_content .a_links_wrap ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.recruit_support_content .a_links_wrap ul li a:hover::after {
    border-top: 1px solid #92b36e;
    border-right: 1px solid #92b36e;
}

.recruit_support_content .program {
    padding: 90px 0 60px 0;
}

.recruit_support_content .bg {
    background-color: #ece8e1;
}

.recruit_support_content .program a {
    text-decoration: underline;
}

.recruit_support_content .program .inner {
    font-size: 14px;
    text-align: left;
    width: 980px;
    margin: 0 auto;
}

.recruit_support_content .program h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px 0;
}

.recruit_support_content .program h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.recruit_support_content .program p {
    line-height: 2;
    margin: 0 0 2em 0;
}

.recruit_support_content .program p.pmt {
    padding: 30px 0 0 0;
}

.recruit_support_content .program .system {
    margin: 0 0 60px 0;
}

.recruit_support_content .program table {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
    border-top: solid 1px #b4a9a1;
}

.recruit_support_content .program table th {
    font-weight: bold;
    line-height: 2;
    text-align: left;
    vertical-align: middle;
    width: 160px;
    border-bottom: solid 1px #b4a9a1;
}

.recruit_support_content .program table th.lg {
    width: 220px;
}

.recruit_support_content .program table th span {
    font-size: 12px;
    font-weight: normal;
}

.recruit_support_content .program table td {
    line-height: 2;
    padding: 25px 0 25px 15px;
    border-bottom: solid 1px #b4a9a1;
}

.recruit_support_content .program .note {
    font-size: 12px;
}

.recruit_support_content .program .fig {
    width: 811px;
    margin: 0 auto 30px auto;
}

.recruit_support_content .program img {
    width: 100%;
}

.recruit_support_content .program img.sp {
    display: none;
}

.recruit_support_content .program .welfare {
    margin: 0 0 30px 0;
}

.recruit_support_content .program .welfare h4 {
    margin: 0 0 5px 0;
}

.recruit_support_content .program .welfare p {
    margin: 0;
}

.recruit_support_content .womenwill h4 {
    margin: 0 0 5px 0;
}

.recruit_support_content .womenwill .bn {
    width: 310px;
}

.recruit_support_content .womenwill .bn a.opw {
    display: block;
    position: relative;
}

.recruit_support_content .womenwill .bn a.opw::after {
    content: " ";
    top: 30px;
    left: 20px;
    width: 15px;
    height: 20px;
    background-image: url(/assets/img/common/opw.png);
    background-repeat: no-repeat;
    background-size: 15px;
    display: block;
    position: absolute;
    z-index: 2;
}

.recruit_support_content .womenwill .bn a.opw:hover:after {
    background-image: url(/assets/img/common/opw_on.png);
}

@media screen and (max-width: 768px) {
    .recruit_support_content {
        padding: 50px 0 0 0;
    }

    .recruit_support_content .a_links_wrap {
        width: 90%;
        margin: 0 auto;
    }

    .recruit_support_content .a_links_wrap ul {
        width: 100%;
        margin-left: 0;
    }

    .recruit_support_content .a_links_wrap ul li {
        width: 100%;
        margin: 0 0 15px 0;
        float: none;
    }

    .recruit_support_content .a_links_wrap ul li a {
        width: 100%;
        padding: 14px 0;
    }
    .recruit_support_content .program {
        padding: 60px 0 30px 0;
    }

    .recruit_support_content .program .inner {
        font-size: 14px;
        text-align: left;
        width: 90%;
        margin: 0 auto;
    }
    .recruit_support_content .program h3 {
        margin: 0 0 40px 0;
    }
    .recruit_support_content .program h4 {
        margin: 0 0 20px 0;
    }
    .recruit_support_content .program img.pc {
        display: none;
    }
    .recruit_support_content .program img.sp {
        display: block;
    }
    .recruit_support_content .program .fig {
        width: 100%;
        margin: 0 auto 30px auto;
    }
    .recruit_support_content .program table th {
        width: 100%;
        padding: 20px 0 5px 0;
        display: block;
        border-bottom: none;
    }

    .recruit_support_content .program table th.lg {
        width: 100%;
    }
    .recruit_support_content .program table td {
        line-height: 2;
        padding: 0 0 20px 0;
        display: block;
        border-bottom: solid 1px #b4a9a1;
    }
    .recruit_support_content .program .welfare {
        margin: 0 0 20px 0;
        padding: 20px 0 0 0;
        border-top: solid 1px #b4a9a1;
    }
    .recruit_support_content .program .welfare h4 {
        font-size: 14px;
    }
    .recruit_support_content .womenwill h4 {
        font-size: 14px;
    }
    .recruit_support_content .womenwill .bn {
        width: 90%;
        margin: 0 auto;
    }
    .recruit_support_content .womenwill .bn a.opw::after {
        top: 40%;
    }
}

/*---------------------------------------------------- list *//*2026*/
/* Unordered list */
.mod-ul {
  margin-bottom: 15px;
}
.mod-ul:last-child {
  margin-bottom: 0;
}
.mod-ul > li {
  margin: 0 0 0 1.3em;
  list-style-type: disc;
      line-height: 2;
}
.mod-ul > li .mod-ul {
  margin-top: 0.3em;
}
.mod-ul > li .mod-ul > li {
  margin-bottom: 0.3em;
  line-height: 2;
}

/* Note list Marked list */
.mod-ul-notes {
  margin-bottom: 15px;
}
.mod-ul-notes:last-child {
  margin-bottom: 0;
}
.mod-ul-notes > li {
  position: relative;
  padding-left: 1.3em;
  zoom: 1;
  font-size: 12px;
  line-height: 1.6;
}
.mod-ul-notes:last-child {
  margin-bottom: 0;
}
.mod-ul-notes > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}
.mod-ol-notes {
  margin-bottom: 15px;
}
.mod-ol-notes:last-child {
  margin-bottom: 0;
}
.mod-ol-notes > li {
  position: relative;
  padding-left: 2.2em;
  zoom: 1;
  font-size: 12px;
  line-height: 1.6;
}
.mod-ol-notes > li > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}

/* Ordered list */
.mod-ol {
  margin-bottom: 15px;
}
.mod-ol:last-child {
  margin-bottom: 0;
}
.mod-ol >li {
  margin: 0 0 0 1.3em;
  list-style-type: decimal;
  line-height: 2;
}
.mod-ol-index {
  margin-bottom: 15px;
}
.mod-ol-index:last-child {
  margin-bottom: 0;
}
.mod-ol-index > li {
  position: relative;
  padding-left: 2.5em;
  zoom: 1;
  line-height: 2;
}
.mod-ol-index > li span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
}



