@import url("https://use.typekit.net/uqr7lcw.css");
:root {
    --color-lightgray: #f3f3f3;
    --color-black: #333;
}
body, html {
    font-size: 14px;
    line-height: 1.5;
}
.en {
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS Mincho", serif;
}
.fadeitem {
    opacity: 0;
    transition: all 0.7s ease;
}
.fadeitem.fromleft {
    transform: translateX(-70px);
}
.fadeitem.fromright {
    transform: translateX(70px);
}
.fadeitem.fadein {
    opacity: 1;
    transform: translateX(0);
}
.wp-block-image figcaption {
    font-size: 0.85rem !important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0;
}
.main-section {
    margin: 0;
}
.site-header {
    box-shadow: none;
}
.site-header a:hover, .wp-block-cover.has-link:hover, a:hover:has(img) {
    opacity: 0.75;
}
.site-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}
#site-header .site-header-logo {
    display: block;
    width: 200px;
    height: 45px;
    background: url(../img/sankei_logo.webp) no-repeat center center / contain;
}
#site-header .site-header-logo a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.site-title-container {
    display: flex;
    width: calc(100% - 128px);
    height: 64px;
    padding: 10px 10px 0;
}
.site-title-container span {
    display: none;
}
.site-header .site-title-container br {
    display: none;
}
.site-header-logo img {
    display: none;
    max-height: none;
}
.global-nav-list {
    height: 100%;
}
.global-nav-list li {
    font-size: 1em;
}
.global-nav-list > li:before {
    bottom: 8px;
    width: 100%;
    transform: scaleX(0);
    border-width: 2px;
    border-color: #ccc;
}
.global-nav-list>li:hover:before, .global-nav-list>li[class*=current]:where(:not(.menu-item-anchor)):before {
    transform: scaleX(1);
}
.global-nav-list>li>ul.sub-menu {
    background: #eee;
    border-radius: 0 0 10px 10px;
}
.global-nav-list .sub-menu li a {
    color: var(--color-black);
}
.global-nav-list .sub-menu li a:focus-within, .global-nav-list .sub-menu li a:hover {
    background: var(--color-black);
}
.global-nav-list .sub-menu li a:hover {
    color: #fff;
}
.global-nav-list>li.menu-item-has-children::after {
    width: 240px;
    height: 16px;
    background: #eee;
    border: none;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.vk-menu-acc ul.acc-child-close {
    transition: all .1s ease;
}
.cv-container {
    display: flex;
    justify-content: center;
}
.cv-phone {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 16px auto;
}
.cv-phone a {
    position: relative;
    font-size: 3em;
    line-height: 1;
    margin-top: -5px;
    padding-left: 30px;
    color: var(--vk-color-primary);
}
.cv-phone a::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    display: block;
    width: 22px;
    height: 26px;
    background: url(../img/tel.svg) no-repeat center center / contain;
}
.cv-phone span {
    font-size: 0.85em;
}
.cv-phone span.cv-corp-name {
    font-size: 1.25em;
    font-weight: bold;
}
.cv-phone span:last-child {
    font-size: 0.71rem;
}
.header_scrolled .site-header .cv-phone {
    display: none;
}
.cv-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    position: absolute;
    top: 0;
    right: 64px;
    width: 64px;
    height: 64px;
    padding-top: 8px;
    color: #fff;
    font-size: 0.6em;
    font-weight: bold;
    background: var(--vk-color-primary);
}
.cv-contact::before {
    content: "";
    display: block;
    width: 28px;
    height: 20px;
    background: url(../img/mail.svg) no-repeat center center / contain;
}
.cv-contact:hover {
    color: #fff;
}
.header_scrolled .site-header {
    clear: both;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: unset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    animation: header_drop .5s ease-out 0s 1 alternate none running;
}
.fv-container {
    position: relative;
}
.catchcopy-container {
    position: absolute;
    left: 30px;
    bottom: -82px;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    z-index: 9;
}
.catchcopy-title {
    color: #fff;
    font-size: clamp(1.7em, 6.9vw, 2.2em);
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}
.catchcopy-container span br {
    display: none;
}
.swiper-slide {
    width: 100% !important;
    height: 45dvh !important;
}
.ltg-slide picture {
    height: 100%;
}
.ltg-slide picture img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
}
.ltg-slide .swiper-slide-active picture img {
    animation: zoomSlide 4.5s linear forwards;
}
@keyframes zoomSlide {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
.scroll-down {
    position: absolute;
    left: 50%;
    bottom: -230px;
    transform: translateX(-50%);
    padding-bottom: 80px;
    line-height: 1;
}
.scroll-down span {
    writing-mode: vertical-rl;
}
.scroll-down div {
    position: absolute;
    bottom: 0;
    left: 6px;
    width: 2px;
    height: 70px;
    overflow: hidden;
}
.scroll-down div::before, .scroll-down div::after {
    content: "";
    position: absolute;
    top: 0;
}
.scroll-down div::before {
    left: 0;
    width: 2px;
    height: 100%;
    background : var(--color-black);
}
.scroll-down div::after {
    left: -1px;
    width: 4px;
    height: 50%;
    background : #fff;
    animation: scroll-anime 1.5s linear infinite;
}
@keyframes scroll-anime {
    0% {
        transform: translateY(-100%);
    }
    70%, 100% {
        transform: translateY(250%);
    }
}
.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
    position: absolute;
    top: 0;
    right: 0 !important;
    width: 64px;
    height: 64px;
    text-indent: unset;
    text-align: center;
    padding-top: 40px;
    font-size: 0.8rem;
    font-weight: bold;
    border: none;
    background-size: 55%;
    background-position: bottom 20px center;
    background-color: transparent;
    z-index: 10000;
}
.vk-mobile-nav-menu-btn.menu-open {
    position: fixed;
}
.vk-mobile-nav {
    padding: 100px 24px;
    background: #eee;
    scrollbar-width: none;
}
.vk-mobile-nav nav ul li a {
    padding: 1em;
}
.vk-mobile-nav nav > ul, .vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a {
    border-color: #fff;
}
.vk-mobile-nav .vk-menu-acc ul.sub-menu {
    opacity: 1 !important;
    max-height: unset !important;
}
.acc-btn {
    display: none;
}
.vk-mobile-nav nav ul li li a {
    padding-left: 2.5em;
}
.vk-mobile-nav nav > ul > li > a {
    font-weight: bold;
}
.site-body {
    padding: 80px 15px;
}
.home .site-body {
    padding-top: 280px;
}
.section-label {
    font-size: 5em;
    line-height: 1;
    opacity: 0.1;
    background: linear-gradient(180deg, #000, #ccc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deco-img {
    position: absolute;
    z-index: 2;
}
.main-section .section-trust {
    gap: 112px;
}
.section-trust > div:first-child,
.section-service > div:first-child {
    position: relative;
}
.section-trust > div:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 64px;
    left: calc(50% - 50vw);
    right: 72px;
    height: 190px;
    background: var(--color-lightgray);
}
.section-trust h2 br {
    display: none;
}
.section-trust h3 {
    font-size: 1.25rem;
}
.section-trust .deco-img {
    right: -15px;
    top: 165px;
}
.section-trust img {
    width: 200px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.section-service {
    max-width: 1020px;
    margin: 0 auto;
}
.section-service > div:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 48px;
    right: -15px;
    width: calc(100% - 80px);
    height: 240px;
    background: var(--color-lightgray);
}
.section-service .wp-block-cover {
    aspect-ratio: 233 / 251;
    min-height: unset;
}
.section-service .deco-img {
    top: -32px;
    right: -15px;
}
.section-service img {
    width: 172px;
    aspect-ratio: 2.5 / 2;
    object-fit: cover;
}
.section-service div.wp-block-group-is-layout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.banner-container {
    width: 200px;
    margin: 0 auto -80px;
    padding: 30px 0;
}
.site-footer {
    padding-top: 40px;
    border: none;
    background: var(--color-lightgray);
    --vk-size-text-sm: 14px;
}
.site-footer .row {
   margin: 0; 
}
.site-footer .col-lg-4 {
    padding: 0;
}
.site-footer .col-lg-4:first-child {
    flex: none;
    max-width: none;
    width: fit-content;
    margin: 0 auto;
}
.site-footer .col-lg-4:first-child .media_left {
    text-align: center;
}
.site-footer .col-lg-4:nth-child(2),
.site-footer .col-lg-4:last-child {
    display: none;
}
.widget_nav_menu > div > ul li a {
    padding: 8px;
    border: none;
    color: var(--color-black);
    background-color: transparent !important;
}
.widget_nav_menu > div > ul li a:hover {
    background-color: unset;
    color: var(--vk-color-primary-dark);
}
.site-footer-copyright {
    margin-top: 24px;
}
.page-header {
    background: none;
    color: var(--color-black);
    text-align: left;
}
.page-header-bg {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: auto;
    width: 100%;
    height: 75%;
    background-size: cover;
    background-position: center;
}
.page-header-bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -64px;
    width: 90%;
    height: 75%;
    background: var(--color-lightgray);
    z-index: -1;
}
.page-header .page-header-inner {
    margin: 7em auto 1em;
    width: calc(100% - 30px);
}
.page-header:has(.page-header-bg) .page-header-inner {
    width: calc(100% - 40px);
}
.page-header .page-header-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.5rem;
}
.inspection .page-header .page-header-title::before {content: "INSPECTION";}
.guide .page-header .page-header-title::before {content: "GUIDE";}
.sales .page-header .page-header-title::before {content: "CAR SALES";}
.accessories .page-header .page-header-title::before {content: "ACCESSORIES";}
.insurance .page-header .page-header-title::before {content: "INSURANSE";}
.repair .page-header .page-header-title::before {content: "REPAIR";}
.company .page-header .page-header-title::before {content: "COMPANY";}
.staff .page-header .page-header-title::before {content: "STAFF";}
.contact .page-header .page-header-title::before {content: "CONTACT";}
.thanks .page-header .page-header-title::before {content: "THANK YOU";}
.privacy-policy .page-header .page-header-title::before {content: "PLYVACY POLICY";}
.sitemap .page-header .page-header-title::before {content: "SITE MAP";}
.page-header .page-header-title::before {
    font-size: 4.5rem;
    line-height: 1;
    opacity: 0.6;
    background: linear-gradient(180deg, #aaa, #fafafa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "bahnschrift-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main-table th, .main-table td, .price-table th, .price-table td {
    padding: 1.5em 1em;
    font-size: 1rem;
}
.price-table th, .price-table td {
    text-align: center;
}
.price-table th, .main-table th {
    background: var(--color-lightgray);
    border-color: #ddd;
}
.price-table tbody tr:first-child th,
.price-table tbody tr:nth-child(2) th:first-child,
.price-table tbody tr:nth-child(8) th:first-child {
    background: #ccc;
    border-color: #bbb;
}
.price-table tbody tr:nth-child(7) td {
    padding: 0;
    height: 8px;
}
.price-table tbody tr:nth-child(2) th:first-child,
.price-table tbody tr:nth-child(8) th:first-child {
    width: 40px;
    white-space: wrap;
}
.price-table tbody td,
.price-table tbody tr:first-child th:not(:first-child) {
    width: 144px;
}
.main-table th {
    text-align: left;
}
.guide .main-table th {
    width: 14.5em;
}
.company .main-table th {
    width: 9.5em;
}
.main-table a,
.wp-block-paragraph a {
    color: var(--vk-color-primary-dark);
    text-decoration: underline;
}
.main-table a:hover,
.wp-block-paragraph a:hover {
    opacity: 0.7;
    text-decoration: underline;
}
.company iframe {
    width: 100%;
}
.staff-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.staff-card figure {
    width: 100%;
}
.staff-card img {
    width: 100%;
    aspect-ratio: 25 / 18;
    object-fit: cover;
    margin-bottom: 1em;
}
.staff-card p {
    margin-bottom: 0 !important;
    width: 100%;
}
.staff-category {
    color: var(--vk-color-primary-dark);
}
.staff-name {
    font-size: 1.5em;
}
.staff-name span {
    font-size: 0.5em;
}
.privacy-table {
    font-size: 1rem;
}
.privacy-table th {
    text-align: left;
    font-weight: normal;
    width: 7rem;
}
.privacy-table th, .privacy-table td {
    padding: .3em 0;
}
.sitemap .main-section ul {
    margin: 0;
    padding: 0;
}
.sitemap .main-section li {
    list-style: none;
    margin: 0;
}
.sitemap .main-section li a {
    display: block;
    padding: 1em 2em;
    text-decoration: none;
    transition: all .15s ease;
}
.sitemap .main-section li a:hover {
    color: var(--vk-color-primary-dark);
}
.sitemap .main-section .entry-body > ul > li > a {
    margin-bottom: 16px;
}
.sitemap .main-section .entry-body > ul > li > a,
.sitemap .main-section .entry-body > ul > li > ul > li > a {
    width: 100%;
    border: 1px solid #ddd;
}
.sitemap .main-section .entry-body > ul > li > ul > li {
    width: 100%;
}
.sitemap .main-section .entry-body > ul > li > a:hover,
.sitemap .main-section .entry-body > ul > li > ul > li > a:hover {
    background: #ffebee;
}
.sitemap .main-section .entry-body > ul > li > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    gap: 16px 24px;
}
.sitemap .main-section .entry-body > ul > li > ul > li > ul {
    padding-left: 3.5em;
}
.sitemap .main-section .entry-body > ul > li > ul > li > ul li {
    list-style: disc;
}
.sitemap .main-section .entry-body > ul > li > ul > li > ul li a {
    padding-left: 0.5em;
}
.breadcrumb-list {
    padding-left: 15px;
    padding-right: 15px;
}
.breadcrumb .fa-house {
    display: none;
}
.page_top_btn {
    box-shadow: none;
    background: linear-gradient(160deg, black 0%, #373737 50%, #444 50%, black 100%);
    border-radius: 3px;
}
.page_top_btn::before, .page_top_btn::after {
    content: "";
    position: absolute;
    top: 15px;
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
    border-radius: 9999px;
    background-color: #fff;
    transform-origin: 50% 1px;
}
.page_top_btn::before {
    transform: rotate(45deg);
}
.page_top_btn::after {
    transform: rotate(-45deg);
}
@media (min-width: 768px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: calc(100% - 60px);
        max-width: none;
    }
    :is(.alignfull,.alignwide):where(:not(.is-layout-flex))>:is(div[class*=wp-container-],div[class*=wp-block-],div[class*=vk_],.alert,:where(:is(h1,h2,h3,h4,h5,h6))):where(:not(.alignfull,.alignwide,.wp-block-cover__background,.wp-block-cover__image-background,.wp-block-column,.vk_outer,.vk_slider_wrapper,.vk_gridcolcard_item,.swiper-wrapper,.swiper-pagination,.is-content-justification-right,.is-content-justification-left)) {
        max-width: 1200px;
    }
    .site-header-container {
        flex-direction: row;
        justify-content: end;
        gap: 30px;
        padding-right: 100px;
    }
    body.device-pc .vk-mobile-nav-menu-btn, body.device-pc .vk-mobile-nav {
        display: block;
    }
    .global-nav {
        display: none !important;
    }
    .site-title-container {
        position: absolute;
        top: 0;
        left: 0;
        flex-direction: column;
        align-items: center;
        width: 240px;
        height: 240px;
        padding: 32px 8px;
        background: #fff;
    }
    #site-header .site-header-logo {
        width: 204px;
        height: 116px;
        margin: 0;
        padding: 0;
        background: none;
    }
    .site-title-container span {
        display: block;
        font-size: 0.785em;
        margin-bottom: 24px;
    }
    .site-header .site-title-container br {
        display: block;
    }
    .header_scrolled #site-header .site-header-logo:hover {
        opacity: 0.75;
    }
    .header_scrolled .site-header .site-title-container,
    body:not(.home) .site-header .site-title-container {
        display: flex;
        left: 30px;
        justify-content: center;
        align-items: start;
        width: fit-content;
        height: 100px;
        padding: 0;
    }
    .header_scrolled .site-title-container span,
    body:not(.home) .site-header .site-title-container span {
        margin-bottom: 8px;
    }
    .header_scrolled .site-header .site-title-container br,
    body:not(.home) .site-header .site-title-container br {
        display: none;
    }
    .header_scrolled #site-header .site-header-logo,
    body:not(.home) #site-header .site-header-logo {
        display: block;
        width: 225px;
        height: 50px;
        background: url(../img/sankei_logo.webp) no-repeat center center / contain;
    }
    .header_scrolled #site-header .site-header-logo a,
    body:not(.home) #site-header .site-header-logo a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .site-header-logo img {
        display: block;
    }
    .header_scrolled .site-header-logo img,
    body:not(.home) .site-header-logo img {
        display: none;
    }
    .header_scrolled .site-header .global-nav,
    body:not(.home) .site-header .global-nav {
        margin-right: unset;
    }
    .cv-container {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
    .cv-corp-name {
        display: none;
    }
    .cv-phone {
        margin: 0;
    }
    .header_scrolled .site-header .cv-phone,
    body:not(.home) .site-header .cv-phone {
        display: flex;
    }
    .cv-contact {
        position: relative;
        top: unset;
        right: unset;
        gap: 10px;
        width: 100px;
        height: 100px;
        padding-top: 8px;
        font-size: 0.85em;
    }
    .cv-contact::before {
        width: 34px;
        height: 25px;
    }
    body.device-mobile .vk-mobile-nav-menu-btn {
        display: block;
    }
    .vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
        width: 100px;
        height: 100px;
        padding-top: 60px;
        background-position: bottom 32px center;
        font-size: 1rem;
    }
    .swiper {
        width: calc(100% - 72px);
        margin-right: 0;
        border-radius: 0 0 0 10px;
    }
    .swiper-slide {
        width: 100% !important;
        height: calc(100dvh - 100px) !important;
        min-height: 792px;
    }
    .catchcopy-container {
        top: 164px;
        left: 11px;
        bottom: unset;
        width: auto;
        gap: 16px;
        writing-mode: vertical-rl;
        white-space: nowrap;
        line-height: 1.75;
    }
    .catchcopy-title {
        font-size: 3.4em;
        font-feature-settings: unset;
        letter-spacing: unset;
    }
    .catchcopy-container span br {
        display: block;
    }
    .scroll-down {
        left: 36px;
        bottom: 16px;
    }
    .site-body {
        padding: 100px 0;
    }
    .home .site-body {
        padding-top: 130px;
    }
    .section-label {
        font-size: 7.5em;
    }
    .main-section .section-trust {
        gap: 32px;
    }
    .section-trust > div:first-child::before {
        height: 300px;
    }
    .section-trust > div:first-child {
        flex-basis: 55% !important;
    }
    .section-trust > div:last-child {
        flex-basis: 45% !important;
    }
    .section-trust h2 br {
        display: block;
    }
    .section-trust .deco-img {
        top: unset;
        right: 16px;
        bottom: -64px;
    }
    .section-trust img {
        width: 320px;
    }
    .section-service > div {
        max-width: 100%;
    }
    .section-service .deco-img {
        top: -216px;
        right: calc(50% - 50vw);
    }
    .section-service img {
        width: 300px;
        aspect-ratio: 3 / 2;
    }
    .section-service h3 {
        font-size: 1rem !important;
    }
    .section-service > div:first-child::before {
        top: -70px;
        right: 16px;
        width: 320px;
        height: 290px;
    }
    .section-service div.wp-block-group-is-layout-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }
    .banner-container {
        max-width: 966px;
        margin: 0 auto -100px;
        width: auto;
    }
    .site-footer {
        padding-top: 80px;
    }
    .site-footer .col-lg-4:first-child {
        margin: 0 30px 0 0;
    }
    .site-footer .col-lg-4:first-child .media_left {
        text-align: left;
    }
    .site-footer .col-lg-4:nth-child(2) {
        display: block;
        flex: 1;
        max-width: none;
        padding-left: 30px;
        border-left: 2px solid var(--color-black);
    }
    .site-footer .col-lg-4:nth-child(2) ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: start;
        align-content: start;
        gap: 8px 48px;
        height: 352px;
    }
    .page-header-bg {
        width: calc(100% - 320px);
        height: 100%;
    }
    .page-header-bg::before {
        top: 55%;
        left: -480px;
        bottom: unset;
        width: 680px;
        height: 65%;
    }
    .page-header .page-header-inner {
        margin: 4em auto;
        width: calc(100% - 60px);
    }
    .page-header:has(.page-header-bg) .page-header-inner {
        width: calc(100% - 60px);
    }
    .page-header .page-header-title {
        font-size: 2rem;
    }
    .page-header .page-header-title::before {
        font-size: 7rem;
    }
    .sitemap .main-section .entry-body > ul > li > ul {
        height: 360px;
    }
    .sitemap .main-section .entry-body > ul > li > ul > li {
        width: calc((100% - 48px) / 3);
    }
    .site-footer-copyright {
        margin-top: 48px;
    }
    .breadcrumb-list {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        width: min(1200px, calc(100% - 100px));
    }
    .swiper {
        width: calc(100% - 114px);
    }
    .catchcopy-container {
        left: 32px;
        gap: 48px;
    }
    .scroll-down {
        left: 57px;
    }
    .site-body {
        padding: 130px 15px;
    }
    .main-section .section-trust {
        gap: 6rem;
    }
    .section-trust .deco-img {
        right: 4px;
        bottom: -152px;
    }
    .section-trust img {
        width: 440px;
    }
    .section-service > div:first-child::before {
        right: -16px;
        width: 420px;
    }
    .section-service img {
        width: 360px;
    }
    .banner-container {
        margin: 0 auto -130px;
    }
    .site-footer .col-lg-4:nth-child(2) {
        padding-left: 50px;
    }
    .site-footer .col-lg-4:nth-child(2) ul {
        height: 264px;
    }
    .page-header-bg {
        width: calc(100% - 480px);
    }
    .page-header-bg::before {
        top: 58%;
    }
    .page-header .page-header-inner {
        width: min(1200px, calc(100% - 100px));
    }
    .page-header:has(.page-header-bg) .page-header-inner {
        width: calc(100% - 100px);
    }
    .page-header .page-header-title::before {
        font-size: 9rem;
    }
}
@media (min-width: 1200px) {
    .section-service > div:first-child::before {
        right: calc(510px - 50vw - 28px + 210px);
        width: calc(400px + 50vw - 50% - 210px);
    }
    .section-service img {
        width: 400px;
    }
    .site-footer .col-lg-4:first-child {
        margin-right: clamp(50px, 5vw, 100px);
    }
    .site-footer .col-lg-4:nth-child(2) {
        padding-left: clamp(50px, 5vw, 100px);
    }
    .site-footer .col-lg-4:nth-child(2) ul {
        gap: 8px 72px;
    }
}
@media (min-width: 1440px) {
    .site-header-container {
        padding-right: 0;
    }
    body.device-pc .vk-mobile-nav-menu-btn, body.device-mobile .vk-mobile-nav-menu-btn ,body.device-pc .vk-mobile-nav {
        display: none;
    }
    .global-nav {
        display: block !important;
    }
}
.grecaptcha-note {margin-top: 48px !important; font-size: 0.85rem;}
.grecaptcha-note a {text-decoration: underline;}
.grecaptcha-badge {visibility: hidden;}