@charset "UTF-8";

/* ==========================================================================//
//
// [基本設定]
//
// ========================================================================== */


/* ==========================================================================//
//
// [Web font]
//
// ========================================================================== */

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    /*
  src: url(../../assets/fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../../assets/fonts/NotoSansJP-Regular.woff) format("woff"), url(../../assets/fonts/NotoSansJP-Regular.otf) format("opentype");
*/
    src: url(../../assets/fonts/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    /*
  src: url(../../assets/fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../../assets/fonts/NotoSansJP-Bold.woff) format("woff"), url(../../assets/fonts/NotoSansJP-Bold.otf) format("opentype");
*/
    src: url(../../assets/fonts/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    /*
  src: url(../../assets/fonts/Montserrat-Bold.woff2) format("woff2"), url(../../assets/fonts/Montserrat-Bold.woff) format("woff"), url(../../assets/fonts/Montserrat-Bold.otf) format("opentype");
*/
    src: url(../../assets/fonts/Montserrat-Bold.ttf) format("opentype");
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 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 */
}


/**
 * 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: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 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;
    /* 2 */
    -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: 1em;
    /* 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;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * 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"] {
    -webkit-appearance: button;
}


/**
 * 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 {
    border-style: none;
    padding: 0;
}


/**
 * 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;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * 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 {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* 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;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* ==========================================================================//
//
// [デフォルトスタイル]
//
// ========================================================================== */

html,
body {
    height: 100%;
}

@media screen and (min-width: 768px) {
    html,
    body {
        min-width: 1200px;
    }
}

html {
    font-size: 62.5%;
}

html.is-locked {
    position: fixed;
    left: 0;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 1.3rem;
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    background: #f5f7f9;
    color: #222;
    letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.4rem;
        letter-spacing: 0.08em;
    }
}

body>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

