@charset "UTF-8";
.wrapper {
    padding-top: 150px;
    background-color: #fefaf7;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
        padding-top: 120px;
    }
}
.mv-sub__visual {
    background: url("/_common/img/faq/mv.webp") 50% 50% / cover no-repeat;
}
 /* -------------------------------- */
.faq {
	padding: 160px 5%;
}
.faq__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.faq h2 {
    position: relative;
    text-align: center;
    z-index: 2;
}
.faq h2 .en {
    display: block;
    font-size: 52px;
    letter-spacing: .05em;
}
.faq h2 .ja {
    display: block;
    margin-top: 10px;
    color: #e47d6e;
}
.faq h3 {
    margin-top: 90px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .05em;
}
.faq h3.mt {
    margin-top: 60px;
}
.faq ul {
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.05); */
}
.faq ul li {
    padding: 8px;
    border-bottom: 1px solid #d3d3d3;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
}
.faq ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.faq ul li:last-child {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}
.faq ul li .faq-question {
    display: flex;
    gap: 25px;
    padding: 22px 10px;
    color: #e47d6e;
    cursor: pointer;
}
.faq ul li .faq-question .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    background-color: #e47d6e;
    color: #fff;
    border-radius: 20px;
}
.faq ul li .faq-question .text {
    width: 100%;
    margin-top: 3px;
    font-size: 20px;
    letter-spacing: .05em;
}
.faq ul li .faq-answer {
    display: none;
}
.faq ul li .faq-answer__inner {
    display: flex;
    gap: 25px;
    padding: 25px 10px;
    background-color: #f9f5f2;
}
.faq ul li .faq-answer .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    background-color: #fff;
    color: #e47d6e;
    border: 1px solid #e47d6e;
    border-radius: 20px;
}
.faq ul li .faq-answer .text {
    width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    letter-spacing: .05em;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .faq {
        padding: 60px 24px 100px;
    }
    .faq__inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .faq h2 {
    }
    .faq h2 .en {
        font-size: 36px;
        letter-spacing: .05em;
    }
    .faq h2 .ja {
        margin-top: 10px;
    }
    .faq h3 {
        margin-top: 60px;
        font-size: 22px;
    }
    .faq h3.mt {
        margin-top: 50px;
    }
    .faq ul {
        margin-top: 24px;
    }
    .faq ul li {
        padding: 8px;
    }
    .faq ul li .faq-question {
        gap: 16px;
        padding: 20px 10px;
    }
    .faq ul li .faq-question .icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .faq ul li .faq-question .text {
        margin-top: 0;
        font-size: 16px;
        letter-spacing: .05em;
    }
    .faq ul li .faq-answer {
        display: none;
    }
    .faq ul li .faq-answer__inner {
        gap: 16px;
        padding: 20px 10px;
    }
    .faq ul li .faq-answer .icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }
    .faq ul li .faq-answer .text {
    }
}