/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
            box-sizing: border-box;

    -webkit-box-sizing: border-box;
}

body {
    background: white;
}

::before, ::after {
            box-sizing: inherit;

    -webkit-box-sizing: inherit;
}

/* 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 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

/* Lists (enumeration)
     ========================================================================== */
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* 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 {
    clear: both;

/* 1 */
    height: 0;
    margin: 0;

/* 1 */
    overflow: visible;

/* 2 */
    border: 0;
    border-top: 1px solid;
            box-sizing: content-box;
    color: inherit;

    -webkit-box-sizing: content-box;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    /* 1 */
    font-size: inherit;
    font-family: monospace, monospace;
    /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;

/* 1 */
            text-decoration: underline;
            text-decoration: underline dotted;

/* 2 */

    -webkit-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 {
    /* 1 */
    font-size: inherit;
    font-family: monospace, monospace;
    /* 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
    vertical-align: bottom;
}

embed, object, iframe {
    border: 0;
    vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    vertical-align: middle;
    outline: 0;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

[type="checkbox"] {
    /* 1 */
    -webkit-appearance: checkbox;
       -moz-appearance: checkbox;
            appearance: checkbox;
}

[type="radio"] {
    /* 1 */
    -webkit-appearance: radio;
       -moz-appearance: radio;
            appearance: radio;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button, input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button, select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button, [type="button"], [type="reset"], [type="submit"] {
    cursor: pointer;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
    cursor: default;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Remove padding
   */
option {
    padding: 0;
}

/**
   * Reset to invisible
   */
fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    /* 2 */
    display: table;

/* 1 */
    max-width: 100%;

/* 1 */
    padding: 0;
    color: inherit;

/* 3 */
    white-space: normal;

    /* 1 */
}

/**
   * 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;
}

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"], [type="radio"] {
    padding: 0;
    /* 1 */
}

/**
   * 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;
}

/**
   * 1. 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. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    /* 1 */
    font: inherit;

    -webkit-appearance: button;
    /* 2 */
}

