/* job detail */
.merit-category {
    color: #163953;
}

.merit-text {
    color: #878686;
}

#modal-close-detail {
    position: absolute;
    background: white;
    border-radius: 50%;
    color: black;
    top: -15px;
    right: -15px;
    z-index: 2000;
}

.medium-text {
    font-weight: 600
}

.has-blue-color {
    background-color: #1E95F4;
}

.has-orange-color {
    background-color: #fd9d53;
}

.has-red-color {
    background-color: #FC6B6C;
}

.has-text-light-blue {
    color: #32A7ED
}

.merit-divider {
    font-size: 7px;
    border-left: 1px solid lightgrey;
    height: 0.5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -15px;
    line-height: 20pt;
}

.has-padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.is-size-13 {
    font-size: 13px
}

.is-size-15 {
    font-size: 15px
}

.only-tablet {
    display: none!important;
}

.only-mobile {
    display: flex!important;
}

.last-divider {
    background-color: transparent!important;
}

@media only screen and (min-width: 769px) {

    .only-tablet {
        display: flex!important;
    }

    .only-mobile {
        display: none!important;
    }

    #main-container {
        padding-bottom: 0;
    }

    .similar-job-margin {
        margin-bottom: 200px;
    }

    .work-hrs-outer {
        border: 1px solid #DFE1E6;
        border-radius: 4px;
    }

    .work-hrs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 5px 5px 10px 5px;
        font-size: 13px;
    }

    .work-timing {
        width: 25%;
        font-size: 14px;
        margin-left: 5px;
        border-right: 1px solid #DFE1E6;
    }

    .work-days {
        display: flex;
        justify-content: space-evenly;
        width: 75%;
    }

    .work-day {
        min-width: 2em;
        width: 4em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .work-day-divider {
        min-width: 1em;
        color: lightgrey;
        width: 1em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .row-separator {
        border-bottom: 1px solid rgb(225, 225, 225);
        width: 100%;
        margin: 0%;
    }

    /* matched job in job detail css */
    #matched_job .section_inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    section .section_inner {
        max-width: 1140px;
        padding: 0 15px;
        margin: 0 auto;
    }

    #matched_job .section_inner .text_area .section_title {
        color: #ffffff;
    }

    section .section_title {
        font-size: 38px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 25px;
        position: relative;
        padding-top: 20px;
    }

    section .section_title:before {
        position: absolute;
        content: "";
        width: 95px;
        height: 3px;
        background-color: #fd9d53;
        border-radius: 2px;
        top: 0;
    }

    .only_sp {
        display: none;
    }

    #matched_job .section_inner .text_area p {
        max-width: 540px;
    }

    #matched_job .section_inner .text_area .detail_btns {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        width: 540px;
    }

    #matched_job .section_inner .text_area .detail_btns > li.leaveinfo {
        background: linear-gradient(to right, #f77602, #fbad41);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    }

    #matched_job .section_inner .text_area .detail_btns > li {
        width: 49%;
        border-radius: 5px;
        padding: 2px;
    }

    #matched_job .section_inner .text_area .detail_btns > li.leaveinfo a {
        color: #ffffff;
        background: linear-gradient(to right, #f77602, #fbad41);
    }

    #matched_job .section_inner .text_area .detail_btns > li a {
        display: block;
        width: 100%;
        position: relative;
        border: 2px solid #007af5;
        border-radius: 5px;
        padding: 0 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 64px;
        text-align: center;
    }

    #matched_job .section_inner .text_area .detail_btns > li {
        width: 49%;
        border-radius: 5px;
        padding: 2px;
        background-color: #ffffff;
    }

    #matched_job .section_inner .text_area .detail_btns > li.messenger a {
        color: #0178f2;
    }

    #matched_job .section_inner .text_area .detail_btns > li a {
        background-color: #ffffff;
        display: block;
        width: 100%;
        position: relative;
        border: 2px solid #007af5;
        border-radius: 5px;
        padding: 0 15px;
        font-size: 18px;
        font-weight: bold;
        line-height: 64px;
        text-align: center;
    }

    #matched_job .section_inner .text_area .detail_btns > li a > svg {
        font-size: 28px;
        margin-right: 10px;
    }

    .fab {
        font-family: "Font Awesome 5 Brands";
    }

    #matched_job .section_inner .image_area {
        flex: 1;
        height: 545px;
        position: relative;
    }

    #matched_job .section_inner .image_area img {
        position: relative;
        left: 15%;
        height: auto;
        margin-bottom: -550px;
        width: 628px;
    }

    /* matched job in job detail css end */
}

