@media screen and (max-width: 1700px) {
    .container {
        padding-inline: 100px;
    }

    .man_piece1 {
        height: 400px;
        width: 460px;
        left: -250px;
    }

    .man_piece1 img {
        width: 150px;
        height: 150px;
    }

    .man_piece3 {
        height: 350px;
        width: 400px;
    }

    .man_piece4 {
        height: 400px;
        width: 300px;
    }

    .man_piece2 {
        height: 390px;
        width: 450px;
    }

    /* ======general====== */

    .general_img img {
        height: 380px;
    }

    .general_FV_piece3 {
        width: 230px;
        height: 220px;
    }

    .general_FV_piece2 {
        width: 500px;
        height: 370px;
    }

    .general_FV_piece1 {
        width: 200px;
        height: 350px;
    }
}

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

    .fv_man .top_1 img,
    .fv_girl .top_2 img {
        width: 500px;
        height: 500px;
    }

    .fv_girl_content h1 {
        font-size: 100px;
    }

    .girl_piece4 {
        width: 150px;
        height: 150px;
    }

    .common_items {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .common_items .common_item {
        max-width: fit-content;
        width: 100%;
    }

    .nursing_section .common_items {
        margin-top: 30px;
    }

    /* ===========general=========== */
    .general_header h2 {
        font-size: 100px;
        line-height: 100px;
        position: relative;
        z-index: 3;
    }

    .general_FV_piece4 {
        width: 80px;
        height: 80px;
    }

    .general_FV_content .general_title {
        padding-left: 130px;
    }

    .commet_content img {
        width: 262px;
    }

    .commet_text h5 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 21px;
    }

    .commet_text p {
        font-size: 17px;
    }

    .commet_content .commet_text {
        margin-top: 160px;
        margin-inline: auto;
        margin-bottom: 72px;
    }

    .commet_content_left::after,
    .commet_content_right::before {
        top: 30%;
    }

    .commet_content_left,
    .commet_content_right {
        height: fit-content;
    }

    .commet_piece {
        width: 150px;
        height: 150px;
        top: 19.3px;
    }

    .commet_content_left .commet_piece {
        right: 330px;
    }

    .commet_content_right .commet_piece {
        left: 330px;
    }

    .commet_top img {
        width: 100%;
        height: auto;
    }

    .suport_sys_content {
        grid-template-columns: repeat(1, 1fr);
    }

    .suport_sys_item {
        width: 768px;
        margin: auto;
    }

    .suport_sys_item:nth-of-type(1)::after {
        content: "";
        height: 1px;
        width: 100%;
        background-color: #00913a;
        display: block;
        margin-top: 44px;
    }

    .suport_sys_content {
        gap: 50px;
    }

    .career-group-1,
    .career-group-2 {
        flex-direction: column;
        align-items: center;
    }

    .career-group-1 {
        height: fit-content;
    }

    .career_element {
        margin-top: 105px;
    }

    .career-content {
        margin-top: 0;
        height: fit-content;
    }

    .career-content {
        background: #eff8f3;
    }

    .career-group-1-button {
        background-color: #eff8f3;
        height: fit-content;
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .career-group-1-button p {
        color: #000;
        position: relative;
    }

    .career-group-1-button p br {
        display: none;
    }

    .career-group-1-button p::after {
        content: "";
        width: 111px;
        height: 2px;
        background-color: #00913a;
        display: block;
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
    }

    .career-group-1 {
        background-color: #eff8f3;
    }

    .career-group-2-3 {
        margin-bottom: 49px;
    }

    .career-group-2 > img:nth-child(4) {
        display: none;
    }

    .career-small-group {
        margin-left: 0;
    }

    .career-group-2-3-img {
        display: flex !important;
        width: 311px;
        height: 335px;
        position: absolute;
    }

    .career-group-2 > p:nth-child(1) {
        margin-top: 30px;
    }

    .career-group-1-p {
        padding: 0;
        margin-top: 32px;
        color: #000;
        margin-bottom: 59px;
        width: 480px;
        height: fit-content;
    }

    .career-group-2 {
        background-color: #fff;
        height: fit-content;
        padding: 30px;
        gap: 25px;
    }

    .career_img {
        right: 0;
        left: 50%;
        transform: translateX(45px);
    }

    .nursing_items {
        grid-template-columns: repeat(1, 1fr);
    }

    .career_list_bg img {
        //width: auto;
        //height: 200px;
    }

    .career_list_title {
        //height: 200px;
    }

    .career_list_bg {
        justify-content: center;
    }

    .career .career-group-1-button,
    .career .career-content,
    .career .career-group-1 {
        background-color: #e9f8fe;
    }
}