/**
   * 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;
}

/* Table
     ========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td, th {
    padding: 0;
    vertical-align: top;
}

th {
    font-weight: bold;
    text-align: left;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

@media (min-width: 768px) {
    ._sp {
        display: none;
    }
}

._pc {
    display: none;
}

@media (min-width: 768px) {
    ._pc {
        display: block;
    }
}

@media (min-width: 1230px) {
    ._xls {
        display: none;
    }
}

._xll {
    display: none;
}

@media (min-width: 1230px) {
    ._xll {
        display: block;
    }
}

._semiBold {
    font-weight: 600;
}

html {
    color: #222222;
    font-weight: 500;
    font-size: 62.5%;
    scroll-behavior: smooth;
/* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif;
}

html.isOpen {
    overflow: hidden;
}

body {
    position: relative;
}

p, a, li, span, th, td, dt, dd, pre, figcaption, input[type="text"], input[type="button"], textarea {
    font-size: 1.6rem;
    letter-spacing: .12em;
}

pre {
    font-family: inherit;
    white-space: pre-wrap;
}

img {
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 2.4rem;
}

a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.error {
    display: block;
    color: #bf0000;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.youtube {
    width: 100%;

    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    p, a, li, span, th, td, dt, dd, pre, figcaption, input[type="text"], input[type="button"], textarea {
        font-size: 1.8rem;
    }
}

.m--5 {
    margin: -5px !important;
}

.mt--5 {
    margin-top: -5px !important;
}

.mb--5 {
    margin-bottom: -5px !important;
}

.ml--5 {
    margin-left: -5px !important;
}

.mr--5 {
    margin-right: -5px !important;
}

.m-5 {
    margin: 5px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.m--50 {
    margin: -50px !important;
}

.mt--50 {
    margin-top: -50px !important;
}

.mb--50 {
    margin-bottom: -50px !important;
}

.ml--50 {
    margin-left: -50px !important;
}

.mr--50 {
    margin-right: -50px !important;
}

.p--50 {
    padding: -50px !important;
}

.pt--50 {
    padding-top: -50px !important;
}

.pb--50 {
    padding-bottom: -50px !important;
}

.pl--50 {
    padding-left: -50px !important;
}

.pr--50 {
    padding-right: -50px !important;
}

.m--40 {
    margin: -40px !important;
}

.mt--40 {
    margin-top: -40px !important;
}

.mb--40 {
    margin-bottom: -40px !important;
}

.ml--40 {
    margin-left: -40px !important;
}

.mr--40 {
    margin-right: -40px !important;
}

.p--40 {
    padding: -40px !important;
}

.pt--40 {
    padding-top: -40px !important;
}

.pb--40 {
    padding-bottom: -40px !important;
}

.pl--40 {
    padding-left: -40px !important;
}

.pr--40 {
    padding-right: -40px !important;
}

.m--30 {
    margin: -30px !important;
}

.mt--30 {
    margin-top: -30px !important;
}

.mb--30 {
    margin-bottom: -30px !important;
}

.ml--30 {
    margin-left: -30px !important;
}

.mr--30 {
    margin-right: -30px !important;
}

.p--30 {
    padding: -30px !important;
}

.pt--30 {
    padding-top: -30px !important;
}

.pb--30 {
    padding-bottom: -30px !important;
}

.pl--30 {
    padding-left: -30px !important;
}

.pr--30 {
    padding-right: -30px !important;
}

.m--20 {
    margin: -20px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.mb--20 {
    margin-bottom: -20px !important;
}

.ml--20 {
    margin-left: -20px !important;
}

.mr--20 {
    margin-right: -20px !important;
}

.p--20 {
    padding: -20px !important;
}

.pt--20 {
    padding-top: -20px !important;
}

.pb--20 {
    padding-bottom: -20px !important;
}

.pl--20 {
    padding-left: -20px !important;
}

.pr--20 {
    padding-right: -20px !important;
}

.m--10 {
    margin: -10px !important;
}

.mt--10 {
    margin-top: -10px !important;
}

.mb--10 {
    margin-bottom: -10px !important;
}

.ml--10 {
    margin-left: -10px !important;
}

.mr--10 {
    margin-right: -10px !important;
}

.p--10 {
    padding: -10px !important;
}

.pt--10 {
    padding-top: -10px !important;
}

.pb--10 {
    padding-bottom: -10px !important;
}

.pl--10 {
    padding-left: -10px !important;
}

.pr--10 {
    padding-right: -10px !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.m-40 {
    margin: 40px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.p-40 {
    padding: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.m-60 {
    margin: 60px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.ml-60 {
    margin-left: 60px !important;
}

.mr-60 {
    margin-right: 60px !important;
}

.p-60 {
    padding: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pl-60 {
    padding-left: 60px !important;
}

.pr-60 {
    padding-right: 60px !important;
}

.m-70 {
    margin: 70px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.ml-70 {
    margin-left: 70px !important;
}

.mr-70 {
    margin-right: 70px !important;
}

.p-70 {
    padding: 70px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-70 {
    padding-bottom: 70px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.pr-70 {
    padding-right: 70px !important;
}

.m-80 {
    margin: 80px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.ml-80 {
    margin-left: 80px !important;
}

.mr-80 {
    margin-right: 80px !important;
}

.p-80 {
    padding: 80px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pl-80 {
    padding-left: 80px !important;
}

.pr-80 {
    padding-right: 80px !important;
}

.m-90 {
    margin: 90px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.ml-90 {
    margin-left: 90px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.p-90 {
    padding: 90px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pl-90 {
    padding-left: 90px !important;
}

.pr-90 {
    padding-right: 90px !important;
}

.m-100 {
    margin: 100px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.ml-100 {
    margin-left: 100px !important;
}

.mr-100 {
    margin-right: 100px !important;
}

.p-100 {
    padding: 100px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pl-100 {
    padding-left: 100px !important;
}

.pr-100 {
    padding-right: 100px !important;
}

.m-110 {
    margin: 110px !important;
}

.mt-110 {
    margin-top: 110px !important;
}

.mb-110 {
    margin-bottom: 110px !important;
}

.ml-110 {
    margin-left: 110px !important;
}

.mr-110 {
    margin-right: 110px !important;
}

.p-110 {
    padding: 110px !important;
}

.pt-110 {
    padding-top: 110px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pl-110 {
    padding-left: 110px !important;
}

.pr-110 {
    padding-right: 110px !important;
}

.m-120 {
    margin: 120px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mb-120 {
    margin-bottom: 120px !important;
}

.ml-120 {
    margin-left: 120px !important;
}

.mr-120 {
    margin-right: 120px !important;
}

.p-120 {
    padding: 120px !important;
}

.pt-120 {
    padding-top: 120px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pl-120 {
    padding-left: 120px !important;
}

.pr-120 {
    padding-right: 120px !important;
}

@media (min-width: 768px) {
    .m-pc--5 {
        margin: -5px !important;
    }

    .mt-pc--5 {
        margin-top: -5px !important;
    }

    .mb-pc--5 {
        margin-bottom: -5px !important;
    }

    .ml-pc--5 {
        margin-left: -5px !important;
    }

    .mr-pc--5 {
        margin-right: -5px !important;
    }

    .m-pc-5 {
        margin: 5px !important;
    }

    .mt-pc-5 {
        margin-top: 5px !important;
    }

    .mb-pc-5 {
        margin-bottom: 5px !important;
    }

    .ml-pc-5 {
        margin-left: 5px !important;
    }

    .mr-pc-5 {
        margin-right: 5px !important;
    }

    .m-pc-15 {
        margin: 15px !important;
    }

    .mt-pc-15 {
        margin-top: 15px !important;
    }

    .mb-pc-15 {
        margin-bottom: 15px !important;
    }

    .ml-pc-15 {
        margin-left: 15px !important;
    }

    .mr-pc-15 {
        margin-right: 15px !important;
    }

    .m-pc--50 {
        margin: -50px !important;
    }

    .mt-pc--50 {
        margin-top: -50px !important;
    }

    .mb-pc--50 {
        margin-bottom: -50px !important;
    }

    .ml-pc--50 {
        margin-left: -50px !important;
    }

    .mr-pc--50 {
        margin-right: -50px !important;
    }

    .p-pc--50 {
        padding: -50px !important;
    }

    .pt-pc--50 {
        padding-top: -50px !important;
    }

    .pb-pc--50 {
        padding-bottom: -50px !important;
    }

    .pl-pc--50 {
        padding-left: -50px !important;
    }

    .pr-pc--50 {
        padding-right: -50px !important;
    }

    .m-pc--40 {
        margin: -40px !important;
    }

    .mt-pc--40 {
        margin-top: -40px !important;
    }

    .mb-pc--40 {
        margin-bottom: -40px !important;
    }

    .ml-pc--40 {
        margin-left: -40px !important;
    }

    .mr-pc--40 {
        margin-right: -40px !important;
    }

    .p-pc--40 {
        padding: -40px !important;
    }

    .pt-pc--40 {
        padding-top: -40px !important;
    }

    .pb-pc--40 {
        padding-bottom: -40px !important;
    }

    .pl-pc--40 {
        padding-left: -40px !important;
    }

    .pr-pc--40 {
        padding-right: -40px !important;
    }

    .m-pc--30 {
        margin: -30px !important;
    }

    .mt-pc--30 {
        margin-top: -30px !important;
    }

    .mb-pc--30 {
        margin-bottom: -30px !important;
    }

    .ml-pc--30 {
        margin-left: -30px !important;
    }

    .mr-pc--30 {
        margin-right: -30px !important;
    }

    .p-pc--30 {
        padding: -30px !important;
    }

    .pt-pc--30 {
        padding-top: -30px !important;
    }

    .pb-pc--30 {
        padding-bottom: -30px !important;
    }

    .pl-pc--30 {
        padding-left: -30px !important;
    }

    .pr-pc--30 {
        padding-right: -30px !important;
    }

    .m-pc--20 {
        margin: -20px !important;
    }

    .mt-pc--20 {
        margin-top: -20px !important;
    }

    .mb-pc--20 {
        margin-bottom: -20px !important;
    }

    .ml-pc--20 {
        margin-left: -20px !important;
    }

    .mr-pc--20 {
        margin-right: -20px !important;
    }

    .p-pc--20 {
        padding: -20px !important;
    }

    .pt-pc--20 {
        padding-top: -20px !important;
    }

    .pb-pc--20 {
        padding-bottom: -20px !important;
    }

    .pl-pc--20 {
        padding-left: -20px !important;
    }

    .pr-pc--20 {
        padding-right: -20px !important;
    }

    .m-pc--10 {
        margin: -10px !important;
    }

    .mt-pc--10 {
        margin-top: -10px !important;
    }

    .mb-pc--10 {
        margin-bottom: -10px !important;
    }

    .ml-pc--10 {
        margin-left: -10px !important;
    }

    .mr-pc--10 {
        margin-right: -10px !important;
    }

    .p-pc--10 {
        padding: -10px !important;
    }

    .pt-pc--10 {
        padding-top: -10px !important;
    }

    .pb-pc--10 {
        padding-bottom: -10px !important;
    }

    .pl-pc--10 {
        padding-left: -10px !important;
    }

    .pr-pc--10 {
        padding-right: -10px !important;
    }

    .m-pc-0 {
        margin: 0 !important;
    }

    .mt-pc-0 {
        margin-top: 0 !important;
    }

    .mb-pc-0 {
        margin-bottom: 0 !important;
    }

    .ml-pc-0 {
        margin-left: 0 !important;
    }

    .mr-pc-0 {
        margin-right: 0 !important;
    }

    .p-pc-0 {
        padding: 0 !important;
    }

    .pt-pc-0 {
        padding-top: 0 !important;
    }

    .pb-pc-0 {
        padding-bottom: 0 !important;
    }

    .pl-pc-0 {
        padding-left: 0 !important;
    }

    .pr-pc-0 {
        padding-right: 0 !important;
    }

    .m-pc-10 {
        margin: 10px !important;
    }

    .mt-pc-10 {
        margin-top: 10px !important;
    }

    .mb-pc-10 {
        margin-bottom: 10px !important;
    }

    .ml-pc-10 {
        margin-left: 10px !important;
    }

    .mr-pc-10 {
        margin-right: 10px !important;
    }

    .p-pc-10 {
        padding: 10px !important;
    }

    .pt-pc-10 {
        padding-top: 10px !important;
    }

    .pb-pc-10 {
        padding-bottom: 10px !important;
    }

    .pl-pc-10 {
        padding-left: 10px !important;
    }

    .pr-pc-10 {
        padding-right: 10px !important;
    }

    .m-pc-20 {
        margin: 20px !important;
    }

    .mt-pc-20 {
        margin-top: 20px !important;
    }

    .mb-pc-20 {
        margin-bottom: 20px !important;
    }

    .ml-pc-20 {
        margin-left: 20px !important;
    }

    .mr-pc-20 {
        margin-right: 20px !important;
    }

    .p-pc-20 {
        padding: 20px !important;
    }

    .pt-pc-20 {
        padding-top: 20px !important;
    }

    .pb-pc-20 {
        padding-bottom: 20px !important;
    }

    .pl-pc-20 {
        padding-left: 20px !important;
    }

    .pr-pc-20 {
        padding-right: 20px !important;
    }

    .m-pc-30 {
        margin: 30px !important;
    }

    .mt-pc-30 {
        margin-top: 30px !important;
    }

    .mb-pc-30 {
        margin-bottom: 30px !important;
    }

    .ml-pc-30 {
        margin-left: 30px !important;
    }

    .mr-pc-30 {
        margin-right: 30px !important;
    }

    .p-pc-30 {
        padding: 30px !important;
    }

    .pt-pc-30 {
        padding-top: 30px !important;
    }

    .pb-pc-30 {
        padding-bottom: 30px !important;
    }

    .pl-pc-30 {
        padding-left: 30px !important;
    }

    .pr-pc-30 {
        padding-right: 30px !important;
    }

    .m-pc-40 {
        margin: 40px !important;
    }

    .mt-pc-40 {
        margin-top: 40px !important;
    }

    .mb-pc-40 {
        margin-bottom: 40px !important;
    }

    .ml-pc-40 {
        margin-left: 40px !important;
    }

    .mr-pc-40 {
        margin-right: 40px !important;
    }

    .p-pc-40 {
        padding: 40px !important;
    }

    .pt-pc-40 {
        padding-top: 40px !important;
    }

    .pb-pc-40 {
        padding-bottom: 40px !important;
    }

    .pl-pc-40 {
        padding-left: 40px !important;
    }

    .pr-pc-40 {
        padding-right: 40px !important;
    }

    .m-pc-50 {
        margin: 50px !important;
    }

    .mt-pc-50 {
        margin-top: 50px !important;
    }

    .mb-pc-50 {
        margin-bottom: 50px !important;
    }

    .ml-pc-50 {
        margin-left: 50px !important;
    }

    .mr-pc-50 {
        margin-right: 50px !important;
    }

    .p-pc-50 {
        padding: 50px !important;
    }

    .pt-pc-50 {
        padding-top: 50px !important;
    }

    .pb-pc-50 {
        padding-bottom: 50px !important;
    }

    .pl-pc-50 {
        padding-left: 50px !important;
    }

    .pr-pc-50 {
        padding-right: 50px !important;
    }

    .m-pc-60 {
        margin: 60px !important;
    }

    .mt-pc-60 {
        margin-top: 60px !important;
    }

    .mb-pc-60 {
        margin-bottom: 60px !important;
    }

    .ml-pc-60 {
        margin-left: 60px !important;
    }

    .mr-pc-60 {
        margin-right: 60px !important;
    }

    .p-pc-60 {
        padding: 60px !important;
    }

    .pt-pc-60 {
        padding-top: 60px !important;
    }

    .pb-pc-60 {
        padding-bottom: 60px !important;
    }

    .pl-pc-60 {
        padding-left: 60px !important;
    }

    .pr-pc-60 {
        padding-right: 60px !important;
    }

    .m-pc-70 {
        margin: 70px !important;
    }

    .mt-pc-70 {
        margin-top: 70px !important;
    }

    .mb-pc-70 {
        margin-bottom: 70px !important;
    }

    .ml-pc-70 {
        margin-left: 70px !important;
    }

    .mr-pc-70 {
        margin-right: 70px !important;
    }

    .p-pc-70 {
        padding: 70px !important;
    }

    .pt-pc-70 {
        padding-top: 70px !important;
    }

    .pb-pc-70 {
        padding-bottom: 70px !important;
    }

    .pl-pc-70 {
        padding-left: 70px !important;
    }

    .pr-pc-70 {
        padding-right: 70px !important;
    }

    .m-pc-80 {
        margin: 80px !important;
    }

    .mt-pc-80 {
        margin-top: 80px !important;
    }

    .mb-pc-80 {
        margin-bottom: 80px !important;
    }

    .ml-pc-80 {
        margin-left: 80px !important;
    }

    .mr-pc-80 {
        margin-right: 80px !important;
    }

    .p-pc-80 {
        padding: 80px !important;
    }

    .pt-pc-80 {
        padding-top: 80px !important;
    }

    .pb-pc-80 {
        padding-bottom: 80px !important;
    }

    .pl-pc-80 {
        padding-left: 80px !important;
    }

    .pr-pc-80 {
        padding-right: 80px !important;
    }

    .m-pc-90 {
        margin: 90px !important;
    }

    .mt-pc-90 {
        margin-top: 90px !important;
    }

    .mb-pc-90 {
        margin-bottom: 90px !important;
    }

    .ml-pc-90 {
        margin-left: 90px !important;
    }

    .mr-pc-90 {
        margin-right: 90px !important;
    }

    .p-pc-90 {
        padding: 90px !important;
    }

    .pt-pc-90 {
        padding-top: 90px !important;
    }

    .pb-pc-90 {
        padding-bottom: 90px !important;
    }

    .pl-pc-90 {
        padding-left: 90px !important;
    }

    .pr-pc-90 {
        padding-right: 90px !important;
    }

    .m-pc-100 {
        margin: 100px !important;
    }

    .mt-pc-100 {
        margin-top: 100px !important;
    }

    .mb-pc-100 {
        margin-bottom: 100px !important;
    }

    .ml-pc-100 {
        margin-left: 100px !important;
    }

    .mr-pc-100 {
        margin-right: 100px !important;
    }

    .p-pc-100 {
        padding: 100px !important;
    }

    .pt-pc-100 {
        padding-top: 100px !important;
    }

    .pb-pc-100 {
        padding-bottom: 100px !important;
    }

    .pl-pc-100 {
        padding-left: 100px !important;
    }

    .pr-pc-100 {
        padding-right: 100px !important;
    }

    .m-pc-110 {
        margin: 110px !important;
    }

    .mt-pc-110 {
        margin-top: 110px !important;
    }

    .mb-pc-110 {
        margin-bottom: 110px !important;
    }

    .ml-pc-110 {
        margin-left: 110px !important;
    }

    .mr-pc-110 {
        margin-right: 110px !important;
    }

    .p-pc-110 {
        padding: 110px !important;
    }

    .pt-pc-110 {
        padding-top: 110px !important;
    }

    .pb-pc-110 {
        padding-bottom: 110px !important;
    }

    .pl-pc-110 {
        padding-left: 110px !important;
    }

    .pr-pc-110 {
        padding-right: 110px !important;
    }

    .m-pc-120 {
        margin: 120px !important;
    }

    .mt-pc-120 {
        margin-top: 120px !important;
    }

    .mb-pc-120 {
        margin-bottom: 120px !important;
    }

    .ml-pc-120 {
        margin-left: 120px !important;
    }

    .mr-pc-120 {
        margin-right: 120px !important;
    }

    .mb-pc-180 {
        margin-bottom: 180px !important;
    }

    .p-pc-120 {
        padding: 120px !important;
    }

    .pt-pc-120 {
        padding-top: 120px !important;
    }

    .pb-pc-120 {
        padding-bottom: 120px !important;
    }

    .pl-pc-120 {
        padding-left: 120px !important;
    }

    .pr-pc-120 {
        padding-right: 120px !important;
    }
}

@media (max-width: 767px) {
    .m-sp--5 {
        margin: -5px !important;
    }

    .mt-sp--5 {
        margin-top: -5px !important;
    }

    .mb-sp--5 {
        margin-bottom: -5px !important;
    }

    .ml-sp--5 {
        margin-left: -5px !important;
    }

    .mr-sp--5 {
        margin-right: -5px !important;
    }

    .m-sp-5 {
        margin: 5px !important;
    }

    .mt-sp-5 {
        margin-top: 5px !important;
    }

    .mb-sp-5 {
        margin-bottom: 5px !important;
    }

    .ml-sp-5 {
        margin-left: 5px !important;
    }

    .mr-sp-5 {
        margin-right: 5px !important;
    }

    .m-sp-15 {
        margin: 15px !important;
    }

    .mt-sp-15 {
        margin-top: 15px !important;
    }

    .mb-sp-15 {
        margin-bottom: 15px !important;
    }

    .ml-sp-15 {
        margin-left: 15px !important;
    }

    .mr-sp-15 {
        margin-right: 15px !important;
    }

    .m-sp--50 {
        margin: -50px !important;
    }

    .mt-sp--50 {
        margin-top: -50px !important;
    }

    .mb-sp--50 {
        margin-bottom: -50px !important;
    }

    .ml-sp--50 {
        margin-left: -50px !important;
    }

    .mr-sp--50 {
        margin-right: -50px !important;
    }

    .p-sp--50 {
        padding: -50px !important;
    }

    .pt-sp--50 {
        padding-top: -50px !important;
    }

    .pb-sp--50 {
        padding-bottom: -50px !important;
    }

    .pl-sp--50 {
        padding-left: -50px !important;
    }

    .pr-sp--50 {
        padding-right: -50px !important;
    }

    .m-sp--40 {
        margin: -40px !important;
    }

    .mt-sp--40 {
        margin-top: -40px !important;
    }

    .mb-sp--40 {
        margin-bottom: -40px !important;
    }

    .ml-sp--40 {
        margin-left: -40px !important;
    }

    .mr-sp--40 {
        margin-right: -40px !important;
    }

    .p-sp--40 {
        padding: -40px !important;
    }

    .pt-sp--40 {
        padding-top: -40px !important;
    }

    .pb-sp--40 {
        padding-bottom: -40px !important;
    }

    .pl-sp--40 {
        padding-left: -40px !important;
    }

    .pr-sp--40 {
        padding-right: -40px !important;
    }

    .m-sp--30 {
        margin: -30px !important;
    }

    .mt-sp--30 {
        margin-top: -30px !important;
    }

    .mb-sp--30 {
        margin-bottom: -30px !important;
    }

    .ml-sp--30 {
        margin-left: -30px !important;
    }

    .mr-sp--30 {
        margin-right: -30px !important;
    }

    .p-sp--30 {
        padding: -30px !important;
    }

    .pt-sp--30 {
        padding-top: -30px !important;
    }

    .pb-sp--30 {
        padding-bottom: -30px !important;
    }

    .pl-sp--30 {
        padding-left: -30px !important;
    }

    .pr-sp--30 {
        padding-right: -30px !important;
    }

    .m-sp--20 {
        margin: -20px !important;
    }

    .mt-sp--20 {
        margin-top: -20px !important;
    }

    .mb-sp--20 {
        margin-bottom: -20px !important;
    }

    .ml-sp--20 {
        margin-left: -20px !important;
    }

    .mr-sp--20 {
        margin-right: -20px !important;
    }

    .p-sp--20 {
        padding: -20px !important;
    }

    .pt-sp--20 {
        padding-top: -20px !important;
    }

    .pb-sp--20 {
        padding-bottom: -20px !important;
    }

    .pl-sp--20 {
        padding-left: -20px !important;
    }

    .pr-sp--20 {
        padding-right: -20px !important;
    }

    .m-sp--10 {
        margin: -10px !important;
    }

    .mt-sp--10 {
        margin-top: -10px !important;
    }

    .mb-sp--10 {
        margin-bottom: -10px !important;
    }

    .ml-sp--10 {
        margin-left: -10px !important;
    }

    .mr-sp--10 {
        margin-right: -10px !important;
    }

    .p-sp--10 {
        padding: -10px !important;
    }

    .pt-sp--10 {
        padding-top: -10px !important;
    }

    .pb-sp--10 {
        padding-bottom: -10px !important;
    }

    .pl-sp--10 {
        padding-left: -10px !important;
    }

    .pr-sp--10 {
        padding-right: -10px !important;
    }

    .m-sp-0 {
        margin: 0 !important;
    }

    .mt-sp-0 {
        margin-top: 0 !important;
    }

    .mb-sp-0 {
        margin-bottom: 0 !important;
    }

    .ml-sp-0 {
        margin-left: 0 !important;
    }

    .mr-sp-0 {
        margin-right: 0 !important;
    }

    .p-sp-0 {
        padding: 0 !important;
    }

    .pt-sp-0 {
        padding-top: 0 !important;
    }

    .pb-sp-0 {
        padding-bottom: 0 !important;
    }

    .pl-sp-0 {
        padding-left: 0 !important;
    }

    .pr-sp-0 {
        padding-right: 0 !important;
    }

    .m-sp-10 {
        margin: 10px !important;
    }

    .mt-sp-10 {
        margin-top: 10px !important;
    }

    .mb-sp-10 {
        margin-bottom: 10px !important;
    }

    .ml-sp-10 {
        margin-left: 10px !important;
    }

    .mr-sp-10 {
        margin-right: 10px !important;
    }

    .p-sp-10 {
        padding: 10px !important;
    }

    .pt-sp-10 {
        padding-top: 10px !important;
    }

    .pb-sp-10 {
        padding-bottom: 10px !important;
    }

    .pl-sp-10 {
        padding-left: 10px !important;
    }

    .pr-sp-10 {
        padding-right: 10px !important;
    }

    .m-sp-20 {
        margin: 20px !important;
    }

    .mt-sp-20 {
        margin-top: 20px !important;
    }

    .mb-sp-20 {
        margin-bottom: 20px !important;
    }

    .ml-sp-20 {
        margin-left: 20px !important;
    }

    .mr-sp-20 {
        margin-right: 20px !important;
    }

    .p-sp-20 {
        padding: 20px !important;
    }

    .pt-sp-20 {
        padding-top: 20px !important;
    }

    .pb-sp-20 {
        padding-bottom: 20px !important;
    }

    .pl-sp-20 {
        padding-left: 20px !important;
    }

    .pr-sp-20 {
        padding-right: 20px !important;
    }

    .m-sp-30 {
        margin: 30px !important;
    }

    .mt-sp-30 {
        margin-top: 30px !important;
    }

    .mb-sp-30 {
        margin-bottom: 30px !important;
    }

    .ml-sp-30 {
        margin-left: 30px !important;
    }

    .mr-sp-30 {
        margin-right: 30px !important;
    }

    .p-sp-30 {
        padding: 30px !important;
    }

    .pt-sp-30 {
        padding-top: 30px !important;
    }

    .pb-sp-30 {
        padding-bottom: 30px !important;
    }

    .pl-sp-30 {
        padding-left: 30px !important;
    }

    .pr-sp-30 {
        padding-right: 30px !important;
    }

    .m-sp-40 {
        margin: 40px !important;
    }

    .mt-sp-40 {
        margin-top: 40px !important;
    }

    .mb-sp-40 {
        margin-bottom: 40px !important;
    }

    .ml-sp-40 {
        margin-left: 40px !important;
    }

    .mr-sp-40 {
        margin-right: 40px !important;
    }

    .p-sp-40 {
        padding: 40px !important;
    }

    .pt-sp-40 {
        padding-top: 40px !important;
    }

    .pb-sp-40 {
        padding-bottom: 40px !important;
    }

    .pl-sp-40 {
        padding-left: 40px !important;
    }

    .pr-sp-40 {
        padding-right: 40px !important;
    }

    .m-sp-50 {
        margin: 50px !important;
    }

    .mt-sp-50 {
        margin-top: 50px !important;
    }

    .mb-sp-50 {
        margin-bottom: 50px !important;
    }

    .ml-sp-50 {
        margin-left: 50px !important;
    }

    .mr-sp-50 {
        margin-right: 50px !important;
    }

    .p-sp-50 {
        padding: 50px !important;
    }

    .pt-sp-50 {
        padding-top: 50px !important;
    }

    .pb-sp-50 {
        padding-bottom: 50px !important;
    }

    .pl-sp-50 {
        padding-left: 50px !important;
    }

    .pr-sp-50 {
        padding-right: 50px !important;
    }

    .m-sp-60 {
        margin: 60px !important;
    }

    .mt-sp-60 {
        margin-top: 60px !important;
    }

    .mb-sp-60 {
        margin-bottom: 60px !important;
    }

    .ml-sp-60 {
        margin-left: 60px !important;
    }

    .mr-sp-60 {
        margin-right: 60px !important;
    }

    .p-sp-60 {
        padding: 60px !important;
    }

    .pt-sp-60 {
        padding-top: 60px !important;
    }

    .pb-sp-60 {
        padding-bottom: 60px !important;
    }

    .pl-sp-60 {
        padding-left: 60px !important;
    }

    .pr-sp-60 {
        padding-right: 60px !important;
    }

    .m-sp-70 {
        margin: 70px !important;
    }

    .mt-sp-70 {
        margin-top: 70px !important;
    }

    .mb-sp-70 {
        margin-bottom: 70px !important;
    }

    .ml-sp-70 {
        margin-left: 70px !important;
    }

    .mr-sp-70 {
        margin-right: 70px !important;
    }

    .p-sp-70 {
        padding: 70px !important;
    }

    .pt-sp-70 {
        padding-top: 70px !important;
    }

    .pb-sp-70 {
        padding-bottom: 70px !important;
    }

    .pl-sp-70 {
        padding-left: 70px !important;
    }

    .pr-sp-70 {
        padding-right: 70px !important;
    }

    .m-sp-80 {
        margin: 80px !important;
    }

    .mt-sp-80 {
        margin-top: 80px !important;
    }

    .mb-sp-80 {
        margin-bottom: 80px !important;
    }

    .ml-sp-80 {
        margin-left: 80px !important;
    }

    .mr-sp-80 {
        margin-right: 80px !important;
    }

    .p-sp-80 {
        padding: 80px !important;
    }

    .pt-sp-80 {
        padding-top: 80px !important;
    }

    .pb-sp-80 {
        padding-bottom: 80px !important;
    }

    .pl-sp-80 {
        padding-left: 80px !important;
    }

    .pr-sp-80 {
        padding-right: 80px !important;
    }

    .m-sp-90 {
        margin: 90px !important;
    }

    .mt-sp-90 {
        margin-top: 90px !important;
    }

    .mb-sp-90 {
        margin-bottom: 90px !important;
    }

    .ml-sp-90 {
        margin-left: 90px !important;
    }

    .mr-sp-90 {
        margin-right: 90px !important;
    }

    .p-sp-90 {
        padding: 90px !important;
    }

    .pt-sp-90 {
        padding-top: 90px !important;
    }

    .pb-sp-90 {
        padding-bottom: 90px !important;
    }

    .pl-sp-90 {
        padding-left: 90px !important;
    }

    .pr-sp-90 {
        padding-right: 90px !important;
    }

    .m-sp-100 {
        margin: 100px !important;
    }

    .mt-sp-100 {
        margin-top: 100px !important;
    }

    .mb-sp-100 {
        margin-bottom: 100px !important;
    }

    .ml-sp-100 {
        margin-left: 100px !important;
    }

    .mr-sp-100 {
        margin-right: 100px !important;
    }

    .p-sp-100 {
        padding: 100px !important;
    }

    .pt-sp-100 {
        padding-top: 100px !important;
    }

    .pb-sp-100 {
        padding-bottom: 100px !important;
    }

    .pl-sp-100 {
        padding-left: 100px !important;
    }

    .pr-sp-100 {
        padding-right: 100px !important;
    }
}


















/* ヘッダー */
header {
    position: relative;
    top: 10px;
    opacity: 0; 
    transition: opacity 1s ease-in-out;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 5s; 
    z-index: 10; /* ヘッダー（コンテンツより上） */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


#header .header_logo {
    padding-top: 10px;
    width: 35%;
    justify-content: space-between;
}

