@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: 5.882vw;
}
.main_con h2.title::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{
    text-align: center;
    margin: 0 auto 130px;
    font-size: 1.412vw;
}

.main_con .main_block{
    width: 86.275vw;
    margin: 0 auto;
    padding:  5.882vw 7.843vw 3.922vw;
    background-color: rgba(156, 156, 156, 0.15);
}
.main_block h3{
    color: #FFF;
    font-size: 1.882vw;
    margin-bottom: 1.961vw;
}
.main_block h4{
    color: #FFF;
    font-size: 1.412vw;
    font-weight: 500;
    margin-bottom: 0.784vw;
}
.main_block p{
    font-size: 1.412vw;
    margin-bottom: 3.137vw;
}
.main_block p.arrow{
    position: relative;
    margin-bottom: 9.804vw;
}
.main_block p.arrow::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 3.137vw;
    background: url(../images/recruit/arrow.png) no-repeat center / contain;
    top: 6.275vw;
}


.faq_wrap{
    width: 86.275vw;
    margin: 0 auto;
    padding:  3.137vw 7.843vw 3.922vw;
    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: 1.725vw;
    font-weight: 700;
    color: #FFF;
    padding: 4.706vw 5.49vw 2.353vw 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: 1.65vw;
    font-weight: 500;
    padding: 2.353vw 5.49vw 2.353vw 0;
    color: #FFF;
}

.faq_answer_inner{
    width: 58.039vw;
    border-top: 1px dotted #FFF;
    padding: 2.353vw 0 ;
    font-size: 1.569vw;
    line-height: 1.8;
    color: #FFF;
}

.faq_mark{
    position: absolute;
    top: 50%;
    right: 2.353vw;
    width: 1.569vw;
    height: 1.569vw;
    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: 1.569vw;
    height: 0.157vw;
}

.faq_mark::after{
    width: 0.157vw;
    height: 1.569vw;
}

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


.other{
    display: flex;
}

.other li{
    position: relative;
    padding: 3.137vw;
    width: 26.353vw;
    height: 25.882vw;
    margin-right: 1.2vw;
    margin-left: 1.2vw;
    color: #FFF;
    background-color: rgba(156, 156, 156, 0.15);
}
.other li h3{
    color: #FFF;
    font-size: 1.569vw;
    margin-bottom: 1.569vw;
}
.other li p{
    font-size: 1.176vw;
}
.other li a{
    position: absolute;
    font-size: 1.098vw;
    border: solid 1px #FFF;
    border-radius: 7.843vw;
    width: 18.431vw;
    height: 3.137vw;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3.137vw;
    left: 50%;
    transform: translateX(-50%);
}

}