/* ==========================================================================
   HIRO 下層ページ — 新トップページ（front-page.css）の世界観に合わせた共通スタイル
   スコープ: .hr-page 以下。既存テーマには影響しません。
   ========================================================================== */

.hr-page {
  --hr-text:       #4a6070;
  --hr-text-light: #7a96a6;
  --hr-text-white: #e6f0f5;
  --hr-bg:         #f3f5f9;
  --hr-bg-mint:    #edf2f1;
  --hr-bg-dark:    #2c3e47;
  --hr-accent:     #94bae6;
  --hr-green:      #93d157;
  --hr-border:     #c4d1e8;
  --hr-font-en:    'EB Garamond', serif;
  --hr-font-ja:    "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;

  color: var(--hr-text);
  font-family: var(--hr-font-ja);
  line-height: 1.95;
  background: #fff;
  display: block;
}

.hr-page *,
.hr-page *::before,
.hr-page *::after { box-sizing: border-box; }

.hr-page img { max-width: 100%; height: auto; }

.hr-page a { color: var(--hr-text); }

/* テーマ側の header 指定（position:fixed）が入り込まないようにする保険 */
.hr-page header,
.hr-page footer {
  position: static;
  z-index: auto;
  width: auto;
}

.hr-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 22px;
}

.hr-container--narrow { max-width: 760px; }

.hr-section { padding: 64px 0; }

@media (min-width: 768px) {
  .hr-section { padding: 96px 0; }
}

.hr-section--tight { padding-top: 48px; }
.hr-section--slim  { padding: 40px 0 64px; }
.hr-section--mint  { background: var(--hr-bg-mint); }

/* --------------------------------------------------------------------------
   共通パーツ
   -------------------------------------------------------------------------- */
.hr-label {
  display: block;
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--hr-text-light);
  margin-bottom: 12px;
}

.hr-divider {
  width: 56px;
  height: 1px;
  background: linear-gradient(to right, #94bae6, #93d157);
  margin: 24px 0;
}

.hr-divider--center { margin-left: auto; margin-right: auto; }

.hr-sec-head { margin-bottom: 44px; }
.hr-sec-head--center { text-align: center; }

.hr-sec-title {
  font-family: var(--hr-font-ja);
  font-size: clamp(20px, 3vw, 29px);
  font-weight: normal;
  color: var(--hr-text);
  line-height: 1.7;
  margin: 0;
}

.hr-sec-lead {
  font-size: 15px;
  color: var(--hr-text-light);
  margin: 0;
  line-height: 2;
}

.hr-note-center {
  text-align: center;
  font-size: 14px;
  color: var(--hr-text-light);
  line-height: 2;
  margin: 40px 0 0;
}

/* ヒーロー */
.hr-hero {
  position: relative;
  background: linear-gradient(120deg, #b9d3a6 0%, #a9c4d9 55%, #b7c3e0 100%);
  color: #fff;
  padding: 74px 22px;
  text-align: center;
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  .hr-hero { padding: 118px 22px; }
}

.hr-hero--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(44, 62, 71, 0.46), rgba(44, 62, 71, 0.52));
}

.hr-hero__inner { position: relative; max-width: 820px; margin: 0 auto; }

.hr-hero__en {
  display: block;
  font-family: var(--hr-font-en);
  font-size: 12px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 14px;
}

.hr-hero__ja {
  font-family: var(--hr-font-ja);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: normal;
  color: #fff;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.hr-hero__lead {
  font-size: 14px;
  line-height: 2.1;
  color: rgba(255, 255, 255, 0.92);
  margin: 20px 0 0;
}

/* パンくず */
/* ヒーロー帯が無いページは、テーマの固定ヘッダーに隠れないよう余白を足す */
.hr-page > .hr-bread:first-child { padding-top: 46px; }

.hr-bread {
  border-bottom: 1px solid var(--hr-bg);
  padding: 14px 0;
  font-size: 12px;
  color: var(--hr-text-light);
}

.hr-bread a { color: var(--hr-text-light); }

/* ボタン */
.hr-btn {
  display: inline-block;
  font-family: var(--hr-font-en);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--hr-text);
  background: #fff;
  border: 1px solid var(--hr-accent);
  padding: 12px 28px;
  text-decoration: none;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}