@media only screen and (max-width: 768px) {

    /* job detail section css mobile*/
    .work-day-divider {
        min-width: 0.5em;
        color: lightgrey;
        width: 0.5em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .has-zero-top-padding-for-mobile {
        padding-top: 0;
    }

    .has-top-margin {
        margin-top: 70px;
    }

    .work-hrs-outer {
        margin-bottom: 5px;
        border: 1px solid #DFE1E6;
        border-radius: 4px;
    }

    .work-hrs {
        display: block;
        justify-content: space-between;
        align-items: center;
        margin: 5px 5px 10px 5px;
        font-size: 13px;
    }

    .work-timing {
        width: 100%;
        margin-left: 5px;
        font-size: 14px;
    }

    .work-days {
        margin-top: -10px;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
    }

    .work-day {
        min-width: 2em;
        width: 4em;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .row-separator {
        border-bottom: 1px solid rgb(225, 225, 225);
        width: 100%;
        margin: 0;
    }

    /* matched job css in job detail */
    #matched_job {
        padding-top: 11.734vw;
        padding-bottom: 0;
        padding: 80px 0 0;
        color: #ffffff;
        background-color: #007af5;
        overflow: hidden;
    }

    section {
        font-size: 3.5vw;
    }

    #matched_job .section_inner {
        flex-direction: column;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
        max-width: 1140px;
        margin: 0 auto;
    }

    #matched_job .section_inner .text_area .section_title {
        color: #ffffff;
    }

    section .section_title {
        font-size: 7.432vw;
        line-height: 1.1;
        text-align: center;
        padding-top: 2.608vw;
        font-weight: normal;
        margin-bottom: 25px;
        position: relative;
    }

    section .section_title:before {
        width: 19.557vw;
        height: 0.391vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        position: absolute;
        content: "";
        background-color: #fd9d53;
        border-radius: 2px;
        top: 0;
    }

    #matched_job .section_inner .text_area .section_title {
        color: #ffffff;
    }

    section .section_title {
        font-size: 7.432vw;
        line-height: 1.1;
        text-align: center;
        padding-top: 2.608vw;
        font-weight: normal;
    }

    #matched_job .section_inner .text_area > p {
        width: 82.138vw;
        max-width: none;
        margin: 0 auto;
        text-align: center;
    }

    #matched_job .section_inner .text_area .detail_btns {
        width: 73.66vw;
        margin: 9.126vw auto 0;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }

    #matched_job .section_inner .text_area .detail_btns > li:first-child {
        margin-top: 0;
    }

    #matched_job .section_inner .text_area .detail_btns > li.leaveinfo {
        background: linear-gradient(to right, #f77602, #fbad41);
        box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
    }

    #matched_job .section_inner .text_area .detail_btns > li {
        width: 100%;
        padding: 0.261vw;
        border-radius: 5px;
    }

    #matched_job .section_inner .text_area .detail_btns > li.leaveinfo a {
        color: #ffffff;
        background: linear-gradient(to right, #f77602, #fbad41);
    }

    #matched_job .section_inner .text_area .detail_btns > li a {
        border-width: 1.043vw;
        border-radius: 0.522vw;
        padding: 0 3.911vw;
        font-size: 4.433vw;
        line-height: 15.645vw;
        display: block;
        width: 100%;
        position: relative;
        border: 2px solid #007af5;
        font-weight: bold;
        text-align: center;
    }

    #matched_job .section_inner .text_area .detail_btns > li a > i {
        font-size: 6.258vw;
        margin-right: 2.608vw;
    }

    .fa-user-edit:before {
        content: "\f4ff";
    }

    #matched_job .section_inner .text_area .detail_btns > li {
        margin-top: 3.129vw;
        width: 100%;
        padding: 0.261vw;
        border-radius: 5px;
        background-color: #ffffff;
    }

    #matched_job .section_inner .text_area .detail_btns > li.messenger a {
        color: #0178f2;
    }

    #matched_job .section_inner .text_area .detail_btns > li a {
        border-width: 1.043vw;
        border-radius: 0.522vw;
        padding: 0 3.911vw;
        font-size: 4.433vw;
        line-height: 15.645vw;
        background-color: #ffffff;
        display: block;
        width: 100%;
        position: relative;
        border: 2px solid #007af5;
        font-weight: bold;
        text-align: center;
    }

    #matched_job .section_inner .text_area .detail_btns > li a > svg {
        font-size: 6.258vw;
        margin-right: 2.608vw;
    }

    .fab {
        font-family: "Font Awesome 5 Brands";
    }

    .fa-facebook-messenger:before {
        content: "\f39f";
    }

    #matched_job .section_inner .image_area {
        height: auto;
        width: 100%;
        margin: 6.519vw auto 0;
        flex: 1;
        position: relative;
        bottom: 5px;
    }

    #matched_job .section_inner .image_area img {
        position: relative;
        width: 100%;
        left: 0;
        margin-bottom: -30px;
    }

    /* matched job css in job detail end */
}

