@charset "UTF-8";

:root {
    --default-text-color: #000;
    --bp-sp: 767px;
    --bp-pc: 767.01px;
}

/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

artilce,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
    display: block;
}

ul,
li,
ol,
dl {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: var(--default-text-color);
}
@media (hover: hover) and (pointer: fine) {
    a:hover {
        text-decoration: none;
    }
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 0.1rem dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    word-break: break-all;
    box-sizing: border-box;
}

video {
    filter: contrast(1);
}

/* visibility utilities */
@media print, screen and (min-width: 1080.01px) {
    .tab-off {
        display: none !important;
    }
}
@media print, screen and (min-width: 767.01px) {
    .pc-off {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .sp-off {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        color: var(--default-text-color);
    }
}
@media screen and (min-width: 767.01px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}

.display-none {
    display: none;
}

html {
    font-size: 62.5%;
    letter-spacing: 0;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: none;

    @media screen and (min-width: 1080.01px) and (max-width: 1919.99px) {
        font-size: calc(10 / 1920 * 100 * 1vw);
    }

    @media screen and (min-width: 767.01px) and (max-width: 1080px) {
        font-size: calc(12 / 1920 * 100 * 1vw);
    }

    @media screen and (max-width: 767px) {
        font-size: calc(10 / 375 * 100 * 1vw);
    }
}

body {
    font-size: 1.6rem;
    line-height: 1;
    overflow: auto;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}
img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    @media screen and (max-width: 767px) {
        pointer-events: none;
    }
}

@media print {
    html {
        font-size: calc(10 / 1920 * 100 * 14px);
    }
    body {
        -webkit-print-color-adjust: exact;
        position: relative;
        width: 1400px;
        zoom: 70%;
    }
}
@page {
    size: A4;
    margin: 10mm;
}

/* ------------------------------------------- */
/* デバッグ用：スクロールバーを0pxに
/* ------------------------------------------- */
.deve body {
    --sb-track-color: #ddd;
    --sb-thumb-color: #000;
    --sb-size: 0;
    /* scrollbar-color: var(--sb-thumb-color) var(--sb-track-color); */
    overflow-x: hidden;
}
.deve body::-webkit-scrollbar {
    width: var(--sb-size);
}
.deve body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
}
.deve body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
}

#wrapper {
    overflow: clip;
}
.menu-active {
    overflow: hidden;
}

/* header */
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 7rem;
    padding-left: 4rem;
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
    background-color: transparent;

    @media screen and (max-width: 767px) {
        padding-top: 1.5rem;
        padding-left: 1.6rem;
    }

    .menu-btn {
        position: absolute;
        display: none;
        top: 0;
        right: 0;
        z-index: 9999;

        @media screen and (max-width: 767px) {
            display: block;
        }

        &:after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: 1.1rem;
            color: #e90000;
            font-weight: 500;
            letter-spacing: 0.05em;
            font-size: 1.1rem;
            transform: translateX(-50%);
            white-space: nowrap;
        }

        & a {
            position: relative;
            width: 10rem;
            height: 10rem;
            vertical-align: top;
            transition: ease 0.25s all;

            @media screen and (max-width: 767px) {
                width: 4rem;
                height: 4rem;
                border-radius: 2px;
                background: #000;
                position: relative;
                top: 1.5rem;
                right: 1rem;
            }

            & span {
                position: absolute;
                left: 50%;
                top: 50%;
                display: block;
                margin-left: -1.8rem;
                width: 3.4rem;
                height: 0.2rem;
                background: #fff;
                border-radius: 0.3rem;

                @media screen and (max-width: 767px) {
                    margin-left: -1rem;
                    width: 2rem;
                    height: 0.2rem;
                }

                &:before,
                &:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background: #fff;
                    border-radius: 0.3rem;
                    transition: ease 0.25s all;
                }

                &:before {
                    margin-top: -1.1rem;
                }
                @media screen and (max-width: 767px) {
                    &:before {
                        margin-top: -0.7rem;
                    }
                }
                &:after {
                    margin-top: 1.1rem;
                }
                @media screen and (max-width: 767px) {
                    &:after {
                        margin-top: 0.7rem;
                    }
                }
            }
        }
    }
}

@media screen and (max-width: 767px) {
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 100vh;
        padding: 8rem 2.4rem 8rem;
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        pointer-events: none;
        transform: translateY(-100%);
        opacity: 0;
        transition:
            transform 0.4s ease-out,
            opacity 0.3s ease-out,
            box-shadow 0.3s ease-out;
    }
}

.menu-active {
    #header {
        .menu-btn {
            & a {
                background-color: #000;
                & span {
                    background-color: transparent;
                    &:before {
                        margin-top: 0;
                        transform: rotate(45deg);
                        -webkit-transform: rotate(45deg);
                    }
                    &:after {
                        margin-top: 0;
                        transform: rotate(-45deg);
                        -webkit-transform: rotate(-45deg);
                    }
                }
            }
        }

        @media screen and (max-width: 767px) {
            .nav {
                transform: translateY(0);
                opacity: 1;
                pointer-events: auto;
                box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
                padding-top: 10rem;
                padding-bottom: 15rem;
            }
        }
    }
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: background-color 0.3s ease;
}

/* Top page only (PC): transparent header with white text until scrolled to お知らせ */
@media screen and (min-width: 768px) {
    #header.is-top-page:not(.scrolled) {
        background: transparent;
    }
    #header.is-top-page:not(.scrolled) .main-nav-link,
    #header.is-top-page:not(.scrolled) .main-nav-link-span {
        color: #ffffff !important;
    }
    #header .main-nav-link,
    #header .z9999 {
        position: relative;
        z-index: 9999 !important;
    }
    #header.is-top-page:not(.scrolled) .nav-phone-number,
    #header.is-top-page:not(.scrolled) .nav-phone-accept {
        color: #ffffff !important;
    }
    #header.is-top-page:not(.scrolled) .search-bar-inner {
        border-color: #ffffff !important;
    }
    #header.is-top-page:not(.scrolled) .search-bar-inner input {
        color: #ffffff !important;
    }
    #header.is-top-page:not(.scrolled) .search-bar-inner input::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    #header.is-top-page:not(.scrolled) .nav-phone-icon-scrolled {
        display: none !important;
    }
    #header.is-top-page:not(.scrolled) .nav-phone-icon-default {
        display: block !important;
    }
    #header.is-top-page:not(.scrolled) .search-bar-inner::before {
        filter: none !important;
        width: 1.3rem;
        height: 1.3rem;
        left: 1.2rem;
    }
    /* White nav: show white clipboard, hide red */
    #header.is-top-page:not(.scrolled) .nav-clipboard-icon-default {
        display: inline-block !important;
    }
    #header.is-top-page:not(.scrolled) .nav-clipboard-icon-scrolled {
        display: none !important;
    }
    /* Logo: show white (shiro) on transparent header */
    #header.is-top-page:not(.scrolled) .header-logo-shiro {
        display: block !important;
    }
    #header.is-top-page:not(.scrolled) .header-logo-kuro {
        display: none !important;
    }

    /* FV: header turns white when dropdown is hovered/opened (JS adds .dropdown-hover/.dropdown-open) */
    #header.is-top-page:not(.scrolled):has(.main-nav-item-has-dropdown:is(.dropdown-hover, .dropdown-open)) {
        background: rgba(255, 255, 255, 0.9) !important;

        .main-nav-link,
        .main-nav-link-span,
        .nav-phone-number,
        .nav-phone-accept,
        .search-bar-inner input {
            color: #000 !important;
        }

        .nav-phone-icon-default,
        .nav-clipboard-icon-default,
        .header-logo-shiro {
            display: none !important;
        }

        .nav-phone-icon-scrolled,
        .header-logo-kuro {
            display: block !important;
        }

        .nav-clipboard-icon-scrolled {
            display: inline-block !important;
        }

        .search-bar-inner {
            border-color: #000 !important;
        }

        .search-bar-inner input::placeholder {
            color: rgba(0, 0, 0, 0.7) !important;
        }

        .search-bar-inner::before {
            filter: brightness(0) !important;
        }
    }
}

#header.scrolled {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    /* backdrop-filter: blur(6px); */
    /* -webkit-backdrop-filter: blur(6px); */
}

#header.scrolled .main-nav-link,
#header.scrolled .main-nav-link-span {
    color: #000 !important;
}

.main-nav-link-gview {
    display: flex;
    align-items: center;
    gap: 0.2rem;

    & img {
        width: 1.7rem;
        height: 1.7rem;
    }
}

