.works-img {
  display: block; /* ブロック要素に変換 */
  margin: 0 auto; /* 左右マージン自動で中央揃え */
  width: 640px; /* 好きな幅に設定 */
  height: auto; /* 縦横比を保持 */
}

.work-content h2 {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 12px;
  font-weight: 700;
  color: #222;
}

.work-content h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #666;
}

/* 本文 */
.work-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
}

/* 詳細リスト */
.work-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details li {
  margin-bottom: 16px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #333;
}

.work-details li strong {
  display: inline;
  min-width: 6em;
  font-weight: 600;
  color: #111;
}

/* 画像 */
.works-img {
  display: block;
  width: 50%;
  max-width: 800px;
  margin: 0 auto 40px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.work-link {
  margin-top: 20px;
  font-size: 0.95rem;
  color: #333;
}

.work-link a {
  color: #0066cc; /* リンクは青系で信頼感 */
  text-decoration: underline;
  word-break: break-all; /* 万一長いURLでも折り返す */
}

.work-link a:hover {
  color: #004499; /* 濃い青にしてホバーで強調 */
}

.hero-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff; /* 最初は白 */
  z-index: 0;
}