body.is-show-overlay:before {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

*:not(hr):not(legend),
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
figcaption {
    margin: 0;
}

ul,
ol,
dl,
dt,
dd,
blockquote {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

a,
button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

a {
    color: #e21b23;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    a[href^="tel"] {
        pointer-events: none;
        cursor: default;
    }
}

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

svg {
    display: inline-block;
}

picture {
    display: block;
}

i {
    font-style: normal;
}

table {
    width: 100%;
    border-spacing: 0;
}

th {
    font-weight: normal;
}

td {
    text-align: center;
}

input {
    border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
    pointer-events: none;
}

[type=number] {
    width: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

textarea {
    vertical-align: top;
    overflow: auto;
    resize: vertical;
    border-radius: 0;
}

button,
input,
optgroup,
select,
textarea,
small {
    font: inherit;
}

optgroup {
    font-weight: 700;
}

button {
    padding: 0;
    overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

input:not([type="checkbox"]),
input:not([type="radio"]),
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus {
    outline: none;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
    background: none;
}

fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}

legend {
    border: none;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -.02rem;
}

input,
textarea,
select {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: none;
    background: #fff;
}

textarea {
    height: auto;
    resize: none;
}

:placeholder-shown {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}


/* ==========================================================================//
//
// [レイアウト]
//
// ========================================================================== */

@media screen and (max-width: 767px) {
    .l-block {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) {
    .l-block {
        width: 1200px;
        margin: 0 auto;
    }
}

.l-contact {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #e21b23;
    background: url("../../assets/image/bg/bg_contact_01.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 2;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .l-contact {
        padding-top: 65px;
        padding-bottom: 50px;
        text-align: center;
    }
}

.l-contact__ttl {
    font-size: 1.7rem;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
    .l-contact__ttl {
        font-size: 2.2rem;
    }
}

.l-contact__icon {
    position: relative;
    padding-left: 30px;
}

@media screen and (min-width: 768px) {
    .l-contact__icon {
        padding-left: 46px;
    }
}

.l-contact__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../assets/image/ico/icon_map_01.png") no-repeat 0 0;
    background-size: 30px;
}

@media screen and (min-width: 768px) {
    .l-contact__icon::before {
        left: 0;
        width: 46px;
        height: 46px;
        background-size: 46px;
    }
}

.l-contact__txt {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.6;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
    .l-contact__txt {
        font-size: 2.2rem;
        line-height: 1;
    }
}

.l-contact__copy {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.85;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
    .l-contact__copy {
        margin-top: 25px;
        font-size: 1.4rem;
        line-height: 1.7;
    }
}

.l-contact__box {
    margin-top: 35px;
}

@media screen and (min-width: 768px) {
    .l-contact__box {
        margin-top: 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .l-contact__box {
        padding-top: 42px;
        border-top: 1px solid #ee767b;
    }
}

@media screen and (min-width: 768px) {
    .l-contact__tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 35px;
        width: 50%;
        height: 140px;
        padding-right: 80px;
        border-top: none;
        border-right: 1px solid #ee767b;
    }
}

@media screen and (max-width: 767px) {
    .l-contact__tel {
        text-align: center;
    }
}

.l-contact__tel-ttl {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
    color: #fff;
}

@media screen and (min-width: 768px) {
    .l-contact__tel-ttl {
        font-size: 4rem;
        white-space: nowrap;
    }
}

.l-contact__tel-icon {
    position: relative;
    padding-left: 26px;
}

@media screen and (min-width: 768px) {
    .l-contact__tel-icon {
        padding-left: 40px;
    }
}

.l-contact__tel-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../../assets/image/ico/icon_tel.svg");
    background-size: 20px;
}

@media screen and (min-width: 768px) {
    .l-contact__tel-icon::before {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
}

.l-contact__tel-txt {
    margin-top: 10px;
    font-size: 1.1rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
    .l-contact__tel-txt {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}

.l-contact__trigger {
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-contact__trigger {
        height: 85px;
    }
}

@media screen and (min-width: 768px) {
    .l-contact__trigger::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #fff;
        border-radius: 42px;
    }
}

@media screen and (max-width: 767px) {
    .l-contact__trigger-wrap {
        margin-top: 35px;
        padding: 0 22px;
    }
}

@media screen and (min-width: 768px) {
    .l-contact__trigger-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
        height: 140px;
        padding-left: 80px;
        padding-top: 25px;
    }
}

.l-contact__button {
    position: relative;
    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;
    width: 100%;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 30px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
    z-index: 5;
}

@media screen and (min-width: 768px) {
    .l-contact__button {
        width: 376px;
        height: 85px;
        border-radius: 42px;
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .l-contact__button:hover {
        border: 2px solid #fff;
        background-color: #cc2b31;
        -webkit-transform: translate(4px, -6px);
        transform: translate(4px, -6px);
    }
}

.l-contact__button .c-icon--after::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 8px auto;
}

@media screen and (min-width: 768px) {
    .l-contact__button .c-icon--after::after {
        right: 26px;
        width: 12px;
        height: 15px;
        background-size: 12px auto;
    }
}

.l-footer {
    position: relative;
    background-color: #f5f7f9;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .l-footer__in {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.l-footer__wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .l-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 34px 0 30px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__menu {
        max-width: 868px;
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__menu-item-01 {
        width: 440px;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 {
        margin-bottom: 42px;
    }
}

/*@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-01 .l-footer__submenu-item:nth-child(7) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
}*/

@media screen and (min-width: 768px) {
    .l-footer__menu-item-02 {
        width: 408px;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 {
        margin-bottom: 52px;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 .l-footer__submenu-item:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 .l-footer__submenu-item:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 .l-footer__submenu-item:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 .l-footer__submenu-item:nth-child(4) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media screen and (max-width: 767px) {
    .l-footer__menu-item-02 .l-footer__submenu-item:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.l-footer__menu-link {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: bold;
    color: #222;
}

@media screen and (min-width: 768px) {
    .l-footer__menu-link {
        padding-left: 15px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}

.l-footer__menu-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 24px;
    background-color: #e21b23;
}

@media screen and (min-width: 768px) {
    .l-footer__menu-link:hover {
        opacity: 0.7;
    }
}

.l-footer__submenu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 14px;
}

.l-footer__submenu-item {
    position: relative;
    width: 50%;
    padding-left: 15px;
    margin-top: 18px;
    font-size: 1.2rem;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .l-footer__submenu-item {
        width: 200px;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: 17px;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__submenu-item-end {
        width: 194px;
    }
}

.l-footer__submenu-item::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-color: #e21b23;
    border-style: solid;
    border-width: 0 0 1px 1px;
    background-color: transparent;
}

.l-footer__submenu-link {
    color: #222;
}

@media screen and (min-width: 768px) {
    .l-footer__submenu-link:hover {
        color: #e21b23;
    }
}

.l-footer__logo {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .l-footer__logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__logo {
        width: 164px;
    }
}

@media screen and (min-width: 768px) {
    .l-footer__logo:hover {
        opacity: 1;
    }
}

.l-footer__logo-image {
    width: 140px;
}

@media screen and (min-width: 768px) {
    .l-footer__logo-image {
        width: 164px;
    }
}

.l-footer__copyright {
    padding: 17px 0;
    border-top: 1px solid #ddd;
    color: #999;
    text-align: center;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
}

@media screen and (min-width: 768px) {
    .l-footer__copyright {
        padding: 15px 0;
        font-size: 1rem;
    }
}

.l-footer__logo-link {
    display: block;
}

.footer-home {
    display: none;
}

.footer-sp-home {
    display: block;
    margin-bottom: 30px;
    text-align: left;
}

.footer-sp-home a {
    color: #222;
}

@media screen and (min-width: 768px) {
    .footer-sp-home {
        display: none;
    }
    .footer-home {
        display: block;
        text-align: left;
        margin-top: 30px;
    }
    .footer-home a {
        color: #222;
    }
    .footer-home a:hover {
        color: #e21b23
    }
}

.l-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-col,
.l-col-1,
.l-col-2,
.l-col-2-4,
.l-col-3,
.l-col-4,
.l-col-5,
.l-col-6,
.l-col-7,
.l-col-8,
.l-col-9,
.l-col-10,
.l-col-11,
.l-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.l-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.l-col-1 {
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.l-col-2 {
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.l-col-2-4 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}

.l-col-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.l-col-4 {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.l-col-5 {
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.l-col-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.l-col-7 {
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.l-col-8 {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.l-col-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.l-col-10 {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.l-col-11 {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.l-col-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .l-col-md,
    .l-col-1-md,
    .l-col-2-md,
    .l-col-2-4-md,
    .l-col-3-md,
    .l-col-4-md,
    .l-col-5-md,
    .l-col-6-md,
    .l-col-7-md,
    .l-col-8-md,
    .l-col-9-md,
    .l-col-10-md,
    .l-col-11-md,
    .l-col-12-md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .l-col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .l-col-1-md {
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }
    .l-col-2-md {
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }
    .l-col-2-4-md {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%;
    }
    .l-col-3-md {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .l-col-4-md {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }
    .l-col-5-md {
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }
    .l-col-6-md {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .l-col-7-md {
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }
    .l-col-8-md {
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }
    .l-col-9-md {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .l-col-10-md {
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }
    .l-col-11-md {
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }
    .l-col-12-md {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.l-header {
    padding-top: 60px;
}

@media screen and (min-width: 768px) {
    .l-header {
        padding-top: 84px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__logo:hover {
        opacity: 1;
    }
}

.l-header__logo-image {
    width: 100px;
}

@media screen and (min-width: 768px) {
    .l-header__logo-image {
        width: 146px;
    }
}

.l-header__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

@media screen and (min-width: 768px) {
    .l-header__wrap {
        min-width: 1200px;
    }
}

.l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 16px;
    background-color: #fff;
    border-bottom: 1px solid #f9d1d3;
}

@media screen and (max-width: 767px) {
    .l-header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .l-header__inner {
        height: 84px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .l-header__utility {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -16px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__available {
        position: relative;
        width: 183px;
        padding-left: 35px;
    }
}

.l-header__available-link {
    position: relative;
    padding-left: 25px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #e21b23;
}

@media screen and (max-width: 767px) {
    .l-header__available-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 122px;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .l-header__available-link {
        padding-left: 35px;
        font-size: 1.4rem;
    }
}

.l-header__available-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("../../assets/image/ico/icon_map_red.svg") no-repeat 0 0;
    background-size: 18px;
}

@media screen and (min-width: 768px) {
    .l-header__available-link::before {
        width: 28px;
        height: 28px;
        background-size: 28px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__available::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 40px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #f9d1d3;
    }
}

.l-header__menu-trigger {
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px;
    background-color: #e21b23;
    background-image: url("../../assets/image/ico/ico_menu.png");
    background-size: 30px 22px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.l-header__menu-trigger.is-active {
    background-image: url("../../assets/image/ico/ico_x.png");
    background-size: 23px 23px;
}

.l-header__contact {
    position: relative;
}

@media screen and (max-width: 767px) {
    .l-header__contact {
        margin-top: 25px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__contact {
        width: 220px;
        height: 100%;
        margin-bottom: 1px;
    }
}

@media screen and (max-width: 767px) {
    .l-header__contact::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1px;
        height: 35px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ee767b;
    }
}

.l-header__contact-link {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-color: #e21b23;
    font-weight: bold;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .l-header__contact-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .l-header__contact-link {
        height: 60px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__contact-link:hover {
        background-color: #f50b13;
    }
}

.l-header__contact-link a {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .l-header__contact-item {
        display: block;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .l-header__contact-item {
        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;
        position: relative;
        width: 50%;
        height: 100%;
    }
}

.l-header__contact-txt {
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .l-header__contact-txt {
        font-size: 1.7rem;
    }
}

.l-header__contact-txt .c-icon--after::after {
    width: 8px;
    height: 10px;
    left: 0;
    background-size: 8px auto;
    position: relative;
    transition: left 0.3s ease;
}

@media screen and (min-width: 768px) {
    a:hover .l-header__contact-txt .c-icon--after::after {
        left: 5px;
    }
}

@media screen and (max-width: 767px) {
    .l-header__contact-txt .c-icon--after::after {
        position: absolute;
        top: 50%;
        right: 10px;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.l-header__contact-tel {
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .l-header__menu {
        position: fixed;
        top: 59px;
        left: 0;
        bottom: 0;
        z-index: -1;
        overflow-y: auto;
        width: 100%;
        background-color: #f2f4f5;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .l-header__menu.is-show {
        z-index: 99;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 1020px;
        height: 83px;
        pointer-events: auto;
    }
}

@media screen and (max-width: 767px) {
    .l-header__menu-inner {
        padding: 30px 15px 65px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
    .l-header__menu-inner:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        pointer-events: none;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
    }
    .l-header__menu-inner.is-show-overlay:before {
        z-index: 1;
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-item {
        position: relative;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-arrow {
        display: block;
        position: relative;
        padding-right: 22px;
    }
}

.l-header__menu-arrow::after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    min-width: 1.62rem;
    min-height: 1.62rem;
    vertical-align: -.13em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' fill='%23e21b23'%3E%3Cpath data-name='多角形 2' d='M7.88 5l-4.521 5H-.013l4.559-5-4.559-5h3.372z' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media screen and (min-width: 768px) {
    .l-header__menu-icon-arrow {
        position: relative;
        padding-right: 24px;
    }
    .l-header__menu-icon-arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 10px;
        height: 8px;
        background: url("../../assets/image/ico/icon_down.svg") no-repeat 0 0;
        background-size: 100% auto;
    }
}

.l-header__menu-link {
    font-weight: bold;
    color: #222;
}

@media screen and (max-width: 767px) {
    .l-header__menu-link {
        position: relative;
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
    .l-header__menu-link:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
        height: 10px;
        background: url("../../assets/image/ico/icon_arrow_red.svg") no-repeat 0 0;
        background-size: auto 100%;
    }
    .l-header__menu-link--accordion:after {
        width: 12px;
        height: 12px;
        background-image: url("../../assets/image/ico/ico_plus_red.png");
    }
    .l-header__menu-link--accordion.is-active:after {
        background-image: url("../../assets/image/ico/ico_minus_red.png");
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 25px;
        pointer-events: auto;
    }
}

@media screen and (min-width: 768px) {
    .l-header__menu-link:hover,
    .l-header__menu-link.is-current,
    .l-header__menu-link.is-active {
        color: #e21b23;
    }
}

@media screen and (max-width: 767px) {
    .l-header__submenu {
        display: none;
        border-bottom: 1px solid #ccc;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu {
        position: absolute;
        top: 70px;
        left: 50%;
        z-index: 1;
        width: 900px;
        min-height: 240px;
        padding: 30px 40px 33px 40px;
        background-color: #fff;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
}

@media screen and (max-width: 767px) {
    .l-header__submenu.is-active {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu.is-active {
        visibility: visible;
        opacity: 1;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-01 {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (min-width: 1200px) {
    .l-header__submenu-01 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-heading {
        position: relative;
        padding-left: 15px;
        margin-bottom: 30px;
        font-size: 2rem;
        line-height: 1.6;
        font-weight: bold;
    }
    .l-header__submenu-heading::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 4px;
        height: 100%;
        background-color: #e21b23;
    }
}

@media screen and (max-width: 767px) {
    .l-header__submenu-in {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-in {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .l-header__submenu-list {
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-list--01 {
        width: 545px;
        margin-top: -10px;
        border-right: 1px solid #d5d4d4;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-list--01 .l-header__submenu-item {
        width: 50%;
        margin-top: 10px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-list--01 .l-header__submenu-item--last {
        width: 215px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .l-header__submenu-item+.l-header__submenu-item {
        margin-top: 7px;
    }
}

.l-header__submenu-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #222;
}

@media screen and (max-width: 767px) {
    .l-header__submenu-link::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 7px;
        height: 9px;
        background: url("../../assets/image/ico/icon_arrow_red.svg") no-repeat 0 0;
        background-size: 7px auto;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-link:hover {
        color: #e21b23;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-link:hover .l-header__submenu-img--xy {
        -webkit-transform: translate(6px, -6px);
        transform: translate(6px, -6px);
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-link:hover .l-header__submenu-img--no {
        opacity: 0;
    }
}

.l-header__submenu-icon {
    display: block;
    width: 50px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    .l-header__submenu-icon {
        position: relative;
        width: 71px;
        height: 71px;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-icon--border::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #e21b23;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-img {
        position: relative;
        z-index: 2;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media screen and (min-width: 768px) {
    .l-header__submenu-img--on {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.l-header__submenu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .l-header__submenu-text {
        padding-left: 20px;
        font-size: 1.4rem;
        line-height: 1.4;
        font-weight: bold;
    }
}

.l-main {
    overflow: hidden;
    position: relative;
    padding-top: 15px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .l-main {
        padding-top: 25px;
    }
}

.l-main::before,
.l-main::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
}

.l-main::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 1px solid #f9d1d3;
    border-right: 1px solid #f9d1d3;
    width: calc(100% - 30px);
}

@media screen and (min-width: 768px) {
    .l-main::before {
        width: 1200px;
    }
}

@media screen and (min-width: 768px) {
    .l-main::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        width: 1px;
        background-color: #f9d1d3;
    }
}

.l-section,
.l-section--fill {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .l-section,
    .l-section--fill {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.l-section--fill {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #f9d1d3;
    border-bottom: 1px solid #f9d1d3;
    background-color: #f5f7f9;
}

@media screen and (min-width: 768px) {
    .l-section--fill {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.l-section> :first-child,
.l-section--fill> :first-child {
    margin-top: 0;
}

.l-section--last {
    margin-bottom: 75px;
}

@media screen and (min-width: 768px) {
    .l-section--last {
        margin-bottom: 130px;
    }
}

.l-half {
  display: block;
}
.l-half .l-half--left {
  width: 100%;
  margin-bottom: 20px;
}
.l-half .l-half--right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-half {
    display: flex;
    gap:50px;
  }
  .l-half .l-half--left {
    width: 50%;
    margin-bottom: 0;
  }
  .l-half .l-half--right {
    width: 50%;
  }
}


/* ==========================================================================//
//
// [プラグイン]
//
// ========================================================================== */


/*!
	Modaal - accessible modals - v0.4.3
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
    border: none;
    background: transparent;
    padding: 0;
    -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
    outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden;
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block;
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top;
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0px;
    background: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden;
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto;
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
    outline: none;
    background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
    background: #b93d0c;
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px;
}

.modaal-content-container {
    padding: 30px;
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0;
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: transparent;
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f;
}

@keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.modaal-instagram .modaal-container {
    width: auto;
    background: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px;
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%;
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff;
}

.modaal-gallery-item {
    display: none;
}

.modaal-gallery-item img {
    display: block;
}

.modaal-gallery-item.is_active {
    display: block;
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.modaal-gallery-label:focus {
    outline: none;
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: none;
    background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
    background: #afb7bc;
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px;
}

.modaal-gallery-next-outer {
    right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
    left: 22px;
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px;
}

.modaal-gallery-prev-outer {
    left: 45px;
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative;
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%;
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px;
    }
}

@media only screen and (max-width: 1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        -webkit-transform: none;
        transform: none;
        background: rgba(0, 0, 0, 0.7);
    }
    .modaal-gallery-control:before,
    .modaal-gallery-control:after {
        background: #fff;
    }
    .modaal-gallery-next {
        left: auto;
        right: 20px;
    }
    .modaal-gallery-prev {
        left: 20px;
        right: auto;
    }
}

@media screen and (max-width: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
}

@media screen and (max-height: 1100px) {
    .modaal-instagram iframe {
        width: 700px !important;
    }
}

@media screen and (max-height: 1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .modaal-instagram iframe {
        width: 600px !important;
    }
}

@media screen and (max-height: 900px) {
    .modaal-instagram iframe {
        width: 500px !important;
    }
    .modaal-video-container {
        max-width: 900px;
        max-height: 510px;
    }
}

@media only screen and (max-width: 600px) {
    .modaal-instagram iframe {
        width: 280px !important;
    }
}

@media only screen and (max-height: 820px) {
    .modaal-gallery-label {
        display: none;
    }
}

.modaal-loading-spinner {
    background: none;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute;
}

.modaal-loading-spinner>div>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
    -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
    -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
    -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
    -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
    -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
    -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
    -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
    -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* ==========================================================================//
//
// [コンポーネント]
//
// ========================================================================== */

.c-box,
.c-box--fill {
    position: relative;
    background-color: #fff;
    z-index: 2;
    padding: 20px;
    margin: 0 1px;
}

@media screen and (min-width: 768px) {
    .c-box,
    .c-box--fill {
        padding: 50px;
    }
}

.c-box--fill {
    background-color: #f5f7f9;
}

*+.c-box,
*+.c-box--fill {
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    *+.c-box,
    *+.c-box--fill {
        margin-top: 80px;
    }
}

.c-button,
.c-button-auto,
.c-button-small,
.c-button-middle,
.c-button-large,
.c-button[disabled] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    padding: 22px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 1.2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    border: 1px solid #e21b23;
    color: #e21b23;
    font-weight: bold;
    position: relative;
    border-radius: 32px;
}

.c-button-middle {
    background-image: url("../../assets/image/ico/icon_arrow_red.svg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

.c-button-middle:hover {
    background-image: url("../../assets/image/ico/icon_arrow_white.svg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .c-button,
    .c-button-auto,
    .c-button-small,
    .c-button-middle,
    .c-button-large,
    .c-button[disabled] {
        margin-left: 10px;
        margin-right: 10px;
        padding: 22px 28px;
        font-size: 1.6rem;
        transition: background-color 0.3s ease;
    }
}

.c-button:hover,
.c-button-auto:hover,
.c-button-small:hover,
.c-button-middle:hover,
.c-button-large:hover {
    background-color: #e21b23;
    color: #fff;
    z-index: 5;
}

.c-button__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.c-button-auto {
    width: auto;
}

.c-button-small {
    max-width: 100px;
}

.c-button-middle {
    max-width: 250px;
}

.c-button-large {
    max-width: 300px;
}

.c-button .c-icon--arrow::before,
.c-button-auto .c-icon--arrow::before,
.c-button-small .c-icon--arrow::before,
.c-button-middle .c-icon--arrow::before,
.c-button-large .c-icon--arrow::before {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 10px auto;
    width: 10px;
    height: 10px;
}

.c-button:hover .c-icon--arrow::before,
.c-button-auto:hover .c-icon--arrow::before,
.c-button-small:hover .c-icon--arrow::before,
.c-button-middle:hover .c-icon--arrow::before,
.c-button-large:hover .c-icon--arrow::before {
    background-image: url("../../assets/image/ico/icon_arrow_white.svg");
}

.c-button--strong {
    border-color: #e00100;
    background-color: #e00100;
    background-image: url("../../assets/image/ico/icon_arrow_white.svg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    color: #fff;
}

.c-button--strong .c-icon--arrow::before {
    background-image: url("../../assets/image/ico/icon_arrow_white.svg");
}

.c-button--strong:hover {
    background-color: #f50b13;
}

.c-button--weak {
    border-color: #ddd;
    background-color: #fff;
    background-image: url("../../assets/image/ico/icon_arrow_red.svg");
    background-position: 90% 50%;
    background-repeat: no-repeat;
    color: #222;
}

.c-button--weak:hover {
    background-color: #f5f7f9;
    background-image: url("../../assets/image/ico/icon_arrow_red.svg");
    color: #222;
}

.c-button--weak:hover .c-icon--arrow::before {
    background-image: url("../../assets/image/ico/icon_arrow_red.svg");
}

.c-button-auto[disabled],
.c-button-small[disabled],
.c-button-middle[disabled],
.c-button-large[disabled],
.c-button[disabled] {
    opacity: .3;
}

.c-button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

@media screen and (min-width: 768px) {
    .c-button-group {
        margin-left: -10px;
        margin-right: -10px;
    }
}

*+.c-button-group {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-button-group {
        margin-top: 20px;
    }
}

.c-button-fancy,
.c-button-fancy-gray {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 50px;
    border: 1px solid #e21b23;
    border-radius: 32px;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .c-button-fancy,
    .c-button-fancy-gray {
        height: 64px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .c-button-fancy:hover,
    .c-button-fancy-gray:hover {
        background-color: #fff;
        border: 2px solid #e21b23;
        -webkit-transform: translate(4px, -6px);
        transform: translate(4px, -6px);
    }
}

.c-button-fancy-gray {
    background-color: #f5f7f9;
}

@media screen and (min-width: 768px) {
    .c-button-fancy-gray:hover {
        background-color: #f5f7f9;
    }
}

.c-button-fancy .c-icon--after,
.c-button-fancy-gray .c-icon--after {
    position: relative;
    display: block;
    width: 100%;
}

.c-button-fancy .c-icon--after::after,
.c-button-fancy-gray .c-icon--after::after {
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 10px;
    background-size: 8px auto;
}

.c-trigger-fancy {
    display: block;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-trigger-fancy {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .c-trigger-fancy::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 1px solid #e21b23;
        border-radius: 32px;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .c-button-fancy .c-icon--after,
    .c-button-fancy-gray .c-icon--after,
    .c-button-fancy-gray .c-icon--after {
        transform: translateY(2px);
    }
    *::-ms-backdrop,
    .c-button-fancy .c-icon--after::after,
    .c-button-fancy-gray .c-icon--after::after,
    .c-button-fancy-gray .c-icon--after::after {
        transform: translateY(-10px);
    }
}

.c-check,
.mwform-checkbox-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    z-index: 2;
}

.c-check__text,
.mwform-checkbox-field-text {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.5;
}

.c-check input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

[type="checkbox"]+.c-check__text::before,
[type="checkbox"]+.mwform-checkbox-field-text::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    background-color: #f5f7f9;
}

[type="checkbox"]+.c-check__text::after,
[type="checkbox"]+.mwform-checkbox-field-text::after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    width: 7px;
    height: 14px;
    border-bottom: 3px solid #e21b23;
    border-right: 3px solid #e21b23;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

[type="checkbox"]:checked+.c-check__text::after,
[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

[type="radio"]+.c-check__text::before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: #f5f7f9;
}

[type="radio"]+.c-check__text::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #e21b23;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

[type="radio"]:checked+.c-check__text::after {
    opacity: 1;
}

[type="checkbox"].is-invalid+.c-check__text::before,
[type="radio"].is-invalid+.c-check__text::before {
    background-color: #ffe4e1;
    border-color: #e21b23;
}

[type="radio"][disabled]+.c-check__text,
[type="checkbox"][disabled]+.c-check__text {
    opacity: .3;
    cursor: default;
}

.c-control,
.c-select,
.c-textarea {
    height: 46px;
    border: 1px solid #ddd;
    padding: 8px 10px;
    background-color: #f5f7f9;
    line-height: 1.2;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
}

.c-control.is-invalid,
.is-invalid.c-select,
.is-invalid.c-textarea {
    background-color: #ffe4e1;
    border-color: #e00100;
}

.c-control[disabled],
.c-select[disabled],
.c-textarea[disabled] {
    opacity: .3;
}

.c-control.u-max-w-200,
.u-max-w-200.c-select,
.u-max-w-200.c-textarea {
    max-width: 200px;
}

.c-embed {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 56.25%;
}

.c-embed__item,
.c-embed iframe,
.c-embed embed,
.c-embed object,
.c-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

*+.c-embed {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-embed {
        margin-top: 20px;
    }
}

.c-figure {
    text-align: center;
}

*+.c-figure {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-figure {
        margin-top: 20px;
    }
}

.c-figure-fancy {
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    z-index: 5;
}

.c-figure-fancy::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #d5d4d4;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.c-figure-fancy__image {
    position: relative;
    z-index: 2;
    border: 1px solid #f9d1d3;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .c-figure-fancy__image.u-bd-0 {
        border: none;
    }
}

.c-heading-01 {
    padding: 0 15px;
    text-align: center;
    line-height: 1.6;
    font-size: 1.7rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-heading-01 {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 20px;
        font-size: 2.6rem;
    }
}

.c-heading-01+.c-heading-01 {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .c-heading-01+.c-heading-01 {
        margin-top: 50px;
    }
}

.c-heading-01+[class] {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-heading-01+[class] {
        margin-top: 40px;
    }
}

.c-heading-02 {
    line-height: 1.4;
    font-size: 1.7rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-heading-02 {
        font-size: 2.3rem;
    }
}

.c-heading-02 {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .c-heading-02 {
        margin-top: 15px;
    }
}

.c-heading-02+[class] {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .c-heading-02+[class] {
        margin-top: 15px;
    }
}

.c-heading-03,
.c-heading-03--weak {
    position: relative;
    padding: 2px 15px;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: bold;
    color: #e21b23;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .c-heading-03,
    .c-heading-03--weak {
        font-size: 2.6rem;
        line-height: 1;
    }
}

.c-heading-03::before,
.c-heading-03--weak::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #e21b23;
}

.c-heading-03--weak {
    color: #222;
}

.c-heading-03+[class],
.c-heading-03--weak+[class] {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .c-heading-03+[class],
    .c-heading-03--weak+[class] {
        margin-top: 30px;
    }
}

.c-heading-04 {
    position: relative;
    padding-left: 13px;
    font-family: "Montserrat", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.6;
    color: #e21b23;
}

@media screen and (min-width: 768px) {
    .c-heading-04 {
        padding-left: 18px;
        font-size: 1.8rem;
    }
}

.c-heading-04::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e21b23;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .c-heading-04::before {
        width: 8px;
        height: 8px;
    }
}

.c-heading-05,
.c-heading-05-middle {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: bold;
    color: #222;
}

@media screen and (min-width: 768px) {
    .c-heading-05,
    .c-heading-05-middle {
        font-size: 2rem;
    }
}

.c-heading-05-middle {
    font-size: 1.7rem;
}

@media screen and (min-width: 768px) {
    .c-heading-05-middle {
        font-size: 2.3rem;
    }
}

.c-hero {
    overflow: hidden;
    position: relative;
    height: 225px;
    background-color: #e21b23;
}

.c-hero.c-hero-common {
    height: 160px;
}

@media screen and (min-width: 768px) {
    .c-hero {
        height: 400px;
    }
    .c-hero.c-hero-common {
        height: 250px;
    }
}

.c-hero__fig {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 20;
    border-left: 3px solid #fff;
    width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
    .c-hero__fig {
        width: calc(50% + 404px);
        border-left: 4px solid #fff;
    }
}

@media screen and (min-width: 768px) {
    .c-hero__img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
}

.c-hero__heading {
    z-index: 20;
}

@media screen and (max-width: 767px) {
    .c-hero__heading {
        position: absolute;
        width: 100%;
        bottom: 25px;
    }
    .c-hero-common .c-hero__heading {
        bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .c-hero__heading {
        position: relative;
        top: calc(50% + 15px);
        bottom: 70px;
    }
    .c-hero-common .c-hero__heading {
        top: calc(50% - 25px);
    }
}

.c-hero__heading-item+.c-hero__heading-item {
    margin-top: 3px;
}

@media screen and (min-width: 768px) {
    .c-hero__heading-item+.c-hero__heading-item {
        margin-top: 5px;
    }
}

.c-hero__heading-en {
    display: inline-block;
    position: relative;
    padding: 7px 10px 7px 20px;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    color: #e21b23;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .c-hero__heading-en {
        padding: 11px 15px 11px 30px;
        font-size: 1.8rem;
    }
}

.c-hero__heading-en:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #e21b23;
}

@media screen and (min-width: 768px) {
    .c-hero__heading-en:before {
        width: 20px;
    }
}

.c-hero__heading-jp {
    display: inline-block;
    background-color: #fff;
    padding: 8px 14px;
    font-size: 2.3rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-hero__heading-jp {
        padding: 15px 20px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .c-hero__heading-jp {
        line-height: 1.2;
    }
}

.c-icon::before,
.c-icon--arrow::before,
.c-icon--arrow-white::before,
.c-icon--arrow-left::before,
.c-icon--arrow-circle-top::before,
.c-icon--window::before,
.c-icon--window-white::before,
.c-icon--pdf::before,
.c-icon::after,
.c-icon--arrow::after,
.c-icon--arrow-white::after,
.c-icon--arrow-left::after,
.c-icon--arrow-circle-top::after,
.c-icon--window::after,
.c-icon--window-white::after,
.c-icon--pdf::after {
    display: inline-block;
    min-width: 1.62rem;
    min-height: 1.62rem;
    vertical-align: -.13em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-home .c-icon--arrow::before,
.footer-sp-home .c-icon--arrow::before {
    vertical-align: -.2em;
}

.c-icon::before,
.c-icon--arrow::before,
.c-icon--arrow-white::before,
.c-icon--arrow-left::before,
.c-icon--arrow-circle-top::before,
.c-icon--window::before,
.c-icon--window-white::before,
.c-icon--pdf::before {
    content: '';
    margin-right: .5rem;
}

.c-icon:empty::before,
.c-icon--arrow:empty::before,
.c-icon--arrow-white:empty::before,
.c-icon--arrow-left:empty::before,
.c-icon--arrow-circle-top:empty::before,
.c-icon--window:empty::before,
.c-icon--window-white:empty::before,
.c-icon--pdf:empty::before {
    margin-right: 0;
}

.c-icon--after::before {
    content: none;
}

.c-icon--after::after {
    content: '';
    margin-left: 5px;
}

.c-icon--arrow::before,
.c-icon--arrow::after {
    background-image: url("../../assets/image/ico/icon_arrow_red.svg");
    background-size: 8px auto;
}

.c-icon--arrow-white::before,
.c-icon--arrow-white::after {
    background-image: url("../../assets/image/ico/icon_arrow_white.svg");
}

.c-icon--arrow-left::before,
.c-icon--arrow-left::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' xmlns='http://www.w3.org/2000/svg' width='320' height='512' fill='%23e21b23'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E");
}

.c-icon--arrow-circle-top::before,
.c-icon--arrow-circle-top::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-circle-up' class='svg-inline--fa fa-chevron-circle-up fa-w-16' xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23e21b23'%3E%3Cpath d='M8 256C8 119 119 8 256 8s248 111 248 248-111 248-248 248S8 393 8 256zm231-113.9L103.5 277.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L256 226.9l101.6 101.6c9.4 9.4 24.6 9.4 33.9 0l17-17c9.4-9.4 9.4-24.6 0-33.9L273 142.1c-9.4-9.4-24.6-9.4-34 0z'/%3E%3C/svg%3E");
}

.c-icon--window::before,
.c-icon--window::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23e21b23'%3E%3Cpath d='M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 01-6-6V150a6 6 0 016-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 01-6 6zm96-96H150a6 6 0 01-6-6V54a6 6 0 016-6h308a6 6 0 016 6v308a6 6 0 01-6 6z'/%3E%3C/svg%3E");
}

.c-icon--window-white::before,
.c-icon--window-white::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' fill='%23fff'%3E%3Cpath d='M464 0H144c-26.51 0-48 21.49-48 48v48H48c-26.51 0-48 21.49-48 48v320c0 26.51 21.49 48 48 48h320c26.51 0 48-21.49 48-48v-48h48c26.51 0 48-21.49 48-48V48c0-26.51-21.49-48-48-48zM362 464H54a6 6 0 01-6-6V150a6 6 0 016-6h42v224c0 26.51 21.49 48 48 48h224v42a6 6 0 01-6 6zm96-96H150a6 6 0 01-6-6V54a6 6 0 016-6h308a6 6 0 016 6v308a6 6 0 01-6 6z'/%3E%3C/svg%3E");
}

.c-icon--pdf::before,
.c-icon--pdf::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='far' data-icon='file-pdf' class='svg-inline--fa fa-file-pdf fa-w-12' xmlns='http://www.w3.org/2000/svg' width='384' height='512' fill='%23e21b23'%3E%3Cpath d='M369.9 97.9L286 14C277 5 264.8-.1 252.1-.1H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48V131.9c0-12.7-5.1-25-14.1-34zM332.1 128H256V51.9l76.1 76.1zM48 464V48h160v104c0 13.3 10.7 24 24 24h104v288H48zm250.2-143.7c-12.2-12-47-8.7-64.4-6.5-17.2-10.5-28.7-25-36.8-46.3 3.9-16.1 10.1-40.6 5.4-56-4.2-26.2-37.8-23.6-42.6-5.9-4.4 16.1-.4 38.5 7 67.1-10 23.9-24.9 56-35.4 74.4-20 10.3-47 26.2-51 46.2-3.3 15.8 26 55.2 76.1-31.2 22.4-7.4 46.8-16.5 68.4-20.1 18.9 10.2 41 17 55.8 17 25.5 0 28-28.2 17.5-38.7zm-198.1 77.8c5.1-13.7 24.5-29.5 30.4-35-19 30.3-30.4 35.7-30.4 35zm81.6-190.6c7.4 0 6.7 32.1 1.8 40.8-4.4-13.9-4.3-40.8-1.8-40.8zm-24.4 136.6c9.7-16.9 18-37 24.7-54.7 8.3 15.1 18.9 27.2 30.1 35.5-20.8 4.3-38.9 13.1-54.8 19.2zm131.6-5s-5 6-37.3-7.8c35.1-2.6 40.9 5.4 37.3 7.8z'/%3E%3C/svg%3E");
}

.c-link {
    text-decoration: underline;
    color: #e21b23;
}

.c-link-fancy {
    display: inline-block;
    position: relative;
}

.c-link-fancy:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e21b23), to(#e21b23));
    background-image: linear-gradient(#e21b23, #e21b23);
    background-position: 100% 100%;
    background-size: 0% 3px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
    .c-link-fancy:after {
        bottom: 2px;
        height: 4px;
    }
}

.c-link-fancy:hover:after,
.c-link-fancy.is-active:after {
    background-position: 0 100%;
    background-size: 100% 3px;
}

.c-list,
.c-list--small {
    line-height: 1.8;
    counter-reset: order order-notes;
}

.c-list__item,
.c-list__item--dot,
.c-list__item--notes,
.c-list__item--order,
.c-list__item--order-notes {
    display: table;
}

.c-list__item::before,
.c-list__item--dot::before,
.c-list__item--notes::before,
.c-list__item--order::before,
.c-list__item--order-notes::before {
    display: table-cell;
    white-space: nowrap;
}

.c-list__item--dot::before {
    content: '・';
}

.c-list__item--notes::before {
    content: '※';
}

.c-list__item--order {
    counter-increment: order;
}

.c-list__item--order::before {
    content: counter(order) ".";
}

.c-list__item--order-notes {
    counter-increment: order-notes;
}

.c-list__item--order-notes::before {
    content: "※" counter(order-notes);
}

.c-list__item[data-attr]::before,
.c-list__item--dot[data-attr]::before,
.c-list__item--notes[data-attr]::before,
.c-list__item--order[data-attr]::before,
.c-list__item--order-notes[data-attr]::before {
    content: attr(data-attr);
}

.c-list__item--center {
    margin-left: auto;
    margin-right: auto;
}

.c-list__item--right {
    margin-left: auto;
}

.c-list--small {
    line-height: 1.4;
    font-size: 1rem;
}

.c-list_item--large {
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .c-list--small {
        font-size: 1.2rem;
    }
}

*+.c-list,
*+.c-list--small {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-list,
    *+.c-list--small {
        margin-top: 20px;
    }
}

.c-list__item+.c-list__item,
.c-list__item--dot+.c-list__item,
.c-list__item--notes+.c-list__item,
.c-list__item--order+.c-list__item,
.c-list__item--order-notes+.c-list__item,
.c-list__item+.c-list__item--dot,
.c-list__item--dot+.c-list__item--dot,
.c-list__item--notes+.c-list__item--dot,
.c-list__item--order+.c-list__item--dot,
.c-list__item--order-notes+.c-list__item--dot,
.c-list__item+.c-list__item--notes,
.c-list__item--dot+.c-list__item--notes,
.c-list__item--notes+.c-list__item--notes,
.c-list__item--order+.c-list__item--notes,
.c-list__item--order-notes+.c-list__item--notes,
.c-list__item+.c-list__item--order,
.c-list__item--dot+.c-list__item--order,
.c-list__item--notes+.c-list__item--order,
.c-list__item--order+.c-list__item--order,
.c-list__item--order-notes+.c-list__item--order,
.c-list__item+.c-list__item--order-notes,
.c-list__item--dot+.c-list__item--order-notes,
.c-list__item--notes+.c-list__item--order-notes,
.c-list__item--order+.c-list__item--order-notes,
.c-list__item--order-notes+.c-list__item--order-notes {
    margin-top: 5px;
}

.c-select {
    padding: 5px 30px 5px 10px;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' xmlns='http://www.w3.org/2000/svg' width='448' height='512' fill='%23e39600'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 15px;
}

.c-table-list {
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .c-table-list {
        border-right: 1px solid #ddd;
    }
}

@media screen and (min-width: 768px) {
    .c-table-list {
        font-size: 1.4rem;
    }
}

.c-table-list th {
    border-top: 1px solid #ddd;
    padding: 6px 10px;
}

@media screen and (max-width: 767px) {
    .c-table-list th {
        border-left: 1px solid #ddd;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .c-table-list th {
        padding: 20px;
    }
}

.c-table-list td {
    border-top: 1px solid #ddd;
    padding: 8px 10px;
}

@media screen and (max-width: 767px) {
    .c-table-list td {
        border-left: 1px solid #ddd;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .c-table-list td {
        padding: 20px;
    }
}

.c-table-list th {
    background-color: #e21b23;
    font-weight: bold;
    color: #fff;
}

.c-table-list td {
    text-align: left;
}

@media screen and (max-width: 767px) {
    .c-table-list,
    .c-table-list thead,
    .c-table-list tfoot,
    .c-table-list tbody,
    .c-table-list tr,
    .c-table-list th,
    .c-table-list td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .c-table-list tr {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .c-table-list th,
    .c-table-list td {
        float: left;
        clear: both;
    }
}

*+.c-table-list {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-table-list {
        margin-top: 20px;
    }
}

.c-table-list.company-table td {
    padding: 8px 15px;
}



/*ダイカストページで使っている、スマホ表示でtdが横並びになるパターン*/
.c-table-list-02 {
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .c-table-list-02 {
      border-right: 1px solid #ddd;
  }
}

@media screen and (min-width: 768px) {
  .c-table-list-02 {
      font-size: 1.4rem;
  }
}

.c-table-list-02 th {
  border-top: 1px solid #ddd;
  padding: 6px 10px;
}

@media screen and (max-width: 767px) {
  .c-table-list-02 th {
      border-left: 1px solid #ddd;
      text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .c-table-list-02 th {
      padding: 20px;
  }
}

.c-table-list-02 td {
  border-top: 1px solid #ddd;
  padding: 8px 10px;
}

@media screen and (max-width: 767px) {
  .c-table-list-02 td {
      border-left: 1px solid #ddd;
      text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .c-table-list-02 td {
      padding: 20px;
  }
}

.c-table-list-02 th {
  background-color: #e21b23;
  font-weight: bold;
  color: #fff;
}

.c-table-list-02 td {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-table-list-02 tr {
      overflow: hidden;
  }
}

*+.c-table-list-02 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  *+.c-table-list-02 {
      margin-top: 20px;
  }
}

.c-table-list-02.company-table td {
  padding: 8px 15px;
}




.c-table {
    table-layout: fixed;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .c-table {
        font-size: 1.4rem;
    }
}

.c-table th,
.c-table td {
    border-top: 1px solid #ddd;
    padding: 5px;
}

@media screen and (min-width: 768px) {
    .c-table th,
    .c-table td {
        padding: 15px 5px;
    }
}

.c-table-scroll {
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .c-table-scroll .c-table {
        min-width: 1200px;
    }
}

*+.c-table,
*+.c-table-scroll {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-table,
    *+.c-table-scroll {
        margin-top: 20px;
    }
}

.c-tag,
.c-tag--red,
.c-tag--gray,
.c-tag--red-outline,
.c-tag--gray-outline {
    display: inline-block;
    border: 1px solid transparent;
    padding: 4px 5px;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1rem;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .c-tag,
    .c-tag--red,
    .c-tag--gray,
    .c-tag--red-outline,
    .c-tag--gray-outline {
        font-size: 1.2rem;
    }
}

.c-tag--red {
    background-color: #e00100;
}

.c-tag--gray {
    background-color: #999;
}

.c-tag--red-outline {
    background-color: #fff;
    border-color: currentColor;
    color: #e00100;
}

.c-tag--gray-outline {
    background-color: #fff;
    border-color: currentColor;
    color: #999;
}

.c-tag+.c-tag,
.c-tag--red+.c-tag,
.c-tag--gray+.c-tag,
.c-tag--red-outline+.c-tag,
.c-tag--gray-outline+.c-tag,
.c-tag+.c-tag--red,
.c-tag--red+.c-tag--red,
.c-tag--gray+.c-tag--red,
.c-tag--red-outline+.c-tag--red,
.c-tag--gray-outline+.c-tag--red,
.c-tag+.c-tag--gray,
.c-tag--red+.c-tag--gray,
.c-tag--gray+.c-tag--gray,
.c-tag--red-outline+.c-tag--gray,
.c-tag--gray-outline+.c-tag--gray,
.c-tag+.c-tag--red-outline,
.c-tag--red+.c-tag--red-outline,
.c-tag--gray+.c-tag--red-outline,
.c-tag--red-outline+.c-tag--red-outline,
.c-tag--gray-outline+.c-tag--red-outline,
.c-tag+.c-tag--gray-outline,
.c-tag--red+.c-tag--gray-outline,
.c-tag--gray+.c-tag--gray-outline,
.c-tag--red-outline+.c-tag--gray-outline,
.c-tag--gray-outline+.c-tag--gray-outline {
    margin-left: 5px;
}

.c-text {
    position: relative;
    line-height: 2.0;
    z-index: 2;
}

*+.c-text {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.c-text {
        margin-top: 20px;
    }
}

.c-textarea {
    height: auto;
}

.c-title,
.c-title-middle,
.c-title--square {
    position: relative;
    padding-left: 15px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .c-title,
    .c-title-middle,
    .c-title--square {
        font-size: 1.6rem;
    }
}

.c-title-middle {
    font-size: 1.6;
}

@media screen and (min-width: 768px) {
    .c-title-middle {
        font-size: 1.8rem;
    }
}

.c-title--square::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e21b23;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .c-title--square::before {
        width: 8px;
        height: 8px;
    }
}


/* ==========================================================================//
//
// [プロジェクト]
//
// ========================================================================== */

.p-accordion {
    counter-reset: accordion;
}

.p-accordion__item {
    counter-increment: accordion;
}

.p-accordion__item+.p-accordion__item {
    margin-top: 10px;
}

.p-accordion__trigger {
    display: block;
    width: 100%;
    padding: 10px;
    line-height: 1.2;
    text-align: left;
    background-color: #248b9a;
    color: #fff;
}

.p-accordion__body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.p-accordion__body-in {
    padding: 10px;
    background-color: #fff;
}

*+.p-accordion {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.p-accordion {
        margin-top: 20px;
    }
}

.p-achieve {
    position: relative;
    margin-top: 35px;
    border: 1px solid #e21b23;
    z-index: 2;
}

.p-achieve__head {
    margin-top: -10px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #e21b23;
    text-align: center;
}

.p-achieve__head-block {
    display: inline-block;
    padding: 0 30px;
    background-color: #fff;
}

.p-achieve__body {
    padding: 30px 20px;
}

@media screen and (min-width: 768px) {
    .p-achieve__body {
        padding: 33px 40px 45px;
    }
}

.p-box,
.p-box--alert {
    border: 1px solid transparent;
    padding: 10px;
    background-color: #248b9a;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .p-box,
    .p-box--alert {
        padding: 10px 20px;
    }
}

.p-box__title {
    line-height: 1.6;
    font-weight: bold;
}

.p-box__text {
    line-height: 1.4;
}

.p-box--alert {
    border-color: currentColor;
    background-color: #ffe4e1;
    color: #e00100;
}

*+.p-box,
*+.p-box--alert {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.p-box,
    *+.p-box--alert {
        margin-top: 20px;
    }
}

.p-breadcrumb {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #222;
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .p-breadcrumb {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.2rem;
    }
}

.p-breadcrumb__group {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.p-breadcrumb__item {
    display: inline;
}

.p-breadcrumb__item+.p-breadcrumb__item::before {
    content: '/';
    margin: 0 7px;
    color: #e21b23;
}

@media screen and (min-width: 768px) {
    .p-breadcrumb__group {
        overflow: visible;
    }
    .p-breadcrumb__item {
        display: inline-block;
    }
    .p-breadcrumb__item+.p-breadcrumb__item::before {
        margin: 0 10px;
    }
    .p-breadcrumb__group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-breadcrumb__link {
    color: #e21b23;
    position: relative;
    display: inline-block;
}

.p-breadcrumb__group li:first-child .p-breadcrumb__link {
    color: #e21b23;
    background: url(../image/img/icon-home.png) no-repeat 0 50%;
    background-size: 14px;
    padding: 0 0 0 20px;
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .p-breadcrumb__link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 1px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#e02930), to(#e02930));
        background-image: linear-gradient(#e02930, #e02930);
        background-position: 100% 100%;
        background-size: 0 1px;
        background-repeat: no-repeat;
        -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .p-breadcrumb__link:hover {
        color: #e21b23;
        text-decoration: none;
    }
    .p-breadcrumb__link:hover::after {
        background-position: 0 100%;
        background-size: 100% 1px;
    }
}

.p-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #333;
}

.p-card__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
}

.p-card__hero {
    position: relative;
    height: 20vw;
    max-height: 200px;
    overflow: hidden;
}

.p-card__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.p-card__body {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px;
}

.p-card__title {
    line-height: 1.4;
    font-weight: bold;
}

.p-card__text {
    line-height: 1.4;
    margin-top: 10px;
}

.p-card__button-group {
    margin-top: auto;
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-card[href]:hover .p-card__image {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.p-card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px;
}

@media screen and (min-width: 768px) {
    .p-card-group {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.p-card-group__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .p-card-group__item {
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

*+.p-card-group {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    *+.p-card-group {
        margin-top: 40px;
    }
}

.p-card-point,
.p-card-point--fill {
    position: relative;
    border: 1px solid #f9d1d3;
    background-color: #fff;
    padding: 20px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-card-point,
    .p-card-point--fill {
        padding: 40px 50px;
    }
}

.p-card-point--fill {
    background-color: #f5f7f9;
}

@media screen and (min-width: 768px) {
    .p-card-point__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-card-point__icon {
    position: relative;
    padding-left: 13px;
    font-family: "Montserrat", sans-serif;
    color: #e21b23;
    font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
    .p-card-point__icon {
        margin-right: 20px;
        font-size: 1.5rem;
    }
}

.p-card-point__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e21b23;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-card-point__icon::before {
        width: 8px;
        height: 8px;
    }
}

.p-card-point__title {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-card-point__title {
        margin-top: 0;
        font-size: 2rem;
    }
}

.p-card-point__body {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-card-point__body {
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .p-card-point__hero+[class] {
        margin-top: 15px;
    }
}

.p-card-point__image {
    width: 100%;
}

.p-card-point+.p-card-point,
.p-card-point--fill+.p-card-point,
.p-card-point+.p-card-point--fill,
.p-card-point--fill+.p-card-point--fill {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-card-point+.p-card-point,
    .p-card-point--fill+.p-card-point,
    .p-card-point+.p-card-point--fill,
    .p-card-point--fill+.p-card-point--fill {
        margin-top: 30px;
    }
}

*+.p-card-point,
*+.p-card-point--fill {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    *+.p-card-point,
    *+.p-card-point--fill {
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) {
    .l-point-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -40px;
    }
}

@media screen and (min-width: 768px) {
    .l-point-col {
        width: 50%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .l-point-col+.l-point-col {
        margin-top: 30px;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .p-card-point__icon {
        transform: translateY(-3px);
    }
}

.p-current.is-current {
    color: #e00100;
}

@media screen and (min-width: 768px) {
    .p-flag {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-flag__body {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-flag__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
        margin-top: 0;
        padding-left: 50px;
        width: 50%;
    }
}

.p-flag__text {
    padding-left: 15px;
}

@media screen and (max-width: 767px) {
    .p-flag__image {
        width: auto;
    }
}

@media screen and (min-width: 768px) {
    .p-flag__hero {
        display: table;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .p-flag--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .p-flag--reverse .p-flag__body {
        padding-right: 50px;
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-flag--reverse .p-flag__hero {
        padding-right: 0;
    }
}

*+.p-flag {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    *+.p-flag {
        margin-top: 60px;
    }
}

.p-flag-point,
.p-flag-point--fill {
    position: relative;
    border: 1px solid #f9d1d3;
    background-color: #fff;
    padding: 20px;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-flag-point,
    .p-flag-point--fill {
        padding: 40px 50px 50px;
    }
}

.p-flag-point--fill {
    background-color: #f5f7f9;
}

@media screen and (min-width: 768px) {
    .p-flag-point__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-flag-point__icon {
    position: relative;
    padding-left: 13px;
    font-family: "Montserrat", sans-serif;
    color: #e21b23;
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .p-flag-point__icon {
        display: inline-block;
        margin-right: 20px;
        font-size: 1.5rem;
        line-height: 2.8;
    }
}

.p-flag-point__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #e21b23;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-flag-point__icon::before {
        width: 8px;
        height: 8px;
    }
}

.p-flag-point__title {
    margin-top: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .p-flag-point__title {
        margin-top: 0;
        font-size: 2rem;
    }
}

.p-flag-point__content {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-flag-point__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }
}

.p-flag-point__body {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .p-flag-point__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
        margin-top: 0;
        padding-left: 40px;
    }
}

.p-flag-point-col1__content .p-flag-point__hero {
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    .p-flag-point__hero {
        width: 450px;
    }
    .p-flag-point-col1__content .p-flag-point__hero {
        width: 100%;
        margin: 30px 0 20px 0;
    }
    .p-flag-point-col1__content .p-flag-point__body {
        padding: 0;
    }
    .js-sp-slider {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pc-inline-img {
        width: 530px;
        flex-basis: 530px;
    }
}

.p-flag-point__image {
    width: 100%;
}

.p-flag-point__video {
    width: 100%;
}

.p-flag-point+.p-flag-point,
.p-flag-point--fill+.p-flag-point,
.p-flag-point+.p-flag-point--fill,
.p-flag-point--fill+.p-flag-point--fill {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .p-flag-point+.p-flag-point,
    .p-flag-point--fill+.p-flag-point,
    .p-flag-point+.p-flag-point--fill,
    .p-flag-point--fill+.p-flag-point--fill {
        margin-top: 30px;
    }
}

*+.p-flag-point,
*+.p-flag-point--fill {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    *+.p-flag-point,
    *+.p-flag-point--fill {
        margin-top: 50px;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .p-flag-point__icon {
        transform: translateY(-3px);
    }
}

.p-form {
    position: relative;
    z-index: 2;
}

.p-form__foot {
    margin-top: 50px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-form__foot {
        margin-top: 70px;
    }
}

.p-form__button {
    margin: 0 5px;
}

@media screen and (min-width: 768px) {
    .p-form__button {
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-form__group {
        padding: 0 15px;
    }
}

@media screen and (min-width: 768px) {
    .p-form__group {
        border-bottom: 1px solid #ddd;
    }
}

.p-form__item {
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-form__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        min-height: 83px;
        padding: 20px 104px 20px 35px;
        border-top: 1px solid #ddd;
    }
}

.p-form__head {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .p-form__head {
        width: 260px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 768px) {
    .p-form__head-hassub {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.p-form__tag {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    padding-left: 10px;
}

.p-form__title {
    position: relative;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-form__title {
        font-size: 1.6rem;
    }
}

.p-form__body {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    .p-form__title-sub {
        display: block;
    }
    .p-form__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
        margin-top: 0;
    }
}

.p-form__block {
    line-height: 1.6;
}

.p-form__invalid {
    color: #e21b23;
}

.p-form__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -15px;
}

.mw_wp_form_confirm .p-form__inline {
    margin: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-bottom: 10px;
  margin-left: 0 !important;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }
}

.p-form__inline-item,
.mwform-checkbox-field.horizontal-item {
    width: 100%;
    padding: 0 15px;
}

.mwform-checkbox-field.horizontal-item input[type="checkbox"] {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-form__inline-item,
    .mwform-checkbox-field.horizontal-item {
        max-width: none;
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .p-form__inline-item,
    .mwform-checkbox-field.horizontal-item {
        margin-top: 10px;
    }
}

.p-form__unit {
    margin: 0 15px;
}

.p-form__unit:first-child {
    margin-left: 0;
}

.p-form__unit:last-child {
    margin-right: 0;
}

.p-form__link {
    display: inline-block;
    position: relative;
}

.p-form__link::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e21b23), to(#e21b23));
    background-image: linear-gradient(#e21b23, #e21b23);
    background-position: 0 100%;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    -webkit-transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-size 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 768px) {
    .p-form__link:hover::before {
        background-position: 100% 100%;
        background-size: 0% 1px;
    }
}

.p-form__sub {
    padding-left: 40px;
}

*+.p-form {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    *+.p-form {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-form__item+.p-form__item {
        margin-top: 20px;
    }
}

.p-form__item .p-country-name {
  display: none !important;
}

.p-form__block+.p-form__block {
    margin-top: 10px;
}

.p-fullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    z-index: -2;
}

@media screen and (min-width: 768px) {
    .p-info__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media screen and (min-width: 768px) {
    .p-info__head {
        min-width: 8em;
        padding-right: 1em;
    }
}

.p-info__body {
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
    .p-info__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
        margin-top: 0;
    }
}

*+.p-info {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.p-info {
        margin-top: 20px;
    }
}

.p-info__item+.p-info__item {
    margin-top: 10px;
}

.p-intro {
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .p-intro {
        margin-bottom: 60px;
    }
}

.p-intro__head {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    z-index: 2;
}

.p-intro__head:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #e21b23;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.p-intro__body {
    margin-top: 22px;
}

@media screen and (min-width: 768px) {
    .p-intro__body {
        text-align: center;
    }
}

.p-intro__text {
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-intro__text+[class] {
        margin-top: 50px;
    }
}

.p-intro__fig {
    margin-top: 20px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-intro__fig {
        margin-top: 40px;
    }
}

.p-intro__trigger {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-intro__trigger {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-intro__trigger {
        margin-top: 56px;
    }
}

@media screen and (min-width: 768px) {
    .p-intro__trigger .c-trigger-fancy {
        width: 277px;
    }
}

.p-inview {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-inview.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.p-more__item {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}

.p-more__item.is-active {
    max-height: none;
    opacity: 1;
}

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

@media screen and (min-width: 768px) {
    .p-pagetop {
        position: fixed;
        right: 25px;
        bottom: 50px;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        z-index: 100;
    }
}

.p-pagetop__trigger {
    display: block;
    width: 100%;
    height: 60px;
}

@media screen and (min-width: 768px) {
    .p-pagetop__trigger {
        width: 80px;
        height: 80px;
        background-image: url("../../assets/image/img/pagetop_off.svg");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 80px auto;
    }
}

@media screen and (max-width: 767px) {
    .p-pagetop__trigger {
        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;
    }
}

@media screen and (min-width: 768px) {
    .p-pagetop__trigger:hover {
        background-image: url("../../assets/image/img/pagetop_on.svg");
    }
}

@media screen and (max-width: 767px) {
    .p-pagetop__img {
        width: 86px;
    }
}

@media screen and (min-width: 768px) {
    .p-pagetop__img {
        display: none;
    }
}

.p-pagetop.is-active {
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .p-slider {
        padding: 0;
    }
}

.p-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .p-slider .slick-arrow {
        width: 80px;
        height: 80px;
    }
}

.p-slider .slick-prev {
    left: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-left' class='svg-inline--fa fa-chevron-left fa-w-10' xmlns='http://www.w3.org/2000/svg' width='320' height='512' fill='%23e39600'%3E%3Cpath d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E");
    background-position: left center;
}

@media screen and (min-width: 1024px) {
    .p-slider .slick-prev {
        left: -80px;
    }
}

.p-slider .slick-next {
    right: 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.562' height='40' viewBox='0 0 15.781 20' fill='%23e39600'%3E%3Cpath d='M15.789 10L6.747 20H.004l9.118-10L.004 0h6.743z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: right center;
}

@media screen and (min-width: 1024px) {
    .p-slider .slick-next {
        right: -80px;
    }
}

.js-sp-slider .slick-slider {
    line-height: 0;
}

.js-sp-slider .slick-arrow {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    background-color: #e21b23;
    z-index: 5;
    text-indent: -9999px;
}

.js-sp-slider .slick-arrow:hover {
    background-color: #f50b13;
}

.js-sp-slider .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' fill='%23fff'%3E%3Cpath d='M8 5l-4.59 5H-.01l4.63-5-4.63-5h3.42z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 8px auto;
}

.js-sp-slider .slick-prev {
    right: 37px;
}

.js-sp-slider .slick-prev::after {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
}

.p-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.p-tab__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1px;
}

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

.p-tab__item+.p-tab__item {
    padding-left: 10px;
}

.p-tab__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #248b9a;
    border-bottom: none;
    text-align: center;
    background-color: #248b9a;
    color: #fff;
}

.p-tab__body {
    padding: 10px;
    border: 1px solid #248b9a;
    background-color: #fff;
}

.p-tab__block {
    display: none;
}

.p-tab__link:hover,
.p-tab__link.is-active {
    background-color: #fff;
    color: #248b9a;
    opacity: 1;
}

.p-tab__link:hover::after,
.p-tab__link.is-active::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.p-tab__block.is-active {
    display: block;
}

*+.p-tab {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
    *+.p-tab {
        margin-top: 20px;
    }
}

.p-toggle::before {
    content: 'OFF';
}

.p-toggle.is-active::before {
    content: 'ON';
}


/* ==========================================================================//
//
// [汎用]
//
// ========================================================================== */

@media screen and (max-width: 767px) {
    .u-left-md--down {
        text-align: left !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-left-lg--down {
        text-align: left !important;
    }
}

@media screen and (max-width: 767px) {
    .u-center-md--down {
        text-align: center !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-center-lg--down {
        text-align: center !important;
    }
}

@media screen and (max-width: 767px) {
    .u-right-md--down {
        text-align: right !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-right-lg--down {
        text-align: right !important;
    }
}

.u-left {
    text-align: left !important;
}

@media screen and (min-width: 768px) {
    .u-left-md {
        text-align: left !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-left-lg {
        text-align: left !important;
    }
}

.u-center {
    text-align: center !important;
}

@media screen and (min-width: 768px) {
    .u-center-md {
        text-align: center !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-center-lg {
        text-align: center !important;
    }
}

.u-right {
    text-align: right !important;
}

@media screen and (min-width: 768px) {
    .u-right-md {
        text-align: right !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-right-lg {
        text-align: right !important;
    }
}

@media screen and (max-width: 767px) {
    .u-bd-none-md--down {
        border: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-bd-none-lg--down {
        border: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-bdt-none-md--down {
        border-top: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-bdt-none-lg--down {
        border-top: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-bdb-none-md--down {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-bdb-none-lg--down {
        border-bottom: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-bdl-none-md--down {
        border-left: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-bdl-none-lg--down {
        border-left: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-bdr-none-md--down {
        border-right: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-bdr-none-lg--down {
        border-right: none !important;
    }
}

.u-bd-none {
    border: none !important;
}

@media screen and (min-width: 768px) {
    .u-bd-none-md {
        border: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-bd-none-lg {
        border: none !important;
    }
}

.u-bdt-none {
    border-top: none !important;
}

@media screen and (min-width: 768px) {
    .u-bdt-none-md {
        border-top: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-bdt-none-lg {
        border-top: none !important;
    }
}

.u-bdb-none {
    border-bottom: none !important;
}

@media screen and (min-width: 768px) {
    .u-bdb-none-md {
        border-bottom: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-bdb-none-lg {
        border-bottom: none !important;
    }
}

.u-bdl-none {
    border-left: none !important;
}

@media screen and (min-width: 768px) {
    .u-bdl-none-md {
        border-left: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-bdl-none-lg {
        border-left: none !important;
    }
}

.u-bdr-none {
    border-right: none !important;
}

@media screen and (min-width: 768px) {
    .u-bdr-none-md {
        border-right: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-bdr-none-lg {
        border-right: none !important;
    }
}

.u-color-white {
    color: #fff !important;
}

.u-bgcolor-white {
    background-color: #fff !important;
}

.u-color-black {
    color: #000 !important;
}

.u-bgcolor-black {
    background-color: #000 !important;
}

.u-color-mine-shaft {
    color: #333 !important;
}

.u-bgcolor-mine-shaft {
    background-color: #333 !important;
}

.u-color-dusty-gray {
    color: #999 !important;
}

.u-bgcolor-dusty-gray {
    background-color: #999 !important;
}

.u-color-cararra {
    color: #e7e6e1 !important;
}

.u-bgcolor-cararra {
    background-color: #e7e6e1 !important;
}

.u-color-quill-gray {
    color: #dbdad6 !important;
}

.u-bgcolor-quill-gray {
    background-color: #dbdad6 !important;
}

.u-color-red {
    color: #e00100 !important;
}

.u-bgcolor-red {
    background-color: #e00100 !important;
}

.u-color-pippin {
    color: #ffe4e1 !important;
}

.u-bgcolor-pippin {
    background-color: #ffe4e1 !important;
}

.u-color-jelly-bean {
    color: #248b9a !important;
}

.u-bgcolor-jelly-bean {
    background-color: #248b9a !important;
}

.u-color-genoa {
    color: #136e7b !important;
}

.u-bgcolor-genoa {
    background-color: #136e7b !important;
}

.u-color-hippie-blue {
    color: #50a2ae !important;
}

.u-bgcolor-hippie-blue {
    background-color: #50a2ae !important;
}

.u-color-tangerine {
    color: #e39600 !important;
}

.u-bgcolor-tangerine {
    background-color: #e39600 !important;
}

.u-bgcolor-transparent {
    background-color: transparent !important;
}

.u-bgcolor-current {
    background-color: currentColor !important;
}

.u-bg-none {
    background: none !important;
}

@media screen and (max-width: 767px) {
    .u-dn-md--down {
        display: none !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-dn-lg--down {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .u-db-md--down {
        display: block !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-db-lg--down {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .u-di-md--down {
        display: inline !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-di-lg--down {
        display: inline !important;
    }
}

@media screen and (max-width: 767px) {
    .u-dib-md--down {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-dib-lg--down {
        display: inline-block !important;
    }
}

.u-dn {
    display: none !important;
}

@media screen and (min-width: 768px) {
    .u-dn-md {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-dn-lg {
        display: none !important;
    }
}

.u-db {
    display: block !important;
}

@media screen and (min-width: 768px) {
    .u-db-md {
        display: block !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-db-lg {
        display: block !important;
    }
}

.u-di {
    display: inline !important;
}

@media screen and (min-width: 768px) {
    .u-di-md {
        display: inline !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-di-lg {
        display: inline !important;
    }
}

.u-dib {
    display: inline-block !important;
}

@media screen and (min-width: 768px) {
    .u-dib-md {
        display: inline-block !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-dib-lg {
        display: inline-block !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-10-md--down {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-10-lg--down {
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-11-md--down {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-11-lg--down {
        font-size: 1.1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-12-md--down {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-12-lg--down {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-13-md--down {
        font-size: 1.3rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-13-lg--down {
        font-size: 1.3rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-14-md--down {
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-14-lg--down {
        font-size: 1.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-15-md--down {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-15-lg--down {
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-16-md--down {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-16-lg--down {
        font-size: 1.6rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-17-md--down {
        font-size: 1.7rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-17-lg--down {
        font-size: 1.7rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-18-md--down {
        font-size: 1.8rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-18-lg--down {
        font-size: 1.8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-19-md--down {
        font-size: 1.9rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-19-lg--down {
        font-size: 1.9rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-20-md--down {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-20-lg--down {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-21-md--down {
        font-size: 2.1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-21-lg--down {
        font-size: 2.1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-22-md--down {
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-22-lg--down {
        font-size: 2.2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-23-md--down {
        font-size: 2.3rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-23-lg--down {
        font-size: 2.3rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-24-md--down {
        font-size: 2.4rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-24-lg--down {
        font-size: 2.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-25-md--down {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-25-lg--down {
        font-size: 2.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-26-md--down {
        font-size: 2.6rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-26-lg--down {
        font-size: 2.6rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-27-md--down {
        font-size: 2.7rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-27-lg--down {
        font-size: 2.7rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-28-md--down {
        font-size: 2.8rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-28-lg--down {
        font-size: 2.8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-29-md--down {
        font-size: 2.9rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-29-lg--down {
        font-size: 2.9rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-30-md--down {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-30-lg--down {
        font-size: 3rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-31-md--down {
        font-size: 3.1rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-31-lg--down {
        font-size: 3.1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-32-md--down {
        font-size: 3.2rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-32-lg--down {
        font-size: 3.2rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-33-md--down {
        font-size: 3.3rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-33-lg--down {
        font-size: 3.3rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-34-md--down {
        font-size: 3.4rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-34-lg--down {
        font-size: 3.4rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-35-md--down {
        font-size: 3.5rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-35-lg--down {
        font-size: 3.5rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-36-md--down {
        font-size: 3.6rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-36-lg--down {
        font-size: 3.6rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-37-md--down {
        font-size: 3.7rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-37-lg--down {
        font-size: 3.7rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-38-md--down {
        font-size: 3.8rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-38-lg--down {
        font-size: 3.8rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-39-md--down {
        font-size: 3.9rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-39-lg--down {
        font-size: 3.9rem !important;
    }
}

@media screen and (max-width: 767px) {
    .u-fz-40-md--down {
        font-size: 4rem !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-fz-40-lg--down {
        font-size: 4rem !important;
    }
}

.u-fz-10 {
    font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-10-md {
        font-size: 1rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-10-lg {
        font-size: 1rem !important;
    }
}

.u-fz-11 {
    font-size: 1.1rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-11-md {
        font-size: 1.1rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-11-lg {
        font-size: 1.1rem !important;
    }
}

.u-fz-12 {
    font-size: 1.2rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-12-md {
        font-size: 1.2rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-12-lg {
        font-size: 1.2rem !important;
    }
}

.u-fz-13 {
    font-size: 1.3rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-13-md {
        font-size: 1.3rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-13-lg {
        font-size: 1.3rem !important;
    }
}

.u-fz-14 {
    font-size: 1.4rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-14-md {
        font-size: 1.4rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-14-lg {
        font-size: 1.4rem !important;
    }
}

.u-fz-15 {
    font-size: 1.5rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-15-md {
        font-size: 1.5rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-15-lg {
        font-size: 1.5rem !important;
    }
}

.u-fz-16 {
    font-size: 1.6rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-16-md {
        font-size: 1.6rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-16-lg {
        font-size: 1.6rem !important;
    }
}

.u-fz-17 {
    font-size: 1.7rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-17-md {
        font-size: 1.7rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-17-lg {
        font-size: 1.7rem !important;
    }
}

.u-fz-18 {
    font-size: 1.8rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-18-md {
        font-size: 1.8rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-18-lg {
        font-size: 1.8rem !important;
    }
}

.u-fz-19 {
    font-size: 1.9rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-19-md {
        font-size: 1.9rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-19-lg {
        font-size: 1.9rem !important;
    }
}

.u-fz-20 {
    font-size: 2rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-20-md {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-20-lg {
        font-size: 2rem !important;
    }
}

.u-fz-21 {
    font-size: 2.1rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-21-md {
        font-size: 2.1rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-21-lg {
        font-size: 2.1rem !important;
    }
}

.u-fz-22 {
    font-size: 2.2rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-22-md {
        font-size: 2.2rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-22-lg {
        font-size: 2.2rem !important;
    }
}

.u-fz-23 {
    font-size: 2.3rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-23-md {
        font-size: 2.3rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-23-lg {
        font-size: 2.3rem !important;
    }
}

.u-fz-24 {
    font-size: 2.4rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-24-md {
        font-size: 2.4rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-24-lg {
        font-size: 2.4rem !important;
    }
}

.u-fz-25 {
    font-size: 2.5rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-25-md {
        font-size: 2.5rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-25-lg {
        font-size: 2.5rem !important;
    }
}

.u-fz-26 {
    font-size: 2.6rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-26-md {
        font-size: 2.6rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-26-lg {
        font-size: 2.6rem !important;
    }
}

.u-fz-27 {
    font-size: 2.7rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-27-md {
        font-size: 2.7rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-27-lg {
        font-size: 2.7rem !important;
    }
}

.u-fz-28 {
    font-size: 2.8rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-28-md {
        font-size: 2.8rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-28-lg {
        font-size: 2.8rem !important;
    }
}

.u-fz-29 {
    font-size: 2.9rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-29-md {
        font-size: 2.9rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-29-lg {
        font-size: 2.9rem !important;
    }
}

.u-fz-30 {
    font-size: 3rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-30-md {
        font-size: 3rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-30-lg {
        font-size: 3rem !important;
    }
}

.u-fz-31 {
    font-size: 3.1rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-31-md {
        font-size: 3.1rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-31-lg {
        font-size: 3.1rem !important;
    }
}

.u-fz-32 {
    font-size: 3.2rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-32-md {
        font-size: 3.2rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-32-lg {
        font-size: 3.2rem !important;
    }
}

.u-fz-33 {
    font-size: 3.3rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-33-md {
        font-size: 3.3rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-33-lg {
        font-size: 3.3rem !important;
    }
}

.u-fz-34 {
    font-size: 3.4rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-34-md {
        font-size: 3.4rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-34-lg {
        font-size: 3.4rem !important;
    }
}

.u-fz-35 {
    font-size: 3.5rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-35-md {
        font-size: 3.5rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-35-lg {
        font-size: 3.5rem !important;
    }
}

.u-fz-36 {
    font-size: 3.6rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-36-md {
        font-size: 3.6rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-36-lg {
        font-size: 3.6rem !important;
    }
}

.u-fz-37 {
    font-size: 3.7rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-37-md {
        font-size: 3.7rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-37-lg {
        font-size: 3.7rem !important;
    }
}

.u-fz-38 {
    font-size: 3.8rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-38-md {
        font-size: 3.8rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-38-lg {
        font-size: 3.8rem !important;
    }
}

.u-fz-39 {
    font-size: 3.9rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-39-md {
        font-size: 3.9rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-39-lg {
        font-size: 3.9rem !important;
    }
}

.u-fz-40 {
    font-size: 4rem !important;
}

@media screen and (min-width: 768px) {
    .u-fz-40-md {
        font-size: 4rem !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-fz-40-lg {
        font-size: 4rem !important;
    }
}

.u-fw-nomral {
    font-weight: normal !important;
}

.u-fw-bold {
    font-weight: bold !important;
}

.u-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
    .u-lh-1-0-md--down {
        line-height: 10 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-0-lg--down {
        line-height: 10 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-1-md--down {
        line-height: 11 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-1-lg--down {
        line-height: 11 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-2-md--down {
        line-height: 12 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-2-lg--down {
        line-height: 12 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-3-md--down {
        line-height: 13 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-3-lg--down {
        line-height: 13 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-4-md--down {
        line-height: 14 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-4-lg--down {
        line-height: 14 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-5-md--down {
        line-height: 15 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-5-lg--down {
        line-height: 15 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-6-md--down {
        line-height: 16 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-6-lg--down {
        line-height: 16 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-7-md--down {
        line-height: 17 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-7-lg--down {
        line-height: 17 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-8-md--down {
        line-height: 18 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-8-lg--down {
        line-height: 18 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-1-9-md--down {
        line-height: 19 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-1-9-lg--down {
        line-height: 19 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-lh-2-0-md--down {
        line-height: 20 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-lh-2-0-lg--down {
        line-height: 20 !important;
    }
}

.u-lh-1-0 {
    line-height: 10 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-0-md {
        line-height: 10 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-0-lg {
        line-height: 10 !important;
    }
}

.u-lh-1-1 {
    line-height: 11 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-1-md {
        line-height: 11 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-1-lg {
        line-height: 11 !important;
    }
}

.u-lh-1-2 {
    line-height: 12 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-2-md {
        line-height: 12 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-2-lg {
        line-height: 12 !important;
    }
}

.u-lh-1-3 {
    line-height: 13 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-3-md {
        line-height: 13 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-3-lg {
        line-height: 13 !important;
    }
}

.u-lh-1-4 {
    line-height: 14 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-4-md {
        line-height: 14 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-4-lg {
        line-height: 14 !important;
    }
}

.u-lh-1-5 {
    line-height: 15 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-5-md {
        line-height: 15 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-5-lg {
        line-height: 15 !important;
    }
}

.u-lh-1-6 {
    line-height: 16 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-6-md {
        line-height: 16 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-6-lg {
        line-height: 16 !important;
    }
}

.u-lh-1-7 {
    line-height: 17 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-7-md {
        line-height: 17 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-7-lg {
        line-height: 17 !important;
    }
}

.u-lh-1-8 {
    line-height: 18 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-8-md {
        line-height: 18 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-8-lg {
        line-height: 18 !important;
    }
}

.u-lh-1-9 {
    line-height: 19 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-1-9-md {
        line-height: 19 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-1-9-lg {
        line-height: 19 !important;
    }
}

.u-lh-2-0 {
    line-height: 20 !important;
}

@media screen and (min-width: 768px) {
    .u-lh-2-0-md {
        line-height: 20 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-lh-2-0-lg {
        line-height: 20 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-m-0-md--down {
        margin: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-m-0-lg--down {
        margin: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mb-0-md--down {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mb-0-lg--down {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-ml-0-md--down {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-ml-0-lg--down {
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mr-0-md--down {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mr-0-lg--down {
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-0-md--down {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-0-lg--down {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-5-md--down {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-5-lg--down {
        margin-top: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-10-md--down {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-10-lg--down {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-15-md--down {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-15-lg--down {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-20-md--down {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-20-lg--down {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-25-md--down {
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-25-lg--down {
        margin-top: 25px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-30-md--down {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-30-lg--down {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-35-md--down {
        margin-top: 35px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-35-lg--down {
        margin-top: 35px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-40-md--down {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-40-lg--down {
        margin-top: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-45-md--down {
        margin-top: 45px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-45-lg--down {
        margin-top: 45px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-50-md--down {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-50-lg--down {
        margin-top: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-55-md--down {
        margin-top: 55px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-55-lg--down {
        margin-top: 55px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-60-md--down {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-60-lg--down {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-65-md--down {
        margin-top: 65px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-65-lg--down {
        margin-top: 65px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-70-md--down {
        margin-top: 70px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-70-lg--down {
        margin-top: 70px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-75-md--down {
        margin-top: 75px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-75-lg--down {
        margin-top: 75px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-80-md--down {
        margin-top: 80px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-80-lg--down {
        margin-top: 80px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-85-md--down {
        margin-top: 85px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-85-lg--down {
        margin-top: 85px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-90-md--down {
        margin-top: 90px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-90-lg--down {
        margin-top: 90px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-95-md--down {
        margin-top: 95px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-95-lg--down {
        margin-top: 95px !important;
    }
}

@media screen and (max-width: 767px) {
    .u-mt-100-md--down {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-mt-100-lg--down {
        margin-top: 100px !important;
    }
}

.u-m-0 {
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .u-m-0-md {
        margin: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-m-0-lg {
        margin: 0 !important;
    }
}

.u-mb-0 {
    margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    .u-mb-0-md {
        margin-bottom: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mb-0-lg {
        margin-bottom: 0 !important;
    }
}

.u-ml-0 {
    margin-left: 0 !important;
}

@media screen and (min-width: 768px) {
    .u-ml-0-md {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-ml-0-lg {
        margin-left: 0 !important;
    }
}

.u-mr-0 {
    margin-right: 0 !important;
}

@media screen and (min-width: 768px) {
    .u-mr-0-md {
        margin-right: 0 !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mr-0-lg {
        margin-right: 0 !important;
    }
}

.u-mt-0 {
    margin-top: 0px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-0-md {
        margin-top: 0px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-0-lg {
        margin-top: 0px !important;
    }
}

.u-mt-5 {
    margin-top: 5px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-5-md {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-5-lg {
        margin-top: 5px !important;
    }
}

.u-mt-10 {
    margin-top: 10px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-10-md {
        margin-top: 10px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-10-lg {
        margin-top: 10px !important;
    }
}

.u-mt-15 {
    margin-top: 15px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-15-md {
        margin-top: 15px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-15-lg {
        margin-top: 15px !important;
    }
}

.u-mt-20 {
    margin-top: 20px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-20-md {
        margin-top: 20px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-20-lg {
        margin-top: 20px !important;
    }
}

.u-mt-25 {
    margin-top: 25px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-25-md {
        margin-top: 25px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-25-lg {
        margin-top: 25px !important;
    }
}

.u-mt-30 {
    margin-top: 30px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-30-md {
        margin-top: 30px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-30-lg {
        margin-top: 30px !important;
    }
}

.u-mt-35 {
    margin-top: 35px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-35-md {
        margin-top: 35px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-35-lg {
        margin-top: 35px !important;
    }
}

.u-mt-40 {
    margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-40-md {
        margin-top: 40px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-40-lg {
        margin-top: 40px !important;
    }
}

.u-mt-45 {
    margin-top: 45px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-45-md {
        margin-top: 45px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-45-lg {
        margin-top: 45px !important;
    }
}

.u-mt-50 {
    margin-top: 50px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-50-md {
        margin-top: 50px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-50-lg {
        margin-top: 50px !important;
    }
}

.u-mt-55 {
    margin-top: 55px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-55-md {
        margin-top: 55px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-55-lg {
        margin-top: 55px !important;
    }
}

.u-mt-60 {
    margin-top: 60px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-60-md {
        margin-top: 60px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-60-lg {
        margin-top: 60px !important;
    }
}

.u-mt-65 {
    margin-top: 65px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-65-md {
        margin-top: 65px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-65-lg {
        margin-top: 65px !important;
    }
}

.u-mt-70 {
    margin-top: 70px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-70-md {
        margin-top: 70px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-70-lg {
        margin-top: 70px !important;
    }
}

.u-mt-75 {
    margin-top: 75px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-75-md {
        margin-top: 75px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-75-lg {
        margin-top: 75px !important;
    }
}

.u-mt-80 {
    margin-top: 80px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-80-md {
        margin-top: 80px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-80-lg {
        margin-top: 80px !important;
    }
}

.u-mt-85 {
    margin-top: 85px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-85-md {
        margin-top: 85px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-85-lg {
        margin-top: 85px !important;
    }
}

.u-mt-90 {
    margin-top: 90px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-90-md {
        margin-top: 90px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-90-lg {
        margin-top: 90px !important;
    }
}

.u-mt-95 {
    margin-top: 95px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-95-md {
        margin-top: 95px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-95-lg {
        margin-top: 95px !important;
    }
}

.u-mt-100 {
    margin-top: 100px !important;
}

@media screen and (min-width: 768px) {
    .u-mt-100-md {
        margin-top: 100px !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-mt-100-lg {
        margin-top: 100px !important;
    }
}

@media screen and (min-width: 768px) {
    .u-pdl-01 {
        border-left: 1px solid #f9d1d3;
    }
}

@media screen and (min-width: 768px) {
    .u-pdr-01 {
        border-right: 1px solid #f9d1d3;
    }
}

@media screen and (min-width: 768px) {
    .u-pdl-0 {
        padding-left: 0 !important;
    }
}

@media screen and (min-width: 768px) {
    .u-pdr-0 {
        padding-right: 0 !important;
    }
}

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

@media screen and (min-width: 768px) {
    .u-d-pc-none {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .u-w-auto-md--down {
        width: auto !important;
    }
}

@media screen and (max-width: 1023px) {
    .u-w-auto-lg--down {
        width: auto !important;
    }
}

.u-w-auto {
    width: auto !important;
}

@media screen and (min-width: 768px) {
    .u-w-auto-md {
        width: auto !important;
    }
}

@media screen and (min-width: 1024px) {
    .u-w-auto-lg {
        width: auto !important;
    }
}

.u-zindex {
    position: relative;
    z-index: 2;
}


/*  ページャー（Wordpress用）
------------------------------- */

.wp-pagenavi {
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    padding: 0px 0 30px;
    letter-spacing: -0.4em;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi .current {
    font-size: 15px;
    display: inline-block;
    margin: 0 0 0 1px;
    padding: 0 5px;
    height: 30px;
    letter-spacing: 0.1em;
    vertical-align: top;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #FFF;
}

.wp-pagenavi .current {
    color: #999;
}

.wp-pagenavi .current::before {
    display: none;
}

.wp-pagenavi a:hover {
    background: #DD201C;
}

.wp-pagenavi span {
    letter-spacing: 0.1em;
}

.wp-pagenavi a span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0px;
}

.previouspostslink::before,
.nextpostslink::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 12px;
    background-image: url(../../assets/image/ico/icon_arrow_white.svg);
    background-size: 10px auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-indent: -9999px;
}

@media screen and (max-width:767px) {
    .wp-pagenavi a,
    .wp-pagenavi .current {
        font-size: 14px;
        display: inline-block;
        margin: 0;
        height: 26px;
        margin: 0 8px;
    }
}


/* フリーエリア テンプレ WP用
------------------------------- */

.mceContentBody {}

.mceContentBody a {
    text-decoration: underline;
}

.mceContentBody .img-wrap img {
    display: block;
    margin: 0 auto 30px;
}

.mceContentBody h1 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    padding: 0 0 15px;
    border-bottom: 1px solid #222;
    margin: 0 0 30px;
}

.mceContentBody h2,
.free-area h2 {
    margin: 0 0 15px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    border-left: #d54636 3px solid;
    padding: 0 0 0 13px;
    position: relative;
}

.mceContentBody h3 {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
}

.mceContentBody h4 {}

.mceContentBody h5 {}

.mceContentBody strong {
    font-weight: bold;
}

.mceContentBody em {
    font-style: italic;
}

.mceContentBody ol,
.mceContentBody ul {
    margin: 20px 0 20px;
    font-size: 14px;
}

.mceContentBody ol li {
    list-style: decimal outside;
    margin: 0 0 3px 20px;
}

.mceContentBody ul li {
    list-style: disc outside;
    margin-left: 18px;
}

.mceContentBody table {
    margin: 23px 0 0;
    border: 1px solid #DDDDDD;
}

.mceContentBody table tr {
    border-bottom: 1px solid #DDDDDD;
}

.mceContentBody table td,
.mceContentBody table th {
    padding: 9px 15px;
    font-size: 13px;
    border-right: 1px solid #DDDDDD;
}

.mceContentBody table th {
    font-weight: bold;
    background: #EFF0F1;
}

@media screen and (max-width:767px) {
    .mceContentBody {}
    .mceContentBody p {
        font-size: 13px;
    }
    .mceContentBody table {
        width: 100%;
    }
    .mceContentBody table td,
    .mceContentBody table th {
        padding: 8px 5px;
        font-size: 13px;
        border-right: 1px solid #DDDDDD;
    }
    .mceContentBody h1 {
        font-size: 15px;
        line-height: 1.8;
        margin: 0 0 17px;
    }
    .mceContentBody h2 {
        font-size: 14px;
    }
    .mceContentBody ul li.slick-slide {
        margin: 0 10px;
    }
}

.recaptcha_policy {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 11px !important;
    color: #999 !important;
}

.recaptcha_policy a {
    font-size: 11px !important;
    color: #999 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.wp-pagenavi,
.p-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}

.wp-pagenavi .pages {
    display: none;
}

@media screen and (min-width: 768px) {
    .wp-pagenavi,
    .p-pagination {
        margin-top: 90px;
    }
}

.p-pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 1px;
}

.p-pagination__item+.p-pagination__item {
    margin-left: 1px;
}

.wp-pagenavi a,
.wp-pagenavi .current,
.p-pagination__button {
    position: relative;
    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;
    width: 40px;
    height: 40px;
    background-color: #e21b23;
    border: #e21b23 1px solid;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.wp-pagenavi .current {
    background-color: #FFF;
    color: #e21b23;
}

.wp-pagenavi a:hover,
.p-pagination__button:hover {
    background-color: #f50b13;
    border-color: #f50b13;
}

.previouspostslink,
.nextpostslink,
.p-pagination__prev,
.p-pagination__next {
    overflow: hidden;
    text-indent: -9999px;
}

.previouspostslink::before,
.nextpostslink::before,
.p-pagination__prev .c-icon--arrow-white::before,
.p-pagination__next .c-icon--arrow-white::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 12px;
    background-size: 10px auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.previouspostslink::before,
.p-pagination__prev .c-icon--arrow-white::before {
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
    transform: translate(-50%, -50%) rotateY(180deg);
}

.mb20 {
    margin-bottom: 20px !important;
}

.slick-dotted ul.slick-dots {
    text-align: center;
    padding: 0;
}

.slick-dotted .slick-list {
    margin-bottom: 10px;
}

.slick-dotted .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
    background: #CCC;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    cursor: pointer;
    float: none;
}

.slick-dotted .slick-dots li.slick-active {
    background: #e21b23;
}

.mw_wp_form .error {
    display: block;
    margin: 8px 0;
    color: #D90000;
    padding: 5px 10px;
    background: #F7EAEA;
    border: #D90000 1px solid;
    border-radius: 3px;
}

.mw_wp_form_confirm .p-form__block {
    padding: 10px;
    font-size: 1.6rem;
    background: #F1F1F1;
    min-height: 44px;
}

.mw_wp_form_confirm .p-form__sub {
    padding-left: 0;
}

.text-left {
    text-align: left;
}

.p-duaro-point__video {
    width: 100%;
    margin: 20px auto;
}

.p-duaro__body {
    margin-top: 30px;
}

.p-intro-duaro {
    margin: 0 auto 40px;
}

@media screen and (min-width: 768px) {
    .p-duaro-point__video {
        width: 1200px;
        margin: 30px auto;
    }
    .p-flag--reverse .p-duaro__body {
        padding-right: 50px;
        padding-left: 15px;
    }
    .p-duaro__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 1;
        margin-top: 0;
        padding-left: 50px;
        width: 50%;
    }
    .p-intro-duaro {
        text-align: center;
        margin: 20px auto 90px;
    }
    .p-flag__text_duaro {
        padding: 0 15px;
    }
}