.home_why
{
    display: flex;
    width: 100%;
    justify-content: center;
    background-image: linear-gradient(178deg, transparent 0%, transparent calc( 100% - 100px ), #FFF 100%), url('../../../img/home_why_bg_ti.svg'), url('../../../img/home_why_bg_left.svg');
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto calc( 540 * calc( 100vw / 1440 ) ), 50vw auto;
    background-position: 0px 0px, calc( 100% + calc( 340 * calc( 100vw / 1440 ) ) ) 0px, 0px 0px;
    margin-top: -60px;
}

.home_why_sz
{
    display: flex;
    width: calc( 100% - 20px );
    max-width: 1000px;
    margin-top: calc( 120 * calc( 100vw / 1440 ) );
    margin-bottom: calc( 80 * calc( 100vw / 1440 ) );
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1441px)
{
    .home_why
    {
        background-size: auto, auto 540px, 50vw auto;
        background-position: 0px 0px, calc( 100% + 340px ) 0px, -60px -60px;
    }

    .home_why_sz
    {
        margin-top: 120px;
        margin-bottom: 140px;
    }
}

.home_why_title
{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: unset;
    margin: unset;
}

.home_why_title > span:nth-child(1)
{
    display: block;
    color: #3695D8;
    font-family: 'OS_LightItalic', sans-serif;
    line-height: 1.5;
    font-size: calc( 32 * calc( 100vw / 1440 ) );
}

.home_why_title > span:nth-child(2)
{
    display: block;
    color: #3695D8;
    font-family: 'OS_Bold', sans-serif;
    line-height: 1.5;
    font-size: calc( 32 * calc( 100vw / 1440 ) );
}

.home_why_dsc
{
    display: block;
    color: #000000;
    font-family: 'OS_Regular', sans-serif;
    line-height: 1.5;
    font-size: calc( 20 * calc( 100vw / 1440 ) );
    padding: unset;
    margin: unset;
    margin-top: calc( 12 * calc( 100vw / 1440 ) );
    text-align: center;
    overflow: auto;
}

.home_why_list
{
    display: flex;
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: calc( 40 * calc( 100vw / 1440 ) );
}

@media (min-width: 1441px)
{
    .home_why_list
    {
        margin-top: 40px;
    }
}

.home_why_list_i
{
    display: flex;
    width: calc( calc( 100% / 3 ) - 20px );
    min-width: 180px;
    flex-direction: column;
    align-items: center;
    border: 1px solid #3695D8;
    background-image: linear-gradient(0deg, #FFF, #FFF), linear-gradient(0deg, #FFF, #FFF);
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px 0px 10px 0px;
    text-decoration: none;
    transition: all 234ms ease;
}

.home_why_list_i > span:nth-child(1)
{
    display: flex;
    width: 134px;
    height: 134px;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.2s;
}

.home_why_list_i > span:nth-child(1) img
{
    width: auto;
    height: 100%;
}

.home_why_list_i > span:nth-child(2)
{
    display: block;
    color: #000000;
    font-family: 'OS_SemiBold', sans-serif;
    line-height: 1.5;
    font-size: calc( 16 * calc( 100vw / 1440 ) );

    height: calc( calc( 16 * calc( 100vw / 1440 ) ) * 1.5 * 2 );
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    margin-top: 7px;
}

@media (min-width: 1441px)
{
    .home_why_list_i > span:nth-child(2)
    {
        font-size: 18px;
        height: calc( 16px * 1.5 * 2 );
    }
}

.home_why_list_i > span:nth-child(3)
{
    display: block;
    width: calc( 100% - 20px );
    text-align: right;
    margin-top: -20px;
}

.home_why_list_i > span:nth-child(3) > img
{
    display: inline-block;
    height: auto;
    width: auto;
}

.home_why_list_i:hover
{
    border: 1px solid #3695D8;
    background-image: linear-gradient(0deg, #3695D816, #3695D816), linear-gradient(0deg, #FFF, #FFF);
}

.home_why_list_i:hover > span:nth-child(1)
{
    animation: secour_10 0.4s;
    animation-timing-function: ease-in-out;
}

@media (max-width: 1024px)
{
    .home_why
    {
        background-size: auto, auto 240px, 100vw auto;
        background-position: 0px 0px, calc( 100% + 140px ) 0px, left top;
        margin-top: -40px;
    }

    .home_why_sz
    {
        margin-top: 80px;
    }

    .home_why_title > span:nth-child(1)
    {
        font-size: 20px;
    }

    .home_why_title > span:nth-child(2)
    {
        font-size: 22px;
    }

    .home_why_dsc
    {
        font-size: 18px;
        margin-top: 10px;
    }

    .home_why_list
    {
        justify-content: space-evenly;
        margin-top: calc( 40 * calc( 100vw / 1440 ) );
    }

    .home_why_list_i > span:nth-child(1)
    {
        width: 110px;
        height: 110px;
    }

    .home_why_list_i > span:nth-child(2)
    {
        font-size: 18px;
        height: calc( 18px * 1.5 * 2 );
    }

    .home_why_list_i > span:nth-child(3)
    {
        margin-top: -16px;
    }

    .home_why_list_i > span:nth-child(3) > img
    {
        height: 16px;
    }
}

@media (max-width: 900px)
{
    .home_why
    {
        background-size: auto, auto 240px, 200vw auto;
        background-position: 0px 0px, calc( 100% + 140px ) 0px, center center;
        margin-top: -40px;
    }
}
