.home_page {
    background-color: #fff;
}

.text_introduce_box {
    background-color: #5e53dd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.introduce_img {
    width: 874px;
}

.text_introduce {
    margin: 158px 0 54px 0;
}

.text_introduce .text {
    text-align: center;
    font-size: 50px;
    color: #fefefe;
    font-weight: bold;
}

.choose_box {
    margin: 176px auto 210px;
    width: 100%;
    max-width: 1400px;
}

.choose_box .title {
    font-size: 70px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.choose_box .title span {
    color: #5e53dd;
}

.choose_box .text {
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 60px;
}

.choose_box .explain_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 80px;
    gap: 60px;
}

.explain_item {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    height: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explain_item .item_img {
    width: 60px;
    height: 60px;
    margin-top: 48px;
}

.explain_item .label {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    max-width: 254px;
}

.explain_item .text {
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    max-width: 254px;
}

.apply_flow_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.apply_flow_box .way_item {
    width: 255px;
    height: 255px;
    background-color: #5e53dd;
    border-radius: 27px;
    padding: 39px 28px;
    box-sizing: border-box;
}

.apply_flow_box .way_item .label {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 20px;
}

.apply_flow_box .way_item .text {
    font-size: 16px;
    color: #ffffff;
}

.apply_flow_box .way_item2 {
    border: solid 1px #999999;
    background: none;
    margin-left: 20px;
}

.apply_flow_box .way_item2 .text,
.apply_flow_box .way_item2 .label {
    color: #000;

}

.apply_flow_explain {
    margin-left: 86px;
}

.apply_flow_explain .title {
    font-size: 70px;
    font-weight: bold;
}

.apply_flow_explain .title span {
    color: #5e53dd;
}

.apply_flow_explain .text {
    font-size: 18px;
    color: #010101;
    margin-top: 50px;
}

.promote_flow_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    margin: 220px auto 0;
}

.promote_flow_box .promote_img {
    width: 612px;
}

.promote_flow_text {
    margin-right: 90px;
    max-width: 577px;
}

.promote_flow_text .title {
    font-size: 70px;
    font-weight: bold;
}

.promote_flow_text .title span {
    color: #5e53dd;
}

.promote_flow_text .text {
    font-size: 18px;
    color: #010101;
    margin-top: 48px;
    max-width: 500px;
}

.promote_flow_text .text span {
    color: #5e53dd;
}

.faq_box {
    display: flex;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 50px;
    flex-direction: column;
}

.faq_box .title {
    font-size: 30px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 40px;
}

.faq_list {
    flex: 1;

}

.faq_item {
    border-top: 1px solid #e0e0e0;
    padding: 20px;
    cursor: pointer;
}

.faq_item:last-of-type {
    border-bottom: 1px solid #e0e0e0;
}

.faq_title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_content {
    display: none;
    margin: 8px 0 0;
    color: #555;
    padding: 20px 0;
}

.faq_item.active .faq_content {
    display: block;
}

.faq_title .icon {
    font-style: normal;
    font-size: 30px;
    cursor: pointer;
    font-weight: 400;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_us_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
}

@media (max-width: 768px) {
    .home_page {
        width: 100vw;
        overflow: hidden;
    }

    .text_introduce {
        margin: 100px 10px 30px 10px;
    }

    .text_introduce .text {
        font-size: 22px;
    }

    .introduce_img {
        width: 360px;
    }

    .choose_box {
        margin: 100px auto 100px;
        max-width: 320px;
    }

    .choose_box .title {
        font-size: 30px;

    }

    .choose_box .text {
        font-size: 14px;
        margin-top: 20px;
    }

    .choose_box .explain_list {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 30px;
        gap: 20px;
    }

    .explain_item {
        height: 160px;
    }

    .explain_item .item_img {
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }

    .explain_item .text {
        margin-top: 0;
        font-size: 16px;
    }

    .apply_flow_box {
        flex-direction: column-reverse;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .apply_flow_explain .title {
        font-size: 30px;
        text-align: center;
    }

    .apply_flow_explain .text {
        padding-bottom: 40px;
    }

    .mobile_box {
        display: flex;
        overflow-x: scroll;
        justify-content: flex-start;
        max-width: calc(100vw - 20px);
    }

    .apply_flow_box .way_item {
        min-width: 250px;
    }

    .apply_flow_explain {
        margin-left: 0;
    }

    .promote_flow_box {
        margin: 100px auto 0;
        flex-direction: column;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .promote_flow_text {
        margin-right: 0;
    }

    .promote_flow_text .title {
        font-size: 30px;
        text-align: center;
    }

    .promote_flow_box .promote_img {
        width: 100%;
        margin-top: 40px;
    }

    .faq_box {
        margin-bottom: 40px;
    }

    .footer .contact_us .faq_box .title {
        text-align: center;
    }

    .footer .contact_us .contact_us_box .title {
        font-size: 20px;
    }
}