.job-examples {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    background-color: #EDF2FF;
}

@media (min-width: 768px) {
    .job-examples {
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 32px;
        padding-right: 32px;
    }
}

.job-examples__title {
    text-align: center;
}

.job-examples__title > p {
    display: inline-block;
    color: #1C1C1C;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: 33.6px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 2px solid #1C1C1C;
}

@media (min-width: 768px) {
    .job-examples__title > p {
        font-size: 28px;
        line-height: 120%;
        padding-bottom: 7px;
    }
}

.job-examples .swiper-slide {
    width: auto;
}

.job-examples .job-examples__slider {
    margin-top: 16px;
    margin-right: -16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .job-examples .job-examples__slider {
        display: inline-block;
        width: 737px;
        margin-left: -6px;
        padding-bottom: 30px;
        padding-right: 0;
    }
}

.job-examples__item {
    position: relative;
    box-sizing: border-box;
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 8px;
    border: 2px solid #1C1C1C;
    background-color: #FFF;
}

.job-examples__item__prefecture {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.9px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    background-color: #0046FF;
}

.job-examples__item > img {
    width: 232px;
    height: 155px;
}

.job-examples__item__title {
    color: #1C1C1C;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #1C1C1C;
    text-align: center;
}

.job-examples__item__salary {
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-examples__item__salary__example {
    border-radius: 2px;
    border: 1px solid #000;
    background-color: #1C1C1C;
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20.8px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
}

.job-examples__item__salary__text__large {
    color: #F85C07;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.2px;
}

.job-examples__item__salary__text__small {
    color: #F85C07;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.2px;
    margin-left: -4px;
}

.job-examples__item__tag__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.job-examples__item__tag__list__item {
    color: #1C1C1C;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 2px;
    border: 1px solid #EBDDA3;
    background-color: #FFF8DC;
}

.swiper-scrollbar {
    height: 5px !important;
    width: 730px !important;
    left: 5px !important;
    bottom: 8px !important;
}
