@charset "UTF-8";

/* =======================================
info
======================================= */

.info {
    position: relative;
}

.info::before {
    content: '';
    background-image: url(../img/mark.png);
    width: 171px;
    height: 171px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.logo {
    height: 86px;
}

.flex {
    display: flex;
    justify-content: space-between;
}

/* .section__topic {
    margin-top: 228px;
} */

.text_info {
    margin-top: 50px;

}

.btn_info {
    margin-top: 50px;
    max-width: 206px;
}

.text_info_oya {
    position: relative;
}



.section__topic__info::before {
    content: '';
    background-image: url(../img/contact.png);
    width: 216px;
    height: 77px;
    display: block;
    /* position: absolute; */
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}


@media screen and (min-width: 769px) {
    .btn_info {
        max-width: 400px;
    }

    .text_info_oya::before {
    content: '';
    background-image: url(../img/hand_dog.png);
    width: 318px;
    height: 318px;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    top: -270px;
    left: 200px;
}

    .section__topic__info::before {
        width: 370px;
        height: 133px;
    }



}