.content {
  margin-top: 0;
}

.u-ga-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.m-ga-hero {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.u-ga-hero-img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}

.m-ga-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 100vw - 1060px, 120px);
}

.m-ga-section--gray {
  background: #fafafa;
  padding: 100px 120px;
  height: 600px;
  margin-top: 100px;
}

.m-ga-hero + .m-ga-section--gray {
  margin-top: 0;
}

.m-ga-section--last {
  margin-top: 100px;
}

.m-ga-section:not(.m-ga-section--gray):not(.m-ga-section--last) {
  margin: 100px 120px 0;
}

.u-ga-section-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.u-ga-section-text h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 8px;
}

.u-ga-section-text p {
  font-size: 16px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  text-align: justify;
  width: 440px;
}

.u-ga-section-text p strong {
  color: #395a75;
  font-weight: 600;
}

.u-ga-section-text p a {
  color: inherit;
  text-decoration: none;
}

.u-ga-section-text p a:hover strong {
  text-decoration: underline;
}

.u-ga-section-img {
  width: 620px;
  height: 400px;
  flex-shrink: 0;
  object-fit: cover;
}

.m-ga-section--white {
  background: #ffffff;
  padding: 0 120px;
  margin-top: 0;
}

.m-ga-section--clickable {
  cursor: pointer;
}


