@charset "UTF-8";

#concept_box + .composite_box01 .inner_item_txt .block_header_4 p {
    color: #fff;
    line-height: 1.4;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
#concept_box + .composite_box01 .inner_item_txt .block_header_4 .h {
    font-weight: 600;
    margin-bottom: 1rem;
}
#concept_box + .composite_box01 .inner_item_txt .block_header_4 .h:after {
    content: '';
    position: absolute;
    display: block;
    background-image: linear-gradient(0deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    width: 100%;
    height: 70px;
    bottom: -10px;
    z-index: -1;
}
#concept_box + .composite_box01.block_images_2 a+.inner_item_txt > p {
    font-weight: 600;
    font-size: 1.8rem;
}
@media only screen and (max-width: 1010px) {
    #concept_box + .composite_box01 .inner_item_txt .heading.block_header_4 .h {
        font-size: 1.8vw !important;
    }
}
@media only screen and (max-width: 700px) {
    #concept_box + .composite_box01 .inner_item_txt .heading.block_header_4 .h {
        font-size: 2.8vw !important;
    }
}
@media only screen and (max-width: 480px) {
    #concept_box + .composite_box01 .inner_item_txt .heading.block_header_4 .h {
        font-size: 4vw !important;
    }
}
