body {
    font-family: Zen Kaku Gothic New, 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, "sans-serif";
    word-break: normal;
    overflow-wrap: anywhere;
    line-break: strict;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    background: #f3f0ea;
    line-height: 1.8;
    color: #2a2a2a;
    letter-spacing: .1em;
}

html {
    scroll-behavior: smooth;
}

:target::before {
    content: none;
    display: none;
    height: 55px;
    /* 固定ヘッダーの高さ＋少し余裕 */
    margin-top: -55px;
    /* 上記のマイナス値 */
}

/*#news,
#company {
    padding-top: 79px;
    margin-top: -79px;
    padding-bottom: 79px;
}*/

.vk_heading.vk_heading-style-plain .vk_heading_title {
    font-weight: 500;
    font-size: 1.1em !important;
}

.vk_heading_subtext {
    line-height: 1.2;
    font-weight: 400;
    font-family: Asul, serif;
    font-size: 2.3rem !important;
}

.global-nav-list>li:before {
    border-bottom: 1px solid #ff9b00;
}

.page-header {
    height: clamp(300px, 25vw, 700px);
    background: url(../images/top_cover.webp);
    background-size: cover;
}

.page-header::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
    background-image: url(../images/dots.png);
    -webkit-background-size: 5px 5px;
    -o-background-size: 5px 5px;
    background-size: 5px 5px;
}

.header_scrolled .site-header-logo {
    display: block;
}

.header_scrolled2>* {
    margin-top: 0 !important;
}

.ltg-slide picture img {
    height: clamp(300px, 50vw, 700px);
    object-fit: cover;
    object-position: center;
}

.partners p,
.partners ul {
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.partners p {
    margin-bottom: 0;
}

.companypage-title .color {
    font-size: 16px;
    color: #ff9b00;
}

.site-footer {
    border-top: 1px solid #ff9b00;
}

.vk_heading_title .color {
    color: inherit;
}

.site-footer .site-footer-content>div>div:nth-child(2) {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
    display: flex;
    justify-content: end;
    align-items: end;
}

.site-footer .site-footer-content>div>div:last-child {
    display: none;
}

.site-footer-copyright p:last-child {
    display: none;
}

.site-footer .widget_nav_menu>div>ul {
    display: flex;
    justify-content: end;
    margin-bottom: 5px;
}

.site-footer .widget_nav_menu>div>ul a {
    border-bottom: none;
    padding-right: 2em;
    padding-left: 0;
}

.site-footer .widget_nav_menu>div>ul li.current_page_item>a {
    background: none;
}

.scroll-guide {
    display: none;
}

body.page-id-31 h2 {
    border: none;
    font-size: 1.25em;
}

.global-nav-list>li.menu-item-has-children::after {
    content: none;
}

.global-nav-list>li>ul.sub-menu {
    background-color: #573b25;
}

.global-nav-list .sub-menu li a:hover {
    background-color: #8f5f39;
}

@media (max-width: 767px) {

    #news,
    #company {
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

    .site-footer .site-footer-content>div>div:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .site-footer .site-footer-content>div>div:nth-child(2) ul {
        flex-wrap: wrap;
    }

    .site-footer .site-footer-content>div>div:nth-child(2) ul li {
        width: 100%;
    }

    .site-footer .site-footer-content>div>div:nth-child(2) ul li a {
        padding-bottom: 0;
    }

    .company_block {
        flex-wrap: wrap !important;
    }

    .company_block>div {
        width: 100%;
    }

    .page-id-1057 .entry-body img {
        width: 100%;
    }

    .scroll_bl {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table.sp_table {
        width: 100%;
        min-width: 700px;
        border-collapse: collapse;
    }

    .scroll-guide {
        display: block;
        margin-bottom: 0.5em;
    }

    .header_scrolled .lightning_swiper,
    .header_scrolled .page-header {
        margin-top: 0 !important
    }

    :target::before {
        content: "";
        display: none;
        height: 0;
        /* 固定ヘッダーの高さ＋少し余裕 */
        margin-top: 0;
        /* 上記のマイナス値 */
    }

    .site-header-logo img {
        max-height: 35px;
        margin-bottom: 10px;
    }

    .vk-menu-acc ul.acc-child-close {
        max-height: none;
        opacity: 1;
    }

    .vk-mobile-nav .acc-btn {
        display: none;
    }

    .vk-mobile-nav nav ul li a {
        font-size: 1.2em;
    }

    .vk-menu-acc ul.sub-menu li a {
        font-size: 1em;
        padding-left: 3em;
        color: #8f8f8f;
    }
}