@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none; /* 1 */
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
    cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type='search'] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type='number'] {
    -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
    outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
    border-color: inherit; /* 1 */
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
    html {
        font-size: 0.78vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 2.5vw;
    }
}

body {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1;
    letter-spacing: 0.1em;
    min-height: 100vh;
    background: #000;
    position: relative;
    z-index: 10;
}
body.is-active {
    overflow: hidden;
}
body.is-loading .p-elmLoad {
    opacity: 0;
    pointer-events: none;
}
body:not(.is-loading) .p-elmLoad {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.l-main {
    position: relative;
    z-index: 10;
}

.l-inner {
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
}
.l-inner--large {
    max-width: 140rem;
    margin-left: auto;
    margin-right: auto;
}
.l-inner--small {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .sp {
        display: block;
    }
}

.l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .l-footer {
        position: absolute;
        bottom: 2rem;
        left: 0;
        right: 0;
        z-index: 20;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 2rem;
    }
}
.l-footer__copy {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    z-index: 20;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    .l-footer__copy {
        position: static;
        font-size: 1rem;
    }
}
.l-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 20;
    opacity: 0.6;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .l-footer__menu {
        position: static;
    }
}
.l-footer__menu li:not(:last-child) {
    border-right: solid 1px #fff;
}
.l-footer__menu li a {
    font-size: 1.4rem;
    padding: 0 3rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .l-footer__menu li a {
        font-size: 1.2rem;
        padding: 0 2rem;
    }
}

.l-header {
    position: absolute;
    top: 5rem;
    left: 5rem;
    z-index: 20;
}
@media screen and (max-width: 767px) {
    .l-header {
        top: 3rem;
        left: 3rem;
        position: fixed;
    }
    .l-header::before {
        content: '';
        position: fixed;
        z-index: -1;
        background: rgba(0, 0, 0, 0.7);
        height: 9.5rem;
        top: 0;
        left: 0;
        right: 0;
    }
}
.l-header__logo {
    display: block;
    width: 17rem;
}
@media screen and (max-width: 767px) {
    .l-header__logo {
        width: 14rem;
    }
}

