@charset "UTF-8";

.greeting h2 {
     font-size:3rem;
}


.composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img, .composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img, .composite_box01.block_images_9 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_txt .heading, .composite_box01.block_images_9 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_txt .heading {
    height:200px;
}

.composite_box01.block_images_11 .inner_item_txt .heading {
         background: var(--i_sub_color);
}

.composite_box01 .inner_item .heading {
    margin-top: 30px;
}

.composite_box01.block_images_9 .inner_item_txt .heading:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(255,255,255,.6);
    opacity: 0.3;
    transition: 0.2s;
}

.composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading .h, .composite_box01.block_images_9:not([style*=" color:"]) .inner_item_txt .heading p {
    color: #fff;
    font-size: 3.5rem;
}

.contents_btn02 a span {
    text-align: left;
    line-height: 1.5;
    font-size: 1.5rem;
    padding: 1em 3em;
    color: #fff;
display: block;
}