@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: 10vw 0 15vw;
}
.main_con h2{
    position: relative;
    font-size: 4.5vw;
    text-align: center;
    margin-bottom: 6vw;
}
.main_con h2.title::after{
    position: absolute;
    content: "";
    display: block;
    width: 12.282vw;
    height: 0.102vw;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1.535vw;
}

.main_con .main_copy{
    text-align: left;
    margin: 0 auto 10vw;
    font-size: 3.2vw;
}

.main_con .main_block {
    width: 85vw;
    margin: 0 auto;
    padding: 6vw 3vw 3vw;
    background-color: rgba(156, 156, 156, 0.15);
}
.main_block h3{
    color: #FFF;
    font-size: 3.8vw;
    margin-bottom: 5vw;
}
.main_block h4{
    color: #FFF;
    font-size: 3.2vw;
    font-weight: 600;
    margin-bottom: 4vw;
}
.main_block p{
    font-size: 3.2vw;
    margin-bottom: 4vw;
}
.main_block p .bold{
    font-weight: 500;
}
.main_block p.arrow{
    position: relative;
    margin-bottom: 15vw;
}
.main_block p.arrow::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 5vw;
    background: url(../images/recruit/arrow_sp.png) no-repeat center / contain;
    top: 17vw;
}


.faq_wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0vw 3vw 6vw;
    background-color: rgba(156, 156, 156, 0.15);
}

.faq_group{
}

.faq_group_btn,
.faq_question{
    position: relative;
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.faq_group_btn{
    font-size: 3.8vw;
    font-weight: 500;
    color: #FFF;
    padding: 6.141vw 7.165vw 3.071vw 0;
    border-bottom: 2px solid #FFF;
}

.faq_group_content,
.faq_answer{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq_group_inner{
    padding: 0;
}

.faq_item{
    border-bottom: 1px solid #FFF;
}
.faq_question{
    font-size: 2.6vw;
    font-weight: 400;
    padding: 4vw 8vw 4vw 0;
    color: #FFF;
}

.faq_answer_inner{
    width: 75vw;
    border-top: 1px dotted #FFF;
    padding: 3vw 0;
    font-size: 2.6vw;
    font-weight: 300;
    line-height: 1.8;
    color: #FFF;
}

.faq_mark{
    position: absolute;
    top: 60%;
    right: 3vw;
    width: 3vw;
    height: 3vw;
    transform: translateY(-50%);
}

.faq_mark::before,
.faq_mark::after{
    position: absolute;
    content: "";
    display: block;
    background: #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.faq_mark::before{
    width: 3vw;
    height: 0.2vw;
}

.faq_mark::after{
    width: 0.2vw;
    height: 3vw;
}

.faq_group.active > .faq_group_btn .faq_mark::after,
.faq_item.active > .faq_question .faq_mark::after{
    opacity: 0;
}


.other{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.other li{
    position: relative;
    padding: 6vw;
    width: 100%;
    height: 45vw;
    color: #FFF;
    margin-bottom: 3vw;
    margin-right: 0;
    margin-left: 0;
    background-color: rgba(156, 156, 156, 0.15);
}
.other li h3{
        color: #FFF;
        font-size: 3.8vw;
        margin-bottom: 3vw;
}
.other li p{
    font-size: 3.2vw;
}
.other li a{
    display: flex;
    width: 40vw;
    height: 3vw;
    padding: 4vw 0;
    border: solid 1px #FFF;
    border-radius: 6vw;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    font-size: 3.2vw;
}

.digital_development_btn{
    width: 90%;
}

}