@charset "UTF-8";
.header-tel {
    cursor: pointer;
}
@media only screen and (min-width: 1310px) {
    .header-contact {
        cursor: pointer;
    }
}
.case-list .case-wrap {
    position: relative;
    border: none;
    padding: 0;
}
.case-list .case-title {
    /*
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    line-height: 1.6;
    letter-spacing: 0.1em;
    height: 115px;
     */
    margin-bottom: 10px;
}
.case-list .case_box_double {
    width: 100%;
}
.case-list .swiper-container {
    width: 100%;
    height: 312.48px;
    overflow: hidden;
}
.case-list .swiper-slide {
    width: auto;
    height: 100%;
    /* background-color: #f6f6f6; */
    position: relative;
    z-index: 1;
}
.case-list .swiper-slide .inline {
    display: inline;
}
.case-list .swiper-container img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.case-list .swiper-pagination {
    bottom: -22px;
    transform: translateX(-50%);
    left: 50%;
}
.swiper-pagination-bullet {
    background-color: rgb(51, 51, 51);
    opacity: 1;
    margin: 0 3px;
}
.swiper-pagination-bullet-active {
    background-color: #6faebd;
}
.case-list .title_box {
    display: flex;
}
.case-list .case_title_h3 {
    background: #e6e6e6;
    text-align: center;
    font-size: 13px;
    margin: 20px 5px 20px 0;
    font-weight: bold;
    margin-right: 5px;
    padding: 15px 0 12px;
}
.case-list .title_box .case_title_h3:last-of-type {
    margin-right: 0px;
}
.swiper-button-prev {
    background: url(../images/top/slick_prev.png) no-repeat left center;
    background-size: 100% 100%;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    margin-top: 0;
}
.swiper-button-next {
    background: url(../images/top/slick_next.png) no-repeat left center;
    background-size: 100% 100%;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    margin-top: 0;
}
@media screen and (max-width: 760px) {
    .swiper-button-prev {
        left: 24px;
    }
    .swiper-button-next {
        right: 24px;
    }
    .case-list .swiper-container {
        height: auto;
    }
    .swiper-wrapper {
        height: auto;
        align-items: center;
    }
    .case-list .swiper-slide {
        height: auto;
        background-color: #fff;
    }
    #case_archive .case_image_area {
        height: auto;
    }
    .case-list .swiper-container img {
        height: auto;
    }
    .bestshot_box .case-list .slick-slide .case-img {
        height: auto;
    }

}
.grad-wrap .grad-item::before, .grad-wrap .grad-item2::before {
    height: 30px;
}
.grad-wrap .grad-item, .grad-wrap .grad-item2 {
    padding-top: 20px;
}
