.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

@media (max-width: 599px) {

.swiper-slide {
        width: 70%
}
    }

@media (max-width: 599px) {

.swiper-slide:last-child {
            margin-right: 20px
    }
        }

.swiper-container {
    position: relative;
}

.about-inner {
    width: 55.375vw;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 599px) {

.about-inner {
        width: 100%
}
    }

.about-figures {
    position: absolute;
    top: -3.75vw;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
}

.about-title {
    width: 43.75vw;
    margin: 1.25vw auto 0;
}

@media (max-width: 599px) {

.about-title {
        width: 70.13333vw;
        margin-top: 0
}
    }

.about-text {
    margin-top: 4.375vw;
}

@media (max-width: 599px) {

.about-text {
        margin-top: 35px
}
    }

.about-text-p {
    color: #212331;
    text-align: center;
    font-size: 1vw;
    line-height: 2.4;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 599px) {

.about-text-p {
        font-size: 3.73333vw;
        letter-spacing: 0
}
    }

.about-text-p + .about-text-p {
        margin-top: 3%;
    }

.about-flex {
    display: flex;
    padding: 3.75vw 1.25vw;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #B1B1B1;
    margin-top: 3.75vw;
}

@media (max-width: 599px) {

.about-flex {
        width: 89.33333vw;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        padding: 25px 10px 0
}
    }

.left-side {
    width: 43%;
}

@media (max-width: 599px) {

.left-side {
        width: 100%
}
    }

.right-side {
    width: 54%;
    line-height: 0;
}

@media (max-width: 599px) {

.right-side {
        margin-top: 32px;
        width: 70.66667vw
}
    }

.about-about-head {
    display: flex;
    align-items: center;
    color: #4F4F4F;
    font-size: 0.875vw;
    line-height: 1.6;
    margin-bottom: 0.3125vw;
}

@media (max-width: 599px) {

.about-about-head {
        font-size: 14px;
        margin-bottom: 5px
}
    }

.about-about-head div {
        font-weight: 600;
    }

.about-about-head .circle {
        background-color: #F44F28;
        width: 0.375vw;
        height: 0.375vw;
        border-radius: 50%;
        margin-right: 0.625vw;
    }

@media (max-width: 599px) {

.about-about-head .circle {
            width: 6px;
            height: 6px;
            margin-right: 10px
    }
        }

.about-about-text {
    color: #4F4F4F;
    font-size: 0.75vw;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 599px) {

.about-about-text {
        font-size: 12px
}
    }

.about-skill {
    width: 85.375vw;
    height: 34.1875vw;
    position: relative;
    margin: 3.125vw auto 0;
}

@media (max-width: 599px) {

.about-skill {
        width: 89.33333vw;
        height: auto;
        margin-top: 65px
}
    }

.about-skill1 {
    position: absolute;
    top: 5.4375vw;
    left: 0;
    width: 28.625vw;
}

@media (max-width: 599px) {

.about-skill1 {
        position: relative;
        top: auto;
        width: 76.53333vw;
        margin-left: auto;
        margin-top: 40px
}
    }

.about-skill2 {
    position: absolute;
    top: 12.9375vw;
    left: 30vw;
    width: 28.4375vw;
}

@media (max-width: 599px) {

.about-skill2 {
        position: relative;
        top: auto;
        left: 0;
        width: 75.2vw;
        margin-top: 30px
}
    }

.about-skill3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 29.375vw;
}

@media (max-width: 599px) {

.about-skill3 {
        position: relative;
        right: auto;
        margin-left: auto;
        width: 89.06667vw;
        margin-top: 16px
}
    }

.about-skill-more {
    position: absolute;
    bottom: -6.25vw;
    left: 50%;
    width: 55.9375vw;
    transform: translateX(-50%);
}

@media (max-width: 599px) {

.about-skill-more {
        position: relative;
        width: 100%;
        transform: none;
        left: auto;
        bottom: auto;
        margin-top: -30px
}
    }

.about-skill1-bubble {
    position: absolute;
    top: 1.875vw;
    left: 3.125vw;
    width: 14.5625vw;
}

@media (max-width: 599px) {

.about-skill1-bubble {
        width: 42.93333vw;
        left: -6.66667vw;
        animation: bubbleUp1 8s linear infinite
}
    }

.about-skill2-bubble {
    position: absolute;
    top: -1.875vw;
    left: 8.75vw;
    width: 17.125vw;
}

