@charset "UTF-8";

.heading.block_header_2 .h {
    font-size: 3.2rem;
}

@media screen and (max-width: 1350px) {
    .block_header_2 .h {
        font-size: 2.5rem !important;
    }
}



#step_item + section.contents_box01 .inner_item_img {
    position: relative;
}

#step_item + section.contents_box01 .inner_item_img .-w-step_number {
    position: absolute;
    top: -1rem;
    left: -2rem;
    margin: 0;
    font-size: 5rem;
    font-weight: 600;
    line-height: 0.8;
    color: #e5d778;
    -webkit-text-stroke: 2px #fff;
    z-index: 2;
}