.ms-hot-company {
    margin-bottom: 48px;
    font-family: "Noto Sans JP", sans-serif;
    overscroll-behavior-x: contain;
}
.ms-hot-company .box-heading {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.ms-hot-company .box-heading__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-right: 24px;
}
.ms-hot-company .box-heading__subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0 8px 5px 0;
}
.ms-hot-company .box-nav-tabs {
    margin-left: auto;
    display: flex;
    margin-bottom: 5px;
}
.ms-hot-company .box-nav-tabs > li {
    cursor: pointer;
    width: 240px;
    text-align: center;
    color: #ADADAD;
    border-bottom: 1px solid #ADADAD;
    padding: 7px 0 10px;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: 0;
    transition: 0.3s;
    position: relative;
}
.ms-hot-company .box-nav-tabs > li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #FF9500;
    opacity: 0;
    transition: 0.3s;
}
.ms-hot-company .box-nav-tabs > li.active {
    color: #FF650E;
    border-color: #FF9500;
}
.ms-hot-company .box-nav-tabs > li.active::after {
    opacity: 1;
}
.ms-hot-company .tab-wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
}
.ms-hot-company .tab-wrapper.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.ms-hot-company .section-slider {
    overflow: hidden;
}
.ms-hot-company .section-slider:not(:last-child) {
    margin-bottom: 20px;
}
.ms-hot-company .section-slider__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}
.ms-hot-company .section-slider__heading > span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
}
.ms-hot-company .section-slider__heading > a {
    font-weight: 400;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0;
}
#contents .ms-hot-company .section-slider__heading > a {
    color: #2042FF;
    text-decoration: none;
}

/* .ms-hot-company .slick-slider */
.ms-hot-company .slick-slider {
    padding: 0 30px;
    overflow: hidden;
}
.ms-hot-company .slick-slider .slick-list {
    overscroll-behavior-x: contain;
}
.ms-hot-company .slick-slider .slick-arrow {
    height: 100%;
    background-color: #D6D6D6;
    border-radius: 50px;
}
.ms-hot-company .slick-slider .slick-arrow.slick-disabled {
    background-color: #EBEBEB;
}
#contents .ms-hot-company .slick-slider .slick-arrow.slick-disabled {
    cursor: default;
}
.ms-hot-company .slick-slider .slick-arrow.slick-prev {
    left: 0;
}
.ms-hot-company .slick-slider .slick-arrow.slick-next {
    right: 0;
}
.ms-hot-company .slick-slider .slick-prev::before {
    content: url("/contents/nikki/pc/top/img/icon-chevron-left-white.svg");
    opacity: 1;
}
.ms-hot-company .slick-slider .slick-next::before {
    content: url("/contents/nikki/pc/top/img/icon-chevron-right-white.svg");
    opacity: 1;
}
.ms-hot-company .slick-slider .slick-item {
    height: auto;
}
.ms-hot-company .slick-slider .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: unset;
}
.ms-hot-company .card-slick {
    margin-right: 10px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.ms-hot-company .card-slick__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ms-hot-company .card-slick__link:hover + .card-slick__image > img,
.ms-hot-company .card-slick__link:hover + .card-slick__image > .no-image {
    transform: scale(1.08);
}
.ms-hot-company .card-slick__link:hover ~ .card-slick__content {
    opacity: 0.6;
}
.ms-hot-company .card-slick__image {
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    position: relative;
    z-index: 1;
    aspect-ratio: 174 / 88;
    width: 100%;
    height: auto;
}
.ms-hot-company .card-slick__image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    transform: scale(1);
    transition: transform 0.3s;
}
.ms-hot-company .card-slick__image > .no-image {
    background-color: #EBEBEB;
    height: 100%;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    transform: scale(1);
    transition: transform 0.3s;
}
.ms-hot-company .card-slick__content {
    padding: 8px 16px 16px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;
    opacity: 1;
    transition: opacity 0.3s;
}
.ms-hot-company .card-slick__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 10px;
    white-space: pre-wrap;
    height: 78px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.ms-hot-company .card-slick__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #707070;
    height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.ms-hot-company .card-slick__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: auto;
    padding-top: 14px;
}
.ms-hot-company .card-slick__tag {
    --tag-color: #999999;
    display: inline-flex;
    padding: 3px 6px;
    border: 1px solid;
    border-radius: 4px;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--tag-color);
    position: relative;
    overflow: hidden;
}
.ms-hot-company .card-slick__tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--tag-color);
    opacity: 0.1;
    border-radius: 4px;
}

/* wrapper-interview */
.ms-hot-company .wrapper-interview {
    margin-top: 20px;
}
.ms-hot-company .wrapper-interview__heading {
    margin-bottom: 20px;
    padding: 0 20px 0 16px;
    color: #FF9500;
    border-left: 4px solid #FF9500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}
.ms-hot-company .wrapper-interview__heading::after {
    content: "";
    height: 1px;
    background-color: #EBEBEB;
    flex: 1;
}
.ms-hot-company .wrapper-interview .card-slick__image {
    aspect-ratio: 174 / 120;
}
.ms-hot-company .wrapper-interview .card-slick__subtitle {
    font-size: 11px;
}
.ms-hot-company .wrapper-interview .card-slick__link:hover ~ .card-slick__content {
    opacity: unset;
}

[data-slick-scroller] {
    overscroll-behavior-x: contain;
}
