@charset "UTF-8";
/* =======================================================
Therapist
========================================================*/
.therapistPage {
    position: relative;
}

.therapistPage__box {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}

.topic--therapist {
    color:var(--primary-darkGreen);
    text-align: center;
    font-family: Lora;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 3.3px;
    position: absolute;
}

.therapistPage__sp {
    width: 100%;
}

.therapistPage__pc {
    display: none;
}


.therapist__list {
    padding: 30px 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.therapist__group {
    padding: 30px 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt__group {
    display: flex;
    padding: 20px 5.3%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.therapist__img {
    width: 70%;
}

.name {
    display: flex;
    width: 130px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.name__list {
    color: var(--primary-black);
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.54px;
}

.name__list span {
    text-align: center;
    font-family: Lora;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px; 
  }

 .therapist__txt {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.42px;
    margin-top: 20px;
  }

  .sns__btn {
    display: flex;
    width: 220px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 50px;
    border: 0.5px solid var(--primary-black);
    font-family: Lora;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 28px; 
    letter-spacing: 0.48px;
    margin-top: 30px;
}

.sns__btn img {
    width: 30px;
    height: 30px;
}

/* therapist pc */
@media screen and (min-width:769px) {
    .therapist {
        padding: 70px 0 50px 0;
    }

  .topic--therapist {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 3.3px;
  }

  .topic--therapist span {
        font-size: 1.6rem;
        line-height: 40px;
  }

    .therapistPage__pc {
        display: block;
        width: 100%;
         height: 500px;
        overflow: hidden;
    }

    .therapistPage__sp {
        display: none;
    }

    .therapist__list {
        display: flex;
        max-width: 1200px;
        gap: 50px;
        align-items: flex-start;
        flex-direction: row;
        margin:0 auto;
        padding: 0;
    }

    .therapist__group {
        padding: 30px 0;
        width: 50%;
    }

    .therapist__group:first-of-type .therapist__txt {
        margin-bottom: 2.3em;
        }
    
    .therapist__img {
        width: 40%;
    }

    .txt__group {
        padding: 30px;
    }

    .name {
        width: 170px;
    }

    .name__list {
        text-align: center;
        font-size: 2.6rem;
        letter-spacing: 0.48px;
        font-weight: 700;
        line-height: 40px; 
    }

    .name__list span {
        font-size: 1.7rem;
        font-weight: 500;
        line-height: 30px;
    }

    .therapist__txt {
        font-size: 1.8rem;
        line-height: 40px; 
        letter-spacing: 0.48px;
        margin-top: 30px;
        padding: 0 30px 0 30px;
    }

    .sns__btn {
        width: 270px;
        font-size: 1.8rem;
        line-height: 28px; 
        letter-spacing: 0.48px;
        margin-top: 50px;
        padding: 15px;
    }

    .sns__btn img {
        width: 45px;
        height: 45px;
    }
}

@media screen and (min-width:810px) {
    .therapist__group:first-of-type .therapist__txt {
        margin-bottom:0;
        }
    }

@media screen and (min-width:845px) {
     .therapist__group:first-of-type .therapist__txt {
        margin-bottom:2.3em;
        }
     }

@media screen and (min-width:880px) {
        .therapist__group:first-of-type .therapist__txt {
            margin-bottom:0;
            }
    }

@media screen and (min-width:919px) {
        .therapist__group:first-of-type .therapist__txt {
                margin-bottom: 2.3em;
             }
    }
 @media screen and (min-width:955px) {
            .therapist__group:first-of-type .therapist__txt {
                margin-bottom:0;
            }
        }
@media screen and (min-width:993px) {
            .therapist__group:first-of-type .therapist__txt {
                margin-bottom: 2.3em;
            }
    }
@media screen and (min-width:1067px) {
        .therapist__group:first-of-type .therapist__txt {
            margin-bottom:0;
        }
    }

@media screen and (min-width:1140px) {
.therapist__group:first-of-type .therapist__txt {
    margin-bottom: 2.3em;
    }
}
/* =======================================================
Reserve
========================================================*/
.topic--name {
    color: var(--primary-white);
}

@media screen and (min-width: 769px) {
    .topic--name {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 500;
        letter-spacing: 3.3px;
    }
    .topic span {
        font-size: 1.6rem;
        line-height: 40px;
    }
}