@charset "UTF-8";

/* 9つのメリット(2026/03/05) */
a[id^="merit0"] + .composite_box01 {
    overflow: visible;
}
a[id^="merit0"] + .composite_box01 .wrapper_item {
    gap: 30px;
    counter-reset: item;
    padding-right: 11px;
    overflow: visible;
}
a[id^="merit0"] + .composite_box01.block_images_7 .inner_item {
    width: calc((100% - 60px) / 3) !important;
    margin: 0 !important;
    counter-increment: item;
}
a[id^="merit0"] + .composite_box01.block_images_7 .wrapper_item .inner_item::before {
    content: "0" counter(item);
    position: absolute;
    bottom: -5px;
    right: 10px;
    z-index: 3;
    color: var(--i_btn_txt_color);
    font-size: 7rem;
    line-height: 1;
    text-shadow: 1px 1px 1px var(--i_txt_color), -1px 1px 1px var(--i_txt_color), 1px -1px 1px var(--i_txt_color), -1px -1px 1px var(--i_txt_color);
    pointer-events: none;
}
a[id^="merit0"] + .composite_box01.block_images_7 .inner_item_txt {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 15px;
    min-height: auto;
    aspect-ratio: 1;
}

#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(6) .inner_item_txt {
    background: rgb(255 0 0 / 69%);
}
#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(5) .inner_item_txt {
    background: rgb(255 94 0 / 69%);
}
#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(4) .inner_item_txt {
    background: rgb(255 133 0 / 69%);
}
#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(4):nth-last-of-type(3) .inner_item_txt {
    background: rgb(255 210 0 / 84%);
}
#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(5):nth-last-of-type(2) .inner_item_txt {
    background: rgb(213 255 0 / 87%);
}
#merit01 + .composite_box01.block_images_7 .inner_item:nth-of-type(6):nth-last-of-type(1) .inner_item_txt {
    background: rgb(125 234 2 / 78%);
}
#merit02 + .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3) .inner_item_txt {
    background: rgb(93 241 117 / 71%);
}
#merit02 + .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2) .inner_item_txt {
    background: rgb(66 147 79 / 86%);
}
#merit02 + .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) .inner_item_txt {
    background: rgb(23 66 30 / 70%);
}

a[id^="merit0"] + .composite_box01.block_images_7 .inner_item_txt img {
    width: 35%;
}
a[id="merit02"] + .composite_box01 .wrapper_item {
  counter-reset: item 6;
}
a[id^="merit0"] + .composite_box01.block_images_7 .wrapper_item .inner_item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-right: 1px solid;
    border-bottom: 1px solid;
}
@media screen and (max-width: 1350px) {
    a[id^="merit0"] + .composite_box01.block_header_4 .h {
        font-size: 1.8rem !important;
    }
}
@media only screen and (max-width: 900px) {
    a[id^="merit0"] + .composite_box01.block_images_7 .inner_item {
        width: calc((100% - 30px) / 2) !important;
        margin: 0 !important;
        counter-increment: item;
    }
    a[id^="merit0"] + .composite_box01.block_images_7 .wrapper_item .inner_item::before {
        font-size: min(7rem, 12vw);
    }
}
@media only screen and (max-width: 500px) {
    a[id^="merit0"] + .composite_box01.block_images_7 .inner_item {
        width: 100% !important;
    }
}