.nav-phone-icon-wrap {
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
}

.nav-phone-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* Global View nav clipboard icon */
.nav-clipboard-icon {
    width: 2.4rem;
    height: 2.4rem;
    vertical-align: middle;
}
.nav-clipboard-icon-default {
    display: inline-block;
}
.nav-clipboard-icon-scrolled {
    display: none;
}

/* ------------------------------------------- */
/* Phone box: black icon and text when header scrolled
/* ------------------------------------------- */

.nav-phone-icon-scrolled {
    display: none !important;
}

/* Logo: shiro (white) on transparent, kuro (black) on white background */
.header-logo-shiro {
    display: none !important;
}
.header-logo-kuro {
    display: block !important;
}

#header.scrolled .nav-phone-icon-default {
    display: none !important;
}
#header.scrolled .nav-phone-icon-scrolled {
    display: block !important;
}
#header.scrolled .nav-phone-number,
#header.scrolled .nav-phone-accept {
    color: #000 !important;
}

/* When header becomes black/solid, swap Global View clipboard icon to red */
#header.scrolled .nav-clipboard-icon-default,
#header.black .nav-clipboard-icon-default {
    display: none !important;
}
#header.scrolled .nav-clipboard-icon-scrolled,
#header.black .nav-clipboard-icon-scrolled {
    display: inline-block !important;
}
/* Logo: show black (kuro) when header has white background */
#header.scrolled .header-logo-shiro,
#header.black .header-logo-shiro {
    display: none !important;
}
#header.scrolled .header-logo-kuro,
#header.black .header-logo-kuro {
    display: block !important;
}

#header.scrolled .nav-phone-number {
    letter-spacing: 0.05em;
}

/* ------------------------------------------- */
/* Search bar: black border, text and icon when header scrolled
/* ------------------------------------------- */

#header.scrolled .search-bar-inner {
    border-color: #000 !important;
}
#header.scrolled .search-bar-inner input {
    color: #000 !important;
}
#header.scrolled .search-bar-inner input::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}
#header.scrolled .search-bar-inner::before {
    filter: brightness(0) !important;
}

/* ------------------------------------------- */
/* Inner pages (non-home): same black nav design, background transparent
/* ------------------------------------------- */

body:not(.home):not(.front-page) #header.black {
    background: #fff;
    color: #000;
}
#header.black .main-nav-link,
#header.black .main-nav-link-span {
    color: #000 !important;
}
#header.black .nav-phone-icon-default {
    display: none !important;
}
#header.black .nav-phone-icon-scrolled {
    display: block !important;
}
#header.black .nav-phone-number,
#header.black .nav-phone-accept {
    color: #000 !important;
}
#header.black .search-bar-inner {
    border-color: #000 !important;
}
#header.black .search-bar-inner input {
    color: #000 !important;
}
#header.black .search-bar-inner input::placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}
#header.black .search-bar-inner::before {
    filter: brightness(0) !important;
}

.logomark {
    & a {
        img {
            width: 32.5rem;
        }
    }
    @media screen and (max-width: 767px) {
        width: 65%;
        z-index: 10;
    }
}

/* ------------------------------------------- */
/* Header layout tweaks for mid-width (tablet) */
/* ------------------------------------------- */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .logomark {
        flex-shrink: 0;
    }
    .logomark img {
        max-width: 22rem;
        height: auto;
    }

    .main-nav-container-top {
        gap: 2rem;
    }
    .main-nav-container-bottom {
        gap: 2.5rem;
    }

    .nav-phone-number {
        font-size: 2rem;
        line-height: 2rem;
    }
    .nav-phone-accept {
        display: none;
    }
    .nav-form-btn {
        padding: 1rem 1.2rem;
        width: 16rem;
        font-size: 1.3rem;
    }

    .top-search-bar {
        margin-left: 0.8rem;
    }
    .nav .search-bar-inner {
        min-width: 14rem;
        width: 14rem;
    }

    .main-nav-link,
    .main-nav-link-span {
        font-size: 1.4rem;
    }

    #header {
        padding-right: 3rem;
        padding-left: 1.2rem;
    }

    .search-bar-inner {
        padding: 0.5rem 1rem;
    }

    .search-bar-inner::before {
    }
}

/* ------------------------------------------- */
/* Main nav container
/* ------------------------------------------- */
.main-nav-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1.5rem;

    @media screen and (max-width: 767px) {
        align-items: stretch;
        gap: 2.4rem;
        width: 100%;
    }
}

.main-nav-container-top {
    display: flex;
    gap: 3.2rem;
    align-items: center;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: center;
        gap: 1.6rem;
        order: 1;
    }
}

.lang-toggle {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 4px;

    @media screen and (max-width: 767px) {
        position: absolute;
        display: flex !important;
        top: 1.8rem;
        right: 6rem;
    }
}

.lang-toggle-btn {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" on;
    color: #ffffff;
    background: #fff;
    color: #b3b3b3;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: 0.3s all;

    &:first-child {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
    }
    &:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    &:hover {
        opacity: 0.8;
    }

    @media screen and (max-width: 767px) {
        font-size: 1.3rem;
        line-height: 1.3rem;
        letter-spacing: 0.05em;
    }
}

.lang-toggle-btn.active {
    background: #000000;
    color: #ffffff;
}

.nav-phone-number-box {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }
    @media screen and (max-width: 767px) {
        padding: 0.4rem 0;
    }
    @media screen and (min-width: 767.01px) {
        &[href^="tel:"] {
            pointer-events: none;
            cursor: default;

            &:hover {
                opacity: 1;
            }
        }
    }
}

.nav-phone-number {
    display: flex;
    gap: 0.5rem;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" on;
    color: #ffffff;
    align-items: center;

    @media screen and (max-width: 767px) {
        color: #000;
    }
}

.nav-phone-accept {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" on;
    color: #ffffff;
    padding-top: 0.6rem;

    @media screen and (max-width: 767px) {
        color: #000;
        text-align: center;
    }
}

.nav-form-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.5rem 2rem;
    gap: 1rem;
    width: 20.8rem;
    height: 4.4rem;
    background: #000000;
    border-radius: 2.2rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
        max-width: 26.3rem;
        height: 6rem;
        justify-content: center;
        padding: 2.2rem 0;
        background: #000;
        color: #fff;
        border-radius: 3rem;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: 0.08em;
    }
}

.main-nav-container-bottom {
    display: flex;
    gap: 6rem;
    align-items: center;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        order: 0;
    }
}

/* --------------------------------------------------------------- */
/* Global View */
/* --------------------------------------------------------------- */
.page-global-view .main-nav-container,
.post-type-archive-global-products .main-nav-container,
.single-global-products .main-nav-container {
    flex-direction: column;
}

.page-global-view .main-nav-container-bottom,
.post-type-archive-global-products .main-nav-container-bottom,
.single-global-products .main-nav-container-bottom {
    order: 0;
}

.page-global-view .main-nav-container-top,
.post-type-archive-global-products .main-nav-container-top,
.single-global-products .main-nav-container-top {
    order: 1;
}

