.main-visual {
    display: flex;
    align-items: center;
    background: url(/assets/img/cocochill/mainvisual_bg.jpg) no-repeat center center / cover;
}
.btn-02__link.is-color-01{
    background: #30428e;
    border-color: #30428e;
}
.btn-02__link.is-color-01:hover{
    background: #FFF;
    color: #30428e;
}
.card-01__title-small{
    margin-left: .5em;
}