@charset "UTF-8";

/*----------------------------------------------------------*/
/* リセットｃｓｓ */
/*----------------------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    min-width: 0;
}

/* Document */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: transparent;
    /* 3*/
}

/* Sections */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit;
    /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/*----------------------------------------------------------*/
/* 変数・ページ全体基本設定 */
/*----------------------------------------------------------*/
:root {
    --gothic-font: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic UI", YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
    --mincho-font: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
    --base-font-size: 10px;
    --normal-font-size: clamp(1.4rem, 3.733vw, 1.8rem);
    --normalMincho-font-size: clamp(1.6rem, 4.266vw, 2.2rem);
    --min-font-size: clamp(1.2rem, 1.434vw, 1.6rem);
    --header-font-size: clamp(1.8rem, 2.346vw, 2rem);
    --footer-font-sizeSP: clamp(1.4rem, 3.733vw, 1.6rem);
    --breadcrumb-font-sizeSp: clamp(1.4rem, 3.733vw, 1.6rem);
    --hamburger-font-size: clamp(1.2rem, 3.2vw, 1.6rem);
    --topTitle-font-size: clamp(2.6rem, 6.933vw, 4.2rem);
    --topJaCatch-font-size: clamp(5.7rem, 7.421vw, 8rem);
    --topEnCatch-font-size: clamp(3rem, 3.91vw, 3.6rem);
    --topJaCatch-font-sizeSp: clamp(2.9rem, 7.733vw, 6.5rem);
    --topEnCatch-font-sizeSP: clamp(1.8rem, 4.8vw, 3rem);
    --lowerTitle-font-size: clamp(3.6rem, 4.693vw, 4.8rem);
    --lowerTitle-en-font-size: clamp(2rem, 2.607vw, 2.4rem);
    --lowerSubTitle-font-size: clamp(3rem, 3.91vw, 3.6rem);
    --lowerTitle-font-sizeSp: 3rem;
    --lowerTitle-en-font-sizeSp: 2rem;
    --lowerSubTitle-font-sizeSp: clamp(2.6rem, 6.93vw, 3rem);
    --lowerTitle-h4-font-size: clamp(2rem, 2.607vw, 2.4rem);
    --lowerTitle-h5-font-size: clamp(2rem, 2.607vw, 2.4rem);
    --news-select-font-size: clamp(1.6rem, 4.266vw, 2rem);
    --news-title-font-size: clamp(2.4rem, 6.4vw, 2.6rem);
    --news-min-font-size: clamp(1.4rem, 3.733vw, 1.6rem);
    --color-black: #000;
    --color-sub: #333;
    --color-white: #fff;
    --color-head: #cf0027;
    --color-red: #d00027;
    --color-link: #ce0027;
    --color-hover: #990033;
    --color-lightGray: #ececec;
    --header-height: 80px;
    --header-heightSP: 70px;
    --border: 1px solid rgba(204, 204, 204, 0.75);
    --border-dotted: 1px dotted #333;
    --border-dottedWhite: 1px dotted #fff;
    --border-dashed: 1px dashed #333;
    --border-gray: 1px solid #999;
    --border-gray4: 4px solid #999;
    --border-link: 1px solid #ce0027;
    --border-hover: 1px solid #990033;
    --shadow: 0 5px 5px rgba(204, 204, 204, 0.75);
    --min-size-adjust: clamp(0.25em, calc(0.025em + 0.6vw), 1em);
}

html {
    font-size: var(--base-font-size);
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-height);
    word-break: break-all;
}

body {
    font-family: var(--gothic-font);
    font-weight: 400;
    color: var(--color-black);
    font-size: 1.8rem;
    line-height: 2;
}

.js-accordion-title {
    cursor: pointer;
}

main {
    margin-top: var(--header-height);
    background-color: var(--color-white);
}

