html {
    font-size: 18px;
}

.row-from-pc {
    display: flex;
    flex-direction: row;
}

.row-reverse-from-pc {
    display: flex;
    flex-direction: row-reverse;
}

.from-pc {
    display: block;
}

.none-from-pc {
    display: none;
}

.view-more-ripple {
    width: 220px;
    padding: 5px 15px;
    font-size: 24px;

    .arrow {
        width: 20px;
        height: 20px;
    }

    &.view-more {
        &:hover {
            span {
                &:first-child {
                    animation: rippleText 1.5s 0.725s infinite;
                }
            }
        }

        span {
            &:first-child {
                position: relative;
            }
        }
    }
}

.view-more-ripple-pc {
    display: block;
}

.view-more-ripple-submit {
    padding: 0;
    &:hover {
        input {
            &:first-child {
                animation: rippleText 1.5s 0.725s infinite;
            }
        }
    }

    &.last-submit {
        &:hover {
            filter: invert(1);
        }
    }

    input {
        padding: 5px 15px;
    }

    .arrow {
        right: 20px;
    }
}

.bg-dot-sp {
    display: none;
}

.bg-dot-pc {
    display: block;
}

.logo {
    &:hover {
        a {
            img {
                filter: drop-shadow(5px 5px 2px rgba(63, 84, 113, 0.2));
            }
            
            span {
                text-shadow: 5px 5px 2px rgba(63, 84, 113, 0.2);
            }
        }
    }
}

header {
    &.other-header {
        .hero {
            .hero-image-sp {
                display: none;
            }

            .hero-image {
                display: block;
                height: 316px;
            }

            p {
                &.small-p {
                    gap: 0;
                }
            }
        }
    }

    .hero-image {
        display: block;
        height: calc(100vh - 70px);
    }

    p {
        flex-direction: row;
        top: 50%;
        font-size: clamp(100px, 15vw, 220px);
        gap: 0;
    }

    .hero-image-sp {
        display: none;
    }

    .hmbg-nav {
        display: none;
    }
}

footer {
    padding-top: 80px;
    font-weight: 400;

    ul {
        width: initial;
        flex-wrap: nowrap;
        gap: 40px;
        flex-direction: row;

        li {
            width: initial !important;
            border: none !important;

            a {
                font-size: 16px;
                padding: 0;

                &.active {
                    background-color: initial;
                }
            }
        }
    }

    .logo-sp {
        display: none;
    }

    .logo {
        display: block;
        width: 272px;
    }

    .footer-logo {
        top: 0;
        bottom: initial;
        width: initial;
        max-height: initial;
        height: 100%;
    }

    address {
        margin-top: 20px;

        span {
            display: inline;
        }
    }

    small {
        margin-bottom: 40px;
        font-size: smaller;
    }

    .bg-dot-pc {
        width: 311px;
        right: 0;
        top: 25%;
    }
}