#header .header_flex {
    display: flex;
    align-items: center;
}

#header .header_flex .switch_in {
    margin-left: 55px;
    font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    opacity: 0;
}

#header .header_flex .switch_in.active {
    animation: fadeIn 1s ease-in-out forwards;
}

#header .header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    padding: 0 7vw 0 4vw;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

#header .header_menu.background {
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menu {
    position: relative;
}

.menu-button {
    background-color: #F0F0F0;
    color: #104766;
    font-size: 1.4rem;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
}

.menu-button:hover {
    color: #F0F0F0;
    background-color: #104766;
    transition: background-color 0.3s ease;
    transition: color 0.3s ease;
}

.menu-adjust {
    position: absolute;
    top: -100px;
    left: -36%;
    transform: translate(-50%, -50%);
}

.menu-list {
    display: none;
    position: absolute;
    background: linear-gradient(149.69deg, rgba(105, 214, 208, 1) 0%, rgba(103, 211, 205, 1) 0.83%, rgba(72, 161, 169, 0.98) 13.95%, rgba(48, 122, 140, 0.97) 26.34%, rgba(30, 94, 119, 0.95) 37.68%, rgba(20, 77, 106, 0.94) 47.58%, rgba(16, 71, 102, 0.93) 54.97%);
    opacity: 0;
    transform: translateY(-50px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    backdrop-filter: blur(15px) saturate(100%);
    width: 215px;
    padding: 20px 0 25px;
}

.menu-list.active {
    transform: translateY(165px);
    opacity: 1;
}

#header .menu-item {
    padding: 20px 25px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#header .menu-item-last {
    padding-bottom: 20px;
}