.l-gNav {
    position: fixed;
    right: 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
@media screen and (max-width: 767px) {
    .l-gNav {
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
        opacity: 0;
    }
    .l-gNav.is-active {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        border-radius: 0;
    }
}
.l-gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .l-gNav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.l-gNav ul li a {
    color: #eaeaea;
}
.l-gNav ul li a.is-active {
    color: #5f5f5f;
}

.l-hamburger {
    display: none;
}

@media screen and (max-width: 767px) {
    .l-hamburger {
        top: 0;
        right: 0;
        position: fixed;
        z-index: 120;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 9rem;
        height: 9rem;
    }
    .l-hamburger__frame {
        position: relative;
        display: block;
        width: 2.4rem;
        height: 2px;
    }
    .l-hamburger span {
        background: #fff;
    }
    .l-hamburger span:nth-of-type(1) {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    .l-hamburger span:nth-of-type(2) {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        -webkit-transform: translateY(-8px) rotate(0deg);
        transform: translateY(-8px) rotate(0deg);
    }
    .l-hamburger span:nth-of-type(3) {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.15s linear;
        transition: all 0.15s linear;
        -webkit-transform: translateY(8px) rotate(0deg);
        transform: translateY(8px) rotate(0deg);
    }
    .l-hamburger.is-active span:nth-of-type(1) {
        opacity: 0;
    }
    .l-hamburger.is-active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    .l-hamburger.is-active span:nth-of-type(3) {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
:root {
    --vwUnit: calc(100vw / 1920);
}

.p-view {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100vh;
}
.p-view img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.p-view__desc {
    position: absolute;
    top: 33.3333333333vh;
    left: 15%;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-view__desc {
        top: 33.3333333333vh;
        left: 10%;
    }
}
.p-view__desc h1 {
    font-family: 'Noto Serif JP', serif;
    font-size: calc(80 * var(--vwUnit));
    line-height: 1.4;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .p-view__desc h1 {
        font-size: calc(135 * var(--vwUnit));
    }
}
.p-view__desc p {
    font-size: calc(16 * var(--vwUnit));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(40 * var(--vwUnit));
    letter-spacing: 0.2em;
    margin-top: calc(40 * var(--vwUnit));
    opacity: 0.6;
}
@media screen and (max-width: 767px) {
    .p-view__desc p {
        font-size: calc(35 * var(--vwUnit));
        margin-top: calc(80 * var(--vwUnit));
    }
}
.p-view__desc p::before {
    content: '';
    display: block;
    width: calc(100 * var(--vwUnit));
    height: 1px;
    background: #fff;
}

.p-elmSec {
    padding-top: 20rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 28rem;
}
@media screen and (max-width: 767px) {
    .p-elmSec {
        padding-top: 16rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 18rem;
    }
}
.p-elmSec__bg-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}
.p-elmSec__bg-1 img {
    width: 100%;
}
.p-elmSec__wrap {
    max-width: 134rem;
    margin-left: auto;
    margin-right: auto;
}

.p-elmBtn__edit {
    border-radius: 4rem;
    background: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1rem;
}
.p-elmBtn__edit img {
    width: 1.4rem;
}

.p-elmHead {
    margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
    .p-elmHead {
        margin-bottom: 6rem;
    }
}
.p-elmHead h1 {
    font-size: 5rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.2em;
    text-shadow: 0 0.6rem 0.6rem rgba(0, 0, 0, 0.3);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-elmHead h1 {
        font-size: 2rem;
    }
}
.p-elmHead h1:after {
    content: '';
    display: block;
    width: 5rem;
    height: 1px;
    background: #fff;
    margin: 4rem 0;
}
@media screen and (max-width: 767px) {
    .p-elmHead h1:after {
        margin: 2.5rem 0;
        width: 4rem;
    }
}

.p-elmWrap {
    width: 100%;
    max-width: calc(100% - 14rem);
    padding: 8rem;
    background: #d3d2d1;
    background: rgba(211, 210, 209, 0.8784313725);
}
@media screen and (max-width: 767px) {
    .p-elmWrap {
        max-width: 100%;
        padding: 4rem 3rem;
    }
}
.p-elmWrap:not(:last-child) {
    margin-bottom: 8rem;
}

.p-elmDesc:not(:last-child) {
    margin-bottom: 6rem;
}
.p-elmDesc dt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dt {
        font-size: 1.8rem;
    }
}
.p-elmDesc dt span {
    font-size: 2.8rem;
    font-weight: 600;
    margin-right: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dt span {
        font-size: 2.2rem;
    }
}
.p-elmDesc dd p {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd p {
        font-size: 1.5rem;
    }
}
.p-elmDesc dd p:not(:last-child) {
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd p:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.p-elmDesc dd ul {
    margin-left: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ul {
        margin-left: 2rem;
    }
}
.p-elmDesc dd ul li {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ul li {
        font-size: 1.5rem;
    }
}
.p-elmDesc dd ul li:not(:last-child) {
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ul li:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.p-elmDesc dd ol {
    list-style: decimal;
    margin-left: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ol {
        margin-left: 2rem;
    }
}
.p-elmDesc dd ol li {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ol li {
        font-size: 1.5rem;
    }
}
.p-elmDesc dd ol li:not(:last-child) {
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmDesc dd ol li:not(:last-child) {
        margin-bottom: 2rem;
    }
}

.p-elmTable {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-elmTable {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .p-elmTable tbody {
        display: block;
    }
}
.p-elmTable tbody tr {
    border: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
    .p-elmTable tbody tr {
        display: block;
        border: none;
    }
}
.p-elmTable tbody tr th {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 4rem;
    vertical-align: middle;
    width: 18rem;
    border: solid 1px #ccc;
    background: #eee;
}
@media screen and (max-width: 767px) {
    .p-elmTable tbody tr th {
        display: block;
        width: auto;
        padding: 2rem;
    }
}
.p-elmTable tbody tr td {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 4rem;
    vertical-align: middle;
    border: solid 1px #ccc;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-elmTable tbody tr td {
        display: block;
        padding: 2rem;
    }
}

.p-elmLogin__item {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}
.p-elmLogin__item:not(:last-child) {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmLogin__item:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.p-elmLogin__item dt {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 2rem;
}
.p-elmLogin__item dd input {
    background: #fff;
    padding: 1.5rem;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 0.4rem;
}
.p-elmLogin__btn {
    background: #ada66e;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 2.6rem 0;
    border-radius: 0.4rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    width: 26rem;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-elmLogin__btn {
        width: 100%;
    }
}

.p-elmVoice h3 {
    padding: 2rem;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    background: #727272;
    margin-bottom: 5rem;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .p-elmVoice h3 {
        font-size: 2rem;
        margin-bottom: 3rem;
        padding: 1rem;
    }
}
.p-elmVoice__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16rem;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4rem;
    }
}
.p-elmVoice__list:not(:last-child) {
    margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__list:not(:last-child) {
        margin-bottom: 3rem;
    }
}
.p-elmVoice__item {
    width: 100%;
}
.p-elmVoice__item:nth-of-type(2) {
    margin-right: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item:nth-of-type(2) {
        margin-right: 0;
    }
}
.p-elmVoice__item__desc {
    position: relative;
    background: #f7f7f7;
    padding: 4rem;
    min-height: 21rem;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item__desc {
        padding: 3rem 2rem;
        min-height: 0;
    }
}
.p-elmVoice__item__desc::after {
    content: '';
    clip-path: polygon(65% 0, 0 0, 80% 100%);
    width: 4rem;
    height: 3rem;
    background: #f7f7f7;
    position: absolute;
    top: 100%;
    left: 55%;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item__desc::after {
        width: 3rem;
        height: 2rem;
        left: 40%;
    }
}
.p-elmVoice__item__desc p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item__desc p {
        letter-spacing: 0;
        font-size: 1.4rem;
    }
}
.p-elmVoice__item__desc img {
    position: absolute;
    left: -1rem;
    top: -1rem;
    width: 4rem;
}
.p-elmVoice__item__desc--yellow {
    font-weight: 600;
    background: #f1f7b3;
}
.p-elmVoice__item__desc--yellow::after {
    background: #f1f7b3;
}
.p-elmVoice__item__desc--yellow img {
    position: absolute;
    left: unset;
    right: 1rem;
    top: 1rem;
    width: 5.4rem;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item__desc--yellow img {
        width: 4rem;
    }
}
.p-elmVoice__item__img {
    display: block;
    width: 16rem;
    margin-right: -4rem;
    margin-left: auto;
    margin-top: -6rem;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .p-elmVoice__item__img {
        width: 10rem;
        margin-right: 2rem;
        margin-top: -3rem;
    }
}

.p-elmFlow__catch {
    text-align: center;
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    width: 100%;
    max-width: calc(100% - 14rem);
    margin-top: 14rem;
    margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__catch {
        max-width: 100%;
        margin-bottom: 4rem;
    }
}
.p-elmFlow__desc {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 4rem;
}
.p-elmFlow__desc h3 {
    background: #727272;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 1.5rem;
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__desc h3 {
        font-size: 1.8rem;
    }
}
.p-elmFlow__desc h3 span {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}
.p-elmFlow__desc p {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__desc p {
        font-size: 1.5rem;
        line-height: 1.65;
    }
}
.p-elmFlow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.p-elmFlow__list:not(:last-child) {
    margin-bottom: 1rem;
}
.p-elmFlow__list__num {
    width: 14rem;
    margin-bottom: auto;
    padding-left: 5rem;
    padding-top: 3rem;
    font-weight: 600;
    color: #ada66e;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__num {
        width: auto;
        padding-left: 0;
        padding-top: 2rem;
    }
}
.p-elmFlow__list__num span {
    font-size: 1.4rem;
}
.p-elmFlow__list__num p {
    font-size: 4rem;
}
.p-elmFlow__list__img {
    width: 28rem;
    padding: 4rem 0;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__img {
        width: 100%;
        padding: 2rem;
    }
}
.p-elmFlow__list__txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__txt {
        padding: 0 2rem 2rem;
    }
}
.p-elmFlow__list__txt p {
    font-size: 1.6rem;
    line-height: 2;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__txt p {
        font-size: 1.4rem;
        letter-spacing: -0.02em;
    }
}
.p-elmFlow__list__txt p img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 4.8rem;
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__txt p img {
        -webkit-transform: translate(-30%, -20%);
        transform: translate(-30%, -20%);
        width: 3.8rem;
    }
}
.p-elmFlow__list__txt ul {
    margin-top: 1rem;
}
.p-elmFlow__list__txt ul li {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ada66e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 0.8rem;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__list__txt ul li {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
.p-elmFlow__list__txt ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.p-elmFlow__list__txt ul li img {
    width: 1.5rem;
}
.p-elmFlow__list__txt ul li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-elmFlow__note {
    margin-top: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__note {
        margin-top: 2rem;
    }
}
.p-elmFlow__note p {
    font-size: 1.6rem;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .p-elmFlow__note p {
        font-size: 1.4rem;
    }
}

.p-elmForm__catch {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    padding: 1.5rem;
    background: #727272;
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__catch {
        font-size: 2rem;
        margin-bottom: 4rem;
    }
}
.p-elmForm__desc {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
    border: solid 1px #282828;
    padding: 4rem 0;
}
@media screen and (max-width: 767px) {
    .p-elmForm__desc {
        margin-bottom: 4rem;
        padding: 2rem 0;
    }
}
.p-elmForm__desc p {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-elmForm__desc p {
        font-size: 1.3rem;
        margin-bottom: 1.5rem;
    }
}
.p-elmForm__desc a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282828;
}
@media screen and (max-width: 767px) {
    .p-elmForm__desc a {
        gap: 1rem;
    }
}
.p-elmForm__desc a img {
    width: 4rem;
}
.p-elmForm__desc a span {
    font-size: 3.4rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-elmForm__desc a span {
        font-size: 2.1rem;
    }
}
.p-elmForm__item {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}
.p-elmForm__item:not(:last-child) {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__item:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.p-elmForm__item dt {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__item dt {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
}
.p-elmForm__item dd input {
    background: #fff;
    padding: 1.5rem;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 0.4rem;
}
.p-elmForm__item dd textarea {
    background: #fff;
    padding: 1.5rem;
    font-size: 1.6rem;
    width: 100%;
    min-height: 18rem;
    border-radius: 0.4rem;
}
.p-elmForm__item + .p-elmLogin__btn {
    margin-top: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__item + .p-elmLogin__btn {
        margin-top: 4rem;
    }
}
.p-elmForm__addnum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 24rem;
}
.p-elmForm__addnum input {
    border-radius: 0.4rem 0 0 0.4rem !important;
}
.p-elmForm__addnum__ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #282828;
    padding: 0 1.6rem;
    border-radius: 0 0.4rem 0.4rem 0;
}
.p-elmForm__addnum__ico img {
    width: 2.6rem;
}
.p-elmForm__select {
    position: relative;
}
.p-elmForm__select::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
    background: #282828 url(/assets/img/ico/ico_select.png) no-repeat center/1rem;
    border-radius: 0 0.4rem 0.4rem 0;
    pointer-events: none;
}
.p-elmForm__select select {
    background: #fff;
    padding: 1.7rem;
    font-size: 1.6rem;
    width: 100%;
    border-radius: 0.4rem;
}
.p-elmForm__cnt1 {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__cnt1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }
}
.p-elmForm__cnt1:not(:last-child) {
    margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__cnt1:not(:last-child) {
        margin-bottom: 2.5rem;
    }
}
.p-elmForm__cnt1__item1 {
    width: 24rem;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .p-elmForm__cnt1__item1 {
        width: 100%;
    }
}
.p-elmForm__cnt1__item2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .p-elmForm__cnt1__item2 {
        width: 100%;
    }
}
.p-elmForm__cnt1__date {
    position: relative;
}
.p-elmForm__cnt1__date::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5rem;
    background: #282828 url(/assets/img/ico/ico_calendar.png) no-repeat center/2rem;
    border-radius: 0 0.4rem 0.4rem 0;
    pointer-events: none;
}
.p-elmForm__cnt1 + .p-elmLogin__btn {
    margin-top: 6rem;
}
.p-elmForm__date__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__date__field {
        gap: 1rem;
    }
}
.p-elmForm__date__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .p-elmForm__date__item {
        font-size: 1.2rem;
    }
}
.p-elmForm__date__item input {
    background: #fff;
    padding: 1.5rem;
    font-size: 1.6rem;
    width: 100%;
    max-width: 12rem;
    border-radius: 0.4rem;
    border: solid 1px #ddd;
    border-radius: 0.4rem;
    letter-spacing: 0.1em;
}

