section .section_main {
    max-width: 1240px;
    min-width: 900px;
    width: 100%;
    margin-bottom: 80px;
}
/* contact */
.section_join  {
    padding-top:160px;
}


.section_join .section_tit {
    padding-bottom: 82px;
    margin-bottom: 59px;
    margin-left: 0;
    padding-left: 80px;
    position:relative;
    border-bottom: 1px solid #ebebeb;
}
.section_tit span {
    left: 80px;
}
.section_content {
    position:relative;
}

.section_content .join_banner {
    padding-right:342px;
    padding-right: 27.5%;
    width: 100%;
}
.section_content .join_banner .banner_m {
    display:none;
}

.section_content .join_info{
    position:absolute;
    width: 46.7%;
    height:320px;
    right:0;
    top:50%;
    transform:translateY(-50%);
    background:#fff;
    border:1px solid #ebebeb;
    padding:49px 40px;
    box-sizing: border-box;
    font-size: 12px;
    color: #414141;
    line-height: 20px;
}
.join_tit {
    position:relative;
    font-weight: normal;
    font-size: 20px;
    color: #F0F0F0;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    height: 24px;
    margin-bottom: 34px;
}
.join_tit span  {
    height:24px;
    display: block;
}
.join_tit p {
    position:absolute;
    top: 12px;
    font-size: 24px;
    color: #414141;
    line-height: 24px;
    letter-spacing: 0;
}

/* mobile */
@media screen and (max-width:700px){
    .section_join {
        padding-top: 48px;
        min-width: 360px;
    }
    
.section_content .join_banner img {
     display:none;
}
.section_content .join_banner img.banner_m {
    display:block;
    width: 100%;
}
    section .section_main {
        width:100%;
        margin-bottom: 30px;
        min-width: 360px;
        position: relative;
    }
    section.section_join .section_tit {
        width: 100%;
        margin-bottom: 0;
        position: absolute;
        top: 15%;
        z-index: 2;
        border: none;
        padding: 0;
        display: grid;
        text-align: center;
        padding-bottom: 50px;
        height: auto;
        background-size: 32px;
    }
    .section_tit span {
        left: unset;
        position: relative;
        order: 1;
        top: 0;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 36px;
    }
    .section_tit p {
        order:2;
        font-size: 15px;
        color: #FFFFFF;
        line-height: 22px;
    }
    
    section .section_main .section_content {
        display:grid;
    }
    .section_content .join_info {
        position:relative;
        margin:0 34px;
        width: calc(100% -  68px);
        padding: 20px;
        transform: unset;
        top: -43%;
        height: unset;
        color: #6D7278;
        font-size: 10px;
        line-height: 16px;
        box-shadow: 0px 20px 60px 0px rgba(0,0,0,0.1);
    }
    .join_tit {
        font-size: 12px;
        line-height: 16px;
        height: 16px;
        margin-bottom: 26px;
        letter-spacing: 0;
    }
    .section_content .join_banner {
        padding: 0;
        box-sizing: border-box;
    }
    .join_tit p {
        font-size:14px;
        top: 8px;
        line-height: 14px;
        color: rgba(0,0,0,0.9);
        font-weight: bold;
    }
    
    footer .contact_list .contact_item.contact_consult {
        padding-top:0
    }
}