.l-header .l-header__contact a {
    height: 83px;
}

@media screen and (min-width: 992px) {
    .l-header .l-header__nav ul {
        flex-wrap: wrap;
    }
    .l-header .l-header__nav ul .header-tel {
        width: 100%;
        display: flex;

        justify-content: flex-end;
    }

    .l-header .l-header__nav ul .header-tel a {
        display: block;
        padding-bottom: 0;
        width: 216px;
    }
}

.swiper-slide__text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);
    color: #fff;
    padding: 8px 16px;
}