@media screen and (max-width: 1360px) {
    .general-course-content-table {
        margin-inline: 25px;
    }

    .general-course-content-table img {
        object-fit: cover;
        object-position: 0;
        width: 100%;
    }

    .career_list_bg img {
        //width: auto;
        //height: 150px;
    }

    .career_list_title {
        //height: 150px;
    }

    .general-course-content ul {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 1120px) {
    #course.general .book_group {
        margin-bottom: 236px;
    }
}



@media screen and (max-width: 1120px) {
    .top .top_FV {
        padding-inline: 50px;
        height: fit-content;
        min-height: auto;
    }

    .fv_man .top_1 img,
    .fv_girl .top_2 img {
        width: 400px;
        height: 400px;
    }

    .fv_girl_content h1 {
        font-size: 80px;
    }

    .man_piece3 {
        height: 300px;
        width: 340px;
    }

    .man_piece1 {
        left: -330px;
    }

    .man_piece2 {
        left: -290px;
    }

    .man_piece3 img {
        width: 140px;
        height: 140px;
        right: 65px;
        bottom: -40px;
    }

    .common_img img {
        width: 400px;
    }

    .container {
        padding-inline: 50px;
    }

    /* ============general=========== */

    .general_FV_piece2 {
        width: 430px;
        height: 300px;
    }

    .general_FV_piece3 {
        width: 180px;
        height: 170px;
    }

    .general_FV_piece1 {
        width: 150px;
        height: 300px;
        bottom: -100px;
        right: -52px;
    }

    .general_FV_piece5 {
        width: 113px;
        height: 113px;
    }

    .general_img img {
        height: 280px;
        position: relative;
        z-index: -1;
    }

    .commet_content {
        flex-direction: column;
    }

    .commet_content_left,
    .commet_content_right {
        width: 100%;
    }

    .commet_left_img,
    .commet_right_img {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 262px;
    }

    .commet_right_img {
        top: auto;
        bottom: 0;
        transform: translate(-50%, 50%);
    }

    .commet_content_left::after {
        bottom: 0;
        top: auto;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
    }

    .commet_content_right::before {
        top: 0;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
    }

    .commet_content .commet_content_right .commet_text {
        margin-top: 62px;
        margin-bottom: 150px;
    }

    .commet_content_left .commet_piece {
        right: 50%;
    }

    .commet_content_right .commet_piece {
        top: auto;
        bottom: 19.3px;
        left: 50%;
    }

    .element_items {
        gap: 50px;
    }

    .commets {
        margin-bottom: 188px;
        //margin: 0;
    }

    .nursing .commets {
        margin-bottom: 40px;
    }

    .nursing .element_items {
        margin-top: 50px;
    }

    .suport_sys_item {
        width: 100%;
        margin: 0;
    }

    .message-content-content {
        flex-direction: column-reverse;
        //width: 400px;
        margin: auto;
    }

    .message-content-img {
        margin: auto;
    }

    .career .message {
        grid-template-columns: repeat(1, 1fr);
    }

    .career .message .btn_item {
        margin-block: 0;
        margin-bottom: 20px;
    }

    .btn_green .btn_item,
    .btn_red .btn_item {
        background-color: #ffd900;
        color: #000;
    }

    .career .message .direction::before,
    .career .message span.direction::after {
        background-color: #000;
    }
}

