@charset "UTF-8";

#top_concept + section.contents_box01.valign-center .wrapper_item {
    align-items: stretch;
}
#top_concept + section .inner_item_img img{
    height:100%;
    object-fit: cover;
}
#top_concept + .contents_box01 .inner_item_txt .heading{
    padding: 2rem 0;
}
#top_concept + section.contents_box01:before {
    display: none;
}

#top_concept + section .heading.block_header_2:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f2f2f2;
    margin-left: calc((100% - 100vw) / 2);
    margin-right: calc((100% - 100vw) / 2);
}