.p-elmVehicle__list {
    max-width: 80rem;
    margin-inline: auto;
}
.p-elmVehicle__list:not(:last-child) {
    margin-bottom: 6rem;
}
.p-elmVehicle__history {
    position: relative;
    background: #fff;
    border-radius: 0.4rem;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__history {
        padding: 4rem 2rem;
    }
}
.p-elmVehicle__history .p-elmBtn__edit {
    position: absolute;
    right: 3rem;
    top: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__history .p-elmBtn__edit {
        right: 2rem;
    }
}
.p-elmVehicle__item {
    background: #fff;
    border-radius: 0.4rem;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__item {
        padding: 4rem 2rem;
    }
}
.p-elmVehicle__item + .p-elmVehicle__item {
    margin-top: 2rem;
}
.p-elmVehicle__catch {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__catch {
        font-size: 1.6rem;
    }
}
.p-elmVehicle__catch small {
    font-weight: 500;
    font-size: 70%;
}
.p-elmVehicle__desc {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__desc {
        font-size: 1.4rem;
    }
}
.p-elmVehicle__file__label {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    width: min(100%, 18rem);
    padding: 1.3rem;
    margin-inline: auto;
    color: #fff;
    background: #ada66e;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 0.4rem;
}
.p-elmVehicle__file__label:hover {
    opacity: 0.7;
}
.p-elmVehicle__file input[type='file'] {
    display: none;
}
.p-elmVehicle__file__name {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1em;
    word-break: break-all;
}
.p-elmVehicle__file__note {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999999;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__file__note {
        font-size: 1.2rem;
    }
}
.p-elmVehicle__photo {
    position: relative;
}
.p-elmVehicle__photo .p-elmBtn__edit {
    position: absolute;
    right: -2rem;
    top: -2rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__photo .p-elmBtn__edit {
        right: 0;
        top: 0;
        position: static;
        margin-left: auto;
        margin-top: -2rem;
        margin-bottom: 1.5rem;
    }
}
.p-elmVehicle__upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__upload {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.5rem;
    }
}
.p-elmVehicle__upload dt {
    width: 24rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__upload dt {
        width: 100%;
    }
}
.p-elmVehicle__upload dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__upload dd {
        width: 100%;
    }
}
.p-elmVehicle__upload__date {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__upload__date {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        gap: 1rem;
        font-size: 1.3rem;
    }
}
.p-elmVehicle__upload__date:not(:last-child) {
    margin-bottom: 1.5rem;
}
.p-elmVehicle__upload__date__ttl {
    width: 15rem;
}
@media screen and (max-width: 767px) {
    .p-elmVehicle__upload__date__ttl {
        width: auto;
    }
}
.p-elmVehicle__upload__date__file {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-elmProfile__list {
    max-width: 80rem;
    margin-inline: auto;
}
.p-elmProfile__list:not(:last-child) {
    margin-bottom: 6rem;
}
.p-elmProfile__data {
    position: relative;
    background: #fff;
    border-radius: 0.4rem;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__data {
        padding: 4rem 2rem;
    }
}
.p-elmProfile__data--wide {
    position: relative;
    background: #fff;
    border-radius: 0.4rem;
}
.p-elmProfile__data dl:not(:last-child) {
    margin-bottom: 3rem;
}
.p-elmProfile__data dl dt {
    font-size: 1.5rem;
    font-weight: 600;
}
.p-elmProfile__data dl dd {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__data dl dd {
        font-size: 1.5rem;
    }
}
.p-elmProfile__data .p-elmBtn__edit {
    position: absolute;
    right: 3rem;
    top: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__data .p-elmBtn__edit {
        right: 2rem;
    }
}
.p-elmProfile__item {
    background: #fff;
    border-radius: 0.4rem;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__item {
        padding: 4rem 2rem;
    }
}
.p-elmProfile__catch {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__catch {
        font-size: 1.6rem;
    }
}
.p-elmProfile__catch__regist {
    font-size: 1.6rem;
    color: #fff;
    background: #ada66e;
    border-radius: 0.6rem;
    width: 12rem;
    text-align: center;
    padding: 1rem;
    letter-spacing: 0.1em;
}
.p-elmProfile__desc {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__desc {
        font-size: 1.4rem;
    }
}
.p-elmProfile__file__label {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    width: min(100%, 18rem);
    padding: 1.3rem;
    margin-inline: auto;
    color: #fff;
    background: #ada66e;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 0.4rem;
}
.p-elmProfile__file__label:hover {
    opacity: 0.7;
}
.p-elmProfile__file input[type='file'] {
    display: none;
}
.p-elmProfile__file__name {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-top: 1em;
    word-break: break-all;
}
.p-elmProfile__file__note {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #999999;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__file__note {
        font-size: 1.2rem;
    }
}
.p-elmProfile__reserve {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 4rem;
    gap: 2rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__reserve {
        padding: 2rem;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1rem;
    }
}
.p-elmProfile__reserve:not(:last-child) {
    border-bottom: solid 1px #cccccc;
}
.p-elmProfile__reserve__date {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #999999;
    font-size: 1.6rem;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__reserve__date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 1.2rem;
    }
}
.p-elmProfile__reserve__txt {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: -0.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__reserve__txt {
        font-size: 1.2rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
    }
}
.p-elmProfile__reserve__btn {
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__reserve__btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.p-elmProfile__reserve__btn .button {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ada66e;
    border-radius: 4rem;
    border: solid 1px #ada66e;
    padding: 0.6rem 1.8rem;
}
.p-elmProfile__mainte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 4rem;
    gap: 2rem;
}
.p-elmProfile__mainte:not(:last-child) {
    border-bottom: solid 1px #cccccc;
}
.p-elmProfile__mainte__date {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #999999;
    font-size: 1.6rem;
    line-height: 1.4;
}
.p-elmProfile__mainte__txt {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: -0.4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-elmProfile__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmProfile__pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}
.p-elmProfile__pay__link {
    text-align: center;
    width: calc((100% - 8rem) / 3);
    position: relative;
    padding: 2rem;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    font-weight: 600;
}
.p-elmProfile__pay__link img {
    width: 1.4rem;
    position: absolute;
    right: 1.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-elmProfile__pay__link:nth-of-type(1) {
    background: #282828;
    color: #fff;
}
.p-elmProfile__pay__link:nth-of-type(2) {
    background: #eeeeee;
    color: #282828;
}

.p-elmPrice {
    color: #282828;
}
.p-elmPrice__wrap:not(:last-child) {
    margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__wrap:not(:last-child) {
        margin-bottom: 2rem;
    }
}
.p-elmPrice__desc h3 {
    background: #ada66e;
    padding: 1rem;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__desc h3 {
        font-size: 2rem;
        line-height: 1.5;
    }
}
.p-elmPrice__desc h3 small {
    font-size: 70%;
}
.p-elmPrice__desc h3 span {
    font-size: 80%;
}
.p-elmPrice__desc p {
    margin: 3rem 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__desc p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
.p-elmPrice__desc p b {
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__desc p b {
        font-size: 2.2rem;
    }
}
.p-elmPrice__cnt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }
}
.p-elmPrice__cnt1__item {
    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: #fff;
}
.p-elmPrice__cnt1__desc-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-1 {
        padding: 3rem 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.p-elmPrice__cnt1__desc-1__lf {
    gap: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-elmPrice__cnt1__desc-1__lf .price {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 4rem;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.p-elmPrice__cnt1__desc-1__lf .price__txt-1 {
    display: block;
    width: 8rem;
    margin-left: 0.8rem;
}
.p-elmPrice__cnt1__desc-1__rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-elmPrice__cnt1__desc-1__rt img:nth-of-type(1) {
    width: 3rem;
}
.p-elmPrice__cnt1__desc-1__rt img:nth-of-type(2) {
    width: 8.3rem;
}
.p-elmPrice__cnt1__desc-1 .line {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    padding: 0.4rem 0.8rem;
    background: #e9f285;
    margin-bottom: 1rem;
}
.p-elmPrice__cnt1__desc-2 {
    padding: 4rem 0;
    margin: auto;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 {
        padding: 3rem 0 0;
    }
}
.p-elmPrice__cnt1__desc-2 .sub {
    max-width: 70%;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 .sub {
        max-width: 90%;
    }
}
.p-elmPrice__cnt1__desc-2 .price {
    background: #f7f6f0;
    padding: 2rem;
    margin-top: 3rem;
    margin-inline: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 .price {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-inline: 0;
    }
}
.p-elmPrice__cnt1__desc-2 .price__txt {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 .price__txt {
        font-size: 3.6rem;
    }
}
.p-elmPrice__cnt1__desc-2 .price__sub {
    width: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 .price__sub {
        width: 4rem;
    }
}
.p-elmPrice__cnt1__desc-2 .price__sm {
    width: 7rem;
    margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt1__desc-2 .price__sm {
        width: 5rem;
    }
}
.p-elmPrice__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
    background: #e6e4d3;
    padding: 2rem 0;
    font-size: 1.8rem;
    font-weight: 600;
}
.p-elmPrice__sub img {
    max-width: 4rem;
    max-height: 3.2rem;
}
.p-elmPrice__cnt2 {
    padding: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
    }
}
.p-elmPrice__cnt2__img {
    width: 34rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2__img {
        width: 100%;
    }
}
.p-elmPrice__cnt2__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-elmPrice__cnt2__desc p {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2__desc p {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
}
.p-elmPrice__cnt2__desc p b {
    font-size: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2__desc p b {
        font-size: 2rem;
    }
}
.p-elmPrice__cnt2__desc p span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffff00));
    background: linear-gradient(transparent 50%, #ffff00 50%);
    padding-bottom: 0.5rem;
}
.p-elmPrice__cnt2__desc h4 {
    font-size: 3rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2__desc h4 {
        font-size: 2rem;
        text-align: center;
    }
}
.p-elmPrice__cnt2__desc h4 b {
    font-style: italic;
    font-size: 3.6rem;
    margin-left: 0.4rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt2__desc h4 b {
        font-size: 2rem;
    }
}
.p-elmPrice__cnt3 {
    background: #fff;
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt3 {
        padding: 2rem;
    }
}
.p-elmPrice__cnt3 h4 {
    text-align: center;
    margin-bottom: 3rem;
}
.p-elmPrice__cnt3 h4 img {
    max-width: 12rem;
}
.p-elmPrice__cnt3__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt3__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
    }
}
.p-elmPrice__cnt3__item {
    width: 100%;
    background: #f7f6f0;
    text-align: center;
    padding-bottom: 4rem;
}
.p-elmPrice__cnt3__item h5 {
    background: #e6e4d3;
    padding: 1.5rem 0;
    margin-bottom: 4rem;
    text-align: center;
}
.p-elmPrice__cnt3__item h5 img {
    max-height: 4.4rem;
}
.p-elmPrice__cnt3__item .before {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 3rem;
    font-weight: 600;
}
.p-elmPrice__cnt3__item .before span {
    font-size: 2.2rem;
    margin-left: -0.6rem;
}
.p-elmPrice__cnt3__item .after {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 4rem;
    font-weight: 600;
}
.p-elmPrice__cnt3__item .after span {
    font-size: 2.4rem;
    margin-left: -1rem;
}
.p-elmPrice__cnt3__item .arw {
    display: block;
    width: 2rem;
    margin: 2.2rem auto;
}
.p-elmPrice__cnt3__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6rem;
    margin-top: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt3__detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
    }
}
.p-elmPrice__cnt3__detail__img {
    width: 30rem;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt3__detail__img {
        width: 100%;
    }
}
.p-elmPrice__cnt3__detail__txt {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .p-elmPrice__cnt3__detail__txt {
        font-size: 1.6rem;
    }
}

