.vmv.mission {
    h2.txt {
        font-weight: 900;
        line-height: 1.3;
        font-size: 92px;
        margin-bottom: 30px;
        position: relative;
        background-color: hsla(255, 65%, 60%, 1);
        background-image: radial-gradient(at 49% 99%, #37c3c3 0px, transparent 50%), radial-gradient(at 100% 11%, hsla(325, 100%, 60%, 1) 0px, transparent 50%), radial-gradient(at 0% 48%, hsla(184, 80%, 48%, 1) 0px, transparent 50%), radial-gradient(at 42% 1%, hsla(13, 100%, 65%, 1) 0px, transparent 50%), radial-gradient(at 72% 33%, hsla(255, 65%, 60%, 1) 0px, transparent 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        @media screen and (max-width: 768px) {
            font-size: 70px;

            br {
                display: none;
            }
        }

        @media screen and (max-width: 500px) {
            font-size: 56px;
        }

        span {
            font-weight: 900;
            line-height: 1.3;
            margin-bottom: 30px;
            position: relative;
            background-color: hsla(255, 65%, 60%, 1);
            background-image: radial-gradient(at 49% 99%, #37c3c3 0px, transparent 50%), radial-gradient(at 100% 11%, hsla(325, 100%, 60%, 1) 0px, transparent 50%), radial-gradient(at 0% 48%, hsla(184, 80%, 48%, 1) 0px, transparent 50%), radial-gradient(at 42% 1%, hsla(13, 100%, 65%, 1) 0px, transparent 50%), radial-gradient(at 72% 33%, hsla(255, 65%, 60%, 1) 0px, transparent 50%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    }
}

.vision__text02 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;

    @media screen and (max-width: 768px) {
        text-align: left;
        padding-left: 24px;
        font-size: 20px;

        br {
            display: none;
        }
    }

}


.gradient-catchphrase {
    font-weight: 900;
    line-height: 1.3;
    font-size: 80px;
    margin-bottom: 30px;
    position: relative;
    background-color: hsla(255, 65%, 60%, 1);
    background-image: radial-gradient(at 49% 99%, #37c3c3 0px, transparent 50%), radial-gradient(at 100% 11%, hsla(325, 100%, 60%, 1) 0px, transparent 50%), radial-gradient(at 0% 48%, hsla(184, 80%, 48%, 1) 0px, transparent 50%), radial-gradient(at 42% 1%, hsla(13, 100%, 65%, 1) 0px, transparent 50%), radial-gradient(at 72% 33%, hsla(255, 65%, 60%, 1) 0px, transparent 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;

    @media screen and (max-width: 768px) {
        font-size: 40px;
        text-align: left;
    }

    @media screen and (max-width: 480px) {
        font-size: 32px;
    }

    span {
        font-weight: 900;
        line-height: 1.3;
        margin-bottom: 30px;
        position: relative;
        background-color: hsla(255, 65%, 60%, 1);
        background-image: radial-gradient(at 49% 99%, #37c3c3 0px, transparent 50%), radial-gradient(at 100% 11%, hsla(325, 100%, 60%, 1) 0px, transparent 50%), radial-gradient(at 0% 48%, hsla(184, 80%, 48%, 1) 0px, transparent 50%), radial-gradient(at 42% 1%, hsla(13, 100%, 65%, 1) 0px, transparent 50%), radial-gradient(at 72% 33%, hsla(255, 65%, 60%, 1) 0px, transparent 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}





/* TOPページリニューアル */
.welcomeToPicksDesign.rnew {
    background: linear-gradient(to right, #039EF5, #FF34A9);

    @media screen and (max-width: 768px) {
        padding-bottom: 40px;
    }

    .sp-only {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .sp-only {
            display: block;
        }
    }

    .head {
        text-align: center;
        color: #fff;

        .ttl {
            font-size: 64px;
            font-weight: bold;
            margin: 0 0 64px 0;

            @media screen and (max-width: 768px) {
                font-size: 24px;
                margin: 0 0 24px 0;
            }
        }

        .sub {
            font-size: 32px;
            font-weight: bold;

            @media screen and (max-width: 768px) {
                font-size: 18px;
            }

            span {
                @media screen and (max-width: 768px) {
                    display: block;
                    padding-bottom: 8px;
                }
            }
        }
    }

    .mission {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 240px;
        padding: 0px 48px;
        height: 265px;

        @media screen and (max-width: 768px) {
            flex-wrap: wrap;
            border-radius: 64px;
            padding: 24px;
            height: auto;
        }

        .sp-only {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .sp-only {
                display: block;
            }

            .pc-only {
                display: none;
            }
        }

        .label {
            /* display: flex;
            justify-content: center;
            align-items: center; */
            width: 14%;
            letter-spacing: 1px;
            aspect-ratio: 1 / 1;
            /* color: #fff;
            font-weight: bold;
            text-align: center;
            border: 1px solid #fff;
            border-radius: 160px; */


            @media screen and (max-width: 768px) {
                width: 25%;
                font-size: 18px;
                max-width: 120px;
            }

            @media screen and (max-width: 480px) {
                width: 98px;
                height: 98px;
            }
        }

        .main {
            display: flex;
            justify-content: center;
            width: 35%;
            font-size: 32px;
            font-weight: bold;
            color: #fff;

            @media screen and (max-width: 768px) {
                width: 52%;
                font-size: 18px;
                justify-content: flex-start;
                margin-left: 32px;
            }

            @media screen and (max-width: 480px) {
                margin-left: 24px;
            }

            p {
                margin: 0;
            }
        }

        .text {
            width: 50%;
            color: #fff;
            font-weight: bold;

            @media screen and (max-width: 768px) {
                width: 100%;
                font-size: 12px;
            }
        }
    }

    .first {
        display: flex;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 240px;
        padding: 16px 48px;
        color: #fff;
        max-width: 876px;
        margin: 0 auto;
        margin-top: 48px;

        @media screen and (max-width: 768px) {
            flex-wrap: wrap;
            border-radius: 64px;
            padding: 24px;
            height: auto;
        }

        .first-l {
            width: 75%;
            font-weight: 700;

            .ttl {
                font-size: 32px;
                margin: 0;
                margin-bottom: 8px;
                font-weight: 700;

                @media screen and (max-width: 768px) {
                    font-size: 24px;
                }
            }

            p {
                margin: 0;

                @media screen and (max-width: 768px) {
                    margin-bottom: 16px;
                    font-size: 12px;
                }
            }

            @media screen and (max-width: 768px) {
                width: 100%;
            }
        }

        a.btn-renw02 {
            font-size: 16px;
            max-width: 320px;
            line-height: 1.4;
        }

        .sp-only {
            display: none;
        }

        @media screen and (max-width: 768px) {
            .sp-only {
                display: block;
            }

            .pc-only {
                display: none;
            }
        }
    }
}

.service.rnew {
    .service__inner {
        padding-top: 120px;

        @media screen and (max-width: 768px) {
            padding-top: 16px;
        }
    }

    .service__box {
        justify-content: center;

        .service__box--item {
            width: 49%;
            margin: 0 1%;

            @media screen and (max-width: 768px) {
                width: 100%;
                margin-bottom: 32px;
            }

            .st {
                margin: 0 0 6px 0;
            }
        }

        .service__box--item-textBox-title {
            font-weight: bold;

            @media screen and (max-width: 768px) {
                text-align: center;
            }
        }

        .service__box--item-textBox-title:after {
            @media screen and (max-width: 768px) {
                width: 100%;
            }
        }
    }

    .btn-renw {
        margin-left: 0;

        @media screen and (max-width: 768px) {
            margin: 0 auto;
        }
    }
}

/* About US */
.top-aboutus {
    .top-aboutus__inner {
        max-width: 1080px;
        margin: 0 auto;
        height: 400px;
        background-image: url("../img/about-us.png");
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;

        @media screen and (max-width: 768px) {
            margin: 0 16px;
            height: 350px;
            border-radius: 48px;
        }

        .contents {
            text-align: center;
            background-size: cover;
            width: 100%;

            .ttl {
                font-size: 64px;
                font-weight: bold;
                color: #fff;
                margin: 0 0 48px 0;

                @media screen and (max-width: 768px) {
                    font-size: 44px;
                    margin: 0 0 24px 0;
                }
            }
        }
    }
}

/* About US */
.top-recruit {
    position: relative;
    z-index: 2;
    margin-bottom: 180px;

    @media screen and (max-width: 768px) {
        margin-bottom: 0px;
        overflow-x: hidden;
    }

    &::after {
        content: '';
        display: inline-block;
        width: 55%;
        height: 110%;
        background: linear-gradient(to right, #039EF5, #FF34A9);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: 80px;
        left: 0px;
        z-index: 2;
        border-radius: 0 8px 8px 0;
    }

    @media screen and (max-width: 768px) {
        &::after {
            display: none;
        }
    }

    .img {
        width: 55%;
        order: 2;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 4;

        @media screen and (max-width: 768px) {
            position: relative;
            width: 95%;
            right: -24px;
            top: 24px;
            /* transform: translateY(-80%); */
        }

        img {
            width: 100%;
            border-radius: 8px 0 0 8px;
            max-height: 560px;
            object-fit: cover;
        }
    }

    .top-recruit__inner {
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        position: relative;

        @media screen and (max-width: 1080px) {
            margin-left: 16px;
        }

        @media screen and (max-width: 768px) {
            margin-left: 0;
        }

        .info {
            width: 55%;
            padding: 160px 0 80px 0;
            position: relative;
            z-index: 3;

            @media screen and (max-width: 768px) {
                background: linear-gradient(to right, #039EF5, #FF34A9);
                border-radius: 0 8px 8px 0;
                width: 95%;
                padding: 40px 0 64px 0;
                text-align: center;
            }

            .ttl {
                font-size: 64px;
                font-weight: bold;
                color: #fff;
                margin: 0 0 24px 0;

                @media screen and (max-width: 768px) {
                    font-size: 44px;
                    margin: 0 0 24px 0;
                }
            }

            .text {
                color: #fff;
                line-height: 3;

                @media screen and (max-width: 768px) {
                    font-size: 12px;
                }
            }

            .btn-renw02 {
                margin-left: 0 !important;

                @media screen and (max-width: 768px) {
                    margin: 0 auto !important;
                }
            }
        }
    }
}

.top-cta-section {
    .top-cta-section__inner {
        max-width: 1080px;
        margin: 0 auto;
        padding: 160px 0;

        @media screen and (max-width: 1080px) {
            margin: 0 16px;

        }

        @media screen and (max-width: 768px) {
            padding: 40px 0;
        }
    }

    .top-cta-section__contents {
        display: flex;
        justify-content: center;
        gap: 120px;

        @media screen and (max-width: 768px) {
            display: block;
        }

        .top-cta-section__contents__item {
            border-bottom: 1px solid #1C2641;
            padding-bottom: 35px;

            @media screen and (max-width: 768px) {
                width: 100%;
                margin-bottom: 40px;
            }

            .ttl {
                font-size: 44px;
                font-weight: bold;
                margin-bottom: 0px;

                @media screen and (max-width: 768px) {
                    font-size: 32px;
                }
            }

            p {
                margin: 16px 0;
                font-weight: 700;
            }

            .btn-renw02 {
                @media screen and (max-width: 768px) {
                    margin-left: 0 !important;
                }
            }
        }
    }

    .btn-renw {
        margin-left: 0 !important;
    }
}

/* ボタン共通パーツ */
.btn-renw {
    display: flex !important;
    align-items: center;
    max-width: 190px;
    text-align: left;
    padding-left: 24px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    text-decoration: none;

    span {
        font-family: "Noto Sans JP", sans-serif;
    }
}

.btn-renw02 {
    display: flex !important;
    align-items: center;
    max-width: 180px;
    height: 62px;
    text-align: left;
    padding-left: 24px;
    font-size: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    text-decoration: none;

    span {
        font-family: "Noto Sans JP", sans-serif;
    }
}

@media screen and (max-width: 768px) {
    .btn-renw02 {
        font-size: 18px;
    }
}

.btn-renw:hover {
    background: linear-gradient(to right, #039EF5, #FF34A9);
    color: #fff;
}

.btn-renw02:hover {
    background: linear-gradient(to right, #039EF5, #FF34A9);
}

.btn-6.btn-5 input {
    position: relative;
    z-index: 99;
}


.ui-ux-cta {
    background-image: url("../img/power/sec07-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 16px;
    margin-top: -80px;

    .sp-only {
        display: none;

        @media screen and (max-width: 1080px) {
            display: block;
        }
    }

    @media screen and (max-width: 1080px) {
        margin-top: 0;
        padding: 40px 16px;
    }

    p {
        margin: 0;
    }

    .contents {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 100px;

        @media screen and (max-width: 1080px) {
            display: block;
            gap: 0;
        }
    }

    .left {
        max-width: 400px;

        img {
            width: 100%;
        }

        @media screen and (max-width: 1080px) {
            width: 100%;
            max-width: 100%;
        }
    }

    .right {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: bold;

        p {
            padding-left: 48px;

            @media screen and (max-width: 1080px) {
                padding-left: 0;
            }
        }

        @media screen and (max-width: 1080px) {
            font-size: 14px;
        }

        a {
            max-width: 420px;
            margin-top: 16px;
            padding-right: 32px;
            padding-left: 32px;
            font-size: 16px;

            @media screen and (max-width: 1080px) {
                padding-left: 24px;
                line-height: 1.4;
                max-width: 190px;
            }
        }
    }
}

/* 詳しい資料をご希望の方はこちら */
.doc {
    margin-bottom: 120px;
    background-color: #fff;

    p {
        margin: 0;
    }

    @media screen and (max-width:768px) {
        margin-bottom: 48px;
    }

    .content {
        max-width: 1080px;
        margin: 0 auto;
        padding: 56px 16px 32px 16px;
        text-align: center;
        font-size: 30px;
        font-weight: bold;

        @media screen and (max-width:768px) {
            padding: 18px 16px 18px 16px;
            font-size: 2.5vw;
        }

        .btn {
            display: block;
            max-width: 575px;
            margin: 0 auto;
            margin-top: 16px;
            padding: 16px 0;
            text-align: center;
            font-size: 25px;
            font-weight: normal;
            color: #fff;
            background: linear-gradient(to right, #039ef5 0%, #ed19c4 100%);

            @media screen and (max-width:768px) {
                max-width: 240px;
                font-size: 12px;
            }
        }
    }
}


.form .btn-6.btn-5 {
    width: 292px;
    height: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    &::before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 10px;
        background-image: url("../img/icon-arrow-w.png");
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        right: 48px;
        transform: translateY(-50%);
    }

    p {
        margin-bottom: 0;
    }
}


.gd-color01 {
    background: linear-gradient(to right, #039EF5, #FF34A9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;/
}

.gd-bg01 {
    background: linear-gradient(to right, #039EF5, #FF34A9);
}

.new-contact .mail-box__img {
    max-width: 100%;
}

.new-contact .mail-box__wrap {
    /* border-radius: 16px;
    padding: 32px 32px 64px 32px;
    box-sizing: border-box; */
}

.mail-box__img{
    border-radius: 16px;
    padding: 32px 32px 64px 32px;
    box-sizing: border-box;
}

.bg-white{
    background-color: #fff;
}

.new-contact .mail-box__category {
    align-items: baseline;
}

.new-contact .mail-box__img h2 {
    position: relative;
    margin-top: 0;
}

.new-contact .mail-box__img h2::before {
    bottom: -8px;
    width: 100%;
    height: 6px;
    min-height: 2px;
    position: absolute;
    background: linear-gradient(to right, #039EF5, #FF34A9);
}

.new-contact h1 {
    text-align: left;
    width: fit-content;
}

@media screen and (max-width: 768px) {
    .new-contact h1{
        margin-top: 80px;
        margin-bottom: 0;
    }
    .new-contact .mail-box__wrap {
        padding: 0;
        box-sizing: border-box;
        margin-top: 0;
    }
    .new-contact .mail-box__img h2 {
        font-size: 18px;
    }
}