@charset "utf-8";

/* ビジネスページ */

#main_business {
    width: 100%;
    height: auto;
}

#main_business_top_container {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#business_page #header_main h3 {
    font-size: 64px;
    font-weight: 800;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 27px;
}


#business_page #header_main p {
    font-weight: 800;
}

#main_business_top_container .section_title {
    position: absolute;
    left: 0;
    top: 120px;
}

#main_business_top_container h3 {
    font-family: "Noto Sans JP", serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 1.5;
}

#main_business_middle {
    padding: 160px 0 160px 0;
    background: linear-gradient(118.87deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);

}

section#main_business_top {
    background-size: cover;
    height: 100vh;
    width: 100%;
}

#business_container {
    background: #f9f9f9;
    width: 95%;
    margin-left: 5%;
    border-radius: 53px 0 0 53px;
    padding: 120px 0 120px 0;
    height: auto;
}

.business_element {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    padding-bottom: 100px;
    position: relative;
}

.business_element:not(:last-child) {
    border-bottom: 2px solid #003975;

}

.business_element:not(:first-child) {
    padding-top: 100px;

}

.business_element_left {
    width: 55%;
}

.business_element_left h4 {
    font-weight: 900;
    font-size: 40px;
    font-family: "Noto Sans JP", serif;
    margin-bottom: 36px;
}

.business_element_left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.75;
    font-family: "Noto Sans JP", serif;
}

.business_element_right {
    width: 40%;
    aspect-ratio: 3/2;
}

.business_element_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.dot {
    height: 10px;
    width: 10px;
    background: #003975;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    translate: -5px 50%;
}

#business_container div.section_title {
    margin-bottom: 60px;
}

.sp {
    display: none;
}

@media screen and (max-width: 1024px) {
    section#main_business_top {
        height: auto;
        margin-top: 64px;
        aspect-ratio: 16 / 9;
    }

    section#main_business_middle div#business_container {
        width: 95%;
        margin-left: 5%;
    }

    #main_business_middle {
        background: linear-gradient(110deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);
    }
}

@media screen and (max-width: 750px) {

    #main_business_top_container .section_title h2,
    #main_business_top_container .title_line {
        display: none;
    }

    #main_business_top_container .section_title {
        top: 20px;
    }

    #main_business_middle {
        padding: 30px 0 30px 0;
    }

    section#main_business_middle div#business_container {
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .business_element {
        flex-direction: column;
        padding-bottom: 60px;
    }

    .business_element:not(:first-child) {
        padding-top: 60px;
    }

    .business_element_left h4 {
        margin-bottom: 25px;
    }

    .business_element_left p {
        display: none;
    }

    .business_element_left {
        width: 100%;
    }

    .business_element_right {
        width: 100%;
        margin-bottom: 25px;
    }

    .sp {
        display: block;
        font-weight: 500;
        font-size: 20px;
        line-height: 1.75;
        font-family: "Noto Sans JP", serif;

    }

    #main_business_middle {
        background: linear-gradient(96deg, #003975 10.99%, #4C9FEF 44.75%, #F9F9F9 48.88%, #CFE5F9 61.16%);
    }
}