/* Hero */
.hero.career .hero-text h1 {
    width: 500px;
}

.hero.career .hero-text p {
    width: 550px;
}

/* End Hero */

/* Success Plan */
.success-plan {
    padding: 64px 44px 24px;
}

.success-plan .success-plan-container {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    /* flex-wrap: wrap; */
    align-items: center;
    overflow: hidden;
}

.success-plan .success-plan-container img {
    border-radius: 24px;
}

.success-plan .success-plan-text {
    width: 524px;
    opacity: 0px;
}

.success-plan .success-plan-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #858585;
}

.success-plan .success-plan-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1F2666;
}

.success-plan .success-plan-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #858585;
    padding-top: 10px;
}

/* End Success Plan */

/* Training */
.training {
    padding: 100px 32px 0px;
    /* background-color: #C93326; */
}

.training-container {
    padding: 48px 0px 48px;
    border: 4px solid #283382;
    border-radius: 48px;
}

.training .training-text {
    text-align: center;
    width: 700px;
    opacity: 0px;
    margin: 0px auto;
}

.training .training-text .title {
    font-family: 'Satoshi', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: left;
    color: #858585;
    text-align: center;
}

.training .training-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #1F2666;
    padding: 10px 0px;
}

.training .training-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #858585;
    text-align: center;
    margin: 0px auto;
}

.training .training-image {
    cursor: grab;
    margin: 60px auto;
}

.training .training-image .splide__list {
    display: flex;
    align-items: center;
}

.training .training-image .splide__list .splide__slide img {
    border-radius: 24px;
    object-fit: cover;
    pointer-events: none;
}

.training .training-image .splide__slide:nth-child(3n+1) img {
    width: 342px;
    height: 465px;
}

.training .training-image .splide__slide:nth-child(3n+2) img {
    width: 226px;
    height: 331px;
}

.training .training-image .splide__slide:nth-child(3n) img {
    width: 383px;
    height: 361px;
}

/* End Training */

/* Path */
.career-path {
    padding: 160px 54px 200px;
}

.career-path .career-path-container {
    /* margin: 50px 50px; */
    padding: 48px;
    background-color: #FFFFFF
}

.career-path .career-path-header {
    margin-bottom: 40px;
}

.career-path .career-path-header .title {
    font-family: 'Satoshi';
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    color: #858585;
}

.career-path .career-path-header h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #283382;
    width: 659px;
    margin: 0px auto;
}

.career-path-card {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 36px 0px;
}

.career-path-body .career-icons {
    background-color: #C93326;
    width: 92px;
    height: 82px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.career-path-body .career-path-card h3 {
    font-family: 'Satoshi', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #283382;
}

.career-path-body .career-path-card p {
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #858585;
    margin-top: -5px;
}

.career-path-body .career-path-card .career-path-text {
    width: 700px;
    height: 82px;
    padding-left: 2px;
}

/* End Path */

/* Join Us */
.join-us {
    padding: 0px;
    overflow: hidden;
}

.join-us .join-us-text {
    width: 638px;
    padding: 40px 42px 40px 42px;
    gap: 24px;
    border-radius: 24px;
    background-color: #FFFFFFB2;
    position: absolute;
    top: 10%;
    left: 5%;
}

.join-us .join-us-text h2 {
    font-family: 'Satoshi', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #C93326;
}

.join-us .join-us-text p {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #858585;
    margin: 15px 0px 30px;
}

/* End Join Us */


@media only screen and (max-width: 360px) {

    .hero.career .hero-text h1 {
        width: 100%;
    }

    .hero.career .hero-text p {
        width: 100;
    }

    .success-plan {
        padding: 0px;
        margin-bottom: 0;
    }

    .success-plan .success-plan-container {
        justify-content: center;
        align-items: center;
    }

    .success-plan .success-plan-container img {
        display: none;
    }

    .success-plan .success-plan-text {
        width: 100%;
        opacity: 0px;
        margin: 24px 24px 24px;
    }

    .success-plan .success-plan-text .title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .success-plan .success-plan-text h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .success-plan .success-plan-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training {
        padding: 30px 24px 0px;
    }


    .training .training-text {
        text-align: center;
        width: 290px;
        opacity: 0px;
        margin: 0px auto;
    }

    .training .training-text .title {
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        text-align: center;
    }

    .training .training-text h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
    }

    .training .training-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training .training-image img:nth-child(3n+1) {
        width: 272px;
        height: 395px;
    }

    .training .training-image img:nth-child(3n+2) {
        width: 156px;
        height: 261px;
    }

    .training .training-image img:nth-child(3n) {
        width: 313px;
        height: 291px;
    }

    .career-path {
        padding: 60px 24px 60px;
    }

    .career-path .career-path-container {
        padding: 24px;
        background-color: #FFFFFF;
        border-radius: 24px;
    }


    .career-path .career-path-header h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .career-path-card {
        align-items: start;
        margin: 10px 0px;
    }

    .career-path-body .career-icons {
        width: 46px;
        height: 42px;
        padding: 5px 10px;
    }

    .career-path-body .career-icons svg {
        width: 32px;
        height: 32px;
    }

    .career-path-body .career-path-card h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .career-path-body .career-path-card p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .career-path-body .career-path-card .career-path-text {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }

    /* Join Us */
    .join-us {
        padding: 0px;
        overflow: hidden;
    }

    .join-us .join-us-image img {
        height: 724px;
        object-fit: cover;
    }

    .join-us .join-us-text {
        width: 324px;
        padding: 40px 24px 40px 24px;
        top: 8%;
        left: 5%;
    }

    .join-us .join-us-text h2 {
        font-size: 30px;
        line-height: 52px;
    }

    .join-us .join-us-text p {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0px 30px;
    }

    /* End Join Us */

}

