.more {
    display: block;
    width: 40%;
    padding: 1rem 0;
    line-height: 1;
    background-color: var(--color-primary);
    color: #fff;
    margin: 2rem auto 0;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.15rem;
}

.redline {
    padding: var(--section-margin) 0;
    background-color: #ebeff3;
}

.redline a {
    display: block;
}

.redline h5 {
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem .5rem;
    box-sizing: border-box;
    line-height: 2.5rem;
    height: 7rem;
    overflow: hidden;
}

.redline h5 span {
    position: relative;
    top: -1rem;
    width: 2.5rem;
    height: 1.65rem;
    background: url(../images/common/redline-quote.png) center top no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.redline .swiper-slide {
    width: 70%;
    background-color: #fafafa;
}

.redline img {
    height: 32rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.redline .swiper-pagination {
    position: relative;
}

.history {
    padding: var(--section-margin) 0;
    background-color: #ebeff3;
}

.case {
    padding: var(--section-margin) 0;
}

.case .swiper {
    height: 23rem;
}

.case .swiper-slide img {
    height: 100%;
}

.videos {
    padding: var(--section-margin) 0;
}

.videos .video {
    width: 100%;
    height: 21.5rem;
}

.videos .swiper-slide {
    height: 21.5rem;
}

.videos .swiper-pagination {
    position: relative;
    top: 0;
}