/* NEW JOB DETAIL CSS */

.job-detail-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 72px 112px;
}

@media only screen and (max-width: 1128px) {
    .job-detail-container {
        padding: 48px 72px;
    }
}

@media only screen and (max-width: 645px) {
    .job-detail-container {
        padding: 8px;
    }
}

.apply-floating {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
}

.job-detail-container .list-title {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    margin-top: 66px;
    margin-bottom: 16px;
}

.job-detail-container .list-title-underline {
    width: 89px;
    height: 3px;
    background: #FD9D53;
}

.job-detail-container .job-main-container {
    border-radius: 8px;
    border: 2px solid #33A8ED;
    background: #FFF;
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

.jd-image-box {
    display: flex;
    position: sticky;
    top: 102px;
    right: 0;
    flex-direction: column;
    align-items: center;
    margin-bottom: auto;
    padding-top: 22px;
    padding-left: 14px;
    padding-right: 61px;
    padding-bottom: 38px;
}

.jd-image-wrapper {
    width: 359.889px;
    height: 265.187px;

    border-radius: 6px;
    position: relative;
    margin: auto;
}

.jd-work-image {
    display: none;
    width: 359.889px;
    height: 265.187px;
    border-radius: 6px;
}

.jd-work-image-img {
    width: 359.889px;
    height: 265.187px;
    border-radius: 6px;
    object-fit: cover;
}

.jd-image-nav-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 6px;
}

.jd-image-dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 3px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.jd-image-nav-cta, .jd-image-nav-cta svg {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.active, .jd-image-dot:hover {
    background-color: #33A8ED;
}

.jd-image-apply-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 32px;
    gap: 8px;
}

.jd-image-save {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    display: flex;
    cursor: pointer;
    background-color: #FFF;
}

.jd-image-apply {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 32px;

    color: #FFF!important;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    font-weight: 700;
}

.jd-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px;
    flex: 1;
}

.jd-title-text {
    color: #08105D;
    font-family: "Noto Sans JP";
    font-size: 32px;
    font-weight: 700;
    display: block;
}

.jd-title-text-small {
    font-weight: 400;
    font-size: 16px
}

.jd-main-tag-container {
    border-radius: 8px;
    border: 1px solid rgba(51, 168, 237, 0.70);
    padding: 6.5px 32px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 29px;
    flex-wrap: wrap;
    max-width: 507px;
}

.job-main-tag-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;

    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
}

.job-main-tag-img {
    width: 36px;
    height: 36px;
}

.jd-merit-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-top: 17px;
    flex-wrap: wrap;
    max-width: 507px;
    max-height: 80px;
    overflow: hidden;
}

.jd-merit {
    border-radius: 35px;
    background: rgba(169, 223, 255, 0.50);
    padding: 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-family: "Noto Sans JP"!important;
    font-size: 12px;
    font-weight: 400;
    color: #08105D;
}

.jd-info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 5px;

    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
}

.jd-info-icon {
    width: 19px;
    height: 19px;
    margin-right: 6px;
}

.jd-expiry-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 24px;

    color: #33A8ED;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 400;
}

.jd-expiry-icon {
    width: 19.715px;
    height: 22.471px;
    margin-right: 10px;
}

.jd-sep {
    background-color: #E4E4E4;
    height: 6px;
    border-radius: 12px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    max-width: 752px;
}

.jd-title-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;

    color: #33A8ED;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%; /* 36px */
    letter-spacing: -0.264px;
    max-width: 752px;
}

.jd-title-row svg {
    width: 24px;
    height: 24px;
}

.jd-detail-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
}

.jd-title-row-left {
    margin-left: auto;
    border-radius: 35px;
    background: rgba(169, 223, 255, 0.50);
    padding: 0px 16px;
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 400;
}

