@charset "UTF-8";

/*#############################################################################
    求職者画面 トップ画面
#############################################################################*/

/*=========================================================
    レイアウト関連
=========================================================*/
#main-title {
    font-size: 1.6rem;
    font-weight: bold;
}

#sub-title {
    font-size: 1rem;
    font-weight: bold;
    color: #000;
}

.text-cord {
    font-size: 0.8rem;
    margin: 0 2px;
    padding: 6px;
    background-color: #fff;
    border-radius: 12%;
}

.search-item-label {
    margin-top: 4px !important;
    padding: 6px;
    text-align: center;
    background-color: #f8f8f8;
}

.pickup-job-badge {
    font-size: 12px;
    padding: 2px;
    color: #222;
    border: solid 1px #c09000;
    background-color: #dfc906;
    border-radius: 10px 10px 30px 30px / 10px 10px 100px 100px;
}

.new-job-badge {
    font-size: 12px;
    padding: 2px;
    color: #ff0000;
    border: solid 1px #ff0000;
    background-color: transparent !important;
    border-radius: 20%;
}

.pros-car-green {
    color: #004aad!important;
}

.sub-title-green {
    font-size: 22px;
    font-weight: 700;
    color: #004aad;
}

.pros-grid-margin p {
    margin: 10px!important;
    font-size: 13px!important;
}

.pros-grid-margin strong {
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.pros-grid-margin a :hover {
    opacity: 50%;
}

.area-buttons {
    border: solid 2px #004aad;
    border-radius: 5px;
    text-decoration: unset;
}

.area-buttons div:nth-child(2) {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.area-buttons div:nth-child(3) {
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
    color: #1b4bb0;
}

.area-buttons:hover {
    text-decoration: unset!important;
}

.area-grid-liner {
    display:grid; 
    gap:5px; 
    grid-template-columns: auto auto auto 40px auto auto auto; 
    grid-template-rows: repeat(7, 40px);
}

.area-grid-liner-sm {
    display:grid; 
    gap:5px; 
    grid-template-columns: 50% 50%; 
    grid-template-rows: repeat(14, 40px);
}

.search-box-top {
    justify-content: center;
    margin-left: 40px;
}

.halfColor {
    filter: saturate(5);
}

.animateText {
    animation-name: growFont;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes growFont {
    from {
        color: #666;
        font-size: 16px;
    }
    to {
        color: #000;
        font-size: 18px;
    }
}

.uk-accordion-title::before {
    width: 1.2em!important;
    height: 1.2em!important;
    border: #666 solid 1px;
}

.special-height {
    height: 455px;
}

@media only screen and (max-width:960px) {
    .responsiveL {
        display: none;
    }
    .responsiveM {
        display: block;
    }

    .special-height {
        height: 210px;
    }
}

@media only screen and (min-width:960px) {
    .responsiveL {
        display: block;
    }
    .responsiveM {
        display: none;
    }
}
