* {
    padding: 0;
    margin: 0;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.common-banner {
    position: relative;
    width: 100%;
    padding-top: .1px;
    overflow: hidden;
}

.common-banner .banner-swiper {
    position: relative;
    height: auto;
    margin-top: 80px;
}

.common-banner .banner-swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 70% center;
    background-size: cover;
}

.common-banner .banner-swiper .swiper-slide img {
    width: 100%;
}

.common-banner .banner-swiper .left-text {
    position: absolute;
    left: 40px;
    top: calc(50% + 15px);
    transform: translateY(-50%);
    max-width: 40%;
    text-align: justify;
}

.common-banner .banner-swiper .title {
    font-size: calc((100vw / 1920) * 60);
    line-height: 1.2;
}

.common-banner .banner-swiper.reverse-color .title {
    /* color: #0a2d72; */
    color: #fff;
}

.common-banner .banner-swiper .description {
    margin-top: 20px;
    line-height: 1.5;
    font-size: calc((100vw / 1920) * 25);
}

.common-banner .banner-swiper.reverse-color .description {
    color: #0a2d72;
}

.common-banner .banner-swiper .description p {
    font-size: calc((100vw / 1920) * 25);
}

.common-banner .banner-swiper .description a {
    text-decoration: underline;
    color: #0A2D72;
}

.b-title {
    /* font-size: 44px; */
    /* font-size: calc((100vw / 1920) * 44); */
    font-size: clamp(20px, calc(100vw / 1920) * 44, calc(100vw / 1920) * 44);
    line-height: 1.2;
}














@media screen and (max-width: 768px) {
    .common-banner .banner-swiper .swiper-slide {
        padding: 0 !important;
        padding-top: 30px !important;
    }

    .common-banner .banner-swiper .left-text {
        width: auto !important;
        max-width: 40% !important;
    }
}