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

#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: 95vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8vw;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 90vw;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_title .en {
    font-size: 3.2vw;
    margin-bottom: 3vw;
    line-height: 1;
}
.main_title h1{
    margin-bottom: 10vw;
    font-size: 6vw;
    line-height: 1.8;
}
.main_con{
    width: 85vw;
    margin: 0 auto;
    padding: 10.593vw 0 19.068vw;
}
.main_con h2{
    position: relative;
    font-size: 4.237vw;
    text-align: center;
    margin-bottom: 11.653vw;
}
.main_con h2::after{
    position: absolute;
    content: "";
    display: block;
    width: 12.712vw;
    height: 0.106vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.589vw;
}
.main_con .main_copy{
    width: 85vw;
    margin: 0 auto 130px;
    font-size: 3.2vw;
}

}