@charset "UTF-8";

#business .hero_visual {
    background-image: url(../images/business/business_title.jpg);
    background-image: image-set(url(../images/business/business_title.webp) type("image/webp"),
            url(../images/business/business_title.jpg) type("image/jpeg"));
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    height: 400px;
    max-width: initial;
    object-position: center;
    width: 68vw;
}


@media screen and (max-width: 767px) {

    #business .hero_visual {
        background-image: url(../images/business/business_title_sp.jpg);
        background-image: image-set(url(../images/business/business_title_sp.webp) type("image/webp"),
                url(../images/business/business_title_sp.jpg) type("image/jpeg"));
        background-size: cover;
        background-position: center;
        position: relative;
        background-repeat: no-repeat;
        height: 180px;
        max-width: initial;
        object-position: center;
        width: 100%;
    }

}

.intro_section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 150px;
}

.intro_heading {
    font-size: 3rem;
    line-height: 1.7;
    font-weight: 500;
    width: 437px;
}

.intro_description {
    font-weight: 500;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .intro_section {
        display: block;
        margin-bottom: 108px;

    }

    .intro_heading {
        width: 100%;
        font-size: 2.1rem;
        text-align: center;
        margin-bottom: 48px;
    }

    .intro_description {
        font-weight: 400;
        margin: 0 auto;
        width: calc(100% - 4vw);
    }

}


.section_header {
    text-align: center;
}

.process_diagram {
    max-width: 1090px;
    width: 100%;
    margin: 53px auto 114px;
}


.process_diagram_mobile {
    padding-top: 45px;
    padding-bottom: 74px;
    max-width: 345px;
    margin: 0 auto;
}

.step_wrapper {
    background: var(--grade02);
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}


.step_card {
    display: flex;
    gap: 9%;
    padding-right: clamp(0px, 2vw, 20px);
    padding-left: clamp(0px, 2vw, 20px);
    width: 100%;
    min-height: 324px;
    max-width: 1090px;
    margin: 0 auto;

}

.step_details {
    padding: 60px 0 50px 0;
    width: 539px;
}

.step_image {
    overflow: hidden;
    width: 42.9%;
    height: 314px;
    margin-top: -38.5px;
}

.step_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step_no_image .step_card {
    min-height: 200px;
}

.step_no_image .step_details {
    width: initial;
}

.step_wrapper:last-child {
    margin-bottom: 120px;
}

.step_title {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 30px;
}


.step_number {
    font-family: barlow, sans-serif;
    font-size: 3.2rem;
    font-style: italic;
    font-weight: 300;
    color: var(--main-color);
    opacity: 0.4;
    line-height: 1;
}

.business_hline {
    width: 17px;
    height: 1px;
    background: var(--main-color);
    margin: 1px 10px 0;
}

.step_name {
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: var(--main-color);
}

.step_separator {
    margin-bottom: 44px;
    padding-left: clamp(0px, 2vw, 20px);
    max-width: 1090px;
    margin: 0 auto 50px;
}

.step_separator img {
    width: 30px;
    height: 20px;
}

@media screen and (min-width: 904px) {

    .flow_space {
        display: none;
    }

}



@media screen and (min-width: 768px) {

    .process_diagram_mobile {
        display: none;
    }

}


@media screen and (max-width: 767px) {

    .step_wrapper {
        margin-bottom: 80px;
        overflow: visible;
    }

    .process_diagram {
        display: none;
    }

    .step_card {
        display: block;
        padding-right: clamp(0px, 4vw, 40px);
        padding-left: clamp(0px, 4vw, 40px);
        padding-bottom: 30px;
    }

    .step_details {
        width: 100%;
        padding: 47px 0 30px 0;
    }

    .step_image {
        width: 73%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        margin-bottom: -75px;
        overflow: visible;
    }

    .step_number {
        font-size: 2.3rem;
    }

    .step_name {
        font-size: 2.4rem;
        letter-spacing: 0;
    }

    .step_name:before {
        margin: 9px 13px;
    }

    .flow_space {
        display: none;
    }

    .step_separator {
        margin-bottom: 35px;
        text-align: center;
        padding: 0;
    }

    .no_image_mgn {
        margin-bottom: 35px;
    }


    .step_no_image .step_card {
        min-height: 208px;
    }

    .process_diagram_mobile {
        padding-right: clamp(0px, 4vw, 30px);
        padding-left: clamp(0px, 4vw, 30px);
    }

}