.p-elmMessage {
    width: 100%;
    max-width: calc(100% - 14rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmMessage {
        max-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3rem;
    }
}
.p-elmMessage__img {
    width: 45rem;
}
@media screen and (max-width: 767px) {
    .p-elmMessage__img {
        width: 100%;
    }
}
.p-elmMessage__desc {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.p-elmMessage__desc h3 {
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-elmMessage__desc h3 {
        font-size: 3rem;
        margin-bottom: 4rem;
    }
}
.p-elmMessage__desc p {
    font-size: 1.6rem;
    line-height: 2.5;
    letter-spacing: 0.02em;
}
.p-elmMessage__desc p:not(:last-child) {
    margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
    .p-elmMessage__desc p:not(:last-child) {
        line-height: 1.8;
        margin-bottom: 2rem;
    }
}
.p-elmMessage__desc p.name {
    font-family: 'Noto Serif JP', serif;
    text-align: right;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.6;
}

.p-elmService {
    width: 100%;
    max-width: calc(100% - 14rem);
}
@media screen and (max-width: 767px) {
    .p-elmService {
        max-width: 100%;
    }
}
.p-elmService__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10rem;
    margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
    .p-elmService__cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 6rem;
    }
}
.p-elmService__cnt__item {
    border: solid 1px #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
    width: 37rem;
    max-width: 100%;
    aspect-ratio: 375/360;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-elmService__cnt__item {
        aspect-ratio: unset;
        padding: 3rem 0;
    }
}
.p-elmService__mst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
    .p-elmService__mst {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4rem;
        margin-bottom: 6rem;
    }
}
.p-elmService__mst--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5rem;
    margin-bottom: 15rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
    .p-elmService__mst--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 4rem;
        margin-bottom: 6rem;
    }
}
.p-elmService__mst__img {
    width: 50%;
}
@media screen and (max-width: 767px) {
    .p-elmService__mst__img {
        width: 100%;
    }
}
.p-elmService__mst__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
}
.p-elmService__mst__desc h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 4rem;
}
.p-elmService__mst__desc p {
    font-size: 1.6rem;
    line-height: 2;
}
.p-elmService__wht {
    margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
    .p-elmService__wht {
        margin-bottom: 6rem;
    }
}
.p-elmService__wht h3 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 6rem;
    color: #fff;
}
.p-elmService__wht__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6rem;
}
@media screen and (max-width: 767px) {
    .p-elmService__wht__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8rem;
    }
}
.p-elmService__wht__item {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-elmService__wht__item {
        position: relative;
    }
}
.p-elmService__wht__item:not(:last-child) .p-elmService__wht__catch::before {
    content: '';
    position: absolute;
    top: 6.5rem;
    left: calc(100% + 2.4rem);
    width: 1.6rem;
    height: 1.6rem;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
}
@media screen and (max-width: 767px) {
    .p-elmService__wht__item:not(:last-child) .p-elmService__wht__catch::before {
        top: calc(100% + 3rem);
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(-135deg) skew(-10deg, -10deg);
        transform: translateX(-50%) rotate(-135deg) skew(-10deg, -10deg);
    }
}
.p-elmService__wht__catch {
    color: #fff;
    text-align: center;
    padding: 3rem;
    border: solid 1px #fff;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-elmService__wht__catch {
        position: static;
    }
}
.p-elmService__wht__catch img {
    max-height: 4.8rem;
}
.p-elmService__wht__catch p {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 2rem;
}
.p-elmService__wht__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    margin-top: 3rem;
}
.p-elmService__wht__detail ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.6rem;
    color: #fff;
}
.p-elmService__wht__detail ul li::before {
    content: '-';
    display: inline;
}
.p-elmService__wht__detail ul li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.js-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 999;
    padding: 4rem 0;
}
.js-modal form {
    padding: 4rem;
}
@media screen and (max-width: 767px) {
    .js-modal form {
        padding: 1rem 1rem 4rem;
    }
}
.js-modal form input {
    border: solid 1px #ddd;
}
.js-modal h3 {
    padding: 3rem 0;
    background: #f7f7f7;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .js-modal h3 {
        font-size: 2rem;
    }
}
.js-modal__box {
    padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
    .js-modal__box {
        padding-bottom: 4rem;
    }
}
.js-modal__cnt {
    margin: 4rem 4rem 8rem;
    padding: 4rem 0;
    border: solid 1px #ddd;
}
@media screen and (max-width: 767px) {
    .js-modal__cnt {
        margin: 4rem 2rem;
    }
}
.js-modal__cnt + .p-elmLogin__btn {
    width: 20rem;
    padding: 2rem;
}
.js-modal__date {
    margin: 4rem 4rem 6rem;
}
@media screen and (max-width: 767px) {
    .js-modal__date {
        margin: 4rem 2rem;
    }
}
.js-modal__date h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.js-modal__date + .p-elmLogin__btn {
    width: 20rem;
    padding: 2rem;
}
.js-modal__inner {
    width: calc(100% - 4rem);
    max-width: 80rem;
    margin-inline: auto;
    background: #fff;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    height: auto;
    max-height: 100%;
    overflow: scroll;
}
.js-modal__close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: #282828;
    border-radius: 100%;
    font-size: 1.6rem;
    width: 4rem;
    height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 0.5;
    padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
    .js-modal__close {
        width: 3rem;
        height: 3rem;
        top: 2.5rem;
    }
}
.js-modal.is-active {
    opacity: 1;
    pointer-events: auto;
}
.js-modal.is-active .js-modal__inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.js-loading {
    position: fixed;
    inset: 0;
    background: url(/assets/img/bg-loading.jpg) no-repeat center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 8rem;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .js-loading {
        font-size: 3rem;
        line-height: 2;
    }
}
.js-loading.is-hide {
    opacity: 0;
    pointer-events: none;
}
.js-loading__first,
.js-loading__second {
    position: absolute;
    inset: 0;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.js-loading__first.show,
.js-loading__second.show {
    opacity: 1;
}
.js-loading__first.hide,
.js-loading__second.hide {
    opacity: 0;
}

.p-faq__wrap {
    margin-bottom: 20rem;
}
.p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
}
.p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
}
.p-faq__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.p-faq__summary::before {
    content: '';
    width: 1px;
    height: 2rem;
    background: #dddddd;
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.p-faq__summary::after {
    content: '';
    width: 2rem;
    height: 1px;
    background: #dddddd;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-faq__summary.open::before {
    height: 0;
}
.p-faq__summary-ico {
    font-weight: 600;
    font-size: 2rem;
    color: #ffffff;
    width: 5rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    background: #dddddd;
}
.p-faq__summary-txt {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.p-faq__detail {
    height: 0;
    overflow: hidden;
}
.p-faq__detail-txt {
    margin-top: 3rem;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    padding: 3rem;
    background: #ffffff;
    border-radius: 1rem;
}
.p-faq__detail-txt img {
    width: 100%;
    margin-top: 2rem;
}

@media screen and (max-width: 767px) {
    .p-faq__wrap {
        margin-bottom: 20rem;
    }
    .p-faq__list {
        border-radius: 2rem;
        padding: 2rem;
        background: #dddddd;
    }
    .p-faq__list:not(:last-child) {
        margin-bottom: 2rem;
    }
    .p-faq__summary {
        gap: 1rem;
    }
    .p-faq__summary::before {
        content: '';
        width: 1px;
        height: 1rem;
        right: 0.4rem;
    }
    .p-faq__summary::after {
        content: '';
        width: 1rem;
        height: 1px;
        right: 0;
    }
    .p-faq__summary.open::before {
        height: 0;
    }
    .p-faq__summary-ico {
        font-size: 1rem;
        width: 2.4rem;
        height: 2.4rem;
        padding-top: 0.2rem;
    }
    .p-faq__summary-txt {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.4rem;
        line-height: 1.6;
        padding-right: 1rem;
    }
    .p-faq__detail-txt {
        margin-top: 2rem;
        font-size: 1.3rem;
        padding: 2rem;
    }
}
.p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 8rem auto 0;
}
.p-form__table tbody tr {
    border-top: solid 1px #eeeeee;
}
.p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
}
.p-form__table tbody tr th {
    font-size: 1.6rem;
    position: relative;
    width: 28rem;
    padding: 2.5rem;
    text-align: left;
    vertical-align: middle;
}
.p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
}
.p-form__table tbody tr td {
    padding: 2.5rem;
    vertical-align: middle;
}
.p-form__table tbody tr td .note {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 2rem 0;
    color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
    margin-bottom: 0;
}
.p-form__short {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}
.p-form__short-add {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 24rem;
}
.p-form__short-num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 10rem;
}
.p-form__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.p-form__check:not(:first-child) {
    margin-top: 2rem;
    margin-bottom: 0;
}
.p-form__check:first-child {
    margin-top: 0;
}
.p-form__check:last-child {
    margin-bottom: 0;
}
.p-form__check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-form input[type='text'],
.p-form input[type='email'] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
}
.p-form input[type='checkbox'],
.p-form input[type='radio'] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.p-form input[type='submit'] {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 6rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
}
.p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
}
.p-form .error {
    width: 100%;
    display: block;
    margin-top: 1rem;
}