.hr-btn:hover {
  background: var(--hr-accent);
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.hr-btn--primary {
  background: var(--hr-accent);
  border-color: var(--hr-accent);
  color: #fff;
}

.hr-btn--primary:hover { background: #7ba9dd; border-color: #7ba9dd; }

.hr-btn--lg { padding: 15px 52px; font-size: 14px; }

.hr-btn--more { padding: 14px 44px; }

.hr-more { text-align: center; margin-top: 48px; }

.hr-more__n {
  display: block;
  font-family: var(--hr-font-ja);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--hr-text-light);
  margin-top: 4px;
}

.hr-btn--more:hover .hr-more__n { color: #fff; }

/* フェードイン（JSが動くときだけ） */
body.hr-anim .hr-fade {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 1s ease, transform 1s ease;
}

body.hr-anim .hr-fade.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  body.hr-anim .hr-fade { opacity: 1; transform: none; transition: none; }
}

/* --------------------------------------------------------------------------
   作品一覧
   -------------------------------------------------------------------------- */
.hr-filter {
  border-top: 1px solid var(--hr-border);
  border-bottom: 1px solid var(--hr-border);
  padding: 22px 0 18px;
  margin-bottom: 26px;
}

.hr-filter__row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  margin-bottom: 12px;
}

.hr-filter__row:last-child { margin-bottom: 0; }

.hr-filter__label {
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--hr-text-light);
  min-width: 52px;
}

.hr-chips { display: flex; flex-wrap: wrap; gap: 8px; }

.hr-chip {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--hr-text);
  background: #fff;
  border: 1px solid var(--hr-border);
  border-radius: 999px;
  padding: 5px 15px;
  text-decoration: none;
  transition: background .3s ease, border-color .3s ease, color .3s ease;
}

.hr-chip:hover { background: var(--hr-bg-mint); text-decoration: none; }

.hr-chip.is-active {
  background: var(--hr-accent);
  border-color: var(--hr-accent);
  color: #fff;
}

.hr-chip__n {
  font-family: var(--hr-font-en);
  font-size: 11px;
  margin-left: 6px;
  opacity: .7;
}

.hr-chips--year .hr-chip { font-family: var(--hr-font-en); letter-spacing: 0.08em; }

.hr-count {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--hr-text-light);
  margin: 0 0 26px;
  font-family: var(--hr-font-en);
}

.hr-count__sep { margin: 0 8px; opacity: .5; }

.hr-work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 20px;
}

@media (min-width: 768px) {
  .hr-work-grid { grid-template-columns: repeat(3, 1fr); gap: 44px 30px; }
}

@media (min-width: 1100px) {
  .hr-work-grid { grid-template-columns: repeat(4, 1fr); }
}

.hr-work-card { display: block; text-decoration: none; min-width: 0; }
.hr-work-card:hover { text-decoration: none; opacity: 1; }

.hr-work-card__img {
  position: relative;
  background: var(--hr-bg-mint);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.hr-work-card__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 1.2s ease;
}

.hr-work-card:hover .hr-work-card__img img { transform: scale(1.04); }

.hr-work-card__sold {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: var(--hr-font-en);
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #a2555b;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e0bfc2;
  padding: 3px 10px;
}

.hr-work-card__body { padding: 14px 2px 0; }

.hr-work-card__title {
  font-size: 15px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 4px;
  line-height: 1.65;
}

.hr-work-card__en {
  font-family: var(--hr-font-en);
  font-size: 12px;
  color: var(--hr-text-light);
  margin: 0 0 2px;
  line-height: 1.5;
}

.hr-work-card__year {
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--hr-text-light);
  margin: 0;
}

/* --------------------------------------------------------------------------
   作品詳細
   -------------------------------------------------------------------------- */
.hr-work-stage {
  background: var(--hr-bg-mint);
  padding: 48px 22px;
  text-align: center;
}

@media (min-width: 768px) {
  .hr-work-stage { padding: 80px 22px; }
}

.hr-work-stage__img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  box-shadow: 0 18px 44px rgba(44, 62, 71, .13);
}

.hr-work-title { text-align: center; padding-top: 52px; }