.main-nav-item {
    position: relative;
    display: inline-block;

    @media screen and (max-width: 767px) {
        display: block;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .main-nav-item-has-dropdown {
        /* padding-bottom: 1rem; */
    }
}

.main-nav-link {
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s opacity;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" on;
    color: #ffffff;

    &:hover {
        opacity: 0.6;
    }

    .dli-chevron-round-right {
        display: none;
    }

    @media screen and (max-width: 767px) {
        display: flex;
        padding: 1.6rem 0;
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #000;
        position: relative;
        padding-right: 1.8rem;
        width: 100%;
        align-items: center;
        border-top: 1px solid #acacac;

        .dli-chevron-round-right {
            display: inline-block;
            position: absolute;
            width: 1rem;
            height: 1rem;
            margin-top: 0.5px;
            right: 0;
            color: #e92629 !important;
        }
        .dli-chevron-round-right::before {
            height: 0.2rem;
        }
        .dli-chevron-round-right::after {
            width: 0.2rem;
        }
    }
}

.main-nav-link.glo {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.bb {
    @media screen and (max-width: 767px) {
        border-bottom: 1px solid #acacac;
    }
}

.main-nav-link-span {
    cursor: pointer;
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.9rem;
    letter-spacing: 0.05em;
    font-feature-settings: "palt" on;
    color: #ffffff;
    padding-bottom: 0;

    @media screen and (max-width: 767px) {
        display: block;
        padding: 1.6rem 0;
        font-size: 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        color: #000;
        border-top: 1px solid #acacac;
    }
}

span.main-nav-link-with-dropdown {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-right: 1.8rem;
    cursor: pointer;
    z-index: 101;
}

.main-nav-link-with-dropdown::before,
.main-nav-link-with-dropdown::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.4em;
    background: currentColor;
    pointer-events: none;
    transition:
        transform 0.2s ease,
        opacity 0.2s ease,
        background-color 0.2s ease;

    @media screen and (max-width: 767px) {
        background: #e92629;
    }
}

.main-nav-link-with-dropdown::before {
    width: 1.4rem;
    height: 2px;
    margin-top: 0.5px;
    right: -1px;
}

.main-nav-link-with-dropdown::after {
    width: 2px;
    height: 1.4rem;
    margin-top: -0.5rem;
    right: 0.5rem;

    @media screen and (max-width: 767px) {
        margin-top: -0.6rem;
    }
}

/* --------------------------------------------------------------- */
/* ソリューション・製品 ＋ AND ー */
/* --------------------------------------------------------------- */

@media screen and (min-width: 768px) {
    .main-nav-item-has-dropdown.dropdown-hover .main-nav-link-with-dropdown::after,
    .main-nav-item-has-dropdown.dropdown-open .main-nav-link-with-dropdown::after {
        transform: scaleY(0);
        opacity: 0;
    }

    .main-nav-item-has-dropdown.dropdown-suppress-hover .main-nav-link-with-dropdown::after {
        transform: scaleY(1) !important;
        opacity: 1 !important;
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
    .main-nav-item-has-dropdown.dropdown-open .main-nav-link-with-dropdown::after,
    .main-nav-item-has-dropdown.dropdown-hover .main-nav-link-with-dropdown::after {
        transform: scaleY(0);
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-nav-link-with-dropdown.nav-dropdown-open::after {
        transform: scaleY(0);
        opacity: 0;
    }
    .main-nav-link-with-dropdown.nav-dropdown-open::before,
    .main-nav-link-with-dropdown.nav-dropdown-open::after {
        background: #000;
    }
}

@media screen and (min-width: 768px) {
    #header.is-top-page:not(.scrolled) .main-nav-link-span.main-nav-link-with-dropdown::before,
    #header.is-top-page:not(.scrolled) .main-nav-link-span.main-nav-link-with-dropdown::after {
        background-color: #ffffff !important;
    }
}

#header.scrolled .main-nav-link-span.main-nav-link-with-dropdown::before,
#header.scrolled .main-nav-link-span.main-nav-link-with-dropdown::after,
#header.black .main-nav-link-span.main-nav-link-with-dropdown::before,
#header.black .main-nav-link-span.main-nav-link-with-dropdown::after,
#header.is-top-page:not(.scrolled):has(.main-nav-item-has-dropdown.dropdown-hover) .main-nav-link-span.main-nav-link-with-dropdown::before,
#header.is-top-page:not(.scrolled):has(.main-nav-item-has-dropdown.dropdown-hover) .main-nav-link-span.main-nav-link-with-dropdown::after,
#header.is-top-page:not(.scrolled):has(.main-nav-item-has-dropdown.dropdown-open) .main-nav-link-span.main-nav-link-with-dropdown::before,
#header.is-top-page:not(.scrolled):has(.main-nav-item-has-dropdown.dropdown-open) .main-nav-link-span.main-nav-link-with-dropdown::after {
    background-color: #e92629 !important;
}

/* ------------------------------------------- */
/* Dropdown panel PC
/* ------------------------------------------- */

.main-nav-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    padding: 6.5rem 2rem 6.5rem;
    background: rgba(255, 255, 255, 0.9);
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); */
    z-index: 100;
    box-sizing: border-box;

    /* &::a {
        content: "";
        position: absolute;
        top: -6rem;
        left: 0;
        width: 100%;
        height: 100%;

    } */
}

@media screen and (min-width: 768px) {
    .main-nav-dropdown {
        opacity: 0;
        visibility: hidden;
        /* transition: opacity 0.25s ease, visibility 0.25s, transform 0.25s ease; */
    }

    .main-nav-item-has-dropdown.dropdown-open .main-nav-dropdown,
    .main-nav-item-has-dropdown.dropdown-hover .main-nav-dropdown,
    .main-nav-dropdown.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .main-nav-item-has-dropdown.dropdown-suppress-hover .main-nav-dropdown {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
}

/* --------------------------------------------------------------- */
/* DROPDOWN SP */
/* --------------------------------------------------------------- */
@media screen and (max-width: 767px) {
    .main-nav-dropdown {
        opacity: 1;
        visibility: visible;
        transition:
            opacity 0.2s,
            visibility 0.2s;
    }

    .main-nav-item-has-dropdown.dropdown-hover .main-nav-dropdown,
    .main-nav-item-has-dropdown.dropdown-open .main-nav-dropdown {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (min-width: 768px) {
    .main-nav-dropdown {
        position: fixed;
        top: var(--header-height, 12rem);
        left: 0;
        right: 0;
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-wrap: nowrap;
        gap: 1.6rem;
    }

    .main-nav-dropdown::before {
        content: "";
        position: absolute;
        top: -6rem;
        left: 0;
        right: 0;
        height: 6rem;
        margin-top: 0;
        bottom: 100%;
        /* pointer-events: none; */
    }

    .main-nav-dropdown-card {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #000;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        background: transparent;
        border-radius: 4px;
        transition: opacity 0.2s;
    }

    .main-nav-dropdown-card:hover {
        opacity: 0.85;
    }

    .main-nav-dropdown-card-img {
        display: block;
        width: 100%;
        aspect-ratio: 16 / 10;
        border-radius: 4px;
        overflow: hidden;
        background: #d0d0d0;
        margin-bottom: 1rem;
    }

    .main-nav-dropdown-card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        transition:
            opacity 0.25s ease-out,
            -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition:
            opacity 0.25s ease-out,
            transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition:
            opacity 0.25s ease-out,
            transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
            -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .main-nav-item-has-dropdown.dropdown-hover .main-nav-dropdown .main-nav-dropdown-card-img img,
    .main-nav-item-has-dropdown.dropdown-open .main-nav-dropdown .main-nav-dropdown-card-img img {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .main-nav-dropdown-card-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .main-nav-dropdown-card-title {
        display: block;
        text-align: center;
    }

    .main-nav-dropdown-card-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-nav-dropdown-card-icon img {
        width: 2.4rem;
        height: 2.4rem;
        display: block;
    }

    /* 会社情報 dropdown: common-section-btn style (black variant) */
    .main-nav-dropdown--company .dropdown-nav-links--company {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3.5rem;
        max-width: 100%;
        margin: 0 auto;
    }

    .main-nav-dropdown--company .common-section-btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        border: 2px solid #000000;
        width: auto;
        min-width: 27.3rem;
        height: 6.9rem;
        padding: 1.6rem 2.1rem;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        transition:
            0.3s background,
            0.3s color;
    }

    .main-nav-dropdown--company .common-section-btn:hover {
        color: #fff;
        background-color: #000000;
    }

    .main-nav-dropdown--company .common-section-btn:hover .dli-chevron-round-right {
        color: #fff;
    }

    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right {
        display: inline-block;
        vertical-align: middle;
        color: #000000;
        line-height: 1;
        position: relative;
        width: 1rem;
        height: 1rem;
        transform: translateX(-25%) rotate(45deg);
        flex-shrink: 0;
    }

    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right::before,
    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right::after {
        content: "";
        position: absolute;
        background: currentColor;
        border-radius: 0.1em;
    }

    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right::before {
        top: 0;
        left: 0;
        right: 0;
        height: 0.1em;
    }

    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right::after {
        top: 0;
        right: 0;
        bottom: 0;
        width: 0.1em;
    }
}

/* --------------------------------------------------------------- */
/* DROPDOWN SP */
/* --------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    .main-nav-dropdown {
        position: relative;
        /* left: auto; */
        transform: none;
        width: 100%;
        padding: 0;
        background: #ffffff;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        display: block;
    }

    .main-nav-item-has-dropdown.dropdown-open .main-nav-dropdown {
        max-height: 28rem;
    }

    .main-nav-dropdown .inner {
        width: 100%;
        max-width: none;
        padding: 0;
    }

    .main-nav-dropdown .dropdown-nav-links {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .main-nav-dropdown-card-img,
    .main-nav-dropdown-card-icon {
        display: none !important;
    }

    .main-nav-dropdown-card {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 1.2rem 0;
        color: #000;
        position: relative;
        text-decoration: none;
        border: none;
        background: transparent;
    }

    .main-nav-dropdown-card:hover {
        opacity: 0.7;
    }

    .main-nav-dropdown-card-text {
        flex: 1;
        min-width: 0;
    }

    .main-nav-dropdown-card-title {
        margin-bottom: 0;
        text-align: left;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.5;
        color: #000;
    }

    .main-nav-dropdown-card::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: -0.1rem;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        flex-shrink: 0;
    }

    .main-nav-dropdown--company .dropdown-nav-links--company {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .main-nav-dropdown--company .common-section-btn {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-width: 0;
        height: auto;
        padding: 1.2rem 0;
        font-size: 1.5rem;
        line-height: 1.5;
        border: none;
        background: transparent;
        color: #000;
        position: relative;
        text-decoration: none;
    }

    .main-nav-dropdown--company .common-section-btn:hover {
        background: transparent;
        color: #000;
        opacity: 0.7;
    }

    .main-nav-dropdown--company .common-section-btn .dli-chevron-round-right {
        display: none !important;
    }

    .main-nav-dropdown--company .common-section-btn::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: -0.1rem;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        transform: translateY(-50%) rotate(45deg);
        flex-shrink: 0;
    }

    .main-nav-item-has-dropdown.dropdown-open .main-nav-dropdown.main-nav-dropdown--company {
        max-height: 32rem;
    }
}

/* --------------------------------------------------------------- */
/* DROPDOWN LINKS */
/* --------------------------------------------------------------- */
.main-nav-dropdown-link {
    display: block;
    padding: 0.6rem 1.2rem;
    font-family: "Noto Sans JP";
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #333;
    text-decoration: none;
    position: relative;

    &:hover {
        background: rgba(0, 0, 0, 0.06);
    }
    @media screen and (min-width: 768px) {
        &:hover {
            background: transparent;
        }
    }
    @media screen and (max-width: 767px) {
        padding: 1.2rem 0;
        color: #000;

        &:hover {
            background: transparent;
            opacity: 0.7;
        }
    }
}

.dropdown-nav-links {
    width: 144rem;
    display: flex;
}

.top-search-bar {
    margin-left: 16px;

    @media screen and (max-width: 767px) {
        margin-left: 0;
        margin-top: 1.6rem;
        width: 100%;
    }
}

.top-search-bar .top-search-form {
    display: flex;
}

@media screen and (max-width: 767px) {
    .top-search-bar .top-search-form {
        width: 100%;
    }
}

.nav .search-bar-inner {
    width: 14rem;
}

@media screen and (max-width: 767px) {
    .nav .search-bar-inner {
        width: 100%;
        box-sizing: border-box;
    }
    .nav .search-bar-inner input {
        flex: 1;
        min-width: 0;
    }
}

.search-bar-inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.5rem 1.4rem;
    background: transparent;
    backdrop-filter: blur(8px);
    box-sizing: border-box;
    border: 1px solid #ffffff;
    border-radius: 2.2rem;
    min-width: 0;
    overflow: hidden;
}

