@charset "UTF-8";

/* ===================
common
====================== */
:root {
    --primary-green: #235F5C;
    --primary-lightgreen: #63B7A7;
    --primary-black: #51625D;
    --primary-red: #E16F7E;
}


/*====================
FV
=====================*/
.faq__header {
    padding: 68px 9.6% 68px;
    text-align: left;
    background-image: url(../images/faq-fv-SP.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* fv PC */
@media screen and (min-width: 769px) {
    .faq__header {
        padding: 100px 0 110px 100px;
        text-align: left;
        background-image: url(../images/faq-fv-PC.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

}
/* fv PC */


/* ===================
faq
====================== */

.faq__container {
    position: relative;
    z-index: 0;
}

.faq__container::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background:
    radial-gradient(250px 250px at 95% 10%,
        rgba(243,201,211,.30), rgba(243,201,211,0) 78%),
    radial-gradient(250px 250px at 95% 95%,
        rgba(255,214,160,.24), rgba(255,214,160,0) 78%),
    radial-gradient(230px 230px at 5% 50%,
        rgba(243,201,211,.30), rgba(243,201,211,0) 80%);
    
    filter: blur(10px);
}

.section-faq {
    padding: 36px 8.2% 115px;
    z-index: 1;
}

.section__topic--faq {
    color: var(--primary-green);
    font-family: "Shippori Mincho";
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 0.51px;
    text-align: center;
}

.FAQ__inner {
    margin-top: 24px;
}

.FAQ__container:last-of-type {
    margin-top: 68px;
}

.FAQ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.Q__mark {
    color: #E16F7E;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

.A__mark {
    color: #8E8E8E;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; 
}

.FAQ__Topic {
    display: flex;
    align-items: center;
    gap: 15px;
}

.Question {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1; 
}

.toggle__close {
    width: 17px;
    height: 2px;
    flex-shrink: 0;
}

.toggle__open {
  display: none;
}

.FAQ.is-open .toggle__open {
  display: inline;
}

.FAQ.is-open .toggle__close {
  display: none;
}

.answer {
    color: var(--primary-black);
    font-family: "Zen Kaku Gothic New";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.7px;
    width: 270px;
}

.Answer__inner {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    position: relative;
    margin-top: 20px;
}

.toggle__open {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.FAQ__item {
    margin-top: 50px;
    position: relative;
}

.FAQ__item:first-of-type {
    margin-top: 0;
}

.FAQ__item::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #B1B1B1;
    bottom: -25px;
}

/* faq PC */
@media screen and (min-width: 769px) {
    
    .faq__container {
        position: relative;
        z-index: 0;
    }

    .faq__container::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
        z-index: -1;
        background:
        radial-gradient(580px 580px at 90% 10%,
            rgba(243,201,211,.28), rgba(243,201,211,0) 78%),
        radial-gradient(580px 580px at 90% 85%,
            rgba(255,214,160,.24), rgba(255,214,160,0) 80%),
        radial-gradient(580px 580px at 10% 50%,
            rgba(243,201,211,.30), rgba(243,201,211,0) 80%);
        
        filter: blur(10px);
    }


    .section-faq {
        padding: 115px 0 215px;
        max-width: 869px;
        margin: 0 auto;
    }

    .section__topic--faq {
    font-size: 3.3rem;
    letter-spacing: 0.99px;
    }

    .FAQ__inner {
        margin-top: 0;
        margin-top: 60px;
    }

    .FAQ__container:last-of-type {
        margin-top: 151px;
    }

    .Q__mark {
        font-size: 2.7rem;
        line-height: 1; 
    }

    .A__mark {
        font-size: 2.7rem;
        line-height: 1; 
    }

    .FAQ__Topic {
        display: flex;
        align-items: center;
        gap: 21px;
    }

    .Question {
        font-size: 2.1rem;
        line-height: 1.4; 
    }

    .toggle__close {
        width: 23px;
        height: 4px;
        flex-shrink: 0;
    }

    .answer {
        font-size: 2.1rem;
        width: 760px;
    }

    .Answer__inner {
        display: flex;
        align-items: flex-start;
        gap: 21px;
        position: relative;
        margin-top: 28px;
    }

    .toggle__open {
        width: 23px;
        height: 23px;
        flex-shrink: 0;
    }

    .FAQ__item {
        margin-top: 122px;
        position: relative;
    }

    .FAQ__item:first-of-type {
        margin-top: 0;
    }

    .FAQ__item::after {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: #B1B1B1;
        bottom: -67px;
    }
        



}
/* faq PC */