@charset "UTF-8";

/*------------------------------
背景
------------------------------*/
.wrapper {
    background-image: url("../img/bg_leaf_faq.png"), url("../img/mv_deco2.png");
    background-repeat: repeat-y, no-repeat;
    background-position: top center, top center;
    background-size: 1920px auto, 1920px auto;
}
main {
    padding-top: 100px;
}
.bg_box_top::before {
    content: "";
    width: 100%;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    bottom: calc(100% - 1px);
    background-image: url("../img/bg_faq_top.png");
    position: absolute;
    left: 0;
    z-index: 2;
}
.bg_box_top::after {
    content: "";
    width: 157px;
    height: auto;
    aspect-ratio: 157/139;
    background: url("../img/mv_deco.png") no-repeat center center/contain;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 0;
    right: calc(100% + 70px);
}
.main_cont .cont_inner {
    padding: 50px 0 140px;
}
.main_cont .cont_inner::after {
    height: calc(100% + 60px);
    top: -60px;
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
    .wrapper {
        background-size: 118.5vw auto, 118.5vw auto;
    }
    .bg_box_top::after {
        width: 9.81vw;
        right: calc(100% + 1.25vw);
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    main {
        padding-top: 8.33vw;
    }
    .main_cont .cont_inner {
        padding: 4.16vw 0 11.66vw;
    }
}
@media screen and (max-width: 767px) {
    .wrapper {
        background: none;
    }
    main {
        padding-top: 18px;
    }
    .main_cont .cont_inner {
        padding: 0 0 70px;
    }
    .main_cont .cont_inner::after {
        height: calc(100% + 4.5vw);
        top: 0;
    }
    .bg_box_top::before {
        content: none;
    }
    .bg_box_top::after {
        content: none;
    }
}

/*------------------------------
header
------------------------------*/
header {
    padding-top: 75px;
    position: relative;
}
.head_logo {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    header {
        padding-top: 5.3vw;
    }
}

/*------------------------------
footer
------------------------------*/
@media screen and (max-width: 767px) {
    .foot_inner::before {
        content: none;
    }
}

/*------------------------------
menu
------------------------------*/
#menu {
    margin-bottom: 45px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    #menu {
        margin-bottom: 3.75vw;
    }
}
@media screen and (max-width: 767px) {
    #menu {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        background-color: var(--color-light-green);
        padding: 12px 0;
    }
    #menu .menu {
        max-width: 96%;
        margin: 0 auto;
    }
}