@media screen and (max-width: 900px) {
    .fv_girl_content h1 {
        font-size: 65px;
    }

    .fv_girl_content h4 {
        font-size: 30px;
    }

    .fv_girl,
    .fv_man {
        width: 50%;
    }

    .fv_man .top_1 img,
    .fv_girl .top_2 img {
        width: 334px;
        height: 334px;
    }

    .girl_piece4 {
        width: 120px;
        height: 120px;
    }

    .course_common {
        flex-direction: column;
        margin-top: 150px;
    }

    .common_img img {
        width: 100%;
    }

    .container {
        padding-inline: 100px;
    }

    .nursing_section .btn_items {
        flex-direction: column;
    }

    .common_content {
        width: 100%;
    }

    .common_items .common_item {
        max-width: none;
        width: 100%;
    }

    /* ============general=========== */

    .general_FV_piece2 {
        width: 380px;
        height: 250px;
    }

    .general_FV_piece3 {
        width: 150px;
        height: 140px;
    }

    .general_FV_piece1 {
        width: 120px;
        height: 270px;
    }

    .general_img img {
        height: 230px;
    }

    .general_header h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .general_FV_piece4 {
        width: 50px;
        height: 50px;
        top: 50px;
    }

    .element_items {
        grid-template-columns: repeat(2, 1fr);
    }

    .nursing .commet_top p br {
        display: none;
    }

    .career_list_bg {
        flex-direction: column-reverse;
    }

    .career_list_bg img {
        //margin-left: -100px;
        //margin-right: -100px;
        //object-fit: cover;
        //height: 154px;
    }

    .career_list_title {
        background: #fff;
        //height: 120px;
        margin: auto;
        width: 100%;
        border-radius: 0;
    }

    .career_list_title h4,
    .career_list_title p {
        color: #00913a;
    }

    .career_list_title h4 {
        font-size: 23px;
    }

    .career_list_title p {
        font-size: 17px;
    }

    .career .general_FV {
        margin-bottom: 53px;
    }

    .general-course-content ul {
        grid-template-columns: repeat(1, 1fr);
    }

    li::before {
        width: 20px;
        height: 20px;
        background-color: #383838;
        border: 1px solid #000;
        border-radius: 50%;
        left: -25px;
    }

    .general-course-content ul {
        padding-left: 25px;
    }

    .career .general-course-content {
        margin-top: 25px;
    }

    .general-course-content ul {
        margin-bottom: 25px;
    }

    .title_red h4,
    .title_red p {
        color: #ea5550;
    }
}

