
.section__wrapper--strong--07 .content__list--vertical{
    gap: 35px;
}
.content__items--strong--07{
    border: 1px solid #DBDBDB;
}
[class*="section__wrapper--"]:nth-of-type(odd) .content__items--strong--07{
    background: #FFFFFF;
    width: 100%;
}
    .content__itzems__inner--strong--07{
        padding: 38px 50px 34px;
        position: relative;
    }
    .content__count--wrap{
        background: var(--page-main-color);
        width: 42px;
        height: 42px;
        transform: rotate(45deg);
        position: absolute;
        top: -11px;
        left: 40px;
        padding: 35px;
        margin: 0;
    }
    .content__count--wrap.circle {
        border-radius: 50%;
        width: 88px;
        height: 88px;
        top: -23px;
        left: 24px;
    }
    .l-page .content__count--strong--diamond{
        display: block;
        width: 42px;
        height: 55px;
        transform: rotate(-45deg);
        text-align: center;
        color: #ffff;
        font-weight: 500;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        line-height: 1.4;
    }
        .content__count--strong--diamond::after{
            content: '0'counter(count);
            font-size: 26px;
            font-weight: 500;
            line-height: 1;
            display: inline-block;
            text-align: center;
        }
        .content__subttl--strong--07{
            margin-bottom: 10px;
            padding-left: 70px;
        }
        .l-page .content__description--strong--07 {
            line-height: 2;
        }

@media screen and (max-width: 1080px){
.section__wrapper--strong--07 .section__ttl{
    margin-bottom: 5.333vw;
}
.section__wrapper--strong--07 .content__list--vertical{
    gap: 2.667vw;
}
.content__items--strong--07{
    border: none;
    background: transparent;
    padding-top: 4vw;
}
.content__items--strong--07:has(.content__count--wrap.circle){
}
[class*="section__wrapper--"]:nth-of-type(odd) .content__items--strong--07{
    background: transparent;
}
    .content__items--strong--07 .content__itzems__inner--strong--07{
        border: 1px solid #DBDBDB;
        background: #fff;
        padding: 22.667vw 4vw 5.333vw;
    }
    .content__items--strong--07:has(.content__count--wrap.circle) .content__itzems__inner--strong--07{
    padding-top: 19vw;
    }
    .content__items--strong--07 .content__count--wrap{
        background: #0B4109;
        width: 16.971vw;
        height: 16.971vw;
        padding: 0;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .content__items--strong--07 .content__count--wrap.circle{
        border-radius: 50%;
        width: 19.733vw;
        height: 19.733vw;
        transform: none;
        top: -3vw;
    }
    .content__items--strong--07 .content__count--strong--diamond{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        transform: rotate(-45deg);
        text-align: center;
        color: #fff;
        font-size: 3.733vw;
        font-weight: 500;
        line-height: 1.2;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
    }
    .content__items--strong--07 .content__count--wrap.circle .content__count--strong--diamond{
        transform: none;
    }
        .content__items--strong--07 .content__count--strong--diamond::after{
            content: '0' counter(count);
            font-size: 6.933vw;
            font-weight: 500;
            line-height: 1;
            display: block;
            text-align: center;
        }
        .content__items--strong--07 .content__subttl--strong--07{
            margin-bottom: 1.333vw;
            padding-left: 0;
            color: #333;
            font-size: 4.533vw;
            font-weight: 500;
            line-height: 1.5;
        }
        .l-page .content__items--strong--07 .content__description--strong--07{
            color: #333;
            font-size: 3.733vw;
            line-height: 1.7;
        }
}