@media only screen and (min-width: 361px) and (max-width: 576px) {

    .hero.career .hero-text h1 {
        width: 100%;
    }

    .hero.career .hero-text p {
        width: 100;
    }

    .success-plan {
        padding: 0px;
        margin-bottom: 0px;
    }

    .success-plan .success-plan-container {
        justify-content: center;
        align-items: center;
    }

    .success-plan .success-plan-container img {
        display: none;
    }

    .success-plan .success-plan-text {
        width: 724px;
        opacity: 0px;
        margin: 24px 0px 0px 24px;
    }

    .success-plan .success-plan-text .title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .success-plan .success-plan-text h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .success-plan .success-plan-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training {
        padding: 30px 24px 0px;
    }

    .training .training-text {
        text-align: center;
        width: 100%;
        padding: 0px 20px;
        opacity: 0px;
        margin: 0px auto;
    }

    .training .training-text .title {
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        text-align: center;
    }

    .training .training-text h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
    }

    .training .training-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training .training-image img:nth-child(3n+1) {
        width: 272px;
        height: 395px;
    }

    .training .training-image img:nth-child(3n+2) {
        width: 156px;
        height: 261px;
    }

    .training .training-image img:nth-child(3n) {
        width: 313px;
        height: 291px;
    }

    .career-path {
        padding: 60px 24px 60px;
    }

    .career-path .career-path-container {
        padding: 24px;
        background-color: #FFFFFF;
        border-radius: 24px;
    }


    .career-path .career-path-header h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .career-path-card {
        align-items: start;
        margin: 10px 0px;
    }

    .career-path-body .career-icons {
        width: 46px;
        height: 42px;
        padding: 5px 10px;
    }

    .career-path-body .career-icons svg {
        width: 32px;
        height: 32px;
    }

    .career-path-body .career-path-card h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .career-path-body .career-path-card p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .career-path-body .career-path-card .career-path-text {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }

    /* Join Us */
    .join-us {
        padding: 0px;
        overflow: hidden;
    }

    .join-us .join-us-image img {
        height: 724px;
        object-fit: cover;
    }

    .join-us .join-us-text {
        width: 324px;
        padding: 40px 24px 40px 24px;
        top: 8%;
        left: 5%;
    }


    .join-us .join-us-text h2 {
        font-size: 30px;
        line-height: 52px;
    }

    .join-us .join-us-text p {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0px 30px;
    }

    /* End Join Us */

}

