/* --------------------
 FAQ
-------------------- */
.main {
    padding: 26.7379679144vw 0 45.4545454545vw;
}

@media (min-width: 768px) {
    .main {
        padding: 155px 0 230px;
    }
}

.main-container {
    align-items: flex-start;
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 7.486631016vw;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(904px + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .main-container {
        gap: 70px;
    }
}

@media (min-width: 992px) {
    .main-container {
        gap: 140px;
    }
}

.main__head {
    flex: 0 0 9.0909090909vw;
    margin: 0;
    min-width: 0px;
}

@media (min-width: 768px) {
    .main__head {
        flex: 0 0 34px;
    }
}

.main__head__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs26);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.16;
    margin: 0;
    text-orientation: upright;
    white-space: nowrap;
    writing-mode: vertical-rl;
}

@media (min-width: 768px) {
    .main__head__title {
        font-size: var(--fs30);
    }
}

.main__head__title > span {
    display: block;
}

.main__list {
    flex: 0 0 calc(100% - 16.57754vw);
    min-width: 0px;
}

@media (min-width: 768px) {
    .main__list {
        flex: 0 0 calc(100% - 104px);
    }
}

@media (min-width: 992px) {
    .main__list {
        flex: 0 0 calc(100% - 174px);
    }
}

.main__list__item {
    margin: 0 0 11.7647058824vw;
}

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

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

.main__list__item__head {
    align-items: center;
    border-bottom: 0.2673796791vw solid var(--color-black);
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    padding: 0 0 1.6042780749vw 7.486631016vw;
    position: relative;
    transition: background-color var(--duration) var(--cubic) 0s;
}

@media (min-width: 768px) {
    .main__list__item__head {
        border-bottom-width: 1px;
        padding: 0 0 6px 40px;
    }
}

.main__list__item__head:before {
    background-image: url(../images/pages/faq/faq-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 3.8502673797vw;
    left: 0;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 1.0695187166vw;
    width: 4.8128342246vw;
}

@media (min-width: 768px) {
    .main__list__item__head:before {
        height: 16px;
        top: 4px;
        width: 20px;
    }
}

.main__list__item__head__title {
    font-family: var(--ff-fot-tbom-pr6-r);
    font-size: var(--fs14);
    font-weight: 400;
    letter-spacing: 0.32em;
    line-height: 1.4;
    margin: 0;
    padding: 0 6.9518716578vw 0 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .main__list__item__head__title {
        font-size: var(--fs15);
        padding: 0 35px 0 0;
    }
}

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

@media (min-width: 768px) {
    .main__list__item__head__title:before {
        height: 12px;
        width: 22px;
    }
}

.main__list__item__head:focus {
    background-color: var(--color-frost);
}

@media (hover: hover) and (pointer: fine) {
    .main__list__item__head:hover {
        background-color: var(--color-frost);
    }
}

.main__list__item__contents {
    display: none;
}

.main__list__item__contents__content {
    padding: 3.2085561497vw 0 0 7.486631016vw;
    position: relative;
}

@media (min-width: 768px) {
    .main__list__item__contents__content {
        padding: 16px 0 0 40px;
    }
}

.main__list__item__contents__content:before {
    background-image: url(../images/pages/faq/faq-icon-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 2.8877005348vw;
    left: 0.5347593583vw;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 4.8128342246vw;
    width: 2.8877005348vw;
}

@media (min-width: 768px) {
    .main__list__item__contents__content:before {
        height: 12px;
        left: 2px;
        top: 22px;
        width: 12px;
    }
}

.main__list__item__contents__content p {
    font-size: var(--fs12);
    line-height: 2;
    margin: 0 0 2em;
}

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

.main__list__item__contents__content p:last-child {
    margin-bottom: 0;
}

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

.main__list__item__contents__content p a:focus {
    opacity: 0.75;
}

@media (hover: hover) and (pointer: fine) {
    .main__list__item__contents__content p a:hover {
        opacity: 0.75;
    }
}

.main__list__item.-active .main__list__item__head__title:before {
    transform: rotate(180deg);
}