.p-products {
    & .p-products__title {
        position: relative;
        padding-left: 1.75rem;
        padding-bottom: .75rem;
        margin-bottom: 2.875rem;
        font-size: 1.5rem;
        font-weight: 700;
        border-bottom: 1px solid var(--color-main);
        color: var(--color-main);
        @media (768px > width) {
            padding-left: .75rem;
            padding-bottom: .5rem;
            margin-bottom: 1.875rem;
            font-size: 1.125rem;
        }
        &::after {
            position: absolute;
            content: "";
        }
    }
    & .p-products__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4.5rem 2.5rem;
        margin-bottom: 6.875rem;
        @media (768px > width) {
            grid-template-columns: 1fr;
            margin-bottom: 4.5rem;
        }
    }
    & .p-products__item {
        display: flex;
        align-items: center;
        gap: 1.375rem;
        @media (768px > width) {
            flex-direction: column;
            gap: 1.25rem;
        }
        & .p-products__thumb {
            width: 200px;
            margin: 0;
        }
        & .p-products__content {
            padding-left: .5rem;
            @media (768px > width) {
                width: 100%;
                padding-left: 0;
            }
            & .p-products__name {
                font-size: 1.25rem;
            }
            & .p-products__maker {
                font-size: .8125rem;
                font-weight: 500;
                color: var(--color-dark);
            }
            & .p-products__text {
                margin: 1.125rem 0;
                color: var(--color-dark02);
            }
            & .c-button--wh {
                margin-top: 1.5rem;
                @media (768px > width) {
                    margin: 1.25rem auto 0;
                }
            }
        }
    }
}
.p-news {
    padding: 0 0 5.625rem;
    @media (768px > width) {
        padding: 0 0 3.75rem;
    }
    & .c-category__title {
        text-align: left;
    }
    & .category-filter {
        display: flex;
        align-items: center;
        gap: 1.375rem;
        margin-bottom: 2.25rem;
        padding: 1.5rem 1.875rem;
        border-radius: .625rem;
        background: var(--color-main);
        @media (768px > width) {
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        & .c-category__title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--color-wh);
        }
    }
    & .c-category__list {
        display: flex;
        align-items: center;
        gap: .625rem;
        &::before {
            content: none;
        }
        & .c-category__item {
            border-radius: 1rem;
            border: 1px solid var(--color-wh);
            line-height: 1;
            a {
                display: block;
                padding: .375rem 1rem;
                font-size: .8125rem;
                font-weight: 500;
                color: var(--color-wh);
                vertical-align: middle;
            }
            &.active {
                background: var(--color-wh);
                a {
                    color: var(--color-main);
                }
            }
        }
    }
    & .p-news__item {
        border-bottom: 2px solid var(--color-bg02);
    }
    & .p-news__link {
        display: flex;
        align-items: center;
        padding: 1.875rem 1.25rem;
        color: var(--color-bk);
        @media (960px > width) {
            flex-wrap: wrap;
            gap: .5rem 0;
        }
        @media (768px > width) {
            padding: .75rem 1rem 1rem 0;
        }
        & .p-news__title {
            font-size: 1rem;
            font-weight: 500;
            @media (768px > width) {
                line-height: calc(26/16);
            }
        }
        & .p-news__date {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--color-main);
            @media (768px > width) {
                font-size: 1rem;
            }
        }
        & .p-news__category {
            margin: 0 1.25rem 0 1.125rem;
            padding: .375rem 1rem;
            border-radius: 1rem;
            font-size: .8125rem;
            font-weight: 700;
            line-height: 1;
            border: 1px solid var(--color-main);
            color: var(--color-main);
        }
    }
}
.p-about {
    padding: 0 0 7rem;
    @media (768px > width) {
        padding: 0 0 3.875rem;
    }
    & .p-about__intro {
        & .p-about__introTitle {
            margin-bottom: 2rem;
            font-size: 2rem;
            @media (768px > width) {
                margin-bottom: 1rem;
                font-size: 1.5rem;
            }
        }
        & .p-about__introText {
            margin-bottom: 2rem;
            line-height: calc(38/16);
            color: var(--color-dark02);
        }
    }
    & .p-about__copy {
        position: relative;
        padding: 3.5rem 0 15rem;
        @media (768px > width) {
            padding: 0;
        }
        > img {
            display: block;
            max-width: 800px;
            margin: 0 auto;
            @media (768px > width) {
                max-width: 550px;
                margin-left: 50%;
            }
        }
        & .p-about__copyTitle {
            position: absolute;
            content: "";
            top: 12%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            width: 100%;
            @media (768px > width) {
                top: 5%;
            }
            h4 {
                font-size: 3.625rem;
                font-family: "Noto Serif JP", serif;
                background: linear-gradient(to right, #5A99D0 0%,  #165C9A 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                @media (768px > width) {
                    font-size: 1.375rem;
                }
                span {
                    background: linear-gradient(to right, #8ED16F 0%,  #1AAE1A 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
            p {
                font-weight: 500;
                color: var(--color-main);
            }
        }
        & .p-about__copyVertical {
            position: absolute;
            content: "";
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            @media (768px > width) {
                top: 20%;
                width: 100%;
                text-align: center;
            }
            h4 {
                font-size: 3.625rem;
                font-family: "Noto Serif JP", serif;
                background: linear-gradient(to right, #5A99D0 0%,  #165C9A 100%);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                @media (768px > width) {
                    font-size: 1.5rem;
                }
                span {
                    background: linear-gradient(to right, #8ED16F 0%,  #1AAE1A 100%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
            p {
                &.jp {
                    font-size: 1rem;
                    font-weight: 500;
                    font-family: "Noto Sans JP", serif;
                    @media (768px > width) {
                        font-size: .9375rem;
                    }
                }
            }
        }
    }
    & .p-aboutSupport {
        padding: 0 0 10.75rem;
        @media (768px > width) {
            padding: 0 0 5.375rem;
        }
        & .p-aboutSupport__title {
            text-align: center;
            margin-bottom: 6.125rem;
            @media (768px > width) {
                margin-bottom: 1.125rem;
            }
            span {
                font-size: 1.125rem;
                font-weight: 600;
                color: var(--color-main);
                @media (768px > width) {
                    font-size: .9375rem;
                }
            }
            h2 {
                margin-bottom: 1.5rem;
                font-size: 2rem;
                @media (768px > width) {
                    margin-bottom: .75rem;
                    font-size: 1.5625rem;
                }
            }
            p {
                color: var(--color-dark02);
                @media (768px > width) {
                    text-align: left;
                    line-height: calc(32/15);
                }
            }
        }
        & .p-aboutSupport__item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            @media (768px > width) {
                flex-direction: column;
            }
            &:not(:last-of-type) {
                margin-bottom: 8rem;
                @media (768px > width) {
                    margin-bottom: 1rem;
                }
            }
            /* === テキストエリア === */
            .p-aboutSupport__content {
                width: 46%;
                @media (768px > width) {
                    width: 100%;
                }
                > span {
                    opacity: .25;
                    font-size: 5.25rem;
                    font-weight: 700;
                    font-family: "Outfit", sans-serif;
                    color: var(--color-dark);
                    @media (768px > width) {
                        font-size: 3.75rem;
                    }
                }
                & .p-aboutSupport__contentTitle {
                    margin-bottom: .75rem;
                    font-size: 1.875rem;
                    color: var(--color-main);
                    @media (768px > width) {
                        font-size: 1.4375rem;
                    }
                }
                & .p-aboutSupport__contentText {
                    line-height: calc(30/15);
                    color: var(--color-dark02);
                    @media (768px > width) {
                        margin-bottom: .9375rem;
                    }
                }
            }
        
            /* === 画像エリア === */
            img {
                /* 画面幅(100vw)の半分にする */
                width: calc(610/1440 * 100vw); 
                height: auto;
                object-fit: cover;
                margin-right: calc(50% - 50vw); 
                max-width: none; 
                @media (768px > width) {
                    width: 95vw;
                }
            }
        
            /* === 偶数番目（画像が左に来る時） === */
            &:nth-of-type(even) {
                flex-direction: row-reverse;
                @media (768px > width) {
                    flex-direction: column;
                }
                /* テキスト側の余白調整があればリセット */
                .p-aboutSupport__content {
                    /* padding-leftなどを調整 */
                }
        
                img {
                    margin-right: 0; /* 右側のマージンをリセット */
                    
                    /* 画像をコンテナの左端からさらに画面左端まで引っ張る */
                    margin-left: calc(50% - 50vw); 
                }
            }
        }
    }
    .p-aboutHistory {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        padding: 4.75rem 0 4.375rem;
        background: #F8FCFF;
        @media (768px > width) {
            padding: 2.5rem 0 3.125rem;
        }
        & .p-aboutHistory__img {
            max-width: 870px;
        }
    }
    .p-aboutOversea__list {
        display: flex;
        justify-content: space-between;
        @media (768px > width) {
            flex-direction: column;
        }
        & .p-aboutOversea__content {
            @media (768px > width) {
                margin-bottom: 1.875rem;
            }
        }
        & .p-aboutOversea__title {
            position: relative;
            padding: 0 0 .625rem 1.125rem;
            margin-bottom: 1.25rem;
            border-bottom: 1px solid var(--color-main);
            font-size: 1.25rem;
            color: var(--color-main);
            @media (768px > width) {
                padding: 0 0 .5rem .75rem;
                font-size: 1.125rem;
            }
            &::before {
                position: absolute;
                content: "";
                bottom: 0;
                left: 0;
                width: 1px;
                height: 21px;
                background: var(--color-main);
            }
        }
        & .p-aboutOversea__subject {
            display: flex;
            align-items: flex-start;
            @media (768px > width) {
                flex-direction: column;
                gap: .25rem;
            }
            & .p-aboutOversea__name {
                width: 64px;
            }
            & .p-aboutOversea__text {
                margin: 0 0 .75rem;
                color: var(--color-dark02);
           }
        }
        & .p-aboutOversea__img {
            margin: 0;
            img {
                padding-bottom: 2rem;
                @media (768px > width) {
                    padding-bottom: 1.25rem;
                }
            }
            figcaption {
                text-align: center;
                color: var(--color-main);
            }
        }
    }
    .p-aboutCompany {
        padding: 8.325rem 0 9rem;
        @media (768px > width) {
            padding: 2.5rem 0;
        }
    }
    .p-aboutCompany__list {
        display: flex;
        justify-content: space-between;
        gap: 3rem;
        margin-bottom: 5.125rem;
        @media (768px > width) {
            flex-direction: column;
        }
        & .p-aboutCompany__item {
            width: 50%;
            @media (768px > width) {
                width: 100%;
            }
        }
        & .p-aboutCompany__content {
            display: flex;
            align-items: flex-start;
            padding: 1.25rem 0;
            border-bottom: 1px solid #A0A6A666;
            @media (768px > width) {
                flex-direction: column;
            }
            & .p-aboutCompany__title {
                width: 164px;
                color: #4C5050;
                @media (768px > width) {
                    margin-bottom: .5rem;
                }
            }
            & .p-aboutCompany__text {
                width: calc(100% - 164px);
                margin: 0;
                @media (768px > width) {
                    width: 100%;
                    font-size: .9375rem;
                }
            }
        }
    }
    .p-about__title{
        margin-bottom: 2.625rem;
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--color-main);
        @media (768px > width) {
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
        }
    }
    & .p-about__subTitle {
        margin-bottom: 4.25rem;
        font-size: 1.125rem;
        font-weight: 600;
        color: var(--color-dark);
        @media (768px > width) {
            margin-bottom: 1.25rem;
            font-size: .8125rem;
        }
    }
}
.p-interview {
    padding: 0 0 8.75rem;
    @media (768px > width) {
        padding: 0 0 5.625rem;
    }
    & .p-interviewIntro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 7.5rem;
        /* justify-content: space-between; */
        @media (768px > width) {
            flex-direction: column-reverse;
            align-items: flex-end;
            gap: 2rem;
            margin-bottom: 3.75rem;
        }
        > img {
            width: calc(610 / 1440 * 100vw);
            height: auto;
            object-fit: cover;
            margin-left: calc(50% - 50vw);
            margin-right: 4.625rem;
            max-width: none;
            @media (768px > width) {
                width: 90vw;
                margin: 0 calc(50% - 50vw);
            }
        }
        & .p-interviewIntro__content {
            width: 45%;
            @media (768px > width) {
                width: 100%;
            }
            & .p-interviewIntro__title {
                margin-bottom: 2.25rem;
                background: linear-gradient(to right, #5998CF,  #185E9B);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }
        }
        & .p-interviewCeo {
            span {
                padding-bottom: .25rem;
                color: var(--color-dark);
            }
            & .p-interviewCeo__name {
                padding-bottom: 1rem;
                margin-bottom: .75rem;
                border-bottom: 1px solid var(--color-dark);
                font-size: 1.5rem;
                color: var(--color-dark02);
            }
            & .p-interviewCeo__text {
                line-height: calc(25/14);
                font-size: .875rem;
                color: var(--color-dark02);
            }
        }
    }
    & .p-interview__content {
        &:not(:last-of-type) {
            margin-bottom: 4rem;
            @media (768px > width) {
                margin-bottom: 2.5rem;
            }
        }
        &.column {
            display: flex;
            justify-content: space-between;
            gap: 4rem;
            margin-bottom: 7.5rem;
            @media (768px > width) {
                flex-direction: column;
                margin-bottom: 3.75rem;
            }
            > img {
                width: calc(610 / 1440 * 100vw);
                height: auto;
                object-fit: cover;
                margin-right: calc(50% - 50vw);
                max-width: none;
                @media (768px > width) {
                    width: 90vw;
                    margin: 0 calc(50% - 50vw);
                }
            }
            & .p-interview__content {
                &:not(:last-of-type) {
                    margin-bottom: 4rem;
                }
            }
        }
        &.row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 7.5rem;
            @media (768px > width) {
                flex-direction: column-reverse;
                align-items: flex-end;
                margin-bottom: 3.75rem;
            }
            > img {
                width: calc(610 / 1440 * 100vw);
                height: auto;
                object-fit: cover;
                margin-left: calc(50% - 50vw);
                margin-right: 4.625rem;
                max-width: none;
                @media (768px > width) {
                    width: 90vw;
                    margin: 0 calc(50% - 50vw);
                }
            }
            & .p-interview__content {
                &:not(:last-of-type) {
                    margin-bottom: 4rem;
                }
            }
            > div {
                width: 45%;
                @media (768px > width) {
                    width: 100%;
                }
                & .p-interviewIntro__title {
                    margin-bottom: 2.25rem;
                    background: linear-gradient(to right, #5998CF,  #185E9B);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
            }
        }
        + h2 {
            margin-bottom: 1rem;
            font-size: 1.375rem;
            color: var(--color-main);
            @media (768px > width) {
                font-size: 1.25rem;
            }
        }
        h3 {
            margin-bottom: 1rem;
            font-size: 1.125rem;
            color: var(--color-main);
            @media (768px > width) {
                font-size: 1.0625rem;
            }
            span {
                padding-right: .375rem;
                font-size: 1.625rem;
                font-weight: 500;
                font-family: "Outfit", sans-serif;
                color: var(--color-dark);
                @media (768px > width) {
                    font-size: 1.5rem;
                }
            }
        }
        p {
            line-height: calc(30/16);
            font-weight: 400;
            color: var(--color-dark02);
        }
    }
}
.p-csr {
    & .p-csr__title {
        margin-bottom: 1.25rem;
        font-size: 1.5625rem;
        font-weight: 700;
        color: var(--color-main);
        @media (768px > width) {
            text-align: center;
            font-size: 1.375rem;
        }
    }
    .p-csr__text {
        margin-bottom: 2rem;
        line-height: calc(35/15);
        @media (768px > width) {
            text-align: center;
        }
    }
    & .p-csrNews__title {
        margin-bottom: 1.5rem;
        color: var(--color-main);
        @media (768px > width) {
            margin-bottom: 1rem;
        }
    }
    & .p-news__list {
        width: 100%;
        max-width: 810px;
    }
    & .p-news__item {
        position: relative;
        border-bottom: 1px solid #A0A6A67A;
        &::after {
            position: absolute;
            content: "";

        }
    }
    & .p-news__link {
        display: flex;
        align-items: center;
        padding: 1.25rem 1.25rem;
        @media (768px > width) {
            flex-direction: column;
            align-items: flex-start;
            gap: .625rem;
            padding: .75rem 0 1rem;
        }
        &:hover {
            background: var(--color-hover);
            & .p-news__subject {
                color: var(--color-main);
            }
        }
        & .p-news__tag {
            display: flex;
            align-items: center;
        }
        & .p-news__date {
            font-size: 1.125rem;
            font-weight: 700;
            color: var(--color-main);
            @media (768px > width) {
                font-size: 1rem;
            }
        }
        & .p-news__category {
            text-align: center;
            min-width: 85px;
            margin-left: 1.25rem;
            padding: .375rem 0;
            border-radius: 1rem;
            line-height: 1;
            font-size: .8125rem;
            font-weight: 500;
            color: var(--color-main);
            border: 1px solid var(--color-main);
            @media (768px > width) {
                /* margin-left: 0; */
            }
        }
        & .p-news__subject {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            margin-left: 1.125rem;
            font-size: 1rem;
            font-weight: 500;
            color: var(--color-bk);
            @media (768px > width) {
                margin-left: 0;
            }
        }
    }
    & .p-csrContent {
        &:not(:last-of-type) {
            margin-bottom: 7.5rem;
            @media (768px > width) {
                margin-bottom: 2.75rem;
            }
        }
        & .p-csrTitle {
            width: 100vw;
            margin: 0 calc(50% - 50vw) 3.125rem;
            padding: 4.375rem 0 3.75rem;
            color: var(--color-wh);
            background: linear-gradient(to right, var(--color-main03), var(--color-main04));
            @media (768px > width) {
                padding: 2.75rem 0 6.5rem;
            }
            h3 {
                margin-bottom: 2.875rem;
                font-size: 2.8125rem;
                @media (768px > width) {
                    margin-bottom: .5rem;
                    font-size: 1.875rem;
                }
            }
            & .p-csrContent__text {
                font-size: 1.125rem;
                @media (768px > width) {
                    font-size: 1.0625rem;
                }
            }
        }
        & .p-csrContent__container {
            display: flex;
            gap: 4.625rem;
            @media (1024px > width) {
                gap: 1.625rem;
            }
            @media (768px > width) {
                flex-direction: column-reverse;
            }
            & .p-csrContentDetail__text {
                margin-bottom: 1.875rem;
                font-size: .9375rem;
                line-height: calc(35/15);
                @media (768px > width) {
                    line-height: calc(27/15);
                }
            }
            > img {
                margin-top: -12rem;
                margin-right: calc(50% - 50vw);
                width: calc(50vw - 50% + 50%);
                height: 100%;
                @media (768px > width) {
                    width: 100%;
                    margin-top: -8rem;
                }
            }
            & .p-csrContent__list {
                padding: 1.625rem 2.25rem;
                border: 1px solid var(--color-main);
                @media (768px > width) {
                    padding: 1.25rem;
                }
                & .p-csrContent__item {
                    &:not(:last-of-type) {
                        margin-bottom: .25rem;
                    }
                    span {
                        color: var(--color-main);
                    }
                }
            }
        }
    }
    & .p-csr__intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5.5rem;
        @media (768px > width) {
            flex-direction: column;
            gap: 2.375rem;
            margin-bottom: 2rem;
        }
    }
    & .swiper {
        overflow: visible;
        margin-bottom: 6rem;
        @media (768px > width) {
            margin-bottom: 2rem;
        }
        &:not(:last-of-type) {
            margin-bottom: 7.5rem;
            @media (768px > width) {
                margin-bottom: 2.625rem;
            }
        }
    }
    & .swiper-caption {
        font-size: .9375rem;
        font-weight: 700;
        color: var(--color-main);
    }
}
.p-contact {
    padding: 0 0 6rem;
    @media (768px > width) {
        padding: 0 0 4.125rem;
    }
    & .l-inner {
        max-width: 750px;
    }
    & .wpcf7 {
        max-width: 750px;
    }
    & .p-contact__item {
        &:not(:last-of-type) {
            margin-bottom: 1.25rem;
        }
        + p {
            text-align: center;
        }
        &.address {
            display: flex;
            flex-wrap: wrap;
            row-gap: 1.25rem;
            @media (768px > width) {
                flex-direction: column;
                row-gap: .5rem;
            }
            p {
                @media (768px > width) {
                    flex-direction: row;
                }
                &:nth-of-type(2) {
                    @media (768px > width) {
                        display: flex;
                    }
                }
                &:last-of-type {
                    width: calc(100% - 220px - 2.5rem);
                    margin-left: auto;
                    @media (768px > width) {
                        width: 100%;
                    }
                }
                > span.mark {
                    font-size: 1.25rem;
                    align-content: center;
                }
            }
            span.wpcf7-form-control-wrap {
                width: 100%;
            }
        }
        p {
            display: flex;
            @media (768px > width) {
                display: block;
            }
            label {
                position: relative;
                display: inline-block;
                width: 220px;
                margin-right: 1.25rem;
                align-content: center;
                @media (768px > width) {
                    width: auto;
                    margin-right: 0;
                    margin-bottom: .5rem;
                }
                &::after {
                    position: absolute;
                    content: "任意";
                    top: 50%;
                    right: 0;
                    transform: translateY(-50%);
                    padding: .3125rem .375rem;
                    border-radius: .625rem;
                    font-size: .75rem;
                    line-height: 1;
                    display: block;
                    background: var(--color-dark);
                    color: var(--color-wh);
                    @media (768px > width) {
                        right: -45px;
                    }
                }
                &.required {
                    &::after {
                        position: absolute;
                        content: "必須";
                        top: 50%;
                        right: 0;
                        transform: translateY(-50%);
                        padding: .3125rem .375rem;
                        border-radius: .625rem;
                        font-size: .75rem;
                        line-height: 1;
                        display: block;
                        background: var(--color-sub02);
                        color: var(--color-wh);
                        @media (768px > width) {
                            right: -45px;
                        }
                    }
                }
            }
            span.wpcf7-form-control-wrap {
                width: calc(100% - 244px);
                @media (768px > width) {
                    width: 100%;
                }
                label {
                    position: static;
                    &::after {
                        content: none;
                    }
                }
                input[type="text"] ,input[type="tel"],input[type="number"] ,input[type="email"] {
                    width: 100%;
                    height: 50px;
                    padding: 5px;
                    &.postNum {
                        display: block;
                        width: 135px;
                    }
                }
                .wpcf7-form-control.wpcf7-radio {
                    display: flex;
                    @media (768px > width) {
                        flex-direction: column;
                    }
                    label {
                        width: auto;
                    }
                }
            }
        }
    }
    input[type="submit"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        position: relative;
        text-align: left;
        display: block;
        width: 280px;
        margin: 2rem auto 0;
        padding: 1.125rem 2rem;
        border-radius: 5.625rem;
        font-size: .9375rem;
        font-weight: 500;
        border: 1px solid var(--color-main);
        color: var(--color-wh);
        background: linear-gradient(to right, var(--color-main), var(--color-main05));
        box-shadow: 0 4px 7px #7979796E;
        /* transition: .3s ease; */
        &::after {
            position: absolute;
            content: "";
            top: 50%;
            right: 2.375rem;
            transform: translateY(-50%);
            width: 9px;
            height: 9px;
            border-radius: 50%;
            background: var(--color-wh);
        }
        &:hover {
            &::after {
                transform: translate(9px ,-50%);
                transition: .3s ease;
            }
        }
    }
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }
    & .wpcf7-not-valid-tip {
        font-size: .875rem;
    }
    .wpcf7-spinner, .wpcf7-response-output {
        display: none!important;
    }
}
.p-thanks {
    padding: 0 0 8.75rem;
    @media (768px > width) {
        padding: 0 0 6rem;
    }
}
/* アクセス */
.p-access {
    padding: 0 0 8.75rem;
    .p-access__map {
        width: 100%;
        height: 480px;
        margin: 0 auto 3.75rem;
        @media (768px > width) {
            margin: 0 auto 2.5rem;
        }
        + .c-button {
            margin: 0 auto;
        }
    }
    .wp-block-lazyblock-accessmap {
        :has(.p-access__map) {
            margin-bottom: 7.5rem;
            @media (768px > width) {
                margin-bottom: 4.875rem;
            }
        }
    }
    .p-accessCar {
        display: flex;
        @media (768px > width) {
            flex-direction: column;
        }
        & .p-accessCar__content {
            align-content: center;
            /* width: calc(100% - calc(580/1100 * 100vw)); */
            width: 100%;
            padding: 0 0 0 5.125rem;
            background: var(--color-bg05);
            @media (1024px > width) {
                padding: 0 .5rem 0 3.25rem;
            }
            @media (768px > width) {
                width: 100%;
                padding: 2.5rem 2.375rem;
            }
            & .p-accessCar__title {
                margin-bottom: .9375rem;
                font-size: 1.5rem;
                color: var(--color-main);
                @media (768px > width) {
                    font-size: 1.25rem;
                }
            }
            & .p-accessCar__text {
                @media (768px > width) {
                    font-size: .875rem
                }
            }
        }
        > img {
            width: calc(580 / 1100 * 100%);
            max-width: 580px;
            /* max-width: calc(580/1100 * 100vw); */
            @media (768px > width) {
                width: 100%;
                max-width: 100%;
            }
        }
    }
}
.p-privacy-policy,
.p-term-of-service {
    padding: 0 0 8.5rem;
    @media (768px > width) {
        padding: 0 0 7.5rem;
    }
    h3 {
        margin: 2.25rem 0 .625rem;
        font-size: 1.375rem;
    }
    p {
        font-weight: 400;
        color: var(--color-dark02);
        @media (768px > width) {
            font-size: .9375rem;
        }
    }
}
.p-term-of-service {
    p {
        margin: 0;
    }
}
.p-sitemap {
    padding: 0 0 11.25rem;
    @media (768px > width) {
        padding: 0 0 3.625rem;
    }
    & .p-sitemap__list {
        display: flex;
        gap: 0 4.625rem;
        @media (1024px > width) {
            gap: 0 3.5rem;
        }
        @media (768px > width) {
            flex-direction: column;
        }
        & .p-sitemap__column {
            flex: 1;
            display: flex;
            flex-direction: column;
            & .p-sitemap__items {
                display: flex;
                /* justify-content: space-between; */
                padding: 1.875rem 4.5rem 1.875rem 1.875rem;
                border-bottom: 1px solid var(--color-main);
                @media (1024px > width) {
                    padding: 1.75rem 2.75rem 1.75rem 1.75rem;
                }
                @media (768px > width) {
                    padding: 1.125rem;
                }
                &:first-of-type {
                    border-top: 1px solid var(--color-main);
                }
                &:last-of-type {
                    &.noborder {
                        @media (768px > width) {
                            border-bottom: 1px solid var(--color-main);
                        }
                    }
                }
                &.noborder {
                    border-bottom: none;
                }
                > a {
                    width: 52%;
                    white-space: nowrap;
                    font-size: 1.125rem;
                    font-weight: 600;
                    color: var(--color-main);
                    @media (1024px > width) {
                        font-size: 1.0625rem;
                    }
                    @media (768px > width) {
                        width: 38%;
                    }
                }
                &.noparent {
                    > a {
                        align-content: center;
                    }
                }
                & .p-sitemapDetail {
                    @media (768px > width) {
                        width: 62%;
                    }
                    & .p-sitemapDetail__items {
                        a {
                            color: var(--color-dark02);
                        }
                        &:not(:last-of-type) {
                            margin-bottom: 1rem;
                        }
                    }
                }
            }
        }
    }
}