@media (max-width: 768px) {
    .contauner {
        width: 100%;
        min-height: 100vh;
        background-image: url(blob-scene-haikei.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contauner .logo img {
        width: 250px;
    }
    .contauner .count-up .count .text {
        flex-direction: column;
    }
    .contauner .count-up .count {
        flex-direction: column;
    }
    .contauner .count-up .count .countbox .box {
        padding: 7px;
        background-color: #ffffff67;
        border: 1px solid #3333;
        text-align: center;
        font-size: 2em;
        flex: 1 1 20px;
        box-shadow: 0 5px 10px #2472b2;
        border-radius: 5px;
    }
    .contauner .count-up .count .countbox .box h3 {
        color: var(--main);
    }
    .contauner .count-up .count .text h1 {
        max-width: 700px;
        letter-spacing: 10px;
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        font-weight: 900;
        position: absolute;
    }
    .contauner .count-up .count .text h1:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 2px var(--shd);
    }
    .contauner .count-up .count .text h1:nth-child(2) {
        color: #2472b2;
        animation: aa 4s ease-in-out infinite;
    }
    @keyframes aa {
        0%,
        100% {
            clip-path: polygon( 0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
        }
        50% {
            clip-path: polygon( 0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
        }
    }
    .contauner .count-up .img img {
        width: 300px;
        margin-top: 20px;
        margin-left: 20px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .contauner {
        width: 100%;
        min-height: 100vh;
        background-image: url(blob-scene-haikei.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contauner .logo img {
        width: 250px;
    }
    .contauner .count-up .count .text {
        flex-direction: column;
    }
    .contauner .count-up .count {
        flex-direction: column;
    }
    .contauner .count-up .count .countbox .box {
        padding: 6px;
        background-color: #ffffff67;
        border: 1px solid #3333;
        text-align: center;
        font-size: 2em;
        flex: 1 1 20px;
        box-shadow: 0 5px 10px #2472b2;
        border-radius: 5px;
    }
    .contauner .count-up .count .countbox .box h3 {
        color: var(--main);
    }
    .contauner .count-up .count .text h1 {
        max-width: 700px;
        letter-spacing: 10px;
        text-align: center;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: 900;
        position: absolute;
    }
    .contauner .count-up .count .text h1:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 2px var(--shd);
    }
    .contauner .count-up .count .text h1:nth-child(2) {
        color: #2472b2;
        animation: aa 4s ease-in-out infinite;
    }
    @keyframes aa {
        0%,
        100% {
            clip-path: polygon( 0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
        }
        50% {
            clip-path: polygon( 0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
        }
    }
    .img img {
        width: 500px;
        margin-top: 80px;
    }
}

@media (min-width: 900px) {
    .contauner {
        width: 100%;
        min-height: 100vh;
        background-image: url(blob-scene-haikei.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .contauner .logo img {
        width: 300px;
    }
    .contauner .count-up .count .text {
        flex-direction: column;
    }
    .contauner .count-up .count {
        flex-direction: column;
    }
    .contauner .count-up .count .countbox .box {
        padding: 7px 20px;
        background-color: #ffffff67;
        border: 1px solid #3333;
        text-align: center;
        font-size: 3em;
        flex: 1 1 20px;
        box-shadow: 0 5px 10px #2472b2;
        border-radius: 5px;
        gap: 20px;
        margin: 10px;
    }
    .contauner .count-up .count .countbox .box h3 {
        color: var(--main);
    }
    .contauner .count-up .count .text h1 {
        width: 700PX;
        letter-spacing: 10px;
        text-align: center;
        font-size: 80px;
        text-transform: uppercase;
        font-weight: 900;
        position: absolute;
    }
    .contauner .count-up .count .text h1:nth-child(1) {
        color: transparent;
        -webkit-text-stroke: 2px var(--shd);
    }
    .contauner .count-up .count .text h1:nth-child(2) {
        color: #2472b2;
        animation: aa 4s ease-in-out infinite;
    }
    @keyframes aa {
        0%,
        100% {
            clip-path: polygon( 0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
        }
        50% {
            clip-path: polygon( 0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
        }
    }
}