.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.hero__sp__main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media (min-width: 768px) {
    .hero__sp__main {
        display: none;
    }
}

.hero__sp__image {
    display: block;
    width: 100%;
    height: auto;
}

.hero__pc__main {
    display: none;
}

@media (min-width: 768px) {
    .hero__pc__main {
        display: grid;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 663px;
        margin-bottom: 2px;
    }

    .hero__pc__main::before {
        content: "";
        position: absolute;
        bottom: 19px;
        left: 50%;
        transform: translateX(-50%);
        width: 505px;
        height: 2px;
        background-color: #000;
    }

    .hero__pc__main::after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 505px;
        height: 2px;
        background-color: #000;
    }
}

.hero__pc__image {
    display: block;
    width: 768px;
    height: auto;
}

.hero__pc__text__image {
    position: absolute;
    top: 417px;
    left: 50%;
    transform: translateX(-50%);
    width: 768px;
    height: auto;
}

.hero__blue__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 517px;
    background-color: #0046FF;
    z-index: -1;
}

.hero__white__background {
    position: absolute;
    top: 517px;
    left: 0;
    width: 100%;
    height: 210px;
    background-color: #FFFFFF;
    z-index: -1;
}