.search-bar-inner::before {
    content: "";
    position: absolute;
    left: 1.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("../../img/header/search-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
}

.search-bar-inner input {
    flex: 1;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 1.4rem;
    box-sizing: border-box;

    &::placeholder {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.4rem;
        letter-spacing: 0.05em;
        color: #ffffff;
        opacity: 0.7;
    }
}
/* breadcrumbs */
#breadcrumbs {
    padding: 2.4rem 0;

    @media screen and (max-width: 767px) {
        display: flex;
        padding: 2rem 0;
    }
    & ol {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }
    & li {
        position: relative;
        margin-right: 3.7rem;
        font-weight: 500;
        font-size: 1.2rem;
        letter-spacing: 0.1em;

        &:last-child {
            margin-right: 0;
            &:after {
                display: none;
            }
        }

        &:after {
            content: "";
            position: absolute;
            width: 0.8rem;
            height: 0.8rem;
            border-right: 2px solid #e92629;
            border-bottom: 2px solid #e92629;
            transform: rotate(-45deg);
            top: 0.4rem;
            right: -2rem;
            z-index: 0;
            display: block;

            &:last-child:after {
                display: none;
            }
        }
    }
    & a {
        text-decoration: none;
        transition: all 0.3s ease;
        @media (hover: hover) and (pointer: fine) {
            &:hover {
                color: #e92629;
            }
        }
    }
}
#container {
}
#contents {
}

/* footer */
#footer {
    background-color: #272d3c;
    padding-top: 8rem;
    padding-bottom: 0;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        padding-top: 5rem;
    }
}

.footer-container {
    display: flex;
    align-items: flex-start;
    gap: 10rem;
    padding: 0 16rem 6rem;

    @media screen and (max-width: 767px) {
        padding: 0 2rem 4rem;
        gap: 3rem;
        flex-direction: column;
    }
}

.footer-container-left {
    display: flex;
    flex-direction: column;
    max-width: 38rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        max-width:;
    }
}

.footer-logo {
    padding-bottom: 4rem;

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

.footer.address-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;

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

.footer-company-name {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    display: flex;

    .pc-off {
        display: none !important;
    }

    @media screen and (max-width: 767px) {
        padding-bottom: 2rem;
        flex-direction: column;
        font-size: 1.6rem;

        .sp-off {
            display: flex !important;
        }
    }
}

.footer-company-address {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

.footer-company-contact {
    display: flex;
    gap: 2rem;
    padding-bottom: 2rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 0;
    }
}

.footer-company-phone {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

.footer-company-fax {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.1em;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

.normal-font {
    font-weight: 400;
}

.footer-container-right {
    display: flex;
    gap: 5.5rem;
    flex: 1;

    @media screen and (max-width: 767px) {
        gap: 3rem;
        flex-direction: column;
        width: 100%;
        flex: 0;
    }
}

.footer-bottom {
    padding: 2.4rem 16rem 3.2rem;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        padding: 2.4rem 2rem 3.2rem;
        padding-top: 0;
    }
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
}

.footer-bottom-left a {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.4rem;
        padding-bottom: 2rem;
    }
}

.footer-bottom-right {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 1.4rem;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
    }
}

.footer-list-child {
    @media screen and (max-width: 767px) {
    }
}

.footer-list-child-link {
    width: 22rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    color: #ffffff;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    .dli-chevron-round-right {
        color: #fff;
        position: relative;
        right: 0;
    }

    @media screen and (max-width: 767px) {
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;

        &:last-child {
            margin-bottom: 0;
        }
    }
}

#footer span.footer-list-child-link.disc-child:hover {
    opacity: 1;
    cursor: default;
}

.disc-child {
    margin-bottom: 1.5rem;

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

.footer-disc-list {
    display: flex;
    flex-direction: column;
}

.footer-disc-list-link {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s opacity;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.6rem;
    letter-spacing: 0.1em;
    color: #ffffff;

    &:hover {
        opacity: 0.6;
    }

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 2rem;
        /* letter-spacing: 0.04em; */
    }
}

.footer-disc-list-link-child {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s opacity;
    padding-top: 0.5rem;

    &:hover {
        opacity: 0.6;
    }

    &:last-child {
        padding-top: 0;
    }

    @media screen and (max-width: 767px) {
        padding-top: 0;
    }
}

/* inner / width */
.inner {
    position: relative;
    z-index: 1;
    margin: 0 auto;

    @media screen and (max-width: 767px) {
        width: calc(100% - 4rem) !important;
    }
}

.w960 {
    max-width: 96rem;
}
.w1080 {
    max-width: 108rem;
}
.w1200 {
    max-width: 120rem;
    width: 100%;
}
.w1440 {
    max-width: 144rem;
}

.tar {
    text-align: right;
}
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}

.black {
    color: #000 !important;
}

.common-title.type01 {
    text-align: center;
}

.common-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;

    & p {
        margin-bottom: 2rem;
        &:last-child {
            margin-bottom: 0;
        }
    }
}
@media screen and (max-width: 767px) {
    .table-scroll {
        position: relative;
        padding-bottom: 2rem;
        overflow-x: scroll;
        &:after {
            content: "←";
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 1;
            margin-left: -1.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            width: 3rem;
            height: 3rem;
            border-radius: 1.5rem;
            border: 0.1rem solid #000;
            animation: arrowtable 2s infinite forwards;
        }
        .common-table {
            width: 80rem;
        }
    }
}
@keyframes arrowtable {
    50% {
        opacity: 1;
        right: 0;
    }
    100% {
        opacity: 0;
        right: 100%;
    }
}

