.letter-spacing-none {
    letter-spacing: 0px !important;
}

.gch {
    background-color: #c4e2e5 !important;
}

.gch .container {
    max-width: 980px;
}

.gch .container .header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.gch .container .title_jp {
    letter-spacing: 7px;
    white-space: normal;
}

.gch .container .title_en {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 0px !important;
    text-align: center;
}

.gch .container .title_en br {
    display: none;
}

.gch .body {
    margin-top: -15px;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 4px;
}

.gch .body .item {
    position: relative;
    padding: 40px 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    /* height: 215px; */

    & .desc-sp {
        display: none;
    }

    & .head {
        display: flex;
        gap: 34px;
    }

    & .main-image {
        width: 226px;
        text-align: center;
    }

    & .language-image {
        position: absolute !important;
        left: 0px;
        bottom: 5px;
    }
    & .origami-image {
        position: absolute !important;
        right: 14px;
        top: -12px;
    }

    & .knot-image {
        position: absolute !important;
        right: 14px;
        top: -8px;
    }
    & .dango-image {
        position: absolute !important;
        right: -13px;
        bottom: 15px;
    }
}

.gch .body .item_1 {
    background-image: url("/images/home/home_page_join_gch_bg_1.svg");
}

.gch .body .item_1 .main-image img {
    border-radius: 15px;
    max-height: 133px;
    width: 100%;
    object-fit: cover;
}

.gch .body .item_2 {
    background-image: url("/images/home/home_page_join_gch_bg_2.svg");
}

.gch .body .item_3 {
    background-image: url("/images/home/home_page_join_gch_bg_1.svg");
    background-position: center -5px;
    margin-top: -3px;
    margin-top: 10px;
    /* height: 227px !important; */
}

.gch .body .item .head > :first-child {
    flex: 0 0 226px;
    text-align: center;
}

.gch .body .item .head > :not(:first-child) {
    flex: 1; /* còn lại co giãn */
}

.gch .body .item .content {
    margin-top: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 100%;
    letter-spacing: 4px !important;
    padding: 18px 0;
}

.gch .body .item .content .title {
    font-size: 24px;
    line-height: 140%;
    font-weight: bold !important;
}

.gch .body .item .content .description {
    font-size: 20px;
    font-size: 18px;
    line-height: 31px;
    margin-top: 7px;
}

.gch .body .item .content_sp {
    display: flex;
    flex-direction: column;
    gap: 35px;
    height: 100%;
    padding-top: 60px;
    letter-spacing: 4px !important;
}

/* SP */
.gch .body_sp {
    display: none;
    margin-top: -18px;
}

.gch .body_sp .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 100%;
    position: relative;
}

.gch .body_sp .item br {
    display: none;
}

.gch .body_sp .item .title {
    font-size: 15px;
    font-weight: bold !important;
    position: absolute;
    left: 45%;
    margin-top: 50px;
    padding-right: 20px;
}

.gch .body_sp .item .description {
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 46%;
}

@media (max-width: 1024px) {
    .gch .body .item {
        & .main-image {
            width: 226px;
            text-align: center;
            & img {
                object-fit: contain;
            }
        }
    }
    .gch .container .header .img_title_1_jp {
        left: 0%;
    }

    .gch .container .header .img_title_2_jp {
        left: 0%;
    }

    .gch .body .item > :first-child {
        display: flex;
        align-items: center;
    }

    .gch .body .item .content .title,
    .gch .body .item .content .description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .gch .container .header {
        gap: 0px;
    }

    .gch .container .title_jp {
        font-size: 35px;
    }

    .gch .container .header .img_title_1_jp {
        height: 70px;
    }

    .gch .container .header .img_title_2_jp {
        height: 80px;
    }

    .gch .body .item {
        padding: 15px 15px;
        & .main-image {
            width: 226px;
            text-align: center;
            & img {
                object-fit: contain;
            }
        }
    }

    .gch .body .item .content {
        gap: 0px;
    }

    .gch .body .item > :first-child {
        flex: 0 0 190px;
        display: flex;
        align-items: center;
    }

}

@media screen and (max-width: 600px) {
    .gch .body {
        gap: 25px;
    }
    .gch .body .item {
        background-color: white;
        border-radius: 15px;
        & .knot-image {
            right: 0;
            top: -36px;
            transform: scale(0.8);
        }
    }

    .gch .body .item .content .title,
    .gch .body .item .content .description {
        font-size: 16px;
    } 
}