@media screen and (max-width: 767px) {
    .p-form__table {
        width: 100%;
        max-width: 100rem;
        margin: 8rem auto 0;
    }
    .p-form__table tbody {
        display: block;
    }
    .p-form__table tbody tr {
        display: block;
        border-top: solid 1px #eeeeee;
    }
    .p-form__table tbody tr:last-child {
        border-bottom: solid 1px #eeeeee;
    }
    .p-form__table tbody tr th {
        display: block;
        font-size: 1.6rem;
        position: relative;
        width: auto;
        padding: 2rem 0;
    }
    .p-form__table tbody tr th .req {
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        right: 2rem;
        padding: 0.5rem 0.8rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #ffffff;
        border-radius: 0.5rem;
        background: #ff4848;
    }
    .p-form__table tbody tr td {
        display: block;
        padding: 0 0 2rem;
    }
    .p-form__table tbody tr td .note {
        font-size: 1.3rem;
        margin: 2rem 0;
    }
    .p-form__short {
        margin-bottom: 2rem;
    }
    .p-form__short-add {
        max-width: 20rem;
    }
    .p-form__short-num {
        max-width: 8rem;
    }
    .p-form__check {
        gap: 1.5rem;
    }
    .p-form input[type='text'],
    .p-form input[type='email'] {
        font-size: 1.5rem;
        display: block;
        width: 100%;
        padding: 1.5rem;
        border-radius: 0.5rem;
        background: #f5f5f5;
    }
    .p-form input[type='checkbox'],
    .p-form input[type='radio'] {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
    }
    .p-form input[type='submit'] {
        margin: 4rem auto 0;
        padding: 2rem;
    }
    .p-form textarea {
        font-size: 1.5rem;
        display: block;
        width: 100%;
        min-height: 20rem;
        padding: 1.5rem;
        resize: none;
        border-radius: 0.5rem;
        background: #f5f5f5;
    }
}
.p-thanks {
    text-align: center;
    background: #eeeeee;
    padding: 5rem;
}
.p-thanks__ttl {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 3rem;
    color: #000000;
}
.p-thanks__ttl::after {
    content: '';
    display: block;
    width: 3rem;
    border-bottom: solid 2px #000000;
    margin: 3rem auto;
}
.p-thanks__txt {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
    margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
    margin-top: 4rem;
}
.p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 4rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #333333;
}