@media (max-width: 599px) {

.about-skill2-bubble {
        top: -8vw;
        width: 51.46667vw;
        left: 29.33333vw;
        animation: bubbleUp1 8s linear infinite;
        animation-delay: 2.4s
}
    }

.about-skill3-bubble {
    position: absolute;
    top: 4.375vw;
    left: 0;
    width: 12.8125vw;
}

@media (max-width: 599px) {

.about-skill3-bubble {
        top: 5.33333vw;
        width: 36.8vw;
        left: 50.66667vw;
        animation: bubbleUp1 8s linear infinite;
        animation-delay: 4.8s
}
    }

.about-skill-bubble-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    color: #212331;
    font-size: 1vw;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 1.5vw;
}

@media (max-width: 599px) {

.about-skill-bubble-text {
        font-size: 3.46667vw;
        padding-top: 3.73333vw;
        line-height: 1.4
}
    }

.about-skill-bubble {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none;
}

.about-skill1-hover {
    position: absolute;
    top: 0;
    left: 26%;
    width: 74%;
    height: 92%;
    border-radius: 50%;
    cursor: pointer;
}

.about-skill2-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 96%;
    border-radius: 50%;
    cursor: pointer;
}

.about-skill3-hover {
    position: absolute;
    top: 25%;
    left: 12.5%;
    width: 60%;
    height: 63%;
    cursor: pointer;
    transform: rotate(45deg);
}

