.screen {
    background-color: #ffffff;
    display: grid;
    justify-items: center;
    align-items: start;
    width: 100vw;
    min-height: 100vh;
}

.container {
    background-color: #ffffff;
    overflow: visible;
    width: 100%;
    max-width: 1440px;
    position: relative;
    min-height: 1524px;
}

/* Main Content */
.main-content {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
    margin-top: 108px;
    min-height: calc(100vh - 300px);
}

.completion-title {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    letter-spacing: 0;
    margin-bottom: 24px;
    padding-top: 48px;
}

.completion-subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0;
    margin: 0 auto 24px;
}

.rectangle {
    width: 113px;
    height: 7px;
    background: linear-gradient(90deg, #009A55 0%, #00FF00 100%);
    margin-bottom: 48px;
    border-radius: 100px;
    margin: 24px auto 0;
}

.completion-message {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    letter-spacing: 0;
    margin: 48px;
}

.back-btn {
    width: 292px;
    background-color: #009A55;
    border-radius: 100px;
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 4px 4px #0000001a;
    display: block;
    margin: 0 auto;
    transition: background-color 0.3s;
    letter-spacing: 0;
    padding: 12px;
}

.back-btn:hover {
    background-color: #00BD68;
}


/* Guide Section Component Styles */
.guide-section-component {
    width: 100%;
    position: relative;
    margin-top: 0;
}

.guide-section-component .view-11 {
    position: relative;
    width: 100%;
    height: 544px;
    max-width: 1440px;
    margin: 0 auto;
}

.guide-section-component .overlap-3 {
    position: absolute;
    width: 100%;
    height: 544px;
    top: 0;
    left: 0;
}

.guide-section-component .rectangle-3 {
    position: absolute;
    width: 100%;
    height: 544px;
    top: 0;
    left: 0;
    transform: rotate(180deg);
    background: linear-gradient(79deg, rgba(58, 170, 120, 1) 0%, rgba(104, 184, 47, 1) 100%);
}

.guide-section-component .rectangle-4 {
    position: absolute;
    width: 1170px;
    height: 426px;
    top: 59px;
    left: 135px;
    background-color: #ffffff;
    border-radius: 15px;
    z-index: 1;
}

.guide-section-component .text-wrapper-15 {
    top: 140px;
    left: 776px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 32px;
    line-height: 37.8px;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 0;
    z-index: 3;
}

.guide-section-component .text-wrapper-16 {
    width: 448px;
    top: 202px;
    left: 761px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: 25.6px;
    position: absolute;
    letter-spacing: 0;
    z-index: 3;
}

.guide-section-component .group-6 {
    position: absolute;
    width: 203px;
    height: 47px;
    top: 356px;
    left: 761px;
    box-shadow: 0px 4px 4px #0000001a;
    border-radius: 100%;
    z-index: 3;
}

.guide-section-component .overlap-group-4 {
    width: 201px;
    height: 47px;
    border-radius: 100px;
    position: relative;
    background-color: #68b82f;
}

.guide-section-component .text-wrapper-17 {
    width: 119px;
    top: 13px;
    left: 40px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 21.2px;
    white-space: nowrap;
    position: absolute;
    letter-spacing: 0;
}

.guide-section-component .rectangle-5 {
    position: absolute;
    width: 40px;
    height: 5px;
    top: 157px;
    left: 744px;
    transform: rotate(90.00deg);
    background: linear-gradient(90deg, rgba(104, 184, 47, 1) 0%, rgba(58, 170, 120, 1) 100%);
    z-index: 1;
}

.guide-section-component .mask-group {
    position: absolute;
    width: 547px;
    height: 426px;
    top: 59px;
    left: 134px;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
    z-index: 2;
    background-color: #f0f0f0;
}

.guide-section-component .rectangle-6 {
    position: absolute;
    width: 85px;
    height: 426px;
    top: 59px;
    left: 615px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

/* Small Desktop / Large Tablet (max-width: 1200px and min-width: 993px) */
@media (max-width: 1200px) and (min-width: 993px) {
    .main-content {
        max-width: 1100px;
    }

    .completion-subtitle {
        width: 400px;
        font-size: 16px;
        line-height: 18.9px;
    }
}

/* Tablet (max-width: 992px and min-width: 769px) */
@media (max-width: 992px) and (min-width: 769px) {
    .main-content {
        max-width: 900px;
    }

    .completion-title {
        font-size: 34px;
        line-height: 40.1px;
        margin-bottom: 40px;
    }

    .completion-subtitle {
        width: 380px;
        font-size: 15px;
        line-height: 17.7px;
    }
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
    .screen {
        width: 100vw;
    }

    .container {
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 20px;
    }

    .main-content {
        margin: 0;
        max-width: 100%;
        margin-top: 68px;
    }

    .completion-title {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }

    .completion-subtitle {
        width: 100%;
        max-width: 350px;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }

    .title-underline {
        margin: 0 auto 50px;
    }

    .guide-section-component {
        margin-top: 80px;
        width: 100%;
    }

    .guide-section-component .view-11 {
        width: 100%;
        height: 599px;
        max-width: 100%;
        margin: 0 auto;
    }

    .guide-section-component .overlap-3 {
        width: 100%;
        height: 599px;
        background-color: #68b82f;
        z-index: 1;
    }

    .guide-section-component .rectangle-3 {
        width: 100%;
        height: 599px;
        left: 0;
    }

    .guide-section-component .rectangle-4 {
        width: calc(100% - 40px);
        max-width: 350px;
        height: 539px;
        top: 30px;
        left: 20px;
        transform: none;
        border-radius: 8px;
        z-index: 1;
    }

    .guide-section-component .text-wrapper-15 {
        top: 282px;
        left: 50px;
        font-size: 22px;
        line-height: 26px;
    }

    .guide-section-component .text-wrapper-16 {
        width: 280px;
        top: 330px;
        left: 40px;
        font-size: 15px;
        line-height: 24px;
    }

    .guide-section-component .group-6 {
        width: 170px;
        height: 40px;
        top: 510px;
        left: 40px;
    }

    .guide-section-component .overlap-group-4 {
        width: 168px;
        height: 40px;
    }

    .guide-section-component .text-wrapper-17 {
        width: 100px;
        top: 11px;
        left: 34px;
        font-size: 15px;
        line-height: 17.7px;
    }

    .guide-section-component .rectangle-5 {
        width: 30px;
        height: 5px;
        top: 292px;
        left: 30px;
        transform: rotate(90deg);
        z-index: 1;
    }

    .guide-section-component .mask-group {
        width: calc(100% - 40px);
        max-width: 350px;
        height: 220px;
        top: 30px;
        left: 20px;
        border-radius: 8px 20px 0 0;
        object-fit: cover;
        display: block;
    }

    .guide-section-component .rectangle-6 {
        width: 40px;
        height: 5px;
        top: 254px;
        right: 20px;
        background-color: #d9d9d9;
    }
}

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .completion-title {
        font-size: 24px;
        line-height: 28.3px;
        margin-bottom: 20px;
        max-width: 320px;
    }

    .completion-subtitle {
        max-width: 320px;
        font-size: 14px;
        line-height: 22.4px;
    }

    .guide-section-component .rectangle-4 {
        max-width: 320px;
    }

    .guide-section-component .text-wrapper-15 {
        font-size: 20px;
        line-height: 23.6px;
    }

    .guide-section-component .text-wrapper-16 {
        width: 250px;
        font-size: 14px;
        line-height: 22.4px;
    }

    .guide-section-component .group-6 {
        width: 155px;
        height: 36px;
    }

    .guide-section-component .text-wrapper-17 {
        width: 90px;
        font-size: 14px;
        line-height: 16.5px;
    }

    .guide-section-component .mask-group {
        max-width: 320px;
    }
}

/* Extra Small Mobile (max-width: 360px) */
@media (max-width: 360px) {
    .container {
        padding: 0 10px;
    }

    .completion-title {
        font-size: 22px;
        line-height: 26px;
        max-width: 300px;
    }

    .completion-subtitle {
        max-width: 300px;
        font-size: 13px;
        line-height: 20.8px;
    }

    .guide-section-component .rectangle-4 {
        max-width: 300px;
    }

    .guide-section-component .text-wrapper-15 {
        font-size: 18px;
        line-height: 21.2px;
    }

    .guide-section-component .text-wrapper-16 {
        width: 220px;
        font-size: 13px;
        line-height: 20.8px;
    }

    .guide-section-component .group-6 {
        width: 140px;
        height: 34px;
    }

    .guide-section-component .text-wrapper-17 {
        width: 80px;
        font-size: 13px;
        line-height: 15.3px;
    }

    .guide-section-component .mask-group {
        max-width: 300px;
    }
}
