/* button -------------------------------------------------------------------- */
.post_content .button_custom {
    text-align: center;
    margin-top: 100px !important;
}
.post_content .button_custom a {
    display: inline-block;
    min-width: 270px;
    height: 60px;
    background: #000;
    color: #fff !important;
    font-size: 16px;
    line-height: 60px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post_content .button_custom a:hover {
    color: #ffffff;
    background: #00304b;
}
@media screen and (max-width: 1001px) {
    .post_content .button_custom a {
        min-width: 200px;
        height: 50px;
        font-size: 14px;
        line-height: 50px;
    }
}
@media screen and (max-width: 750px) {
    .post_content .button_custom {
        margin-top: 40px !important;
    }
}



/* interview and review -----------------------------------------------------------*/
#top_interview .cb_headline,
#top_review .cb_headline {
    font-size: 14px;
}
#top_interview .cb_catch,
#top_review .cb_catch {
    font-size: 38px;
}

#top_interview .slick-list,
#top_review .slick-list {
    padding: 0 1px;
}
#top_interview .item,
#top_review .item {
    width: 33.3333%;
}
#top_interview .item a,
#top_review .item a {
    display: block;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-left-color: #fff;
    box-sizing: border-box;
    transition: all .3s;
}
#top_interview .slick-active:first-of-type a,
#top_review .slick-active:first-of-type a {
    border-left-color: #ddd;
}
#top_interview .item a:hover,
#top_review .item a:hover {
    background: #fafafa;
}
#top_interview .item .image_wrap,
#top_review .item .image_wrap {
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    padding-top: 100%;
    position: relative;
    top: -1px;
    left: -1px;
    overflow: hidden;
}
#top_interview .item .image_wrap .image,
#top_review .item .image_wrap .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
#top_interview .item a:hover .image_wrap .image,
#top_review .item a:hover .image_wrap .image {
    transform: scale(1.2);
}
#top_interview .item .image_wrap .name,
#top_review .item .image_wrap .name {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#top_interview .item .info,
#top_review .item .info {
    padding: 68px 30px;
}
#top_interview .item .info h5,
#top_review .item .info h5 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 2.4;
}

#top_interview .slick-dots,
#top_review .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    padding: 0;
    list-style: none;
}
#top_interview .slick-dots li,
#top_review .slick-dots li {
    width: 12px;
    height: 12px;
}
#top_interview .slick-dots li + li,
#top_review .slick-dots li + li {
    margin-left: 8px;
}
#top_interview .slick-dots li button,
#top_review .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    background: #ccc;
    border: none;
    border-radius: 50%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#top_interview .slick-dots li.slick-active button,
#top_review .slick-dots li.slick-active button {
    background: #000;
}

#top_interview .link_button a,
#top_review .link_button a {
    color: #fff;
}
@media screen and (max-width: 750px) {
    #top_interview .cb_headline,
    #top_review .cb_headline {
        font-size: 12px;
    }
    #top_interview .cb_catch,
    #top_review .cb_catch {
        font-size: 24px;
    }
    #top_interview .cb_desc,
    #top_review .cb_desc {
        font-size: 14px;
    }

    #top_interview .item .image_wrap,
    #top_review .item .image_wrap {
        padding-top: 70%;
    }
}
@media screen and (max-width: 550px) {
    #top_interview .inner,
    #top_review .inner {
        margin: 0 -20px;
    }
    #top_interview .item .info,
    #top_review .item .info {
        padding: 17px 20px
    }
    #top_interview .item .info h5,
    #top_review .item .info h5 {
        font-size: 14px;
        line-height: 1.8;
    }
}