.latest-article__container {
    padding-top: 55px;
}

.page-template-page-blog .latest-article__container {
    padding-top: 151px;
}

.latest-article__titlebox {
    width: 80%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 13px;
}

.latest-article__toptext {
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.1em;
    color: #ff3539;
    display: block;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.latest-article__title {
    font-weight: 700;
    font-size: 56px;
    line-height: 68.26px;
    color: #000;
    margin-bottom: 0;
}

.latest-article__content {
    width: 80%;
    max-width: 760px;
    margin: 0 auto 98px;
    text-align: center;
}

.latest-article__imagebox {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.latest-article__imagebox img {
    width: 100%;
}

.latest-article__imagebox img + img {
    min-width: 1000%;
    min-height: 1000%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.1);
    z-index: -1;
    position: absolute;
    width: auto;
    height: auto;
    max-width: none;
}

.latest-article__list .slick-list {
    padding: 0 25% !important;
}

.latest-article__item {
    padding: 0 2.5%;
}

.latest-article__detailbox {
    width: 80%;
    display: none;
    margin: -75px auto 31px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
    padding: 23px 35px 33px;
}

.slick-active .latest-article__detailbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-article__detail {
    padding-right: 5%;
}

.latest-article__detail span {
    font-weight: 700;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0.1em;
    color: #ff3539;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
}

.latest-article__detail h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 33.6px;
    color: #000;
}

.latest-article__link {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

.latest-article__link .btn:before {
    z-index: 0;
}

.latest-article__link .btn span {
    z-index: 1;
    position: relative;
}


@media all and (max-width: 1400px) {

    .latest-article__toptext {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    .latest-article__title {
        font-size: 50px;
        line-height: 60px;
    }

    .page-template-page-blog .latest-article__container {
        padding-top: 100px;
    }
}

@media all and (max-width: 1280px) {
    .latest-article__list .slick-list {
        padding: 0 20% !important;
    }
}

@media all and (max-width: 1024px) {
    .latest-article__content {
        margin-bottom: 50px;
    }

    .latest-article__detail span {
        font-size: 14px;
        line-height: 24px;
    }

    .latest-article__detail h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .latest-article__detailbox {
        padding: 25px 20px;
        flex-flow: column;
        -webkit-flex-flow: column;
    }
    .latest-article__detail {
        padding: 0;
        margin-bottom: 15px;
    }

}

@media all and (max-width: 1023px) {
    .page-template-page-blog .latest-article__container {
        padding-top: 60px;
    }
}

@media all and (max-width: 767px) {
    .latest-article__title {
        font-size: 35px;
        line-height: 40px;
    }

    .latest-article__detailbox {
        margin: 30px auto;
        width: 100%;
    }

    .latest-article__toptext {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .latest-article__list .slick-list {
        padding: 0 5% !important;
    }

    .latest-article__content,
    .latest-article__titlebox {
        width: 90%;
    }

    .latest-article__content p {
        font-size: 17px;
        line-height: 28px;
    }
}