@charset "utf-8";

/* ================================================================================ */
/*                                                                                  */
/*      デザインカスタマイズ                                                        */
/*                                                                                  */
/* ================================================================================ */

/* トップ画像(スライド)
----------------------------------------------- */

.topimage {
    width: 100%;
}

.topimage__body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.topSlider {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.topSlider__image-list {
    width: 100%;
    margin: 0 auto;
}

.topSlider__image-list__item {
    width: 100%;
    max-width: 1020px;
}

.topSlider__image-list__item img{
    height: auto;
    width: 100%;
}

.topSlider__image-list__item:not(.slick-current)::before {
    position: absolute;
    content: "";
    width: 1020px;
    height: 100%;
    top: 0;
    background: #ECADB7;
    opacity: 0.7;
    z-index: 1;
}


/* 対象の求人
----------------------------------------------- */

.targetJobOffer {
    display: flex;
}

.targetJobOffer__img {
}

.targetJobOffer__img img {
}

.targetJobOffer__info {
    margin: 5px 0 0 10px;
}

.targetJobOffer__info__store {
    font-size: 14px;
    font-weight: bold;
}

.targetJobOffer__info__name {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


#userWebInterviewDailyFrame{
    height: 50vh;
}



