@charset "utf-8";

.inview {
    opacity: 1 !important;
    top: 0 !important;
}

.slick-slide {
    display: block;
}

#header_slider_wrap,
#header_slider {
    height: auto;
    max-height: none;
}

#header_slider .item.bg_animation_type1.animate .bg_image {
    animation: none;
}

.tab_content_top .tab {
    display: none;
}

.tab_content_bottom .item {
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
}

.pc .cb_service_list .cb_service_item_list.inview {
    position: relative;
}


.pc .cb_service_middle {
    height: auto;
}

.pc .cb_service_item_list {
    display: block;
}

.pc .cb_service_item_list .content {
    bottom: 0;
}

.pc .cb_service_item_list .desc,
.pc .cb_service_item_list .item a:after {
    opacity: 1;
}

.pc .cb_service_list {
    z-index: 2;
    position: relative;
}

.pc .cb_service_top {
    padding: 35px 20px;
}

.pc .cb_service_top .cb_desc {
    line-height: 2;
    margin: 30px 0 0;
}

.pc .cb_service_item_list .item {
    height: auto;
    position: relative;
}

.pc .cb_service_item_list .content {
    position: relative;
    padding: 35px 50px 50px;
    top: 0;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin: 0 auto;
    max-width: 560px;
}

.pc .cb_service_item_list .image_wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.pc .cb_service_item_list .image_wrap .image {
    height: 100%;
}

.pc .cb_service_item_list .item a:after {
    width: 100%;
}

.pc .cb_service_item_list .desc {
    line-height: 2;
    margin-top: 20px;
}

.pc .cb_service_item_list .bottom_title {
    margin: 23px 0 0 0;
}

.pc .cb_service_item_list .bottom_title:after {
    font-size: 12px;
}

.pc .cb_service_bottom {
    padding: 40px 40px;
}

.pc .cb_service_list.cb_content:last-of-type .cb_service_bottom {
    padding-bottom: 40px;
}

#global_menu_button-close {
    display: none;
}

.js-off-message {
    position: relative;
    z-index: 999;
    padding: 20px;
    background: rgba(250, 150, 40, 0.4);
    line-height: 1.5;
}

.js-off-message>p {
    width: calc(100% - 190px);
}

.js-off-message,
.front_page #container,
#container:has(#header_slider_wrap),
#container {
    top: 150px;
}
#bread_crumb {
    padding-top: 0;
}
#return_top {
    bottom: 60px;
}

@media screen and (max-width: 750px) {
    #return_top {
        bottom: 50px;
    }

    #service_list .desc span {
        display: inline-block;
        -webkit-line-clamp: unset;
    }
}

@media screen and (max-width: 1201px) {
    #mobile_menu li ul {
        display: block !important;
    }

    #mobile_menu li ul li a {
        padding-left: calc(20px + 1em);
    }
}

@media screen and (max-width: 1200px) {

    .js-off-message>p {
        width: auto;
    }

    .js-off-message,
    .front_page #container,
    #container:has(#header_slider_wrap),
    #container {
        top: 64px;
    }

    .pc body.use_header_fix #header:after {
        height: 64px;
    }

    #global_menu_button {
        display: none;
    }

    #check-icon-hamburger:checked~#drawer_menu {
        right: 0;
        box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.4);
    }

    .hamburger-label {
        position: absolute;
        z-index: 99999;
        right: 0px;
        bottom: 0px;
        display: inline-block;
        font-size: 11px;
        width: 64px;
        height: 64px;
        line-height: 64px;
        text-decoration: none;
        text-align: center;
        cursor: pointer;
    }

    #check-icon-hamburger:checked~#drawer_menu .hamburger-label {
        position: fixed;
    }

    .hamburger-label .hamburger-icon {
        width: 22px;
        display: block;
        height: 22px;
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .hamburger-label .hamburger-icon .hamburger-parts {
        display: block;
        height: 2px;
        width: 100%;
        background-color: #000000;
        position: absolute;
        transition: 0.3s ease-in-out;
    }

    .hamburger-label .hamburger-icon .hamburger-parts:nth-child(1) {
        top: 20%;
    }

    .hamburger-label .hamburger-icon .hamburger-parts:nth-child(2) {
        top: 50%;
    }

    .hamburger-label .hamburger-icon .hamburger-parts:nth-child(3) {
        top: 80%;
    }

    .hamburger-label.close .hamburger-icon .hamburger-parts {
        background-color: #fff;
    }

    .hamburger-label.close .hamburger-icon .hamburger-parts:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger-label.close .hamburger-icon .hamburger-parts:nth-child(2) {
        display: none;
    }

    .hamburger-label.close .hamburger-icon .hamburger-parts:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

}

@media screen and (max-width: 750px) {
    .js-off-message,
    .front_page #container,
    #container:has(#header_slider_wrap),
    #container {
        top: 44px;
    }

    .pc body.use_header_fix #header:after {
        height: 44px;
    }

    .hamburger-label {
        height: 44px;
        line-height: 44px;
    }

    .hamburger-label .hamburger-icon {
        top: 11px;
    }
}