@media screen and (max-width: 932px) {
    .container {
        padding: 0 0 50px;
        width: calc(100vw - 50px);
        margin: 0 auto;
    }

    .top .top_FV {
        display: none;
    }

    .top_FV_sp {
        display: block;
    }

    .fv_girl_content {
        width: 100%;
        height: 105px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fv_girl_content h4 {
        font-size: 27px;
        font-family: 500;
        line-height: 32px;
    }

    .man_girl {
        display: flex;
        position: relative;
    }

    .man_girl img {
        width: 50%;
        height: 344px;
        object-fit: cover;
        object-position: center;
    }

    .top_FV_sp > p {
        font-size: 14px;
    }

    .fv_man_content h3 {
        font-size: 30px;
    }

    .fv_man_content p,
    .common_content > p,
    .common_item p {
        font-size: 17px;
    }

    .common_footer h3 {
        font-size: 4.4vw;
    }

    .common_content .common_title h2 {
        font-size: 24px;
    }

    .common_content .common_title p {
        display: none;
    }

    .common_content .common_title {
        margin-bottom: 17.5px;
    }

    .next_circle > p {
        font-size: 16px;
    }

    .general_section {
        padding-top: 50px;
    }

    .general_section .btn_group {
        font-size: 4.2vw;
        gap: 0;
        margin-bottom: 100px;
    }

    .course_common {
        padding: 0;
        margin: 25px 0 50px;
    }

    .general_section .general_btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 56px;
        font-size: 4.2vw;
    }

    .general_section .nursing_btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 56px;
        font-size: 4.2vw;
    }

    .general_btn span.direction {
        position: absolute;
        top: 50%;
        left: 21px;
        transform: translate(0);
    }

    .course_common > .common_img {
        display: none;
    }

    .common_img {
        margin-inline: -25px;
        width: calc(100% + 50px);
        margin-bottom: 50px;
    }

    .common_items {
        margin-top: 50px;
        gap: 0;
    }

    .common_items .common_item:nth-of-type(1) {
        border-bottom: none;
    }

    .next_circle {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 33px;
    }

    .next_circle > div {
        width: 29px;
        height: 29px;
        margin: 0;
    }

    .next_circle span.direction::before,
    .next_circle span.direction::after {
        width: 12px;
    }

    .next_circle > div > span.direction {
        top: 35%;
        right: 65%;
    }

    .next_circle span.direction::after {
        top: 9px;
    }

    .common_footer .next_circle {
        margin-top: 35px;
        margin-bottom: 50px;
        display: flex;
        grid-gap: 16px;
    }

    .common_content .common_title {
        margin-bottom: 15px;
    }

    .general_piece1 {
        width: 187px;
        height: 163px;
        top: auto;
        bottom: -43px;
        left: -62px;
        rotate: 0deg;
        z-index: 3;
        transform: rotate(46deg);
    }

    .general_piece2 {
        width: 163px;
        height: 143px;
        bottom: -45px;
        right: 0;
        transform: translateX(50%);
        z-index: 3;
    }

    .common_footer .general_piece3,
    .common_footer .general_piece4 {
        display: none;
    }

    .general_piece3 {
        width: 96px;
        background: url(../../img/course/common/pice_2.png);
        background-size: contain;
        height: 96px;
        left: auto;
        right: 0;
        top: -10px;
        z-index: 3;
    }

    .nursing_piece1 {
        width: 187px;
        height: 163px;
        background: url(../../img/course/common/b_pice_5.png);
        background-repeat: no-repeat;
        background-size: contain;
        top: auto;
        bottom: -43px;
        left: -95px;
        rotate: 0deg;
        z-index: 3;
        transform: rotate(46deg);
        opacity: 1;
    }

    .nursing_piece2 {
        width: 163px;
        height: 143px;
        bottom: -45px;
        right: -15px;
        transform: translateX(50%);
        z-index: 3;
    }

    .common_content .common_title h2 span {
        font-size: 16px;
    }

    .man_girl_piece1,
    .man_girl_piece2 {
        width: 104px;
        background: url(../../img/course/common/pice_2.png);
        background-size: contain;
        position: absolute;
        height: 104px;
        left: auto;
        right: 25px;
        transform: translateY(-50%);
        z-index: 3;
    }

    .man_girl_piece2 {
        left: 11px;
        right: auto;
        transform: translateY(-50%);
        z-index: 3;
    }

    .man_girl_piece3 {
        position: absolute;
        width: 200px;
        height: 175px;
        background: url(../../img/course/common/b_pice_1.png);
        background-size: contain;
        left: -124px;
        top: -36px;
        transform: rotate(76deg);
        z-index: 4;
    }

    .man_girl_piece4 {
        position: absolute;
        width: 186px;
        height: 163px;
        background: url(../../img/course/common/b_pice_5.png);
        background-size: contain;
        right: 0;
        top: -45px;
        transform: translateX(50%) rotate(-5deg);
        z-index: 1;
    }

    .man_girl_piece5 {
        position: absolute;
        width: 163px;
        height: 143px;
        background: url(../../img/course/common/b_pice_3.png);
        background-size: contain;
        left: -96px;
        bottom: -13px;
        transform: rotate(-5deg);
        z-index: 3;
    }

    .man_girl_piece6 {
        position: absolute;
        width: 119px;
        height: 194px;
        background: url(../../img/course/common/b_pice_6.png);
        background-size: contain;
        right: 0;
        bottom: -60px;
        transform: translateX(50%) rotate(233deg);
        z-index: 2;
        opacity: 0.5;
    }

    .man_girl_piece7 {
        position: absolute;
        width: 65px;
        height: 65px;
        background: url(../../img/course/common/pice_6.png);
        background-size: contain;
        right: 63px;
        bottom: -48px;
        z-index: 2;
        opacity: 0.5;
    }

    .common_img {
        position: relative;
    }

    .course_common > .general_piece1,
    .course_common > .general_piece2,
    .course_common > .nursing_piece1,
    .course_common > .nursing_piece2 {
        display: none;
    }

    .common_content .common_img {
        display: block;
    }

    /* =============general================ */

    .general_FV_content {
        display: none;
    }

    .general_img {
        width: auto;
        height: 600px;
    }

    .general_img img {
        height: 100%;
        object-position: -230px;
    }

    .general_FV_piece2 {
        background: url(../../img/course/general/Path\ 2331.png);
        top: 0;
        left: -140px;
        transform: translateY(-50%);
        width: 579px;
        height: 453px;
    }

    .general_FV_piece3 {
        width: 285px;
        height: 250px;
        left: -202.8px;
        top: 113px;
        transform: rotate(-5deg);
    }

    .general_FV_piece4 {
        width: 133px;
        height: 133px;
        left: auto;
        top: auto;
        right: -150px;
        bottom: 123px;
    }

    .general_FV_piece5 {
        width: 111px;
        height: 111px;
        bottom: 110px;
        top: auto;
        left: -60px;
    }

    .general_FV_piece1 {
        width: 182px;
        height: 295px;
        bottom: -110px;
        right: -50px;
        left: auto;
    }

    .general_FV > p {
        margin-top: 12px;
        padding-left: 25px;
        font-size: 14px;
    }

    .general_FV_text {
        display: block;
        padding-left: 25px;
        position: absolute;
        top: 96px;
        left: 0px;
        z-index: 10;
    }

    .general_FV_text h4 {
        font-size: 50px;
        color: #fff;
        font-weight: 400;
    }

    .general_FV_text p {
        font-size: 13px;
        color: #fff;
        font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    }

    .common_btn {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
        margin-bottom: 86px;
    }

    .select_group .btn {
        padding-block: 14px;
        padding-left: 29px;
        border: 1px solid #00913a;
    }

    .select_group .btn span.direction {
        top: 50%;
    }

    .common_btn {
        gap: 10px;
    }

    .commet_content_left::after,
    .commet_content_right::before {
        width: 70px;
    }

    .commet_top img:nth-of-type(1) {
        display: none;
    }

    .commet_top img:nth-of-type(2) {
        display: block;
    }

    .commet_top > p > br {
        display: none;
    }

    .commet_top h5,
    .suport_sys > h5 {
        font-size: 23px;
    }

    .commet_top p {
        font-size: 17px;
        text-align: left;
    }

    .suport_sys {
        padding-inline: 0 !important;
        margin-top: 135px;
    }

    .suport_sys_content {
        margin-top: 46px;
        padding-inline: 25px;
    }

    .book_group {
        margin-bottom: 236px;
    }

    .career_element {
        padding-bottom: 50px;
    }

    .career-group-1,
    .career-group-2 {
        padding-inline: 30px;
    }

    .career-group-2 {
        align-items: flex-start;
        margin-top: 0;
    }

    .career_img {
        left: auto;
        right: -25px;
    }

    .career-group-2 > p:nth-child(1) {
        margin-left: 75px;
    }

    .career_img {
        bottom: -55px;
    }

    .career-group-2 > p:nth-child(1) {
        font-size: 23px;
    }

    .career-small-group div p {
        font-size: 20px;
    }

    .career-group-2-3 p {
        font-size: 16px;
        line-height: 25px;
    }

    .general-course-content::before {
        content: "";
        display: block;
        width: calc(100% - 50px);
        height: 2px;
        background-color: #00913a;
        margin-inline: 25px;
    }

    .general-course-content > p::after {
        content: "";
        display: block;
        width: 15px;
        height: 2px;
        background-color: #00913a;
        position: absolute;
        top: 50%;
        bottom: auto;
        right: 42px;
        left: auto;
    }

    .general-course-content > p br {
        display: none;
    }

    .general-course-content > p {
        font-size: 17px;
        height: fit-content;
        text-align: left;
        margin-left: 10px;
        padding-left: 44px;
        margin-bottom: 20px;
        margin-top: 20px;
        position: relative;
        color: #00913a;
    }

    .nursing .general-course-content > p {
        color: #ea5550;
    }

    .message-content-content-p1 {
        color: #00913a;
        text-align: center;
        font-size: 25px;
    }

    .message_sp {
        padding-inline: 0;
        width: 100%;
    }

    .message-content-content {
        padding-inline: 10px;
        padding-block: 30px;
    }

    .message-content-content-p2 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .message-content-p-text > div {
        display: none;
    }

    .message-content-content {
        border-radius: 0;
        width: 100%;
        padding: 0;
    }

    .message-content > div {
        padding-inline: 25px;
        padding-block: 30px;
        border-radius: 0;
    }

    .message-content > h4 {
        font-size: 23px;
    }

    .message-content > h4::after {
        top: calc(100% + 8px);
    }

    .message .btn_items {
        margin-top: 40px;
        margin-bottom: 76px;
    }

    .message-content > p {
        font-size: 23px;
    }

    .message-content-img p {
        display: block;
        font-size: 17px;
        text-align: center;
        margin-top: 20px;
    }

    .message-content-img p span {
        font-size: 19px;
        font-weight: bold;
    }

    .message-content-content {
        display: flex;
        gap: 26px;
    }

    .nursing_commets {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 55px;
        gap: 46px;
    }

    .nursing_commets_item {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .nursing_commets_item > div:nth-of-type(1) {
        display: none;
    }

    .nursing_commets_item_sp {
        width: 58px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .nursing_commets_item_sp img {
        width: 45px;
        height: 52px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .nursing_commets_item_sp p,
    .nursing_commets_item_sp h5 {
        position: relative;
        z-index: 1;
        font-family: "DIN Next LT Pro", sans-serif;
        color: #ea5550;
    }

    .nursing_commets_item_sp p {
        font-size: 16px;
        font-weight: 400;
        padding-top: 7px;
    }

    .nursing_commets_item_sp h5 {
        font-size: 46px;
        font-weight: bold;
    }

    .nursing_commets_item > h5 span {
        font-size: 46px;
    }

    .nursing_percent > h5 {
        font-size: 23px;
    }

    .nursing .commets {
        margin-top: 110px;
    }

    .nursing_percent {
        margin-top: 95px;
    }

    .nursing_percent > h5 {
        margin-bottom: 55px;
    }

    .group_nursing {
        display: flex;
        align-items: flex-start;
    }

    .nursing_two .nursing_commets_item {
        flex-direction: column;
        align-items: flex-start;
    }

    .career .select_group .btn:nth-of-type(2) {
        color: #ea5550;
        border: 1px solid #ea5550;
    }

    .career .select_group .btn:nth-of-type(3) {
        color: #0075c2;
        border: 1px solid #0075c2;
    }

    .career .general-course-content > p::after {
        width: 15px;
        bottom: auto;
    }

    .career .general-course-content::before {
        margin: 0;
        width: 100%;
    }

    .career .general_FV_piece1,
    .career .general_FV_piece2,
    .career .general_FV_piece3,
    .career .general_FV_piece4,
    .career .general_FV_piece5 {
        display: none;
    }

    .career .general_FV_text {
        position: relative;
        top: 0;
    }

    .career .general_FV_text h4 {
        color: #0075c2;
        margin-block: 37px;
        text-align: center;
        font-size: 24px;
    }

    .career .general_FV_text p {
        display: none;
    }

    .career .general_FV_top {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .common_btn {
        grid-template-columns: repeat(1, 1fr);
    }

    .general_FV_bottom .bottom_title h3 {
        font-size: 6.5vw;
        text-align: left;
    }

    .general_FV_bottom .bottom_title p {
        text-align: left;
        font-size: 17px;
    }

    .commet_content_left,
    .commet_content_right {
        padding-inline: 25px;
    }

    .commet_text {
        width: 100%;
    }

    .element_items,
    .nursing .element_items {
        grid-template-columns: repeat(1, 1fr);
        gap: 100px;
    }

    .element_grid > h5,
    .suport_sys > h5 {
        font-size: 23px;
    }

    .suport_sys_title img {
        width: 190px;
    }

    .suport_sys_title {
        gap: 25px;
        grid-template-columns: 1fr 1fr;
    }

    .suport_sys_item div > span {
        font-size: 14px;
    }

    .suport_sys_item div h4 {
        font-size: 23px;
    }

    .suport_sys_item div h4 span {
        font-size: 15px;
    }

    .suport_sys_item > p {
        font-size: 17px;
    }

    .career-group-1-button p {
        font-size: 23px;
    }

    .career-group-1-p {
        font-size: 17px;
        width: 100%;
        margin-top: 0;
    }

    .career-group-2 > p:nth-child(1) {
        margin: auto;
    }

    .career_img img {
        width: 270px;
    }

    .career-small-group {
        width: 100%;
    }

    .career-group-2-3 {
        width: 254px;
    }

    .message .btn_items {
        padding-inline: 25px;
    }

    .message .btn_item {
        width: 100%;
    }

    .nursing_bg_img img:nth-of-type(1) {
        display: none;
    }

    .nursing_bg_img img:nth-of-type(2) {
        display: block;
    }

    .nursing .general_FV_piece3 {
        background: url(../../img/course/common/b_pice_2.png);
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media screen and (max-width: 430px) {
    .suport_sys_title {
        flex-direction: column;
    }

    .suport_sys_title img {
        width: 100%;
    }

    .suport_sys_title div {
        width: 100%;
    }
}
