@charset "utf-8";

/***************************************************************************
*
* PROJECT STYLE
*
***************************************************************************/
a.hover:hover {
    text-decoration: none;
}

#content {
    position: relative;
}

#content:before {
    content: "";
    position: absolute;
    top: -9.4vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/job/job_bg_body.png) no-repeat top left;
    background-size: 106%;
    z-index: -1;
}
#content .pageTitle .jaTitle{
	font-weight: bold;
}

.areaRecruit {
    margin-top: 55px;
}

.areaRecruit .recruit_min_title {
    text-align: center;
    font-size: 21px;
    font-weight: normal;
}

.areaRecruit .inner {
    padding: 0 28px;
}

.areaRecruit .recruitList {
    margin-top: 110px;
}

.areaRecruit .recruitList li {
    margin-bottom: 60px;
}

.areaRecruit .recruitList li .titleList {
    font-size: 20px;
    color: #25399C;
    margin-bottom: 10px;
}

.areaRecruit .recruitList li .text {
    font-size: 12px;

}

.areaRecruit .recruitPhoto {
    width: 1024px;
    margin: 0 auto;
}

.areaRecruit .back_btn {
    text-align: center;
    margin-top: 83px;
}

.areaRecruit .back_btn a {
    display: inline-block;
    background: #192795;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    width: 386px;
    padding: 22px 0;

}

@media(max-width: 1366px) and (min-width: 769px) {
    #content:before {
        top: -5.9vw;
    }
}

.recruit_title {
    text-align: center;
    font-size: 24px;
    color: #25399C;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

/* STYLE SP */
@media (max-width: 768px) {
    #content {
        padding-top: 30px;
    }
    .main .pageTitle .jaTitle{
    	font-weight: bold;
    }

    #content:before {
        top: -60px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .recruit_title {
        font-size: 20px;
    }

    .areaRecruit {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .areaRecruit .recruit_min_title {
        font-size: 16px;
    }

    .areaRecruit .recruitList {
        margin-top: 35px;
    }

    .areaRecruit .recruitList li {
        margin-bottom: 35px;
    }

    .areaRecruit .recruitList li .titleList {
        font-size: 18px;
    }

    .areaRecruit .recruitPhoto {
        width: 100%;
    }

    .areaRecruit .back_btn {
        margin-top: 50px;
    }

    .areaRecruit .back_btn a {
        width: 248px;
        padding: 15px 0;
        font-size: 16px;
    }
}

@media(max-width: 414px) {

    #content:before {
        top: 0;
        -webkit-background-size: 105%;
        background-size: 105%;
    }
}