@charset "utf-8";

.p-special-mv {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.p-special-mv__enterprise-link {
    position: absolute;
    top: 20px;
    right: 40px;
    background-color: #fff;
    color: #034D3F;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 10px 25px;
    border-radius: 15px;
    border: 2px solid #034D3F;
    box-shadow: 4px 4px 0 0 #034D3F;
    z-index: 10;
    transition: all 0.2s ease-out;
}

.p-special-mv__enterprise-link:hover {
    background-color: #fff;
    color: #034D3F;
    text-decoration: none;
    box-shadow: 2px 2px 0 0 #034D3F;
    transform: translate(2px, 2px);
}

.p-special-mv__inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.p-special-mv__copy-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 200px;
    padding: 0 60px;
    max-width: 600px;
    margin: 0 auto;
}

.p-special-mv__title {
    color: #034D3F;
    font-size: 2.2rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

.p-special-mv__subtitle {
    color: #034D3F;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 7px;
}

.p-special-mv__character {
    position: absolute;
    bottom: -100px;
    right: -20px;
    width: 220px;
    z-index: 3;
}

.p-special-mv__character-img {
    width: 100%;
    height: auto;
    display: block;
}

.p-special-intro {
    background-color: #EFF8F8;
    padding: 80px 0;
}

.p-special-intro__inner {
    display: flex;
    align-items: center;
    gap: 40px;
}

.p-special-intro__visual {
    flex: 1;
}

.p-special-intro__img {
    width: 100%;
    height: auto;
    display: block;
}

.p-special-intro__body {
    flex: 1;
}

.p-special-intro__title {
    color: #0F9934;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.p-special-intro__title-icon img {
    width: 60px;
    height: auto;
}

.p-special-intro__lead {
    color: #034D3F;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.p-special-intro__points {
    position: relative;
    padding-top: 10px;
}

.p-special-intro__points-label {
    position: absolute;
    top: -25px;
    left: -5px;
    font-family: "Montserrat", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #fff;
    z-index: 1;
    line-height: 1;
    pointer-events: none;
    opacity: 0.8;
}

.p-special-intro__list {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    padding-left: 30px;
    margin: 0;
}

.p-special-intro__item {
    color: #034D3F;
    font-weight: 700;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-special-intro__item::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #034D3F;
    border-radius: 50%;
    flex-shrink: 0;
}



.p-special-cv {
    padding: 50px 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
}

.p-special-cv__inner {
    max-width: 800px;
}

.p-special-cv__title {
    color: #0F9934;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
}

.p-special-cv__text {
    color: #034D3F;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 24px;
    font-weight: 500;
}

.p-special-cv__btn-area {
    display: flex;
    justify-content: center;
}

.p-special-cv__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FF7A38;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 1.25rem 4rem;
    border-radius: 12px;
    font-size: 1.1rem;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 15px rgba(255, 122, 56, 0.3);
}

.p-special-cv__btn:hover {
    background-color: #e66a2e;
    transform: translateY(-2px);
    color: #fff;
    text-decoration: none;
}

.p-special-cv__btn-arrow {
    margin-left: 10px;
    font-size: 1.2rem;
}

.p-special-support {
    padding: 50px 20px;
    background-color: #fff;
}

.p-special-support__box {
    background-color: #F6FBF2;
    border-radius: 30px;
    padding: 50px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.p-special-support__content {
    flex: 1;
}

.p-special-support__label {
    color: #034D3F;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.p-special-support__title {
    color: #0F9934;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}

.p-special-support__text {
    color: #034D3F;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 0.95rem;
}

.p-special-support__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #034D3F;
    border: 1px solid #034D3F;
    text-decoration: none;
    font-weight: bold;
    padding: 0.8rem 2.8rem;
    border-radius: 10px;
    transition: all 0.3s;
}

.p-special-support__btn:hover {
    background-color: #034D3F;
    color: #fff;
    text-decoration: none;
}

.p-special-support__features {
    flex: 0 0 350px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.p-special-support__card {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
}

.p-special-support__card-text {
    color: #0F9934;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

/*@media (max-width: 1000px) {
        .p-special-mv__character {
            width: 220px;
            bottom: -60px;
        }
    }*/

@media (max-width: 900px) {
    .p-special-support__box {
        padding: 40px;
    }

    .p-special-support__features {
        flex: 0 0 300px;
    }
}

@media (max-width: 768px) {

    .p-special-mv {
        height: auto;
        padding: 50px 20px;
        flex-direction: column;
    }

    .p-special-mv__enterprise-link {
        top: 15px;
        right: 15px;
        font-size: 0.75rem;
        padding: 8px 15px;
        box-shadow: 3px 3px 0 0 #034D3F;
    }

    .p-special-mv__inner {
        height: auto;
    }

    .p-special-mv__copy-box {
        height: auto;
        border-radius: 20px;
        padding: 20px;
        display: block;
    }

    .p-special-mv__title {
        margin-bottom: 10px;
    }

    .p-special-mv__subtitle {
        font-size: 1rem;
    }

    /*.p-special-mv__character {
            position: relative;
            bottom: 0;
            right: 0;
            margin: 20px auto 0;
            width: 180px;
        }*/

    .p-special-intro {
        padding: 50px 20px;
    }

    .p-special-intro__inner {
        flex-direction: column;
        gap: 30px;
    }

    .p-special-intro__title {
        font-size: 1.5rem;
    }

    .p-special-intro__points-label {
        font-size: 3rem;
        top: -20px;
    }



    .p-special-cv {
        padding: 60px 20px;
    }

    .p-special-cv__title {
        font-size: 1.4rem;
    }

    .p-special-cv__text {
        margin-bottom: 30px;
    }

    .p-special-cv__btn {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .p-special-support {
        padding: 40px 15px;
    }

    .p-special-support__box {
        flex-direction: column;
        padding: 40px 20px;
        gap: 30px;
        text-align: center;
    }

    .p-special-support__features {
        flex: auto;
        width: 100%;
    }

    .p-special-support__title {
        font-size: 1.4rem;
    }

    .p-special-support__btn {
        width: 100%;
        max-width: 300px;
        padding: 0.8rem 0;
    }
}