@charset "UTF-8";

a[id^="c2_reason"]+.composite_box01.block_images_12 .wrapper_item {
    justify-content: center;
}

a[id^="c2_reason"]+.composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(2),
a[id^="c2_reason"]+.composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(1) {
    max-width: 300px;
}
a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img img, a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img img{
    height: 270px !important;
}
a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--i_main_color);
    color: #fff;
}

a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap .iwrap img {
    filter: blur(2px) brightness(150%) !important;
    opacity: 0.2;
}

a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap .h {
    position: relative;
    font-weight: bold;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 5rem;
}

a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap .h:after {
    position: absolute;
    content: "";
    width: 3rem;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap p {
    font-size: 2.3rem;
}
a[id^="c2_reason"]+.composite_box01 .inner_item>a{
    pointer-events: none;
}

@media screen and (max-width: 600px){
    a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) .inner_item_img img,                 
    a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item:nth-of-type(2):nth-last-of-type(1) .inner_item_img img{
        height: 240px !important;
    }
    a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item_txt .pwrap p {
        font-size: clamp(1.8rem, 3.5vw, 2.3rem);
    }
    a[id^="c2_reason"]+.composite_box01.block_images_12 .wrapper_item {
        gap: 30px;
    }
    a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item {
        margin-left: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    a[id^="c2_reason"]+.composite_box01.block_images_12 .inner_item:nth-of-type(1):nth-last-of-type(2) {
        margin-bottom: 0 !important;
    }
}
