.newfam_welcome_page__aN3_1 {
    position: relative
}

.newfam_welcome_page__aN3_1 h2 {
    font-size: 4rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0 0 3rem
}

.newfam_welcome_page__aN3_1 p {
    font-size: 1.4rem;
    line-height: 2.3;
    text-align: center;
    width: 100%
}

.newfam_intro_section__kf1vE {
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative
}

.newfam_intro_section__kf1vE .newfam_welcome_box__jFdHn {
    width: 100%;
    height: 100vh;
    background-color: var(--point-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.newfam_intro_section__kf1vE .newfam_welcome_box__jFdHn h1 {
    font-size: 6.5rem;
    line-height: 1.4;
    color: var(--background-color);
    font-family: Prompt, sans-serif
}

.newfam_intro_section__kf1vE .newfam_join_box__V3wdT {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--background-color);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    z-index: 2
}

.newfam_intro_section__kf1vE .newfam_join_box__V3wdT h2 {
    margin-top: 5rem
}

.newfam_intro_section__kf1vE .newfam_join_box__V3wdT img {
    border-radius: 1rem;
    margin: 0 0 2rem
}

.newfam_intro_section__kf1vE .newfam_link_button__jcSwA {
    font-size: 1.2rem;
    color: var(--link-color);
    display: inline-block;
    margin: 2rem 1rem 0;
    cursor: pointer;
    position: relative;
    padding: 0 1rem 0 0;
    background-color: transparent
}

.newfam_intro_section__kf1vE .newfam_link_button__jcSwA:hover {
    border-bottom: 1px solid var(--link-color)
}

.newfam_disciple_section__eP2NX {
    padding: 12rem 0;
    overflow: hidden;
    background-color: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.newfam_disciple_section__eP2NX:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 680px;
    opacity: .05;
    z-index: -1
}

.newfam_disciple_section__eP2NX h2 {
    position: relative;
    z-index: 2
}

.newfam_disciple_section__eP2NX p {
    margin: 0 0 4rem
}

.newfam_disciple_section__eP2NX ul {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto
}

.newfam_disciple_section__eP2NX ul li {
    display: flex;
    margin: 8rem 0 4rem
}

.newfam_disciple_section__eP2NX ul li .newfam_image__z5Mf0 {
    width: 50%
}

.newfam_disciple_section__eP2NX ul li .newfam_image__z5Mf0 img {
    border-radius: 1.7rem;
    width: 100%;
    box-shadow: 5px 7px 20px 0 #00000063;
    height: auto !important;
    position: relative !important
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq {
    width: 50%;
    padding: 1rem 1rem 1rem 7rem
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq em {
    font-size: 1.2rem;
    line-height: 1
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq h6 {
    font-size: 2rem;
    font-weight: 500;
    margin: 1rem 0 2rem;
    line-height: 1.4
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq h6 strong {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: linear-gradient(90deg, #191d69, #4e8ae5 70%, #014fa2 150%);
    font-weight: 600;
    background-size: 500px;
    background-position: -200px 0;
    opacity: .7
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq .newfam_subtitle__310kQ {
    font-family: Prompt;
    font-size: 1.6rem;
    margin: 0 0 2rem
}

.newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq p {
    margin: 0;
    line-height: 1.6;
    text-align: left
}

.newfam_disciple_section__eP2NX ul li:nth-child(2n) .newfam_image__z5Mf0 {
    order: 2
}

.newfam_disciple_section__eP2NX ul li:nth-child(2n) .newfam_image__z5Mf0 img {
    order: 2;
    width: calc(100% - 8rem)
}

.newfam_disciple_section__eP2NX ul li:nth-child(2n) .newfam_text__KlFzq {
    order: 1;
    text-align: left;
    padding-left: 7rem
}

.newfam_qa_section__dNu2K {
    padding: 12rem 0;
    text-align: center
}

.newfam_qa_section__dNu2K ul {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1rem
}

.newfam_qa_section__dNu2K ul li {
    padding: 2rem;
    text-align: left;
    cursor: pointer;
    border-radius: 1rem;
    font-size: 1.4rem
}

.newfam_qa_section__dNu2K ul li:hover {
    background-color: var(--primary-white-color)
}

.newfam_qa_section__dNu2K .newfam_link_button__jcSwA {
    font-size: 1.2rem;
    color: var(--link-color);
    display: inline-block;
    margin: 2rem 1rem 0;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 0;
    background-color: transparent
}

.newfam_qa_section__dNu2K .newfam_link_button__jcSwA:hover {
    border-bottom: 1px solid var(--link-color)
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    display:none;
    justify-content: center
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_background__f1fLj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    display:none;
    z-index: 1
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV {
    background-color: #fff;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 50rem;
    padding: 4rem;
    display:none;
    text-align: left
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV h6 {
    font-size: 1.6rem;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 1rem;
    margin: 0 0 2rem
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV p {
    text-align: left;
    line-height: 1.4;
    font-size: 1.2rem
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_close__2RR_B {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 20px;
    aspect-ratio: 1/1;
    background-color: transparent;
    cursor: pointer
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_close__2RR_B i {
    position: relative;
    width: 100%;
    height: 100%;
    display: block
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_close__2RR_B i:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--font-color);
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(45deg)
}

.newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_close__2RR_B i:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--font-color);
    position: absolute;
    top: 15px;
    left: 0;
    transform: rotate(-45deg)
}

@media (max-width:640px) {
    .newfam_welcome_page__aN3_1 h2 {
        margin: 0 0 2rem;
        font-size: 2rem
    }

    .newfam_welcome_page__aN3_1 p {
        font-size: 1.2rem
    }

    .newfam_intro_section__kf1vE .newfam_join_box__V3wdT h2 {
        margin-top: 5rem;
        font-size: 2rem
    }

    .newfam_intro_section__kf1vE .newfam_join_box__V3wdT img {
        margin: 0 0 2rem;
        width: 100%
    }

    .newfam_intro_section__kf1vE .newfam_welcome_box__jFdHn h1 {
        font-size: 3rem
    }

    .newfam_disciple_section__eP2NX {
        padding: 6rem 0
    }

    .newfam_disciple_section__eP2NX ul li {
        flex-wrap: wrap
    }

    .newfam_disciple_section__eP2NX ul li .newfam_image__z5Mf0 {
        width: 100%
    }

    .newfam_disciple_section__eP2NX ul li .newfam_image__z5Mf0 img {
        box-shadow: none
    }

    .newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq {
        width: 100%;
        padding: 2rem 1rem;
        text-align: center
    }

    .newfam_disciple_section__eP2NX ul li .newfam_text__KlFzq p {
        text-align: center
    }

    .newfam_disciple_section__eP2NX ul li:nth-child(2n) .newfam_text__KlFzq {
        order: 3;
        padding: 2rem 1rem;
        text-align: center
    }

    .newfam_disciple_section__eP2NX ul li:nth-child(2n) .newfam_image__z5Mf0 img {
        width: 100%
    }

    .newfam_qa_section__dNu2K {
        padding: 6rem 1rem
    }

    .newfam_qa_section__dNu2K ul li {
        font-size: 1rem;
        padding: 1.5rem
    }

    .newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV {
        padding: 2rem 1rem
    }

    .newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV h6 {
        font-size: 1rem;
        margin: 0 0 1rem
    }

    .newfam_qa_section__dNu2K .newfam_qa_modal_wrap__rVUvC .newfam_qa_content__shwyV p {
        font-size: .9rem
    }

    .newfam_intro_section__kf1vE .newfam_link_button__jcSwA {
        font-size: 1rem;
        margin: 1rem 0 0
    }
}