@media screen and (max-width: 767px) {
    .p-thanks {
        padding: 3rem 1.5rem;
    }
    .p-thanks__ttl {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .p-thanks__txt {
        font-size: 1.2rem;
    }
    .p-thanks__txt:not(:last-child) {
        margin-bottom: 0.5rem;
    }
    .p-thanks__btn {
        font-size: 1.8rem;
        display: block;
        width: 100%;
        max-width: 28rem;
        margin: 3rem auto 0;
        padding: 3rem;
        text-align: center;
        letter-spacing: 0.1em;
        color: #ffffff;
        background: #333333;
    }
}
.p-privacy {
    margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
    margin-bottom: 6rem;
}
.p-privacy__list-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
    content: '';
    display: block;
    width: 2rem;
    height: 0.2rem;
    background: #000000;
}
.p-privacy__list-summary p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
    margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
    margin-bottom: 2rem;
}

.c-pager {
    margin-top: 6rem;
    text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 1rem 1.5rem 1.2rem;
    margin: 0 0.2rem;
    display: inline-block;
    border-radius: 0.3rem;
    vertical-align: middle;
    color: #ffffff;
    letter-spacing: 0;
    background: #000000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
    background: #000000;
    color: #ffffff;
    border: solid 1px #000000;
}
.c-pager .wp-pagenavi a:hover {
    background: #000000;
    color: #ffffff;
    border: solid 1px #000000;
    opacity: 1;
}