.hr-work-title__ja {
  font-family: var(--hr-font-ja);
  font-size: clamp(22px, 3.4vw, 32px);
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 8px;
  line-height: 1.6;
}

.hr-work-title__en {
  font-family: var(--hr-font-en);
  font-size: 15px;
  letter-spacing: 0.1em;
  color: var(--hr-text-light);
  margin: 0;
}

.hr-work-title__sold {
  display: inline-block;
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #a2555b;
  border: 1px solid #e0bfc2;
  background: #fbf3f4;
  padding: 4px 14px;
  margin: 14px 0 0;
}

.hr-work-story { text-align: center; margin: 8px 0 48px; }

.hr-work-story__body {
  font-size: 16px;
  line-height: 2.4;
  color: var(--hr-text);
}

.hr-work-story__body p { margin: 0 0 1.2em; }
.hr-work-story__body p:last-child { margin-bottom: 0; }

.hr-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  border-top: 1px solid var(--hr-border);
  border-bottom: 1px solid var(--hr-border);
  margin: 0;
  padding: 22px 0;
}

.hr-spec__row {
  padding: 6px 26px;
  text-align: center;
  min-width: 120px;
}

.hr-spec dt {
  font-family: var(--hr-font-en);
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--hr-text-light);
  font-weight: normal;
  margin-bottom: 4px;
}

.hr-spec dd {
  font-size: 14px;
  color: var(--hr-text);
  margin: 0;
}

.hr-work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin: 44px 0 0;
}

/* --------------------------------------------------------------------------
   お客様の声
   -------------------------------------------------------------------------- */
.hr-voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 700px) {
  .hr-voice-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

@media (min-width: 1000px) {
  .hr-voice-grid { grid-template-columns: repeat(3, 1fr); }
}

.hr-voice-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--hr-border);
  text-decoration: none;
  transition: box-shadow .4s ease, transform .4s ease;
  overflow: hidden;
}

.hr-voice-item:hover {
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(44, 62, 71, .09);
  transform: translateY(-2px);
  opacity: 1;
}

.hr-voice-item__img {
  height: 160px;
  background-size: cover;
  background-position: center;
  background-color: var(--hr-bg-mint);
}

.hr-voice-item__body {
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hr-voice-item__text {
  font-size: 15px;
  line-height: 2.05;
  color: var(--hr-text);
  margin: 0 0 18px;
  flex: 1;
}

.hr-voice-item__text--empty { color: var(--hr-text-light); }

.hr-voice-item__person {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--hr-bg);
  padding-top: 14px;
}

.hr-voice-item__icon { width: 30px; height: 30px; border-radius: 50%; }

.hr-voice-item__name { font-size: 13px; color: var(--hr-text); }

.hr-voice-item__area {
  font-size: 12px;
  color: var(--hr-text-light);
  margin-left: auto;
}

/* 声 詳細 */
.hr-voice-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.hr-voice-person__icon { width: 52px; height: 52px; border-radius: 50%; }
.hr-voice-person__name { font-size: 17px; margin: 0; }
.hr-voice-person__area { font-size: 13px; color: var(--hr-text-light); margin: 0; }

.hr-quote {
  background: var(--hr-bg-mint);
  border: none;
  border-left: 2px solid var(--hr-accent);
  padding: 30px 30px 26px;
  margin: 0 0 40px;
  font-size: 16px;
  line-height: 2.4;
}

.hr-quote p { margin: 0 0 1.1em; }
.hr-quote p:last-child { margin-bottom: 0; }

.hr-voice-photos { margin-bottom: 48px; }
.hr-voice-photos img { margin-bottom: 14px; }

.hr-voice-work__body { font-size: 14px; }

/* 作品詳細の関連レビュー */
.hr-related-reviews { margin-top: 72px; }

.hr-voice-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

@media (min-width: 700px) {
  .hr-voice-list { grid-template-columns: repeat(2, 1fr); }
}

.hr-voice-card {
  display: block;
  background: var(--hr-bg-mint);
  padding: 20px 22px;
  text-decoration: none;
  transition: background .3s ease;
}

.hr-voice-card:hover { background: #e4ece9; text-decoration: none; opacity: 1; }

.hr-voice-card__text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 10px;
}

.hr-voice-card__name {
  font-size: 12px;
  color: var(--hr-text-light);
  margin: 0;
}

