.recontruction-stretching {
    height: 180px;
    margin-top: 20px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    text-transform: uppercase;
    border-radius: 2px;
    position: relative;
    background-size: cover;
    background-position: top;
    padding: 45px 30px;
    background-repeat: no-repeat;
    display: block;
    background-image: url(/i/rec-bg1.png);
}

.recontruction-stretching__txt {
    font-size: 14px;
}

.recontruction-stretching__ttl span {
    font-size: 53px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.recontruction-stretching__ttl {
    font-size: 39px;
    font-weight: bold;
    font-family: 'Caveat', cursive;
    color: #e03a3a;
    line-height: 34px;
    margin-bottom: 28px;
}

/* font */
@font-face {
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Caveat/Caveat-Bold.ttf');
}

@media screen and (max-width: 769px) {
    .recontruction-stretching {
        padding: 25px 40px;
    }

    .recontruction-stretching__ttl span {
        font-size: 36px;
        line-height: 40px;
    }

    .recontruction-stretching__txt {
        font-size: 13px;
        width: 72%;
        line-height: 21px;
    }

    .recontruction-stretching__ttl {
        font-size: 29px;
        line-height: 40px;
        width: 220px;
    }
}

@media screen and (max-width: 765px) {
    .recontruction-stretching {
        padding: 15px;
    }
}