@charset "UTF-8";

#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: 415px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.main img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_title{
    position: absolute;
    width: 1110px;
    margin: 0 auto;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.main_title .en {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
}
.main_title h1{
    font-size: 34px;
    margin-bottom: 55px;
}
.main_con{
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 180px;
}
.main_con h2{
    position: relative;
    font-size: 40px;
    text-align: center;
    margin-bottom: 75px;
}
.main_con h2.title::after{
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #FFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.main_con .main_copy{
    text-align: center;
    margin: 0 auto 130px;
    font-size: 18px;
}

.main_con .main_block{
    width: 1100px;
    margin: 0 auto;
    padding:  75px 100px 50px;
    background-color: rgba(156, 156, 156, 0.15);
}
.main_block h3{
    color: #FFF;
    font-size: 24px;
    margin-bottom: 25px;
}
.main_block h4{
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.main_block p{
    font-size: 18px;
    margin-bottom: 40px;
}
.main_block p.arrow{
    position: relative;
    margin-bottom: 125px;
}
.main_block p.arrow::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/recruit/arrow.png) no-repeat center / contain;
    top: 80px;
}


.faq_wrap{
    width: 1100px;
    margin: 0 auto;
    padding:  40px 100px 50px;
    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: 22px;
    font-weight: 700;
    color: #FFF;
    padding: 60px 70px 30px 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: 21px;
    font-weight: 500;
    padding: 30px 70px 30px 0;
    color: #FFF;
}

.faq_answer_inner{
    width: 740px;
    border-top: 1px dotted #FFF;
    padding: 30px 0 ;
    font-size: 20px;
    line-height: 1.8;
    color: #FFF;
}

.faq_mark{
    position: absolute;
    top: 50%;
    right: 30px;
    width: 20px;
    height: 20px;
    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: 20px;
    height: 2px;
}

.faq_mark::after{
    width: 2px;
    height: 20px;
}

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


.other{
    display: flex;
    justify-content: center;
}

.other li{
    position: relative;
    padding: 40px;
    width: 336px;
    height: 330px;
    margin-right: 10px;
    margin-left: 10px;
    color: #FFF;
    background-color: rgba(156, 156, 156, 0.15);
}
.other li h3{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 20px;
}
.other li p{
    font-size: 15px;
}
.other li a{
    position: absolute;
    font-size: 14px;
    border: solid 1px #FFF;
    border-radius: 100px;
    width: 235px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}