/* --------------------
 Faq
-------------------- */
.menu {
    margin: 8vw auto 21.3333333333vw;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .menu {
        margin: 35px auto 100px;
    }
}

.menu-container {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 2.1333333333vw 0;
    justify-content: flex-start;
    margin: 0 -4.2666666667vw;
}

@media (min-width: 768px) {
    .menu-container {
        gap: 12px 0;
        margin: 0 -16px;
    }
}

@media (min-width: 1240px) {
    .menu-container {
        margin: 0 -25px;
    }
}

.menu__item {
    border-right: 0.2666666667vw solid var(--color-charcoal);
    font-size: 10px;
    line-height: 1;
    padding: 0 4.2666666667vw;
}

@media (min-width: 768px) {
    .menu__item {
        border-right-width: 1px;
        padding: 0 16px;
    }
}

@media (min-width: 1240px) {
    .menu__item {
        padding: 0 25px;
    }
}

.menu__item:last-child {
    border-right: none;
}

.menu__item a {
    color: inherit;
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    transition: color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s;
    transition: color var(--duration) var(--cubic) 0s, text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .menu__item a {
        font-size: var(--fs16);
    }
}

@media (min-width: 1240px) {
    .menu__item a {
        font-size: var(--fs18);
    }
}

.menu__item a:after {
    color: var(--color-indigo-gray);
    content: ">";
    display: inline-block;
    margin: 0 0 0 0.5em;
}

.menu__item a:focus {
    color: var(--color-indigo-gray);
    -webkit-text-decoration-color: var(--color-indigo-gray);
    text-decoration-color: var(--color-indigo-gray);
}

@media (hover: hover) and (pointer: fine) {
    .menu__item a:hover {
        color: var(--color-indigo-gray);
        -webkit-text-decoration-color: var(--color-indigo-gray);
        text-decoration-color: var(--color-indigo-gray);
    }
}

.list {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .list {
        margin: 0 0 90px;
    }
}

.list-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.list__item {
    margin: 0 0 21.3333333333vw;
}

@media (min-width: 768px) {
    .list__item {
        margin: 0 0 90px;
    }
}

.list__item:last-child {
    margin-bottom: 0;
}

.list__item .com-title {
    margin: 0 0 5.3333333333vw;
}

@media (min-width: 768px) {
    .list__item .com-title {
        margin: 0 0 40px;
    }
}

.list__item__list {
    border-bottom: 0.2666666667vw solid #c9caca;
    border-bottom-width: 1px;
}

.list__item__list__item__head {
    background-color: rgba(var(--color-steel-lavender-rgb), 0.2);
    border-top: 0.2666666667vw solid #c9caca;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .list__item__list__item__head {
        border-top-width: 1px;
    }
}

.list__item__list__item__head__title {
    font-size: var(--fs15);
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 0;
    padding: 2.1333333333vw 10.6666666667vw 2.1333333333vw 12.2666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .list__item__list__item__head__title {
        font-size: var(--fs18);
        padding: 14px 60px 14px 80px;
    }
}

.list__item__list__item__head__title__label {
    align-items: center;
    bottom: 0;
    color: var(--color-indigo-gray);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-hubballi);
    font-size: var(--fs32);
    font-weight: 400;
    justify-content: center;
    left: 3.2vw;
    line-height: 0.9;
    margin: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .list__item__list__item__head__title__label {
        font-size: var(--fs40);
        left: 30px;
    }
}

