/* サブページ共通（運営事務局・プライバシーポリシー・お問い合わせ） */
.page-main {
  padding: 48px var(--section-padding-x) 64px;
  max-width: var(--section-max-width);
  margin: 0 auto;
}
.page-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 32px;
  color: #333;
}
.page-back {
  display: inline-block;
  margin-top: 32px;
  font-size: 14px;
  color: #c9a227;
  text-decoration: none;
  font-weight: 600;
}
.page-back:hover {
  text-decoration: underline;
}

/* 記事ページ（case.html） */
.case-page .page-main {
  max-width: 680px;
}
.case-article {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.case-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 24px;
  color: #333;
}
.case-thumb {
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.case-thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.case-body {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
}
.case-body p {
  margin: 0 0 16px;
}
.case-body p:last-child {
  margin-bottom: 0;
}
.case-body h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 12px;
  color: #333;
}
.case-body ul, .case-body ol {
  margin: 0 0 16px;
  padding-left: 1.5em;
}
.case-notfound p {
  margin: 0 0 24px;
  color: #555;
}

/* プレスリリース一覧・詳細 */
.press-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.press-list-item {
  border-bottom: 1px solid #e8e4dc;
}
.press-list-item a.press-list-link {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
}
.press-list-item:first-child a.press-list-link {
  padding-top: 0;
}
.press-list-item a.press-list-link:hover .press-list-title {
  color: #c9a227;
}
.press-list-date {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 4px;
}
.press-list-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.press-list-summary {
  display: block;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 8px 0 0;
  font-weight: normal;
}
.press-list-empty {
  padding: 24px 0;
  color: #6b7280;
  font-size: 14px;
}
.press-date {
  font-size: 14px;
  color: #6b7280;
  margin: 0 0 8px;
}
#press-article .case-title {
  margin-top: 0;
}

/* 運営事務局 */
.company-info {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.company-info dl {
  margin: 0;
  display: grid;
  gap: 16px;
}
.company-info dt {
  font-size: 13px;
  color: #888;
  font-weight: 600;
  margin: 0;
}
.company-info dd {
  font-size: 15px;
  color: #333;
  margin: 0 0 8px;
  line-height: 1.6;
}
.company-info dd:last-child {
  margin-bottom: 0;
}

/* プライバシーポリシー */
.policy-content {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.policy-content h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 24px 0 8px;
  color: #333;
}
.policy-content h2:first-child {
  margin-top: 0;
}
.policy-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 16px;
}
.policy-content p:last-child {
  margin-bottom: 0;
}
.policy-content ul {
  margin: 0 0 16px;
  padding-left: 1.2em;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}

/* お問い合わせフォーム */
/* Netlify Forms ハニーポット：画面上は非表示、bot-field は送信に含まれる */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  pointer-events: none;
}
.contact-form-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
}
.form-group label .required {
  color: #c9a227;
  font-size: 12px;
  margin-left: 4px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
  box-sizing: border-box;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #c9a227;
}
.form-group textarea {
  min-height: 160px;
  resize: vertical;
}
.form-submit {
  margin-top: 24px;
}
.form-submit button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #c9a227;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12), 0 2px 6px rgba(0,0,0,0.06);
}
.form-submit button:hover {
  background: #b8921f;
}
.form-note {
  font-size: 13px;
  color: #888;
  margin-top: 16px;
  line-height: 1.5;
}
