@charset "UTF-8";

/* Recruit_job-description
================================================== */
.backWhite {
    padding: 80px;
    border-radius: 50px;
    background: #FFFFFF;
}

.accordion .accordionDetail {
    border: 2px solid #1C60BF;
    border-radius: 0 0 10px 10px;
}

.accordion summary {
    border-radius: 10px;
    background: #1C60BF;
}

.accordion[open] summary {
    border-radius: 10px 10px 0 0;
}

.richBtn {
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, /* 内側：白 */linear-gradient(90deg, rgba(10, 207, 254, 1), rgba(73, 90, 255, 1)) border-box;
    border-radius: 27px;
}

.richBtn a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 340px;
    min-height: 177px;
    width: 100%;
    height: 100%;
    padding: 1.0em;
    font-size: 23px;
    font-weight: bold;
    border-radius: 27px;
    overflow: hidden;
    color: #1C60BF;
    position: relative;
}

.richBtn a:before {
    content: '';
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-left: -37px;
    background-image: url(../img/recruit/company/icon_arrow_next.svg);
    background-repeat: no-repeat;
    background-size: 74px auto;
    position: absolute;
    top: 1.0em;
    left: 50%;
    transition: transform 0.3s ease;
}

.richBtn a:hover:before {
    transform: rotate(135deg)
}

.bgCont .basicTable tr {
    border-top: 1px solid #DDDDDD;
}
.bgCont .basicTable tr:last-of-type {
    border-bottom: 1px solid #DDDDDD; 
}


.headLv3_04.-square {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0.2em;
    padding-right: 0.2em;
    background: #1C60BF;
    color: #FFFFFF;
}
.headLv3_04.-square:before,
.headLv3_04.-square:after {
    display: none;
}

.blueLine {
    margin-top: 4.0em;
    margin-bottom: 2.2em;
    font-size: 186%;
    color: #000000;
    position: relative;
}
.blueLine:before {
    content: '';
    display: inline-block;
    width: 75px;
    height: 5px;
    background: #1C60BF;
    position: absolute;
    bottom: -25px;
    left: 0;
}
.blueLine:first-child {
    margin-top: 0;
}

.basicTable tr {
    position: relative;
}

.basicTable tr:before {
    content: '';
    display: inline-block;
    max-width: 250px;
    width: 100%;
    height: 1px;
    background: #1C60BF;
    position: absolute;
    top: -1px;
    left: 0;
}

.basicTable tr:last-of-type {
    position: relative;
}

.basicTable tr:last-of-type:after {
    content: '';
    display: inline-block;
    max-width: 250px;
    width: 100%;
    height: 1px;
    background: #1C60BF;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.interviewArea {
    position: relative;
}

.interviewArea .basicBtn {
    margin: 0;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
}

.interviewArea.bgBlue {
    background: #1C60BF!important;
    border-radius: 0;
}

.interviewArea.bgBlue .interviewTtl .en {
    color: #1C60BF;
}

.interviewArea .interviewTtl .en .-small {
    font-size: 30%;
    letter-spacing: 0;
}

.interviewArea .interviewTtl .txtArea .info {
    width: 50%;
}

.interviewArea.bgBlue .interviewTtl,
.interviewArea.bgBlue .interviewTtl .lTxt {
    color: #FFFFFF;
}

.voiceBox {
    max-width: 800px;
    width: 100%;
    margin: 5.0em auto 0 auto;
    padding: 0 5vw;
}

.voiceBox .item {
    display: flex;
    margin-bottom: 5.0em;
}

.voiceBox .item.-reverse {
    flex-direction: row-reverse;
    margin-bottom: 0;
}

.voiceBox .item .imgArea {
    width: 15%;
    margin-right: 5%;
}

.voiceBox .item .imgArea img {
    max-height: 280px;
    height: 100%;
}

.voiceBox .item .txtArea {
    width: 80%;
    padding: 2px;
}

.voiceBox .item .txtArea .txtInner {
    border-radius: 46px;
    padding: 2.0em;
    border: 4px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, /* 内側：白 */linear-gradient(90deg, rgba(10, 207, 254, 1), rgba(73, 90, 255, 1)) border-box;
}

.voiceBox .item .txtArea .txtInner p {
    overflow: hidden;
}

.voiceBox .item .txtArea h5,
.voiceBox .item .txtArea p {
    position: relative;
    z-index: 10;
}

.voiceBox .item .txtArea h5 {
    font-size: 134%;
    font-weight: bold;
    color: #707070;
}

.voiceBox .item.-reverse .imgArea {
    margin-right: 0;
}

.voiceBox .item.-reverse .txtArea {
    margin-right: 5%;
}

.recruit-job-description .interviewTtl .imgArea:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}
.recruit-job-description .interviewTtl .imgArea.-deco01:before {
    width: 230px;
    height: 280px;
    bottom: -20px;
    left: -80px;
    background: url(../img/recruit/job-description/back_img02.svg);
}
.recruit-job-description .interviewTtl .imgArea.-deco03:before {
    width: 186px;
    height: 300px;
    bottom: -20px;
    left: -80px;
    background: url(../img/recruit/job-description/img_14.svg);
}
.recruit-job-description .interviewTtl .imgArea:after {
    content: none;
}

@media screen and (max-width: 1103px) {
    .richBtn {
        margin-bottom: 1em;
    }
    .richBtn:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 820px) {
    .interviewArea .interviewTtl .txtArea .info {
        width: 100%;
    }
    .backWhite {
        padding: 6rem 0;
    }
    .richBtn a {
        min-height: 130px;
        font-size: 20px;
    }
    .richBtn a::before {
        width: 44px;
        height: 44px;
        background-size: 44px auto;
        margin-left: -20px;
    }
}
@media screen and (max-width: 767px) {
    .accordion summary {
        font-size: 1.6rem;
        padding: 1.5rem;
    }
    .accordion summary::after {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}
@media screen and (max-width: 600px) {
    .interviewArea.bgBlue .interviewTtl .en {
        color: #6196df;
    }
}
@media screen and (max-width: 480px) {
    .richBtn a {
        min-width: auto;
    }
    .accordion summary::after {
        width: 8px;
        height: 5px;
    }
    .recruit-job-description .interviewTtl .imgArea.-deco01::before {
        bottom: -80px;
        left: -130px;
    }
}

.recruit-job-description .imgListJobDescription {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible !important;
    gap: 2rem;
}
.recruit-job-description .imgListJobDescription .imgList__3col {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: 100%;
}

@media (width <= 500px) {
    .recruit-job-description {

    }
    .recruit-job-description .imgListJobDescription {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        overflow: visible !important;
        gap: 2rem;
    }
    .recruit-job-description .imgListJobDescription .imgList__3col {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}