/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 4, 2024, 4:41:48 PM
    Author     : dini
*/
.title .title-index-junpro {
    text-transform: none;
}
.title-section {
    margin-top: 96px;
}
.title-section .desc {
    max-width: 870px;
    margin: 48px auto 0px;
}
.title-section .desc p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.title-section .desc p:not(:last-child) {
    margin-bottom: 13px;
}
.title-small-section .title .title-index-junpro {
    font-size: 26px;
    padding-bottom: 13px;
}
.title-small-section .title.switch-pos .title-index-junpro {
    font-size: 16px;
    padding-bottom: 0px;
}
.title-small-section .title.switch-pos .title-index-smallJapan {
    font-size: 32px;
    margin-top: 0px;
}
.grid-steps {
    display: flex;
    gap: 48px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 47px;
}
.step-item .img-wrap {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 80.7%;
    position: relative;
}
.step-item .thumbnail-step {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
    border-radius: 40px;
}
.step-item .number {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: #121212;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    z-index: 1;
    top: -13px;
    left: -8px;
}
.step-item .text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-top: 19px;
}
.step-item {
    width: calc(25% - 36px);
}
.steps-section {
    margin-top: 115px;
}
.about-section {
    margin-top: 117px;
}
.additional-page-pad {
    padding-bottom: 100px;
    padding-top: 40px;
}
.title .title-index-smallJapan {
    margin-top: 6px;
}
.bg-additional-glassart-vector-1 {
    top: 150px;
    right: 0px;
}
.bg-additional-glassart-vector-2 {
    top: 27%;
    left: 0px;
}
.title-small-section .title .title-index-smallJapan {
    margin-top: 3px;
}
.bg-additional-glassart-vector-3 {
    top: -175px;
    right: 0px;
    z-index: 0;
}
.bg-additional-glassart-vector-4 {
    left: -0px;
    top: 0px;
}

/*switch title position with long line whether it follow english or japanese text*/
.title.switch-pos {
    display: inline-flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.title.switch-pos .title-index-smallJapan {
    width: 100%;
}
.title.switch-pos .title-index-junpro {
    width: 100%;
}


/*  START page : japan glassart association  */
.category--list-ul {
    padding-inline-start: 35px;
    margin-block-start: 24px;
    margin-block-end: 0px;
    list-style: none;
}
.category--list-li {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    position: relative;
}
.category--list-li:not(:last-of-type) {
    margin-bottom: 12px;
}
.category--list-li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #A2843A;
    display: block;
    top: 7px;
    left: -20px;
}
.category-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-top: 40px;
}
.category-section .cost-section--content {
    padding-bottom: 32px;
    margin: 0px;
}
.become-member--content{
    max-width: 829px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
.become-member--content .grey-content {
    border-radius: 32px;
    background: #F4F4F4;
    padding: 28px 30px;
}
.become-member--content .grey-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.become-member--content .bottom-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 16px;
    padding: 0px 30px;
}
.work-instructor--content {
    max-width: 791px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}
.work-instructor--content p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
}
.become-member--section {
    margin-top: 115px;
}
.work-instructor--section {
    margin-top: 115px;
}
.japan-glassart .title-section {
    margin-top: 116px;
}
.bg-additional-japan-glassart-vector-1 {
    top: 38px;
    right: 0px;
}
.bg-additional-japan-glassart-vector-2 {
    top: 24.5%;
    left: 0px;
}
.japan-glassart .main-image {
    max-width: 250px;
    margin: 80px auto 0px;
    display: block;
}
/*  END page : japan glassart association  */


/*md screen*/
@media screen and (max-width: 1024px) {
    .grid-steps {
        gap: 24px;
    }
    .step-item {
        width: calc(25% - 18px);
    }

    /*  START page : japan glassart association  */
    .category-section {
        gap: 24px;
    }
    .category-section .cost-section--content {
        border-radius: 35px;
        padding: 17px 15px 24px;
    }
    /*  END page : japan glassart association  */
}

/*mobile screen*/
@media only screen and (max-width : 40.063em) {
    .additional-page-pad {
        padding-bottom: 40px;
        padding-top: 0px;
    }
    .main-image {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .title-section {
        margin-top: 27px;
    }
    .title-section .desc {
        margin-top: 20px;
    }
    .steps-section {
        margin-top: 54px;
    }
    .title-small-section .title .title-index-junpro {
        font-size: 20px;
        padding-bottom: 4px;
    }
    .title .title-index-smallJapan {
        margin-top: 3px;
    }
    .step-item {
        width: 254px;
        min-width: 254px;
        padding-top: 14px;
    }
    .grid-steps {
        gap: 35px;
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0px 15px;
        overflow-x: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
        margin-top: 18px;
    }
    .grid-steps::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .step-item .text {
        text-align: left;
        margin-top: 14px;
    }
    .about-section .grid-steps {
        justify-content: center;
    }
    .about-section {
        margin-top: 54px;
    }
    .step-item .number {
        left: 0px;
    }
    .bg-additional-glassart-vector-1 {
        top: 10px;
    }
    .bg-additional-glassart-vector-2 {
        top: 21%;
    }

    .title-small-section .title.switch-pos .title-index-smallJapan {
        font-size: 26px;
    }
    .title-small-section .title.switch-pos .title-index-junpro {
        font-size: 13px;
    }

    /*  START page : japan glassart association  */
    .japan-glassart .title-section {
        margin-top: 27px;
    }
    .category-section {
        grid-template-columns: 1fr;
        max-width: 278px;
        margin-left: auto;
        margin-right: auto;
    }
    .category--list-ul {
        margin-block-start: 20px;
    }
    .become-member--section {
        margin-top: 55px;
    }
    .become-member--content {
        margin-top: 30px;
    }
    .become-member--content .bottom-text {
        padding: 0px;
    }
    .work-instructor--section {
        margin-top: 55px;
    }
    .work-instructor--content {
        margin-top: 20px;
    }
    .japan-glassart .main-image {
        max-width: 160px;
        margin: 40px auto 40px;
    }
    /*  END page : japan glassart association  */
}