#header .menu-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

#header .menu-name {
    display: flex;
    flex-direction: column;
    font-size: 2.1rem;
}

#header .link-icon {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

#header .menu-item-btn {
    padding: 5px 25px;
}

#header .menu-list .menu-link {
    color: #ffffff;
    font-size: 2.1rem;
    padding-bottom: 20px;
    border-bottom: 1px solid #ffffff;
}

#header .menu-list .menu-link-last {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
}

#header .menu-list .menu-link span {
    font-size: 1.6rem;
}

#header .menu-item .link-icon {
    display: none;
}

#header .menu-item:hover .link-icon {
    display: inline;
}

#header .button-link {
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
    transition: background-color 0.3s ease;
}

#header .btn01 {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

#header .btn02 {
    background-color: #ffffff;
    color: #222222;
    border: 1px solid transparent;
}

#header .btn01:hover {
    background-color: #ffffff;
    color: #222222;
}

#header .btn02:hover {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

/* ハンバーガーメニュー */
#header .MenuBtn {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 300; /* ヘッダー内で最前面（ハンバーガーボタン） */
    width: 50px;
    height: 50px;
    cursor: pointer;
}

#header .MenuBtn span {
    display: inline-block;
    position: absolute;
    left: 3px;
    width: 80%;
    height: 3px;
    border-radius: 1.5px; 
    background-color: #104766;
    transition: all .4s;
}

