@charset "UTF-8";

.composite_box01.block_images_7 .inner_item_txt {
    background: none;
}

.composite_box01.block_images_7 .inner_item > a:hover + .inner_item_txt {
    background: none;
}

@media screen and (max-width: 700px) {
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt, .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt, .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt {
    min-height: 220px;
}
}


/*----------------------------TOP吐き出し見出し----------------------------*/
.heading.block_header_2 .h {
    font-weight: 500;
    font-size: 3.4rem;
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 0.3rem;
}

.heading.block_header_2 p {
    font-size: 1.75rem;
    letter-spacing: 0.15rem;
    font-weight: 600;
    color: var(--i_main_color);
}

@media screen and (max-width: 800px) {
.heading.block_header_2 .h {
    font-size: 2.6rem!important;
    margin-bottom: 5px;
}

.heading.block_header_2 p {
    font-size: 1.55rem;
}
}



/*----------------------------TOP吐き出し画像----------------------------*/
@media screen and (max-width: 700px) {
.composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: 20vh;
}

.composite_box01 .inner_item_img img {
    object-position: 50% 30%;
    font-family: 'object-position: 50% 50%;';
}
}