@charset "UTF-8";

.profile{
    /* margin-top: -8rem; */
}
.profile_inner{
    padding-bottom: 170px;
}
.profile_mes{
    margin-bottom: 122px;
}
.profile_ttl1{
    font-weight: var(--font-bold);
    margin-bottom: 7px;
}

* + .profile_ttl1{
    margin-top: 30px;
}

.profile_bnr{
    margin-top: 155px;
}


/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media screen and (max-width: 767px) {
    .profile{}
    .profile_inner{
    padding-bottom: 10rem;
}
    .profile_mes{
    margin-bottom: 5rem;
}
    .profile_ttl1{
    margin-bottom: 0.7rem;
}
    * + .profile_ttl1{
    margin-top: 2rem;
}
    .profile_bnr{
    margin-top: 10rem;
}

}