#header .MenuBtn span:nth-of-type(1) {
    top: 15px;
}

#header .MenuBtn span:nth-of-type(2) {
    top: 23px;
}

#header .MenuBtn span:nth-of-type(3) {
    top: 31px;
}

#header .MenuBtn.isOpen span:nth-of-type(1) {
    top: 18px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
    background-color: #ffffff;
}

#header .MenuBtn.isOpen span:nth-of-type(2) {
    opacity: 0;
}

#header .MenuBtn.isOpen span:nth-of-type(3) {
    top: 30px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
    background-color: #ffffff;
}

#header .menu_button_bg {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 210; /* MenuBtn より下（ハンバーガー背景SVG） */
    width: 26rem;

    pointer-events: none;
}

#header .menu_button_bg._pc {
    width: 26rem;
}

#header .menu_button_bg._sp {
    width: 20rem; 
}

#header .circle-bg {
    position: fixed;
    bottom: -50px;
    left: -50px;
    z-index: 200; /* 開いたメニューの背面（展開する円） */
    transform: scale(0);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #245572;
    transition: all .9s;
}

#header .circle-bg.circleactive {
    transform: scale(50);
}

/* ハンバーガーメニューの中身 */
#Menu-nav #Menu-list {
    display: none;
    position: fixed;
    top: 15%;
    z-index: 220; /* 開いたメニューパネル（MenuBtn より下） */
    width: 100%;
    height: 100vh;
    overflow: auto;

    -webkit-overflow-scrolling: touch;
}

#Menu-nav.panelactive #Menu-list {
    display: block;
}

#Menu-nav ul {
    opacity: 0;
    z-index: 220;
}

#Menu-nav.panelactive ul {
    opacity: 1;
}

#Menu-nav.panelactive ul li {
    opacity: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.7rem;
    text-align: center;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}

@keyframes gnaviAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#Menu-nav .Menu-block {
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}

#Menu-nav .Menu-block-service {
    width: 50%;
    margin: 0 auto;
    padding-top: 20px;
}

#Menu-nav .Menu-block ul {
    padding: 0;
}

#Menu-nav .Menu-block1, #Menu-nav .Menu-block2, #Menu-nav .Menu-block3 {
    padding-left: 20px;
}

#Menu-nav .Menu-main {
    padding-bottom: 20px;
}

#Menu-nav .Menu-wrap {
    padding-left: 20px;
}

#Menu-nav .Menu-wrap li {
    margin: 5px 0;
}

#Menu-nav .Menu-wrap a {
    color: #ffffff;
    text-decoration: none;
    transition: color .3s;
}

#Menu-nav .Menu-wrap a:hover {
    color: #007bff;
}

#Menu-nav .Service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#Menu-nav .Service-wrap ul {
    width: 33%;
    padding-left: 0;
}

#Menu-nav ._sp {
    display: none;
}

@media (max-width: 820px) {
    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

    header {
        animation-delay: 3s;
    }

    #header .header_menu {
        padding: 10px 55px 0 5px;
    }

    #header .header_logo {
        width: 55%;
        padding-top: 5px;
    }

    .menu-button {
        font-size: 1.2rem;
        padding: 8px 15px;
        border-radius: 6px;
    }

    .menu-adjust {
        top: -120px;
        right: -50px;
        left: 0;
    }

    .menu-list {
        width: 175px;
        padding: 20px 0 25px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

    #header .menu-list .menu-link {
        padding-bottom: 10px;
    }

    #header .menu-name {
        font-size: 1.8rem;
    }

    #header .menu-list .menu-link span {
        font-size: 1.3rem;
    }

    #header .menu-item-btn {
        padding: 5px 10px;
    }

    #header .MenuBtn {
        top: 13px; 
        right: 8px; 
        width: 40px;
        height: 40px;
    }

    #header .MenuBtn span {
        height: 2px;
    }

    #header .MenuBtn span:nth-of-type(1) {
        top: 12px;
    }

    #header .MenuBtn span:nth-of-type(2) {
        top: 19px;
    }

    #header .MenuBtn span:nth-of-type(3) {
        top: 26px;
    }

    #Menu-nav #Menu-list {
        top: 8%;
    }

    #Menu-nav .Menu-main {
        padding-bottom: 5px;
        color: #ffffff;
        font-size: 2rem;
    }

    #Menu-nav .Menu-block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #Menu-nav.panelactive ul li {
        text-align: left;
    }

    #header .Service-wrap {
        display: block;
    }
}

/* アコーディオンメニュー */
#header .Menu-block nav {
    display: none;
}

#header .nav-open {
    opacity: 0;
    position: relative;
    padding-left: 10px;
    color: #ffff;
    text-align: start;
    text-indent: 1.5rem;
    animation-name: gnaviAnime;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-fill-mode: forwards;
}

#header .nav-open::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 15%;
    left: 0;
            transform: rotate(135deg);
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: #ffffff 2px solid;
    border-right: #ffffff 2px solid;
    content: "";

    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
}

#header .nav-open.active::before {
    display: block;
    position: absolute;
    top: 7%;
    bottom: 0;
    left: 0;
            transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: #ffffff 2px solid;
    border-right: #ffffff 2px solid;
    content: "";

    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
}

#header .Service-wrap {
    gap: 0rem;
}

#header .Menu-wrap nav {
    display: none;
}

#header .for-ip {
    display: none;
}

#header .Service-wrap .Menu-wrap {
    width: 30%;
}

#header .Menu-block ul {
    width: 100%;
}

@media (max-width: 820px) {
    ._pc {
        display: none !important;
    }

    ._sp {
        display: block !important;
    }

    ._tablet_on {
        display: block !important;
    }

    ._tablet_off {
        display: none !important;
    }
}



/* フッター */

.sec06 {
    margin: 0 auto;
    width: 80%;
    padding-bottom: 300px;
}

.logo-cfg {
    width: auto;
    display: inline-block;
    position: relative;
}

.logo-cfg::after {
    content: "";
    position: absolute;
    top: 42%;
    left: 140%;
    width: calc(75vw - 100%);
    height: 2px;
    background-color: #1047668a;
    transform: translateY(-50%);
}

.dept-logo {
	width: 100%;
    padding-top: 60px;
}

.logo-list {
	width: 100%;
	display: flex;
    align-items: center;
	position: relative;
	top: 0;
    margin: 0 auto;
}

.logo-list li {
    padding: 0px 2vw;
}

.logo-list li img {
	width: 100%;
    transition: transform 0.3s ease;
}

.logo-list li img:hover {
    transform: scale(1.2); 
}

.logo-list01 {
    width: 75%;
    padding-bottom: 60px;
}

.logo-list02 {
    width: 80%;
}

@media (max-width: 820px) {
    .sec06 {
        width: 100%;
        padding-bottom: 60px;
    }

    .logo-cfg {
        width: 40%;
        margin-left: 2rem;
    }

    .logo-cfg::after {
        left: 110%;
        width: calc(86vw - 100%);
    }

    .logo-list01 {
        width: 90%;
    }

    .logo-list03 {
        width: 90%;
        padding-bottom: 60px;
    }

    .logo-list li {
        padding: 0px 4vw;
    }

    .logo-list03 li {
        padding: 0px 2vw;
    }
}

/* フッター */
footer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #245572;
    color: #ffffff;
    padding-top: 40px;
}

#footer .footer-top {
    background-image: url("../img/footer/bg.png");
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

#footer .footer-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

#footer .footer-top h1 {
    font-size: 4.8rem;
    line-height: 1.25;
    text-align: right;
}

#footer .footer-top ul {
    list-style: none;
    padding: 0;
}

#footer .footer-top li {
    margin-bottom: 18px;
}

#footer .footer-top li:last-child {
    margin-bottom: 0;
}

#footer .footer-top a {
    padding: 17px 30px;
    border-left: 5px solid #ffffff;
    color: #ffffff;
    font-size: 3rem;
    text-decoration: none;
    transition: color .3s;
    position: relative;
}

#footer .footer-top a:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    left: 95%;
    top: 43%;
    transform: rotate(-45deg);
    width: 13px;
    height: 13px;
    content: "";
    transition: border-color .4s ease-in-out; 
}

#footer .footer-top a:hover {
    color: #007bff;
}

#footer .footer-top a:hover:after {
    border-color: #007bff; 
}

#footer .footer-bottom {
    text-align: center;
}

#footer small {
    display: block;
    padding: 20px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 820px) {
    #footer {
        width: 100%;
        height: auto;
        left: 0;
        padding-top: 0;
    }

    #footer .footer-inner {
        flex-direction: column;
        max-width: auto;
        margin: 0;
        padding: 60px 0;
    }

    #footer .footer-top {
        background-position: center 40%;
        background-size: 90%;
    }

    #footer .footer-top h1 {
        margin-bottom: 20px;
        font-size: 3.0rem;
        text-align: center;
    }

    #footer .footer-top ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    #footer .footer-top a {
        padding: 10px 20px;
        border-left: 0px solid #ffffff;
        font-size: 1.8rem;
    }

    #footer .footer-top a::before {
        border-bottom: 1px solid #fff;
        position: absolute;
        top: 95%;
        width: 135px;
        content: "";
    }

    #footer .footer-top a::after {
        content: "";
        position: absolute;
        top: 85%;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 0px solid transparent;
        border-left: 8px solid #fff;
        border-right: 0px solid #fff;
        width: 0;
        height: 0;
    }

    #footer .footer-top span {
        width: 25px;
        height: 25px;
    }
}