body.active {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

a {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

a:hover {
    color: var(--color-link);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 600;
    color: var(--color-black) !important;
}

.l-lowerPage__404 {
    font-size: var(--normal-font-size);
    text-align: center;
}

.l-lowerPage__404-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2em auto 0;
    padding: 0.5em 1em;
}

.br-all {
    display: block;
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

.nav-links {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5em;
}

.nav-links .page-numbers {
    font-size: 1.4rem;
    line-height: 1;
    border: var(--border-gray);
    background-color: var(--color-lightGray);
    color: var(--color-sub);
    padding: 0.5em 0.7em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-links .page-numbers:hover {
    background-color: var(--color-hover);
    color: var(--color-white);
}

.nav-links .page-numbers.current {
    background-color: var(--color-red);
    color: var(--color-white);
}

.nav-links .page-numbers.current:hover {
    color: var(--color-white);
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.dots {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.nav-links .page-numbers.dots,
.nav-links .page-numbers .current {
    cursor: default;
    pointer-events: none;
}

.only-print {
    display: none !important;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    html {
        scroll-padding-top: var(--header-heightSP);
    }

    main {
        margin-top: var(--header-heightSP);
    }

    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }
}

/*----------------------------------------------------------*/
@media print {
    * {
        color: #000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    main {
        background-color: none;
        margin-top: 0 !important;
    }

    .no-print {
        display: none !important;
    }

    .only-print {
        display: block !important;
    }

    .br-all,
    .br-pc,
    .br-sp {
        display: block !important;
    }

    [data-aos],
    .aos-animate {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-transition: none !important;
        transition: none !important;
    }

    .js-accordionToggle {
        display: none !important;
    }

    .js-accordionContent {
        display: block !important;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ヘッダー - header - */
/*----------------------------------------------------------*/
.l-header {
    background-color: var(--color-white);
    height: var(--header-height);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border-bottom: var(--border);
}

.l-header__inner {
    max-width: 1060px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 20px;
}

.l-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4em;
    font-size: var(--min-font-size);
    font-weight: 600;
    line-height: 1;
}

.l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.l-header__nav-list .menu-item {
    padding: 0;
    padding-left: var(--min-size-adjust);
    padding-right: var(--min-size-adjust);
}

.l-header__nav-list .menu-item.current-menu-item {
    color: var(--color-head);
}

.l-header__nav-list .menu-item.current-menu-item.menu-item-home {
    color: inherit;
}

.l-header__nav-list .menu-item:last-of-type {
    padding-right: 0;
}

.l-header__nav-item {
    padding-right: var(--min-size-adjust);
    padding-left: var(--min-size-adjust);
}

.l-header__nav-item:last-of-type {
    padding-right: 0;
}

.l-header__nav-tel {
    font-size: var(--header-font-size);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: var(--color-head);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
}

.l-header__nav-tel::before {
    content: "";
    background: url(../img/icon-phone.png) no-repeat center center/cover;
    display: block;
    width: 21px;
    height: 21px;
}

.l-header__nav-tel:hover {
    color: var(--color-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.l-header__nav-tel:hover::before {
    content: "";
    background: url(../img/icon-phone-hover.png) no-repeat center center/cover;
}

.l-header__nav-contact {
    padding: 0.1em 0.5em;
}

.l-header__nav-contact::before {
    content: "";
    background: url(../img/icon-mail.png) no-repeat center center/cover;
    display: block;
    width: 24px;
    height: 18px;
}

.l-header__nav-bottom .menu-item+.menu-item {
    border-left: var(--border-dotted);
}

/* ハンバーガーメニュー */
.l-header__hamburger {
    position: relative;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.l-header__hamburger-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    width: 52px;
}

.l-header__hamburger-bar {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    width: 100%;
    height: 8px;
    background-color: var(--color-black);
}

.l-header__hamburger-label {
    font-size: 1.6rem;
    font-family: var(--mincho-font);
    font-weight: 400;
    color: var(--color-black);
    line-height: 1;
}

.l-header__hamburger.active {
    z-index: 999;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(1) {
    -webkit-transform: translateY(11.5px) rotate(45deg);
    transform: translateY(11.5px) rotate(45deg);
    width: 80%;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(2) {
    opacity: 0;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 80%;
}

/* 上から出てくるメニュー */
.l-header__menu {
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: var(--normal-font-size);
    line-height: 1;
    padding: 0.5em;
    padding-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: fixed;
    top: 70px;
    right: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    -webkit-transition: visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.4s ease;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    z-index: 100;
}

.l-header__menu.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
}

.l-header__menu-list .menu-item {
    font-weight: 400;
    letter-spacing: 0.08em;
}

.l-header__menu-list .menu-item .menu-item--icon {
    background-color: var(--color-white);
    color: var(--color-red);
}

.l-header__menu-list .menu-item .menu-link {
    padding: 0.5em 2em 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-header__menu-list .menu-item .menu-link:hover {
    opacity: 0.8;
    color: var(--color-white);
}

.l-header__menu-list .menu-item+.menu-item {
    border-top: var(--border-dottedWhite);
}

/*----------------------------------------------------------*/
@media screen and (max-width: 924px) {
    .l-header__right {
        gap: 1em;
    }
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .l-header {
        height: var(--header-heightSP);
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }

    .l-header__inner {
        padding: 10px;
    }

    .l-header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45%;
    }

    .l-header__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5em;
    }

    .l-header__hamburger-label {
        font-size: var(--hamburger-font-size);
    }

    .l-header__nav-tel {
        width: 7.05vw;
        height: 6.7vw;
        max-width: 54px;
        min-width: 40px;
        max-height: 51px;
        min-height: 38px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: var(--border);
        border-radius: 10px;
    }

    .l-header__nav-contact {
        width: 7.05vw;
        height: 6.7vw;
        max-width: 54px;
        max-height: 51px;
        min-width: 40px;
        min-height: 38px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-header__nav-text {
        display: none;
    }

    .l-header__nav-bottom {
        display: none;
    }

    .l-header__hamburger {
        display: block;
    }

    .l-header__nav {
        display: none;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .l-header {
        height: var(--header-heightSP);
        -webkit-box-shadow: var(--shadow);
        box-shadow: var(--shadow);
    }

    .l-header__inner {
        padding: 10px;
    }

    .l-header__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45%;
    }

    .l-header__right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.5em;
    }

    .l-header__hamburger-label {
        font-size: var(--hamburger-font-size);
    }

    .l-header__nav-tel {
        width: 7.05vw;
        height: 6.7vw;
        max-width: 54px;
        min-width: 40px;
        max-height: 51px;
        min-height: 38px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: var(--border);
        border-radius: 10px;
    }

    .l-header__nav-contact {
        width: 7.05vw;
        height: 6.7vw;
        max-width: 54px;
        max-height: 51px;
        min-width: 40px;
        min-height: 38px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .l-header__nav-text {
        display: none;
    }

    .l-header__nav-bottom {
        display: none;
    }

    .l-header__hamburger {
        display: block;
    }

    .l-header__nav {
        display: none;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* フッター - footer - */
/*----------------------------------------------------------*/
.l-footer {
    background-color: var(--color-black);
    color: var(--color-white);
    padding-top: 1em;
    margin-top: 2em;
}

.l-footer__wrap {
    font-size: var(--normal-font-size);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 2.5em;
}

.l-footer__left {
    width: 40%;
}

.l-footer__right {
    width: calc(100% - (40% + 2.5em));
}

.l-footer__address {
    margin-top: 1em;
}

.l-footer-nav {
    height: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-content: center;
    gap: 0.2em;
}

.l-footer-nav .menu-item .menu-link {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-footer-nav .menu-item .menu-link:hover {
    color: var(--color-white);
}

.l-footer-nav .menu-item .menu-link::after {
    content: "";
    position: absolute;
    left: 1.5em;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.l-footer-nav .menu-item .menu-link:hover::after {
    width: calc(100% - 1.5em);
}

.l-footer-nav .menu-item--icon {
    background-color: var(--color-link);
    color: var(--color-white);
}

.l-footer__copyright {
    font-size: var(--normal-font-size);
    background-color: var(--color-white);
    color: var(--color-black);
    text-align: center;
    padding: 0.5em 0;
    margin-top: 1em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .l-footer__wrap {
        font-size: var(--footer-font-sizeSP);
        gap: 1.5em;
    }

    .l-footer__left {
        width: 45%;
    }

    .l-footer__right {
        width: calc(100% - (45% + 1.5em));
    }

    .l-footer-nav {
        grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .l-footer__wrap {
        font-size: var(--footer-font-sizeSP);
        gap: 1.5em;
    }

    .l-footer__left {
        width: 45%;
    }

    .l-footer__right {
        width: calc(100% - (45% + 1.5em));
    }

    .l-footer-nav {
        grid-template-columns: repeat(auto-fit, minmax(10.5em, 1fr));
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* トップページレイアウト - top - */
/*----------------------------------------------------------*/
.p-top__title {
    text-align: center;
    font-size: var(--topTitle-font-size);
    font-weight: bold;
    line-height: 1;
}

/* ファーストビュー */
.p-top-fv__body {
    padding: 2em 0 3em;
}

.p-top-fv__wrapper {
    font-family: var(--mincho-font);
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    position: relative;
}

.p-top-fv__wrapper::after {
    content: "";
    position: absolute;
    bottom: 1.2em;
    left: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 13vw;
    max-height: 100px;
    background-color: var(--color-lightGray);
    z-index: 1;
}

.p-top-fv__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 440px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.p-top-fv__catch {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 2.2rem;
}

.p-top-fv__catch-ja {
    font-size: var(--topJaCatch-font-size);
    font-weight: bold;
    line-height: 1.2;
    margin: auto 0;
}

.p-top-fv__catch-en {
    color: var(--color-sub);
    margin-top: auto;
    font-size: var(--topEnCatch-font-size);
    line-height: 1.2;
    padding-bottom: 0.3em;
}

.p-top-fv__description {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    color: var(--color-sub);
}

.p-top-fv__text-dog {
    font-size: var(--normal-font-size);
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: 0.08em;
}

.p-top-fv__text-fuma {
    font-family: var(--mincho-font);
    font-weight: 600;
    font-size: var(--normalMincho-font-size);
    line-height: 1.545;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-top-fv__body {
        padding-top: 1em;
    }

    .p-top-fv__wrapper {
        grid-template-columns: 40% auto;
        gap: clamp(1em, 0.625em + 1.25vw, 3em);
        padding: 0;
    }

    .p-top-fv__wrapper::after {
        height: 14vw;
        max-height: 90px;
    }

    .p-top-fv__catch {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .p-top-fv__catch-ja {
        font-size: var(--topJaCatch-font-sizeSp);
    }

    .p-top-fv__catch-en {
        font-size: var(--topEnCatch-font-sizeSP);
        margin-top: 5vw;
    }

    .p-top-fv__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        gap: 1.5em;
    }

    .p-top-fv__text-dog {
        width: 100%;
        letter-spacing: 0.05em;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-top-fv__body {
        padding-top: 1em;
    }

    .p-top-fv__wrapper {
        grid-template-columns: 40% auto;
        gap: clamp(1em, 0.625em + 1.25vw, 3em);
        padding: 0;
    }

    .p-top-fv__wrapper::after {
        height: 14vw;
        max-height: 90px;
    }

    .p-top-fv__catch {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }

    .p-top-fv__catch-ja {
        font-size: var(--topJaCatch-font-sizeSp);
    }

    .p-top-fv__catch-en {
        font-size: var(--topEnCatch-font-sizeSP);
        margin-top: 5vw;
    }

    .p-top-fv__description {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        gap: 1.5em;
    }

    .p-top-fv__text-dog {
        width: 100%;
        letter-spacing: 0.05em;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*----------------------------------------------------------*/
/* FUMA探偵事務所のご案内 */
.p-top-navigation {
    background-color: var(--color-sub);
    color: var(--color-white);
    padding: 1.5em 0 2em;
}

.p-top-navigation__list {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

.p-top-navigation__img {
    overflow: hidden;
}

.p-top-navigation__img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-navigation__link:hover .p-top-navigation__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-top-navigation {
        padding: 0.5em 0 1em;
    }

    .p-top-navigation__list {
        margin-top: 0.7em;
        gap: 0.7em;
        grid-template-columns: 1fr;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-top-navigation {
        padding: 0.5em 0 1em;
    }

    .p-top-navigation__list {
        margin-top: 0.7em;
        gap: 0.7em;
        grid-template-columns: 1fr;
    }
}

/*----------------------------------------------------------*/
/* 新着情報ニュース&コラム */
.p-top__news {
    padding: 4.5em 0 2.5em;
}

.p-top__title--news {
    letter-spacing: -0.05em;
}

.p-top__newsList {
    margin-top: 2em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-top__news {
        padding: 2em 0 0;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-top__news {
        padding: 2em 0 0;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 下層ページ全体基本設定 - lowerPage - */
/*----------------------------------------------------------*/
.l-lowerPage__heading {
    background-color: var(--color-lightGray);
    padding: 1em 0;
}

.l-lowerPage__title {
    font-family: var(--mincho-font);
    font-size: var(--lowerTitle-font-size);
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.l-lowerPage__title .l-lowerPage__title__en {
    display: block;
    font-size: var(--lowerTitle-en-font-size);
    margin-top: 0.5em;
}

.l-lowerPage__subtitle {
    font-size: var(--lowerSubTitle-font-size);
    font-weight: 600;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-lowerPage__subtitle::before {
    content: "";
    display: inline-block;
    margin-right: 0.2em;
    background: url(../img/shuriken.png) no-repeat center center/cover;
    width: 1.25em;
    height: 1.25em;
}

.l-lowerPage__subtitle::after {
    content: "";
    display: inline-block;
    margin-left: 0.2em;
    background: url(../img/shuriken.png) no-repeat center center/cover;
    width: 1.25em;
    height: 1.25em;
}

.l-lowerPage__title-h4 {
    font-size: var(--lowerTitle-h4-font-size);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
}

.l-lowerPage__title-h4 .l-lowerPage__title-num {
    color: var(--color-red);
    margin-right: 0.25em;
}

.l-lowerPage__title-h5 {
    font-size: var(--lowerTitle-h5-font-size);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
}

.l-lowerPage__title-h5::before {
    content: "■";
}

.l-lowerPage__section {
    padding: 2em 0;
}

.l-lowerPage__section:last-of-type {
    padding-bottom: 3em;
}

.l-lowerPage__content {
    margin-top: 2em;
}

.l-lowerPage__content+.l-lowerPage__content {
    margin-top: 4em;
}

.l-lowerPage__breadcrumb {
    background-color: var(--color-black);
    color: var(--color-white);
    font-size: var(--normal-font-size);
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement]:last-of-type {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 0;
    max-width: 100%;
}

.l-lowerPage__breadcrumb .l-lowerPage__breadcrumb-inner span[property=itemListElement]:last-of-type [property=name] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.l-lowerPage__normalList li {
    font-size: var(--normal-font-size);
    line-height: 1.66;
    text-indent: -1em;
    padding-left: 1em;
}

.l-lowerPage__normalList li::before {
    content: "・";
    text-indent: -1em;
}

.l-lowerPage__orderList .l-lowerPage__orderItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5em;
    font-size: var(--normal-font-size);
    line-height: 1.66;
}

.l-lowerPage__orderList .list-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.l-lowerPage__notesList li {
    font-size: var(--normal-font-size);
    line-height: 1.66;
    text-indent: -1em;
    padding-left: 1em;
}

.l-lowerPage__notesList li::before {
    content: "※";
    text-indent: -1em;
}

.l-lowerPage__notesList+.l-lowerPage__notesList {
    margin-top: 1.5em;
}

.l-lowerPage__breadcrumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .l-lowerPage__heading {
        padding: 0.5em 0;
    }

    .l-lowerPage__title {
        font-size: var(--lowerTitle-font-sizeSp);
    }

    .l-lowerPage__title .l-lowerPage__title__en {
        font-size: var(--lowerTitle-en-font-sizeSp);
    }

    .l-lowerPage__subtitle {
        font-size: var(--lowerSubTitle-font-sizeSp);
    }

    .l-lowerPage__breadcrumb {
        font-size: var(--breadcrumb-font-sizeSp);
    }

    .l-lowerPage__section {
        padding: 1em 0;
    }

    .l-lowerPage__section:last-of-type {
        padding-bottom: 1em;
    }

    .l-lowerPage__content {
        margin-top: 1em;
    }

    .l-lowerPage__content+.l-lowerPage__content {
        margin-top: 2em;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .l-lowerPage__heading {
        padding: 0.5em 0;
    }

    .l-lowerPage__title {
        font-size: var(--lowerTitle-font-sizeSp);
    }

    .l-lowerPage__title .l-lowerPage__title__en {
        font-size: var(--lowerTitle-en-font-sizeSp);
    }

    .l-lowerPage__subtitle {
        font-size: var(--lowerSubTitle-font-sizeSp);
    }

    .l-lowerPage__breadcrumb {
        font-size: var(--breadcrumb-font-sizeSp);
    }

    .l-lowerPage__section {
        padding: 1em 0;
    }

    .l-lowerPage__section:last-of-type {
        padding-bottom: 1em;
    }

    .l-lowerPage__content {
        margin-top: 1em;
    }

    .l-lowerPage__content+.l-lowerPage__content {
        margin-top: 2em;
    }
}

/* ============================================ */
/* パーツテンプレート */
/*----------------------------------------------------------*/
/* 矢印 - accordion circleArrow scrollUp - */
/*----------------------------------------------------------*/

.c-accordionToggle {
    padding-left: 0.5em;
    padding-right: 1.5em;
    margin: 1em 0;
}

.c-circleArrow {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    font-size: 1.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.3em;
    line-height: 1;
}

.c-arrow-scrollUp {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 10;
    right: 20px;
    bottom: 10px;
    background-color: var(--color-link);
    cursor: pointer;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.c-arrow-scrollUp::before {
    content: "";
    display: inline-block;
    background: url(../img/scrollUp.png) no-repeat center center/cover;
    width: 15px;
    height: 21px;
}

.c-arrow-scrollUp:hover {
    background-color: var(--color-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .c-arrow-scrollUp {
        width: 40px;
        height: 40px;
        right: 6px;
        bottom: 9px;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* インナー - inner - */
/*----------------------------------------------------------*/
.c-inner {
    width: 100%;
    max-width: 1060px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ボタン - btn - */
/*----------------------------------------------------------*/
.c-btn {
    font-size: var(--normal-font-size);
    background-color: var(--color-head);
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
    border-radius: 10px;
    line-height: 1.66;
}

.c-btn:hover {
    background-color: var(--color-hover);
    color: var(--color-white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-linkMore {
    color: var(--color-link);
    font-size: var(--normal-font-size);
    font-weight: 400;
}

.c-linkMore:hover {
    color: var(--color-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-linkMore:hover .c-circleArrow {
    background-color: var(--color-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 調整ｃｓｓ - margin - */
/*----------------------------------------------------------*/
.c-margin--topS {
    margin-top: 0.5em;
}

.c-margin--topM {
    margin-top: 1em;
}

.c-margin--topL {
    margin-top: 1.5em;
}

.c-margin--top2 {
    margin-top: 2em;
}

.c-margin--top3 {
    margin-top: 3em;
}

.c-margin--top4 {
    margin-top: 4em;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 新着情報リストテンプレート - newsList - */
/*----------------------------------------------------------*/
.c-newsList {
    border-bottom: var(--border-dotted);
}

.c-newsList__item {
    color: var(--color-sub);
    font-size: var(--normal-font-size);
    font-weight: 400;
}

.c-newsList__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
    padding: 0.5em;
}

.c-newsList__item+.c-newsList__item {
    border-top: var(--border-dotted);
}

.c-newsList__icon {
    background-color: var(--color-link);
    color: var(--color-white);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-newsList__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    padding-right: 0.5em;
}

.c-newsList__label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    white-space: nowrap;
    padding-right: 0.5em;
}

.c-newsList__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.c-newsSection__more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.5em;
    margin-right: 0;
    margin-left: auto;
    padding-left: 1.7em;
}

.c-pagination--page {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5em;
}

.c-pagination--page .post-page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    border: var(--border-gray);
    background-color: var(--color-lightGray);
    color: var(--color-sub);
    padding: 0.5em 0.7em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.c-pagination--page .post-page-numbers:hover {
    background-color: var(--color-hover);
    color: var(--color-white) !important;
}

.c-pagination--page .post-page-numbers.current {
    background-color: var(--color-red);
    color: var(--color-white);
}

.c-pagination--page .post-page-numbers.current:hover {
    color: var(--color-white);
}

.c-pagination--page .post-page-numbers.next,
.c-pagination--page .post-page-numbers.prev,
.c-pagination--page .post-page-numbers.dots {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.c-pagination--page .post-page-numbers.dots,
.c-pagination--page .post-page-numbers .current {
    cursor: default;
    pointer-events: none;
}

.c-pagination--page a {
    border: var(--border-gray) !important;
}

.c-pagination--page span {
    display: block;
    margin-bottom: 0 !important;
    line-height: 1.2;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .c-newsList__item a {
        line-height: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.5em 0;
        position: relative;
        padding-left: 2em;
    }

    .c-newsList__icon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .c-newsList__item a {
        line-height: 1;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.5em 0;
        position: relative;
        padding-left: 2em;
    }

    .c-newsList__icon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/* ============================================ */
/* ページごとのレイアウト */
/*----------------------------------------------------------*/
/* 新着情報ページレイアウト - news - */
/*----------------------------------------------------------*/
.p-news__section {
    padding-top: 1em;
}

.p-news__section .p-news__article {
    color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__date {
    font-size: var(--normal-font-size);
    font-weight: 400;
    line-height: 1;
}

.p-news__section .p-news__article .p-news__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
}

.p-news__section .p-news__article .p-news__category {
    font-size: var(--news-select-font-size);
    font-weight: 600;
    line-height: 1;
}

.p-news__section .p-news__article .p-news____title {
    font-size: var(--news-title-font-size);
    color: var(--color-black);
    line-height: 1.4;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: var(--border-gray);
    margin-top: 0.5em;
}

.p-news__section .p-news__article .p-news____title::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    margin-right: 0.2em;
    background: url(../img/shuriken.png) no-repeat center center/cover;
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.1em;
}

.p-news__section .p-news__article .p-news__backButton {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 3em auto 0;
}

.p-news__section .p-news__article .p-news__backButton .p-news__btn {
    padding: 0.3em 1em;
}

.p-news__section .p-news__article .p-news__content {
    margin-top: 2em;
    font-size: var(--normal-font-size);
    line-height: 1.66;
}

.p-news__section .p-news__article .p-news__content p,
.p-news__section .p-news__article .p-news__content address,
.p-news__section .p-news__article .p-news__content span {
    margin-bottom: 1em;
}

.p-news__section .p-news__article .p-news__content a {
    color: var(--color-link);
    border-bottom: var(--border-link);
    line-height: 1.2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.p-news__section .p-news__article .p-news__content a:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--color-hover);
    border-bottom: none;
}

.p-news__section .p-news__article .p-news__content img {
    max-width: 100% !important;
    height: auto;
    display: inline-block;
    margin: 0.5em 0;
    vertical-align: middle;
}

.p-news__section .p-news__article .p-news__content img.alignright {
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.p-news__section .p-news__article .p-news__content img.alignleft {
    float: left;
    margin: 0 1em 0.5em 0;
    max-width: 50%;
}

.p-news__section .p-news__article .p-news__content img.aligncenter {
    display: block;
    margin: 0.5em auto;
}

.p-news__section .p-news__article .p-news__content h1 {
    font-size: var(--news-title-font-size);
    font-weight: 600;
    margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h2 {
    font-size: var(--lowerTitle-h4-font-size);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h3 {
    font-size: var(--lowerTitle-h5-font-size);
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content h3::before {
    content: "■";
}

.p-news__section .p-news__article .p-news__content h4,
.p-news__section .p-news__article .p-news__content h5,
.p-news__section .p-news__article .p-news__content h6 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 0.5em;
    color: var(--color-red);
}

.p-news__section .p-news__article .p-news__content blockquote {
    position: relative;
    margin-bottom: 0.5em;
    padding: 1.2em 2em;
    background-color: var(--color-lightGray);
    border-left: var(--border-gray4);
    font-size: var(--news-min-font-size);
}

.p-news__section .p-news__article .p-news__content blockquote::before {
    content: "“";
    font-size: 2em;
    position: absolute;
    top: -5px;
    left: 10px;
    color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__content blockquote::after {
    content: "”";
    font-size: 2em;
    position: absolute;
    bottom: -15px;
    right: 10px;
    color: var(--color-sub);
}

.p-news__section .p-news__article .p-news__content blockquote cite {
    display: block;
    margin-top: 1em;
    margin-right: 0.5em;
    font-style: normal;
    font-size: 0.9em;
    color: var(--color-sub);
    text-align: right;
}

.p-news__section .p-news__article .p-news__content ul {
    list-style-type: disc;
}

.p-news__section .p-news__article .p-news__content ol {
    list-style-type: decimal;
}

.p-news__section .p-news__article .p-news__content ul,
.p-news__section .p-news__article .p-news__content ol {
    margin: 0.5em 0;
    padding-left: 1em;
}

.p-news__section .p-news__article .p-news__content ul li::marker,
.p-news__section .p-news__article .p-news__content ol li::marker {
    color: var(--color-black);
    font-weight: 600;
}

.p-news__section .p-news__article .p-news__content pre {
    margin-bottom: 0.5em;
    background-color: var(--color-lightGray);
    border: var(--border);
    border-radius: 6px;
    padding: 1em;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 1.3rem;
    overflow-x: auto;
    white-space: pre;
}

.p-news__section .p-news__article .p-news__content table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--news-min-font-size);
    line-height: 1.66;
    margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content table a {
    border-bottom: none;
}

.p-news__section .p-news__article .p-news__content table th,
.p-news__section .p-news__article .p-news__content table td {
    border: var(--border-gray);
    padding: 1rem;
    vertical-align: middle;
}

.p-news__section .p-news__article .p-news__content table th {
    text-align: center;
}

.p-news__section .p-news__article .p-news__content table td {
    padding-left: 2rem;
    padding-right: 2rem;
}

.p-news__section .p-news__article .p-news__content dl {
    margin-bottom: 0.5em;
}

.p-news__section .p-news__article .p-news__content input,
.p-news__section .p-news__article .p-news__content textarea {
    padding: 0.2em 0.5em;
    border: var(--border);
    border-radius: 4px;
    margin-left: 0.5em;
}

.p-news__section .p-news__article .p-news__content input[type=submit] {
    cursor: pointer;
    padding: 0.3em 0.5em;
    font-size: var(--news-min-font-size);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.p-news__section .p-news__article .p-news__content input[type=submit]:hover {
    border: var(--border-gray);
    background-color: var(--color-lightGray);
}

.p-news__section .p-news__article .p-news__content span[id^=more-],
.p-news__section .p-news__article .p-news__content a[id^=more-] {
    display: none;
}

.p-news__filter-select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5em;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.p-news__filter-select-wrap .p-news__select-wrap {
    font-size: var(--news-select-font-size);
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.p-news__filter-select-wrap .p-news__select-wrap::after {
    content: "▼";
    display: block;
    color: var(--color-red);
    width: 1em;
    height: auto;
}

.p-news__filter-select-wrap .p-news__select-wrap select {
    padding: 0 0.5em;
}

.p-news__filter-select-wrap .p-news__select-wrap option {
    font-size: var(--normal-font-size);
    font-weight: 400;
}

.p-news__newsList {
    border-top: var(--border-dotted);
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 調査の特徴ページレイアウト - about - */
/*----------------------------------------------------------*/
.p-about__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
}

.p-about__section+.p-about__section {
    border-top: var(--border-dotted);
}

.p-about__text {
    font-size: var(--normal-font-size);
    font-weight: 400;
    color: var(--color-sub);
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.p-about__text p+p {
    margin-top: 1.5em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-about__content {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-about__content {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 調査項目・料金設定ページレイアウト - service - */
/*----------------------------------------------------------*/
.p-service__table {
    width: 100%;
    border-collapse: collapse;
    font-size: var(--normal-font-size);
    line-height: 1.66;
}

.p-service__table th,
.p-service__table td {
    border: var(--border-gray);
    padding: 1.5rem;
    vertical-align: middle;
}

.p-service__table th {
    width: 33%;
    text-align: center;
}

.p-service__table td {
    padding-left: 2rem;
    padding-right: 2rem;
}

.p-service__normalList {
    margin-top: 0.5em;
}

.p-service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.p-service__content .p-service__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.p-service__content .p-service__image {
    max-width: 306px;
}

.p-service__text {
    font-size: var(--normal-font-size);
    color: var(--color-sub);
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.05em;
}

.p-service__text p+p {
    margin-top: 2em;
}

.p-service__boxWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
}

.p-service__boxWrap .p-service__box {
    border: var(--border-gray);
    padding: 0.5em;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-service__table tbody {
        display: block;
    }

    .p-service__table tr {
        display: block;
        margin-bottom: 2rem;
    }

    .p-service__table tr:last-of-type {
        margin-bottom: 0;
    }

    .p-service__table th,
    .p-service__table td {
        display: block;
        width: 100%;
    }

    .p-service__table th {
        background-color: var(--color-lightGray);
    }

    .p-service__table td {
        border-top: none;
    }

    .p-service__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-service__image {
        width: 50%;
    }

    .p-service__text p+p {
        margin-top: 1em;
    }

    .p-service__boxWrap {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-service__table tbody {
        display: block;
    }

    .p-service__table tr {
        display: block;
        margin-bottom: 2rem;
    }

    .p-service__table tr:last-of-type {
        margin-bottom: 0;
    }

    .p-service__table th,
    .p-service__table td {
        display: block;
        width: 100%;
    }

    .p-service__table th {
        background-color: var(--color-lightGray);
    }

    .p-service__table td {
        border-top: none;
    }

    .p-service__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-service__image {
        width: 50%;
    }

    .p-service__text p+p {
        margin-top: 1em;
    }

    .p-service__boxWrap {
        grid-template-columns: 1fr;
        gap: 1em;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* ご依頼の流れページレイアウト - flow - */
/*----------------------------------------------------------*/
.p-flow__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
}

.p-flow__text {
    font-size: var(--normal-font-size);
    color: var(--color-sub);
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: 0.05em;
}

.p-flow__text p+p {
    margin-top: 2em;
}

.p-flow__orderList {
    font-weight: 600;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-flow__content {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .p-flow__text p+p {
        margin-top: 1em;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-flow__content {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .p-flow__text p+p {
        margin-top: 1em;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* よくあるご質問ページレイアウト - faq - */
/*----------------------------------------------------------*/
.p-faq__question,
.p-faq__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.5em;
    font-size: var(--normal-font-size);
    line-height: 1.66;
    font-weight: 600;
}

.p-faq__question .p-faq__label,
.p-faq__answer .p-faq__label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 600;
}

.p-faq__question .p-faq__text,
.p-faq__answer .p-faq__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.p-faq__answer {
    font-weight: 400;
}

.p-faq__answer .p-faq__label {
    color: var(--color-red);
}

.p-faq__item+.p-faq__item {
    margin-top: 2em;
}

/* ============================================ */
/*----------------------------------------------------------*/
/* 会社案内ページレイアウト - company - */
/*----------------------------------------------------------*/
.p-company__content--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em 2em;
}

.p-company__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.p-company__content--flex .p-company__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.p-company__content--flex .p-company__dog {
    max-width: 300px;
}

.p-company__link {
    color: var(--color-link);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.p-company__link:hover {
    color: var(--color-hover);
}

.p-company__text {
    font-size: var(--normal-font-size);
    font-weight: 400;
    color: var(--color-sub);
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.p-company__text p+p {
    margin-top: 1.5em;
}

.p-company__table {
    font-size: var(--normal-font-size);
    border-collapse: collapse;
    width: 100%;
    border-top: var(--border-gray);
    border-bottom: var(--border-gray);
}

.p-company__table tr+tr {
    border-top: var(--border-gray);
}

.p-company__table th,
.p-company__table td {
    padding: 1.5rem 2rem;
    vertical-align: middle;
}

.p-company__table th {
    width: 20%;
}

.p-company__map {
    position: relative;
    width: 100%;
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    grid-column: 1/2;
    grid-row: 1/3;
}

.p-company__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.p-company__entrance {
    grid-column: 2/3;
    grid-row: 1/2;
}

.p-company__accessText {
    grid-column: 2/3;
    grid-row: 2/3;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-company__content--grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .p-company__content--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .p-company__dog {
        width: 50%;
    }

    .p-company__table {
        border-top: none;
        border-bottom: none;
    }

    .p-company__table tbody {
        display: block;
    }

    .p-company__table tr {
        display: block;
        margin-bottom: 2rem;
    }

    .p-company__table tr:last-of-type {
        margin-bottom: 0;
    }

    .p-company__table tr+tr {
        border-top: none;
    }

    .p-company__table th,
    .p-company__table td {
        padding: 0.5em;
        border: var(--border-gray);
        display: block;
        width: 100%;
    }

    .p-company__table th {
        background-color: var(--color-lightGray);
    }

    .p-company__table td {
        border-top: none;
    }

    .p-company__map,
    .p-company__entrance,
    .p-company__accessText {
        grid-column: auto;
        grid-row: auto;
    }

    .p-company__map {
        padding-top: 56.25%;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-company__content--grid {
        grid-template-columns: 1fr;
        gap: 1em;
    }

    .p-company__content--flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .p-company__dog {
        width: 50%;
    }

    .p-company__table {
        border-top: none;
        border-bottom: none;
    }

    .p-company__table tbody {
        display: block;
    }

    .p-company__table tr {
        display: block;
        margin-bottom: 2rem;
    }

    .p-company__table tr:last-of-type {
        margin-bottom: 0;
    }

    .p-company__table tr+tr {
        border-top: none;
    }

    .p-company__table th,
    .p-company__table td {
        padding: 0.5em;
        border: var(--border-gray);
        display: block;
        width: 100%;
    }

    .p-company__table th {
        background-color: var(--color-lightGray);
    }

    .p-company__table td {
        border-top: none;
    }

    .p-company__map,
    .p-company__entrance,
    .p-company__accessText {
        grid-column: auto;
        grid-row: auto;
    }

    .p-company__map {
        padding-top: 56.25%;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* お問い合わせページレイアウト - contact - */
/*----------------------------------------------------------*/
.p-contact__content {
    margin-top: 1em;
}

.p-contact__text {
    font-size: var(--normal-font-size);
    font-weight: 400;
    color: var(--color-sub);
    letter-spacing: 0.08em;
    line-height: 1.6;
}

.p-contact__table {
    margin-top: 1.5em;
    font-size: var(--normal-font-size);
    line-height: 1.66;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.p-contact__table tr {
    border: var(--border);
}

.p-contact__table tr+tr {
    border-top: none;
}

.p-contact__table th {
    text-align: center;
    padding: 1rem;
    vertical-align: middle;
    background-color: var(--color-lightGray);
}

.p-contact__table td {
    padding: 1rem;
    vertical-align: middle;
}

.p-contact__table td a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.p-contact__form {
    font-size: var(--normal-font-size);
    line-height: 1.66;
}

.p-contact__form .smf-progress-tracker {
    border-left: var(--border);
    border-right: var(--border);
    border-bottom: var(--border);
    margin-bottom: 0 !important;
    padding: 3em 0 2em;
}

.p-contact__form .smf-form--business .smf-item:first-of-type {
    border-top: none;
}

.p-contact__form .smf-item__label__text {
    position: relative;
}

.p-contact__form .smf-item:has([data-validations~=required]) .smf-item__label__text::after {
    content: "※必須";
    display: inline-block;
    margin-left: 0.3em;
    color: var(--color-red);
}

.p-contact__form .smf-text-control__control {
    width: 100% !important;
    max-width: 350px !important;
}

.p-contact__form .smf-select-control__control {
    padding-right: 5rem !important;
}

.p-contact__form .smf-form--business .smf-item__col {
    padding: 1.5em;
}

.p-contact__form .smf-complete-content {
    margin-top: 2em;
}

.p-contact__form .smf-item__col--label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18em;
    flex: 0 0 18em;
    max-width: 18em;
}

.p-contact__form .smf-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-contact__form .smf-action .smf-button-control__control {
    font-size: var(--normal-font-size);
    line-height: 1.66;
    background-color: var(--color-head);
    background-image: none;
    border: none;
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.2em;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.p-contact__form .smf-action .smf-button-control__control:hover {
    background-color: var(--color-hover);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .p-contact__form .smf-item__col--label {
        max-width: 100%;
    }

    .p-contact__form .smf-form--business .smf-item__col {
        padding: 1em;
    }
}

/*----------------------------------------------------------*/
@media print,
screen and (max-width: 766px) {
    .p-contact__form .smf-item__col--label {
        max-width: 100%;
    }

    .p-contact__form .smf-form--business .smf-item__col {
        padding: 1em;
    }
}

/* ============================================ */
/*----------------------------------------------------------*/
/* プライバシーポリシーページレイアウト - privacy - */
/*----------------------------------------------------------*/
.p-privacy__content {
    margin-top: 1em;
}

.p-privacy__text {
    font-size: var(--normal-font-size);
    line-height: 1.66;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.p-privacy__text+.p-privacy__text {
    margin-top: 1.5em;
}

.p-privacy__closing {
    margin-top: 3em;
    text-align: right;
    font-size: var(--normal-font-size);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.05em;
}

/* ============================================ */