@charset "UTF-8";

/* benefits */
.-benefits .sec{
    margin-bottom: 116px ;
}

.-benefits .sec:last-of-type{
    margin-bottom: 155px;
}

.-benefits .sec .ttl{
    font-size: 28px;
    font-weight: bold;
}

.-benefits .contents{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 15px;
    margin-top: 12px;
}

.-benefits .card{
    width: 269px;
    padding: 49px 20px 24px;
    background: #F7F7F7;
    border-radius: 3px;
}

.-benefits .card-ttl,
.-benefits .card .icon{
    text-align: center;
}

.-benefits .card-ttl{
    font-size: 20px;
    font-weight: bold;
}

.-benefits .card .icon{
    margin-bottom: 12px;
}

.-benefits .card .icon img{
    height: 96px;
}

.-benefits .card .txt{
    font-size: 14px;
}
h3.environment_ttl{
display: flex;
    align-items: center;
    height: 60px;
    padding: 0 22px;
    font-size: 20px;
    background: #EA6876;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 30px;
    justify-content: center;
}

h3.environment_ttl.-under{
margin-bottom: 30px;
}
.woman_rel{
    display: inline-block;
    color: #EA6876;
    margin-top: 20px;
}
.woman_rel:hover{
    text-decoration: underline;
    transition: 0.3s;
}

@media screen and (max-width:949px) {
    /* benefits */
    .-benefits .sec{
        margin-bottom: 48px;
    }

    .-benefits .sec:last-of-type{
        margin-bottom: 98px;
    }

    .-benefits .sec .ttl{
        font-size: 22px;
    }

    .-benefits .contents{
        gap: 12px;
    }

    .-benefits .card{
        width: calc(50% - 6px);
        padding: 32px 12px 20px;
    }

    .-benefits .card .icon img{
        width: 90%;
        height: auto;
        max-height: 80px;
        margin: auto;
    }

    .-benefits .card-ttl{
        font-size: 18px;
    }

    .-benefits .card .txt{
        font-size: 13px;
    }
}