main {
    &#privacy-policy {
        h2 {
            margin-left: 15%;
            font-size: 48px;
            text-align: left;
        }

        .text-container {
            width: 70%;
            padding: 30px 20px;

            ul {
                li {
                    font-size: 18px;
                }
            }
        }
    }

    &.osirase {
        .bg-dot-pc-1 {
            width: 55px;
            top: 5%;
            right: 5%;
        }

        .bg-dot-pc-2 {
            width: 121px;
            top: 18%;
            left: 8%;
        }

        .bg-dot-pc-3 {
            width: 55px;
            top: 35%;
            right: 10%;
        }

        .bg-dot-pc-4 {
            width: 55px;
            bottom: 25%;
            left: 5%;
        }

        .bg-dot-pc-5 {
            width: 123px;
            bottom: 0%;
            right: 10%;
        }

        .bg-dot-pc-6 {
            width: 55px;
            bottom: -13%;
            left: 3%;
        }

        .navigation-container {
            .category-navigation {
                gap: 20px;
            }

            form {
                margin-left: 80px;
            }
        }

        .archive-container {
            .news-list {
                width: 60%;
                margin-top: 20px;

                article {
                    h3 {
                        font-size: 18px;
                        margin: 10px 0;
                    }

                    p {
                        font-size: 18px;
                    }
                }
            }
        }
    }

    &.kakuin {
        .access {
            margin-bottom: 200px;
            flex-direction: row;

            .map {
                width: 613px;
                aspect-ratio: 613/367;
                order: initial;
                margin-right: 0;
                margin-left: 0;
            }

            .text {
                order: initial;

                address {
                    margin-bottom: 40px;
                    font-size: 24px;
                    gap: 10px;

                    P {
                        gap: 40px;
                        a {
                            &:hover {
                                color: #505050;
                            }
                        }
                    }
                }

                .calendar {
                    p {
                        span {
                            &:first-child {
                                font-size: 24px;
                            }

                            &:last-child {
                                margin-left: 40px;
                                font-size: 18px;
                            }
                        }
                    }

                    table {
                        font-size: 24px;

                        tr {
                            &:first-child {
                                th {
                                    background-color: #fff;

                                    &:last-child {
                                        padding: 3px 10px;
                                    }
                                }
                            }

                            th {
                                &:first-child {
                                    padding: 3px 30px;
                                }

                                &:not(&:first-child, &:last-child) {
                                    padding: 3px 20px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    &#visit, &#inclinic, &#nursing {
        section {
            &:not(#feature) {
                padding-right: 137px;
                padding-left: 160px;
            }
        }
    }

    .section-container {
        .bg-dot-pc-1 {
            width: 45px;
            top: -8%;
            right: -10px;
        }

        .bg-dot-pc-2 {
            width: 46px;
            top: 25%;
            left: 30%;
        }

        .bg-dot-pc-3 {
            width: 103px;
            top: 35%;
            right: 5%;
        }

        .bg-dot-pc-4 {
            width: 104px;
            bottom: 30%;
            left: 2%;
        }

        .bg-dot-pc-5 {
            width: 71px;
            bottom: 5%;
            left: -30px;
        }

        .bg-dot-pc-6 {
            display: none;
        }

        section {
            justify-content: center;

            &:nth-of-type(even) {
                .text {
                    order: 2;

                    p {
                        align-self: flex-end;
                    }
                }

                .bg {
                    order: 1;
                }
            }

            &:not(&:last-child) {
                margin-bottom: 200px;
            }

            &:last-child {
                margin-bottom: 100px;
            }

            &:nth-of-type(3) {
                .text {
                    p {
                        &:nth-of-type(1) {
                            margin-bottom: 40px;
                        }
                    }
                }
            }

            .text {
                line-height: 40px;
                display: flex;
                flex-direction: column;
                width: 50vw;

                h3 {
                    font-size: 23px;
                    margin-bottom: 50px;
                    align-self: center;
                }

                p {
                    width: 90%;
                    align-self: flex-start;
                    span {
                        display: block;
                    }
                }
            }

            .bg {
                width: 545px;
                height: 363px;
                object-fit: cover;
            }
        }
    }

    .recruit-info {
        .anim-head1 {
            margin-bottom: 0;
        }

        .content-jinzai {
            flex-direction: row;
            margin: 0;

            .bg-dot {
                top: initial;
                right: initial;
                left: 45%;
                bottom: -20%;
            }

            .right {
                order: initial;
                width: 50%;

                h3 {
                    display: none;
                }

                .bg-jinzai {
                    display: block;
                    width: 100%;
                }

                .bg-jinzai-sp {
                    display: none;
                }
            }

            .left {
                order: initial;
                width: 40%;
                margin: 0 auto;

                h3 {
                    display: flex;
                    font-size: 28px;
                    margin-bottom: 50px;
                }

                .text {
                    gap: 40px;

                    strong {
                        font-size: 20px;
                    }

                    p {
                        line-height: 35px;
                    }
                }
            }
        }

        .content-koyou {
            margin: 200px 0;

            h3 {
                margin-left: 20%;
                margin-bottom: 100px;
            }

            .switch {
                font-size: 18px;
                justify-content: initial;
                gap: 40px;
                margin-bottom: 50px;
                margin-left: 15%;

                button {
                    &:hover {
                        opacity: 0.5;
                    }
                }
            }

            .sejutsu {
                flex-direction: row;
                gap: 150px;
                margin-left: 10%;
                margin-right: 15%;
                
                &.active {
                    justify-content: flex-start;
                }

                .text {
                    order: initial;
                    width: 592px;
                }

                .bg {
                    order: initial;
                    width: 450px;
                    flex: 1;
                }
            }

            .uketsuke {
                flex-direction: row;
                justify-content: flex-start;
                gap: 150px;
                margin-left: 10%;
                margin-right: 15%;

                .text {
                    order: initial;
                    width: 592px;
                    color: #3f5471;
                }

                .bg {
                    order: initial;
                    width: 450px;
                    flex: 1;
                }
            }
        }

        .training {
            .container {

                &:nth-of-type(2n) {
                    .box {
                        p {
                            margin-left: 0;
                        }
                    }
                }

                &:nth-of-type(2n+1) {
                    .box {
                        p {
                            margin-right: 0;
                        }
                    }
                }

                h3 {
                    padding-right: 20%;
                    padding-left: 20%;
                }

                .bg-dot {
                    width: 169px;
                }

                .box {
                    padding-right: 20%;
                    padding-left: 20%;
                    justify-content: space-between;

                    P {
                        margin-top: 40px;
                        width: 474px;
                    }

                    .bg {
                        margin-left: 0;
                        transform: translateY(-20%);
                    }
                }
            }
        }

        .qanda {
            h3 {
                margin-top: 40px;
                margin-left: 20%;
                margin-bottom: 50px;
            }

            .bg-dot-pc-1,
            .bg-dot-pc-2 {
                display: block;
            }

            .bg-dot-pc-1 {
                width: 208px;
                top: 200px;
                left: 55%;
            }

            .bg-dot-pc-2 {
                width: 208px;
                top: 400px;
                right: 55%;
            }

            ul {
                margin: 0 15%;

                li {
                    .q-box {
                        padding: 0 20px;
                        font-size: 24px;
                        margin: 0;

                        &:hover {
                            background-color: #3f5471;

                            p {
                                color: #fff;
                            }

                            span {
                                &:not(.arrow) {
                                    color: #fff;
                                }

                                &.arrow {
                                    background-color: #fff;
                                }
                            }
                        }
                    }

                    .a-box {
                        width: 98%;
                        padding: 10px 40px 10px 20px;

                        span {
                            font-size: 36px;
                        }

                        p {
                            font-size: 20px;
                        }
                    }
                }
            }

            .more-btn {
                margin-top: 40px;
                margin-right: 15%;
            }
        }

        .line-qa {
            margin-bottom: 100px;

            .container {
                flex-direction: row;
                gap: 100px;

                .left {
                    margin-left: 10%;

                    p {
                        margin-bottom: 100px;
                    }
                }

                .bg {
                    width: 500px;
                }

                .view-more-ripple-sp {
                    display: none;
                }
            }
        }

        .recruit-flow {

            .bg-dot-pc-1,
            .bg-dot-pc-2,
            .bg-dot-pc-3,
            .bg-dot-pc-4 {
                display: block;
            }

            .bg-dot-pc-1 {
                width: 208px;
                top: 22%;
                left: 15%;
            }

            .bg-dot-pc-2 {
                width: 113px;
                top: 60%;
                left: 18%;
            }

            .bg-dot-pc-3 {
                width: 208px;
                top: 52%;
                right: 5%;
            }

            .bg-dot-pc-4 {
                width: 208px;
                bottom: 10%;
                left: 17%;
            }

            ul {
                li {
                    &:last-child {
                        margin-bottom: 200px;
                    }

                    .box {
                        justify-content: center;
                        .left {
                            h3 {
                                background-image: none;

                                .num {
                                    padding-left: 25%;
                                }

                                .title {
                                    color: #3f5471;
                                    padding-left: 26%;
                                }
                            }

                            p {
                                width: 60%;
                                margin-right: 50px;
                                margin-left: 50px;
                                align-self: self-end;
                            }
                        }

                        .bg {
                            display: block;
                            width: 350px;
                            margin-right: 5%;
                        }
                    }

                    .arrow {
                        display: block;
                    }
                }
            }
        }
    }

    .story {
        padding: 80px 50px;
        gap: 50px;
        align-items: center;

        .h4-sp {
            display: none;
        }

        .text {
            width: 40vw;
        }

        h4 {
            font-size: 24px;
            margin-bottom: 50px;
        }

        p {
            font-size: 18px;

            span {
                display: block;
            }
        }

        .bg {
            width: 586px;
            height: 391px;
            margin: 0;
        }
    }

    .hobby {
        margin-bottom: 100px;

        h3 {
            margin: 80px 0 50px;
        }

        p {
            width: 403px;
            margin: 40px auto 50px;
        }

        .bg {
            width: 196px;
            height: 196px;
        }

        a {
            font-size: 20px;
            width: 403px;
            height: 68px;
        }
    }

    .other-staff {
        margin: 0 10% 10%;
        
        a {
            &:hover {
                opacity: 0.7;
            }
        }
    }

    section {
        &.about-container {
            .bg-dot-pc-1 {
                width: 50px;
                top: 20%;
                left: 40%;
            }

            .bg-dot-pc-2 {
                width: 68px;
                top: 25%;
                right: 42%;
            }

            .bg-dot-pc-3 {
                width: 68px;
                top: 10%;
                right: 20%;
            }

            .bg-dot-pc-4 {
                width: 50px;
                top: 15%;
                right: 10%;
            }

            .bg-dot-pc-5 {
                width: 250px;
                bottom: 0%;
                right: 35%;
            }

            .information {
                flex-direction: row;

                h2 {
                    width: 200px;
                    font-size: 20px;
                }

                .info-container {
                    ul {
                        width: 510px;
                        padding: 20px;

                        li {
                            flex-direction: row;
                            justify-content: flex-start;
                            align-items: center;
                            gap: 30px;
                            border-bottom: none;
                            padding-bottom: 0;
                            padding-left: 30px;

                            &:not(:last-of-type) {
                                margin-bottom: 0;
                            }
                        }
                    }

                    a {
                        display: none;
                    }
                }
            }

            .system-container-sp {
                display: none;
            }

            .system-container-pc {
                display: block;
                margin: 80px 0 200px;

                .revolver {
                    width: 500px;
                    height: 230px;
                    left: 2%;
                    top: 40%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

                    .bullet {
                        &:hover {
                            animation: ripple 1.5s infinite;
                        }
                    }

                    .bullet-1 {
                        bottom: -60%;
                        left: 50%;
                        width: 257px;
                        font-size: 48px;
                        z-index: 1;

                        &:hover {
                            animation: ripple 0.75s infinite;
                        }
                    }

                    .bullet-2 {
                        bottom: 60%;
                        left: 48%;
                        width: 160px;
                        font-size: 30px;
                    }

                    .bullet-3 {
                        width: 75px;
                        bottom: 63%;
                        left: 15%;
                        font-size: 14px
                    }

                    .bullet-4 {
                        bottom: -30%;
                        left: 8%;
                        width: 160px;
                        font-size: 30px;
                    }
                }

                .systems {
                    margin-right: 10%;

                    .system-text {
                        &:not(:has(>a)){
                            padding-bottom: 130px;
                        }

                        >a {
                            margin-top: 80px;
                            align-self: flex-end;
                        }

                        h2 {
                            font-size: 96px;

                            .underbar {
                                margin-bottom: 50px;

                                &::before, &::after {
                                    opacity: 1;
                                }
                            }
                        }

                        .para {
                            width: 564px;

                            p {
                                font-size: 18px;
                                line-height: 41px;

                                a {
                                    text-decoration: underline 1px;
                                    display: inline-block;

                                    &:hover {
                                        strong {
                                            opacity: 0.7;
                                        }
                                    }

                                    &::first-letter {
                                        padding-left: 1em;
                                    }

                                    &:first-of-type {
                                        margin-top: 1.5em;
                                    }

                                    &:last-of-type {
                                        margin-bottom: 1.5em;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        &.staff-intro {
            margin-bottom: 100px;

            .staff-intro-pc {
                gap: 40px;

                .bg-dot-pc {
                    bottom: -50px;
                    left: 0;
                    width: 300px;
                }

                .bg-box {
                    gap: 40px;
                    transform: translateX(12vw);

                    .bg-img {
                        width: 530px;
                        height: 300px;
                    }

                    div {
                        background-color: #404040;
                    }
                }

                .content {
                    padding: 20px 12vw 20px;

                    .bg-img {
                        margin-top: 30px;
                        margin-bottom: 30px;
                        width: 530px;
                        height: 300px;
                    }

                    div.bg-img {
                        background-color: #404040;
                    }
                }
            }

            .staff-intro-sp {
                display: none;
            }
        }

        &.our-stores {
            .bg-dot-pc {
                width: 330px;
                top: 40%;
                right: 20%;
            }

            .view-more-sp {
                display: none;
            }

            ul {
                flex-direction: row;

                li {
                    width: initial;
                    position: relative;

                    &:has(a:hover) {
                        &::after {
                            opacity: 0.4;
                            visibility: visible;
                            transition-duration: 0.3s;
                        }
                    }

                    &::after {
                        font-size: 100px;
                        content: "GO!";
                        position: absolute;
                        top: 0;
                        z-index: 1;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 410px;
                        height: 382px;
                        color: #fff;
                        background-color: #3f5471;
                        opacity: 0;
                        visibility: hidden;
                        transition-duration: 0s;
                    }

                    img {
                        width: 410px;
                        margin-bottom: 50px;
                    }

                    a {
                        position: relative;
                        display: block;

                        .view-more {
                            gap: 30%;

                            span {
                                &:first-child {
                                    transition-duration: 0s;
                                }
                            }
                        }

                        .store-name {
                            span {
                                display: inline;
                            }
                        }
                    }
                }
            }
        }

        &.benefit {
            flex-direction: row;
            justify-content: initial;

            .bg-dot-1 {
                top: 0;
                right: 0;
                width: 311px;
            }

            .right {
                order: 2;
                flex: 1;
                margin-left: 80px;
                line-height: 48px;

                p {
                    margin-bottom: 50px;
                }
            }

            ul {
                order: 1;
                gap: 10px;
                flex-direction: row;

                li {
                    width: 220px;

                    &:hover {
                        a {
                            &:before {
                                opacity: 0;
                                visibility: hidden;
                            }
                        }
                    }

                    a {
                        position: relative;
                        height: initial;

                        &:before {
                            content: "";
                            display: block;
                            position: absolute;
                            width: 100%;
                            height: 100%;
                            background-color: rgba(0, 0, 0, 0.3);
                        }

                        .benefit-pc {
                            display: block;
                            height: 510px;
                        }

                        .benefit-sp {
                            display: none;
                        }

                        span {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            transform: translate(-50%, -50%);
                            color: white;
                        }
                    }
                }
            }
        }

        &.recruit {
            flex-direction: row;

            .bg-dot-1 {
                top: 65%;
                left: 50%;
                width: 311px;
            }

            .right {
                order: 2;
                margin: 0 80px;

                p {
                    line-height: 39px;
                    margin-bottom: 30px;
                }
            }

            .bg-recruit {
                order: 1;
                width: 50%;
            }

            .bg-recruit-sp {
                display: none;
            }
        }
    }

    .about {
        .bg-dot-1 {
            top: 0;
            left: 12%;
            width: 131px;
        }

        .bg-dot-2 {
            bottom: 0;
            right: 10%;
            width: 53px;
        }

        ul {
            padding: 0;

            li {
                flex-direction: row;

                .left {
                    width: 183px;
                }

                .right {
                    width: 100%;
                    padding: 10px 0 10px 10px;
                }

                address {
                    display: flex;
                    gap: 10px;
                }
            }
        }
    }

    .history {
        .bg-dot-pc-1 {
            width: 50px;
            bottom: 20%;
            left: 10%;
        }

        .bg-dot-pc-2 {
            width: 119px;
            bottom: -50px;
            right: 10%;
        }

        .history-container {
            ul {
                padding: 0;

                li {
                    &:last-child {
                        p {
                            width: initial;
                        }
                    }
                }
            }
        }
    }

    .message {
        margin: 0;
        width: initial;

        .content-pc {
            margin-top: 50px;

            .bg-dot-pc-1 {
                width: 119px;
            }

            .bg-dot-pc-2 {
                width: 50px;
            }

            .item-1 {
                .bg {
                    width: 805px;
                }

                .text {
                    left: 570px;
                    width: calc(100% - 570px);
                    padding: 40px 100px;

                    p {
                        line-height: 32px;

                        &:first-child {
                            margin-bottom: 20px;
                        }
                    }
                }
            }

            .item-2 {
                .bg {
                    width: 805px;
                    margin-left: auto;
                }

                .text {
                    right: 630px;
                    width: calc(100% - 630px);
                    padding: 40px 100px;

                    p {
                        line-height: 32px;
                        margin-left: auto;

                        &:first-child {
                            margin-bottom: 20px;
                        }
                    }
                }
            }
        }

        .content-sp {
            display: none;
        }

        .content-pc {
            display: block;

            .text {
                p {
                    max-width: 706px;
                }
            }
        }
    }

    .entry-section {
        padding: 150px 0;
        height: 448px;
        background-image: url("../assets/imgs/bg-entry.webp");

        .anim-head1 {
            .dot-box {
                padding: 0 150px;

                .bg-dot {
                    z-index: 0;
                }
            }

            .underbar {
                padding: 10px 0;
            }
        }

        .view-more-ripple {
            margin: 10px auto 0;
        }
    }


    .entry-flow {

        .prev-arrows,
        .next-arrows {
            gap: 40px;

            span {
                width: 40px;
                height: 50px;
            }
        }

        .prev,
        .next {
            margin: 0 80px;
        }
    }

    .entry-confirm-container {
        margin-bottom: 300px;

        .bg-dot {
            top: -50px;
            right: 18%;
            left: initial;
            bottom: initial;
        }

        form {
            .fields {
                align-items: flex-end;
                width: 65vw;
                padding-right: 10vw;
                gap: 40px;

                .name-age {
                    flex-direction: row;
                    justify-content: flex-end;
                    margin: 0;

                    .name {
                        align-self: flex-start;
                        margin-right: 40px;
                        margin-bottom: 10px;
                    }

                    .name-age-body {
                        max-width: 495px;

                        span {
                            &:first-of-type, &:last-of-type {
                                font-size: 20px;
                            }

                            &:first-of-type {
                                width: 225px;
                            }

                            &:last-of-type {
                                width: 110px;
                            }
                        }
                    }

                    p {
                        
                        font-size: 20px;

                        &:nth-of-type(2) {
                            margin-left: 60px;

                            span {
                                &:nth-of-type(2) {
                                    width: 110px;
                                }
                            }
                        }
                    }
                }

                .label-p {
                    font-size: 20px;
                    margin-bottom: 40px;

                    span {
                        &:nth-of-type(1) {
                            margin-right: 30px;
                        }

                        &:nth-of-type(2) {
                            width: 495px;
                        }
                    }
                }

                p {
                    &:not(.name-age-body, .cf7-privacy) {
                        font-size: 20px;
                        display: flex;
                        justify-content: flex-end;
                        width: 100%;
                        margin-right: 0;
                        margin-left: 0;

                        label {
                            margin: 0 40px 10px 0;
                        }

                        span {
                            &:nth-of-type(2) {
                                font-size: 20px;
                                max-width: 495px;
                                width: 100%;
                                min-height: 43.8px;
                            }
                        }
                    }
                }

                .self-pr {
                    flex-direction: row;
                    justify-content: flex-end;
                    font-size: 20px;
                    margin: 0 0 0 20px;
                    span {
                        &:nth-of-type(2) {
                            max-width: 495px;
                            width: 100%;
                        }
                    }
                }

                .cf7-privacy {
                    margin-left: 100px;
                    font-size: 20px;
                    align-self: center;
                }

                .view-more-ripple-submit {
                    margin-right: 15%;
                    align-self: initial;
                }
            }

            >.view-more-ripple-submit {
                align-self: flex-end;
                width: 288px;
                margin-right: 36%;
            }
        }

    }

    .message-wrapper {
        .bg-dot {
            width: 252px;
            top: 3%;
            right: 25%;
        }

        .message-box {
            width: 60%;

            b {
                font-size: 32px;
            }

            P {
                font-size: 24px;
            }
        }

        .view-more-ripple {
            bottom: 20%;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    .entry-container {
        .bg-dot {
            top: -50px;
            right: 18%;
            bottom: initial;
        }

        .fields {
            width: 65%;
            padding: 0 10vw 0 0;
            gap: 40px;

            .note {
                position: static;
                transform: translate(-50px, 35px);
            }

            .name-age {
                flex-direction: row;
                align-items: center;
                width: initial;


                .name {
                    margin: 0;
                    margin-right: 40px;
                }

                .name-age-body {
                    width: initial;

                    span {
                        &:nth-of-type(1) {
                            margin-right: 50px;
                        }

                        &:nth-of-type(2) {
                            input {
                                width: 110px;
                            }
                        }
                    }

                    label {
                        margin-left: 0;
                        margin-right: 40px;
                    }
                }

            }

            p {
                &:not(.cf7-privacy) {
                    text-align: right;
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    width: 100%;
                    margin: 0;

                    label {
                        margin-right: 40px;
                    }

                    input {
                        max-width: 495px;
                        font-size: 20px;
                    }
                }
            }

            .select-parent {
                &::after {
                    top: 16px;
                    bottom: initial;
                }

                .wpcf7-form-control-wrap{
                    flex: 1;
                    max-width: 495px;
                }

                select {
                    font-size: 20px;
                }
            }

            .self-pr {
                flex-direction: row;
                justify-content: right;

                textarea {
                    width: 495px;
                }
            }

            .cf7-privacy {
                margin-top: 0;
                margin-left: 150px;
                font-size: 20px;
            }
        }

        .view-more-ripple-submit {
            margin-top: 150px;
            input {
                &:disabled {
                    cursor: not-allowed;
                }
            }
        }
    }

    .content {
        &.content-all {
            .bg-dot-pc-1 {
                width: 46px;
                top: 22%;
                right: 18%;
            }

            .bg-dot-pc-2 {
                width: 46px;
                top: 52%;
                left: 10%;
            }

            .bg-dot-pc-3 {
                width: 103px;
                top: 60%;
                right: 20%;
            }

            .bg-dot-pc-4 {
                width: 46px;
                bottom: 28%;
                right: 25%;
            }

            .bg-dot-pc-5 {
                width: 46px;
                left: 5%;
                bottom: 1%;
            }
        }

        &.content-other {
            .bg-dot-pc-1 {
                width: 46px;
                top: 0%;
                right: 18%;
            }

            .bg-dot-pc-2 {
                width: 46px;
                bottom: 30%;
                left: 10%;
            }

            .bg-dot-pc-3 {
                width: 103px;
                bottom: 10%;
                right: 20%;
            }
        }

        >.bg-dot {
            right: 0;
        }

        .category {
            display: block;

            h3 {
                display: flex;
                margin-left: 3vw;
                margin-bottom: 100px;
            }

            nav {
                margin-left: 5vw;
                width: 251px;
                border-bottom: 1px solid black;
                border-radius: 5px;

                .all-store {
                    font-size: 20px;
                    padding-bottom: 20px;
                }

                .stores {
                    padding-top: 20px;
                    margin-left: 20px;
                    font-size: 15px;
                    gap: 20px;
                }

                .kakuin {
                    padding-top: 20px;
                    font-size: 20px;

                    .arrow {
                        width: 26px;
                        height: 26px;

                        &:before {
                            width: 11px;
                            height: 11px;
                        }
                    }
                }
            }
        }

        .staff-container {
            margin-bottom: 100px;

            h3 {
                display: flex;
                margin-left: 80px;
                margin-bottom: 50px;
            }

            h4 {
                height: 158px;
                font-size: 24px;
                padding: 20px 0 0 10%;
                margin-left: 5%;
            }

            .store-container {
                .ul-pc {
                    display: flex;
                    gap: 80px;
                    margin-left: 20%;
                    transform: translateY(-50px);
                    flex-wrap: wrap;
                    width: auto;

                    li {
                        width: 215px;

                        img {
                            width: 100%;
                            height: 143px;
                            object-fit: cover;
                        }

                        p {
                            font-size: 18px;
                            margin-top: 30px;
                            margin-bottom: 20px;
                        }

                        a {
                            &:hover {
                                opacity: 0.7;
                            }
                        }
                    }
                }

                .swiper {
                    display: none;
                }

                .swiper-button-prev, .swiper-button-next {
                    display: none;
                }
            }
        }
    }

    .joto {
        .bg-dot-pc-1 {
            width: 40px;
            top: 30%;
            right: 22%;
        }

        .bg-dot-pc-2 {
            width: 40px;
            bottom: 43%;
            left: 5%;
        }

        .bg-dot-pc-3 {
            width: 80px;
            bottom: 33%;
            right: 27%;
        }
    }

    .step {
        .bg-dot-pc-1 {
            width: 40px;
            top: 42%;
            right: 10%;
        }

        .bg-dot-pc-2 {
            width: 80px;
            bottom: 18%;
            right: 20%;
        }
    }

    .joto2 {
        .bg-dot-pc-1 {
            width: 80px;
            top: 37%;
            left: 30%;
        }

        .bg-dot-pc-2 {
            width: 40px;
            top: 44%;
            right: 39%;
        }

        .bg-dot-pc-3 {
            width: 40px;
            top: 45%;
            right: 5%;
        }

        .bg-dot-pc-4 {
            width: 80px;
            bottom: 13%;
            right: 10%;
        }

        .bg-dot-pc-5 {
            width: 60px;
            bottom: -5%;
            right: 15%;
        }
    }

    .head {
        margin-bottom: 100px;

        .bg {
            margin-bottom: 50px;
        }

        h3 {
            margin-bottom: 20px;
            font-size: 32px;
        }

        p {
            text-align: center;
            line-height: 40px;
            letter-spacing: 0.2rem;
            margin-bottom: 20px;
            font-size: 18px;

            span {
                display: block;
            }
        }
    }

    .greet {
        flex-direction: row;
        margin-bottom: 100px;
        .text {
            .bg-sp {
                display: none;
            }

            p {
                margin-left: 40px;
            }
        }

        .bg {
            display: block;
            width: 460px;
        }
    }

    .policy {
        margin-bottom: 100px;

        p {
            font-size: 18px;
            margin-left: 40px;
            line-height: 40px;

            span {
                display: block;
            }
        }
    }

    .anim-head2 {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    #about {
        .bg-dot {
            &.bg-dot-3 {
                top: 17%;
                left: 3%;
                width: 100px;
            }

            &.bg-dot-4 {
                top: 15%;
                left: 10%;
                width: 52px;
            }

            &.bg-dot-5 {
                bottom: 20%;
                right: 18%;
                width: 100px;
            }

            &.bg-dot-6 {
                bottom: 19%;
                right: 26%;
                width: 52px;
            }
        }

        .anim-head {
            margin-top: 128px;
            &.active {
                .dot-box {
                    .top-text {
                        flex-direction: row;
                        gap: 0.5em;
                    }
                }
            }
        }

        .row-reverse-from-pc {
            align-items: center;
            gap: 60px;
        }

        article {
            align-items: flex-start;
        }

        p {
            line-height: 41px;
            margin-left: 0;
        }
    }

    #feature {
        h3 {
            font-size: 48px;
            padding-top: 80px;
            padding-left: 160px;
        }

        ol {
            li {
                height: 100svh;
                padding-right: 137px !important;
                padding-left: 160px !important;

                &:first-of-type {
                    height: calc(100svh - 156.8px);
                    padding-bottom: 90px;

                    .bg-dot {
                        &.bg-dot-1 {
                            top: 1%;
                            right: 48%;
                            width: 52px;
                            z-index: 1;
                        }

                        &.bg-dot-2 {
                            top: 2%;
                            right: 52%;
                            width: 100px;
                            z-index: 1;
                        }

                        &.bg-dot-3 {
                            right: 18%;
                            left: initial;
                            bottom: 13%;
                            width: 52px;
                        }

                        &.bg-dot-4 {
                            right: 11%;
                            left: initial;
                            width: 100px;
                            z-index: 1;
                        }
                    }

                    .row-from-pc {
                        height: initial;

                        .img-container {
                            height: initial;
                        }

                        article {
                            p {
                                line-height: 41px;
                                margin: 0;
                            }
                        }
                    }
                }

                &:nth-of-type(2) {
                    .bg-dot {
                        &.bg-dot-1 {
                            top: 28%;
                            right: initial;
                            left: 10%;
                            width: 52px;
                        }

                        &.bg-dot-2 {
                            top: 32%;
                            right: initial;
                            left: 3%;
                            width: 100px;
                        }

                        &.bg-dot-3 {
                            bottom: 8%;
                            right: initial;
                            left: 30%;
                            width: 52px;
                        }

                        &.bg-dot-4 {
                            top: initial;
                            bottom: 9%;
                            right: initial;
                            left: 34%;
                            width: 100px;
                        }
                    }

                    .row-from-pc {

                        .img-container {
                            height: initial;
                            margin: 0;
                        }
                    }
                }

                &:last-of-type {
                    .row-from-pc {
                        height: 65svh;
                    
                        article {
                            + div {
                                width: initial;

                                .row-from-tb {
                                    justify-content: space-between;
                                    gap: 24px;
                                    height: 50%;
                                    margin-bottom: 35px;

                                    &:nth-child(2) {
                                        dl {
                                            margin-bottom: 0;
                                        }
                                    }

                                    dl {
                                        height: 100%;
                                    }
                                }
                            }
                        }

                        p {
                            width: initial;
                        }
                    }

                }

                >.row-from-pc {
                    gap: 50px;
                    justify-content: space-between;
                    
                    >:last-child {
                        width: 50%;
                    }

                    article {
                        p {
                            width: 510px;
                        }
                    }
                }
            }
        }

        dl {
            width: initial;
            height: 250px;
            flex: 1;
        }
    }

    #merit {
        h3 {
            justify-content: flex-start;
        }

        .row-from-pc {
            gap: 10vw;

            .img-container {
                margin-top: 0;
            }
        }
    }

    #recommend {
        h3 {
            justify-content: flex-start;
        }

        ul {
            justify-content: center;
            gap: 31px;

            li {
                width: 334px;
                height: 187px;
                margin: 0 0 270px;

                .img-container {
                    bottom: -230px;
                    left: 60px;
                    width: 275px;
                    height: 198px;

                    &.small-img {
                        width: 261px;
                        height: 163px;
                    }
                }
            }
        }
    }

    #visitflow {
        h3 {
            justify-content: flex-start;
        }

        .column {
            justify-content: center;
        }
    }

    #voice {
        h3 {
            justify-content: flex-start;
        }

        ul {
            gap: 81px;
            justify-content: center;
            position: relative;
            padding-top: 350px;

            li {
                width: 492px;
                height: 245px;
                margin: 0;

                &:first-of-type {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                }

                .bg-white {
                    align-items: flex-start;
                }

                .img-container {
                    width: 204px;
                    height: 153px;
                    bottom: 0;
                    left: 10%;
                }

                p {
                    padding-top: 30px;
                    font-size: 18px;
                    line-height: 41px;
                }
            }
        }

        >p {
            margin-top: 64px;
        }
    }

    #please-contact {
        position: relative;
        padding-top: 113px;
        padding-bottom: 177px;
        max-width: 1500px;
        margin: 0 auto;

        .bg-dot {
            &.bg-dot-1 {
                top: 5%;
                right: 18%;
                width: 71px;
            }

            &.bg-dot-2 {
                top: 8%;
                right: 6%;
                width: 162px;
            }

            &.bg-dot-3 {
                bottom: 22%;
                left: 9%;
                z-index: -1;
                width: 162px;
            }

            &.bg-dot-4 {
                bottom: 14%;
                left: 21%;
                z-index: -1;
                width: 71px;
            }
        }

        .img-container {
            position: absolute;

            &:nth-child(9) {
                top: 54.5px;
                left: 0;
                width: 285px;
                height: 291px;
                transform: scaleX(-1);
            }

            &:nth-child(10) {
                top: 250px;
                right: 0;
                z-index: -1;
                width: 351px;
                height: 350px;
                transform: scaleX(-1);
            }
        }

        strong {
            font-size: 32px;
        }

        >p {
            font-size: 18px;
            line-height: 41px;
            backdrop-filter: blur(4px);
        }
    }

    #contact-here {
        height: 302px;

        .dot-container {
            p {
                line-height: 52px;
            }
        }

        span {
            &:has(time){
                font-size: 32px;
            }

            &:has(span) {
                font-size: 24px;
            }
        }
    }

    #swear {
        height: 673px;

        .bg-img {
            background-size: 250%;
            background-position: center bottom 20%;
            transform: none;
            opacity: 0.2;

            .bg-white {
                background-size: 250%;
                background-position: center bottom 20%;
                width: calc(100% - 92px);
                height: calc(100% - 102px);
                margin: 46px 51px;
            }
        }

        .text-box {
            padding-top: 190px;

            strong {
                font-size: 48px;

                span {
                    &:first-of-type {
                        &::before {
                            right: 0;
                            left: initial;
                            transform: none;
                        }
                    }

                    &:last-of-type {
                        &::before {
                            bottom: 0;
                            left: 0;
                            height: 26px;
                            padding: 0 11px;
                            transform: none;
                        }
                    }
                }
            }

            p {
                font-size: 24px;
                line-height: 41px;
            }
        }
    }

    #local {
        padding-right: 103px;
        padding-left: 103px;

        .text-box {
            text-shadow: none;
            padding: 48px 64px;
            box-shadow: 0 0 10px 0 #00000080;

            .bg-dot-1 {
                top: -21%;
                left: -8%;
                width: 231px;
            }

            .bg-dot-2 {
                top: -32%;
                left: 12%;
                width: 121px;
            }

            .bg-dot-3 {
                bottom: -16%;
                right: 1%;
                width: 213px;
            }

            .bg-dot-4 {
                bottom: -21%;
                right: 22%;
                width: 112px;
            }

            h3 {
                justify-content: flex-start;
                margin-bottom: 40px;
            }
        }

        .row-from-pc {
            .bg-img {
                height: 100%;
            }
        }
    }
}

@media screen and (min-width: 1500px) {
    main {
        .entry-container, .entry-confirm-container {
            form {
                .fields {
                    padding-right: 18vw;

                    .cf7-privacy {
                        align-self: initial;
                        margin-right: 50px;
                    }
                }
            }

        }
    }
}

@keyframes rippleText {
    0% {
        text-shadow: 0 0 0 #1b85fb;
    }

    70% {
        text-shadow: 0 0 10px rgb(27 133 251 / 100%);
    }

    100% {
        text-shadow: 0 0 0 rgb(27 133 251 / 0%);
    }
}