#pickup_therapist{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),url(../img/background/AdobeStock_1247431775.webp);
    background-size: cover;
    background-repeat: no-repeat;

}
#pickup_therapist_list{
    margin-top: 1vw auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 0.2vw;
}
#pickup_therapist_contain{
    display: grid;
    padding: 0.5vw;
    /* background-image: url(../img/background/background66.webp); */
    background-size: cover;
    column-gap: 0.1vw;
    row-gap: 0.1vw;
    grid-template-columns: repeat(2,1fr);
    /* border: 0.1vw solid #908E8E; */
    width: 17vw;
}
#pickup_therapist_info{
    display: flex;
    grid-column: 1/3;
    grid-row: 2;
    column-gap: 0.3vw;
    justify-content: center;
    align-items: center;
}
#pickup_therapist_class{
    grid-column: 1/3;
    grid-row: 3; 
}
#pickup_therapist_profile_img{
    grid-column: 1/3;
    grid-row: 1;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    width: 100%;
    border: 0.1vw solid #d4083e;
}
#pickup_therapist_name{
    text-align: right;
    font-size: 1.5vw;
}
#pickup_therapist_age{ 
    text-align: center;
    align-self: center;
    font-size: 1vw;
    font-family: BIZ UDPMincho;
}
#pickup_therapist_tall{ 
    font-size: 1vw;
    align-self: center;
    font-family: BIZ UDPMincho;
}
.pickup_therapist_category{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column: 1/3;
    grid-row: 4;
}
.category{
    margin: 0 auto;
    border:0.1vw solid;
    border-radius: 0.5vw;
    width: 100%;
    text-align: center;
    font-size: 1vw;
    font-weight: bold;
    padding: 0.1vw;
}
/* #pickup_therapist_category_1{
    grid-column: 1;
    grid-row: 6;  
}
#pickup_therapist_category_2{
    grid-column: 2;
    grid-row: 6;  
}
#pickup_therapist_category_3{
    grid-column: 1;
    grid-row: 7;  
}
#pickup_therapist_category_4{
    grid-column: 2;
    grid-row: 7;  
} */
@media screen and (max-width: 768px) {
    #pickup_therapist_list{
        margin-top: 1vw;
        width: 90vw;
        height: 45vw;
        display: grid;
        column-gap: 1vw;
        row-gap: 1vw;
        justify-items: center;
    }
    #pickup_therapist_contain{
        display: grid;
        padding: 1.5vw;
        /* background-image: url(../img/background/background66.webp); */
        background-size: cover;
        column-gap: 0.5%;
        row-gap: 0.5%;
        /* border: 0.1vw solid #908E8E; */
        width: 29vw;
        height: 29vw;
    }
    #pickup_therapist_name{
        text-align: right;
        font-size: 3.7vw;
    }
    #pickup_therapist_namea{
        text-align: right;
        font-size: 2.5vw;
    }
    #pickup_therapist_age{ 
        text-align: center;
        align-self: center;
        font-size: 2.5vw;
        font-family: BIZ UDPMincho;
    }
    #pickup_therapist_tall{ 
        font-size: 2.5vw;
        align-self: center;
        font-family: BIZ UDPMincho;
    }
    #pickup_therapist_profile_img{
        aspect-ratio: 1/1;
        object-position: top;
        border-radius: 50%;
        border: 0.5vw solid #b80837;
    }
    .category{
        margin: 0 auto;
        border:0.1vw solid;
        border-radius: 0.5vw;
        width: 100%;
        text-align: center;
        /* font-weight: bold; */
        padding: 0.1vw;
        background-color: #FFFFFF;
        font-size: 2.3vw;
    }
}    