@charset "UTF-8";

#recruitment-category {
    position: sticky;
    top: 96px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    margin-top: 10px;
    padding: 24px ;
}

/* main要素のoverflowを確実にvisibleにする */
main.section-line {
    overflow: visible;
}

#recruitment-category li {
    display: inline-block;
    min-width: 160px;
    padding: 0 5px 8px;
}

#recruitment-category li .btn-base {
    border-radius: 5px;
}

#recruitment-category li.recruitment-new .btn-base,
#recruitment-category li.recruitment-mid .btn-base,
#recruitment-category li.recruitment-new .btn-selected,
#recruitment-category li.recruitment-mid .btn-selected {
    letter-spacing: 0.2rem;
}

#recruitment-category li.recruitment-new .btn-base::before {
    background: linear-gradient(90deg, rgba(0, 255, 157, 1) 0%, rgba(80, 255, 184, 1) 49.44%, rgba(0, 255, 157, 1) 100%);
}
#recruitment-category li.recruitment-mid .btn-base::before {
    background: linear-gradient(90deg, rgba(98, 92, 255, 1) 0%, rgba(124, 117, 255, 1) 49.44%, rgba(98, 92, 255, 1) 100%);
}

#recruitment-category li .btn-selected {
	display: inline-block;
    width: 100%;
	font-weight: bold;
	line-height: 1.25;
	border: 3px solid #22222a;
	border-radius: 5px;
	padding: 12px 20px;
}
#recruitment-category li.recruitment-all .btn-selected {
    background: linear-gradient(90deg, rgba(255, 170, 0, 1) 0%, rgba(255, 180, 0, 1) 49.44%, rgba(255, 170, 0, 1) 100%);
}
#recruitment-category li.recruitment-new .btn-selected {
    background: linear-gradient(90deg, rgba(0, 255, 157, 1) 0%, rgba(80, 255, 184, 1) 49.44%, rgba(0, 255, 157, 1) 100%);
}
#recruitment-category li.recruitment-mid .btn-selected {
    background: linear-gradient(90deg, rgba(98, 92, 255, 1) 0%, rgba(124, 117, 255, 1) 49.44%, rgba(98, 92, 255, 1) 100%);
    color: #fff;
}

.recruitment-photo {
    position: relative;
}

.recruitment-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20%;
    height: auto;
}

.interview-content-top img {
    width: 300px;
    height: auto;
    padding: 0 24px 16px 0;
}
.interview-content img {
    width: 400px;
    height: auto;
    padding: 0 0 16px 24px;
}
.interview-content-top h2,
.interview-content h2 {
    display: grid;
}

.interview-question {
    align-items: center;
}
.interview-question img {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

/* 均等カラム分け  */
.col4-row, .col4-row-fix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: -32px;
    align-items: stretch;
}
.col4 , .col4-fix {
    width: calc(25% - 18px);
    margin-right: 24px;
    margin-bottom: 24px;
}
.col4-m-40 {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
}
.col4-row .col4:nth-child(4n), .col4-row-fix .col4-fix:nth-child(4n) , .col4-row .col4-m-40:nth-child(4n) {
    margin-right: 0;
}

#navi.disable-hover .menu-parent:hover .menu-child {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
}

@media screen and (max-width:840px){
    #recruitment-category {
        top: 64px;
    }
}
@media screen and (max-width:600px){
    #recruitment-category {
        padding: 16px ;
    }
    #recruitment-category li {
        min-width:inherit;
    }
     .col4 , .col4-m-40 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .col4-row .col4:last-child , .col4-row .col4-m-40:last-child {
        margin-bottom: 0;
    }

    .interview-content-top img,
    .interview-content img {
        width: inherit;
        padding: 0;
        margin-bottom: 24px;
    }
    .interview-content-top h2,
    .interview-content h2 {
        display: inherit;
    }
    .recruitment-icon {
        width: 15%;
    }
}

/* サブナビ用パーツ  */
.col4-blank {
    margin-bottom: 0;
}