/* トップへ戻る */
#pagetop {
    opacity: 0;
    position: fixed;
    right: 40px;
    bottom: 35px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #2E4D6F;
    transition: .3s;
}

#pagetop .page-top::before {
    position: absolute;
    top: 17px;
    right: 49%;
    transform: rotate(-45deg);
    width: 18px;
    height: 18px;
    border: .15em solid currentColor;
    border-bottom: 0;
    border-left: 0;
    box-sizing: border-box;
    color: #ffffff;
    content: "";

    transform-origin: top right;
}

.pagetop:hover {
    transform: scale(1.05);
}

@media (max-width: 820px) {
    #pagetop {
        display: none !important;
    }
}


/* トップページ */
        /* ローディング画面のスタイル */
        #loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #ffffff;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 500; /* ローダー（モーダルより下） */
        }
        #loading-gif {
            width: 100px;
            height: auto;
            transform: scale(1);
        }
        
/* コンテンツの初期状態（非表示） */
#content {
    display: none; /* ローディング中は非表示 */
    opacity: 0;    /* 初期は透明 */
    transition: opacity 1s ease-in-out; /* アニメーションの設定 */
}











/*start

/* メインビジュアル */
#mv {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#mvt, #mvu {
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: 105%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    transform: scale(2.5); 
    will-change: transform, background-position, background-size;
    animation: zoomOutTransform 5s ease-in-out forwards;
}

#mvt {
    background-image: url('../img/top/mv/map.png');
    z-index: -1;
}

#mvu {
    background-image: url('../img/top/mv/map-under.png');
}


@keyframes zoomOutTransform {
    from {
        transform: scale(2.5); 
    }
    to {
        transform: scale(1.05);
    }
}

.phrase {
    height: 100vh;
    width: 83vw;
    margin: 0 auto;
    position: absolute;
    top: -29%;
    left: 0;
    right: 0;
    transform: translate(0%, 50%);
    animation: fadeInPhrase 5s ease-in-out;
}

@keyframes fadeInPhrase {
    from {
        top: 100%;
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}


@keyframes fadeOutPhrase {
    from {
        opacity: 1;
    }
    to {
        top: 100%;
        opacity: 0;
    }
}


/*cloud start*/
#mv .c1 {
    position: absolute;
    top: 0;
    left: 65%;
    animation: fadeInRight 5s ease-in-out;
    z-index: 1;
}

#mv .c7 {
    position: absolute;
    top: 20%;
    left: 58%;
    animation: fadeInRight 4.8s ease-in-out;
    z-index: 1;
}

#mv .c2 {
    position: absolute;
    top: -50%;
    left: -50%;
    animation: fadeInTop 5s ease-in-out;
    z-index: 1;
}

#mv .c5 {
    position: absolute;
    top: -60%;
    left: 0%;
    animation: fadeInTop 4.8s ease-in-out;
    z-index: 1;
}

#mv .c6 {
    position: absolute;
    top: -60%;
    left: 45%;
    animation: fadeInTop 5s ease-in-out;
    z-index: 1;
}

#mv .c3 {
    position: absolute;
    top: 0%;
    left: -65%;
    animation: fadeInLeft 5s ease-in-out;
    z-index: 1;
}

#mv .c10 {
    position: absolute;
    top: 30%;
    left: -45%;
    animation: fadeInLeft 4.8s ease-in-out;
    z-index: 1;
}

#mv .c4 {
    position: absolute;
    top: 65%;
    left: 50%;
    animation: fadeInBottom 5s ease-in-out;
}

#mv .c8 {
    position: absolute;
    top: 45%;
    left: 0%;
    animation: fadeInBottom 4.8s ease-in-out;
}

#mv .c9 {
    position: absolute;
    top: 45%;
    left: -60%;
    animation: fadeInBottom 5s ease-in-out;
}

@keyframes fadeInLeft {
    from {
        left: -500%;
        opacity: 1;
        transform: translateX(-500px);
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInRight {
    from {
        left: 500%;
        opacity: 1;
        transform: translateX(500px);
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInTop {
    from {
        top: -300%;
        opacity: 1;
        transform: translateY(-500px);
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInBottom {
    from {
        top: 300%;
        opacity: 1;
        transform: translateY(500px);
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        left: -500%;
        opacity: 1;
        transform: translateX(-500px);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        left: 500%;
        opacity: 1;
        transform: translateX(500px);
    }
}

@keyframes fadeOutTop {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        top: -300%;
        opacity: 1;
        transform: translateY(-500px);
    }
}

@keyframes fadeOutBottom {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        top: 300%;
        opacity: 1;
        transform: translateY(500px); 
    }
}
/*cloud end*/



#mv .movie-on {
    position: absolute;
    top: 90%;
    left: 3.5%;
    transform: translate(-50%, -50%);
    background-color: rgba(16, 71, 102, 0.75);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0; 
    transition: opacity 1s ease-in-out;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 5s; 
    cursor: pointer;
    z-index: 1;
}

#mv .movie-icon {
    width: 20px;
    height: 20px; 
}

#mv .movie-on:hover {
    background : rgb(16, 71, 102);
}

#mv .video-modal {
    display: none; 
    position: absolute;
    z-index: 450; /* MV内の動画ポップアップ（ヘッダーより上） */
    left: 1%;
    bottom: 6%;
    width: auto;
    height: auto;
}

#mv .modal-background {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    transform: translate(-500px, 500px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    backdrop-filter: blur(15px) saturate(100%);
}

#mv .movie-off {
    position: absolute;
    top: 70%;
    left: 3%;
    z-index: 10;
    background-color: rgba(255, 255, 255, 30%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 1s ease-in-out;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 5s; 
}

#mv .movie-off:hover {
    background-color: rgba(16, 71, 102, 0.75);
}


#mv .overlay {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
}

#mv .overlay iframe {
    width: 560px; 
    height: 315px;
    z-index: 1;
    opacity: 0.8; 
    transition: opacity 0.3s ease;
}

#mv .overlay:hover iframe {
    opacity: 1;
}

#mv .grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2;
    pointer-events: none; 
    background-image: linear-gradient(transparent calc(100% - 0.5px), rgba(255, 255, 255, 0.2) 0.5px),
    linear-gradient(90deg, transparent calc(100% - 0.5px), rgba(255, 255, 255, 0.2) 0.5px);
    background-size: 20% 33.33%; 
}

#mv .btn-wrap {
    position: absolute;
    top: 82%;
    left: 92%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#mv .btn {
    position: relative;
    color: #ffffff; 
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    background : rgba(16, 71, 102, 0.75);
    padding: 20px 30px; 
    transition: background-color 0.3s ease;
    width: 210px;
    text-align: center;
}

#mv .btn:hover {
    background : rgb(16, 71, 102);
}

.icon {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 10px;
    height: 10px;
    fill: #ffffff;
}

.links {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 5s; 
    cursor: pointer;
    margin-bottom: 10px;
}

.medical-jump-link {
    position: absolute;
    top: 20%;
    left: 90%;
    transform: translate(-50%, -50%);
    width: 10%;
    height: fit-content;
    display: inline-block;
    cursor: pointer;
}

.medical-jump-link .medical-jump {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 1;
    width: 60%;
    transition: opacity 1.0s ease;
}

.medical-jump-link .hover {
    opacity: 0;
}

.medical-jump-link:hover .hover {
    opacity: 1;
}

.medical-jump-link:hover .normal {
    opacity: 0;
}

.medical-jump-link .round-text {
    background: rgba(246, 247, 250, 0.3);
    border-radius: 50%;
    filter: brightness(0.4);
    animation: border-animation 15s infinite linear;
}

@keyframes border-animation {
    to { rotate: 360deg; }
}


.ranger-icon-pc,
.ranger-icon-sp {
    display: none;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease;
}

.ranger-icon-pc.show {
    display: block;
    opacity: 1; 
    animation: fadeIn 1s ease-in-out forwards;
    height: 0;
}

.ranger-icon-sp.show {
    display: flex;
    width: 90%;
    opacity: 1;
    animation: fadeIn 1s ease-in-out forwards;
    height: auto;
    position: absolute;
    margin: 0 auto;
    top: 11%;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 9px;
    padding: 24px 0;
    z-index: 1;
}

.ranger-icon-sp a {
    display: contents;
}

.ranger-icon-pc .ranger {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 9%;
    height: auto;
}

.ranger-icon-pc .ranger:hover {
    transform: translate(-50%, -50%) scale(1.1); 
}

.ranger-icon-pc .r1 {
    top: 17%;
    left: 77%;
}

.ranger-icon-pc .r2 {
    top: 42%;
    left: 74%;
}

.ranger-icon-pc .r3 {
    top: 59%;
    left: 80%;
}

.ranger-icon-pc .r4 {
    top: 30%;
    left: 63%;
}

.ranger-icon-pc .r5 {
    top: 50%;
    left: 63%;
}

.ranger-icon-pc .r6 {
    top: 77%;
    left: 63%;
}

.ranger-icon-pc .r7 {
    top: 27%;
    left: 48%;
}

.ranger-icon-pc .r8 {
    top: 55%;
    left: 44%;
}

.ranger-icon-pc .r9 {
    top: 75%;
    left: 44%;
}

.ranger-icon-pc .r10 {
    top: 35%;
    left: 31%;
}

.ranger-icon-pc .r11 {
    top: 85%;
    left: 33%;
}

