@charset "utf-8";

#container {
    background: #fff;
}

#container section {
    border: 1px solid #f6f6f6;
    padding: 0px;
}

section.bg-visual {
    background: url("../img/content/alicerv_main_banner.webp") 50% 50% no-repeat;
    background-size: cover;
    aspect-ratio: 1920 / 808;
}

section.bg-visual * {
    color: #fff;
}

section.bg-gray {
    background: #F5F5F5;
}

section.flex {
    box-sizing: border-box;
}

#container section:nth-of-type(odd) .inner {
    flex-direction: row-reverse;
}

#container section:nth-of-type(even) .inner .step-img-area {
    border-left: 1px solid #e2e2e24d;
}

#container section:nth-of-type(odd) .inner .step-img-area {
    border-right: 1px solid #e2e2e24d;
}

section.flex .inner .step-img-area {
    flex: 1;
    text-align: center;
}

section.flex .inner .step-img-area img {
    max-width: 100%;
    border-radius: 20px;
}

section.flex .inner .step-text-area {
    box-sizing: border-box;
}

section.flex .inner .step-text-type1 {
    flex: 0 0 55%;
    padding-left: 5%;
}

section.flex .inner.flex-row-reverse .step-text-type1 {
    padding-right: 0;
    padding-left: 5%;
}

section.flex .inner .step-text-type2 {
    flex: 0 0 47%;
    padding-left: 8%;
}

section.flex .inner.flex-row-reverse .step-text-type2 {
    padding-right: 0;
    padding-left: 3%;
}

section.flex .inner .step-text-area span {
    display: inline-block;
}

section.flex .inner .step-text-area span~.title1 {
    margin-top: 10px;
}

section.flex .inner .step-text-area .title1 {
    line-height: 120%;
}

section.flex .inner .step-text-area .title1 .point-green {
    -webkit-text-stroke: 1px #11b74f;
    transform: scaleX(1.8);
    display: inline-block;
    margin-right: 20px;
    padding-left: 8px;
}

section.flex .inner .step-text-area .title1 .point-light-green {
    -webkit-text-stroke: 1px #a7ce57;
    transform: scaleX(1.8);
    display: inline-block;
    margin-right: 20px;
    padding-left: 8px;
}

section.flex .inner .step-text-area .title3 {
    margin-top: 20px;
}

section.flex .inner .step-text-area p {
    margin-top: 10px;
}

section:last-child h3~.btn-area {
    margin-top: 70px;
}

section:last-child h3~.btn-area .btn {
    height: 90px;
    line-height: 88px;
    padding: 0 130px;
    font-size: 40px;
    border-radius: 45px;
    font-weight: 700;
}

section:last-child .guide-area {
    margin-top: 75px;
}

section:last-child .guide-area h4 {
    height: 78px;
    line-height: 78px;
    border-radius: 15px;
    font-size: 30px;
}

@media (max-width:1140px) {
    #content section {
        padding: 50px 0 60px;
    }

    section.flex,
    section.flex:first-child {
        height: auto;
        min-height: auto;
    }

    #content section.bg-visual {
        padding: 124px 0 142px;
    }

    #content section.bg-visual .step-text-type2 {
        flex: 0 0 40%;
        max-width: 40%;
        text-align: left;
        min-width: 160px;
    }

    section .title1 {
        font-size: 45px;
    }

    section .title2 {
        font-size: 24px;
    }

    section .step-text-area .title3 {
        font-size: 16px;
    }

    section .subtitle1 {
        font-size: 18px;
    }

    section .subtitle2 {
        font-size: 16px;
    }

    #container section:nth-of-type(odd) .inner {
        flex-direction: column;
    }

    #container section:nth-of-type(odd) .inner .step-img-area {
        border-right: none;
    }

    #container section:nth-of-type(even) .inner .step-img-area {
        border-left: none;
    }

    section.flex .inner .step-img-area {
        flex: 1;
        margin-top: 15px;
    }

    section.flex .inner .step-text-type1~.step-img-area {
        max-width: 45%;
    }

    section.flex .inner .step-text-type2~.step-img-area {}

    section.flex .inner .step-text-area.step-text-type1,
    section.flex .inner.flex-row-reverse .step-text-area.step-text-type1,
    section.flex .inner .step-text-area.step-text-type2,
    section.flex .inner.flex-row-reverse .step-text-area.step-text-type2 {
        flex: 1;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    section.flex .inner .step-text-area.step-text-type2,
    section.flex .inner.flex-row-reverse .step-text-area.step-text-type2 {
        padding: 0 24%;
    }

    section:last-child h3~.btn-area {
        margin-top: 40px;
    }

    section:last-child h3~.btn-area .btn {
        height: 55px;
        line-height: 53px;
        padding: 0 50px;
        font-size: 20px;
    }

    section:last-child .guide-area {
        margin-top: 30px;
    }

    section:last-child .guide-area h4 {
        height: 43px;
        line-height: 43px;
        font-size: 18px;
    }
}

@media (max-width:767px) {
    #content section {
        padding: 50px 0 60px;
    }

    #container section:nth-of-type(even) .inner .step-img-area {
        border-left: none;
    }

    #container section:nth-of-type(odd) .inner .step-img-area {
        border-right: none;
    }

    section.flex .inner .step-text-type1~.step-img-area {
        max-width: 50%;
    }

    section.flex .inner .step-text-area.step-text-type2,
    section.flex .inner.flex-row-reverse .step-text-area.step-text-type2 {
        padding: 0 5%;
    }
}