/* --------------------------------------------------------------- */
/* margin / padding utilities */
/* --------------------------------------------------------------- */
.mb0 {
    margin-bottom: 0rem !important;
}
.mb10 {
    margin-bottom: 1rem !important;
}
.mb20 {
    margin-bottom: 2rem !important;
}
.mb30 {
    margin-bottom: 3rem !important;
}
.mb40 {
    margin-bottom: 4rem !important;
}
.mb50 {
    margin-bottom: 5rem !important;
}
.mb60 {
    margin-bottom: 6rem !important;
}
.mb70 {
    margin-bottom: 7rem !important;
}
.mb80 {
    margin-bottom: 8rem !important;
}
.mb90 {
    margin-bottom: 9rem !important;
}
.mb100 {
    margin-bottom: 10rem !important;
}

@media screen and (max-width: 767px) {
    .mb10 {
        margin-bottom: 0.5rem !important;
    }
    .mb20 {
        margin-bottom: 1rem !important;
    }
    .mb30 {
        margin-bottom: 1.5rem !important;
    }
    .mb40 {
        margin-bottom: 2rem !important;
    }
    .mb50 {
        margin-bottom: 2.5rem !important;
    }
    .mb60 {
        margin-bottom: 3rem !important;
    }
    .mb70 {
        margin-bottom: 3.5rem !important;
    }
    .mb80 {
        margin-bottom: 4rem !important;
    }
    .mb90 {
        margin-bottom: 4.5rem !important;
    }
    .mb100 {
        margin-bottom: 5rem !important;
    }
}

.mt0 {
    margin-top: 0rem !important;
}
.mt10 {
    margin-top: 1rem !important;
}
.mt20 {
    margin-top: 2rem !important;
}
.mt30 {
    margin-top: 3rem !important;
}
.mt40 {
    margin-top: 4rem !important;
}
.mt50 {
    margin-top: 5rem !important;
}
.mt60 {
    margin-top: 6rem !important;
}
.mt70 {
    margin-top: 7rem !important;
}
.mt80 {
    margin-top: 8rem !important;
}
.mt90 {
    margin-top: 9rem !important;
}

@media screen and (max-width: 767px) {
    .mt10 {
        margin-top: 0.5rem !important;
    }
    .mt20 {
        margin-top: 1rem !important;
    }
    .mt30 {
        margin-top: 1.5rem !important;
    }
    .mt40 {
        margin-top: 2rem !important;
    }
    .mt50 {
        margin-top: 2.5rem !important;
    }
    .mt60 {
        margin-top: 3rem !important;
    }
    .mt70 {
        margin-top: 3.5rem !important;
    }
    .mt80 {
        margin-top: 4rem !important;
    }
    .mt90 {
        margin-top: 4.5rem !important;
    }
    .mt100 {
        margin-top: 5rem !important;
    }
}

.pb0 {
    padding-bottom: 0 !important;
}
.pb10 {
    padding-bottom: 1rem !important;
}
.pb20 {
    padding-bottom: 2rem !important;
}
.pb30 {
    padding-bottom: 3rem !important;
}
.pb40 {
    padding-bottom: 4rem !important;
}
.pb50 {
    padding-bottom: 5rem !important;
}
.pb60 {
    padding-bottom: 6rem !important;
}
.pb70 {
    padding-bottom: 7rem !important;
}
.pb80 {
    padding-bottom: 8rem !important;
}
.pb90 {
    padding-bottom: 9rem !important;
}
.pb100 {
    padding-bottom: 10rem !important;
}
@media screen and (max-width: 767px) {
    .pb10 {
        padding-bottom: 0.5rem !important;
    }
    .pb20 {
        padding-bottom: 1rem !important;
    }
    .pb30 {
        padding-bottom: 1.5rem !important;
    }
    .pb40 {
        padding-bottom: 2rem !important;
    }
    .pb50 {
        padding-bottom: 2.5rem !important;
    }
    .pb60 {
        padding-bottom: 3rem !important;
    }
    .pb70 {
        padding-bottom: 3.5rem !important;
    }
    .pb80 {
        padding-bottom: 4rem !important;
    }
    .pb90 {
        padding-bottom: 4.5rem !important;
    }
    .pb100 {
        padding-bottom: 5rem !important;
    }
}

.pt0 {
    padding-top: 0 !important;
}
.pt10 {
    padding-top: 1rem !important;
}
.pt20 {
    padding-top: 2rem !important;
}
.pt30 {
    padding-top: 3rem !important;
}
.pt40 {
    padding-top: 4rem !important;
}
.pt50 {
    padding-top: 5rem !important;
}
.pt60 {
    padding-top: 6rem !important;
}
.pt70 {
    padding-top: 7rem !important;
}
.pt80 {
    padding-top: 8rem !important;
}
.pt90 {
    padding-top: 9rem !important;
}
.pt100 {
    padding-top: 10rem !important;
}
@media screen and (max-width: 767px) {
    .pt10 {
        padding-top: 0.5rem !important;
    }
    .pt20 {
        padding-top: 1rem !important;
    }
    .pt30 {
        padding-top: 1.5rem !important;
    }
    .pt40 {
        padding-top: 2rem !important;
    }
    .pt50 {
        padding-top: 2.5rem !important;
    }
    .pt60 {
        padding-top: 3rem !important;
    }
    .pt70 {
        padding-top: 3.5rem !important;
    }
    .pt80 {
        padding-top: 4rem !important;
    }
    .pt90 {
        padding-top: 4.5rem !important;
    }
    .pt100 {
        padding-top: 5rem !important;
    }
}

/* single post pagination */
.single-post-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 7rem;

    @media screen and (max-width: 767px) {
        margin-top: 3.5rem;
    }

    .back {
        margin: 0 8.3rem;
        @media screen and (max-width: 767px) {
            margin: 0 1rem;
        }
    }

    .prev,
    .next {
        width: 14rem;
        @media screen and (max-width: 767px) {
            width: 4.6rem;
        }
        & a {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            width: 100%;
            height: 4.6rem;
            font-weight: 500;
            text-decoration: underline;
            letter-spacing: 0.08rem;
            color: #000;
            box-sizing: border-box;

            @media screen and (max-width: 767px) {
                padding: 0;
                font-size: 0;
                color: transparent;
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    text-decoration: none;
                }
            }

            &:after {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -2.3rem;
                display: block;
                width: 4.6rem;
                height: 4.6rem;
                border-radius: 2.3rem;
                background-color: #000;
            }
            @media (hover: hover) and (pointer: fine) {
                &:hover:after {
                    background-color: #000;
                }
            }
            @media screen and (max-width: 767px) {
                &:after {
                    width: 4.8rem;
                    height: 4.8rem;
                    margin-top: -2.4rem;
                    border-radius: 0;
                }
            }

            &:before {
                content: "";
                position: absolute;
                top: 50%;
                z-index: 1;
                margin-top: -0.4rem;
                display: block;
                width: 0.8rem;
                height: 0.8rem;
                border-top: 0.2rem solid #fff;
                box-sizing: border-box;
                transition: ease 0.25s border;
            }
        }
    }

    .prev {
        & a {
            padding-left: 7.3rem;
            &:after {
                left: 0;
            }
            &:before {
                left: 2.2rem;
                border-left: 0.2rem solid #fff;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            @media (hover: hover) and (pointer: fine) {
                &:hover:before {
                    border-left-color: #fff;
                }
            }
        }
    }
    .next {
        & a {
            padding-right: 7.3rem;
            &:after {
                right: 0;
            }
            &:before {
                right: 2.2rem;
                border-right: 0.2rem solid #fff;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
        }
    }
}