.hr-voice-card__name span { margin-left: 10px; }

/* --------------------------------------------------------------------------
   活動実績
   -------------------------------------------------------------------------- */
.hr-yearnav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 56px;
}

.hr-yearnav .hr-chip { font-family: var(--hr-font-en); letter-spacing: 0.1em; }

.hr-timeline-year > * { min-width: 0; }

.hr-timeline-year {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 56px;
  scroll-margin-top: 80px;
}

@media (min-width: 768px) {
  .hr-timeline-year { grid-template-columns: 120px 1fr; gap: 30px; }
}

.hr-timeline-year__label {
  font-family: var(--hr-font-en);
  font-size: 28px;
  letter-spacing: 0.08em;
  color: var(--hr-text-light);
  line-height: 1.2;
  padding-top: 12px;
}

.hr-timeline { border-top: 1px solid var(--hr-border); min-width: 0; }

.hr-timeline__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hr-bg);
  min-width: 0;
}

.hr-timeline__body { min-width: 0; }

.hr-timeline__text img { max-width: 100%; height: auto; }

.hr-timeline__date {
  font-family: var(--hr-font-en);
  color: var(--hr-text-light);
  line-height: 1.2;
  padding-top: 3px;
}

.hr-timeline__month { font-size: 23px; }
.hr-timeline__month-unit { font-family: var(--hr-font-ja); font-size: 11px; margin-left: 2px; }

.hr-timeline__type {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--hr-text-light);
  border: 1px solid var(--hr-border);
  border-radius: 999px;
  padding: 2px 12px;
  margin-bottom: 8px;
}

.hr-timeline__title {
  font-size: 17px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 6px;
  line-height: 1.7;
}

.hr-timeline__text {
  font-size: 14px;
  color: var(--hr-text-light);
  line-height: 2;
}

.hr-timeline__text p { margin: 0 0 .6em; }
.hr-timeline__text p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   購入・受注
   -------------------------------------------------------------------------- */
.hr-lineup {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 860px) {
  .hr-lineup { grid-template-columns: repeat(3, 1fr); gap: 24px; }
}

.hr-lineup__item {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--hr-border);
  padding: 32px 28px 28px;
  display: flex;
  flex-direction: column;
}

.hr-lineup__en {
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hr-text-light);
  display: block;
  margin-bottom: 6px;
}

.hr-lineup__title {
  font-size: 21px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 16px;
}

.hr-lineup__text {
  font-size: 14px;
  line-height: 2.1;
  margin: 0 0 20px;
  flex: 1;
}

.hr-lineup__spec { margin: 0; border-top: 1px solid var(--hr-bg); padding-top: 14px; }

.hr-lineup__spec > div {
  display: flex;
  gap: 10px;
  font-size: 12.5px;
  padding: 4px 0;
}

.hr-lineup__spec dt {
  color: var(--hr-text-light);
  font-weight: normal;
  min-width: 90px;
}

.hr-lineup__spec dd { margin: 0; color: var(--hr-text); }

/* 流れ */
.hr-flow { list-style: none; margin: 0; padding: 0; max-width: 780px; margin-inline: auto; }

.hr-flow__item > div { min-width: 0; }

.hr-flow__item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 26px 0;
  border-bottom: 1px solid var(--hr-border);
}

.hr-flow__item:first-child { border-top: 1px solid var(--hr-border); }

.hr-flow__no {
  font-family: var(--hr-font-en);
  font-size: 22px;
  color: var(--hr-accent);
  line-height: 1.4;
}

.hr-flow__title {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px;
  color: var(--hr-text);
}

.hr-flow__item p { font-size: 14px; line-height: 2.05; margin: 0 0 8px; }
.hr-flow__item p:last-child { margin-bottom: 0; }

.hr-flow__note { font-size: 12.5px; color: var(--hr-text-light); }

/* 法人向け */
.hr-biz {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 56px;
}

@media (min-width: 768px) {
  .hr-biz { grid-template-columns: repeat(2, 1fr); gap: 26px; }
}

.hr-biz__col {
  background: var(--hr-bg-mint);
  padding: 28px 28px 26px;
}

.hr-biz__title {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 12px;
  color: var(--hr-text);
}