.ranger-icon-pc .r12 {
    top: 60%;
    left: 24%;
}

.ranger-icon-pc .r13 {
    top: 25%;
    left: 18%;
}

.ranger-icon-pc .r14 { 
    top: 48%;
    left: 14%;
}

.ranger-icon-sp .ranger {
    width: calc((100% - 30px) / 4);
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.security {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    animation: fadeIn 1s ease-in-out forwards;
    animation-delay: 5s; 
}

.security-modal {
    display: none; 
    position: fixed;
    z-index: 1000; /* 全画面モーダル（警備業認定標識） */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
    justify-content: center; 
    align-items: center; 
    transform: translate(100%, 100%);
    transition: transform 0.5s ease; 
}

.security-modal.show {
    transform: translate(0, 0);
}

.security-modal-content {
    transition: transform 0.5s ease;
    width: 100%;
    max-width: 700px;
}

.security-modal.show .security-modal-content {
    transform: translate(0, 0); 
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-weight: bold;
    font-size: 40px;
    transition: .3s;
}

.close:hover, .close:focus {
    color: #bbbbbb;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 820px) {
    #mv {
        height: 85vh;
    }

    #mvt {
        background-position: center center;
        transition: none;
        transform: scale(1);
        background-size: auto 100%;
        animation: swing 50s linear 3s infinite;
        z-index: 1;
    }

    /*sp effect start*/
    @keyframes swing {
        0% {
            background-position: 50% center;
        }
        50% {
            background-position: 0% center;
        }
        75% {
            background-position: 50% center;
        }
        100% {
            background-position: 100% center;
        }
    }
    /*sp effect end*/


    #mvt::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: inherit; /* 背景画像を継承 */
        background-size: inherit;
        background-position: inherit;
        background-attachment: inherit;
        background-repeat: inherit;
        background-color: #fff;
        transition: filter 0.3s ease, opacity 0.3s ease;
    }
    
    /* ぼかし効果用のクラス */
    .blur-background::before {
        filter: blur(2px);
        opacity: 1;
        transform: scale(1.1);
    }
    
    #mvu {
        display: none;
    }

    #mv .phrase {
        top: -20%;
        animation: fadeIn 3s ease-in-out forwards;
        z-index: 1;
    }

    .cloud {
        position: relative;
        height: 100vh;
    }

    #mv .c1 {
        top: 12%;
        left: 30%;
        animation: fadeInRight 5s ease-in-out;
        z-index: 1;
    }

    #mv .c7 {
        position: absolute;
        top: 58%;
        left: 56%;
        animation: fadeInRight 4.8s ease-in-out;
        z-index: 1;
    }

    #mv .c2 {
        top: -5%;
        left: 0%;
        animation: fadeInTop 5s ease-in-out;
        z-index: 1;
    }

    #mv .c5 {
        top: -5%;
        left: -36%;
        animation: fadeInTop 4.8s ease-in-out;
        z-index: 1;
    }

    #mv .c6 {
        top: -5%;
        left: 41%;
        animation: fadeInTop 5s ease-in-out;
        z-index: 1;
    }

    #mv .c3 {
        top: 40%;
        left: -50%;
        animation: fadeInLeft 5s ease-in-out;
        z-index: 1;
    }

    #mv .c10 {
        top: 65%;
        left: -30%;
        animation: fadeInLeft 4.8s ease-in-out;
        z-index: 1;
    }

    #mv .c4 {
        top: 88%;
        left: 50%;
        animation: fadeInBottom 5s ease-in-out;
        z-index: 1;
    }

    #mv .c8 {
        top: 79%;
        left: 0%;
        animation: fadeInBottom 4.8s ease-in-out;
        z-index: 1;
    }

    #mv .c9 {
        top: 82%;
        left: -57%;
        animation: fadeInBottom 5s ease-in-out,;
        z-index: 1;
    }

    #mv .movie-on {
        width: 40px;
        height: 40px;
        top: 94%;
        left: 5.5%;
        background : rgb(16, 71, 102);
    }

    #mv .movie-icon {
        width: 18px;
        height: 18px;
    }

    /* モーダルの位置を中央に配置 */
    #mv .video-modal {
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
    }

    #mv .movie-off {
        width: 40px;
        height: 40px;
    }
    
    #mv .overlay iframe {
        width: 90vw;
        height: 28vh;
    }
    
    #mv .btn {
        width: 145px;
        background : rgb(16, 71, 102);
        padding: 15px 20px;
        font-size: 1.2rem;
        letter-spacing: 0.3rem;
    }

    #mv .btn-wrap {
        top: 90%;
        left: 88%;
    }

    .icon {
        top: 8%;
        left: 5%; /* 左位置を微調整 */
        width: 8px; /* アイコンサイズを小さく */
        height: 8px;
    }

    .close {
        right: 5px;
    }
}

@media (max-width: 767px) { 
    #mv .movie-on {
        top: 93%;
        left: 11.5%;
    }

    #mv .btn-wrap {
        top: 86%;
        left: 77%;
    }
}

/*end











/* アイコンスライダー */
.icon-slider {
	width: 100%;
	overflow: hidden;
    background-color: #F2F5F8;
    padding: 50px 0;
}

.photo-list {
	width: 200%;
	display: flex;
    align-items: center;
	list-style: none;
	position: relative;
	top: 0;
}

@media (max-width: 820px) {
	.photo-list {
		width: 300%;
	}
}

@media (max-width: 767px) {
    .photo-list {
        width: 404%;
    }
}

.photo-list:hover {
	animation-play-state: paused;
}

.photo-list li {
    padding: 0px 30px;
}

.photo-list li img {
	width: 100%;
    transition: transform 0.3s ease;
}

.photo-list li img:hover {
    transform: scale(1.5); 
}

.smooth {
	animation: smooth-key1 20s linear infinite;
}

@media (max-width: 820px) {
    .icon-slider {
        padding: 30px 0;
    }

    .photo-list li {
        padding: 0px 15px;
    }

	.smooth {
		animation: smooth-key2 20s linear infinite;
	}
}

@keyframes smooth-key1 {
	0% {
		left: 0%;
	}
	100% {
		left: -100%;
	}
}

@keyframes smooth-key2 {
	0% {
		left: 0%;
	}
	100% {
		left: -200%;
	}
}

/* お知らせ */
#home .sec01-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#home .shape {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
    transform-origin: bottom left;
}

#home .shape::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1;
    opacity: 0.33;
    transform-origin: bottom left;
    clip-path: inherit;
    background: linear-gradient(64.8deg, rgba(105, 214, 208, 1) 0%, rgba(100, 205, 201, 0.96) 4.23%, rgba(64, 148, 159, 0.66) 33.92%, rgba(38, 106, 128, 0.41) 59.34%, rgba(22, 80, 109, 0.21) 79.25%, rgba(16, 71, 102, 0.09) 91.18%);
}

#home .shape1 {
    top: 43%;
    left: -26%;
    clip-path: polygon(65% 0, 100% 0%, 35% 100%, 0% 100%);
    animation: shape1 5s cubic-bezier(0.9, 0.01, 0.82, 0.5) infinite;
}

#home .shape1::before {
    clip-path: inherit;
    animation: shape1 5s cubic-bezier(0.89, 0.01, 0.15, 1) infinite; 
}

@keyframes shape1 {
    0% {
        clip-path: polygon(0 100%, 35% 100%, 35% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(65% 0, 100% 0%, 35% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(65% 0, 100% 0%, 100% 0, 65% 0);
    }
}

#home .shape2 {
    top: 67%;
    left: -41%;
    clip-path: polygon(65% 0, 68% 0%, 3% 100%, 0% 100%);
    animation: shape2 3s cubic-bezier(0.9, 0.01, 0.82, 0.5) infinite;
}

#home .shape2::before {
    clip-path: inherit;
    animation: shape2 3s cubic-bezier(0.89, 0.01, 0.15, 1) infinite; 
}

@keyframes shape2 {
    0% {
        clip-path: polygon(0 100%, 3% 100%, 3% 100%, 0 100%);
    }
    50% {
        clip-path: polygon(65% 0, 68% 0%, 3% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(65% 0, 68% 0, 68% 0, 65% 0);
    }
}

#home .shape3 {
    top: -25%;
    left: 37%;
    clip-path: polygon(65% 0, 80% 0%, 15% 100%, 0% 100%);
    animation: shape3 3s cubic-bezier(0.9, 0.01, 0.82, 0.5) infinite;
}

#home .shape3::before {
    clip-path: inherit;
    animation: shape3 3s cubic-bezier(0.89, 0.01, 0.15, 1) infinite; 
}

@keyframes shape3 {
    0% {
        clip-path: polygon(0 100%, 15% 100%, 15% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(65% 0, 80% 0%, 15% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(65% 0, 80% 0, 80% 0, 65% 0);
    }
}

#home .shape4 {
    top: 20%;
    left: 30%;
    clip-path: polygon(65% 0, 75% 0%, 10% 100%, 0% 100%);
    animation: shape4 4s cubic-bezier(0.9, 0.01, 0.82, 0.5) infinite;
}

#home .shape4::before {
    clip-path: inherit;
    animation: shape4 4s cubic-bezier(0.89, 0.01, 0.15, 1) infinite; 
}

