/* --------------------
 FAQ
-------------------- */
.layout {
    padding: 7.8125rem 0 0;
}

@media (min-width: 768px) {
    .layout {
        padding: 10rem 0 0;
    }
}

.faq {
    margin: 0 auto 5rem;
    max-width: 81.25rem;
    width: 100%;
}

@media (min-width: 768px) {
    .faq {
        padding: 0.75rem 0 0;
    }
}

.faq__title {
    margin: 0 0 3.875rem;
    text-align: center;
}

@media (min-width: 768px) {
    .faq__title {
        margin: 0 0 0.875rem;
        text-align: left;
    }
}

.faq__title__ja {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.5rem;
}

@media (min-width: 768px) {
    .faq__title__ja {
        font-size: 3.375rem;
    }
}

.faq__title__en {
    color: var(--color-ruby-red);
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
}

@media (min-width: 768px) {
    .faq__title__en {
        font-size: 1rem;
        padding: 0 0 0 0.5em;
    }
}

.faq__item-wrapper {
    margin: 0 auto;
    max-width: 68.75rem;
    padding: 0 2.1875rem;
    width: 100%;
}

@media (min-width: 768px) {
    .faq__item-wrapper {
        padding: 0;
    }
}

.faq__item {
    padding: 0;
}

@media (max-width: 767px) {
    .faq__item:first-child {
        border-top: 0.0625rem solid var(--color-black);
    }
}

@media (min-width: 768px) {
    .faq__item {
        border-top: 0.0625rem solid var(--color-black);
    }
}

.faq__item__head {
    border-bottom: 0.0625rem solid var(--color-black);
    cursor: pointer;
    padding: 1.125rem 0 0.75rem;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__head {
        border-bottom: none;
        padding: 0.5rem 3.125rem 0.5rem 4.0625rem;
    }
}

.faq__item__head__label {
    color: var(--color-ruby-red);
    font-size: 2.073125rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.625rem;
}

@media (min-width: 768px) {
    .faq__item__head__label {
        bottom: auto;
        left: 0;
        margin: 0;
        position: absolute;
        text-align: center;
        top: 1.625rem;
        width: 4.0625rem;
    }
}

.faq__item__head__label:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: none;
    height: 1.875rem;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.0625rem;
}

@media (min-width: 768px) {
    .faq__item__head__label:after {
        display: block;
    }
}

.faq__item__head__title {
    font-size: 1rem;
    line-height: 1.87;
    margin: 0;
    transition: color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .faq__item__head__title {
        padding: 1.25rem 0 1.25rem 2.125rem;
    }
}

.faq__item__head:before, .faq__item__head:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    bottom: -0.6875rem;
    content: "";
    display: block;
    height: 1.375rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    transition: opacity var(--duration) var(--cubic) 0s, transform var(--duration) var(--cubic) 0s;
    width: 1.375rem;
}

@media (min-width: 768px) {
    .faq__item__head:before, .faq__item__head:after {
        bottom: auto;
        left: auto;
        margin: 0;
        right: 1.25rem;
        top: 1.625rem;
    }
}

.faq__item__head:before {
    background-image: url(../images/pages/faq/faq-icon-open.svg);
}

@media (max-width: 767px) {
    .faq__item__head:before {
        border: 0.0625rem solid var(--color-black);
    }
}

.faq__item__head:after {
    background-image: url(../images/pages/faq/faq-icon-close.svg);
    opacity: 0;
    transform: rotate(45deg);
}

.faq__item__head.-active:before {
    opacity: 0;
    transform: rotate(45deg);
}

.faq__item__head.-active:after {
    opacity: 1;
    transform: rotate(90deg);
}

.faq__item__head.-active .faq__item__head__title {
    color: var(--color-ruby-red);
}

.faq__item__contents {
    display: none;
    margin: 0;
    padding: 0.625rem 0 1.5rem;
    position: relative;
}

@media (min-width: 768px) {
    .faq__item__contents {
        padding: 0 3.125rem 0 4.0625rem;
    }
}

.faq__item__contents__label {
    font-size: 2.073125rem;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 0.75rem;
}

@media (min-width: 768px) {
    .faq__item__contents__label {
        left: 0;
        margin: 0;
        position: absolute;
        text-align: center;
        top: 0.5rem;
        width: 4.0625rem;
    }
}

.faq__item__contents__label:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: none;
    height: 1.875rem;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0.0625rem;
}

@media (min-width: 768px) {
    .faq__item__contents__label:after {
        display: block;
    }
}

@media (min-width: 768px) {
    .faq__item__contents__content {
        padding: 1rem 0 2.5rem 2.125rem;
    }
}

.faq__item__contents__content p {
    font-size: 1rem;
    line-height: 1.87;
    margin: 0 0 2em;
}

.faq__item__contents__content p:last-child {
    margin: 0;
}

.faq__item__contents__content ul {
    font-size: 1rem;
    line-height: 1.87;
    list-style: none;
    margin: 0 0 2em;
    padding: 0;
}

.faq__item__contents__content ul:last-child {
    margin: 0;
}

.faq__item__contents__content ul > li {
    font-size: inherit;
    line-height: inherit;
    margin: 0 0 0.375rem;
    padding: 0;
}

.faq__item__contents__content ul > li:last-child {
    margin: 0;
}

.faq__item__contents__content ul.--decimal > li {
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.faq__item__contents__content ul:not(.--decimal) {
    padding-left: 0;
}

.faq__item__contents__content ul:not(.--decimal) > li {
    padding: 0 0 0 0.625rem;
    position: relative;
}

.faq__item__contents__content ul:not(.--decimal) > li:before {
    background-color: var(--color-black);
    border-radius: 50%;
    content: "";
    display: block;
    height: 0.25rem;
    left: 0;
    position: absolute;
    top: 0.725em;
    width: 0.25rem;
}

.faq__item__contents__content a {
    color: var(--color-ruby-red);
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-offset: 0.125rem;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.faq__item__contents__content a:focus {
    -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
}

@media (hover: hover) and (pointer: fine) {
    .faq__item__contents__content a:hover {
        -webkit-text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
        text-decoration-color: color-mix(in srgb, currentColor, transparent 100%);
    }
}