.hr-biz__col p { font-size: 14px; line-height: 2.1; margin: 0; }

.hr-delivery { border-top: 1px solid var(--hr-border); padding-top: 34px; }

.hr-delivery__head {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--hr-text-light);
  font-weight: normal;
  margin: 0 0 18px;
  text-align: center;
}

.hr-delivery__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 720px;
  margin-inline: auto;
}

@media (min-width: 700px) {
  .hr-delivery__list { grid-template-columns: repeat(2, 1fr); gap: 12px 24px; }
}

.hr-delivery__list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-left: 2px solid var(--hr-accent);
  padding: 6px 0 6px 14px;
}

.hr-delivery__name { font-size: 15px; color: var(--hr-text); }
.hr-delivery__note { font-size: 12px; color: var(--hr-text-light); }

.hr-afterword {
  text-align: center;
  font-size: 14px;
  color: var(--hr-text-light);
  line-height: 2.1;
}

.hr-afterword a { color: var(--hr-text); text-decoration: underline; }

/* --------------------------------------------------------------------------
   フォーム
   -------------------------------------------------------------------------- */
.hr-form-wrap { margin-top: 6px; }

.hr-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 700px) {
  .hr-form__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 24px; }
  .hr-field--wide { grid-column: 1 / -1; }
}

.hr-field label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  color: var(--hr-text);
}

.hr-field input[type="text"],
.hr-field input[type="email"],
.hr-field input[type="tel"],
.hr-field select,
.hr-field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  color: var(--hr-text);
  background: #fff;
  border: 1px solid var(--hr-border);
  border-radius: 0;
  padding: 12px 14px;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1.7;
}

.hr-field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--hr-text-light) 50%), linear-gradient(135deg, var(--hr-text-light) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.hr-field input:focus,
.hr-field select:focus,
.hr-field textarea:focus {
  outline: none;
  border-color: var(--hr-accent);
  box-shadow: 0 0 0 3px rgba(148, 186, 230, .18);
}

.hr-req {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #a2555b;
  border: 1px solid #e0bfc2;
  background: #fbf3f4;
  padding: 1px 7px;
  margin-left: 6px;
  vertical-align: 2px;
}

.hr-help { font-size: 12px; color: var(--hr-text-light); margin: 6px 0 0; }

.hr-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.hr-form__privacy {
  font-size: 12.5px;
  color: var(--hr-text-light);
  text-align: center;
  line-height: 2;
  margin: 28px 0 0;
}

.hr-form__actions { text-align: center; margin-top: 22px; }

.hr-alert {
  border: 1px solid #e0bfc2;
  background: #fbf3f4;
  color: #a2555b;
  padding: 14px 18px;
  font-size: 14px;
  margin: 0 0 24px;
}

.hr-thanks {
  text-align: center;
  background: #fff;
  border: 1px solid var(--hr-border);
  padding: 44px 28px;
}

.hr-thanks__title {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  color: var(--hr-text);
}

.hr-thanks p { font-size: 15px; line-height: 2.1; margin: 0 0 10px; }

.hr-thanks__note { font-size: 12.5px; color: var(--hr-text-light); }

/* --------------------------------------------------------------------------
   お問い合わせ
   -------------------------------------------------------------------------- */
.hr-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-bottom: 56px;
}

@media (min-width: 700px) {
  .hr-channels { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

.hr-channel {
  display: block;
  background: #fff;
  border: 1px solid var(--hr-border);
  padding: 32px 28px 26px;
  text-decoration: none;
  transition: box-shadow .4s ease, transform .4s ease;
}

.hr-channel:hover {
  text-decoration: none;
  opacity: 1;
  box-shadow: 0 14px 30px rgba(44, 62, 71, .09);
  transform: translateY(-2px);
}

.hr-channel--line { background: var(--hr-bg-mint); }

.hr-channel__en {
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--hr-text-light);
  display: block;
  margin-bottom: 8px;
}

.hr-channel__title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 12px;
  color: var(--hr-text);
}

.hr-channel__text { font-size: 14px; line-height: 2; margin: 0 0 16px; }

.hr-channel__arrow {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--hr-text-light);
  border-bottom: 1px solid var(--hr-border);
  padding-bottom: 3px;
}