@keyframes bubbleUp {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    50% {
        opacity: 1;
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes bubbleUp1 {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    4% {
        opacity: 1;
        transform: translateY(-10px);
    }
    8% {
        opacity: 1;
        transform: translateY(0);
    }
    30% {
        opacity: 1;
    }
    34% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.about-skill-hover:hover ~ .about-skill-bubble {
    animation: bubbleUp 0.6s ease-in-out;
    opacity: 1;
}

.about-highlight {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    gap: 0.625vw;
}

@media (max-width: 599px) {

.about-highlight {
        justify-content: center;
        gap: 10px
}
    }

.about-highlight .big {
        color: #F44F28;
        font-size: 3.125vw;
        font-weight: 700;
    }

@media (max-width: 599px) {

.about-highlight .big {
            font-size: 36px
    }
        }

.about-highlight .small {
        color: #212331;
        font-size: 1vw;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1.7;
    }

@media (max-width: 599px) {

.about-highlight .small {
            font-size: 14px
    }
        }

.about-skill .about-highlight {
    position: absolute;
    top: 3.75vw;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 599px) {

.about-skill .about-highlight {
        position: relative;
        top: auto;
        left: auto;
        transform: none
}
    }

.about-reason {
    margin-top: 5%;
    position: relative;
}

@media (max-width: 599px) {

.about-reason {
        margin-top: 55px;
        padding-bottom: 55px
}
    }

.about-reason .about-highlight {
    position: absolute;
    top: 14.6875vw;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 599px) {

.about-reason .about-highlight {
        position: relative;
        top: auto;
        left: auto;
        transform: none
}
    }

.about-reason-text {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 28vw;
    transform: translateX(-50%);
}

@media (max-width: 599px) {

.about-reason-text {
        position: relative;
        top: auto;
        left: auto;
        width: 84vw;
        transform: none;
        margin: 40px auto
}
    }

.about-figures-bottom {
    display: none;
}

@media (max-width: 599px) {

.about-figures-bottom {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        margin-bottom: -10vw
}
    }

.program {
    background-color: #FFEFDE !important;
    padding-bottom: 4.375vw;
}

@media (max-width: 599px) {

.program {
        padding-bottom: 40px
}
    }

.program-items {
    width: 50.875vw;
    margin-top: 4.375vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 599px) {

.program-items {
        margin-top: 50px;
        width: 84vw
}
    }

.program-items .item-row {
        display: flex;
        gap: 0.625vw;
    }

@media (max-width: 599px) {

.program-items .item-row {
            gap: 18px;
            margin-bottom: 14px
    }
        }

.program-items .item-label {
        display: flex;
        width: 8.4375vw;
        height: 4.6875vw;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 0.875vw;
        font-weight: 600;
        line-height: 1;
        border-radius: 1.0625vw;
    }

@media (max-width: 599px) {

.program-items .item-label {
            min-width: 20.26667vw;
            height: 75px;
            font-size: 13px;
            text-align: center;
            line-height: 1.3;
            border-radius: 13px
    }
        }

.program-items .item-text {
        height: 4.6875vw;
        display: flex;
        align-items: center;
        padding: 0 2.5vw;
        color: #4F4F4F;
        font-size: 0.8125vw;
        font-weight: 500;
        line-height: 1.8;
        border-bottom: 1px solid #B1B1B1;
        flex-grow: 1;
    }

@media (max-width: 599px) {

.program-items .item-text {
            height: 76px;
            font-size: 13px;
            line-height: 1.5;
            padding: 0
    }
        }

.program-items::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 4.6875vw;
        background: linear-gradient(180deg, rgba(255, 239, 222, 0.00) 10.67%, #FFEFDE 68%);
        pointer-events: none;
    }

@media (max-width: 599px) {

.program-items::after {
            height: 45.33333vw;
            background: linear-gradient(180deg, rgba(255, 239, 222, 0.00) 31.47%, #FFEFDE 100%)
    }
        }

.item-row + .item-row {
    margin-top: 0.75vw;
}

.item-row:nth-child(1) .item-label {
        background-color: #FF7E00;
    }

.item-row:nth-child(2) .item-label {
        background-color: #F44F28;
    }

.item-row:nth-child(3) .item-label {
        background-color: #32DDBC;
    }

.item-row:nth-child(4) .item-label {
        background-color: #20C8FF;
    }

.item-row:nth-child(5) .item-label {
        background-color: #FA3CA7;
    }

.item-row:nth-child(6) .item-label {
        background-color: #9747FF;
    }

.activity {
    margin-top: -4.375vw;
}

@media (max-width: 599px) {

.activity {
        margin-top: -40px
}
    }

.activity-head {
    width: 18.9375vw;
    margin: 3.5vw auto 0;
}

@media (max-width: 599px) {

.activity-head {
        width: 80.8vw;
        margin-top: 40px
}
    }

.activity-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 70.625vw;
    margin: -2% auto 0;
    position: relative;
}

@media (max-width: 599px) {

.activity-items {
        display: none
}
    }

.activity-item {
    width: 19.875vw;
    position: relative;
}

.activity-block {
    width: 100%;
}

.activity-block-box {
    padding: 1.25vw 1.5625vw 0;
}

@media (max-width: 599px) {

.activity-block-image {
        padding: 0 5px
}
    }

.activity-block-tags {
    display: flex;
    gap: 0.5vw;
    flex-wrap: wrap;
}

@media (max-width: 599px) {

.activity-block-tags {
        justify-content: center;
        gap: 5px 10px;
        width: 120%;
        margin-left: -10%;
        margin-top: 20px
}
    }

.activity-block-tags div {
        padding: 0.3125vw 0.9375vw;
        border: 1px solid #212331;
        color: #212331;
        font-size: 0.8125vw;
        font-weight: 500;
        line-height: 1.8;
        border-radius: 100px;
    }

@media (max-width: 599px) {

.activity-block-tags div {
            font-size: 11px;
            padding: 2px 15px
    }
        }

.activity-block-name {
    color: #212331;
    font-size: 1.375vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 1.125vw 0;
}

@media (max-width: 599px) {

.activity-block-name {
        font-size: 18px;
        text-align: center;
        margin: 14px 0;
        display: flex;
        align-items: center;
        height: 50px;
        justify-content: center;
        white-space: nowrap
}
    }

.activity-block-icons {
    display: flex;
    gap: 0.25vw;
}

@media (max-width: 599px) {

.activity-block-icons {
        justify-content: center;
        gap: 5px
}
    }

.activity-block-icon {
    width: 3.25vw;
}

@media (max-width: 599px) {

.activity-block-icon {
        width: 54px
}
    }

.activity-item:nth-child(2) {
    transform: translateY(8.625vw);
}

.activity-item:nth-child(3) {
    transform: translateY(2.0625vw);
}

.activity-item:nth-child(4) {
    margin-top: 4vw;
}

.activity-item:nth-child(5) {
    margin-top: 11.5625vw;
}

.activity-item:nth-child(6) {
    margin-top: 7.9375vw;
}

.activity-item:nth-child(n + 4)::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20.5vw;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 15%, #FFF 100%);
    }

.activity-swiper-container {
    display: none;
    width: 190%;
    margin-left: -45%;
    margin-top: 40px;
}

@media (max-width: 599px) {

.activity-swiper-container {
        display: block
}
    }

.activity-swiper-control {
    display: none;
}

@media (max-width: 599px) {

.activity-swiper-control {
        width: 84vw;
        margin: 25px auto 40px;
        display: flex;
        gap: 18px;
        align-items: center
}
    }

.activity-swiper-buttons {
    display: flex;
    min-width: 100px;
    justify-content: space-between;
}

.activity-swiper-button {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #212331;
}

.activity-swiper-button-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #fff;
    margin-left: 2px;
}

.activity-swiper-button-prev .activity-swiper-button-arrow {
        transform: rotate(180deg);
        margin-left: -2px;
    }

.activity-swiper-pagination {
    flex-grow: 1;
    height: 4px;
    border-radius: 2px;
    background-color: #B1B1B1;
    overflow: hidden;
    position: relative;
}

.activity-swiper-current {
    width: 16.66667%;
    height: 4px;
    border-radius: 2px;
    background-color: #212331;
    transition: transform 0.4s ease-in-out;
}

.flow-easy {
    width: 7.3125vw;
    margin: 0 auto 0.625vw;
}

@media (max-width: 599px) {

.flow-easy {
        width: 117px;
        margin-bottom: 5px
}
    }

.flow {
    background-color: #FFEFDE !important;
    padding-bottom: 11.0625vw;
}

@media (max-width: 599px) {

.flow {
        padding-bottom: 95px
}
    }

.flow-items {
    display: flex;
    width: 72.375vw;
    justify-content: space-between;
    align-items: flex-start;
    margin: 4.1875vw auto 0;
}

@media (max-width: 599px) {

.flow-items {
        flex-direction: column;
        align-items: center;
        gap: 20px
}
    }

.flow-item-icon {
    width: 9.375vw;
    margin: 0 auto;
}

@media (max-width: 599px) {

.flow-item-icon {
        width: 150px
}
    }

.flow-item-number {
    color: #F44F28;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: 1.375vw;
}

@media (max-width: 599px) {

.flow-item-number {
        font-size: 14px;
        margin-top: 14px
}
    }

.flow-item-name {
    color: #212331;
    font-size: 1.5vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0.625vw;
}

@media (max-width: 599px) {

.flow-item-name {
        font-size: 24px;
        margin-top: 10px
}
    }

.flow-item-text {
    color: #4F4F4F;
    font-size: 0.875vw;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1.25vw;
    text-align: center;
}

@media (max-width: 599px) {

.flow-item-text {
        font-size: 14px;
        margin-top: 15px
}
    }

.flow-item-text a {
        text-decoration: underline !important;
        color: #F44F28;
    }

.flow-item-comment {
    color: #8F8F8F;
    font-size: 0.75vw;
    font-weight: 500;
    line-height: 1.8;
    text-align: center;
}

@media (max-width: 599px) {

.flow-item-comment {
        font-size: 14px
}
    }

.flow-dir {
    width: 4.0625vw;
    height: 4.0625vw;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.4375vw;
}

@media (max-width: 599px) {

.flow-dir {
        width: 40px;
        height: 40px;
        margin-top: 0
}
    }

.flow-dir-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5625vw 0 0.5625vw 0.8125vw;
    border-color: transparent transparent transparent #F44F28;
    margin-left: 0.1875vw;
}

