.int_profile_new {
  border-bottom: 0.5px solid #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1.6rem;
}
.int_profile_new_job {
  font-weight: 610;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.int_profile_new_team {
  line-height: 1;
  font-size: 0.7rem;
}
.int_profile_new_name {
  line-height: 1;
  display: flex;
  align-items: end;
}
.int_profile_new_ja {
  font-size: 1.1rem;
  margin-right: 0.6rem;
  margin-top: 0.7rem;
}
.int_profile_new_in {
  font-size: 0.7rem;
  margin-top: 0.6rem;
}
@media (min-width: 750px) {
.int_profile_new {
  margin-bottom: 2rem;
  padding-bottom: 2.4rem;
}
.int_profile_new_job {
  font-size: 1.1rem;
}
.int_profile_new_team {
  font-size: 0.9rem;
}
.int_profile_new_ja {
  font-size: 23px;
  margin-top: 0.8rem;
}
.int_profile_new_in {
  font-size: 0.9rem;
}
}