.main-menu .vi .nav-item {
    /*padding: .3125rem .6rem;*/
}

.main-slider-content .h1,
.main-slider-content h1 {
font-size: 2rem;
}

.main-slider-content .h1,
.main-slider-content h1 {
    margin-bottom: 1.5rem;
    padding: 3.75rem 14.9375rem 3.75rem 1.875rem;
}

.main-slider-content .h1,
.main-slider-content h1 {
    color: #fff;
    padding: 0 1.875rem;
    position: relative;
    text-transform: uppercase;
}
.main-slider-content .h1 span.small,
.main-slider-content h1 span.small {
    font-size: 3.125rem;
    line-height: 3.625rem;
}
.main-slider-content .h1 span.small,
.main-slider-content h1 span.small {
    display: flex;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.03em;
    line-height: 2.125rem;
}
.main-slider-content .h1 span.large,
.main-slider-content h1 span.large {
    font-size: 3.125rem;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 3.125rem;
}
.main-slider-content .h1:before,
.main-slider-content h1:before {
    background: url(../images/icons/mv-icon.svg) no-repeat top left;
    background-size: contain;
    height: 15.9375rem;
    left: 6.875rem;
    top: 5.4375rem;
    width: 40.8125rem;
}

.page-jobs-detail .section__mv .h1,
.page-jobs-detail .section__mv h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
}

.custom-select .form-control {
    /*
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
    */
    padding: .375rem 1.95rem !important;

}
.c-control .custom-select {
    height: 4.5rem;
}
.c-control__link li.custom-select section {
    font-size: .875rem;
    line-height: .875rem;
    width: 14.0625rem;
}
.c-control__link li.custom-select {
    flex: auto;
}

.filter {
    /*
    background: #f7f7f7;
    border: 1px solid #b1b1b1;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px;
    */
    width: 100%;
    height: 48px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background-image: url('../images/icons/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: calc(100% - 12px);
}

.pagination-num .next {
    -webkit-margin-start: 2.625rem;
}
.pagination-num .prev a .bi {
    padding-right: 12px;
}
.pagination-num .next a .bi {
    padding-left: 12px;
}

.b-value__item:hover .b-value__item--ctn {
    height: 160px;
}
.b-value__item--ctn p {
    -webkit-line-clamp:unset;
}

.section-project .project-top-item:hover .project-content {
    bottom: 2.5rem;
    transform: rotate(0deg) translateZ(0);
}
.section-project .project-top-item:hover .project-local {
    display: block;
}

.pagination li.circle{
    height: 1.875rem;
    width: 1.875rem;
    padding-block: unset;
}

.pagination li.circle a {
    height: 1.35rem;
    width: 1.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-num li.active a {
    background-color: #d50002;
    color: rgb(255, 255, 255, 60%);
}

.pagination-num li.active a {
    box-shadow: 0 0 24px rgba(18, 62, 114, 0.07);
    border-radius: 50%;
    color: #ffffff;
}
.text-color{
    color: #000 !important;
}

@media(max-width:768px) {
    .pagination li.circle {
        height: 1.35rem;
        width: 1.35rem;
    }

    .logo-mobile {
            top: 3rem;
        }

.main-slider-content .h1:before,
    .main-slider-content h1:before {
        background: url(../images/icons/mv-icon-sp.svg) no-repeat top left;
        background-size: contain;
        content: "";
        height: 10.625rem;
        left: 5rem;
        position: absolute;
        top: .9375rem;
        width: 12.0625rem;
    }

    .page-jobs-detail .section__mv .h1,
    .page-jobs-detail .section__mv h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    .b-value__item:hover .b-value__item--ctn {
        height: 190px;
    }
    .section-todo .swiper-slide{
        height: 420px;
    }
}
