@charset "utf-8";

:root {
    /* Colors */
    --color-main: #01b8bf;
}

/* secSubNav */
.secSubNav .icoWork::before { 
    background: url("../../../img/front/common/gnav01_jg.png") no-repeat center center / 3.3rem;
}
.secSubNav .icoNews::before { 
    background: url("../../../img/front/common/gnav02_jg.png") no-repeat center center / 2.2rem;
}
@media screen and (max-width: 1215px) {
    .secSubNav .icoWork::before { 
        background-size: 2.6rem;
    }
    .secSubNav .icoNews::before { 
        background-size: 1.9rem;
    }
}

/* secForm */
#container.isSiteJobGate .secForm .uploadList .uploadBtn::before {
    background-image: url("../../../img/front/common/iconPhoto_jg.png");
}

/* チャットルームのデザインを弊社で仮で入れておりますが、以下削除いただいて問題ございません。 */
.entry-chat-row {
    cursor: pointer;
}

.entry-unread-label {
    color: #d00;
    font-weight: bold;
}

.scout-chat-section--member-right .scout-chat-message--member {
    flex-direction: row-reverse;
}

.scout-chat-section--member-right .scout-chat-message--member .scout-chat-message-content {
    align-items: flex-end;
}

.scout-chat-section--member-right .scout-chat-message--company {
    flex-direction: row;
}

.scout-chat-section--member-right .scout-chat-message--company .scout-chat-message-content {
    align-items: flex-start;
}
