/*
Theme Name: HEAD MINT Recruit
Theme URI: https://beauty-assembly.jp/
Author: HEAD MINT
Description: ヘッドミントの全国店舗求人に特化した、固定ページ運用型の採用サイトテーマ。
Version: 1.14.0
Text Domain: headmint-recruit
*/

:root {
  --hm-cyan: #10c4e8;
  --hm-cyan-dark: #0398b7;
  --hm-cyan-soft: #e9faff;
  --hm-lime: #a6e900;
  --hm-navy: #103544;
  --hm-ink: #22333b;
  --hm-muted: #687b84;
  --hm-line: #dce8ec;
  --hm-white: #fff;
  --hm-warm: #fffaf2;
  --hm-gold: #c18a2c;
  --hm-shadow: 0 18px 50px rgba(16, 53, 68, .11);
  --hm-radius: 24px;
  --hm-width: 1160px;
}

/* 1.14.0: landscape store gallery with up to five explicit store images. */
body.page-template-template-store-php .hm-job-media,
body.page-template-template-store .hm-job-media {
  display: grid;
  min-width: 0;
  gap: 14px;
}
body.page-template-template-store-php .hm-job-media .hm-job-visual,
body.page-template-template-store .hm-job-media .hm-job-visual {
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  clip-path: none;
}
body.page-template-template-store-php .hm-job-hero-slides,
body.page-template-template-store .hm-job-hero-slides {
  position: absolute;
  inset: 0;
}
body.page-template-template-store-php .hm-job-hero-slide,
body.page-template-template-store .hm-job-hero-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}
body.page-template-template-store-php .hm-job-hero-slide.is-active,
body.page-template-template-store .hm-job-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
}
body.page-template-template-store-php .hm-job-hero-slide img,
body.page-template-template-store .hm-job-hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.page-template-template-store-php .hm-job-hero-nav,
body.page-template-template-store .hm-job-hero-nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 40, 50, .78);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
body.page-template-template-store-php .hm-job-hero-nav:hover,
body.page-template-template-store-php .hm-job-hero-nav:focus-visible,
body.page-template-template-store .hm-job-hero-nav:hover,
body.page-template-template-store .hm-job-hero-nav:focus-visible {
  color: var(--hm-navy);
  background: var(--hm-lime);
  transform: translateY(-50%) scale(1.06);
}
body.page-template-template-store-php .hm-job-hero-nav--prev,
body.page-template-template-store .hm-job-hero-nav--prev { left: 14px; }
body.page-template-template-store-php .hm-job-hero-nav--next,
body.page-template-template-store .hm-job-hero-nav--next { right: 14px; }
body.page-template-template-store-php .hm-job-media .hm-job-status,
body.page-template-template-store .hm-job-media .hm-job-status { z-index: 6; }
body.page-template-template-store-php .hm-job-hero-thumbs,
body.page-template-template-store .hm-job-hero-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 0 8px;
}
body.page-template-template-store-php .hm-job-hero-thumbs button,
body.page-template-template-store .hm-job-hero-thumbs button {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 3px solid var(--hm-navy);
  background: #fff;
  aspect-ratio: 16 / 10;
  cursor: pointer;
  opacity: .68;
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}
body.page-template-template-store-php .hm-job-hero-thumbs button:hover,
body.page-template-template-store-php .hm-job-hero-thumbs button:focus-visible,
body.page-template-template-store-php .hm-job-hero-thumbs button.is-active,
body.page-template-template-store .hm-job-hero-thumbs button:hover,
body.page-template-template-store .hm-job-hero-thumbs button:focus-visible,
body.page-template-template-store .hm-job-hero-thumbs button.is-active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 4px 4px 0 var(--hm-lime);
}
body.page-template-template-store-php .hm-job-hero-thumbs button.is-active::after,
body.page-template-template-store .hm-job-hero-thumbs button.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid var(--hm-cyan);
  pointer-events: none;
}
body.page-template-template-store-php .hm-job-hero-thumbs img,
body.page-template-template-store .hm-job-hero-thumbs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 720px) {
  body.page-template-template-store-php .hm-job-media .hm-job-visual,
  body.page-template-template-store .hm-job-media .hm-job-visual { min-height: 0; aspect-ratio: 16 / 9; }
  body.page-template-template-store-php .hm-job-hero-thumbs,
  body.page-template-template-store .hm-job-hero-thumbs { gap: 5px; padding: 0; }
  body.page-template-template-store-php .hm-job-hero-thumbs button,
  body.page-template-template-store .hm-job-hero-thumbs button { border-width: 2px; box-shadow: none !important; }
  body.page-template-template-store-php .hm-job-hero-nav,
  body.page-template-template-store .hm-job-hero-nav { width: 40px; height: 40px; }
  body.page-template-template-store-php .hm-job-hero-nav--prev,
  body.page-template-template-store .hm-job-hero-nav--prev { left: 9px; }
  body.page-template-template-store-php .hm-job-hero-nav--next,
  body.page-template-template-store .hm-job-hero-nav--next { right: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  body.page-template-template-store-php .hm-job-hero-slide,
  body.page-template-template-store .hm-job-hero-slide { transition: none; }
}

/* Recruitment growth hub */
.hm-growth-section { position: relative; overflow: hidden; border-block: 4px solid var(--hm-navy); background: #effcff; }
.hm-growth-section::after { content: "?"; position: absolute; right: -18px; top: -58px; color: rgba(0,174,210,.1); font-size: 250px; font-weight: 900; line-height: 1; transform: rotate(10deg); pointer-events: none; }
.hm-growth-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 36px; }
.hm-growth-choices { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.hm-growth-choice { display: grid; grid-template-columns: 58px minmax(0,1fr) 30px; align-items: center; gap: 15px; min-height: 126px; padding: 22px; border: 4px solid var(--hm-navy); color: var(--hm-navy); background: #fff; box-shadow: 7px 7px 0 var(--hm-cyan); transition: transform .2s ease, box-shadow .2s ease; }
.hm-growth-choice:hover { transform: translate(3px,3px); box-shadow: 4px 4px 0 var(--hm-cyan); }
.hm-growth-choice strong { display: block; font-size: 20px; line-height: 1.35; }
.hm-growth-choice small { display: block; margin-top: 7px; color: #46616b; font-size: 13px; font-weight: 700; line-height: 1.6; }
.hm-growth-choice > b { font-size: 28px; }
.hm-growth-choice-icon { display: grid; width: 56px; height: 56px; place-items: center; border: 3px solid var(--hm-navy); border-radius: 50%; color: var(--hm-navy); background: var(--hm-lime); font-size: 22px; font-weight: 900; }
.hm-growth-choice--line { background: #ebffe5; box-shadow-color: #06c755; }
.hm-growth-choice--line .hm-growth-choice-icon { color: #fff; background: #06c755; }
.hm-growth-choice--notice .hm-growth-choice-icon { background: #fff099; }
.hm-growth-choices--compact { grid-template-columns: 1fr; gap: 12px; }
.hm-growth-choices--compact .hm-growth-choice { min-height: 76px; padding: 13px 15px; grid-template-columns: 42px minmax(0,1fr) 22px; }
.hm-growth-choices--compact .hm-growth-choice-icon { width: 42px; height: 42px; font-size: 17px; }
.hm-growth-entry-link { position: relative; z-index: 1; margin: 34px 0 0; text-align: center; }
.hm-page-hero--career { background: var(--hm-cyan-soft); }
.hm-career-card { margin-top: 40px; }
.hm-career-card > h2 { margin: 0 0 8px; font-size: 32px; }
.hm-career-card > p { margin: 0 0 28px; }
.hm-store-actions { display: grid; gap: 12px; }
.hm-apply-card .hm-button + .hm-button { margin-top: 12px; }
.hm-button--line { color: #fff; background: #06c755; }
.hm-store-videos .hm-eyebrow { margin-bottom: 7px; }
.hm-video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.hm-video-card { overflow: hidden; border: 4px solid var(--hm-navy); background: #fff; box-shadow: 6px 6px 0 var(--hm-lime); }
.hm-video-card h3 { margin: 0; padding: 14px 12px; font-size: 15px; line-height: 1.5; }
.hm-video-frame { display: grid; aspect-ratio: 9 / 16; place-items: center; overflow: hidden; background: var(--hm-navy); }
.hm-video-card--youtube { grid-column: span 2; }
.hm-video-card--youtube .hm-video-frame { aspect-ratio: 16 / 9; }
.hm-video-frame video, .hm-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: cover; }
.hm-video-frame > a { color: #fff; font-weight: 900; text-decoration: underline; }
.hm-google-map { width: 100%; overflow: hidden; border: 4px solid var(--hm-navy); background: #e9faff; box-shadow: 6px 6px 0 var(--hm-lime); }
.hm-google-map iframe { display: block; width: 100%; height: clamp(320px, 38vw, 480px); border: 0; }
.hm-job-row--map dd { min-width: 0; }

@media (max-width: 767px) {
  .hm-growth-choices { grid-template-columns: 1fr; gap: 14px; }
  .hm-growth-choice { min-height: 108px; padding: 17px 15px; grid-template-columns: 48px minmax(0,1fr) 22px; gap: 12px; box-shadow: 5px 5px 0 var(--hm-cyan); }
  .hm-growth-choice-icon { width: 48px; height: 48px; font-size: 19px; }
  .hm-growth-choice strong { font-size: 17px; }
  .hm-growth-choice small { font-size: 12px; }
  .hm-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .hm-video-card { box-shadow: 4px 4px 0 var(--hm-lime); }
  .hm-mobile-apply { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hm-mobile-apply .hm-button { min-width: 0; padding-inline: 8px; font-size: 13px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--hm-ink);
  background: #f7fbfc;
  font-family: "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.hm-container { width: min(calc(100% - 40px), var(--hm-width)); margin-inline: auto; }
.hm-section { padding: 104px 0; }
.hm-section--white { background: var(--hm-white); }
.hm-section--soft { background: var(--hm-cyan-soft); }
.hm-section--warm { background: var(--hm-warm); }
.hm-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 12px;
  color: var(--hm-cyan-dark); font-weight: 800; font-size: 13px; letter-spacing: .16em;
  text-transform: uppercase;
}
.hm-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--hm-lime); }
.hm-section-title { margin: 0; color: var(--hm-navy); font-size: clamp(30px, 4vw, 46px); line-height: 1.35; letter-spacing: .03em; }
.hm-section-lead { max-width: 680px; margin: 18px 0 0; color: var(--hm-muted); }
.hm-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 46px; }
.hm-link-arrow { color: var(--hm-cyan-dark); font-weight: 800; white-space: nowrap; }
.hm-link-arrow::after { content: " →"; }

.hm-site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px); border-bottom: 1px solid rgba(16,53,68,.08);
}
.hm-header-inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.hm-brand { display: inline-flex; align-items: center; flex: 0 0 auto; padding: 8px 13px; border-radius: 12px; background: var(--hm-cyan); }
.hm-brand img { width: 158px; max-height: 40px; object-fit: contain; }
.hm-brand-text { color: var(--hm-navy); font-size: 24px; font-weight: 900; letter-spacing: .12em; }
.hm-brand-text small { display: block; margin-top: -5px; color: var(--hm-cyan-dark); font-size: 9px; letter-spacing: .28em; }
.hm-main-nav { margin-left: auto; }
.hm-main-nav ul { display: flex; align-items: center; gap: 30px; padding: 0; margin: 0; list-style: none; }
.hm-main-nav a { color: var(--hm-navy); font-size: 14px; font-weight: 800; }
.hm-main-nav a:hover { color: var(--hm-cyan-dark); }
.hm-header-cta, .hm-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 12px 25px; border: 0; border-radius: 999px;
  background: var(--hm-cyan); color: #fff; font-weight: 900; line-height: 1.35;
  box-shadow: 0 12px 25px rgba(16,196,232,.22); transition: .2s ease;
}
.hm-button:hover, .hm-header-cta:hover { transform: translateY(-2px); background: var(--hm-cyan-dark); }
.hm-button--lime { background: var(--hm-lime); color: var(--hm-navy); box-shadow: 0 12px 25px rgba(166,233,0,.2); }
.hm-button--lime:hover { background: #91d000; }
.hm-button--outline { color: var(--hm-cyan-dark); background: #fff; border: 2px solid var(--hm-cyan); box-shadow: none; }
.hm-button--outline:hover { color: #fff; }
.hm-button--wide { width: 100%; }
.hm-menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; border-radius: 50%; background: var(--hm-cyan-soft); }
.hm-menu-toggle span { display: block; width: 21px; height: 2px; margin: 5px auto; background: var(--hm-navy); transition: .2s; }

.hm-hero { position: relative; overflow: hidden; background: linear-gradient(115deg, #e7fbff 0 52%, #fff 52%); }
.hm-hero--poster { padding: clamp(22px, 2.2vw, 38px) clamp(28px, 4vw, 76px) clamp(32px, 3vw, 52px); }
.hm-hero-desktop-shell { position: relative; z-index: 2; width: min(100%, 1320px); margin-inline: auto; }
.hm-hero-desktop-poster-link { position: relative; z-index: 2; display: block; width: min(100%, 1320px); overflow: hidden; margin-inline: auto; color: #fff; background: #fff; border: 4px solid var(--hm-navy); box-shadow: 12px 12px 0 var(--hm-cyan-dark); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hm-hero-desktop-poster { display: block; width: 100%; height: auto; transition: transform .35s ease; }
.hm-hero-desktop-poster-cta { position: absolute; right: 50.5%; bottom: 1.65%; left: 1.75%; display: flex; height: 8.85%; align-items: center; justify-content: center; gap: .25em; color: #fff; background: #05394d; border: 3px solid #fff; border-radius: 6px; box-shadow: inset 0 0 0 3px rgba(16,196,232,.25); font-size: clamp(20px,2.3vw,38px); font-weight: 900; line-height: 1; letter-spacing: .03em; text-shadow: 0 2px 0 rgba(0,0,0,.22); }
.hm-hero-desktop-poster-cta b { color: var(--hm-lime); }
.hm-hero-desktop-poster-cta i { margin-left: .3em; font-style: normal; transition: transform .2s ease; }
.hm-hero-desktop-poster-link:hover { transform: translate(-2px, -2px); box-shadow: 16px 16px 0 var(--hm-cyan-dark); }
.hm-hero-desktop-poster-link:hover .hm-hero-desktop-poster { transform: scale(1.006); }
.hm-hero-desktop-poster-link:hover .hm-hero-desktop-poster-cta { background: var(--hm-navy); }
.hm-hero-desktop-poster-link:hover .hm-hero-desktop-poster-cta i { transform: translateX(6px); }
.hm-hero-desktop-poster-link:focus-visible { outline: 5px solid var(--hm-lime); outline-offset: 7px; }
.hm-hero-desktop-tools { position: relative; z-index: 3; display: grid; width: min(100%, 1040px); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 24px auto 0; }
.hm-hero-desktop-tools a { position: relative; display: grid; min-height: 72px; grid-template-columns: 1fr auto; align-content: center; gap: 3px 14px; padding: 12px 18px; color: var(--hm-navy); background: rgba(255,255,255,.96); border: 3px solid var(--hm-navy); box-shadow: 5px 5px 0 var(--hm-lime); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.hm-hero-desktop-tools small { grid-column: 1 / -1; color: var(--hm-cyan-dark); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.hm-hero-desktop-tools strong { font-size: clamp(13px, 1.15vw, 16px); line-height: 1.35; }
.hm-hero-desktop-tools i { align-self: center; font-style: normal; font-weight: 900; }
.hm-hero-desktop-tools a:hover, .hm-hero-desktop-tools a:focus-visible { background: var(--hm-lime); box-shadow: 2px 2px 0 var(--hm-navy); transform: translate(3px, 3px); outline: 0; }
.hm-hero::before, .hm-hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hm-hero::before { width: 380px; height: 380px; left: -140px; bottom: -210px; background: rgba(166,233,0,.18); }
.hm-hero::after { width: 220px; height: 220px; right: 3%; top: -100px; border: 42px solid rgba(16,196,232,.12); }
.hm-hero-inner { position: relative; z-index: 2; min-height: 680px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; padding-block: 66px; }
.hm-hero-copy { padding: 30px 0; }
.hm-hero-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; border-radius: 999px; background: #fff; color: var(--hm-cyan-dark); font-size: 13px; font-weight: 900; box-shadow: 0 8px 25px rgba(16,53,68,.07); }
.hm-hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--hm-lime); }
.hm-hero h1 { margin: 24px 0 20px; color: var(--hm-navy); font-size: clamp(40px, 5.4vw, 70px); line-height: 1.22; letter-spacing: .035em; }
.hm-nowrap { white-space: nowrap; }
.hm-hero h1 em { color: var(--hm-cyan-dark); font-style: normal; background: linear-gradient(transparent 67%, rgba(166,233,0,.5) 0); }
.hm-hero-lead { max-width: 540px; margin: 0 0 30px; color: #49616b; font-weight: 600; }
.hm-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hm-hero-visual { position: relative; min-height: 540px; }
.hm-hero-main-image { width: 86%; height: 500px; margin-left: auto; object-fit: cover; object-position: center; border-radius: 160px 24px 100px 24px; box-shadow: var(--hm-shadow); }
.hm-hero-mini { position: absolute; left: 0; bottom: 30px; width: 190px; height: 225px; object-fit: cover; border: 8px solid #fff; border-radius: 24px 70px 24px 24px; box-shadow: var(--hm-shadow); }
.hm-hero-badge { position: absolute; right: -12px; top: 40px; width: 128px; height: 128px; display: grid; place-items: center; padding: 18px; border-radius: 50%; background: var(--hm-lime); color: var(--hm-navy); text-align: center; font-weight: 900; line-height: 1.35; box-shadow: 0 15px 30px rgba(92,128,0,.22); transform: rotate(6deg); }
.hm-hero-note { margin-top: 22px; color: var(--hm-muted); font-size: 12px; }

.hm-stat-strip { position: relative; z-index: 5; margin-top: -36px; }
.hm-stats { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border-radius: 22px; background: var(--hm-navy); color: #fff; box-shadow: var(--hm-shadow); }
.hm-stat { padding: 26px 34px; text-align: center; }
.hm-stat + .hm-stat { border-left: 1px solid rgba(255,255,255,.14); }
.hm-stat strong { display: block; color: var(--hm-lime); font-size: 31px; line-height: 1.2; }
.hm-stat span { font-size: 13px; font-weight: 700; }

.hm-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.hm-benefit-card { position: relative; padding: 35px 30px 31px; overflow: hidden; border: 1px solid var(--hm-line); border-radius: var(--hm-radius); background: #fff; box-shadow: 0 12px 32px rgba(16,53,68,.06); }
.hm-benefit-card::after { content: attr(data-number); position: absolute; right: 14px; top: -9px; color: rgba(16,196,232,.1); font-size: 74px; font-weight: 900; line-height: 1; }
.hm-icon { width: 55px; height: 55px; display: grid; place-items: center; border-radius: 17px; background: var(--hm-cyan-soft); color: var(--hm-cyan-dark); font-size: 25px; }
.hm-benefit-card h3 { position: relative; margin: 20px 0 10px; color: var(--hm-navy); font-size: 21px; }
.hm-benefit-card p { position: relative; margin: 0; color: var(--hm-muted); font-size: 14px; }

.hm-work-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.hm-photo-stack { position: relative; min-height: 520px; }
.hm-photo-stack img { position: absolute; object-fit: cover; box-shadow: var(--hm-shadow); }
.hm-photo-stack img:first-child { width: 78%; height: 450px; left: 0; top: 0; border-radius: 24px 100px 24px 80px; }
.hm-photo-stack img:last-child { width: 48%; height: 260px; right: 0; bottom: 0; border: 8px solid #fff; border-radius: 70px 24px 24px 24px; }
.hm-check-list { display: grid; gap: 17px; padding: 0; margin: 30px 0 34px; list-style: none; }
.hm-check-list li { position: relative; padding-left: 37px; font-weight: 700; }
.hm-check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--hm-lime); color: var(--hm-navy); font-size: 14px; }

.hm-store-search { display: grid; grid-template-columns: 220px 1fr auto; gap: 12px; padding: 20px; margin-bottom: 36px; border-radius: 20px; background: #fff; box-shadow: 0 12px 35px rgba(16,53,68,.07); }
.hm-field, .hm-select, .hm-textarea {
  width: 100%; min-height: 54px; padding: 12px 15px; color: var(--hm-ink); background: #fff;
  border: 1px solid #cddde2; border-radius: 12px; outline: 0;
}
.hm-field:focus, .hm-select:focus, .hm-textarea:focus { border-color: var(--hm-cyan); box-shadow: 0 0 0 3px rgba(16,196,232,.12); }
.hm-textarea { min-height: 140px; resize: vertical; }
.hm-store-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.hm-store-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 20px; background: #fff; border: 1px solid var(--hm-line); box-shadow: 0 11px 30px rgba(16,53,68,.07); transition: .22s ease; }
.hm-store-card:hover { transform: translateY(-5px); box-shadow: var(--hm-shadow); }
.hm-store-card[hidden] { display: none; }
.hm-store-card-image { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #dff5fa; }
.hm-store-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hm-store-card:hover .hm-store-card-image img { transform: scale(1.04); }
.hm-store-status { position: absolute; left: 14px; top: 14px; padding: 5px 11px; border-radius: 999px; background: var(--hm-lime); color: var(--hm-navy); font-size: 11px; font-weight: 900; }
.hm-store-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.hm-store-pref { margin: 0 0 7px; color: var(--hm-cyan-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.hm-store-card h3 { margin: 0 0 10px; color: var(--hm-navy); font-size: 19px; line-height: 1.55; }
.hm-store-card-address { margin: 0 0 17px; color: var(--hm-muted); font-size: 13px; line-height: 1.65; }
.hm-store-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.hm-tag { display: inline-flex; padding: 4px 9px; border-radius: 6px; color: #48606a; background: #eff6f8; font-size: 11px; font-weight: 700; }
.hm-store-more { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--hm-line); color: var(--hm-cyan-dark); font-size: 13px; font-weight: 900; }
.hm-no-results { padding: 40px; text-align: center; color: var(--hm-muted); background: #fff; border-radius: 18px; }

.hm-step-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; counter-reset: steps; }
.hm-step { position: relative; padding: 31px 22px; border-radius: 20px; background: #fff; counter-increment: steps; }
.hm-step::before { content: "0" counter(steps); display: block; margin-bottom: 13px; color: var(--hm-cyan); font-size: 29px; font-weight: 900; line-height: 1; }
.hm-step:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 50%; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--hm-lime); color: var(--hm-navy); font-weight: 900; transform: translateY(-50%); }
.hm-step h3 { margin: 0 0 8px; color: var(--hm-navy); font-size: 18px; }
.hm-step p { margin: 0; color: var(--hm-muted); font-size: 13px; }

.hm-cta-band { position: relative; overflow: hidden; padding: 75px 0; color: #fff; background: var(--hm-navy); }
.hm-cta-band::before { content: ""; position: absolute; width: 390px; height: 390px; right: -90px; top: -210px; border-radius: 50%; background: var(--hm-cyan); opacity: .18; }
.hm-cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hm-cta-band h2 { margin: 0 0 10px; font-size: clamp(28px,4vw,44px); line-height: 1.35; }
.hm-cta-band p { margin: 0; color: #bfd2d9; }

.hm-page-hero { padding: 76px 0 65px; color: #fff; background: linear-gradient(125deg, var(--hm-navy), #075d73); }
.hm-page-hero .hm-eyebrow { color: var(--hm-lime); }
.hm-page-hero h1 { margin: 0; font-size: clamp(36px,5vw,58px); line-height: 1.3; }
.hm-page-hero p { max-width: 680px; margin: 15px 0 0; color: #cde0e6; }
.hm-breadcrumb { margin: 0 0 16px; color: #87a5b0; font-size: 12px; }
.hm-breadcrumb a { color: var(--hm-cyan-dark); }

.hm-job-hero { padding: 38px 0 58px; background: #eefafd; }
.hm-job-hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 38px; align-items: stretch; }
.hm-job-visual { position: relative; min-height: 450px; overflow: hidden; border-radius: 26px; background: #d5edf2; box-shadow: var(--hm-shadow); }
.hm-job-visual img { width: 100%; height: 100%; object-fit: cover; }
.hm-job-status { position: absolute; left: 20px; top: 20px; padding: 7px 14px; border-radius: 999px; background: var(--hm-lime); color: var(--hm-navy); font-size: 12px; font-weight: 900; }
.hm-job-summary { display: flex; flex-direction: column; padding: 40px; border-radius: 26px; background: #fff; box-shadow: var(--hm-shadow); }
.hm-job-summary .hm-store-pref { margin-bottom: 10px; }
.hm-job-summary h1 { margin: 0 0 16px; color: var(--hm-navy); font-size: clamp(28px,3.3vw,43px); line-height: 1.42; }
.hm-job-catch { margin: 0 0 22px; color: #536b75; font-weight: 700; }
.hm-summary-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hm-job-summary .hm-button { margin-top: auto; }

.hm-job-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; align-items: start; gap: 34px; padding: 58px 0 100px; }
.hm-job-main { min-width: 0; }
.hm-job-section { margin-bottom: 28px; padding: 34px; border: 1px solid var(--hm-line); border-radius: 22px; background: #fff; box-shadow: 0 10px 30px rgba(16,53,68,.05); }
.hm-job-section h2 { margin: -34px -34px 28px; padding: 21px 28px; color: var(--hm-navy); background: linear-gradient(90deg, var(--hm-cyan-soft), #fff); border-bottom: 1px solid var(--hm-line); border-radius: 22px 22px 0 0; font-size: 23px; }
.hm-job-section h3 { margin: 24px 0 8px; color: var(--hm-navy); }
.hm-job-section p:last-child { margin-bottom: 0; }
.hm-job-table { margin: 0; }
.hm-job-row { display: grid; grid-template-columns: 150px minmax(0,1fr); border-top: 1px solid var(--hm-line); }
.hm-job-row:first-child { border-top: 0; }
.hm-job-row dt, .hm-job-row dd { margin: 0; padding: 20px 10px; }
.hm-job-row dt { color: var(--hm-navy); font-size: 13px; font-weight: 900; }
.hm-job-row dd { color: #52666e; }
.hm-job-row dd p { margin: 0; }
.hm-job-sidebar { position: sticky; top: 105px; }
.hm-apply-card { padding: 27px; border-radius: 22px; color: #fff; background: var(--hm-navy); box-shadow: var(--hm-shadow); }
.hm-apply-card h2 { margin: 0 0 8px; font-size: 24px; }
.hm-apply-card p { margin: 0 0 20px; color: #c5d9df; font-size: 13px; }
.hm-apply-card .hm-button { width: 100%; }
.hm-apply-card-note { display: block; margin-top: 12px; text-align: center; color: #a9c1c9; font-size: 11px; }
.hm-contact-card { padding: 22px; margin-top: 18px; border: 1px solid var(--hm-line); border-radius: 18px; background: #fff; }
.hm-contact-card p { margin: 0 0 7px; color: var(--hm-muted); font-size: 12px; }
.hm-contact-card a { color: var(--hm-cyan-dark); font-size: 19px; font-weight: 900; }
.hm-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.hm-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
.hm-store-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.hm-store-metric { position: relative; min-width: 0; padding: 24px 16px 20px; border: 3px solid var(--hm-navy); color: var(--hm-navy); background: #f5fdff; box-shadow: 5px 5px 0 var(--hm-cyan); text-align: center; }
.hm-store-metric:nth-child(even) { background: #fbffe9; box-shadow-color: var(--hm-lime); }
.hm-store-metric-label { display: block; min-height: 2.8em; margin-bottom: 9px; color: #4b6670; font-size: 12px; font-weight: 900; line-height: 1.4; }
.hm-store-metric-value { display: block; overflow-wrap: anywhere; font-size: clamp(23px, 3vw, 34px); font-weight: 900; line-height: 1.18; }
.hm-store-metric-unit { margin-left: 3px; font-size: .48em; }

.hm-entry-wrap { max-width: 830px; margin: 0 auto; }
.hm-entry-card { padding: 42px; border-radius: 24px; background: #fff; box-shadow: var(--hm-shadow); }
.hm-form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.hm-form-group { display: grid; gap: 8px; }
.hm-form-group--full { grid-column: 1 / -1; }
.hm-form-group label { color: var(--hm-navy); font-size: 14px; font-weight: 900; }
.hm-required { margin-left: 8px; color: #fff; background: #ef6a72; padding: 2px 6px; border-radius: 4px; font-size: 10px; }
.hm-privacy { padding: 17px; border-radius: 12px; background: #f3f8fa; font-size: 13px; }
.hm-alert { padding: 17px 20px; margin-bottom: 24px; border-radius: 12px; font-weight: 800; }
.hm-alert--success { color: #286000; background: #eaf9d3; }
.hm-alert--error { color: #8b2730; background: #fff0f1; }

.hm-faq { display: grid; gap: 12px; }
.hm-faq details { padding: 21px 24px; border: 1px solid var(--hm-line); border-radius: 15px; background: #fff; }
.hm-faq summary { color: var(--hm-navy); font-weight: 900; cursor: pointer; }
.hm-faq p { margin: 15px 0 0; color: var(--hm-muted); }

.hm-site-footer { padding: 62px 0 28px; color: #c8d9df; background: #0b2935; }
.hm-footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 60px; }
.hm-footer-brand { color: #fff; font-size: 23px; font-weight: 900; letter-spacing: .13em; }
.hm-footer-brand small { display: block; color: var(--hm-cyan); font-size: 10px; letter-spacing: .2em; }
.hm-footer-copy { max-width: 420px; margin: 16px 0 0; color: #8facb6; font-size: 13px; }
.hm-footer-title { margin: 0 0 13px; color: #fff; font-size: 14px; }
.hm-footer-links { padding: 0; margin: 0; list-style: none; }
.hm-footer-links li + li { margin-top: 9px; }
.hm-footer-links a { color: #a9c0c8; font-size: 13px; }
.hm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; margin-top: 42px; border-top: 1px solid rgba(255,255,255,.1); color: #7896a0; font-size: 11px; }
.hm-mobile-apply { display: none; }

@media (max-width: 980px) {
  .hm-main-nav, .hm-header-cta { display: none; }
  .hm-menu-toggle { display: block; }
  .hm-main-nav.is-open { position: fixed; inset: 82px 0 auto; display: block; padding: 28px 20px 34px; background: #fff; box-shadow: 0 18px 30px rgba(16,53,68,.12); }
  .hm-main-nav.is-open ul { flex-direction: column; align-items: stretch; gap: 0; }
  .hm-main-nav.is-open a { display: block; padding: 13px 8px; border-bottom: 1px solid var(--hm-line); }
  .hm-hero-inner { grid-template-columns: 1fr; padding-block: 62px 84px; }
  .hm-hero-copy { text-align: center; }
  .hm-hero-lead { margin-inline: auto; }
  .hm-hero-actions { justify-content: center; }
  .hm-hero-visual { min-height: 480px; max-width: 700px; margin: 0 auto; }
  .hm-hero-main-image { height: 440px; }
  .hm-benefit-grid, .hm-store-grid { grid-template-columns: repeat(2,1fr); }
  .hm-work-grid { grid-template-columns: 1fr; }
  .hm-photo-stack { max-width: 650px; width: 100%; margin: 0 auto; }
  .hm-step-grid { grid-template-columns: repeat(2,1fr); }
  .hm-step:nth-child(2)::after { display: none; }
  .hm-job-hero-grid { grid-template-columns: 1fr; }
  .hm-job-layout { grid-template-columns: 1fr; }
  .hm-job-sidebar { position: static; }
  .hm-footer-grid { grid-template-columns: 1fr 1fr; }
  .hm-footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .hm-container { width: min(calc(100% - 28px), var(--hm-width)); }
  .hm-section { padding: 72px 0; }
  .hm-header-inner { height: 70px; }
  .hm-brand { padding: 7px 10px; }
  .hm-brand img { width: 132px; }
  .hm-main-nav.is-open { inset: 70px 0 auto; }
  .hm-hero { background: var(--hm-cyan-soft); }
  .hm-hero-inner { min-height: auto; gap: 28px; padding-block: 45px 70px; }
  .hm-hero h1 { font-size: 41px; }
  .hm-hero-visual { min-height: 390px; }
  .hm-hero-main-image { width: 92%; height: 365px; border-radius: 90px 20px 70px 20px; }
  .hm-hero-mini { width: 128px; height: 165px; border-width: 5px; }
  .hm-hero-badge { width: 94px; height: 94px; right: 0; top: 24px; padding: 12px; font-size: 12px; }
  .hm-hero-actions .hm-button { width: 100%; }
  .hm-stats { grid-template-columns: 1fr; }
  .hm-stat { padding: 18px 20px; }
  .hm-stat + .hm-stat { border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .hm-heading-row { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .hm-benefit-grid, .hm-store-grid, .hm-step-grid { grid-template-columns: 1fr; }
  .hm-photo-stack { min-height: 380px; }
  .hm-photo-stack img:first-child { height: 330px; }
  .hm-photo-stack img:last-child { height: 190px; }
  .hm-step::after { display: none !important; }
  .hm-store-search { grid-template-columns: 1fr; }
  .hm-cta-inner { align-items: start; flex-direction: column; }
  .hm-job-visual { min-height: 310px; }
  .hm-job-summary { padding: 27px 23px; }
  .hm-job-section { padding: 26px 20px; }
  .hm-job-section h2 { margin: -26px -20px 22px; padding: 18px 20px; }
  .hm-job-row { grid-template-columns: 1fr; padding: 16px 0; }
  .hm-job-row dt, .hm-job-row dd { padding: 2px 0; }
  .hm-gallery { grid-template-columns: 1fr 1fr; }
  .hm-gallery img:first-child { grid-column: 1 / -1; }
  .hm-store-metrics { grid-template-columns: 1fr 1fr; gap: 12px; }
  .hm-store-metric { padding: 20px 10px 17px; box-shadow: 4px 4px 0 var(--hm-cyan); }
  .hm-store-metric-label { min-height: 0; font-size: 11px; }
  .hm-entry-card { padding: 28px 20px; }
  .hm-form-grid { grid-template-columns: 1fr; }
  .hm-form-group--full { grid-column: auto; }
  .hm-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .hm-footer-grid > :first-child { grid-column: auto; }
  .hm-footer-bottom { flex-direction: column; }
  .hm-mobile-apply { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.95); border-top: 1px solid var(--hm-line); }
  .single-store-body .hm-site-footer { padding-bottom: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* --------------------------------------------------------------
   Campaign LP redesign: bold Japanese editorial style
-------------------------------------------------------------- */
:root {
  --hm-cyan: #16bfdf;
  --hm-cyan-dark: #008dab;
  --hm-cyan-soft: #e8faff;
  --hm-lime: #a6e800;
  --hm-navy: #173946;
  --hm-ink: #202c31;
  --hm-line: #173946;
  --hm-shadow: none;
  --hm-radius: 0;
  --hm-width: 1120px;
}

body {
  background: #fff;
  font-family: "Arial Black", "Noto Sans JP", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
}

.hm-section { position: relative; padding: 96px 0; }
.hm-section--white {
  background-color: #fff;
  background-image: radial-gradient(rgba(22,191,223,.16) 1.5px, transparent 1.5px);
  background-size: 15px 15px;
}
.hm-section--soft {
  background-color: #e9fbff;
  background-image: repeating-linear-gradient(90deg, transparent 0 80px, rgba(22,191,223,.08) 80px 160px);
}
.hm-section--warm {
  background: #f9ffd9;
  border-block: 4px solid var(--hm-navy);
}

.hm-site-header {
  position: sticky;
  background: #fff;
  backdrop-filter: none;
  border-bottom: 4px solid var(--hm-navy);
}
.hm-header-inner { height: 76px; gap: 25px; }
.hm-brand { padding: 8px 15px; border: 3px solid var(--hm-navy); border-radius: 0; background: var(--hm-cyan); box-shadow: 5px 5px 0 var(--hm-navy); transform: rotate(-1deg); }
.hm-brand img { width: 150px; }
.hm-main-nav ul { gap: 0; border-left: 2px solid var(--hm-navy); }
.hm-main-nav li { border-right: 2px solid var(--hm-navy); }
.hm-main-nav a { display: block; padding: 8px 18px; font-size: 13px; }
.hm-main-nav a:hover { color: #fff; background: var(--hm-cyan-dark); }
.hm-header-cta, .hm-button {
  min-height: 52px;
  padding: 11px 25px;
  border: 3px solid var(--hm-navy);
  border-radius: 0;
  background: var(--hm-cyan);
  color: #fff;
  box-shadow: 5px 5px 0 var(--hm-navy);
  letter-spacing: .04em;
}
.hm-header-cta:hover, .hm-button:hover { transform: translate(3px,3px); box-shadow: 2px 2px 0 var(--hm-navy); background: var(--hm-cyan-dark); }
.hm-button--lime { color: var(--hm-navy); background: var(--hm-lime); }
.hm-button--outline { color: var(--hm-navy); background: #fff; }

.hm-hero {
  border-bottom: 4px solid var(--hm-navy);
  background-color: #e4fbff;
  background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.55) 0 105px, transparent 105px 210px);
}
.hm-hero::before {
  width: 270px; height: 270px; left: -80px; bottom: -110px;
  border: 4px solid var(--hm-navy); border-radius: 50%; background: var(--hm-lime);
}
.hm-hero::after {
  width: 330px; height: 165px; right: -85px; top: 100px; border: 0; border-radius: 0;
  background-image: radial-gradient(var(--hm-navy) 3px, transparent 3px); background-size: 22px 22px; opacity: .15;
}
.hm-hero-inner { min-height: 610px; grid-template-columns: 1fr .92fr; gap: 42px; padding-block: 24px 62px; }
.hm-hero-copy { position: relative; z-index: 4; padding-block: 0; text-align: center; }
.hm-hero-kicker {
  padding: 10px 18px; border: 3px solid var(--hm-navy); border-radius: 0; background: #fff;
  box-shadow: 5px 5px 0 var(--hm-lime); transform: rotate(-1.2deg);
}
.hm-hero-kicker i { background: var(--hm-lime); }
.hm-hero-overline { margin: 25px 0 -5px; color: var(--hm-navy); font-size: clamp(24px,3vw,37px); font-weight: 900; letter-spacing: .05em; transform: rotate(-2deg); }
.hm-hero h1 {
  margin: 0 0 23px; color: var(--hm-navy); font-size: clamp(43px,5.5vw,72px); line-height: 1.18; letter-spacing: .025em;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}
.hm-hero h1 em { color: var(--hm-cyan-dark); background: none; font-size: 1.12em; }
.hm-hero h1 strong { display: inline-block; margin-top: 4px; padding: 0 .1em; color: var(--hm-navy); font-size: 1.16em; background: var(--hm-lime); border: 3px solid var(--hm-navy); transform: rotate(-1deg); }
.hm-hero-lead { max-width: 610px; margin: 0 auto 28px; padding: 15px 18px; color: var(--hm-navy); background: rgba(255,255,255,.84); border-top: 3px dotted var(--hm-navy); border-bottom: 3px dotted var(--hm-navy); font-weight: 800; }
.hm-hero-actions { justify-content: center; }
.hm-hero-mobile-stage, .hm-hero-mobile-poster-link { display: none; }
.hm-hero-visual { min-height: 535px; }
.hm-hero-main-image {
  width: 93%; height: 500px; margin: 22px 0 0 auto; border: 5px solid var(--hm-navy); border-radius: 0;
  clip-path: polygon(6% 0,100% 0,100% 92%,92% 100%,0 100%,0 9%); object-fit: cover; box-shadow: 11px 11px 0 var(--hm-cyan-dark);
}
.hm-hero-mini { left: -25px; bottom: 0; width: 205px; height: 165px; border: 5px solid var(--hm-navy); border-radius: 0; box-shadow: 7px 7px 0 var(--hm-lime); transform: rotate(-4deg); }
.hm-hero-badge {
  right: -15px; top: 25px; width: 145px; height: 115px; padding: 18px; border: 3px solid var(--hm-navy); border-radius: 50%;
  background: #fff; color: var(--hm-navy); box-shadow: 7px 7px 0 var(--hm-lime); transform: rotate(6deg); font-size: 14px;
}
.hm-hero-badge::after { content: ""; position: absolute; left: 19px; bottom: -15px; width: 27px; height: 27px; background: #fff; border-right: 3px solid var(--hm-navy); border-bottom: 3px solid var(--hm-navy); transform: rotate(45deg); }
.hm-speech { position: absolute; z-index: 5; display: grid; place-items: center; padding: 12px; color: var(--hm-navy); background: #fff; border: 3px solid var(--hm-navy); border-radius: 50%; text-align: center; font-weight: 900; line-height: 1.25; box-shadow: 5px 5px 0 var(--hm-cyan); }
.hm-speech b { color: var(--hm-cyan-dark); font-size: 1.25em; }
.hm-speech--one { left: -20px; top: 25px; width: 118px; height: 100px; transform: rotate(-7deg); }
.hm-speech--two { right: 15px; bottom: 12px; width: 96px; height: 82px; transform: rotate(7deg); }

.hm-stat-strip { margin-top: -38px; }
.hm-stats { border: 4px solid var(--hm-navy); border-radius: 0; background: #fff; color: var(--hm-navy); box-shadow: 9px 9px 0 var(--hm-cyan); }
.hm-stat { position: relative; padding: 21px 28px; }
.hm-stat + .hm-stat { border-left: 3px dashed var(--hm-navy); }
.hm-stat small { display: block; font-size: 11px; }
.hm-stat strong { color: var(--hm-cyan-dark); font-size: 34px; }
.hm-stat span { display: block; }

.hm-because {
  width: 330px; margin: -96px auto 54px; padding: 15px 25px 36px; color: #fff; background: var(--hm-cyan-dark);
  clip-path: polygon(0 0,100% 0,100% 55%,50% 100%,0 55%); text-align: center; font-size: 26px; font-weight: 900; letter-spacing: .05em;
}
.hm-because small { display: block; margin-top: -6px; font-size: 12px; }
.hm-eyebrow { color: var(--hm-navy); }
.hm-eyebrow::before { width: 34px; height: 8px; border: 2px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); }
.hm-section-title { color: var(--hm-navy); font-weight: 900; letter-spacing: .015em; }
.hm-section-title span { color: var(--hm-cyan-dark); }
.hm-section-lead { color: var(--hm-navy); font-weight: 700; }
.hm-heading-row { margin-bottom: 38px; }

.hm-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.hm-benefit-card {
  padding: 34px 25px 28px; overflow: visible; border: 5px solid var(--hm-cyan-dark); border-radius: 0; background: #fff; box-shadow: 8px 8px 0 var(--hm-navy);
  clip-path: polygon(0 0,88% 0,100% 13%,100% 100%,0 100%);
}
.hm-benefit-card::after { right: 38px; top: 10px; z-index: 2; color: var(--hm-cyan-dark); font-size: 48px; opacity: 1; }
.hm-icon { width: 74px; height: 74px; border: 3px solid var(--hm-navy); border-radius: 50%; background: var(--hm-lime); color: var(--hm-navy); font-size: 29px; box-shadow: 4px 4px 0 var(--hm-navy); }
.hm-benefit-card h3 { padding: 0 70px 12px 0; border-bottom: 3px dotted var(--hm-navy); font-size: 24px; line-height: 1.4; }
.hm-benefit-card p { color: var(--hm-navy); font-weight: 700; }

.hm-section--culture { overflow: hidden; border-block: 4px solid var(--hm-navy); background: var(--hm-cyan); }
.hm-section--culture::before { content: "CULTURE"; position: absolute; right: -28px; top: -58px; color: rgba(255,255,255,.18); font-size: clamp(110px,18vw,260px); font-weight: 900; line-height: 1; letter-spacing: -.07em; }
.hm-culture-heading { position: relative; z-index: 1; max-width: 760px; margin-bottom: 46px; }
.hm-culture-heading .hm-eyebrow::before { background: #fff; }
.hm-culture-heading .hm-section-title span { color: #fff; text-shadow: 3px 3px 0 var(--hm-navy); }
.hm-culture-heading .hm-section-lead { max-width: 700px; }
.hm-culture-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 24px; }
.hm-culture-message { position: relative; min-height: 230px; padding: 32px 34px 30px; border: 5px solid var(--hm-navy); background: #fff; box-shadow: 9px 9px 0 var(--hm-navy); color: var(--hm-navy); }
.hm-culture-message::after { content: ""; position: absolute; right: 17px; bottom: 17px; width: 34px; height: 34px; background-image: radial-gradient(var(--hm-navy) 3px,transparent 3px); background-size: 11px 11px; opacity: .35; }
.hm-culture-message small { display: block; margin: 4px 0 18px 68px; font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.hm-culture-message p { margin: 0; font-size: clamp(24px,3vw,38px); font-weight: 900; line-height: 1.38; letter-spacing: .015em; }
.hm-culture-message strong { display: inline; padding: 0 .12em; background: var(--hm-lime); color: var(--hm-navy); }
.hm-culture-number { position: absolute; left: 30px; top: 24px; display: grid; width: 51px; height: 43px; place-items: center; border: 3px solid var(--hm-navy); background: var(--hm-lime); font-size: 16px; font-weight: 900; box-shadow: 3px 3px 0 var(--hm-navy); transform: rotate(-3deg); }
.hm-culture-message--community { grid-column: 1 / span 6; transform: rotate(-1deg); }
.hm-culture-message--mind { grid-column: 7 / span 6; background: #f9ffd9; transform: rotate(1deg); }
.hm-culture-message--mind p { font-size: clamp(21px,2.55vw,32px); }

.hm-work-grid { grid-template-columns: .9fr 1.1fr; gap: 60px; }
.hm-photo-stack img:first-child { border: 5px solid var(--hm-navy); border-radius: 0; box-shadow: 10px 10px 0 var(--hm-cyan); clip-path: polygon(0 0,100% 8%,94% 100%,6% 94%); }
.hm-photo-stack img:last-child { border: 5px solid var(--hm-navy); border-radius: 0; box-shadow: 7px 7px 0 var(--hm-lime); transform: rotate(4deg); }
.hm-check-list li::before { border: 2px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); }

.hm-section--staff { overflow: hidden; border-block: 4px solid var(--hm-navy); background: #fff; }
.hm-staff-intro { max-width: 760px; margin-bottom: 42px; }
.hm-staff-intro .hm-section-lead { max-width: 720px; }
.hm-staff-gallery { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 180px; gap: 18px; }
.hm-staff-photo { position: relative; overflow: hidden; margin: 0; border: 5px solid var(--hm-navy); background: var(--hm-cyan-soft); box-shadow: 8px 8px 0 var(--hm-cyan-dark); }
.hm-staff-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.hm-staff-photo:hover img { transform: scale(1.025); }
.hm-staff-photo figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 15px 12px; color: #fff; background: linear-gradient(transparent, rgba(16,53,68,.9)); font-size: 13px; font-weight: 900; }
.hm-staff-photo--lead { grid-column: 1 / span 7; grid-row: 1 / span 2; }
.hm-staff-photo--pair { grid-column: 8 / span 5; grid-row: 1; }
.hm-staff-photo--dinner { grid-column: 8 / span 5; grid-row: 2; }
.hm-staff-photo--portrait { grid-column: 1 / span 4; grid-row: 3 / span 2; }
.hm-staff-photo--gifts { grid-column: 5 / span 8; grid-row: 3 / span 2; }
.hm-staff-photo--portrait img { object-position: center 28%; }

.hm-section--president { position: relative; overflow: hidden; border-bottom: 4px solid var(--hm-navy); background-color: #effcff; background-image: radial-gradient(rgba(16,53,68,.09) 2px, transparent 2px); background-size: 22px 22px; }
.hm-president-heading { margin-bottom: 42px; text-align: center; }
.hm-president-heading .hm-eyebrow { justify-content: center; }
.hm-president-card { position: relative; min-height: 860px; overflow: hidden; border: 5px solid var(--hm-navy); background: #fff; box-shadow: 12px 12px 0 var(--hm-cyan-dark); isolation: isolate; }
.hm-president-photo-frame { position: absolute; inset: 0; z-index: 1; overflow: hidden; }
.hm-president-photo { position: absolute; right: 0; bottom: 0; width: auto; max-width: none; height: 100%; object-fit: contain; object-position: right bottom; }
.hm-president-mobile-logo { display: none; }
.hm-president-bubble { position: relative; z-index: 2; width: min(59%, 650px); margin: 38px 0 54px 38px; padding: 30px 34px 32px; border: 5px solid var(--hm-navy); border-radius: 38px; background: rgba(255,255,255,.98); box-shadow: 8px 8px 0 var(--hm-lime); color: var(--hm-navy); font-size: 14px; font-weight: 700; line-height: 1.72; }
.hm-president-bubble::before { content: ""; position: absolute; right: -38px; top: 58%; width: 0; height: 0; border-top: 27px solid transparent; border-bottom: 27px solid transparent; border-left: 38px solid var(--hm-navy); }
.hm-president-bubble::after { content: ""; position: absolute; right: -28px; top: calc(58% + 6px); width: 0; height: 0; border-top: 21px solid transparent; border-bottom: 21px solid transparent; border-left: 30px solid #fff; }
.hm-president-bubble p { position: relative; z-index: 1; margin: 0 0 13px; }
.hm-president-bubble p:last-child { margin-bottom: 0; }
.hm-president-bubble strong { font-weight: 900; }
.hm-president-emphasis { display: inline-block; padding: 6px 10px; border: 3px solid var(--hm-navy); background: var(--hm-lime); font-size: 17px; font-weight: 900; box-shadow: 4px 4px 0 var(--hm-navy); }
.hm-president-closing { padding-top: 4px; color: var(--hm-cyan-dark); font-size: 17px; font-weight: 900; }
.hm-mobile-only { display: none; }

.hm-store-search { padding: 18px; border: 4px solid var(--hm-navy); border-radius: 0; background: #fff; box-shadow: 7px 7px 0 var(--hm-cyan); }
.hm-field, .hm-select, .hm-textarea { border: 3px solid var(--hm-navy); border-radius: 0; }
.hm-field:focus, .hm-select:focus, .hm-textarea:focus { box-shadow: 4px 4px 0 var(--hm-lime); }
.hm-store-grid { gap: 28px; }
.hm-store-card { overflow: visible; border: 4px solid var(--hm-navy); border-radius: 0; background: #fff; box-shadow: 7px 7px 0 var(--hm-cyan-dark); }
.hm-store-card:hover { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 var(--hm-cyan-dark); }
.hm-store-card-image { aspect-ratio: 16/10; border-bottom: 4px solid var(--hm-navy); }
.hm-store-status { left: -4px; top: -4px; padding: 6px 12px; border: 3px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); }
.hm-store-pref { display: inline-block; width: max-content; padding: 1px 8px; color: #fff; background: var(--hm-cyan-dark); }
.hm-store-card h3 { font-size: 20px; }
.hm-tag { border: 2px solid var(--hm-navy); border-radius: 0; color: var(--hm-navy); background: #fff; }
.hm-store-more { border-top: 3px dotted var(--hm-navy); color: var(--hm-navy); }

.hm-step-grid { gap: 25px; }
.hm-step { border: 4px solid var(--hm-navy); border-radius: 0; box-shadow: 6px 6px 0 var(--hm-cyan); }
.hm-step::before { color: var(--hm-cyan-dark); }
.hm-step:not(:last-child)::after { right: -24px; width: 42px; height: 42px; border: 3px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); }
.hm-faq details { border: 3px solid var(--hm-navy); border-radius: 0; box-shadow: 4px 4px 0 var(--hm-cyan); }

.hm-page-hero { padding: 72px 0 58px; border-bottom: 4px solid var(--hm-navy); background-color: var(--hm-cyan); background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.15) 0 90px, transparent 90px 180px); }
.hm-page-hero h1 { display: inline-block; padding: 4px 13px; color: var(--hm-navy); background: #fff; border: 4px solid var(--hm-navy); box-shadow: 7px 7px 0 var(--hm-lime); transform: rotate(-1deg); }
.hm-page-hero p { color: var(--hm-navy); font-weight: 800; }

.hm-job-hero { padding: 42px 0 62px; border-bottom: 4px solid var(--hm-navy); background-color: #e8fbff; background-image: radial-gradient(rgba(22,191,223,.25) 2px, transparent 2px); background-size: 17px 17px; }
.hm-job-visual { min-height: 430px; overflow: visible; border: 5px solid var(--hm-navy); border-radius: 0; box-shadow: 10px 10px 0 var(--hm-cyan-dark); clip-path: polygon(0 0,100% 0,100% 91%,92% 100%,0 100%); }
.hm-job-status { left: -5px; top: -5px; border: 3px solid var(--hm-navy); border-radius: 0; }
.hm-job-summary { padding: 36px; border: 5px solid var(--hm-navy); border-radius: 0; box-shadow: 10px 10px 0 var(--hm-lime); }
.hm-job-summary h1 { padding-bottom: 17px; border-bottom: 4px dotted var(--hm-navy); }
.hm-job-catch { color: var(--hm-navy); }
.hm-job-section { border: 4px solid var(--hm-navy); border-radius: 0; box-shadow: 7px 7px 0 var(--hm-cyan); }
.hm-job-section h2 { margin: -34px -34px 28px; border-bottom: 4px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); }
.hm-job-row { border-top: 3px dotted var(--hm-navy); }
.hm-job-row dt { color: var(--hm-navy); }
.hm-apply-card { border: 4px solid var(--hm-navy); border-radius: 0; background: var(--hm-cyan-dark); box-shadow: 8px 8px 0 var(--hm-lime); }
.hm-contact-card, .hm-entry-card { border: 4px solid var(--hm-navy); border-radius: 0; box-shadow: 7px 7px 0 var(--hm-cyan); }
.hm-gallery img { border: 3px solid var(--hm-navy); border-radius: 0; }
.hm-social-grid { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: start; }
.hm-social-card { min-width: 0; padding: 18px; border: 3px solid var(--hm-navy); background: #f5fdff; box-shadow: 5px 5px 0 var(--hm-lime); }
.hm-social-card h3, .hm-social-card h4 { margin: 0 0 14px; color: var(--hm-navy); font-size: 18px; font-weight: 900; }
.hm-social-embed { width: 100%; min-width: 0; overflow: hidden; }
.hm-social-embed iframe, .hm-social-embed blockquote { width: 100% !important; max-width: 100% !important; min-width: 0 !important; margin: 0 !important; }
.hm-social-link { display: grid; min-height: 132px; grid-template-columns: 1fr auto; align-content: center; gap: 7px 14px; padding: 20px; border: 3px solid var(--hm-navy); color: var(--hm-navy); background: #fff; text-decoration: none; box-shadow: 4px 4px 0 var(--hm-cyan); }
.hm-social-link span:first-child { grid-column: 1 / -1; color: var(--hm-cyan-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hm-social-link strong { font-size: 15px; line-height: 1.5; }
.hm-therapists-section { min-width: 0; overflow: hidden; }
.hm-therapist-slider-guide { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 0 20px; }
.hm-therapist-swipe-hint { display: inline-flex; align-items: center; gap: 13px; margin: 0; color: var(--hm-navy); font-size: 12px; font-weight: 900; line-height: 1.35; }
.hm-therapist-swipe-icon { position: relative; display: grid; width: 92px; height: 42px; grid-template-columns: 1fr auto 1fr; place-items: center; overflow: hidden; color: var(--hm-cyan-dark); background: var(--hm-cyan-soft); border: 3px solid var(--hm-navy); box-shadow: 4px 4px 0 var(--hm-lime); }
.hm-therapist-swipe-icon i { font-style: normal; font-weight: 900; }
.hm-therapist-swipe-icon b { display: block; color: var(--hm-navy); font-size: 21px; line-height: 1; animation: hm-therapist-swipe 1.7s ease-in-out infinite; transform-origin: 50% 100%; }
.hm-therapist-slider-controls { display: flex; gap: 9px; }
.hm-therapist-slider-controls button { display: grid; width: 48px; height: 48px; place-items: center; padding: 0; color: var(--hm-navy); background: #fff; border: 3px solid var(--hm-navy); box-shadow: 4px 4px 0 var(--hm-cyan); font-size: 21px; font-weight: 900; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.hm-therapist-slider-controls button:hover, .hm-therapist-slider-controls button:focus-visible { background: var(--hm-lime); box-shadow: 2px 2px 0 var(--hm-navy); outline: 0; transform: translate(2px, 2px); }
.hm-therapist-slider-controls button:disabled { opacity: .32; cursor: default; transform: none; box-shadow: 2px 2px 0 var(--hm-navy); }
.hm-therapist-list { display: grid; grid-auto-flow: column; grid-auto-columns: calc(100% - 48px); align-items: start; gap: 22px; overflow-x: auto; overflow-y: hidden; padding: 4px 14px 18px 4px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--hm-cyan-dark) #dceff3; scrollbar-width: thin; overscroll-behavior-inline: contain; }
.hm-therapist-list::-webkit-scrollbar { height: 10px; }
.hm-therapist-list::-webkit-scrollbar-track { background: #dceff3; border: 2px solid var(--hm-navy); }
.hm-therapist-list::-webkit-scrollbar-thumb { background: var(--hm-cyan-dark); border: 2px solid var(--hm-navy); }
.hm-therapist-card { min-width: 0; padding: 26px; border: 4px solid var(--hm-navy); background: #fff; box-shadow: 8px 8px 0 var(--hm-cyan-dark); scroll-snap-align: start; scroll-snap-stop: always; }
.hm-therapist-slider-progress { position: relative; width: min(100%, 310px); height: 8px; overflow: hidden; margin: 12px auto 0; background: #dceff3; border: 2px solid var(--hm-navy); }
.hm-therapist-slider-progress span { display: block; width: 0; height: 100%; background: var(--hm-lime); transition: width .2s ease; }
.hm-therapists-section.is-single-therapist .hm-therapist-slider-guide, .hm-therapists-section.is-single-therapist .hm-therapist-slider-progress { display: none; }
.hm-therapists-section.is-single-therapist .hm-therapist-list { grid-auto-columns: 100%; overflow: visible; padding-right: 4px; }
@keyframes hm-therapist-swipe {
  0%, 100% { transform: translateX(-8px) rotate(-8deg); }
  50% { transform: translateX(8px) rotate(8deg); }
}
.hm-therapist-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 3px dotted var(--hm-navy); }
.hm-therapist-heading span { order: 2; color: var(--hm-cyan-dark); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.hm-therapist-heading h3 { margin: 0; color: var(--hm-navy); font-size: clamp(22px, 3vw, 30px); }
.hm-therapist-profile { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); align-items: start; gap: 30px; }
.hm-therapist-profile--text-only { grid-template-columns: 1fr; }
.hm-therapist-body { min-width: 0; }
.hm-therapist-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 12px; margin: 0; }
.hm-therapist-photos img { display: block; width: 100%; height: auto; aspect-ratio: auto; border: 3px solid var(--hm-navy); object-fit: contain; }
.hm-therapist-photos img:first-child:last-child { grid-column: 1 / -1; }
.hm-therapist-intro { margin: 0 0 24px; color: var(--hm-navy); font-weight: 700; line-height: 1.9; }
.hm-social-grid--therapist { grid-template-columns: 1fr; margin-top: 26px; padding-top: 22px; border-top: 3px dotted var(--hm-navy); }
.hm-alert { border: 3px solid var(--hm-navy); border-radius: 0; }

.hm-cta-band { border-block: 4px solid var(--hm-navy); background-color: var(--hm-cyan-dark); background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 14px, transparent 14px 28px); }
.hm-cta-band::before { display: none; }
.hm-site-footer { background: var(--hm-navy); }

@media (max-width: 980px) {
  .hm-main-nav.is-open { border-bottom: 4px solid var(--hm-navy); box-shadow: 0 7px 0 var(--hm-cyan); }
  .hm-main-nav.is-open ul { border-left: 0; }
  .hm-main-nav.is-open li { border-right: 0; }
  .hm-hero-inner { grid-template-columns: 1fr; }
  .hm-hero-copy { text-align: center; }
  .hm-hero-visual { max-width: 680px; width: 100%; }
  .hm-hero-main-image { margin-top: 25px; }
}

@media (min-width: 681px) {
  .hm-hero--poster + .hm-stat-strip { margin-top: 0; }
}

@media (max-width: 680px) {
  .hm-section { padding: 70px 0; }
  .hm-brand { padding: 6px 9px; box-shadow: 3px 3px 0 var(--hm-navy); }
  .hm-menu-toggle { border: 3px solid var(--hm-navy); border-radius: 0; background: var(--hm-lime); box-shadow: 3px 3px 0 var(--hm-navy); }
  .hm-hero { padding-bottom: 48px; background-color: #dff8fc; background-image: repeating-linear-gradient(90deg, rgba(255,255,255,.5) 0 72px, transparent 72px 144px); }
  .hm-hero--poster { padding: 0 0 48px; }
  .hm-hero-desktop-shell { display: none; }
  .hm-hero-desktop-poster-link { display: none; }
  .hm-hero::before, .hm-hero::after { display: none; }
  .hm-hero-inner { display: flex; width: min(calc(100% - 28px), var(--hm-width)); min-height: auto; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 24px; padding-block: 30px 58px; margin-inline: auto; }
  .hm-hero-copy { order: 1; width: 100%; padding: 0; margin-inline: auto; border: 0; background: transparent; box-shadow: none; text-align: center; backdrop-filter: none; }
  .hm-hero-kicker { max-width: 100%; justify-content: center; padding: 9px 12px; font-size: 12px; }
  .hm-hero-overline { margin: 22px 0 2px; font-size: 23px; }
  .hm-hero h1 { width: 100%; margin: 0 auto 18px; font-size: clamp(32px, 9.5vw, 38px); line-height: 1.18; letter-spacing: .01em; text-align: center; }
  .hm-hero h1 em { display: block; }
  .hm-nowrap { display: inline-block; }
  .hm-hero-mobile-stage { display: none; }
  .hm-hero-lead { margin-bottom: 20px; padding: 11px 10px; font-size: 13px; }
  .hm-hero-actions { width: 100%; margin-inline: auto; justify-content: center; }
  .hm-hero-visual { position: relative; order: 2; display: block; width: 100%; min-height: 0; max-width: none; padding: 0 6px 9px 0; margin: 0 auto; }
  .hm-hero-main-image { display: block; width: 100%; height: auto; margin: 0; border-width: 4px; clip-path: none; object-fit: contain; object-position: center; box-shadow: 7px 7px 0 var(--hm-cyan-dark); }
  .hm-hero-mobile-poster-link { position: relative; z-index: 3; display: block; width: 100%; margin: 0; text-decoration: none; }
  .hm-hero-mobile-poster { display: block; width: 100%; height: auto; margin: 0; }
  .hm-hero-mobile-poster-link::after {
    content: "求人募集中の店舗を見る";
    position: absolute;
    z-index: 2;
    right: 3.2%;
    bottom: 2.4%;
    left: 3.2%;
    display: grid;
    height: 8.9%;
    place-items: center;
    color: #fff;
    background: linear-gradient(180deg, #18bfdc 0%, #08a9ca 100%);
    border-radius: clamp(5px, 1.5vw, 12px);
    font-size: clamp(18px, 5.5vw, 37px);
    font-weight: 900;
    line-height: 1;
    letter-spacing: .02em;
    text-shadow: 0 2px 0 rgba(0,0,0,.08);
    pointer-events: none;
  }
  .hm-hero-inner { display: none; }
  .hm-hero-mini, .hm-hero-badge, .hm-speech { display: none; }
  .hm-stats { box-shadow: 6px 6px 0 var(--hm-cyan); }
  .hm-stat + .hm-stat { border-left: 0; border-top: 3px dashed var(--hm-navy); }
  .hm-because { width: 240px; margin-top: -70px; font-size: 21px; }
  #benefits .hm-section-title { font-size: 26px; letter-spacing: 0; }
  .hm-benefit-card { box-shadow: 6px 6px 0 var(--hm-navy); }
  .hm-benefit-grid { grid-template-columns: 1fr; }
  .hm-benefit-card::after { right: 34px; top: 12px; }
  .hm-benefit-card h3 { padding-right: 62px; font-size: 22px; }
  .hm-section--culture::before { right: -10px; top: -20px; font-size: 92px; }
  .hm-culture-heading { margin-bottom: 34px; }
  .hm-culture-heading .hm-section-title { font-size: 29px; }
  .hm-culture-grid { grid-template-columns: 1fr; gap: 20px; }
  .hm-culture-message, .hm-culture-message--community, .hm-culture-message--mind { grid-column: auto; min-height: 0; padding: 28px 22px 26px; transform: none; box-shadow: 6px 6px 0 var(--hm-navy); }
  .hm-culture-message small { margin: 1px 0 22px 62px; }
  .hm-culture-message p, .hm-culture-message--mind p { font-size: clamp(23px,7.2vw,30px); }
  .hm-culture-number { left: 20px; top: 19px; }
  .hm-work-grid { grid-template-columns: minmax(0, 1fr); gap: 38px; }
  .hm-work-grid > :last-child { order: 1; width: 100%; min-width: 0; }
  .hm-photo-stack { order: 2; display: grid; width: 100%; min-height: 0; padding: 8px 8px 15px 0; margin-inline: auto; isolation: isolate; }
  .hm-photo-stack img { position: relative; grid-area: 1 / 1; object-fit: cover; }
  .hm-photo-stack img:first-child { width: 86%; height: 320px; inset: auto; justify-self: start; align-self: start; clip-path: none; box-shadow: 7px 7px 0 var(--hm-cyan); }
  .hm-photo-stack img:last-child { width: 48%; height: 178px; inset: auto; justify-self: end; align-self: end; margin: 0 0 -7px; z-index: 2; transform: rotate(2deg); }
  .hm-staff-intro { margin-bottom: 30px; }
  .hm-staff-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 15px; }
  .hm-staff-photo, .hm-staff-photo--lead, .hm-staff-photo--pair, .hm-staff-photo--dinner, .hm-staff-photo--portrait, .hm-staff-photo--gifts { grid-column: auto; grid-row: auto; height: 220px; box-shadow: 5px 5px 0 var(--hm-cyan-dark); }
  .hm-staff-photo--portrait { height: 330px; }
  .hm-staff-photo--gifts { height: 250px; }
  .hm-president-heading { margin-bottom: 28px; }
  .hm-president-heading .hm-section-title { font-size: 30px; line-height: 1.35; }
  .hm-mobile-only { display: block; }
  .hm-president-card { display: flex; min-height: 0; flex-direction: column; overflow: hidden; box-shadow: 7px 7px 0 var(--hm-cyan-dark); }
  .hm-president-photo-frame { position: relative; inset: auto; order: 1; width: 100%; height: 360px; border-bottom: 4px solid var(--hm-navy); background: #fff; }
  .hm-president-photo { position: absolute; top: -7.5%; right: -16px; bottom: auto; width: auto; max-width: none; height: 115%; object-fit: contain; object-position: right center; }
  .hm-president-mobile-logo { position: absolute; left: 17px; top: 42px; z-index: 3; display: block; width: 126px; height: auto; border: 3px solid var(--hm-navy); background: var(--hm-cyan); box-shadow: 5px 5px 0 var(--hm-lime); transform: rotate(-2deg); }
  .hm-president-bubble { order: 2; width: auto; margin: 20px 16px 24px; padding: 25px 20px 27px; border-width: 4px; border-radius: 28px; box-shadow: 6px 6px 0 var(--hm-lime); font-size: 14px; line-height: 1.75; }
  .hm-president-bubble::before { right: 52px; top: -30px; bottom: auto; border-top: 0; border-right: 23px solid transparent; border-bottom: 30px solid var(--hm-navy); border-left: 23px solid transparent; }
  .hm-president-bubble::after { right: 57px; top: -21px; border-top: 0; border-right: 18px solid transparent; border-bottom: 24px solid #fff; border-left: 18px solid transparent; }
  .hm-president-bubble p { margin-bottom: 12px; }
  .hm-president-emphasis { display: block; padding: 7px 8px; font-size: 15px; text-align: center; }
  .hm-president-closing { font-size: 16px; }
  .hm-store-search, .hm-store-card, .hm-job-section, .hm-entry-card { box-shadow: 5px 5px 0 var(--hm-cyan); }
  .hm-page-hero h1 { font-size: 34px; }
  .hm-job-visual { min-height: 300px; box-shadow: 7px 7px 0 var(--hm-cyan-dark); }
  .hm-job-summary { box-shadow: 7px 7px 0 var(--hm-lime); }
  .hm-job-section h2 { margin: -26px -20px 22px; }
  .hm-social-grid, .hm-social-grid--therapist { grid-template-columns: 1fr; }
  .hm-social-card { padding: 14px; box-shadow: 4px 4px 0 var(--hm-lime); }
  .hm-therapist-slider-guide { align-items: flex-end; gap: 10px; }
  .hm-therapist-swipe-hint { gap: 9px; font-size: 10px; }
  .hm-therapist-swipe-icon { width: 78px; height: 38px; }
  .hm-therapist-slider-controls { gap: 6px; }
  .hm-therapist-slider-controls button { width: 42px; height: 42px; font-size: 18px; }
  .hm-therapist-list { grid-auto-columns: calc(100% - 24px); gap: 16px; padding-right: 10px; }
  .hm-therapist-card { padding: 18px; box-shadow: 5px 5px 0 var(--hm-cyan-dark); }
  .hm-therapist-heading { display: block; }
  .hm-therapist-heading span { display: block; margin-bottom: 6px; }
  .hm-therapist-profile { grid-template-columns: 1fr; gap: 22px; }
  .hm-therapist-photos { grid-template-columns: 1fr; gap: 12px; }
  .hm-therapist-photos img, .hm-therapist-photos img:first-child:last-child { grid-column: auto; width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
}

@media (prefers-reduced-motion: reduce) {
  .hm-therapist-swipe-icon b { animation: none; }
  .hm-therapist-list { scroll-behavior: auto; }
}

.hm-button.hm-button--line { color: #fff; background: #06c755; }
@media (max-width: 680px) {
  .hm-mobile-apply { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .hm-mobile-apply .hm-button { min-width: 0; padding-inline: 8px; font-size: 13px; }
}
.hm-entry-line-link{margin:18px 0 26px;padding:22px;border:3px solid var(--hm-ink,#12333e);background:#fff;box-shadow:7px 7px 0 var(--hm-lime,#9bea00);text-align:center}.hm-entry-line-link p{margin:0 0 10px}.hm-entry-line-link small{display:block;margin-top:12px;color:#55686f}.hm-entry-line-link .hm-button{background:#06c755;color:#fff}

/* Store pages: remove the outer section cards on small screens so content can use the viewport. */
@media (max-width: 680px) {
  body.page-template-template-store-php .hm-job-layout,
  body.page-template-template-store .hm-job-layout {
    width: 100%;
    max-width: none;
    padding: 28px 0 96px;
  }
  body.page-template-template-store-php .hm-job-main,
  body.page-template-template-store .hm-job-main {
    width: 100%;
    min-width: 0;
  }
  body.page-template-template-store-php .hm-job-section,
  body.page-template-template-store .hm-job-section {
    width: 100%;
    margin: 0 0 26px;
    padding: 0 14px 26px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  body.page-template-template-store-php .hm-job-section > h2,
  body.page-template-template-store .hm-job-section > h2 {
    margin: 0 -14px 22px;
    padding: 16px 16px;
    border: 0;
    border-bottom: 3px solid var(--hm-navy);
    border-radius: 0;
    background: var(--hm-lime);
    box-shadow: none;
    font-size: 22px;
  }
  body.page-template-template-store-php .hm-job-sidebar,
  body.page-template-template-store .hm-job-sidebar {
    width: min(calc(100% - 28px), 520px);
    margin-inline: auto;
  }
}