@keyframes shape4 {
    0% {
        clip-path: polygon(0 100%, 10% 100%, 10% 100%, 0% 100%);
    }
    50% {
        clip-path: polygon(65% 0, 75% 0%, 10% 100%, 0% 100%);
    }
    100% {
        clip-path: polygon(65% 0, 75% 0, 75% 0, 65% 0);
    }
}

#home .sec01 {
    width: 80%;
    margin: 0 auto;
    padding: 150px 0;
}

#home .sec01 .ttl h2 {
    font-size: 2.1rem;
    font-weight: bold;
    padding: 5px;
}

#home .sec01 .english {
    letter-spacing: 0.7rem;
}

#home .sec01 .japanese {
    display: inline;
    background-color: #222222;
    color: #ffffff;
    letter-spacing: 0.2rem;
}

#home .info-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

#home .tab_content {
    width: calc(100% / 2 - 20px);
}

#home .tab_content h2 {
    font-size: 1.8rem;
    letter-spacing: 0.7rem;
    padding: 20px;
}

#home .article-sortbox {
    display: flex;
    width: 100%;
    padding: 30px 20px;
    border-bottom: 0.5px solid transparent;
    position: relative;
}

#home .article-sortbox:hover {
    background-color: rgba(244,247,249,0.5);
    border-bottom: 0.5px solid #222222;
}

#home .article-sortbox .link-icon {
    position: absolute;
    top: 10%; 
    left: 96%;
    width: 10px; 
    height: 10px;
    fill: #222222; 
    opacity: 0; 
}

#home .article-sortbox:hover .link-icon {
    opacity: 1;
}

#home .article-sortbox dt {
    margin-bottom: 10px;
    transition: color 1s ease;
    font-weight: normal;
}

#home .home .sec01 dl {
    padding: 15px;
}

#home .home .sec01 dl dt, #home .home .sec01 dd {
    font-size: 1.4rem;
}

#home .home .sec01 dd {
    line-height: 2.1;
}

#home .list-btn {
    margin: 20px;
    display: flex;
    width: fit-content;
    height: fit-content;
    background-color: transparent;
    transition: backgroud-color 0.3s ease;
    padding: 5px 5px;
}

#home .list-btn:hover {
    background-color: #F4F7F9;
}

#home .list-btn .link-icon {
    width: 5px;
    height: 5px;
    fill: #222222;
    margin-left: 8px;
    vertical-align: text-top;
    transition: transform 0.3s ease;
}

#home .list-btn:hover .link-icon {
    transform: translate(5px, -5px);
}

@media (max-width: 820px) { 
    #home .sec01 {
        padding: 80px 0;
    }

    #home .info-wrap {
        margin-top: 0;
        flex-direction: column;
    }

    #home .tab_content {
        width: 100%;
        margin-top: 60px;
    }

    #home .tab_content h2 {
        padding: 0 0 20px 0;
        text-align: center;
    }

    #home .article-sortbox {
        width: 100%;
        padding: 10px 0px;
    }

    #home .list-btn {
        margin: 20px 0;
    }
    
}

/* サービス一覧 */
#home .sec02 {
    position: relative;
}

/* テキストスライダー */
#home .text-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#home .text-list {
    width: 200%;
    display: flex; 
}

#home .text-list01 {
    font-size: 5rem;
    animation: smooth 20s linear infinite; 
}

#home .text-list02 {
    animation: smooth 25s linear infinite; 
}

#home .text-list-reverse {
    width: 200%;
    display: flex; 
    animation: smoothReverse 20s linear infinite; 
}

#home .text-list li,
#home .text-list-reverse li {
    font-size: 20rem;
    font-family: "コーポレート・ロゴ ver2 Bold";
    font-weight: bold;
    color: #F2F5F8;
    padding: 50px 0;
    white-space: nowrap; 
}

@keyframes smooth {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes smoothReverse {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.cfg-srvcs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cfg-srvcs .ttl {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cfg-srvcs .ttl .ranger-logo {
    width: 55%;
}

.cfg-srvcs .ttl .english {
    font-size: 1.8rem;
    letter-spacing: 0.445em;
    margin-bottom: 10px;
}

.cfg-srvcs .ttl .japanese {
    font-size: 2.1rem;
    letter-spacing: 0.3em;
}


.srvc-container{
    padding-top:2.5vw;
    filter: drop-shadow(-2px 2px 4px #d1d1d1);
}

@media (max-width: 820px) { 
    #home .sec02 {
        padding: 80px 0;
    }

    #home .text-list li, #home .text-list-reverse li {
        font-size: 6rem;
    }

    .cfg-srvcs .ttl {
        top: 52%;
    }

    .cfg-srvcs .ttl .ranger-logo {
        width: 100%;
    }

    svg.shadow {
        transform: scale(0.8);
    }
}

@media (max-width: 767px) {
    #home .sec02 {
        padding: 0;
    }

    svg.shadow {
        transform: scale(1);
    }
}

/* ムービー */
#movie-list {
    position: relative;
}

#movie-list::before {
    content: "";
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 50vw;
    aspect-ratio: 16 / 9;
    background-color: #F2F5F8;
    z-index: -1;
}

#home .sec03 {
    padding: 200px 0 300px;
}

#home .wp-block-embed__wrapper {
    display: none;
}

#home .slick-track {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#home .slick-track:before, #home .slick-track:after {
    display: table;
    content: "";
}

#home .slick-initialized .slick-slide {
    display: block;
}

#home .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

#home .slider {
    width: 100%;
    margin: 0 auto;
}

#home .slider img {
    width: 60vw;
    height: auto;
}

#home .slider .slick-slide {
    opacity: .5;
    transform: scale(.8);
    transition: all .5s;
}

#home .slider .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
}

#home .slick-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 10px;
}

/* 矢印の設定 */
#home .slick-prev,
#home .slick-next {
    position: relative;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease; /* 背景色が滑らかに変わる */
}

#home .slick-prev::before,
#home .slick-prev::after,
#home .slick-next::before,
#home .slick-next::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    content: "";
}

#home .slick-prev::before {
    width: 20px;
    height: 2px;
    background: #C8CACC;
    transform: translate(-50%, -50%);
}

#home .slick-prev::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #C8CACC;
    border-right: 2px solid #C8CACC;
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 15px;
}

#home .slick-next::before {
    width: 20px;
    height: 2px;
    background: #C8CACC;
    transform: translate(-50%, -50%);
}

#home .slick-next::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #C8CACC;
    border-right: 2px solid #C8CACC;
    transform: translate(-50%, -50%) rotate(45deg);
    left: 25px;
}

/* 矢印にホバーした時の白い丸背景 */
.slick-prev:hover,
.slick-next:hover {
    background-color: #FFFFFF;
}

/* 矢印アイコンの位置を調整 */
.slick-prev:hover::before,
.slick-next:hover::before {
    color: #C8CACC; /* アイコンの色を変える */
}

/* ドットナビゲーションの設定 */
#home .slick-dots {
    margin: 11px 0 0 0;
    text-align: center;
}

#home .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

#home .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C8CACC;
    color: transparent;
    outline: none;
}

#home .slick-dots .slick-active button {
    background: #104766;
}

#home .slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#home .slick-list:focus {
    outline: none;
}

#home .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

#home .slick-slider .slick-track, #home .slick-slider .slick-list {
            transform: translate3d(0, 0, 0);

    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
}

#home .slick-track {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

#home .slick-track:before, #home .slick-track:after {
    display: table;
    content: "";
}

#home .slick-track:after {
    clear: both;
}

#home .slick-loading .slick-track {
    visibility: hidden;
}

#home .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] #home .slick-slide {
    float: right;
}

#home .slick-slide img {
    display: block;
}

#home .slick-slide.slick-loading img {
    display: none;
}

#home .slick-slide.dragging img {
    pointer-events: none;
}

#home .slick-loading .slick-slide {
    visibility: hidden;
}

#home .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

#home .slick-arrow.slick-hidden {
    display: none;
}

#movie-list .list-btn {
    margin: 0 0 0 70% !important;
}

@media (max-width: 820px) {
    #home .sec03 {
        padding: 80px 0;
    }

    #movie-list::before {
        top: 44%;
        width: 90vw;
    }

    #home .slider img {
        width: 90vw;
    }
    /* 矢印のサイズと位置調整 */
    #home .slick-prev,
    #home .slick-next {
        width: 30px; 
        height: 30px;
    }

    #home .slick-prev::after,
    #home .slick-next::after {
        width: 8px; 
        height: 8px;
    }

    #home .slick-prev::after {
        left: 8px;
    }

    #home .slick-next::after {
        left: 22px;
    }

    #home .slick-prev {
        left: 10%;
    }

    #home .slick-next {
        right: 10%;
    }



    #home .slick-dots {
        margin: 10px 0 0 0;
    }

    #home .slick-dots button {
        width: 6px;
        height: 6px;
    }
}


/* モーダル設定 */
#home .hide-area {
    display: none;
}

#home .modaal-close:after, #home .modaal-close:before {
    background: #cccccc;
}

#home .modaal-close:focus:after, #home .modaal-close:focus:before, #home .modaal-close:hover:after, #home .modaal-close:hover:before {
    background: #666666;
}

#modaal-title {
    margin: 0 0 20px 0;
    font-size: 1.2rem;
    text-align: center;
}

#home .modaal-video .modaal-inner-wrapper {
    padding: 5%;
}

#home .modaal-overlay {
    z-index: 1000; /* フロントの動画モーダル（他モーダルと同列） */
}



.modaal-video-wrap {
    margin: auto 0;
    position: relative;
}







