@font-face {
    font-family: "Domus Titling Extralight";
    src: url("../../font/Domus_Titling_Extralight.otf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

.description-result p {
    margin: 0 4rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: start;
}

.store-name-text {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 0 #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.username-text {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.suitable-text {
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: none;
}


.arrow {
    position: absolute;
    right: -4%;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    background-color: var(--color-red);
    border: 5px solid #fff;
    z-index: 1;
}

.arrow img {
    width: 0.75rem;
    margin-left: 4px;
    margin-top: 4px;
}

.button-job-list {
    width: 100%;
    margin: 2.36rem 0 2.76rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.button-url, .button-twitter {
    width: 100%;
    gap: 4px;
    @media (min-width: 1024px) {
        width: 320px;
        font-size: 24px !important;
        gap: 8px;
    }
}

.button-twitter img {
    width: 1.75rem;
}

.button-link {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    gap: 0.5rem;
    @media (min-width: 1024px) {
        gap: 2rem;
        margin-bottom: 1.5rem;
    }
}

.result-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0px 3px 0px var(--color-soft-pink);
    border-radius: 8px;
    width: 100%;
    max-width: 1080px;
    margin: 1.41rem auto 1.36rem;
    text-align: center;
    position: relative;
    @media screen and (max-width: 1023px) {
        width: calc(100% - 2rem);
        max-width: 32rem;
    }
}

.text-inform p {
    color: var(--color-red);
}

.text-inform {
    z-index: 1;
}

.test-again {
    margin: 0.75rem 0 1rem;
    display: block;
    text-align: center;
    color: var(--color-red);
    font-size: 0.5rem;
    text-decoration: underline;
}

.aptitude-section {
    padding: 5.5rem 1.25rem 3.125rem;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

.suitable-job-text {
    width: 100%;
    position: absolute;
    top: -40px;
    font-size: 5rem;
    color: #fff;
    font-family: "Domus Titling Extralight";
}

.aptitude-container {
    position: relative;
    margin: 0 auto;
}

.question {
    text-align: center;
    color: var(--color-red);
}

.mascot-wrapper {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -38%;
    left: 0;
    right: 0;
    @media screen and (max-width: 1023px) {
        top: -30%;
    }

}

.mascot-upper-wrapper {
    position: absolute;
    width: unset;
    top: -3%;
    left: 0;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    @media screen and (max-width: 1023px) {
        top: -2%;
    }
}

.mascot-img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.aptitude-card {
    background-color: #ffffff;
    border: 2px solid #FA8DBA;
    border-radius: 24px;
    padding: 3.625rem 1.875rem 2.5rem !important;
    text-align: center;
    box-shadow: 0 4px 15px rgba(255, 100, 150, 0.15);
    position: relative;
}

.card-subtitle {
    color: var(--color-red);
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 400;
}

.card-title {
    color: var(--color-red);
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    text-shadow: 2px 2px 0px #ffeef5;
}

.card-title::after {
    content: "";
    display: block;
    width: 3.5rem;
    height: 0.1rem;
    background-color: var(--color-red);
    margin: 0.5rem auto 0;
    @media screen and (max-width: 1023px) {
        width: 1.875rem;
        height: 0.0625rem;  
    }
}

.card-divider {
    width: 1.563rem;
    height: 1px;
    background-color: var(--color-red);
    margin: 0 auto 1.188rem;
}

.result-divider {
    width: 2rem;
    height: 2px;
    background-color: var(--color-red);
    margin: 0.75rem auto 1.188rem;
}

.card-divider-detail {
    width: 3.25rem;
    height: 1px;
    background-color: var(--color-red);
    margin: 0.5rem auto 1.25rem;
}

.card-description {
    color: #4a4a4a;
    font-size: 0.938rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    font-weight: 500;
}

.card-description p {
    margin: 0;
    font-size: 0.75rem;
}

.dotTitle {
    color: var(--color-pink);
    font-weight: 500;
    font-size: 1.875rem;
    padding: 0 0.5rem;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0 auto;
    width: fit-content;
    position: relative;
    z-index: 2;
}

.dotLine {
    transform: translateY(-19px);
}

.option-answer {
    cursor: pointer;
    border: 1px solid var(--color-soft-pink);
    font-weight: 500 !important;
    color: #4D4D4D;
    border-radius: 0.438rem !important;
    padding: 0.5rem 0 !important;
    font-size: 1.25rem !important;
    max-width: 70%;
    width: 100%;
}

.option-answer.active {
    background-color: var(--color-pink);
    color: #fff;
    border: none;
    box-shadow: none;
}

.option-last {
    margin-bottom: 2.188rem !important;
}

.question-title {
    font-size: 1.875rem;
    font-weight: 700;
}

.question-comment {
    font-size: 1.25rem;
}

.question ::placeholder {
    text-align: start;
    color: var(--color-pink-shadow);
}

.answer-input {
    text-align: start;
    width: 80% !important;
}

.question-number {
    margin: 1.563rem 0 2rem 0;
}

.button-submit {
    margin: 1.5rem auto 2.375rem;
    width: 36%;
    padding: 0.75rem 0 !important;
}

.option-answer-list{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.frame-wrapper {
    background-color: var(--color-soft-pink, #ffcce0);
    padding: 0 2px 2px 0;
    margin: 2rem 1.7rem 0.25rem 1.7rem;
    display: inline-block;
    filter: drop-shadow(0px 3px 0px var(--color-soft-pink));
    clip-path: polygon(10px 0, calc(100% - 11px) 0, 100% 11px,
            100% calc(100% - 10px), calc(100% - 10px) 100%,
            10px 100%, 0 calc(100% - 11px), 0 10px);

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

.background-image {
    background-color: white;
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    margin: 0;
    border-radius: 0;
    clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px,
            100% calc(100% - 10px), calc(100% - 10px) 100%,
            7px 100%, 0 calc(100% - 7px), 0 7px);
}

.background-image img {
    max-height: 25rem;
}

.arrow_crescent{
    position: absolute;
    right: -4%;
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: 1px 4px 0px var(--color-pink-shadow);
    border-radius: 999px;
    z-index: 0;
    @media screen and (max-width: 1023px) {
        right: -6%;
        width: 2.25rem;
        height: 2.25rem;
        box-shadow: 0px 4px 0px var(--color-pink-shadow);
    }
}

.job_wrapper{
    position: relative;
    width: 100%;
    max-width: 32rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

 .job-icon{
    font-size: 24px;
    margin-left: -9px;
}

@media (min-width: 1024px) {
    .test-again {
        margin: 1rem 0 1rem;
        display: block;
        text-align: center;
        color: var(--color-red);
        font-size: 1.25rem;
        text-decoration: underline;
    }
    .text-title {
        font-size: 3rem !important;
    }

    .aptitude-section {
        padding: 13rem 1.25rem 3.125rem;
    }

    .button-start-test {
        font-size: 1.75rem !important;
        margin-bottom: 2.563rem;
        padding: 0.75rem 8.375rem 0.75rem !important;
    }

    .card-description p {
        font-size: 1.25rem;
    }

    .card-subtitle {
        font-size: 1.5rem;
    }

    .card-title {
        font-size: 3rem;
        text-shadow: 4px 4px 0px #ffeef5;
    }

    .aptitude-container {
        width: 60%;
        max-width: 1021px;
    }

    .mascot-img {
        width: 17.688rem;
        height: 17.688rem;
    }

    .mascot-upper-img {
        width: 10rem;
        z-index: 1;
    }

    .button_arrow {
        width: 100%;
        color: var(--color-red);
        font-size: 1.5rem !important;
        border-radius: 0.5rem !important;
        position: relative;
        max-width: 32rem;
        z-index: 1;

    }
    .list-question-wrap {
        width: 60%;
        max-width: 56rem;
        margin: 3.5rem auto;
        padding-bottom: 2rem;
    }

    .divider-only{
        padding: 2rem 0 !important;
    }
}

@media (max-width: 1023px) {
    .job-icon{
        font-size: 13px;
        margin-left: -9px;
    }
    .button-twitter img {
        width: 1.05rem;
    }

    .button_arrow {
        width: 100%;
        color: var(--color-red);
        font-size: 1.25rem !important;
        border-radius: 0.5rem !important;
        position: relative;
        padding: 0.5rem 0 !important;
        z-index: 1;
    }

    .arrow {
        position: absolute;
        right: -6%;
        width: 2.25rem;
        height: 2.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 999px;
        background-color: var(--color-red);
        border: 3px solid #fff;
        z-index: 1;
    }


    .button-job-list {
        width: 85%;
        margin: 1.36rem 1.11rem 1.76rem 0.95rem;
    }

    .result-divider {
        width: 0.93088rem;
        height: 1px;
    }

    .suitable-job-text {
        top: -20px;
        font-size: 2.938rem;
    }

    .frame-wrapper {
        background-color: var(--color-soft-pink, #ffcce0);
        padding: 0 2px 2px 0;
        margin: 1rem 1.7rem 0.25rem 1.7rem;
        display: inline-block;
        filter: drop-shadow(0px 3px 0px var(--color-soft-pink));
        clip-path: polygon(10px 0, calc(100% - 11px) 0, 100% 11px,
                100% calc(100% - 10px), calc(100% - 10px) 100%,
                10px 100%, 0 calc(100% - 11px), 0 10px);
    }

    .background-image {
        background-color: white;
        padding: 0.6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: transform 0.2s ease-in-out;
        margin: 0;
        border-radius: 0;
        clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px,
                100% calc(100% - 10px), calc(100% - 10px) 100%,
                7px 100%, 0 calc(100% - 7px), 0 7px);
    }

    .description-result p {
        margin: 0 0.7rem;
        font-size: 0.68988rem;
    }

    .store-name-text {
        font-size: 1.6875rem;
        font-weight: 700;
    }

    .suitable-text {
        font-size: 0.87806rem;
        font-weight: 700;
    }

    .username-text {
        margin-top: 1.25rem;
        font-size: 0.87806rem;
        font-weight: 700;
    }

    .dotLine {
        transform: translateY(-10px);
    }

    .dotTitle {
        font-size: 0.875rem;
    }

    .card-divider-detail {
        width: 0.938rem;
    }

    .question-number {
        margin: 1.563rem 0 0.625rem 0;
    }

    .button-submit {
        margin: 1.5rem auto 2.375rem;
        width: 90%;
        padding: 0.438rem 0 !important;
    }

    .option-answer {
        cursor: pointer;
        font-size: 0.813rem !important;
        border-radius: 0.438rem !important;
        padding: 0.25rem 0 !important;
        max-width: 17.5rem;
    }

    .question {
        font-weight: 700;
    }

    .question-comment {
        font-size: 0.75rem;
    }

    .question-title {
        font-size: 0.875rem;
    }

    .list-question-wrap {
        width: calc(100% - 2rem);
        max-width: 32rem;
        margin: 1.375rem auto;
        padding: 0 1rem;
        padding-bottom: 1.75rem;
    }

    .mascot-img {
        width: 7.688rem;
        height: 7.688rem;
    }

    .mascot-upper-img {
        width: unset;
    }

    .card-title {
        font-size: 1.6875rem;
    }

    .card-subtitle {
        font-size: 0.75rem;
    }

    .aptitude-card {
        padding: 2.313rem 1.438rem 2.5rem !important;
        width: 21.5rem;
        height: 15.938rem;
    }

    .button-start-test {
        margin-bottom: 1.563rem;
        padding: 0.563rem 4.375rem 0.375rem !important;
    }
}