@media (max-width: 480px) {
    .gch .container .title_en {
        position: relative;
        left: -15px;
    }
    .gch .container .title_en br {
        display: block;
    }

    .gch .container .title_jp {
        letter-spacing: 0px;
    }
    .gch .container .header .img_title_1_en {
        height: 50px;
    }

    .gch .container .header .img_title_2_en {
        top: -60px;
    }

    .gch .container .header .img_title_1_jp {
        left: 10% !important;
        top: -60px;
        height: 50px;
    }

    .gch .container .header .img_title_2_jp {
        left: -10% !important;
        height: 60px;
        top: -60px;
    }

    .gch .body .item {
        margin-inline: auto;

        & .head {
            display: flex;
            gap: 8px;
        }

        & .main-image {
            width: 226px;
            text-align: center;

            & img {
                object-fit: contain;
            }
        }

        & .language-image {
            position: absolute !important;
            left: -31px;
            bottom: 65px;
            transform: scale(0.5);
        }
        & .origami-image {
            position: absolute !important;
            right: -33px;
            top: -22px;
            transform: scale(0.5);
        }

        & .knot-image {
            position: absolute !important;
            right: -33px;
            top: -50px;
            transform: scale(0.4);

            & img {
                height: auto;
            }
        }
        & .dango-image {
            position: absolute !important;

            right: -45px;
            bottom: -18px;
            transform: scale(0.5);
        }
    }
    .gch .body .item_1 {
        /* background-image: url("/images/home/home_page_join_gch_bg_3.svg");
        padding-top: 20px;
        padding-left: 16px;
        width: min(355px, 100%);
        height: auto;
        aspect-ratio: 355/188; */
    }

    .gch .body .item_2 img {
        width: 128px;
        height: auto;
    }

    .gch .body .item_2 {
        /* background-image: url("/images/home/home_page_join_gch_bg_4.svg");
        margin-top: -5px;
        padding-top: 36px;
        padding-left: 16px;
        width: min(355px, 100%);
        height: auto;
        aspect-ratio: 355/214; */
    }

    .gch .body .item_2 img {
        height: 81px;
    }

    .gch .body .item_3 {
          margin-top: 0px;
        /* background-image: url("/images/home/home_page_join_gch_bg_4.svg");
        background-position: center -5px;
        margin-top: 0px;
        padding-top: 26px;
        padding-left: 16px;
        width: min(355px, 100%);
        height: auto;
        aspect-ratio: 355/188; */
    }
    .gch .body .item .desc-pc {
        display: none;
    }
    .gch .body .item .desc-sp {
        display: block;
        margin-top: 6px;
    }
      
    .gch .body .item .head > :first-child {
        flex: 0 0 128px;
        text-align: center;
    }

    .gch .body .item .content .title {
        font-weight: 900 !important;
    }

    .gch .body .item .content .description {
        font-size: 14px;
        line-height: 20px;
    }

    .gch .body .item_1 .main-image img {
        border-radius: 7px;
    }
}

@media (max-width: 414px) {
    .gch .container .header .img_title_1_en {
        left: 10% !important;
    }

    .gch .container .header .img_title_2_en {
        left: -10% !important;
    }


    .gch .body .item {
        & .head {
            display: flex;
            gap: 8px;
        }

        & .main-image {
            width: 226px;
            text-align: center;

            & img {
                object-fit: contain;
            }
        }

        & .language-image {
            position: absolute !important;
            left: -32px;
            bottom: 64px;
            transform: scale(0.5);
        }
        & .origami-image {
            position: absolute !important;
            right: -34px;
            top: -33px;
            transform: scale(0.5);
        }

        & .knot-image {
            position: absolute !important;
            right: -34px;
            top: -60px;
            transform: scale(0.4);
        }
        & .dango-image {
            position: absolute !important;
            right: -45px;
            bottom: -30px;
            transform: scale(0.5);
        }
    }
    .gch .body .item .desc-pc {
        display: none;
    }
    .gch .body .item .desc-sp {
        display: block;
        margin-top: 6px;
    }
    .gch .body .item .head > :first-child {
        flex: 0 0 128px;
        text-align: center;
    }

    .gch .body .item .content .title {
        font-weight: bold !important;
    }

    .gch .body .item .content .description {
        line-height: 20px;
    }
}

@media (max-width: 375px) {

    .gch .body .item {
        & .head {
            display: flex;
            gap: 8px;
        }

        & .main-image {
            width: 226px;
            text-align: center;

            & img {
                object-fit: contain;
            }
        }

        & .language-image {
            position: absolute !important;
            left: -33px;
            bottom: 67px;
            transform: scale(0.5);
        }
        & .origami-image {
            position: absolute !important;
            right: -32px;
            top: -30px;
            transform: scale(0.5);
        }

        & .knot-image {
            position: absolute !important;
            right: -32px;
            top: -60px;
            transform: scale(0.4);
        }
        & .dango-image {
            position: absolute !important;
            right: -40px;
            bottom: -30px;
            transform: scale(0.5);
        }
    }
    .gch .body .item_2 {
        & .description.desc-sp {
            margin-top: 5px;
        }
    }
    .gch .body .item_3 {
        & .description.desc-sp {
            margin-top: 6px;
        }
    }
    .gch .body .item_3 {
        margin-top: 0px;
    }

    .gch .body .item .desc-pc {
        display: none;
    }
    .gch .body .item .desc-sp {
        display: block;
        line-height: 20px;
    }
    .gch .body .item .head > :first-child {
        flex: 0 0 128px;
        text-align: center;
    }

    .gch .body .item .content .title {
        font-weight: bold !important;
    }

    .gch .body .item .content .description {
        font-size: 14px;
        line-height: 20px;
    }

    .gch .body_sp .item_5 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .gch .body_sp .item_6 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .gch .body_sp .item_7 {
        margin-left: 0px !important;
        width: 100% !important;
    }

    .gch .container .header .img_title_1_jp {
        left: 16% !important;
        top: -41px;
        height: 34px !important;
    }

    .gch .container .header .img_title_2_jp {
        left: -16% !important;
        top: -47px;
        height: 50px !important;
    }
}