@media (max-width: 599px) {

.flow-dir-arrow {
        margin-left: 0;
        margin-top: 2px;
        border-width: 8px 6px 0 6px;
        border-color: #F44F28 transparent transparent transparent
}
    }

.voice {
    margin-top: -4.375vw;
}

@media (max-width: 599px) {

.voice {
        margin-top: -40px
}
    }

.voice-slides {
    width: 120%;
    margin-left: -10%;
    margin-top: 4.375vw;
    margin-bottom: 5.625vw;
    position: relative;
}

@media (max-width: 599px) {

.voice-slides {
        margin-top: 40px;
        width: 180%;
        margin-left: -40%;
        margin-bottom: 60px
}
    }

.voice-block-image {
    position: relative;
}

.voice-block-image::before {
        content: '';
        position: absolute;
        top: 0.5vw;
        left: 0.5vw;
        border-radius: 0.9375vw;
        width: 100%;
        height: 100%;
        background-color: #F44F28;
    }

@media (max-width: 599px) {

.voice-block-image::before {
            top: 5px;
            left: 5px;
            border-radius: 10px
    }
        }

.voice-block-image-inside {
    border-radius: 0.9375vw;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

@media (max-width: 599px) {

.voice-block-image-inside {
        border-radius: 10px
}
    }

.voice-block-image-inside img {
        transition: transform 0.4s ease-in-out;
    }

.voice-block-date {
    color: #F44F28;
    font-family: "Montserrat", sans-serif;
    font-size: 0.75vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-top: 1.875vw;
}

@media (max-width: 599px) {

.voice-block-date {
        font-size: 12px;
        margin-top: 20px
}
    }

.voice-block-text {
    color: #4F4F4F;
    font-size: 0.875vw;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 0.375vw;
}

@media (max-width: 599px) {

.voice-block-text {
        font-size: 13px;
        margin-top: 6px
}
    }

.voice-block:hover .voice-block-image-inside img {
        transform: scale(1.1);
    }

.voice-slide {
    opacity: 0.4;
    transition: opacity 0.4s ease-in-out;
}

@media (max-width: 599px) {

.voice-slide {
        pointer-events: none
}
    }

.voice-slide.swiper-slide-active {
        opacity: 1;
    }

@media (max-width: 599px) {

.voice-slide.swiper-slide-active {
            pointer-events: inherit
    }
        }

.voice-button-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5625vw 0 0.5625vw 0.8125vw;
    border-color: transparent transparent transparent #fff;
}

