/*募集要項ページCSSここから*/
#recruiting .ucopy p{
    text-align: center;
}

#recruiting .recruit_in_app {
    margin: 20px auto 40px;
    padding: 0 6%;
}

#recruiting .recruit_in_app h2{
    margin: 0 auto 10px;
    padding: 0;
    color: #e81928;
    font-size: clamp( 18px, 5.9vw, 35px );
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}


#recruiting .recruit_in_app h2:before {
  content: unset;
}

.recruit_info_box.recruit_in_app .ucopy p {
    font-size: clamp( 18px, 5vw, 18px );
	margin-bottom: 0.4em;
}


#recruiting .recruit_info_list {
    box-shadow: unset;
}

#recruiting .recruit_info_list .joblist {
    display: flex;
    justify-content: space-around;
}

#recruiting .recruit_info_list .joblist li {
    position: relative;
    //width: 31%;
    width: 48%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    border: unset;
    margin-top: 0;
}

#recruiting .recruit_info_list .joblist li:after {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #e81928;
    pointer-events: none;
    transform: translate( 50%, 50% ) rotate(45deg);
}

#recruiting .recruit_info_list .joblist li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    text-decoration: none;
}

#recruiting .recruit_info_list .joblist li > a:nth-of-type(1):before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 240px;
    background-size: cover;
}

#recruiting .recruit_info_list .joblist li:nth-of-type(1) > a:nth-of-type(1):before {
    background-image: url( 'images/requ01.jpg' );
}

#recruiting .recruit_info_list .joblist li:nth-of-type(2) > a:nth-of-type(1):before {
    background-image: url( 'images/requ02.jpg' );
}

#recruiting .recruit_info_list .joblist li:nth-of-type(3) > a:nth-of-type(1):before {
    background-image: url( 'images/requ03.jpg' );
}

#recruiting .recruit_info_list .joblist li a br {
    display: none;
}

#recruiting .recruit_info_list .joblist li a:after {
    content: '';
    position: absolute;
    z-index: 10;
    right: 10px;
    bottom: 17px;
    display: block;
    width: 26px;
    height: 7px;
    background-image: url('images/svg/arrow_requ.svg');
    background-repeat: no-repeat;
}

#recruiting .recruit_info_list .joblist li h3 {
    color: #333;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.8;
}

#recruiting .recruit_info_list .joblist li h3:before {
    content: '';
    display: block;
    width: 86px;
    height: 86px;
    margin: -44px auto 10px;
    padding: 0px;
    border-radius: 50%;
    background: #fff;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    position: unset;
}

#recruiting .recruit_info_list .joblist li:nth-of-type(1) h3:before {
    background-image: url( 'images/icon-01.png' );
}

#recruiting .recruit_info_list .joblist li:nth-of-type(2) h3:before {
    background-image: url( 'images/icon-02.png' );
}

#recruiting .recruit_info_list .joblist li:nth-of-type(3) h3:before {
    background-image: url( 'images/icon-03.png' );
}

#recruiting .recruit_info_list .joblist li span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px;
    color: #0062b0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.recruit {
    background-color: #ffeeee;
    padding: 40px 0;
}

.page-id-963 #content .post {
    padding-bottom: 0;
}

@media screen and ( max-width:768px ) {
    #recruiting .recruit_info_list .joblist {
        flex-wrap: wrap;
    }

    #recruiting .recruit_info_list .joblist li {
        width: 48%;
        margin-bottom: 2%;
    }

    #recruiting .recruit_info_list .joblist li > a:nth-of-type(1):before {
        padding-top: 150px;
    }

    .recruit .recruit_info_box {
        margin-bottom: 0;
    }

    #recruiting .recruit_info_list .joblist li:after {
        width: 80px;
        height: 80px;
    }

    @media screen and ( max-width:500px ) {
        #recruiting .recruit_info_list .joblist {
            flex-wrap: wrap;
            padding: 0 6%;
        }

        #recruiting .recruit_info_list .joblist li {
            position: relative;
            width: 100%;
            margin-bottom: 6%;
        }

        #recruiting .recruit_info_list .joblist li > a:nth-of-type(1):before {
            padding-top: 160px;
            background-position: center;
        }
    }
}

/*募集要項ページCSSここまで*/

/*お知らせページCSSここから*/

.news_list_frame {
}

.news_list_box {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #ededed;
}

.news_list_item {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.news_list_item a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #333;
    text-decoration: none;
}

.news_list_item .in_day {
    display: inline-block;
    width: 120px;
    margin-right: 20px;
    font-size: 16px;
}

.news_list_item .in_text {
    font-size: 16px;
}

.news_list_item a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #0062B0;
    border-right: 2px solid #0062B0;
    transform: translateY( -50% ) rotate( 45deg );
}

/*お知らせページCSSここまで*/
