@charset "UTF-8";
@media screen and (min-width:768px) and ( max-width:1275px){

#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: 32.549vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6.275vw;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 87.059vw;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_title .en {
    font-size: 1.412vw;
    margin-bottom: 2.353vw;
    line-height: 1;
}
.main_title h1{
    font-size: 2.667vw;
    margin-bottom: 4.314vw;
}
.main_con{
    width: 86.275vw;
    margin: 0 auto;
    padding: 7.843vw 0 14.118vw;
}
.main_con h2{
    position: relative;
    font-size: 3.137vw;
    text-align: center;
    margin-bottom: 8.627vw;
}
.main_con h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 9.412vw;
    height: 0.078vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.176vw;
}
.main_con .main_copy{
    width: 67.451vw;
    margin: 0 auto 130px;
    font-size: 1.412vw;
}

}