@charset "UTF-8";

/*
Theme Name: Kind Cars
*/
.cta_sec {
    background-color: #1a1a1a;
}

.cta_sec .inner {
    margin: auto;
    text-align: center;
    padding: 30px 0;
}

.cta_sec .inner h2 {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 20px #2993FF;
    margin-bottom: 20px;
}

.cta_sec .inner .flex_container {
    display: flex;
    justify-content: center;
}




#part__voice .video_wrap {
    width: 96%;
    max-width: 780px;
    margin: auto;
}

#part__voice .video_wrap video {
    width: 100%;
}

#part__info a{
    color: #FFF;
    text-decoration: underline;
}

.manager_info_cont a{
    color: #FFF;
    text-decoration: underline;
}

.footer_sticky_container{
    text-align: center;
}
.footer_sticky_container .title{
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 0px 20px #2993FF;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .pc_none {
        display: block;
    }

    .sp_none {
        display: none;
    }

    /* 続きを読む */
    .read-more {
        position: relative;
    }

    .read-more .inner {
        position: relative;
        max-height: 390px;
        /* 開く前に見せたい高さを指定 */
        margin-bottom: 10px;
        overflow: hidden;
        transition: max-height 1s;
    }

    .read-more:has(:checked) .inner {
        max-height: 800vh;
    }

    .read-more .inner::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 0%, 0.9) 50%, hsla(0, 0%, 0%, 0.9) 0, #000000);
        content: '';
    }

    .read-more:has(:checked) .inner::after {
        content: none;
    }

    .read-more label {
        display: flex;
        align-items: center;
        gap: 0 4px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: .4em 1.2em;
        border-radius: 1px;
        background-color: #1055dc;
        color: #fff;
        font-size: 1em;
        font-weight: bold;
    }

    .read-more label:hover {
        border: 1px solid #1055dc;
        background-color: #fff;
        color: #1055dc;
        cursor: pointer;
    }

    .read-more:has(:checked) label {
        display: none;
    }

    .read-more label::after {
        display: inline-block;
        width: 10px;
        height: 5px;
        background-color: #fff;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        content: '';
    }

    .read-more label:hover::after {
        background-color: #1055dc;
    }

    .read-more input {
        display: none;
    }

    .footer_sticky_container .title{
    font-size: 16px;
}
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }

    .sp_none {
        display: block;
    }
}