/** =====================
 ** Home - GCH Section - EN
===================== **/

.gch .container .header {
    display: block;
    position: relative;
    margin-bottom: 2.2rem;
}

.gch .container .title_en {
    font-size: 48px;
    white-space: normal;
}

.gch .container .header .img_title_1_en {
    position: absolute;
    top: 25%;
    left: -3.7%;
}

.gch .container .header .img_title_2_en {
    position: absolute;
    top: -87%;
    right: -4%;
    left: auto;
}

@media screen and (max-width: 968px) {
    .gch .container .title_en {
        font-size: 35px;
        width: min(375px, 100%);
        margin-inline: auto;
    }
}

@media screen and (max-width: 600px) {
    .gch .container .header {
        margin-bottom: -0.85rem;
    }

    .gch .container .title_en {
        font-size: 32.8px;
        padding-left: 30px;
    }

    .gch .container .header .img_title_1_en {
        top: 4.9%;
        left: -1.8% !important;
        height: 34px;
    }

    .gch .container .header .img_title_2_en {
        top: 1%;
        right: -0.5%;
        left: auto !important;
        height: 50px;
    }
}

@media screen and (max-width: 320px) {
    .gch .container .header .img_title_1_en {
        top: -10%;
    }

    .gch .container .header .img_title_2_en {
        top: -16%;
    }
    .gch .body .item_1 .main-image img {
        border-radius: 7px !important;
    }

    .gch .body .item_1 .knot-image {
        transform: scale(0.3);
    }


    .gch .body .item_3 .dango-image {
        right: -35px;
        bottom: -15px;
        transform: scale(0.4);
    }
}

/** =====================
 ** Home - GCH Section - JP
===================== **/

.home_jp .gch .container .header {
    display: block;
    position: relative;
    margin-bottom: 1.6rem;
    text-align: center;
}

.home_jp .gch .container .title_jp {
    font-size: 48px;
    letter-spacing: 7px;
    transform: translateX(16px);
}

.home_jp .gch .container .header .img_title_1_jp {
    position: absolute;
    top: 37%;
    left: -3.7%;
}

.home_jp .gch .container .header .img_title_2_jp {
    position: absolute;
    top: -40%;
    right: -4%;
    left: auto;
}

.gch .sp_only {
    display: none;
}

@media screen and (max-width: 968px) {
    .home_jp .gch .container .title_jp {
        font-size: 35px;
        padding-left: 0;
    }
}

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

    .gch .sp_only {
        display: block;
    }

    .home_jp .gch .body {
    }

    .home_jp .gch .container .title_jp {
        font-size: 31.4px;
        letter-spacing: 1px;
        transform: translateX(7px);
    }

    .home_jp .gch .container .header .img_title_1_jp {
        top: -15.1%;
        left: -1.8% !important;
        height: 34px;
    }

    .home_jp .gch .container .header .img_title_2_jp {
        top: -35%;
        right: -0.5%;
        left: auto !important;
        height: 50px;
    }

    .home_jp .gch .container .header {
        margin-bottom: 0;
    }

    .home_jp .gch .body .item_1 {
      
    }

    .home_jp .gch .body .item_1 .origami-image {
        right: -35px;
        top: -45px;
    }

    .home_jp .gch .body .item_1 .language-image {
        left: -33px;
        bottom: 90px;
    }

    .home_jp .gch .body .item {
        /* padding-left: 25px; */
    }

    .home_jp .gch .body .item .desc-sp {
        line-height: 20px;
        letter-spacing: 2px !important;
        padding-bottom: 10px;
    }

    .home_jp .gch .body .item_2 .content .title {
        letter-spacing: 2 !important;
    }

    .home_jp .gch .body .item_2 {
        /* margin-top: -51px;
        padding-top: 30px; */
    }

    .home_jp .gch .body .item_3 {
        /* padding-top: 38px;
        margin-top: -25px; */
        /* margin-top: -45px; */
    }

    .home_jp .gch .body .item_3 .dango-image {
        bottom: -25px;
    }
}

@media screen and (max-width: 480px) {
    .home_jp .gch .body .item_1 .language-image {
        bottom: 68px;
    }

    .home_jp .gch .body .item .desc-sp {
        padding: 0;
    }
}

@media screen and (max-width: 414px) {
    .home_jp .gch .body .item_1 .language-image {
        bottom: 68px;
    }
}

@media screen and (max-width: 375px) {
    .home_jp .gch .body .item_1 .language-image {
        bottom: 68px;
    }
}

@media screen and (max-width: 320px) {
  .home_jp .gch .container .title_jp {
    font-size: 25px;
  }
}