.navigation.pagination {
    margin: 7rem 0 0;

    @media screen and (max-width: 767px) {
        margin: 3rem 0 0;
    }

    .disable {
        display: none;
    }

    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;

        @media screen and (max-width: 767px) {
            position: relative;
            padding-bottom: 5rem;
        }
    }

    .pager {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0 0.8rem;
        width: 4.4rem;
        height: 5rem;
        font-family: "Roboto", sans-serif;
        font-weight: bold;
        letter-spacing: 0.08em;
        color: #000;
        background: #fff;
        text-decoration: none;
        transition: ease 0.25s all;
        border: 0.1rem solid #000;

        @media screen and (max-width: 767px) {
            width: 3rem;
            height: 3rem;
        }

        @media (hover: hover) and (pointer: fine) {
            &:hover {
                color: #fff;
                background: #000;
                border-color: #000;
            }
        }
    }

    .pager.current {
        color: #fff;
        font-weight: bold;
        background: #000;
        border-color: #000;
    }

    .next,
    .prev {
        @media screen and (max-width: 767px) {
        }

        & a {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            width: 4.4rem;
            height: 5rem;
            font-size: 0;
            font-family: "Roboto", sans-serif;
            font-weight: bold;
            letter-spacing: 0.08em;
            text-decoration: none;
            color: #000;
            background: #fff;
            border: 0.1rem solid #000;
            transition:
                ease 0.25s background,
                ease 0.25s color;

            @media screen and (max-width: 767px) {
                width: 2.8rem;
                height: 2.8rem;
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    color: #fff;
                    background-color: #000;
                    &:after {
                        border-top-color: #fff;
                    }
                }
            }

            &:after {
                content: "";
                position: absolute;
                top: 50%;
                margin-top: -0.4rem;
                display: block;
                width: 0.8rem;
                height: 0.8rem;
                border-top: 0.1rem solid #000;
                box-sizing: border-box;
                transition: ease 0.25s border;
            }
        }
    }

    .prev {
        @media screen and (min-width: 767.01px) {
            margin-right: 0.8rem;
        }
        @media screen and (max-width: 767px) {
            margin-right: 1rem;
        }
        & a {
            &:after {
                left: 50%;
                margin-left: -0.2rem;
                border-left: 0.1rem solid #000;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
            @media (hover: hover) and (pointer: fine) {
                &:hover:after {
                    border-left-color: #fff;
                }
            }
        }
    }
    .next {
        @media screen and (min-width: 767.01px) {
            margin-left: 0.8rem;
        }
        @media screen and (max-width: 767px) {
            margin-left: 1rem;
        }
        & a {
            &:after {
                right: 50%;
                margin-right: -0.2rem;
                border-right: 0.1rem solid #000;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }
            @media (hover: hover) and (pointer: fine) {
                &:hover:after {
                    /* border-right-color: #fff; */
                }
            }
        }
    }
}

/* 製品一覧：コンパクトページネーション（1/全 + 上下スピン + 点線 + NEXT） */
.navigation.pagination.pagination--scrollable {
    .nav-links--scrollable {
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 0;
        max-width: 100%;

        @media screen and (max-width: 767px) {
            flex-wrap: wrap;
            padding-bottom: 0;
            row-gap: 1.2rem;
        }
    }

    .pagination-lead {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-shrink: 0;
        box-sizing: border-box;
        border: 0.1rem solid #cccccc;
        background: #ffffff;
        cursor: pointer;

        @media (hover: hover) and (pointer: fine) {
            &:hover {
                border-color: #bbbbbb;
            }
        }
    }

    .pagination-lead__panel {
        position: absolute;
        left: 50%;
        bottom: calc(100% + 0.6rem);
        z-index: 1000;
        box-sizing: border-box;
        width: min(14rem, calc(100vw - 3rem));
        max-height: min(22rem, 50vh);
        padding: 0;
        margin: 0;
        background: #ffffff;
        border: 0.1rem solid #cccccc;
        border-radius: 0.2rem;
        box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.12);
        transform: translateX(-50%);
        cursor: default;

        @media screen and (max-width: 767px) {
            left: auto;
            right: 0;
            transform: none;
            width: min(14rem, calc(100vw - 2rem));
        }
    }

    .pagination-lead__panel[hidden] {
        display: none !important;
    }

    .pagination-lead__scroll {
        box-sizing: border-box;
        max-height: min(22rem, 50vh);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding: 0.4rem 0;
    }

    .pagination-lead__link {
        display: block;
        padding: 0.45rem 1rem;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.02em;
        color: #000000;
        text-decoration: none;
        white-space: nowrap;
        transition:
            background 0.15s ease,
            color 0.15s ease;

        @media (hover: hover) and (pointer: fine) {
            &:hover {
                background: #f5f5f5;
            }
        }

        &.is-current {
            font-weight: 700;
            color: #e92629;
            background: #fff5f5;
        }
    }

    .pagination-counter {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        min-width: 8.8rem;
        padding: 0 1rem;
        min-height: 4.8rem;
        font-family: "Roboto", sans-serif;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.2;
        color: #000;
        background: #fff;
        border: none;
        border-right: 0.1rem solid #cccccc;

        @media screen and (max-width: 767px) {
            min-width: 7rem;
            min-height: 4.4rem;
            font-size: 1.4rem;
        }
    }

    .pagination-counter__current {
        color: #000000;
    }

    .pagination-counter__sep {
        margin: 0 0.2em;
        color: #888888;
        font-weight: 400;
    }

    .pagination-counter__total {
        color: #888888;
        font-weight: 400;
    }

    .pagination-spin {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        width: 2.8rem;
        background: #fafafa;
    }

    .pagination-spin__btn {
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        min-height: 2.4rem;
        margin: 0;
        padding: 0;
        font-size: 0.85rem;
        line-height: 1;
        color: #333333;
        text-decoration: none;
        background: #fafafa;
        border: none;
        border-bottom: 0.1rem solid #cccccc;
        cursor: pointer;
        position: relative;
        z-index: 1;
        transition: background 0.2s ease;

        &:last-child {
            border-bottom: none;
        }

        @media (hover: hover) and (pointer: fine) {
            &:hover:not(.is-disabled) {
                background: #eeeeee;
            }
        }

        &.is-disabled {
            opacity: 0.35;
            cursor: default;
            pointer-events: none;
        }
    }

    .pagination-divider {
        align-self: stretch;
        width: 0;
        margin: 0 1.2rem;
        border-left: 0.2rem dotted #cccccc;

        @media screen and (max-width: 767px) {
            margin: 0 0.8rem;
        }
    }

    .prev {
        margin-right: 0;

        @media screen and (min-width: 767.01px) {
            margin-right: 0.8rem;
        }
        @media screen and (max-width: 767px) {
            margin-right: 1rem;
        }

        & a {
            width: 4.4rem;
            height: 4.8rem;
            border: 0.1rem solid #cccccc;
            background: #ffffff;
            transition:
                ease 0.2s background,
                ease 0.2s border-color;

            @media screen and (max-width: 767px) {
                width: 4rem;
                height: 4.4rem;
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    color: #000;
                    background: #f5f5f5;
                    border-color: #bbbbbb;

                    &:after {
                        border-top-color: #000;
                        border-left-color: #000;
                    }
                }
            }

            &:after {
                border-top-color: #333333;
                border-left-color: #333333;
            }
        }
    }

    .next {
        margin-left: 0;

        @media screen and (max-width: 767px) {
            margin-left: 0;
        }

        & a {
            width: 4.4rem;
            height: 4.8rem;
            border: 0.1rem solid #cccccc;
            background: #ffffff;
            transition:
                ease 0.2s background,
                ease 0.2s border-color;

            @media screen and (max-width: 767px) {
                width: 4rem;
                height: 4.4rem;
            }

            @media (hover: hover) and (pointer: fine) {
                &:hover {
                    color: #000;
                    background: #f5f5f5;
                    border-color: #bbbbbb;

                    &:after {
                        border-top-color: #000;
                        border-right-color: #000;
                    }
                }
            }

            &:after {
                border-top-color: #333333;
                border-right-color: #333333;
            }
        }
    }
}

.post-password-form {
    padding: 100px 30px;
    line-height: 1.8;
    text-align: center;
}

/* NEWS */
.news-box {
    padding-top: 4.5rem;

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

.tag-area {
    display: flex;
    gap: 2rem;
    padding-bottom: 2rem;

    @media screen and (max-width: 767px) {
        gap: 1rem;
        padding-bottom: 1rem;
    }
}

.news-tag {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    gap: 1rem;
    height: 3.2rem;
    border: 1px solid #e92629;
    border-radius: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.05em;
    color: #e92629;
    transition: all 0.2s ease;

    &:hover {
        background: #e92629;
        color: #ffffff;
    }

    & .active {
        background: #e92629;
        color: #ffffff;
    }

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        line-height: 2.4rem;
        padding: 0.5rem 1rem;
    }
}

.news-tag {
    border: 1px solid #e92629;
    color: #e92629;
    background: #ffffff;
}

.news-tag.active {
    background: #e92629;
    color: #ffffff;
}

