 .u-section-1 {
  background-position: 50% 50%, 50% 50%;
  background-repeat: no-repeat, no-repeat;
  background-image: linear-gradient(to bottom, rgba(192, 192, 192, 0.5), rgba(192, 192, 192, 0.5)), linear-gradient(to bottom, rgba(192, 192, 192, 1), rgba(192, 192, 192, 1));
  background-size: cover, cover;
}

.u-section-1 .u-sheet-1 {
  min-height: 1007px;
}

.u-section-1 .u-image-1 {
  width: 319px;
  height: 300px;
  margin: 11px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 1.25rem;
  margin: 11px 0 60px;
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    font-size: 1.1111111111111112rem;
  }
}