body.home-page .narrow {
    padding-bottom: 0;
    align-items: flex-end;
}

body.home-page .narrow .text-left {
    padding-bottom: 90px;
}

body.home-page .narrow .image-right {
    flex-shrink: 0;
    width: 50%;
}

body.home-page .narrow .image-right img {
    display: block;
}

body.home-page .narrow.text-container-three {
    align-items: flex-start;
    padding-bottom: 90px;
}

.banner-slide .swiper-slide>a {
    display: block;
}

.swiper-slide img {
    width: 100%;
}

.more-btn {
    display: inline-block;
    width: 220px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--text-color-1);
    text-align: center;
}

.more-btn:hover {
    background-color: #FDBF57;
    color: #000;
}

.info-section {
    max-width: 1200px;
    margin: auto;
    padding: 90px 0 35px;
    border-top: 1px solid #850044
}

.info-section>h3 {
    font-size: 36px;
    color: #850044;
    padding-left: 16px;
    border-left: 3px solid #850044;
    line-height: 1;
    margin-bottom: 65px;
}

.info-section>p {
    display: inline-block;
    width: 66%;
    font-size: 16px;
    line-height: 28px;
    color: #7f878c;
    margin-bottom: 22px;
}

.info-section>a {
    background: #850044;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 8px 25px;
    font-size: 22px;
}

a.a-link-button {
    border-radius: 4px;
}

a.a-link-button:hover {
    background-color: #FDBF57;
    color: #000;
}

.data-content {
    box-sizing: border-box;
}

.data-flex-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.data-flex-div>div {
    display: inline-block;
}

.data-flex-div>div+div {
    margin-left: 60px;
}

.data-flex-div .animation-text {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .more-btn {
        display: block;
        margin: 0 auto 20px;
        width: 160px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border-radius: 18px;
    }

    a.a-link-button {
        padding: 12px 30px;
    }
}