@charset "UTF-8";

/* ============================================================
   高校生採用ページ
   ============================================================ */

:root {
  --hs-blue: #00a2aa;
  --hs-blue-light: #e0f7fa;
  --hs-blue-pale: #f0fafb;
  --hs-green: #66bb6a;
  --hs-green-pale: #e8f5e9;
  --hs-text: #212121;
  --hs-gray: #f7f7f7;
  --hs-shadow: 0 4px 20px rgba(0, 162, 170, 0.08);
  --hs-radius: 12px;
}

body.highschool main {
  padding-top: 0;
}

/* 高校生採用ページでは固定CTAを非表示 */
body.highschool .cta {
  display: none;
}

/* --- ヒーロー（新卒・キャリア採用と同構成） --- */
body.highschool .top_message_box {
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 48px 24px 40px;
  overflow: visible;
  box-sizing: border-box;
}

body.highschool .hs-hero-message {
  text-align: center;
  width: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

body.highschool .top_message_box .hs-hero-message p {
  margin-bottom: 0;
}

@media only screen and (min-width: 751px) {
  body.highschool .top_message_box {
    margin-top: 120px; /* header 70px + breadcrumb 50px */
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1050px) {
  body.highschool .top_message_box {
    margin-bottom: 0;
    padding: 36px 20px 32px;
  }
}

@media only screen and (max-width: 750px) {
  body.highschool .top_message_box {
    margin-top: 0;
    margin-bottom: 0;
    padding: 108px 20px 24px;
  }

  body.highschool .hs-hero-message {
    padding: 0 4px;
  }

  body.highschool .hs-hero-message__line2 {
    display: inline-block;
    white-space: nowrap;
    font-size: max(1.2rem, 11px);
    letter-spacing: -0.02em;
  }
}

body.highschool .hs-hero-main {
  position: relative;
  margin-bottom: 48px;
}

body.highschool .hs-hero-visual {
  position: relative;
  z-index: 2;
  margin-top: 0;
  width: 100%;
}

body.highschool .hs-hero-visual__figure {
  margin: 0;
  line-height: 0;
}

body.highschool .hs-hero-visual__figure img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1024 / 460;
  object-fit: cover;
  object-position: right center;
}

@media only screen and (min-width: 751px) {
  body.highschool .hs-hero-visual__figure img {
    aspect-ratio: 1024 / 405;
    object-position: right center;
  }

  body.highschool #contact .hs-lead--white {
    white-space: nowrap;
  }
}

body.highschool .hs-hero-btns-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  pointer-events: none;
}

body.highschool .hs-hero-btns {
  pointer-events: auto;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  gap: 10px;
  width: min(300px, 38%);
  margin: 0;
  padding: 0;
}

body.highschool .hs-hero-btns .btn {
  width: 100%;
  min-width: 0;
  height: 48px;
  font-size: max(1.5rem, 14px);
}

@media only screen and (max-width: 1050px) {
  body.highschool .hs-hero-btns {
    width: min(280px, 42%);
  }
}

@media only screen and (max-width: 750px) {
  body.highschool .hs-hero-main {
    margin-bottom: 32px;
  }

  body.highschool .hs-hero-visual {
    margin-top: 0;
  }

  body.highschool .hs-hero-visual__figure {
    overflow: hidden;
  }

  body.highschool .hs-hero-visual__figure img {
    width: 100%;
    height: clamp(110px, 32vw, 150px);
    max-height: 150px;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 72% center;
  }

  body.highschool .hs-hero-btns-wrap {
    position: static;
    display: block;
    pointer-events: auto;
    margin-top: 12px;
    padding: 0 15px;
  }

  body.highschool .hs-hero-btns {
    width: 100%;
    gap: 12px;
  }
}