.news-list {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #acacac;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

    & a {
        width: 100%;
    }

    @media screen and (max-width: 767px) {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.news-container {
    text-decoration: none;

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

.news-container-top {
    display: flex;
    gap: 4rem;
    padding-bottom: 2rem;
    align-items: center;

    @media screen and (max-width: 767px) {
        gap: 1.6rem;
        padding-bottom: 1rem;
    }
}

.news-date {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
    color: #e92629;

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

.news-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    background: #211616;
    border-radius: 1.5rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.05em;
    color: #ffffff;

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

.news-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.08em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
    }
}

.list-title.news-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    @media screen and (max-width: 767px) {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.list-title.news-title.news-title-full {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;

    @media screen and (max-width: 767px) {
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    }
}

.news-desc {
    @media screen and (max-width: 767px) {
    }
}

.news-label-text {
    padding: 4px 10px;
    border-radius: 1.5rem;
    text-decoration: none;
    color: #ffffff;
    background: #211616;
    font-size: 1.4rem;
    font-weight: 700;
}

.tag-wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;

    @media screen and (max-width: 767px) {
        gap: 1.5rem;
    }
}

/* --------------------------------------------------------------- */
/* FIXED BUTTONS */
/* --------------------------------------------------------------- */
.fixed-buttons {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;

    @media screen and (max-width: 767px) {
        display: none;
    }
}

.button {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 2.7rem 2.5rem;
    text-decoration: none;
    background: #000000;
    border-radius: 2rem 0px 0px 2rem;
    width: 7.3rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: 0.06em;
    font-feature-settings:
        "palt" on,
        "vrt2" on;
    color: #ffffff;
    cursor: pointer;
    transition: 0.3s opacity;

    &:hover {
        opacity: 0.6;
    }

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

.sp-btn-box {
    border-radius: 1rem;
    overflow: hidden;
    width: 100%;
    gap: 0.8rem;
    padding: 3rem 0;
    align-items: center;
    border-bottom: 1px solid #acacac;

    .button {
        flex: 1;
        min-width: 0;
        width: 26.3rem;
        height: 6rem;
        padding: 2.2rem 0;
        color: #fff;
        font-family: "Noto Sans JP";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 700;
        line-height: 1.6rem; /* 100% */
        letter-spacing: 0.08em;
        border-radius: 3rem;
        background: #000;
        gap: 0.4rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .button img {
        width: 2.4rem;
        height: auto;
    }

    @media screen and (max-width: 767px) {
        display: flex;
        flex-direction: column;
    }
}

#gt_float_wrapper {
    display: none;
}

/* --------------------------------------------------------------- */
/* BACK TO TOP BUTTON */
/* --------------------------------------------------------------- */

.back-to-top {
    position: fixed;
    right: 8rem;
    bottom: 4rem;
    z-index: 900;
    width: 5.6rem;
    height: 5.6rem;
    background: #e3002d;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    transition: opacity 0.25s ease;

    &:hover {
        border: 1px solid #e90000;
        background: #ffffff;
        .dli-chevron-up {
            border: 0.2rem solid #e3002d;
            border-left: 0;
            border-bottom: 0;
        }

        .back-to-top-text {
            color: #e3002d;
        }
    }
}

.back-to-top-text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.dli-chevron-up {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0.7rem;
    height: 0.7rem;
    border: 0.2rem solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}

.back-to-top.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .back-to-top {
        width: 5.6rem;
        height: 5.6rem;
        right: 1.6rem;
        bottom: 1.6rem;
        font-size: 1.1rem;
    }
}

/* --------------------------------------------------------------- */
/* ENGLISH */
/* --------------------------------------------------------------- */

html.site-lang-en *,
html.site-lang-en *::after,
html.site-lang-en *::before {
    word-break: normal;
    overflow-wrap: break-word;
}

html.site-lang-en {
    letter-spacing: 0.01em;
}

html.site-lang-en body {
    line-height: 1.5;
}

html.site-lang-en .news-title,
html.site-lang-en .list-title.news-title,
html.site-lang-en .news-date,
html.site-lang-en .news-label-text,
html.site-lang-en .common-section-title,
html.site-lang-en .common-section-desc-title,
html.site-lang-en .common-section-desc-text,
html.site-lang-en .button {
    letter-spacing: 0.02em;
}

html.site-lang-en .news-container-top,
html.site-lang-en .news-label {
    min-width: 0;
}

html.site-lang-en .list-title.news-title {
    min-width: 0;
}

html.site-lang-en .nav-form-btn {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    white-space: normal;
}

/* ヘッダー：英語時の gap 調整 */
html.site-lang-en #header .main-nav-container {
    gap: 1.2rem;
}
html.site-lang-en #header .main-nav-container-top {
    gap: 2.4rem;
}
html.site-lang-en #header .main-nav-container-bottom {
    gap: 4rem;
}
@media screen and (max-width: 767px) {
    html.site-lang-en #header .main-nav-container {
        gap: 2rem;
    }
    html.site-lang-en #header .main-nav-container-top {
        gap: 1.4rem;
    }
}

/* 会社情報 dropdown：英語時の gap 調整 */
@media screen and (min-width: 768px) {
    html.site-lang-en .main-nav-dropdown--company .dropdown-nav-links--company {
        gap: 1.5rem;
    }
}

/* ヘッダー検索：英語時はプレースホルダーが見える程度に幅を拡大（PCのみ） */
@media screen and (min-width: 767.01px) {
    html.site-lang-en .nav .search-bar-inner {
        width: 24rem;
    }
}

html.site-lang-en .fixed-buttons .button {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 2rem;
}

html.site-lang-en .common-section-btn {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

/* sec2-link-box-title：英語時も画像の上に重ねつつ、テキストとアイコンを横並びに */
html.site-lang-en .sec2-link-box .sec2-link-box-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    padding: 0 2rem 3rem 2rem;
}

html.site-lang-en .sec2-link-box .sec2-link-box-title span {
    position: static;
    min-width: 0;
}

html.site-lang-en .sec2-link-box .sec2-link-box-title img {
    position: static;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    html.site-lang-en .sec2-link-box .sec2-link-box-title {
        padding-bottom: 2rem;
    }
}

html.site-lang-en #footer .footer-list-child-link:not(.disc-child) {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: auto;
    min-width: 22rem;
}

html.site-lang-en #footer .footer-list-child-link:not(.disc-child) .dli-chevron-round-right {
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    width: 1rem;
    height: 1rem;
    line-height: 1;
    color: #fff;
    transform: translateX(-25%) rotate(45deg);
    box-sizing: border-box;
}

html.site-lang-en #footer .footer-list-child-link:not(.disc-child) .dli-chevron-round-right::before,
html.site-lang-en #footer .footer-list-child-link:not(.disc-child) .dli-chevron-round-right::after {
    content: "";
    position: absolute;
    background: currentColor;
    border-radius: 0.1em;
}

html.site-lang-en #footer .footer-list-child-link:not(.disc-child) .dli-chevron-round-right::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

html.site-lang-en #footer .footer-list-child-link:not(.disc-child) .dli-chevron-round-right::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

/* --------------------------------------------------------------- */
/* PRINT
/* --------------------------------------------------------------- */
@media print {
    #header {
        position: relative !important;
    }

    .main-nav-dropdown,
    .main-nav-item-has-dropdown .main-nav-dropdown {
        display: none !important;
    }

    .fv {
        /* -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
        min-height: 50rem; */
    }
}

/* --------------------------------------------------------------- */
/* COMMON SEIHIN CONTAINER */
/* --------------------------------------------------------------- */

.seihin-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 1rem;
    }
}

.seihin-list {
    width: 18%;
    background-color: #fff;
    padding: 2rem 1.5rem;

    @media screen and (max-width: 767px) {
        width: 100%;
        padding: 1rem;
    }
}

.seihin-list-container {
    width: 100%;
    text-decoration: none;

    @media screen and (max-width: 767px) {
        display: flex;
        gap: 1rem;
    }
}

