.ygmr-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.ygmr-site-header {
  border-bottom: 1px solid #e7e7eb;
  background: #ffffff;
}

.ygmr-site-header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ygmr-site-brand {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #111111;
}

.ygmr-site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ygmr-site-nav a {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #1d1d1f;
}

.ygmr-main {
  padding: 72px 0;
}

.ygmr-page-title {
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.ygmr-page-content {
  font-size: 16px;
  line-height: 1.8;
}

.ygmr-site-footer {
  border-top: 1px solid #e7e7eb;
  background: #ffffff;
  padding: 28px 0;
}

.ygmr-site-footer p {
  margin: 0;
  font-size: 14px;
  color: #6e6e73;
}

@media (max-width: 768px) {
  .ygmr-site-header-inner {
    min-height: auto;
    padding-top: 18px;
    padding-bottom: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ygmr-page-title {
    font-size: 40px;
  }
}