.concept-mv {
    position: relative;
}

.concept-mv-ttxt {
    position: absolute;
    font-size: 103px;
    letter-spacing: 0.012em;
    line-height: 250px;
    color: #fff;
    top: 0;
    left: 60px;

}

.concept-mv-btxt {
    position: absolute;
    font-size: 108px;
    letter-spacing: 0.012em;
    line-height: 250px;
    color: #fff;
    bottom: 0;
    right: 60px;



}

.concept-mv-ttxt .sm {
    font-size: 70px;
}

.concept-mv-ttxt .big {
    font-size: 169px;
}

.concept-mv-btxt .sm {
    font-size: 73px;
}

.concept-mv-btxt .big {
    font-size: 159px;
}



.concept__top-text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.07em;
    color: #3C3C3C;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    padding-block: 104px;

    .sm {
        font-size: 14px;

        @media (max-width:767px) {
            font-size: 12px;
        }
    }
}

.concept__top-text .big {
    font-size: 23px;
}

.concept-sec__block {
    background-color: #F4F4F4;
    padding-bottom: 50px;
}

.concept-sec__block.lst {
    background-color: #E0F0F3;
}

.concept-sec__block.sec {
    background-color: #E7EAF0;
}

.concept-sec__row {
    display: flex;
    align-items: center;
    justify-content: center;

}

.concept-sec__row-rev {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #F4F4F4; */
    flex-direction: row-reverse;
}

.concept-sec__col {
    &:first-child {
        width: 50%;
        line-height: 0;
        position: relative;
    }

    &:last-child {
        width: 50%;
        padding-inline: 45px 128px;
    }

}

@media only screen and (min-width: 1200px) {
        .concept-sec__col {
        &:first-child {
        }

        &:last-child {
            padding-inline: unset;
            max-width: 510px;
            margin-inline: 45px auto;
        }

    }
}

.concept-sec__col-rev {
    &:last-child {
        width: 50%;
        padding-inline: 128px 45px;
    }
}

@media only screen and (min-width: 1200px) {
    .concept-sec__col-rev {
        &:last-child {
            padding-inline: unset;
            max-width: 510px;
            margin-inline: auto 45px;
        }
    }
}

.concept-sec__image-text {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 121px;
    font-weight: 500;
    /*letter-spacing: 0.4em;*/
    line-height: 174px;
    color: #fff;
    text-align: center;
    z-index: 1;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.96);

    span {
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 0.2em;
        line-height: 25px;
        display: block;
    }

}

.concept-sec__border {
    display: block;
    width: 73px;
    height: 1px;
    background-color: #3C3C3C;
}

.concept-sec__text {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #3C3C3C;
    line-height: 38px;
    margin-block: 32px;

    .sm {
        font-size: 14px;

        @media (max-width:767px) {
            font-size: 12px;
        }
    }
}

.primary-read-btn {
    max-width: 230px;
    width: 100%;
    height: 64px;
    border-radius: 5px;
    border: 2px solid #3C3C3C;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #3C3C3C;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.concept-sec__btn {
    display: flex;
    justify-content: flex-end;
}

.concept-sec__btn-rev {
    display: flex;
    justify-content: flex-start;
}

.conceptswiper .swiper {
    width: 100%;
}

.conceptswiper .swiper-wrapper {

    padding-bottom: 57px;
    margin-top: 30px;
}

.conceptswiper .swiper-slide {
    transition: transform 0.3s ease;
    padding-inline: 15px;
}

.conceptswiper .swiper-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conceptswiper .swiper-img {
    position: relative;
}

.conceptswiper .swiper-pagination-bullet-active {
    background-color: #000 !important;
    box-shadow: 0px 1px 2px #000;
}

.conceptswiper .swiper-pagination-bullet {
    background-color: #fff;
    box-shadow: 0px 3px 6px #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 0 10px !important;
}

.conceptswiper .swiper-pagination {
    bottom: 0px;

}

.concept-sec__title {
    font-size: 40px;
    letter-spacing: 0.055em;
    text-align: center;
    padding-block: 204px 201px;
    position: relative;
    font-family: "Shippori Mincho", serif;

    &::after {
        content: "";
        position: absolute;
        height: 82px;
        width: 1px;
        background-color: #908C87;
        top: 64px;
        left: 50%;
        transform: translateX(-50%);

    }
}

@media only screen and (max-width: 1200px) {
    .concept-sec__col {
        &:last-child {
            padding-inline: 30px 90px;
        }
    }

    .concept-sec__col-rev {
        &:last-child {
            padding-inline: 90px 30px;
        }
    }
}

@media only screen and (max-width: 991px) {
    .concept__top-text {
        font-size: 16px;
    }

    .concept-sec__title {
        padding-inline: 15px;
    }

    .concept-sec__col {
        &:last-child {
            padding-inline: 20px 40px;
        }
    }

    .concept-sec__col-rev {
        &:last-child {
            padding-inline: 40px 20px;
        }
    }

    .concept-sec__image-text {
        font-size: 80px;
        line-height: 110px;

        span {
            font-size: 13px;
        }
    }

    .concept-sec__text {
        font-size: 16px;
        line-height: 27px;
        margin-block: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .concept-sec__btn-rev {
        justify-content: flex-end;
    }

    .concept-sec__text {
        font-size: 16px;
        line-height: 30px;
    }

    .concept-sec__image-text {
        font-size: 65px;
        line-height: 80px;

        span {
            font-size: 12px;
        }
    }

    .concept-sec__col {
        &:first-child {
            width: 100%;
        }

        &:last-child {
            width: 100%;
            padding-inline: 20px;
        }

    }

    .concept-sec__col-rev {
        &:last-child {
            width: 100%;
            padding-inline: 20px;
        }
    }

    .concept-sec__row-rev {
        flex-direction: column;
    }

    .primary-read-btn {
        max-width: 150px;
        width: 100%;
        height: 50px;
    }

    .concept-sec__row {
        flex-direction: column;
    }

    .concept__top-text {
        font-size: 14px;
        line-height: 30px;
        padding-block: 70px;
        padding-inline: 20px;
    }

    .conceptswiper .swiper-slide {
        padding-inline: 5px;
    }

    .concept-mv-ttxt {
        position: absolute;
        font-size: 30px;
        letter-spacing: 0.012em;
        line-height: 60px;
        color: #fff;
        top: 0;
        left: 20px;

    }

    .concept-mv-btxt {
        position: absolute;
        font-size: 30px;
        letter-spacing: 0.012em;
        line-height: 60px;
        color: #fff;
        bottom: 20px;
        right: 20px;

    }

    .concept-mv-ttxt .sm {
        font-size: 25px;
    }

    .concept-mv-ttxt .big {
        font-size: 45px;
    }

    .concept-mv-btxt .sm {
        font-size: 25px;
    }

    .concept-mv-btxt .big {
        font-size: 45px;
    }

    .concept-sec__title {
        font-size: 24px;
        padding-block: 100px;
    }

    .concept-sec__title:after {

        content: "";
        position: absolute;
        height: 40px;
        width: 1px;
        background-color: #908C87;
        top: 51px;
        left: 50%;
        transform: translateX(-50%);

    }

    .concept__top-text .big {
        font-size: 18px;
    }

    .conceptswiper .swiper-pagination-bullet {
        background-color: #fff;
        box-shadow: 0px 3px 6px #000;
        width: 10px;
        height: 10px;
        border-radius: 20px;
        margin: 0 5px !important;
    }

}