.seihin-img {
    margin-bottom: 1rem;
    border: 1px solid #c0c0c0;
    height: 18.5rem;
    /* padding: 0.8rem; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;

    & img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    @media screen and (max-width: 767px) {
        margin-bottom: 0;
        flex-shrink: 0;
        width: 8rem;
        height: 8rem;
    }
}

.seihin-text{
}

.seihin-category {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.2rem;

    @media screen and (max-width: 767px) {
        margin-bottom: 0.6rem;
    }

    & span {
        display: inline-flex;
        align-items: center;
        padding: 0.8rem 1rem;
        background: #000000;
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        font-size: 1.4rem;
        line-height: 1.4rem;
        letter-spacing: 0.1em;
        color: #ffffff;
        @media screen and (max-width: 767px) {
            font-size: 1rem;
            line-height: 1rem;
            padding: 0.4rem;
            font-weight: normal;
        }
    }
}

.application-maker-name {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    color: #000000;
    margin-bottom: 3rem;

    @media screen and (max-width: 767px) {
        gap: 0.5rem;
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }
}

.seihin-name {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/* edit css */
/* h2 */
.common-html-area {
    & h2 {
        position: relative;
        margin-bottom: 2rem;
        padding-left: 3.5rem;
        font-weight: bold;
        font-size: 2.2rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
        color: #000;

        @media screen and (max-width: 767px) {
            margin-bottom: 1rem;
            padding-left: 1.2rem;
            font-size: 1.7rem;
            letter-spacing: 0.05em;
        }

        &:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0.5rem;
            display: block;
            width: 2.5rem;
            height: 75%;
            background: #e92629;
        }
        @media screen and (max-width: 767px) {
            &:after {
                width: 0.3rem;
            }
        }
    }

    /* h3 */
    & h3 {
        position: relative;
        margin-bottom: 2rem;
        padding: 0 0 1rem;
        font-size: 2rem;
        letter-spacing: 0.1em;
        line-height: 180%;
        @media screen and (max-width: 767px) {
            margin-bottom: 1rem;
            padding: 0 0 0.5rem;
            font-size: 1.6rem;
            line-height: 160%;
        }
        &:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            display: block;
            width: 4rem;
            height: 0.3rem;
            background: #e92629;
        }
    }
    /* h4 */
    & h4 {
        margin-bottom: 1rem;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        line-height: 160%;
        @media screen and (max-width: 767px) {
            margin-bottom: 0.5rem;
        }
    }
    /* h5 */
    & h5 {
        position: relative;
        margin-bottom: 1rem;
        padding-left: 1.8rem;
        font-weight: bold;
        @media screen and (max-width: 767px) {
            margin-bottom: 0.5rem;
        }
    }
    & h5:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 1.4rem;
        height: 1.4rem;
        background: #e92629;
    }
    /* h6 */
    & h6 {
        margin-bottom: 1rem;
        font-weight: bold;
        @media screen and (max-width: 767px) {
            margin-bottom: 0.5rem;
        }
    }
    /* p */
    & p {
        margin-bottom: 3rem;
        font-weight: bold;
        letter-spacing: 0.05em;
        line-height: 2;
        @media screen and (max-width: 767px) {
            margin-bottom: 1.5rem;
            line-height: 160%;
        }

        &:last-child{
            margin-bottom: 0;
        }
    }
    /* ul */
    & ul {
        margin-bottom: 2rem;
        & li {
            position: relative;
            padding-left: 1rem;
            font-weight: bold;
            line-height: 2;
            &:after {
                content: "";
                position: absolute;
                left: 0;
                top: 1.3rem;
                display: block;
                width: 0.6rem;
                height: 0.6rem;
                border-radius: 0.3rem;
                background: #e92629;
            }
        }
    }
    /* ol */
    & ol {
        margin-bottom: 2rem;
        counter-reset: number 0;
        & li {
            position: relative;
            padding-left: 2rem;
            line-height: 2;
            font-weight: bold;
            counter-increment: number 1;
            &:after {
                content: counter(number) ".";
                position: absolute;
                left: 0;
                top: 0.8rem;
                display: block;
                color: #e92629;
                font-size: 1.4rem;
                line-height: 100%;
            }
        }
    }
    /* img float */
    & img.alignleft {
        float: left;
        margin: 0.8rem 1rem 1rem 0;
        @media screen and (max-width: 767px) {
            float: none;
            display: block;
            margin: 0 auto 1rem;
        }
    }
    & img.aligncenter {
        display: block;
        margin: 0 auto 2rem;
    }
    & img.alignright {
        float: right;
        margin: 0.8rem 0 1rem 1rem;
    }
    @media screen and (max-width: 767px) {
        & img.alignright {
            float: none;
            display: block;
            margin: 0 auto 1rem;
        }
    }
    & img {
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }
    /* blockquote */
    & blockquote {
        position: relative;
        margin: 0 0 3rem 3rem;
        padding-left: 6rem;
        font-size: 1.4rem;
        line-height: 180%;
        @media screen and (max-width: 767px) {
            margin: 0 0 1.5rem 0;
            padding-left: 4rem;
            line-height: 160%;
        }
        &:after,
        &:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            display: block;
        }
        &:after {
            top: 0.5rem;
            width: 0.2rem;
            height: 5rem;
            background: #ccc;
        }
        &:before {
            content: "“";
            position: absolute;
            left: 1rem;
            top: -0.5rem;
            color: #ccc;
            font-size: 6rem;
            line-height: 100%;
        }
    }

    & a {
        color: #003cb5;
    }
}

.common-html-area a[target="_blank"] {
    position: relative;
    padding-right: 2.4rem;
}

.common-html-area a[target="_blank"]::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-50%);
    background-image: url("../../common/img/blue-clipboard.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.hashtag-area {
    padding-top: 1.5rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.1em;
    color: #787276;
    /* margin-bottom: 4rem; */

    @media screen and (max-width: 767px) {
        font-size: 1.2rem;
        /* margin-bottom: 2rem; */
    }
}

/* ------------------------------------------- */
/* PAGE COMMON CONTACT */
/* ------------------------------------------- */

.page-common-contact {
    padding-top: 6.9rem;
    padding-bottom: 7.8rem;
    background: #f4f5f6;

    @media screen and (max-width: 767px) {
        padding-bottom: 6.5rem;
    }

    .page-common-contact-container {
        position: relative;

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

    .page-contact-line {
        border-top: 1px solid #000000;

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

    .page-contact-title {
        position: relative;
        top: -3.22rem;
        font-family: "Lato";
        font-style: normal;
        font-weight: 500;
        font-size: 5.6rem;
        line-height: 5.6rem;
        letter-spacing: 0.04em;
        color: #000000;
        display: table;
        margin: auto;
        background-color: #f4f5f6;
        padding: 0 2rem;
        padding-bottom: 4.4rem;

        @media screen and (max-width: 767px) {
            font-size: 3rem;
            line-height: 3rem;
            letter-spacing: 0.04em;
            top: -2rem;
            padding-bottom: 3rem;
        }
    }

    .page-contact-btn-box {
        display: flex;
        gap: 2.5rem;
        align-items: center;
        /* padding-bottom: 2.5rem; */
        width: 100%;

        &:last-child {
            padding-bottom: 0;
        }

        @media screen and (max-width: 767px) {
            flex-direction: column;
            gap: 1.2rem;
        }
    }

    .page-contact-btn {
        display: flex;
        gap: 1.2rem;
        align-items: center;
        padding: 2.5rem 0;
        background: #ffffff;
        width: 45.4rem;
        justify-content: center;
        text-decoration: none;
        transition: 0.3s opacity;

        &:hover {
            opacity: 0.5;
        }

        @media screen and (max-width: 767px) {
            width: 100%;
            padding: 1.5rem 4rem;
            justify-content: flex-start;
        }
    }

    .page-contact-btn-icon {
        /* width: 10.6rem; */

        & img {
            width: 100%;
        }

        @media screen and (max-width: 767px) {
            width: 2.4rem;
        }
    }

    .page-contact-btn-text {
        /* width: 76.4rem; */
        display: flex;
        flex-direction: column;
        gap: 1rem;

        @media screen and (max-width: 767px) {
            justify-content: center;
        }
    }

    .page-contact-btn-text-title {
        font-family: "Noto Sans JP";
        font-style: normal;
        font-weight: 700;
        /* font-size: 3rem; */
        font-size: 2.4rem;
        line-height: 3rem;
        letter-spacing: 0.08em;
        color: #000000;
        position: relative;
        display: flex;
        gap: 1rem;
        align-items: center;

        @media screen and (max-width: 767px) {
            font-size: 1.6rem;
            line-height: 1.6rem;
            letter-spacing: 0.08em;
        }
    }

    .red-arrow {
        /* position: absolute; */
        padding-top: 0.4rem;
        width: 2.8rem;
    }
}

.notranslate.en {
    display: none;
}

html.site-lang-en *.notranslate.en {
    display: inline-flex;
    align-items: center;
}

html.site-lang-en *.notranslate.jp {
    display: none;
}


html.site-lang-en .footer-company-name .footer-company-name-romaji {
    display: none !important;
}