.c-postSec {
    margin: 13rem 3rem;
}

.c-postHead__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
    border-left: solid 0.7rem #333333;
    padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem;
    margin: 5rem 0;
}
.c-postHead__detail-date {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-left: 2.8rem;
    background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__detail-cat {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    font-weight: 300;
    text-transform: uppercase;
    background: #333333;
    color: #ffffff;
    padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
    font-size: 2.4rem;
    line-height: 1.45;
    border-left: solid 0.6rem #333333;
    margin: 4rem 0 2.5rem;
    padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
    .c-postWrap h1 {
        font-size: 2.1rem;
        margin: 3rem 0 2rem;
    }
}
.c-postWrap h2 {
    font-size: 2.2rem;
    line-height: 1.45;
    padding: 1.6rem 2.6rem;
    margin: 4rem 0 2.5rem;
    border-radius: 1rem;
    color: #ffffff;
    background: #333333;
}
@media screen and (max-width: 767px) {
    .c-postWrap h2 {
        font-size: 2rem;
        margin: 3rem 0 2rem;
    }
}
.c-postWrap h3 {
    font-size: 2.2rem;
    line-height: 1.45;
    border-left: solid 0.6rem #333333;
    margin: 4rem 0 2.5rem;
    padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
    .c-postWrap h3 {
        font-size: 2rem;
        margin: 3rem 0 2rem;
    }
}
.c-postWrap h4 {
    font-size: 2rem;
    line-height: 1.45;
    border-bottom: dashed 0.1rem #333333;
    padding-bottom: 1rem;
    margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
    .c-postWrap h4 {
        font-size: 1.8rem;
        margin: 3rem 0 2rem;
    }
}
.c-postWrap h4::before {
    content: '-';
    font-weight: 600;
    display: inline;
    vertical-align: baseline;
    color: #333333;
    margin-right: 1rem;
}
.c-postWrap h5 {
    font-size: 1.8rem;
    line-height: 1.45;
    padding-bottom: 1rem;
    margin: 4rem 0 2.5rem;
    color: #333333;
}
@media screen and (max-width: 767px) {
    .c-postWrap h5 {
        font-size: 1.8rem;
        margin: 3rem 0 2rem;
    }
}
.c-postWrap h6 {
    font-size: 1.8rem;
    margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
    .c-postWrap h6 {
        font-size: 1.6rem;
        margin: 2rem 0;
    }
}
.c-postWrap p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
    .c-postWrap p {
        font-size: 1.4rem;
        margin: 2rem 0;
    }
}
.c-postWrap p a {
    color: #333333;
    text-decoration: underline;
}
.c-postWrap p a:hover,
.c-postWrap p a:active,
.c-postWrap p a:focus,
.c-postWrap p a:focus-within {
    text-decoration: none;
}
.c-postWrap ul {
    padding: 3rem;
    border-radius: 1rem;
    background: #f7f7f7;
}
@media screen and (max-width: 767px) {
    .c-postWrap ul {
        padding: 2rem 2rem 2rem 1rem;
    }
}
.c-postWrap ul li {
    list-style: disc;
    margin-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
    margin-bottom: 0;
}
.c-postWrap ol {
    padding: 3rem;
    border-radius: 1rem;
    background: #f7f7f7;
    list-style: auto;
}
@media screen and (max-width: 767px) {
    .c-postWrap ol {
        padding: 2rem 2rem 2rem 1rem;
    }
}
.c-postWrap ol li {
    margin-left: 2rem;
    font-size: 1.4rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
    margin-bottom: 0;
}
.c-postWrap__pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8rem;
    gap: 2rem;
}
@media screen and (max-width: 767px) {
    .c-postWrap__pager {
        margin-top: 6rem;
    }
}
.c-postWrap__pager-prev {
    width: 100%;
    max-width: 28rem;
}
.c-postWrap__pager-prev a {
    font-weight: 600;
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 3rem;
    color: #000000;
    border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover,
.c-postWrap__pager-prev a:active,
.c-postWrap__pager-prev a:focus,
.c-postWrap__pager-prev a:focus-within {
    color: #ffffff;
    background: #000000;
}
@media screen and (max-width: 767px) {
    .c-postWrap__pager-prev a {
        padding: 1.5rem 1rem;
        font-size: 1.3rem;
    }
}
.c-postWrap__pager-prev a::before {
    font-size: 2rem;
    content: '‹';
    position: absolute;
    left: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-postWrap__pager-next {
    width: 100%;
    max-width: 28rem;
}
.c-postWrap__pager-next a {
    font-weight: 600;
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 3rem;
    color: #000000;
    border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover,
.c-postWrap__pager-next a:active,
.c-postWrap__pager-next a:focus,
.c-postWrap__pager-next a:focus-within {
    color: #ffffff;
    background: #000000;
}
@media screen and (max-width: 767px) {
    .c-postWrap__pager-next a {
        padding: 1.5rem 1rem;
        font-size: 1.3rem;
    }
}
.c-postWrap__pager-next a::before {
    content: '›';
    font-size: 2rem;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-postPager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8rem;
    gap: 2rem;
}
.c-postPager__prev {
    width: 100%;
    max-width: 28rem;
}
.c-postPager__prev a {
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 3rem;
    color: #000000;
    border: solid 1px #000000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.c-postPager__prev a:hover,
.c-postPager__prev a:active,
.c-postPager__prev a:focus,
.c-postPager__prev a:focus-within {
    color: #ffffff;
    background: #000000;
}
.c-postPager__prev a::before {
    font-size: 2rem;
    content: '‹';
    position: absolute;
    left: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-postPager__next {
    width: 100%;
    max-width: 28rem;
}
.c-postPager__next a {
    position: relative;
    text-align: center;
    display: block;
    padding: 2rem 3rem;
    color: #000000;
    border: solid 1px #000000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.c-postPager__next a:hover,
.c-postPager__next a:active,
.c-postPager__next a:focus,
.c-postPager__next a:focus-within {
    color: #ffffff;
    background: #000000;
}
.c-postPager__next a::before {
    content: '›';
    font-size: 2rem;
    position: absolute;
    right: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    overflow: scroll;
    padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
    .c-breadcrumb {
        margin: 3rem;
        padding: 0.3rem;
        overflow: scroll;
        white-space: nowrap;
    }
}
.c-breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}
@media screen and (max-width: 767px) {
    .c-breadcrumb ul {
        font-size: 1.3rem;
    }
}
.c-breadcrumb ul li {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}
.c-breadcrumb ul li a {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
    content: '›';
    display: inline-block;
    font-size: 1.6rem;
}