/* --- セクションナビ --- */
.hs-nav {
  position: sticky;
  top: 70px;
  z-index: 100;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.hs-nav__list {
  flex-wrap: nowrap !important;
  flex-direction: row !important;
  gap: 0;
  min-width: max-content;
  padding: 0 10px;
}

.hs-nav__list li a {
  display: block;
  padding: 14px 16px;
  font-size: max(1.3rem, 13px);
  font-weight: 500;
  white-space: nowrap;
  color: var(--hs-text);
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
}

.hs-nav__list li a:hover,
.hs-nav__list li a.is-active {
  color: var(--hs-blue);
  border-bottom-color: var(--hs-blue);
}

@media only screen and (min-width: 751px) {
  .hs-nav { top: 120px; }
}

@media only screen and (max-width: 750px) {
  .hs-nav {
    overflow: visible;
    top: 70px;
  }

  .hs-nav__list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap !important;
    flex-direction: row !important;
    min-width: 0;
    width: 100%;
    padding: 8px 12px 10px;
    gap: 4px 2px;
  }

  .hs-nav__list li {
    width: auto;
  }

  .hs-nav__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 8px 4px;
    font-size: max(1.1rem, 11px);
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    border-bottom: none;
    border-radius: 6px;
  }

  .hs-nav__list li a:hover,
  .hs-nav__list li a.is-active {
    color: var(--hs-blue);
    background: var(--hs-blue-pale);
    border-bottom-color: transparent;
    font-weight: 700;
  }
}

/* --- セクション共通 --- */
.hs-section {
  padding: clamp(60px, 8vw, 100px) 0;
}

.hs-section--light {
  background: var(--hs-blue-pale);
}

.hs-section--cta {
  background: linear-gradient(160deg, var(--hs-blue) 0%, #00838f 100%);
  color: #fff;
}

.hs-section__title {
  text-align: center;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}

.hs-section__title > span {
  display: block;
  font-size: max(1.4rem, 14px);
  color: var(--hs-blue);
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.1em;
}

.hs-section__title--white,
.hs-section__title--white > span {
  color: #fff;
}

.hs-lead {
  text-align: center;
  font-size: max(1.7rem, 17px);
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.hs-lead--white { color: rgba(255,255,255,0.95); }

.hs-text {
  line-height: 1.9;
  margin-bottom: 16px;
  font-size: max(1.6rem, 16px);
}

.hs-text--center {
  text-align: center;
}

.hs-subtitle {
  font-size: max(2rem, 20px);
  font-weight: 700;
  color: var(--hs-blue);
  margin-bottom: 16px;
}

.hs-subtitle--green { color: var(--hs-green); }

.hs-note {
  font-size: max(1.3rem, 13px);
  color: #888;
  margin-top: 16px;
  text-align: center;
}

.hs-note--white { color: rgba(255,255,255,0.7); }

.hs-contact-card .hs-note {
  text-align: left;
}

.hs-tbd {
  color: #e65100;
  font-weight: 700;
  background: #fff3e0;
  padding: 2px 8px;
  border-radius: 4px;
}

/* --- 比較カード --- */
.hs-compare {
  gap: 20px;
  margin: 40px 0;
  align-items: stretch;
}

.hs-compare__card {
  flex: 1;
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 28px 24px;
  box-shadow: var(--hs-shadow);
  border: 1px solid #e8e8e8;
  text-align: center;
}

.hs-compare__card ul {
  text-align: left;
}

.hs-compare__img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto 20px;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
}

.hs-compare__img img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.hs-compare__card--accent {
  border-color: var(--hs-blue);
  background: #fff;
}

.hs-compare__card h3 {
  font-size: max(1.8rem, 18px);
  margin-bottom: 12px;
  color: var(--hs-blue);
}

.hs-compare__card ul li {
  padding: 6px 0 6px 1.2em;
  position: relative;
  font-size: max(1.5rem, 15px);
  line-height: 1.6;
}

.hs-compare__card ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--hs-blue);
}

@media only screen and (max-width: 750px) {
  .hs-compare { flex-direction: column !important; }

  .hs-compare__img {
    max-width: 100%;
    padding: 16px 12px;
  }

  .hs-compare__img img {
    max-height: 200px;
  }
}

/* --- 施設リスト --- */
.hs-facilities {
  margin: 48px 0;
  text-align: center;
}

.hs-facilities__list {
  gap: 16px;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  margin-top: 20px;
}