.hr-purpose {
  border-top: 1px solid var(--hr-border);
  padding-top: 34px;
  margin-bottom: 44px;
}

.hr-purpose__head {
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--hr-text-light);
  font-weight: normal;
  margin: 0 0 18px;
}

.hr-purpose__list { list-style: none; margin: 0; padding: 0; }

.hr-purpose__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--hr-bg);
  font-size: 14px;
}

.hr-purpose__label { min-width: 190px; color: var(--hr-text); }
.hr-purpose__note { font-size: 12px; color: var(--hr-text-light); width: 100%; }
.hr-purpose__list a { color: var(--hr-text); text-decoration: underline; }

.hr-contact-note {
  font-size: 14px;
  line-height: 2.1;
  color: var(--hr-text-light);
  background: var(--hr-bg);
  padding: 24px 26px;
}

.hr-contact-note p { margin: 0 0 .9em; }
.hr-contact-note p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   共通CTA帯
   -------------------------------------------------------------------------- */
.hr-cta-band { background: var(--hr-bg); padding: 56px 0; }

.hr-cta-band__inner {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  text-align: center;
}

@media (min-width: 860px) {
  .hr-cta-band__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.hr-cta-band__title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 8px;
  color: var(--hr-text);
}

.hr-cta-band__text { font-size: 14px; color: var(--hr-text-light); margin: 0; line-height: 2; }

.hr-cta-band__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* --------------------------------------------------------------------------
   前後リンク・ページ送り
   -------------------------------------------------------------------------- */
.hr-prevnext {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--hr-border);
  margin-top: 64px;
  padding-top: 22px;
  font-size: 13px;
}

.hr-prevnext span {
  display: block;
  font-family: var(--hr-font-en);
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--hr-text-light);
  margin-bottom: 4px;
}

.hr-prevnext__next { text-align: right; }
.hr-prevnext a { color: var(--hr-text); text-decoration: none; }
.hr-prevnext a:hover { text-decoration: underline; }

.hr-pagination {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.hr-pagination .page-numbers {
  display: inline-block;
  font-family: var(--hr-font-en);
  font-size: 14px;
  color: var(--hr-text);
  border: 1px solid var(--hr-border);
  padding: 6px 14px;
  margin: 0 4px;
  text-decoration: none;
  background: #fff;
}

.hr-pagination .page-numbers.current,
.hr-pagination .page-numbers:hover {
  background: var(--hr-accent);
  border-color: var(--hr-accent);
  color: #fff;
}

/* --------------------------------------------------------------------------
   スマートフォン
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .hr-section { padding: 52px 0; }
  .hr-hero { padding: 58px 20px; }
  .hr-work-stage { padding: 32px 16px; }
  .hr-work-title { padding-top: 36px; }
  .hr-spec__row { padding: 6px 16px; min-width: 96px; }
  .hr-work-actions .hr-btn,
  .hr-cta-band__btns .hr-btn { width: 100%; text-align: center; }
  .hr-cta-band__btns { width: 100%; }
  .hr-purpose__label { min-width: 100%; }
  .hr-timeline-year__label { font-size: 22px; padding-top: 0; }
}

/* --------------------------------------------------------------------------
   導入事例・納品実績
   -------------------------------------------------------------------------- */
.hr-cases { background: #fff; }

.hr-case {
  border-top: 1px solid var(--hr-border);
  padding: 52px 0 8px;
  min-width: 0;
}

.hr-case:first-of-type { border-top: none; padding-top: 8px; }

.hr-case__head { margin-bottom: 28px; }

.hr-case__label {
  display: block;
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hr-accent);
  margin-bottom: 8px;
}

.hr-case__title {
  font-size: clamp(20px, 2.8vw, 27px);
  font-weight: normal;
  color: var(--hr-text);
  margin: 0;
  line-height: 1.6;
}

.hr-case__period {
  font-size: 13px;
  color: var(--hr-text-light);
  margin: 8px 0 0;
  letter-spacing: 0.06em;
}

.hr-case__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 34px;
}

@media (min-width: 860px) {
  .hr-case__body { grid-template-columns: 5fr 6fr; gap: 36px; }
}

.hr-case__body > * { min-width: 0; }

.hr-case__hero img {
  width: 100%;
  height: auto;
  display: block;
}