@media (max-width: 599px) {

.voice-button-arrow {
        border-width: 6px 0 6px 9px
}
    }

.voice-button-prev {
    position: absolute;
    top: 4.1875vw;
    left: 37%;
    width: 4.25vw;
    height: 4.25vw;
    border-radius: 50%;
    background-color: #4F4F4F;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 599px) {

.voice-button-prev {
        width: 42px;
        height: 42px;
        left: 27%;
        top: 40px;
        background-color: #212331
}
    }

.voice-button-prev .voice-button-arrow {
        transform: rotate(180deg) translateX(0.1875vw);
    }

@media (max-width: 599px) {

.voice-button-prev .voice-button-arrow {
            transform: rotate(180deg) translateX(3px)
    }
        }

.voice-button-next {
    position: absolute;
    top: 4.1875vw;
    right: 36.5%;
    width: 4.25vw;
    height: 4.25vw;
    border-radius: 50%;
    background-color: #4F4F4F;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 599px) {

.voice-button-next {
        width: 42px;
        height: 42px;
        right: 27%;
        top: 40px;
        background-color: #212331
}
    }

.voice-button-next .voice-button-arrow {
        margin-left: 0.1875vw;
    }

@media (max-width: 599px) {

.voice-button-next .voice-button-arrow {
            margin-left: 3px
    }
        }

.mv {
    height: 40vw;
    position: relative;
}

@media (max-width: 599px) {

.mv {
        height: 87.46667vw
}
    }

.wrapper {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 599px) {

.wrapper {
        width: 90%
}
    }

.box {
    border-radius: 4.375vw 4.375vw 0 0;
    background-color: #fff;
    padding-top: 5.625vw;
    position: relative;
    z-index: 1;
}

@media (max-width: 599px) {

.box {
        border-radius: 40px 40px 0 0;
        padding-top: 60px
}
    }

.spark-link {
    margin-top: 2.5vw;
    display: flex;
    justify-content: center;
    padding-bottom: 6.0625vw;
}

@media (max-width: 599px) {

.spark-link {
        margin-top: 50px;
        padding-bottom: 55px
}
    }

.member-icon {
    fill: #fff;
    transition: 0.4s ease-in-out;
}

@media (max-width: 599px) {

.member-icon {
        fill: #212331;
        transition: none
}
    }

.member-fix {
    position: fixed;
    z-index: 8;
    top: 1.5vw;
    right: 6.875vw;
    width: 12.5vw;
    height: 3.25vw;
    border: 2px solid #212331;
    background-color: #212331;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875vw;
    font-weight: 600;
    transition: 0.4s ease-in-out;
    color: #fff;
}

.member-fix:hover {
        background-color: #fff;
        color: #212331;
    }

.member-fix:hover .member-icon {
            fill: #212331;
        }

@media (max-width: 599px) {

.member-fix {
        display: none
}
    }

.member-fix-text {
    overflow: hidden;
}

.member-fix-text div {
        font-weight: 600;
    }

.member-fix-icon {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 1.25vw;
    transform: translateY(-50%);
}

.member-fix-sp {
    display: none;
}

@media (max-width: 599px) {

.member-fix-sp {
        position: fixed;
        z-index: 8;
        width: 40px;
        top: 14px;
        right: 60px;
        display: flex;
        flex-direction: column;
        align-items: center
}
    }

.member-fix-sp svg {
        width: 24px;
    }

.member-fix-sp-text {
    margin-top: 2px;
    color: #212331;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