/*------------------------------
content
------------------------------*/
.faq_ttl {
    font-size: 40px;
    font-weight: bold;
    color: var(--color-pink);
    line-height: 1.1;
    text-align: center;
    margin-bottom: 1.375em;
}
.faq_ttl .pref {
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0.08em;
    display: inline-block;
    padding: 0 1.17em;
    position: relative;
}
.faq_ttl .pref::before, .faq_ttl .pref::after {
    content: "";
    width: 0.38em;
    height: auto;
    aspect-ratio: 11 / 21;
    background-image: url("../img/bracket_pink.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0.3em;
}
.faq_ttl .pref::before {
    left: 0;
}
.faq_ttl .pref::after {
    transform: scale(-1, 1);
    right: 0;
}
.faq_ttl .txt_em {
    font-size: 1.075em;
    display: inline-block;
    margin-left: 0.2em;
}
.faq_ttl .txt_em > span {
    font-size: 0.65em;
    display: inline-block;
    padding: 0 0.1em;
}
.faq_ttl_2 {
    width: 100%;
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0.025em;
    text-align: center;
    background-image: url("../img/cont_ttl_bg_green_center.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding: 0 0.5em 0.1em;
    position: relative;
    margin: 3em 0 0.5em;
}
.faq_ttl_2.mt_0 {
    margin-top: 0;
}
.faq_ttl_2::before, .faq_ttl_2::after {
    content: "";
    width: 100%;
    height: 10px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
}
.faq_ttl_2::before {
    background-image: url("../img/cont_ttl_bg_green_top.png");
    top: -9px;
    background-position: bottom center;
}
.faq_ttl_2::after {
    background-image: url("../img/cont_ttl_bg_green_bottom.png");
    bottom: -9px;
    background-position: top center;
}
.qa_item {
    line-height: 1.4;
    background: url("../img/title_line_l.svg") no-repeat bottom center / 1094px 3px;
}
.qa_block {
    counter-reset: number 0;
}
.qa_ttl {
    font-size: 23px;
    font-weight: bold;
    color: var(--color-gray);
    letter-spacing: 0.05em;
    padding: 1.7em 2.2em 1.7em 0;
    position: relative;
}
.qa_ttl > span {
    position: relative;
    display: block;
    padding-left: 3.2em;
}
.qa_ttl > span::before,
.qa_ttl > span::after {
    width: 2.35em;
    height: auto;
    aspect-ratio: 1 / 1;
}
.qa_ttl > span::before {
    content: "";
    background: url("../img/bg_q_num.png") no-repeat center center / 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -0.55em;
    left: 0.2em;
}
.qa_ttl > span::after {
    counter-increment: number 1;
    content: "Q"counter(number);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: -0.65em;
    left: 0.2em;
}
.qa_ttl > span > span {
    display: inline-block;
}
.qa_ttl.acc_btn::before {
    right: 0.95em;
}
.qa_cont {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-gray);
    line-height: 1.78;
    padding: 0 5px 40px;
}
.qa_cont a {
    text-decoration: underline;
}
.qa_cont a:hover {
    text-decoration: none;
}
.qa_cont .txt_s {
    font-size: 0.9em;
}
.qa_cont .list_num > li {
    font-weight: 500;
    text-indent: -1em;
    padding-left: 1em;
}
.qa_cont .list_num ol,
.qa_cont .list_num ul {
    text-indent: 0;
}
.qa_cont > ul > li > ul, .qa_cont > ul > li > ol, .qa_cont > ol > li > ul, .qa_cont > ol > li > ol {
    font-size: 0.9em;
}
.qa_cont .list > li {
    position: relative;
    padding-left: 1.5em;
}
.qa_cont .list > li::before {
    content: "●";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
.qa_cont .list2 > li {
    position: relative;
    padding-left: 1em;
}
.qa_cont .list2 > li::before {
    content: "・";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
.qa_cont > .list_note {
    font-size: 0.9em;
}
.qa_cont > .list_note > li > ul, .qa_cont > .list_note > li > ol {
    font-size: 1em;
}
.qa_cont .list_note > li {
    position: relative;
    padding-left: 1em;
}
.qa_cont .list_note > li::before {
    content: "※";
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1410px) {
    .faq_ttl_2 {
        font-size: max(1.91vw, 22px);
    }
    .faq_ttl_2::before, .faq_ttl_2::after {
        height: 0.7092vw;
    }
    .faq_ttl_2::before {
        background-image: url("../img/cont_ttl_bg_green_top.png");
        top: -0.6382vw;
    }
    .faq_ttl_2::after {
        background-image: url("../img/cont_ttl_bg_green_bottom.png");
        bottom: -0.6382vw;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .faq_ttl {
        font-size: max(3.33vw, 33px);
    }
    .qa_ttl {
        font-size: max(1.92vw, 19px);
    }
    .qa_cont {
        font-size: max(1.5vw, 16px);
    }
    .qa_ttl > span::after {
        font-size: max(2vw, 20px);
    }
}
@media screen and (max-width: 767px) {
    .main_cont .inner {
        max-width: 93%;
    }
    .faq_ttl {
        font-size: 27px;
    }
    .faq_ttl_2 {
        font-size: 16px;
        padding: 0.3em 0.5em;
    }
    .faq_ttl_2::before, .faq_ttl_2::after {
        height: max(2.66vw, 10px);
    }
    .faq_ttl_2::before {
        background-image: url("../img/cont_ttl_bg_green_top_sp.png");
        top: min(-2.4vw, -9px);
    }
    .faq_ttl_2::after {
        background-image: url("../img/cont_ttl_bg_green_bottom_sp.png");
        bottom: min(-2.4vw, -9px);
    }
    .qa {
        padding-top: 15px;
    }
    .qa_ttl {
        font-size: 16px;
        letter-spacing: normal;
        padding: 1.2em 1.5em 1em 0;
    }
    .qa_ttl > span::before,
    .qa_ttl > span::after {
        width: 2.6em;
    }
    .qa_ttl > span::after {
        font-size: 18px;
        left: -0.05em;
    }
    .qa_ttl.acc_btn::before {
        right: 0.2em;
    }
    .qa_cont {
        font-size: 14px;
        line-height: 1.57;
        padding: 0 5px 30px;
    }
    .qa_cont > ul > li > ul, .qa_cont > ul > li > ol, .qa_cont > ol > li > ul, .qa_cont > ol > li > ol {
        font-size: 0.86em;
    }
}