.list__item__list__item__head__title:before {
    background-image: url(../images/pages/faq/faq-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5.3333333333vw;
    margin: auto 0;
    position: absolute;
    right: 3.2vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .list__item__list__item__head__title:before {
        height: 25px;
        right: 30px;
        width: 25px;
    }
}

.list__item__list__item__head__title:after {
    background-image: url(../images/pages/faq/faq-icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 5.3333333333vw;
    margin: auto 0;
    position: absolute;
    right: 3.2vw;
    top: 0;
    transition: transform var(--duration) var(--cubic) 0s, opacity var(--duration) var(--cubic) 0s;
    width: 5.3333333333vw;
}

@media (min-width: 768px) {
    .list__item__list__item__head__title:after {
        height: 25px;
        right: 30px;
        width: 25px;
    }
}

.list__item__list__item__contents {
    border-top: 0.2666666667vw solid #c9caca;
    display: none;
    padding: 3.2vw 0 4.8vw;
}

@media (min-width: 768px) {
    .list__item__list__item__contents {
        border-top-width: 1px;
        padding: 20px 0 30px;
    }
}

.list__item__list__item__contents__content {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.87;
    padding: 0 3.2vw 0 12.2666666667vw;
    position: relative;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content {
        font-size: var(--fs16);
        padding: 0 20px 0 80px;
    }
}

.list__item__list__item__contents__content__label {
    align-items: center;
    bottom: auto;
    color: var(--color-indigo-gray);
    display: flex;
    flex-flow: row nowrap;
    font-family: var(--ff-hubballi);
    font-size: var(--fs32);
    font-weight: 400;
    justify-content: center;
    left: 3.2vw;
    line-height: 0.9;
    margin: 0;
    position: absolute;
    right: auto;
    top: -1.6vw;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content__label {
        font-size: var(--fs40);
        left: 30px;
        top: -6px;
    }
}

.list__item__list__item__contents__content h1 {
    font-size: var(--fs18);
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content h1 {
        font-size: var(--fs20);
    }
}

.list__item__list__item__contents__content h2 {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 10.6666666667vw 0 0.75em;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content h2 {
        font-size: var(--fs20);
        margin: 60px 0 0.75em;
    }
}

.list__item__list__item__contents__content h2:first-child {
    margin-top: 0;
}

.list__item__list__item__contents__content h2:last-child {
    margin-bottom: 0;
}

.list__item__list__item__contents__content h3 {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin: 8vw 0 0.5em;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content h3 {
        font-size: var(--fs18);
        margin: 40px 0 0.5em;
    }
}

.list__item__list__item__contents__content h3:first-child {
    margin-top: 0;
}

.list__item__list__item__contents__content h3:last-child {
    margin-bottom: 0;
}

.list__item__list__item__contents__content img {
    display: block;
    margin: 8vw auto 8vw;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content img {
        margin: 40px auto 40px;
    }
}

.list__item__list__item__contents__content img:first-child {
    margin-top: 0;
}

.list__item__list__item__contents__content img:last-child {
    margin-bottom: 0;
}

.list__item__list__item__contents__content p {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 1.87;
    margin: 0;
}

@media (min-width: 768px) {
    .list__item__list__item__contents__content p {
        font-size: var(--fs16);
    }
}

.list__item__list__item__contents__content b, .list__item__list__item__contents__content strong {
    font-weight: 700;
}

.list__item__list__item__contents__content i {
    font-style: italic;
}

.list__item__list__item__contents__content s {
    text-decoration: line-through;
}

.list__item__list__item__contents__content a {
    color: inherit;
    text-decoration: underline;
    transition: color var(--duration) var(--cubic) 0s;
}

.list__item__list__item__contents__content a:focus {
    color: var(--color-indigo-gray);
}

@media (hover: hover) and (pointer: fine) {
    .list__item__list__item__contents__content a:hover {
        color: var(--color-indigo-gray);
    }
}

.list__item__list__item:nth-child(even) .list__item__list__item__head {
    background-color: transparent;
}

.list__item__list__item.-active .list__item__list__item__head__title:before {
    opacity: 0;
}

.list__item__list__item.-active .list__item__list__item__head__title:after {
    opacity: 1;
}

.list__item__list__item.-active .list__item__list__item__head__title:after, .list__item__list__item.-active .list__item__list__item__head__title:before {
    transform: rotate(180deg);
}