/* ヘッダー */
#header .header-nav {
    box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.3);
    padding: 30px 30px;
    max-height: 550px;
}

#header .header-logo {
    margin: 0 auto 3vh;
}

@media screen and (max-width: 767px) {
    #header .header-logo {
        margin: 0;
    }

    #header .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        background: #fff;
        height: 100vh;
        overflow-y: auto;
        padding: 133px 15px 80px;
        display: none;
        max-height: 100vh;
        z-index: 99;
    }
}

.pickup-list {
    margin-bottom: 30px;
}

.sns-btn {
    margin-bottom: 30px;
}

/* マイナビ画像 */
.mynavi img {
    max-width: 150px;
}


/* TOPページ */
.posts-list {
    margin-bottom: 30px;
}

.mv-index__btn a:last-child {
    margin-top: 15px;
}

.deta-list__number.widespread {
    font-size: 1.6rem;
}

.widespread span {
    letter-spacing: 2px;
    font-size: 3rem;
    margin: 0 3px;
}

.content:before {
    background: linear-gradient(145deg, rgba(144, 255, 214, .3) 0, rgba(44, 165, 223, .3) 100%);
}

.content-main {
    border-radius: 30px;
    margin: 20px auto 0;
}

.interview-banner__item:nth-child(2) .interview-banner__ttl {
    text-align: right;
    display: inline-block;
    width: unset;
    right: 0;
    left: unset;
}

/* フッター */
#footer .footer-bottom {
    border-radius: 30px;
}


@media screen and (max-width: 1024px) {
    .content-main {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .btn-fixed_flex {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 50;
        display: flex;
        gap: 10px;
        max-width: 345px;
        width: 100%;
        justify-content: center;
    }

    .btn-fixed {
        flex: 1;
        background: rgba(241, 149, 0, 0.8);
        padding: 8px;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 1.4rem;
        position: unset;
        transform: unset;
    }

    .content-main {
        margin: 0 auto;
    }

    #footer .footer-bottom {
        border-radius: 0;
    }
}

/* ページネーション */
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: unset !important;
}

span.pages {
    display: none;
}

.wp-pagenavi a.first {
    padding: 3px 5px 7px !important;
}

/* 送信完了 */
.sec-thanks {
    padding: 45px 0 119px;
}

@media screen and (max-width: 767px) {
    .sec-thanks {
        padding: 50px 0 80px;
    }
}

/* ====================================================
Cookie
==================================================== */
.cky-consent-container .cky-consent-bar {
    border-radius: 10px !important;
    margin: 10px !important;
    background-color: rgba(85, 85, 85, 0.9) !important;
    border: unset !important;
}

@media (max-width: 1200px) {
    .cky-notice-group {
        display: block !important;
    }

    .cky-notice-btn-wrapper {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .cky-btn-revisit-wrapper {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .message-list__desc {
        font-size: 1.5rem;
    }
}