@charset "UTF-8";



#Contents{
    background:url("../images/jobintroduction/jobintroduction_back.jpg") center/cover no-repeat;
    color: #FFF;
}

section{
    margin: 0 auto;
}

.con_2clum{
    display: flex;
}

.main{
    position: relative;
    width: 100%;
    height: 415px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 1110px;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_title .en {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
}
.main_title h1{
    font-size: 34px;
    margin-bottom: 55px;
}
.main_con{
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 180px;
}
.main_con h2{
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 110px;
}
.main_con h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}
.main_con .main_copy{
    width: 860px;
    margin: 0 auto 130px;
    font-size: 18px;
}