@charset "UTF-8";

#business .section-title {
    font-size: 5.5vw;
}

@media screen and (min-width: 768px) {
    #business .section-title {
        font-size: 3.6rem;
    }
}


/*------------------------

MV

-------------------------*/

#business .main_visual-area {
    margin: 0 auto;
}


#business .main_visual {
    position: relative;
    background: url(/business/incentive/images/mv-sp-gd.jpg) no-repeat top;
    height: 468px;
    width: 100%;
    font-weight: 700;
    color: #333;
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#business .main_visual .main_visual_text {
    justify-self: start;
    text-align: left;
    width: 60%;
    margin-left: 3%;
}

#business .main_visual .main_visual_text h1 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 7vw;
}

#business .main_visual .main_visual_text .small {
    font-size: 2.5vw;
    margin-bottom: 5px;
}



#business .main_visual-icon-list {
    display: flex;
    justify-content: space-between;
}

#business .main_visual-icon {
    width: 30%;
}




#business .main_visual .button-wrap {
    justify-self: center;
}

@media screen and (min-width: 768px) {
    #business .main_visual {
        margin: 0 auto;
        background: url(/business/incentive/images/mv-pc.jpg)no-repeat top;
        height: 600px;
        width: 100%;
        align-items: center;
        color: #333;
        font-weight: 700;
        background-size: cover;
        align-items: start;
    }

    #business .main_visual .main_visual_text {
        width: 500px;
        margin-left: 10%;
    }

    #business .main_visual .main_visual_text h1 {
        text-align: center;
        margin-bottom: 10px;
        font-size: 6rem;
        padding-top: 70px;
    }

    #business .main_visual .main_visual_text .small {
        margin-bottom: 10px;
        font-size: 2rem;
    }

    #business .main_visual .button-wrap {
        justify-self: start;
        margin: 0 0 0 15%;
    }

}



/*------------------------

ヒーロー

-------------------------*/

#business .hero-area {
    position: relative;
    background-image:
        url(/business/incentive/images/pic-hero-sp.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    aspect-ratio: 5 / 6;
    width: 100%;
    margin: 0;
    background-size: contain;

}

#business .hero-area .hero-text-box {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    right: 10px;
}

#business .hero-area .section-title {
    text-align: left;
    font-size: 5vw
}


#business .hero-area .hero-text {
    text-align: left;
    line-height: 1.8;
    font-size: 3vw;
}

@media screen and (min-width: 768px) {
    #business .hero-area {
        background-image:
            url(/business/incentive/images/pic-hero-pc.jpg);
        aspect-ratio: 48 / 17;
        width: 100%;
        height: 500px;
        background-size: cover;
    }

    #business .hero-area .inner {
        height: 500px;
    }


    #business .hero-area .section-title {
        font-size: 3.6rem
    }

    #business .hero-area .hero-text-box {
        position: absolute;
        top: 15%;
        transform: translateY(-50%);
        width: 450px;
        background-color: initial;
        padding: 10px;
    }


    #business .hero-area .hero-text {
        font-size: 1.6rem;
    }

}

/*------------------------

悩んでませんか

-------------------------*/

#business .problem-area {
    position: relative;
    background-image:
        url(/business/incentive/images/pic-problem-sp.jpg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    aspect-ratio: 375 / 259;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 50% 100%, 0 95%);
    /* height: 75vh;
    height: 75svh;
    ↑ Safari用 */
    height: 650px;
    background-color: #f5f5f5;
}

#business .problem-area .section-title {
    padding-top: 60px;
}


#business .problem-block {
    display: flex;
    justify-content: space-between;
}



#business .problem-item {
    background-color: #D5EDD7;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 6rem;
    align-items: center;
    display: flex;
    justify-content: center;
}

#business .problem-item .problem-item-text {
    font-weight: bold;
    font-size: 3vw;
}


@media screen and (min-width: 768px) {
    #business .problem-area {
        background-image:
            url(/business/incentive/images/pic-problem-pc.jpg);
        background-size: cover;
        aspect-ratio: 48 / 17;
        background-position: center top;
        height: 560px;
        width: 100%;
    }


    #business .problem-area .section-title {
        padding-top: 60px;
    }

    #business .problem-item {
        margin-bottom: 20px;
    }

    #business .problem-item .problem-item-text {
        font-size: 1.6rem;
    }



}


/*------------------------

シャディが解決

-------------------------*/



#business .solution-area .solution-box-wrap {
    background-color: #f7f7f7;
    width: min(95vw, 500px);
    height: min(95vw, 500px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
}

#business .solution-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

#business .solution-area .solution-box {
    width: 80%;
    margin: auto;
}


#business .solution-area .solution-box-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 5vw;
}

#business .solution-area .solution-box-pic {
    width: 80%;
    margin: 0 auto 10px;
}

#business .solution-area .solution-box-pic .solution-pic {
    height: clamp(130px, 20vw, 150px);
    /* 最小100px、最大150px、画面幅でスケール */
    width: auto;
    display: block;
    margin: auto;
}

#business .solution-area .solution-box-text {
    width: 80%;
    margin: auto;
    line-height: 1.8;
    font-size: 1.2rem;
}




@media screen and (min-width: 1024px) {
    #business .solution-block {
        display: flex;
        justify-content: space-around;
        flex-direction: row;
    }

    #business .solution-area .solution-box-title {
        font-size: 2.4rem;
    }
}


/*------------------------

商品を提案

-------------------------*/


#business .proposal-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


#business .proposal-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
}

#business .proposal-pic {
    width: 30%;
}


#business .proposal-title {
    background-color: #D5EDD7;
    width: fit-content;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

#business .proposal-textbox {
    width: 65%;
}

#business .proposal-text {
    font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
    #business .proposal-block {
        flex-direction: row;
    }

    #business .proposal-item {
        flex-direction: column;
        background-color: #fff
    }

    #business .proposal-title {
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

    #business .proposal-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    #business .proposal-textbox {
        width: 100%;
    }


    #business .proposal-box {
        width: 30%;
    }

}


/*------------------------

口コミ

-------------------------*/

#business .review-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}


#business .review-pic-box {
    position: relative;
}



#business .review-pic {
    width: 90%;
    margin: 0 auto 20px;
}


#business .review-title {
    background-color: #D5EDD7;
    width: fit-content;
    padding: 5px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.8rem;
}

#business .review-text {
    font-weight: bold;
    line-height: 1.8;
}

@media screen and (min-width: 1024px) {
    #business .review-block {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    #business .review-box {
        width: 30%;
    }


}


/*------------------------

３つの理由

-------------------------*/

.reason-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.reason-box {
    background-color: #f7f7f7;
    padding: 20px;
    text-align: center;
}

.reason-item {
    text-align: left;
    display: inline-block;
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.reason-item-number {
    font-family: "Gill Sans", sans-serif;
    color: #069f1b;
    font-weight: bold;
}

.reason-item-text {
    font-size: 6vw;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .reason-list {
        width: 800px;
        margin: auto;
    }



    .reason-item-number {
        font-size: 2rem;
    }

    .reason-item-text {
        font-size: 3rem;
    }
}



/*-----------------

アニメーション

-----------------*/

/*-----------------
文字
-----------------*/

.inn {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    transition: 1.2s cubic-bezier(0.10, 1, 0.36, 1);
}


.inn.is-animated {
    opacity: 1 !important;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

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

    .inn.middle {
        transition: 1.2s cubic-bezier(0.45, 1, 0.36, 1);
    }

    .inn.late {
        transition: 1.2s cubic-bezier(0.90, 1, 0.36, 1);
    }
}