@charset "UTF-8";

/* ----------------------------------------------------------
fv
---------------------------------------------------------- */
.fv {
    background-image: url(../img/fv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 118px 0 60px;
}
.fv h1 {
    max-width: 665px;
    margin: 0 auto 60px;
}

#next_fv {
    display: none;
}

/* -------------------------
説明文
------------------------- */
.fv_description {
    position: relative;
    padding: 15px 15px 28px;
    text-align: center;
    border: 3px solid var(--blue);
    background: #fff;
    max-width: 966px;
    margin: 0 auto;
    border-radius: 6px;
}

.fv_description:before, .fv_description:after {
    position: absolute;
    content: '';
}
.fv_description:before {
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 390px;
    height: 53px;
    border: 3px solid var(--blue);
    border-radius: 50vw;
    background: #fff;
}
.fv_description:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 6px;
}
.fv_description i {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 390px;
    height: 53px;
    text-align: center;
}
.fv_description h2 {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--blue);
    border-bottom: 3px dotted var(--blue);
    display: inline;
    padding-bottom: 7px;
}
.fv_description p {
    position: relative;
    z-index: 1;
    padding-top: 32px;
    line-height: 1.7;
}
.fv_description p .line {
    background: linear-gradient(transparent 60%, #cbebf6 25%);
    display: inline;
}

/* -------------------------
人物画像
------------------------- */
.fv .fv_img {
    position: absolute;
}
.fv .person01 {
    width: 214px;
    bottom: -50px;
    right: calc(50% - 630px);
}
.fv .person02 {
    width: 213px;
    top: 110px;
    left: calc(50% - 630px);
}
.fv .person03 {
    width: 140px;
    bottom: -70px;
    left: calc(50% - 600px);
}
.fv .person04 {
    width: 99px;
    top: 250px;
    right: calc(50% - 670px);
}
.fv .person05 {
    width: 157px;
    top: 40px;
    right: calc(50% - 520px);
}
.fv .person06 {
    width: 66px;
    top: 320px;
    left: calc(50% - 680px);
}

@media screen and (max-width:1400px) {
    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person01 {
        width: 184px;
        right: 20px;
    }
    .fv .person02 {
        width: 183px;
        left: calc(50% - 590px);
    }
    .fv .person03 {
        width: 112px;
        bottom: -50px;
        left: 50px;
    }
    .fv .person04 {
        width: 73px;
        top: 300px;
        right: 20px;
    }
    .fv .person05 {
        width: 137px;
    }
    .fv .person06 {
        width: 52px;
        top: 300px;
        left: 20px;
    }
}

@media screen and (max-width:1200px) {
    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person02, .fv .person05 {
        display: none;
    }
    .fv .person03 {
        left: 20px;
    }
}

@media screen and (max-width:820px) {
    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person01 {
        width: 22%;
        max-width: 150px;
        min-width: 91px;
    }
    .fv .person02 {
        display: block;
        left: 20px;
        bottom: -40px;
        top: auto;
        width: 20%;
        max-width: 134px;
        min-width: 85px;
    }
    .fv .person03 {
        display: none;
    }
    .fv .person04 {
        width: 10%;
        min-width: 51px;
        top: 220px;
    }
    .fv .person06 {
        width: 7%;
        max-width: 52px;
        min-width: 35px;
        top: 220px;
    }
}

@media screen and (max-width:768px) {
    .fv {
        position: relative;
        padding: 60px 0 40px;
    }
    .fv h1 {
        margin: 0 auto 45px;
    }
    .fv h1 img {
        max-width: 510px;
        margin: 0 auto;
    }

    /* -------------------------
    説明文
    ------------------------- */
    .fv_description {
        padding: 20px;
        border: 2px solid var(--blue);
        border-radius: 4px;
    }
    .fv_description:before {
        top: -20px;
        width: 48%;
        min-width: 260px;
        height: 37px;
        border: 2px solid var(--blue);
    }
    .fv_description:after {
        border-radius: 4px;
    }
    .fv_description i {
        position: absolute;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 390px;
        height: 53px;
        text-align: center;
    }
    .fv_description h2 {
        top: -8px;
        font-size: 1.8rem;
        border-bottom: 2px dotted var(--blue);
        width: max-content;
    }
    .fv_description p {
        padding-top: 20px;
        line-height: 1.5;
        font-size: 1.4rem;
        text-align: left;
    }

    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person04 {
        top: 170px;
    }
    .fv .person06 {
        top: 167px;
    }

    /* -------------------------
    下層FV
    ------------------------- */
    .fv_lower {
        background-image: url(../img/fv_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        padding: 55px 0 30px;
        overflow: hidden;
    }
    .fv_lower h1 {
        max-width: 338px;
        margin: 0 auto;
    }
    .fv_lower .person04 {
        position: absolute;
        width: 59px;
        bottom: -53px;
        right: calc(50% - 180px);
    }
    .fv_lower .person06 {
        position: absolute;
        width: 40px;
        bottom: -56px;
        left: calc(50% - 174px);
    }
}

@media screen and (max-width:768px) and (min-width:551px) {
    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person01 {
        bottom: -69px;
    }
    .fv .person02 {
        bottom: -79px;
    }
    .fv .person04 {
        right: 50px;
    }
    .fv .person06 {
        left: 40px;
    }
    .fv .person04, .fv .person06 {
        top: 130px;
    }
}

@media screen and (max-width:450px) {
    /* -------------------------
    人物画像
    ------------------------- */
    .fv .person01, .fv .person02 {
        bottom: -32px;
    }
    .fv .person04, .fv .person06 {
        top: 115px;
    }
    .fv .person04 {
        right: 15px;
    }
}

/* ----------------------------------------------------------
question
---------------------------------------------------------- */
.question_section {
    margin: 0 auto;
    padding: 60px 0;
    width: 90%;
    max-width: 950px;
}
.question_section.low {
    padding: 100px 0 60px; 
}
.question_section .question_main-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 50px;
}
.question_section .question-container {
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--gray);
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.question_section .question-container.active {
    opacity: 1;
    pointer-events: auto;
}
.question_section .question-text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* -------------------------
選択ボタン
------------------------- */
.question_section .choices {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.question_section .choice-label {
    font-size: 2rem;
    font-weight: 500;
    width: 150px;
}
.question_section .choices_txt {
    display: none;
}
.question_section .choice-btn {
    position: relative;
    border: 2px solid var(--gray);
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.question_section .choice-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
/* サイズ */
.question_section .choice-btn.strong {
    width: 60px;
    height: 60px;
}
.question_section .choice-btn.medium {
    width: 48px;
    height: 48px;
}
.question_section .choice-btn.weak {
    width: 35px;
    height: 35px;
}
/* 選択時の色 */
.question_section .choice-btn.selected.left {
    background-color: var(--blue);
    border-color: var(--blue);
}
.question_section .choice-btn.selected.right {
    background-color: var(--orange);
    border-color: var(--orange);
}
.question_section .choice-btn.selected::after {
    display: block;
    font-family: 'Material Icons';
    content: "check";
    font-size: 20px;
    color: #fff;
}

/* -------------------------
次へボタン
------------------------- */ 
.question_section .next-btn {
    padding: 15px 30px;
    font-size: 2rem;
    border: 2px solid var(--gray);
    border-radius: 50vw;
    background-color: var(--gray);
    color: #fff;
    pointer-events: none;
    width: 100%;
    max-width: 395px;
    margin: 60px auto 0;
    display: block;
    transition: background-color 0.3s;
    position: relative;
}
.question_section .next-btn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.question_section .next-btn.active {
    pointer-events: auto;
    background-color: var(--light-blue);
    border: 2px solid var(--light-blue);
    cursor: pointer;
}
.question_section .next-btn.active:hover {
    background-color: #fff;
    color: var(--light-blue);
    cursor: pointer;
}
.question_section .next-btn.active:hover::after {
    border-top: 2px solid var(--light-blue);
    border-right: 2px solid var(--light-blue);
}

/* -------------------------
バナー
------------------------- */ 
.question_section .bnr_area {
    width: 700px;
    margin: 50px auto 0;
}
@media screen and (max-width:768px) {
    .question_section .bnr_area {
        width: 100%;
        margin: 30px auto 0;
    }
}

/* -------------------------
進捗バー
------------------------- */ 
.question_section .progress-bar_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: rgba(21,41,84,0.9);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
.progress-bar_wrapper.show {
    opacity: 1;
    pointer-events: auto;
}
.question_section .progress-text {
    font-size: 1.6rem;
    font-family: "poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #fff;
    margin-right: 15px;
    width: 30px;
    flex: 0 0 30px;
    text-align: end;
    white-space: nowrap;
}
.question_section .progress-bar {
    background-color: #fff;
    border-radius: 30px;
    height: 10px;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    position: relative;
}
.question_section .progress-fill {
    background-color: var(--blue);
    height: 100%;
    width: 10%;
    transition: width 0.4s ease;
}

@media screen and (max-width:820px) {
    /* -------------------------
    選択ボタン
    ------------------------- */ 
    .question_section .choices .choice-label {
        display: none;
    }
    .question_section .choices_txt {
        display: flex;
        justify-content: space-between;
        max-width: 411px;
        margin: 10px auto 0;
    }
    .question_section .choices_txt .choice-label {
        width: auto;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:768px) {
    .question_section {
        padding: 30px 0 60px;
    }
    .question_section.low {
        padding: 30px 0 60px;
    }
    .question_section .question_section {
        margin: 40px auto;
    }
    .question_section .question_main-ttl {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    .question_section .question-container {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .question_section .question-text {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }
    /* -------------------------
    次へボタン
    ------------------------- */ 
    .question_section .next-btn {
        padding: 11px 30px;
        font-size: 1.6rem;
        margin: 40px auto 0;
    }
    /* -------------------------
    進捗バー
    ------------------------- */ 
    .question_section .progress-bar_wrapper {
        height: 45px;
    }
    .question_section .progress-text {
        font-size: 1.4rem;
    }
    .question_section .progress-bar {
        height: 6px;
    }
}

@media screen and (max-width:500px) {
    /* -------------------------
    選択ボタン
    ------------------------- */
    .question_section .choices {
        gap: 20px;
    }
    .question_section .choices_txt {
        max-width: 318px;
    }
    .question_section .choices_txt .choice-label {
        font-size: 1.2rem;
    }
    /* サイズ */
    .question_section .choice-btn.strong {
        width: 45px;
        height: 45px;
    }
    .question_section .choice-btn.medium {
        width: 36px;
        height: 36px;
    }
    .question_section .choice-btn.weak {
        width: 26px;
        height: 26px;
    }
}




#question_block2,
#question_block3,
#question_block4,
#question_block5 {
    display: none;
}