.hs-facilities__list li {
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 16px 24px;
  box-shadow: var(--hs-shadow);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hs-facilities__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.hs-facilities__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* --- AHU 構造図 --- */
.hs-ahu {
  margin: 40px 0;
}

.hs-ahu__intro {
  margin-bottom: 20px;
}

.hs-ahu__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.hs-ahu__nav-btn {
  display: inline-block;
  width: auto;
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  background: #fff;
  color: var(--hs-text);
  font-size: max(1.3rem, 13px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.hs-ahu__nav-btn:hover {
  border-color: var(--hs-blue);
  color: var(--hs-blue);
}

.hs-ahu__nav-btn.is-active {
  border-color: var(--hs-blue);
  background: var(--hs-blue);
  color: #fff;
  font-weight: 700;
}

.hs-ahu__explorer {
  gap: 20px;
  align-items: flex-start;
}

.hs-ahu__body {
  gap: 28px;
  align-items: flex-start;
  width: 100%;
}

@media only screen and (min-width: 751px) {
  .hs-ahu__explorer {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hs-ahu__nav {
    flex: none;
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  .hs-ahu__body {
    flex: none;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    container-type: inline-size;
  }

  .hs-ahu__panel {
    --ahu-diagram-width: calc((100cqw - 28px) * 1.15 / 2.15);
    --ahu-img-height: calc(var(--ahu-diagram-width) * 768 / 1024);
    margin-top: calc(var(--ahu-img-height) * 0.115 - 8px);
    min-height: calc(var(--ahu-img-height) * 0.71);
    height: auto;
    overflow-y: visible;
    box-sizing: border-box;
  }
}

.hs-ahu__diagram-col {
  flex: 1.15;
  min-width: 0;
}

.hs-ahu__map {
  position: relative;
  width: 100%;
  line-height: 0;
}

.hs-ahu__map img {
  width: 100%;
  height: auto;
  display: block;
}

.hs-ahu__panel {
  flex: 1;
  min-width: 0;
  background: #fff;
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  border: 1px solid var(--hs-blue-light);
  padding: 24px;
  min-height: 240px;
}

.hs-ahu__part-title {
  font-size: max(1.8rem, 18px);
  color: var(--hs-blue);
  margin-bottom: 14px;
  line-height: 1.4;
}

.hs-ahu__part-title span {
  font-size: max(1.4rem, 14px);
  font-weight: 500;
  color: #555;
}

.hs-ahu__part .hs-text {
  margin-bottom: 10px;
}

.hs-ahu__analogy {
  margin-top: 16px;
  padding: 16px 18px;
  background: var(--hs-blue-pale);
  border-radius: 8px;
  border-left: 3px solid var(--hs-blue);
}

.hs-ahu__analogy-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.hs-ahu__analogy-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: block;
}

.hs-ahu__analogy-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.hs-ahu__analogy-icon--bounce {
  animation: hs-analogy-bounce 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes hs-analogy-bounce {
  0% { transform: scale(0.5); opacity: 0.3; }
  55% { transform: scale(1.18); opacity: 1; }
  75% { transform: scale(0.92); }
  100% { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .hs-ahu__analogy-icon--bounce {
    animation: none;
  }
}

.hs-ahu__analogy-label {
  font-size: max(1.4rem, 14px);
  font-weight: 700;
  color: var(--hs-text);
  line-height: 1.4;
}

.hs-ahu__analogy-text {
  margin: 0;
  line-height: 1.75;
  font-size: max(1.5rem, 15px);
}

.hs-ahu__analogy-list {
  margin: 0 0 8px;
  padding-left: 1.4em;
  font-size: max(1.5rem, 15px);
  line-height: 1.75;
}

.hs-ahu__analogy-list li {
  margin-bottom: 2px;
}

.hs-ahu__analogy-list li:last-child {
  margin-bottom: 0;
}

.hs-ahu__flow-title {
  font-size: max(1.8rem, 18px);
  color: var(--hs-blue);
  margin-bottom: 16px;
}

.hs-ahu__flow-steps {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  text-align: left;
  counter-reset: ahu-flow;
}

.hs-ahu__flow-steps li {
  position: relative;
  padding: 10px 0 10px 2.4em;
  font-size: max(1.5rem, 15px);
  line-height: 1.6;
  border-bottom: 1px dashed #e0e0e0;
}

.hs-ahu__flow-steps li:last-child {
  border-bottom: none;
}

.hs-ahu__flow-steps li::before {
  counter-increment: ahu-flow;
  content: counter(ahu-flow);
  position: absolute;
  left: 0;
  top: 10px;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--hs-blue);
  color: #fff;
  font-size: max(1.3rem, 13px);
  font-weight: 700;
  border-radius: 50%;
}

.hs-ahu__flow-summary {
  font-size: max(1.6rem, 16px);
  font-weight: 700;
  color: var(--hs-text);
  margin: 0;
}

@media only screen and (max-width: 750px) {
  .hs-ahu__explorer {
    flex-direction: column !important;
    gap: 16px;
  }

  .hs-ahu__body {
    display: contents;
  }

  .hs-ahu__nav {
    order: 2;
    margin-bottom: 0;
    justify-content: center;
    overflow: visible;
    flex-wrap: wrap;
  }

  .hs-ahu__nav-btn {
    flex: 1 1 calc(50% - 4px);
    min-width: 0;
    white-space: normal;
    padding: 10px 12px;
  }

  .hs-ahu__nav-btn:first-child {
    flex: 1 1 100%;
  }

  .hs-ahu__diagram-col {
    order: 1;
  }

  .hs-ahu__panel {
    order: 3;
    min-height: 0;
    margin-top: 0;
    height: auto;
    overflow-y: visible;
  }
}

.hs-eco {
  margin-top: 40px;
  background: var(--hs-green-pale);
  border-radius: var(--hs-radius);
  padding: 28px 32px;
  border-left: 4px solid var(--hs-green);
}

.hs-eco__icon { flex-shrink: 0; width: 48px; }
.hs-eco__icon svg { width: 48px; height: 48px; }
.hs-eco__inner { gap: 20px; flex-direction: row !important; }

/* --- 工場情報 --- */
.hs-factory-info {
  gap: 20px;
  margin: 32px 0;
}

.hs-info-card {
  flex: 1;
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 24px;
  box-shadow: var(--hs-shadow);
  border-top: 3px solid var(--hs-blue);
}

.hs-info-card h4 {
  font-size: max(1.5rem, 15px);
  color: var(--hs-blue);
  margin-bottom: 10px;
}

.hs-info-card p { line-height: 1.7; font-size: max(1.5rem, 15px); }
.hs-info-card small { color: #888; }

.hs-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--hs-blue);
  font-size: max(1.4rem, 14px);
  text-decoration: underline;
}

/* --- ギャラリー --- */
.hs-gallery { margin: 32px 0; }

.hs-gallery__grid {
  gap: 16px;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-gallery__item {
  flex: 1 1 25%;
  min-width: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.hs-gallery__trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: default;
  position: relative;
  text-align: left;
}

.hs-gallery__trigger img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  display: block;
}

.hs-gallery__trigger span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: max(1.2rem, 12px);
  padding: 8px 10px;
  text-align: center;
  pointer-events: none;
}

@media only screen and (min-width: 751px) {
  .hs-gallery__trigger {
    cursor: zoom-in;
  }

  .hs-gallery__item:hover .hs-gallery__trigger img {
    transform: scale(1.05);
  }
}

/* --- ギャラリーモーダル（PC） --- */
.hs-gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 40px 60px;
}

.hs-gallery-modal.is-open {
  display: flex;
}

body.hs-modal-open {
  overflow: hidden;
}

.hs-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

.hs-gallery-modal__dialog {
  position: relative;
  z-index: 1;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-gallery-modal__figure {
  margin: 0;
  text-align: center;
}

.hs-gallery-modal__figure img {
  display: block;
  max-width: 80vw;
  max-height: calc(90vh - 60px);
  width: auto;
  height: auto;
  border-radius: 4px;
}

.hs-gallery-modal__figure figcaption {
  margin-top: 12px;
  color: #fff;
  font-size: max(1.6rem, 16px);
}

.hs-gallery-modal__close {
  position: fixed;
  top: 16px;
  right: 20px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.hs-gallery-modal__nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.hs-gallery-modal__nav:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hs-gallery-modal__nav--prev { left: 16px; }
.hs-gallery-modal__nav--next { right: 16px; }

@media only screen and (max-width: 750px) {
  .hs-gallery__grid {
    flex-wrap: wrap !important;
  }

  .hs-gallery__item {
    flex: 1 1 calc(50% - 8px);
  }

  .hs-gallery-modal {
    display: none !important;
  }
}

/* --- 工程フロー --- */
.hs-flow { margin: 32px 0; text-align: center; }

.hs-flow__steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: row !important;
}

.hs-flow__steps li {
  background: #fff;
  border: 2px solid var(--hs-blue);
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: max(1.4rem, 14px);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hs-flow__steps li span {
  background: var(--hs-blue);
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.hs-flow__steps li.hs-flow__steps-item--muted {
  color: #999;
  border-color: #ccc;
  background: #f7f7f7;
}

.hs-flow__steps li.hs-flow__steps-item--muted span {
  background: #ccc;
  color: #fff;
}

/* --- 工程カード --- */
.hs-process {
  margin: 32px 0;
}

.hs-process__grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  flex-direction: unset !important;
  flex-wrap: unset !important;
  align-items: start;
}

.hs-process-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: var(--hs-radius);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
}

.hs-process-card__media {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}

.hs-process-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hs-process-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 14px 20px 0;
  font-size: max(1.8rem, 18px);
  color: var(--hs-blue);
  line-height: 1.3;
}

.hs-process-card__num {
  flex-shrink: 0;
  background: var(--hs-blue);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.hs-process-card__text {
  margin: 0;
  padding: 6px 20px 16px;
  font-size: max(1.4rem, 14px);
  line-height: 1.7;
}

.hs-voice {
  padding: 4px 16px 20px;
}

.hs-voice__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.hs-voice__avatar {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}

.hs-voice__avatar img {
  display: block;
  width: auto;
  height: 72px;
  max-width: none;
}

.hs-voice__label {
  font-size: max(1.5rem, 15px);
  color: var(--hs-blue);
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 4px;
}

.hs-voice__label::after {
  content: "";
  display: block;
  width: 2.4em;
  height: 3px;
  margin-top: 4px;
  background: var(--hs-blue);
  border-radius: 2px;
}

.hs-voice-group + .hs-voice-group {
  margin-top: 18px;
}

.hs-voice-group__title {
  margin: 0 0 8px;
  font-size: max(1.3rem, 13px);
  font-weight: 600;
  color: #555;
  letter-spacing: 0.02em;
  padding: 0 0 4px;
  border-bottom: 1px solid #d9d9d9;
}

.hs-voice-item {
  background: var(--hs-blue-pale);
  border-left: 4px solid var(--hs-blue);
  border-radius: 0 8px 8px 0;
  padding: 14px 14px 12px;
  margin-bottom: 10px;
}

.hs-voice-item:last-child {
  margin-bottom: 0;
}

.hs-voice-item__meta {
  position: static;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  width: auto;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  line-height: 1.5;
}

.hs-voice-item__dept {
  font-size: max(1.45rem, 14px);
  font-weight: 700;
  color: var(--hs-text);
  letter-spacing: 0.02em;
}

.hs-voice-item__years {
  font-size: max(1.25rem, 12px);
  font-weight: 600;
  color: var(--hs-blue);
  letter-spacing: 0.02em;
}

.hs-voice-item__points {
  margin: 0;
}

.hs-voice-item__points > div + div {
  margin-top: 10px;
}

.hs-voice-item__points dt {
  display: inline-block;
  margin: 0 0 4px;
  font-size: max(1.15rem, 11px);
  font-weight: 700;
  color: var(--hs-blue);
  letter-spacing: 0.08em;
  background: #fff;
  border: 1px solid var(--hs-blue);
  border-radius: 4px;
  padding: 2px 8px;
}

.hs-voice-item__points dd {
  margin: 0;
  font-size: max(1.3rem, 13px);
  line-height: 1.75;
  color: #333;
}

.hs-start-box {
  margin-top: 40px;
  background: #fff;
  border: 2px dashed var(--hs-blue);
  border-radius: var(--hs-radius);
  padding: 28px;
  text-align: center;
}

.hs-start-box h3 {
  color: var(--hs-blue);
  margin-bottom: 12px;
  font-size: max(1.8rem, 18px);
}

.hs-start-box p {
  font-size: max(1.5rem, 15px);
  line-height: 1.8;
}

/* --- 数字カード --- */
.hs-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.hs-number-card {
  min-width: 0;
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--hs-shadow);
  border: 1px solid #eee;
  overflow: visible;
}

.hs-number-card__icon {
  margin-bottom: 8px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96px;
}

.hs-number-card__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96px;
}

.hs-number-card__label {
  font-size: max(1.4rem, 14px);
  color: var(--hs-blue);
  font-weight: 600;
  margin-bottom: 8px;
}

.hs-number-card__value {
  font-size: clamp(3rem, 3.75vw, 4.8rem);
  font-weight: 800;
  color: var(--hs-text);
  line-height: 1.2;
}

.hs-number-card__value--multi {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hs-number-card__value-row {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.3;
}

.hs-number-card.is-hidden {
  display: none;
}

.hs-number-card__value small {
  font-size: 0.45em;
  font-weight: 500;
}

.hs-number-card__value .hs-count {
  font-size: 1em;
}

.hs-number-card__value--text {
  font-size: max(1.8rem, 18px);
  font-weight: 700;
}

.hs-number-card__note {
  font-size: max(1.2rem, 12px);
  color: #888;
  margin-top: 8px;
}

/* --- 福利厚生カード --- */
.hs-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.hs-benefit-card {
  min-width: 0;
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 24px 16px;
  box-shadow: var(--hs-shadow);
  text-align: center;
  overflow: visible;
}

.hs-benefit-card__icon {
  margin-bottom: 12px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96px;
}

.hs-benefit-card__icon img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 96px;
}

.hs-benefit-card h3 {
  font-size: max(1.7rem, 17px);
  color: var(--hs-blue);
  margin-bottom: 10px;
}

.hs-benefit-card p {
  font-size: max(1.4rem, 14px);
  line-height: 1.8;
  text-align: left;
}

.hs-benefit-card small { color: #888; display: block; margin-top: 6px; }

.hs-parent-box {
  margin-top: 40px;
  background: #fff;
  border-left: 4px solid var(--hs-blue);
  border-radius: 0 var(--hs-radius) var(--hs-radius) 0;
  padding: 28px 32px;
}

.hs-parent-box h3 {
  color: var(--hs-blue);
  margin-bottom: 12px;
  font-size: max(1.8rem, 18px);
}

.hs-parent-box p {
  line-height: 1.8;
  font-size: max(1.5rem, 15px);
}

/* --- タブ（採用メッセージ） --- */
.hs-tabs { margin-top: 32px; }

.hs-tabs__nav {
  gap: 8px;
  margin-bottom: 24px;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center;
}

.hs-tabs__btn {
  background: #fff;
  border: 2px solid var(--hs-blue);
  color: var(--hs-blue);
  padding: 12px 24px;
  border-radius: 30px;
  font-size: max(1.4rem, 14px);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  font-family: inherit;
}

.hs-tabs__btn.is-active,
.hs-tabs__btn:hover {
  background: var(--hs-blue);
  color: #fff;
}

.hs-tabs__panel { display: none; }
.hs-tabs__panel.is-active { display: block; }

.hs-message-card {
  background: #fff;
  border-radius: var(--hs-radius);
  padding: 36px 40px;
  box-shadow: var(--hs-shadow);
  max-width: 720px;
  margin: 0 auto;
}

.hs-message-card__photo {
  flex: 0 0 280px;
  border-radius: var(--hs-radius);
  overflow: hidden;
}

.hs-message-card__photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.hs-message-card__body p,
.hs-message-card p {
  line-height: 1.9;
  margin-bottom: 14px;
  font-size: max(1.5rem, 15px);
}

.hs-message-card__sign {
  margin-top: 24px;
  margin-bottom: 0;
  text-align: right;
  font-weight: 600;
}

@media only screen and (max-width: 750px) {
  .hs-message-card { flex-direction: column !important; }
  .hs-message-card__photo { flex: none; width: 100%; }
}

/* --- FAQ --- */
.hs-faq { max-width: 900px; margin: 32px auto 0; }

.hs-faq__item {
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
}

.hs-faq__item:first-child { border-top: 1px solid #ddd; }

.hs-faq__q {
  padding: 20px 56px 20px 24px;
  font-weight: 600;
  font-size: max(1.5rem, 15px);
  cursor: pointer;
  position: relative;
  transition: background 0.2s;
  line-height: 1.6;
}

.hs-faq__q:hover,
.hs-faq__q.is-open {
  background: var(--hs-blue-pale);
  color: var(--hs-blue);
}

.hs-faq__q .show_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.hs-faq__q.is-open .move_bdr { display: none; }

.hs-faq__a {
  display: none;
  padding: 0 24px 20px;
  font-size: max(1.4rem, 14px);
  line-height: 1.8;
  color: #444;
}

.hs-faq__a.is-open {
  display: block;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 162, 170, 0.12);
}

.hs-faq__a p {
  margin: 0 0 0.8em;
}

.hs-faq__a p:last-child {
  margin-bottom: 0;
}

.hs-faq__leave-list {
  margin: 0;
}

.hs-faq__leave-list > div {
  display: flex;
  gap: 12px;
  margin-bottom: 0.8em;
}

.hs-faq__leave-list > div:last-child {
  margin-bottom: 0;
}

.hs-faq__leave-list dt {
  flex: 0 0 11em;
  margin: 0;
  font-weight: 700;
  color: var(--hs-text);
  line-height: 1.8;
}

.hs-faq__leave-list dd {
  flex: 1;
  min-width: 0;
  margin: 0;
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .hs-faq__leave-list > div {
    flex-direction: column;
    gap: 4px;
  }

  .hs-faq__leave-list dt {
    flex: none;
  }
}

/* --- CTA --- */
.hs-cta-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 32px 0;
  flex-wrap: wrap;
}

.hs-cta-flow__step {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: var(--hs-radius);
  padding: 20px 24px;
  text-align: center;
  font-weight: 600;
  font-size: max(1.4rem, 14px);
  min-width: 160px;
}

.hs-cta-flow__step span {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
  opacity: 0.7;
}

.hs-cta-flow__arrow {
  font-size: 1.5rem;
  opacity: 0.6;
}

.hs-contact-card {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: var(--hs-radius);
  padding: 36px 40px;
  max-width: 700px;
  margin: 0 auto;
}

.hs-contact-card h3 {
  font-size: max(2rem, 20px);
  margin-bottom: 8px;
}

.hs-contact-card__name {
  font-weight: 600;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hs-contact-card__list dt {
  font-size: max(1.3rem, 13px);
  opacity: 0.7;
  margin-top: 12px;
}

.hs-contact-card__list dd {
  font-size: max(1.6rem, 16px);
  font-weight: 500;
}

.hs-contact-card__list a,
.hs-contact-card__list a:link,
.hs-contact-card__list a:visited,
.hs-contact-card__list a:hover,
.hs-contact-card__list a:focus,
.hs-contact-card__list a:active {
  color: #fff;
  text-decoration: underline;
}

/* --- アニメーション --- */
.hs-section .slide_up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.hs-section .slide_up.is_show {
  opacity: 1;
  transform: translateY(0);
}

/* 要素ごとのフェードイン */
.js_hs-fade {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.js_hs-fade[data-delay="1"] { transition-delay: 0.15s; }
.js_hs-fade[data-delay="2"] { transition-delay: 0.3s; }
.js_hs-fade[data-delay="3"] { transition-delay: 0.45s; }
.js_hs-fade[data-delay="4"] { transition-delay: 0.6s; }
.js_hs-fade[data-delay="5"] { transition-delay: 0.75s; }
.js_hs-fade[data-delay="6"] { transition-delay: 0.9s; }
.js_hs-fade[data-delay="7"] { transition-delay: 1.05s; }

.js_hs-fade.is_show {
  opacity: 1;
  transform: translateY(0);
}

/* 数字カウントアップ */
.hs-count {
  display: inline-block;
  font-variant-numeric: tabular-nums;
  min-width: 0.5em;
}

.hs-count.is-counting {
  transition: transform 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .hs-section .slide_up,
  .js_hs-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .hs-numbers {
    grid-template-columns: repeat(3, 1fr);
  }

  .hs-benefits {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 750px) {
  .hs-numbers {
    grid-template-columns: repeat(2, 1fr);
  }

  .hs-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .hs-process__grid {
    grid-template-columns: 1fr;
  }

  .hs-process-card { flex: 1 1 100%; }
  .hs-factory-info { flex-direction: column !important; }
  .hs-cta-flow { flex-direction: column !important; }
  .hs-cta-flow__arrow { transform: rotate(90deg); }
  .hs-tabs__nav { flex-direction: column !important; align-items: stretch; }
  .hs-tabs__btn { text-align: center; }
}

@media only screen and (max-width: 390px) {
  body.highschool .hs-hero-visual__figure img {
    height: clamp(100px, 30vw, 130px);
    max-height: 130px;
    object-position: 78% center;
  }
}
