.p-page__title {
  margin-top: 1rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-page__title {
    margin-top: 1.5rem;
    font-size: 3.4rem;
    letter-spacing: 0;
  }
}

.p-name {
  width: 90%;
  max-width: 100rem;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 6.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-name {
    padding-top: 4rem;
  }
}
.p-name ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  gap: 2.5rem 1rem;
}
@media screen and (max-width: 960px) {
  .p-name ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8rem 1rem;
  }
}
.p-name ul li {
  min-width: 0;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-name ul li {
    font-size: 0.9rem;
  }
}
.p-name__note {
  display: block;
  position: relative;
  margin-top: 6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-name__note {
    margin-top: 5.5rem;
    font-size: 0.9rem;
  }
}