@media only screen and (min-width: 577px) and (max-width: 767px) {

    .hero.career .hero-text h1 {
        width: 100%;
    }

    .hero.career .hero-text p {
        width: 100;
    }

    .success-plan {
        padding: 0px;
        margin-bottom: 0px;
    }

    .success-plan .success-plan-container {
        justify-content: center;
        align-items: center;
    }

    .success-plan .success-plan-container img {
        display: none;
    }

    .success-plan .success-plan-text {
        width: 724px;
        opacity: 0px;
        margin: 24px 0px 0px 24px;
    }

    .success-plan .success-plan-text .title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .success-plan .success-plan-text h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .success-plan .success-plan-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training {
        padding: 60px 24px 0px;
    }

    .training .training-text {
        text-align: center;
        width: 450px;
        opacity: 0px;
        margin: 0px auto;
    }

    .training .training-text .title {
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        text-align: center;
    }

    .training .training-text h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
    }

    .training .training-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training .training-image img:nth-child(3n+1) {
        width: 272px;
        height: 395px;
    }

    .training .training-image img:nth-child(3n+2) {
        width: 156px;
        height: 261px;
    }

    .training .training-image img:nth-child(3n) {
        width: 313px;
        height: 291px;
    }

    .career-path {
        padding: 60px 24px 60px;
    }

    .career-path .career-path-container {
        padding: 24px;
        background-color: #FFFFFF;
        border-radius: 24px;
    }


    .career-path .career-path-header h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .career-path-card {
        align-items: start;
        margin: 10px 0px;
    }

    .career-path-body .career-icons {
        width: 46px;
        height: 42px;
        padding: 5px 10px;
    }

    .career-path-body .career-icons svg {
        width: 32px;
        height: 32px;
    }

    .career-path-body .career-path-card h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .career-path-body .career-path-card p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .career-path-body .career-path-card .career-path-text {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }

    /* Join Us */
    .join-us {
        padding: 0px;
        overflow: hidden;
    }

    .join-us .join-us-image img {
        height: 724px;
        object-fit: cover;
    }

    .join-us .join-us-text {
        width: 454px;
        top: 8%;
        left: 5%;
    }

    .join-us .join-us-text h2 {
        font-size: 30px;
        line-height: 52px;
    }

    .join-us .join-us-text p {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0px 30px;
    }

    /* End Join Us */

}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .hero.career .hero-text h1 {
        width: 100%;
    }

    .hero.career .hero-text p {
        width: 100;
    }

    .success-plan {
        padding: 0px;
        margin-bottom: 60px;
    }

    .success-plan .success-plan-container {
        justify-content: start;
        align-items: start;
        padding-left: 24px;
    }

    .success-plan .success-plan-container img {
        display: none;
    }

    .success-plan .success-plan-text {
        width: 724px;
        opacity: 0px;
        margin: 24px 0px 0px 24px;
    }

    .success-plan .success-plan-text .title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .success-plan .success-plan-text h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .success-plan .success-plan-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training {
        padding: 30px 24px 80px;
    }

    .training .training-text {
        text-align: center;
        width: 450px;
        opacity: 0px;
        margin: 0px auto;
    }

    .training .training-text .title {
        font-family: 'Satoshi', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        text-align: left;
        text-align: center;
    }

    .training .training-text h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 48px;
    }

    .training .training-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .training .training-image img:nth-child(3n+1) {
        width: 272px;
        height: 395px;
    }

    .training .training-image img:nth-child(3n+2) {
        width: 156px;
        height: 261px;
    }

    .training .training-image img:nth-child(3n) {
        width: 313px;
        height: 291px;
    }

    .career-path {
        padding: 60px 24px 60px;
    }

    .career-path .career-path-container {
        padding: 24px;
        background-color: #FFFFFF;
        border-radius: 24px;
    }


    .career-path .career-path-header h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .career-path-card {
        align-items: start;
        margin: 10px 0px;
    }

    .career-path-body .career-icons {
        width: 46px;
        height: 42px;
        padding: 5px 10px;
    }

    .career-path-body .career-icons svg {
        width: 32px;
        height: 32px;
    }

    .career-path-body .career-path-card h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .career-path-body .career-path-card p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .career-path-body .career-path-card .career-path-text {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }

    /* Join Us */
    .join-us {
        padding: 0px;
        overflow: hidden;
    }

    .join-us .join-us-image img {
        height: 724px;
        object-fit: cover;
    }

    .join-us .join-us-text {
        width: 524px;
        top: 8%;
        left: 5%;
    }

    .join-us .join-us-text h2 {
        font-size: 30px;
        line-height: 52px;
    }

    .join-us .join-us-text p {
        font-size: 17px;
        line-height: 24px;
        margin: 15px 0px 30px;
    }

    /* End Join Us */

}


@media only screen and (min-width: 993px) and (max-width: 1100px) {

    .hero.career .hero-text h1 {
        width: 100%;
    }

    .hero.career .hero-text p {
        width: 100;
    }

    .success-plan {
        padding: 64px 24px 24px;
    }


    .success-plan .success-plan-container img {
        width: 508px;
    }


    .success-plan .success-plan-text {
        width: 524px;
        opacity: 0px;
    }

    .success-plan .success-plan-text .title {
        font-size: 20px;
        line-height: 27px;
        text-align: left;
    }

    .success-plan .success-plan-text h2 {
        font-size: 30px;
        line-height: 48px;
    }

    .success-plan .success-plan-text p {
        font-size: 17px;
        line-height: 24px;
    }


    .career-path {
        padding: 60px 24px 60px;
    }

    .career-path .career-path-container {
        padding: 24px;
        background-color: #FFFFFF;
        border-radius: 24px;
    }


    .career-path .career-path-header h2 {
        font-size: 22px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .career-path-card {
        align-items: start;
        margin: 10px 0px;
    }

    .career-path-body .career-icons {
        width: 46px;
        height: 42px;
        padding: 5px 10px;
    }

    .career-path-body .career-icons svg {
        width: 32px;
        height: 32px;
    }

    .career-path-body .career-path-card h3 {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .career-path-body .career-path-card p {
        font-size: 16px;
        line-height: 22px;
        text-align: left;
    }

    .career-path-body .career-path-card .career-path-text {
        width: 100%;
        height: auto;
        margin-top: -10px;
    }

    /* Join Us */

    /* End Join Us */

}
