@charset "utf-8";

:root {
    --pink: #f2ccd9;
    --dark-blue: #738AA6;
    --background-color: #f5f5ed;
}

.multichat_title,
.web_yoyaku_title {
    word-break: break-word;
}

.faq_items {
    word-break: normal;
}

.header_nav_section {
    width: 80%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.header_nav_title {
    text-align: center;
    font-size: 17px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
}

.header_multichat {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80%;
    background-color: var(--pink);
    border-radius: 15px;
    overflow: hidden;
}

.multichat_img {
    min-width: 400px;
    width: 40%;
    height: auto;
}

.multichat_info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.multichat_title {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: bolder;
}

.multichat_btn {
    margin: 0 auto;
    color: #fff;
    background-color: #000;
    padding: 5px 30px;
    border-radius: 20px;
}

.multichat_btn span {
    margin-left: 20px;
}

.header_web_yoyaku {
    margin: 0 auto;
    width: 80%;
    background-color: var(--background-color);
    border-radius: 15px;
}

.web_yoyaku_info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.web_yoyaku_title {
    text-align: center;
    color: var(--dark-blue);
    font-size: 28px;
    font-weight: bolder;
}

.web_yoyaku_btn {
    margin: 0 auto;
    color: #fff;
    background-color: var(--pink);
    padding: 5px 30px;
    border-radius: 20px;
}

.web_yoyaku_btn span {
    margin-left: 20px;
}

.section_title {
    padding: 30px 0 10px;
    text-align: center;
}

.section_title p {
    color: var(--pink);
    font-weight: bold;
}

.main_section {
    background-color: var(--background-color);
}

.flows {
    background-color: #fff;
    width: 64%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    border-radius: 15px;
    overflow: hidden;
}

.flow_info {
    padding: 30px;
    width: 70%;
}

.guides_img {
    width: 30%;
    min-width: 320px;
}

.flow_num {
    color: var(--pink);
    font-size: 30px;
    font-weight: bold;
}

.flow_title {
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
}

.inner_page {
    font-size: 28px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
}

.faq_section {
    padding-bottom: 30px;
}

.faq_items {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq_items_inner {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
}

.faq_question {
    background-color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: none;
    background: none;
    padding: 10px 20px;
    text-align: left;
    gap: 10%;
    cursor: pointer;
}

.faq_question>p,
.faq_question>span {
    color: var(--main-color);
    line-height: 1.7;
    font-weight: bold;
    font-size: 16px;
}

.faq_toggle {
    background-color: #000;
    color: #fff !important;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    font-size: 16px;

}

.faq_toggle.open {
    transform: rotate(45deg);
}

.faq_answer {
    background-color: #fff !important;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease;
}

.faq_answer.open {
    max-height: 400px;
}

.faq_inner {
    padding: 10px 20px;
    display: flex;
    justify-content: start;
}

.faq_inner p {
    line-height: 1.7;
    text-align: left;
    font-size: 16px;
}

.multichat_img {
    height: 280px;
    object-fit: cover;
    object-position: top;
}

@media (max-width: 767px) {

    .header_nav_section,
    .header_multichat,
    .header_web_yoyaku,
    .flows {
        width: 95%;
    }

    .header_nav_title {
        font-size: 14px;
    }

    .header_img.pc,
    .multichat_img.pc {
        display: none;
    }

    .faq_items {
        max-width: 95%;
    }

    .header_multichat,
    .flows {
        flex-direction: column;
    }

    .multichat_info {
        padding: 20px 0 5px 0;
        gap: 20px;
    }

    .multichat_title,
    .web_yoyaku_title {
        font-size: 24px;
    }

    .multichat_description {
        width: 80%;
        margin: 0 auto;
    }

    .flow_num,
    .flow_title {
        text-align: center;
    }

    .faq_question>p,
    .faq_question>span {
        font-size: 16px;
    }

    .faq_inner p {
        font-size: 14px;
    }

    .answer_text {
        min-width: 1em;
        width: 1em;
    }

    .multichat_img,
    .multichat_info,
    .guides_img {
        min-width: 0;
        width: 100%;
    }

    .web_yoyaku_info {
        padding: 20px;
    }

    .flow_info {
        min-width: 0;
        width: calc(100% - 40px);
        padding: 20px 20px 10px 20px;
    }

    .multichat_img {
        height: 260px;
        object-fit: cover;
        object-position: top;
    }
}

@media (min-width: 768px) {

    .header_img.sp,
    .multichat_img.sp {
        display: none;
    }
}
