.p-profile {
  position: relative;
  margin-top: 12px;
  line-height: 1.72;
}

.p-profile__outline + .p-profile__outline {
  margin-top: 46px;
}

.p-profile__data {
  margin-top: 24px;
}

.-en .p-profile__data {
  margin-top: 0;
}

.p-profile__representative {
  position: relative;
}

.p-profile__representative-ttl {
  opacity: 0.5;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  letter-spacing: -0.01em;
}

.p-profile__representative-block.-en {
  margin-top: 25px;
}

.p-profile__representative-prof {
  margin-top: 20px;
  line-height: 1.6;
}

.p-showreel {
  margin-top: 15px;
}

.p-showreel__movie-item + .p-showreel__movie-item {
  margin-top: 10px;
}

.p-showreel__movie-inner {
  position: relative;
  padding-top: 56.25%;
}

.p-showreel__movie-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-profile {
    margin-bottom: 55px;
  }
}

@media not all and (max-width: 767px) {
  .p-profile {
    margin-top: 15px;
    line-height: 1.57;
  }
  .p-profile__outline + .p-profile__outline {
    margin-top: 21px;
  }
  .p-profile__data {
    margin-top: 22px;
    line-height: 1.6;
  }
  .-en .p-profile__data {
    line-height: 1.85;
  }
  .p-profile__representative-ttl {
    margin-bottom: 9px;
  }
  .p-profile__representative-block.-en {
    margin-top: 23px;
  }
  .p-profile__representative-prof {
    margin-top: 22px;
  }
  .p-showreel__movie {
    width: 93%;
    max-width: 950px;
  }
}