.hr-case__text p { font-size: 15px; line-height: 2.15; margin: 0 0 14px; }
.hr-case__text p:last-child { margin-bottom: 0; }

.hr-case__link a {
  font-size: 13.5px;
  color: var(--hr-text);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.hr-case__group { margin-bottom: 30px; }

.hr-case__photos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: start;
}

@media (min-width: 700px) {
  .hr-case__photos--2 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .hr-case__photos--3 { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hr-case__photos--4 { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

.hr-case__photo { margin: 0; overflow: hidden; background: var(--hr-bg-mint); }

.hr-case__photo img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 1.4s ease;
}

.hr-case__photo:hover img { transform: scale(1.03); }

.hr-case__caption {
  font-size: 13px;
  color: var(--hr-text-light);
  text-align: center;
  margin: 14px 0 0;
  letter-spacing: 0.04em;
}

/* その他の実績 */
.hr-cases-others {
  border-top: 1px solid var(--hr-border);
  margin-top: 48px;
  padding-top: 48px;
}

.hr-cases-others__head {
  text-align: center;
  font-size: 19px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 34px;
}

.hr-cases-others__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

@media (min-width: 760px) {
  .hr-cases-others__list { grid-template-columns: repeat(2, 1fr); gap: 34px 30px; }
}

.hr-case-mini { min-width: 0; }

.hr-case-mini__photos {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

.hr-case-mini__photos--1 { grid-template-columns: 1fr; }
.hr-case-mini__photos--3 { grid-template-columns: repeat(3, 1fr); }
.hr-case-mini__photos--4 { grid-template-columns: repeat(4, 1fr); }

.hr-case-mini__photos img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  background: var(--hr-bg-mint);
}

.hr-case-mini__photos--1 img { aspect-ratio: 3 / 2; }

.hr-case-mini__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 14px;
  border-left: 2px solid var(--hr-accent);
  padding: 4px 0 4px 14px;
  margin-top: 14px;
}

.hr-case-mini__name {
  font-size: 15.5px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0;
}

.hr-case-mini__period {
  font-size: 12.5px;
  color: var(--hr-text-light);
  margin: 0;
}

/* 事例セクション下のCTA */
.hr-cases-cta {
  text-align: center;
  background: var(--hr-bg);
  padding: 40px 26px;
  margin-top: 56px;
}

.hr-cases-cta__text {
  font-size: 14.5px;
  line-height: 2.1;
  color: var(--hr-text);
  margin: 0 0 24px;
}

.hr-cases-cta__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (max-width: 767px) {
  .hr-case { padding-top: 40px; }
  .hr-cases-cta { padding: 32px 18px; }
  .hr-cases-cta__btns .hr-btn { width: 100%; text-align: center; }
  .hr-case-mini__photos--4 { grid-template-columns: repeat(2, 1fr); }
}

/* --------------------------------------------------------------------------
   ABOUT
   -------------------------------------------------------------------------- */
.hr-about {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

@media (min-width: 820px) {
  .hr-about { grid-template-columns: 5fr 6fr; gap: 56px; }
}

.hr-about > * { min-width: 0; }

.hr-about__portrait img {
  width: 100%;
  height: auto;
  display: block;
}

.hr-about__name {
  font-family: var(--hr-font-en);
  font-size: clamp(30px, 5vw, 44px);
  font-weight: normal;
  letter-spacing: 0.12em;
  color: var(--hr-text);
  margin: 0;
  line-height: 1.2;
}

.hr-about__titles {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hr-about__titles li {
  font-size: 14.5px;
  line-height: 1.9;
  color: var(--hr-text);
  padding: 7px 0 7px 16px;
  border-left: 1px solid var(--hr-border);
  margin-bottom: 2px;
}

.hr-about__profile {
  font-size: 16px;
  line-height: 2.5;
  color: var(--hr-text);
}

.hr-about__profile p { margin: 0; }

.hr-about__profile-en {
  font-family: var(--hr-font-en);
  font-size: 15px;
  line-height: 2.1;
  color: var(--hr-text-light);
  border-top: 1px solid var(--hr-border);
  margin-top: 34px;
  padding-top: 30px;
}

.hr-about__profile-en p { margin: 0; }

.hr-about__fallback { font-size: 15px; line-height: 2.1; }

.hr-about__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 700px) {
  .hr-about__links { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

.hr-about__link {
  display: block;
  text-align: center;
  border: 1px solid var(--hr-border);
  padding: 26px 18px;
  text-decoration: none;
  transition: background .3s ease, transform .3s ease;
}

.hr-about__link:hover {
  background: var(--hr-bg-mint);
  transform: translateY(-2px);
  text-decoration: none;
  opacity: 1;
}

.hr-about__link-en {
  display: block;
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hr-text-light);
  margin-bottom: 8px;
}

.hr-about__link-ja { font-size: 15px; color: var(--hr-text); }

/* --------------------------------------------------------------------------
   NEWS
   -------------------------------------------------------------------------- */
.hr-news-list { border-top: 1px solid var(--hr-border); }

.hr-news-year {
  font-family: var(--hr-font-en);
  font-size: 26px;
  letter-spacing: 0.1em;
  color: var(--hr-text-light);
  padding: 30px 0 10px;
  border-bottom: 1px solid var(--hr-bg);
}

.hr-news-list .hr-news-year:first-child { padding-top: 18px; }

.hr-news-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 6px 20px;
  align-items: baseline;
  padding: 22px 4px;
  border-bottom: 1px solid var(--hr-bg);
  text-decoration: none;
  transition: background .3s ease;
}

@media (min-width: 768px) {
  .hr-news-item { grid-template-columns: 110px 1fr 80px; }
}

.hr-news-item:hover { background: var(--hr-bg); text-decoration: none; opacity: 1; }

.hr-news-item > * { min-width: 0; }

.hr-news-item__date {
  font-family: var(--hr-font-en);
  font-size: 19px;
  letter-spacing: 0.04em;
  color: var(--hr-text-light);
  white-space: nowrap;
}

.hr-news-item__date span {
  font-family: var(--hr-font-ja);
  font-size: 11px;
  margin: 0 4px 0 1px;
}

.hr-news-item__title {
  font-size: 16.5px;
  font-weight: normal;
  color: var(--hr-text);
  margin: 0 0 4px;
  line-height: 1.75;
}

.hr-news-item__excerpt {
  font-size: 13px;
  color: var(--hr-text-light);
  margin: 0;
  line-height: 1.9;
}

.hr-news-item__more {
  display: none;
  font-family: var(--hr-font-en);
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--hr-text-light);
  text-align: right;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .hr-news-item__more { display: block; }
}

.hr-news-item:hover .hr-news-item__more { color: var(--hr-accent); }

/* 投稿詳細 */
.hr-post-head { text-align: center; margin-bottom: 40px; }

.hr-post-date {
  font-family: var(--hr-font-en);
  font-size: 14px;
  letter-spacing: 0.16em;
  color: var(--hr-text-light);
  display: block;
  margin-bottom: 12px;
}

.hr-post-title {
  font-size: clamp(21px, 3.2vw, 30px);
  font-weight: normal;
  color: var(--hr-text);
  margin: 0;
  line-height: 1.65;
}

.hr-post-thumb { margin-bottom: 40px; }
.hr-post-thumb img { width: 100%; height: auto; display: block; }

.hr-post-body {
  font-size: 15.5px;
  line-height: 2.2;
  color: var(--hr-text);
}

.hr-post-body p { margin: 0 0 1.4em; }
.hr-post-body img { max-width: 100%; height: auto; margin: 10px 0; }
.hr-post-body a { color: var(--hr-text); text-decoration: underline; text-underline-offset: 3px; }
.hr-post-body h2,
.hr-post-body h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 2em 0 .8em;
  padding-bottom: .5em;
  border-bottom: 1px solid var(--hr-border);
}
.hr-post-body ul,
.hr-post-body ol { padding-left: 1.4em; margin: 0 0 1.4em; }
.hr-post-body li { margin-bottom: .4em; }
.hr-post-body iframe { max-width: 100%; }

@media (max-width: 767px) {
  .hr-news-item { padding: 18px 2px; grid-template-columns: 74px 1fr; }
  .hr-news-item__date { font-size: 16px; }
  .hr-news-item__title { font-size: 15px; }
  .hr-about__titles li { font-size: 13.5px; }
}