.jd-detail-row-field {
    margin-left: 44px;
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
    min-width: 230px;
}

.jd-detail-row-value {
    color: #292929;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.jd-detail-row-value div {
    color: #292929;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}

.jd-wh-table {
    border-radius: 8px;
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 500px;
}

.dj-wh-row {
    height: 43px;
    display: flex;
    width: 100%;
    flex-direction: row;
}

.dj-wh-text {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-align: center;
    line-height: 43px;
    min-width: 141px;
}

.dj-wh-heading {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.154px;
    text-align: center;
    line-height: 43px;
}

.dj-wh-cell {
    border: 1px solid #E4E4E4;
    min-width: calc((100% - 141px)/7);
}

.dj-wh-cell-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 43px;
}

.dj-wh-active {
    background-color: #33A8ED;
    width: 14px;
    height: 14px;
    border-radius: 28px;
}

.jd-desc {
    margin-top: 16px;
    margin-left: 44px;
    color: #000;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.176px;
}

.jd-sub-section {
    border-radius: 8px;
    border: 2px solid #33A8ED;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    margin-top: 24px;
    width: 100%;
    max-width: 1440px;
}

.jd-sub-section-title {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.jd-sub-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 12px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.jd-sub-container .job-list-card {
    flex: 1;
    height: auto;
    min-width: 396px;
}

.jd-sub-container .job-list-card:hover {
    transform: none;
}

.jd-sub-cta {
    color: #33A8ED;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: center;
}

.jd-sub-cta:hover {
    color: #3099d6;
}

.jd-info-box {
    border-radius: 8px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    margin-top: 66px;
    width: 100%;
    max-width: 1440px;
}

.jd-reg-box {
    display: flex;
    flex-direction: row;
    margin-top: 56px;
    padding: 0 81px 48px;
    justify-content: space-between;
    gap: 40px;
}

.jd-reg-info {
    display: flex;
    flex-direction: column;
}

.jd-reg-img {
    width: 367.253px;
    height: 465.952px;
}

.jd-reg-title {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 32px;
    font-weight: 700;
}

.jd-reg-sub {
    color: #000;
    text-align: justify;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 28px;
    min-width: 364px;
    max-width: 550px;
}

.jd-reg-cta {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 18px;

    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 700;

    margin-top: auto;
    margin-right: auto;
}

.jd-reg-cta:hover {
    color: #FFF;
    background: #2f9bdb;
}

.job-info-container {
    display: none;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px;
}

.job-image-detail-container {
    position: relative;
    width: 41%;
    height: fit-content;
}

.job-image {
    border-radius: 10px;
    height: auto;
    width: auto;
    max-height: 380px;
    object-fit: contain;
}

.job-type {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.job-detail-data-container {
    padding-left: 67px;
    width: calc(59% - 12px);
}

.job-title {
    color: #373737;
    font-size: 24px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.32px;
    margin-bottom: 12px;
}

.job-salary-station-container {
    display: flex;
    margin-bottom: 24px;
    gap: 0 30px;
    flex-wrap: wrap;
}

.job-salary {
    color: #373737;
    font-size: 15px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    padding-bottom: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.job-salary-icon {
    width: 20px;
    height: auto;
    margin-right: 7px;
}

.job-station {
    color: #373737;
    font-size: 15px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    padding-bottom: 12px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.job-station-icon {
    width: 20px;
    height: auto;
    margin-right: 7px;
}
.job-sub-title {
    color: #373737;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.job-sub-icon {
    height: 18px;
    width: auto;
}

.job-merits-container {
    display: grid;
    grid-template-columns: min-content auto;
}

.job-merit-title {
    color: #373737;
    font-size: 12px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    white-space: nowrap;
    padding-right: 8px;
    margin-bottom: 21px;
}

.job-merit-values {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    opacity: 0.8;
    margin-bottom: 21px;
}

.job-merit-text {
    color: #373737;
    font-size: 12px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.32px;
}

.job-merit-divider {
    display: block;
    width: 1px;
    height: 8px;
    background-color: #373737;
}

.job-working-hours {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(53, 61, 139, 0.12);
    padding-bottom: 4px;
}

.job-working-hour {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    opacity: 0.8;
}

.job-wh-time {
    white-space: nowrap;

    color: #373737;
    font-size: 13px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.36px;
    padding: 12px 30px;
}

.job-day-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: -webkit-fill-available;
}

.job-wh-day {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.job-divider {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    height: 24px;
}

.job-wh-day-title {
    color: #373737;
    font-size: 13px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.36px;
} 

.job-wh-day svg {

}

.job-signin-btn {
    border-radius: 100px;
    background: #EF7679;
    display: flex;
    color: #FFF;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-weight: 600;
    letter-spacing: 0.8px;
    border: none;
    height: fit-content;

    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    align-self: end;
    white-space: nowrap;
    width: fit-content;
    margin-top: 21px;
}

.job-signin-btn:hover {
    color: #FFF;
    background: #ce6162;
}

.signin-arrow {
    height: 18px;
    width: auto;
}

.job-desc-container {
    padding: 21px 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.job-desc-title {
    color: #373737;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 12px;
}

.job-desc-description {
    color: #373737;
    font-size: 15px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.4px;
    opacity: 0.8;
    word-break: break-word;
}

.job-detail-container .breadcrumb-container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-top: 0;
    margin-right: 0;
}

@media only screen and (max-width: 1128px) {
    .job-info-container {
        flex-wrap: wrap;
    }

    .jd-sub-cta {
        padding: 0px 12px;
    }

    .jd-title-row-left {
        font-size: 11px;
        padding: 2px 16px;
    }

    .jd-reg-cta {
        margin-top: 16px;
        margin-left: auto;
    }

    .jd-main-tag-container {
        gap: 0px;
        justify-content: space-around;
    }

    .jd-reg-line {
        background-color: #FD6568;
        width: 6px;
        margin-right: 6px;
    }

    .jd-reg-box {
        flex-direction: column;
        padding: 0;
    }

    .jd-reg-title {
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
        display: flex;
        flex-direction: row;
    }

    .jd-sub-section {
        padding: 0px;
        padding-bottom: 12px;
    }

    .jd-desc {
        font-size: 14px;
        letter-spacing: -0.154px;
        padding-left: 10px;
        margin-left: 0;
        margin-top: 0;
        width: 100%;
    }

    .jd-image-nav-cta, .jd-image-nav-cta svg {
        width: 24px;
        height: 24px;
    }

    .jd-image-dot {
        height: 8px;
        width: 8px;
        margin: 0 2px;
    }

    .job-image-detail-container {
        width: 100%;
        object-fit: cover;
    }

    .job-image {
        height: 380px;
    }

    .job-detail-data-container {
        padding: 0;
        width: 100%;
    }

    .jd-reg-sub {
        max-width: unset;
        min-width: unset;
        font-size: 14px;
    }

    .jd-reg-img {
        width: 272.883px;
        height: 346.18px;
        margin-left: auto;
        margin-right: auto;
        object-fit: contain;
    }
}

@media only screen and (max-width: 645px) {
    .job-info-container {
        padding: 16px 18px;
    }

    .dj-wh-text {
        min-width: 90px;
        font-size: 13px;
    }

    .dj-wh-cell {
        min-width: calc((100% - 90px)/7);
    }

    .dj-wh-heading {
        font-size: 12px;
    }

    .job-working-hours {
        padding-bottom: 12px;
    }

    .first-divider {
        display: none;
    }

    .last-divider {
        display: none;
    }

    .job-working-hour {
        flex-wrap: wrap;
        padding: 12px;
    }

    .job-image {
        height: 176px;
    }

    .job-type {
        padding: 4px 12px;
        font-size: 10px;
        bottom: 26px;
        left: 16px;
    }

    .job-title {
        font-size: 18px;
    }

    .job-salary, .job-station {
        font-size: 12px;
        padding-bottom: 6px;
    }

    .job-salary-icon, .job-station-icon {
        width: 15px;
    }

    .job-salary-station-container {
        margin-bottom: 12px;
    }

    .job-sub-title {
        font-size: 16px;
    }

    .job-wh-time {
        line-height: 14px;
        padding: 0;
    }

    .job-merit-title {
        margin-bottom: 0;
    }

    .job-merits-container {
        grid-template-columns: none;
    }
}

.view-all-jobs-container {
    max-width: 1440px;
    width: 100%;
}

.view-all-jobs {
    border-radius: 100px;
    background: #EF7679;
    display: flex;
    color: #FFF;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-weight: 600;
    letter-spacing: 0.8px;
    border: none;
    height: fit-content;

    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    float: right;
    align-self: end;
    white-space: nowrap;
    width: fit-content;
    margin-top: 21px;
}

.view-all-jobs:hover {
    color: #FFF;
    background: #ce6162;
}

.more-jobs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 112px 72px;
}

@media only screen and (max-width: 1128px) {
    .more-jobs-container {
        padding: 48px 72px;
    }
}

@media only screen and (max-width: 645px) {
    .more-jobs-container {
        padding: 26px 26px;
    }
}

.more-jobs-container .list-title {
    color: #322599;
    font-size: 36px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.more-jobs-container .list-title-underline {
    width: 89px;
    height: 3px;
    background: #FD9D53;
}

.more-jobs-container .more-jobs-subtext {
    color: #373737;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    width: 100%;
    text-align: left;
    max-width: 1440px;
    padding: 18px 0;
    display: flex;
}

.similar-arrow {
    height: auto;
    width: 0.65em;
    margin-left: 8px;
}

.more-jobs-container .similar-jobs-container {
    max-width: 1440px;
    display: flex;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.more-jobs-container .similar-jobs-container .job-card {
    width: calc((100% - 48px)/3);
    height: unset;
}

@media only screen and (max-width: 956px) {
    .more-jobs-container .similar-jobs-container {
        flex-wrap: wrap;
    }

    .more-jobs-container .similar-jobs-container .job-card {
        flex: 1 0 50%;
    }
}

.view-more-jobs {
    border-radius: 100px;
    background: #33A8ED;
    box-shadow: 0px 3px 20px 0px rgba(39, 38, 81, 0.19);

    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;

    padding: 12px 15px;
    
    margin: 37px 0;
}

.view-more-jobs:hover {
    color: #FFF;
    background: #2f9fdf;
}

@media only screen and (max-width: 645px) {
    .signin-apply-container {
        padding: 0;
    }

    .job-signin-btn {
        font-size: 14px;
        padding: 10px 20px;
    }

    .view-all-jobs {
        font-size: 14px;
        padding: 10px 20px;
    }

    .more-jobs-container .list-title {
        margin-right: auto;
    }

    .view-more-jobs {
        font-size: 14px;
        padding: 10px 20px;
        margin: 24px 0;
    }

    .signin-arrow {
        height: 14px;
    }
}

.signin-info-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 72px 112px;
    background-color: #fff;
    position: relative;
}

.signin-up-arrow {
    position: absolute;
    bottom: 50px;
    right: 90px;
}

.signin-up-arrow img {
    width: 48px;
}

.signin-info-main {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.signin-info-text {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.list-title-underline {
    width: 89px;
    height: 3px;
    background: #FD9D53;
}

.signin-description {
    color: #373737;
    font-family: "Noto Sans JP"!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0.4px;
    opacity: 0.8;
    margin: 24px 0px 36px;
}

.signin-popup-btn {
    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;

    border-radius: 100px;
    background: #33A8ED;
    box-shadow: 0px 3px 20px 0px rgba(39, 38, 81, 0.19);

    padding: 12px 15px;
    width: fit-content;
    margin: 0px 0px 30px;
    border: none;
    cursor: pointer;
}

.signin-popup-btn:hover {
    background: #2f9bdb;
    color: #FFF;
}

.signin-info-image {
    width: 50%;
    height: auto;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}


@media only screen and (max-width: 1128px) {
    .signin-info-container {
        padding: 48px 72px;
        flex-direction: column-reverse;
        border-radius: 7px;
        background: #E7FFF6;
        margin: 0px 16px 16px 16px;
        width: calc(100% - 32px);
        box-shadow: 0px 3px 20px 0px rgba(219, 219, 241, 0.19);
    }

    .signin-info-image {
        width: 75%;
    }

    .job-detail-container .job-main-container {
        flex-direction: column-reverse;
    }

    .jd-image-box {
        position: relative;
        top: unset;
        right: unset;
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 11px;
        padding-bottom: 16px;
    }
    
    .jd-image-wrapper, .jd-work-image, .jd-work-image img {
        width: 100%;
        aspect-ratio: 359.889 / 265.187;
    }
}

@media only screen and (max-width: 645px) {

    .signin-info-container {
        padding: 26px 26px;
    }

    .signin-up-arrow {
        display: none;
    }

    .signin-info-image {
        width: 100%;
    }

    .list-title {
        font-size: 18px!important;
        line-height: 32px!important;
        letter-spacing: 0.2px!important;
        display: flex!important;
        flex-direction: row!important;
    }

    .signin-description {
        font-size: 12px;
        line-height: 24px;
    }

    .signin-popup-btn { 
        font-size: 14px;
        padding: 10px 20px;
    }

    .change-language-main {
        padding-top: 0;
    }

    .more-jobs-container .more-jobs-subtext {
        font-size: 16px;
    }

    .jd-title-text {
        font-size: 16px;
    }

    .jd-title-text-small {
        font-size: 14px;
    }

    .job-list-tag {
        font-size: 11px;
    }

    .jd-info-icon {
        width: 15px;
        height: 15px;
        margin-top: 2px;
    }

    .jd-expiry-row {
        font-size: 10px;
    }

    .jd-expiry-icon {
        width: 11.25px;
        height: 13.323px;
        margin-left: 3px;
    }

    .jd-info-row {
        font-size: 12px;
        padding-top: 0;
    }

    .jd-sub-section-title {
        font-size: 16px;
        margin-top: 12px;
        margin-left: 12px;
    }

    .jd-image-apply-row {
        margin-top: 0;
        margin-left: auto;
    }

    .jd-image-save {
        width: 39px;
        height: 39px;
    }

    .jd-image-apply {
        padding: 8px 16px;
        font-size: 14px;
    }

    .desktop {
        display: none;
    }
    
    .mobile {
        display: flex;
    }

    .jd-title-row {
        font-size: 16px;
    }
    .jd-title-row svg {
        width: 16px;
        height: 16px;
    }

    .jd-detail-row-field {
        font-size: 12px;
        min-width: 160px;
        margin-left: 17px;
    }

    .jd-detail-row-value {
        font-size: 14px;
    }

    .jd-detail-row-value div {
        font-size: 14px;
    }

    .job-main-tag-item {
        font-size: 11px;
    }

    .job-main-tag-img {
        height: 26px;
        width: 26px;
    }

    .jd-container {
        padding: 12px;
        overflow: hidden;
    }

    .jd-sep {
        transform: scaleX(2);
    }

    .jd-sub-container {
        gap: 2.5px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .jd-sub-container .job-list-card {
        min-width: calc(100% - 12px);
        width: calc(100% - 12px);
    }
}

/* popup modal style */

.e-popup-container {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(149, 149, 149, 0.70);
    backdrop-filter: blur(2px);

    justify-content: center;
    align-items: center;
}

.e-popup {
    position: relative;
    border-radius: 16px;
    background: #FFF;
    box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.15), 2px 4px 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.e-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 18.14px;
    height: 18.14px;
    z-index: 99;
    cursor: pointer;
}

.e-popup-image {
    width: 354.737px;
    height: 457.835px;
    border-radius: 16px 0px 0px 16px;
    display: block;
}

.e-popup-image-mobile {
    width: 100%;
    aspect-ratio: 348.438/186.729;
    border-radius: 16px 16px 0px 0px;
    display: none;
    object-fit: cover;
}


.e-popup-box {
    padding: 26px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.e-popup-logo {
    width: 209.013px;
    height: 31.43px;
}

.e-popup-logo-text {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.154px;
    margin-top: 6px;
}

.e-popup-title {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.72px;
    margin-top: 24px;
}

.e-popup-subtitle {
    color: #1E1E1E;

    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.154px;
    margin-top: 10px;
}

.e-popup-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 32px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
    gap: 10px;
    margin-top: 16px;
    padding: 8px 20px;
    width: 323px;
    position: relative;
}

.e-popup-input-icon {
    width: 32px;
    height: 32px;
}

.e-popup-input-icon-error {
    display: none;
    width: 32px;
    height: 32px;
}

.e-popup-input.error > .e-popup-input-icon-error {
    display: block;
}

.e-popup-input-value {
    color: #4E4E4E!important;

    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.4px;
    height: 32px;
    width: 100%;
    outline: none;
    border: none;
}

.e-popup-input-value::placeholder {
    color: #4E4E4E!important;
}

.e-popup-input.error {
    border: 2px solid #EF4D4D;
}

.e-popup-input.error > .e-popup-input-icon > path {
    fill: #EF4D4D;
}

.e-popup-input.error .e-popup-input-value, .e-popup-input.error .e-popup-input-value::placeholder {
    color: #EF4D4D!important;
}

.e-popup-input-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.e-popup-field {
    color: #3C3C3C;

    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0.4px;
    margin-right: auto;
    margin-left: 13px;
}

.e-popup-option {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-right: auto;
    margin-left: 13px;
    margin-bottom: 15px;
}

.e-popup-option-radio {
    width: 24px;
    height: 24px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50%;
    background: #FFF;
    border: 3px solid #FFF;
    box-shadow: 0 0 0 2px #A5A5A5;
}

.e-popup-option-radio:checked {
    background: #33A8ED;
    box-shadow: 0 0 0 2px #33A8ED;
}

.e-popup-option-text {
    color: #3C3C3C;

    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.e-popup-option.error > .e-popup-option-radio {
    box-shadow: 0 0 0 2px #EF4D4D;
}

.e-popup-option.error +  .e-popup-option > .e-popup-option-radio {
    box-shadow: 0 0 0 2px #EF4D4D;
}

.stop-scrolling {
    height: 100vh;
    overflow: hidden;
}

.e-popup-submit {
    border-radius: 8px;
    background: #33A8ED;
    padding: 10px 24px;

    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    border: none;
    cursor: pointer;
}

label.error {
    position: absolute;
    bottom: calc(100% + 6px);
    right: 0;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    background: #EF4D4D;
    font-size: 12px;
    font-weight: 400!important;
    line-height: 16px!important;
    color: #FFF!important;
    min-height: 24px!important;
    padding: 4px 8px!important;
    font-family: "Noto Sans JP"!important;
}

#is_in_japan-error {
    bottom: calc(100% - 6px);
}

label.error::after {
    content: "";
    position: absolute;
    bottom: -6px;  /* how far below the label */
    left: 0;       /* aligned with the left edge */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: #EF4D4D transparent transparent transparent;
}

.e-popup-submit:hover {
    background: #2590cd;
}

@media only screen and (max-width: 812px) {
    .e-popup {
        flex-direction: column;
        max-width: calc(100% - 40px);
        margin-right: 8px;
    }

    .e-popup-close {
        background-color: rgba(255, 255, 255, 0.70);
        padding: 7px;
        border-radius: 50%;
        width: 38px;
        height: 38px;
    }

    .e-popup-image {
        display: none;
    }

    .e-popup-image-mobile {
        display: block;
    }

    .e-popup-box {
        padding: 16px 14px;
        width: 100%;
    }

    .e-popup-logo {
        display: none;
    }

    .e-popup-logo-text {
        display: none;
    }

    .e-popup-title {
        margin-top: 0;
    }

    .e-popup-subtitle {
        margin-top: 4px;
    }

    .e-popup-input {
        padding: 6px 16px;
        gap: 8px;
        width: 100%;
    }

    .e-popup-input-icon {
        height: 24px;
        width: 24px;
    }

    .e-popup-input-icon-error {
        height: 24px;
        width: 24px;
    }

    .e-popup-input-value {
        font-size: 16px;
        height: 20px;
    }

    .e-popup-input-container {
        margin-top: 28px;
    }
    
    .e-popup-field {
        margin-left: 23px;
    }

    .e-popup-option {
        margin-top: 17px;
        margin-bottom: 0;
        margin-left: 23px;
    }

    .e-popup-submit {
        margin-top: 24px;
    }
}

@media only screen and (max-height: 700px) { 
    .e-popup-image-mobile {
        aspect-ratio: 348.44/163.68;
    }

    .e-popup-box {
        padding: 8px 14px;
    }

    .e-popup-input-container {
        margin-top: 16px;
    }

    .e-popup-field {
        line-height: 32px;
    }

    .e-popup-option {
        margin-top: 15px;
    }
}

.success-popup-container {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    top: 0;
    left: 0;
    background: rgba(149, 149, 149, 0.70);
    backdrop-filter: blur(2px);

    justify-content: center;
    align-items: center;
}

.success-popup {
    position: relative;
    width: 767px;
    max-width: calc(100% - 64px);
    height: 249px;
    border-radius: 16px;
    border-bottom: 5px solid #33A8ED;
    background: #FFF;
    box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.15), 2px 4px 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.success-popup-text {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 34px;
    font-weight: 700;
    line-height: 150%;
}

.success-popup-close {
    border-radius: 8px;
    background: #33A8ED;
    padding: 10px 32px;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    padding: 10px 32px;
    color: #FFF;
    cursor: pointer;
    margin-top: 60px;
}

.success-popup-close:hover {
    background: #2590cd;
}

@media only screen and (max-width: 812px) {
    .success-popup {
        height: 203px;
    }
    .success-popup-close {
        margin-top: 24px;
    }

    .success-popup-text {
        font-size: 32px;
    }

    .success-popup-close {
        font-size: 14px;
    }
}