@charset "UTF-8";

/* ==========================================================================
   Design Tokens & Resets
   ========================================================================== */
:root {
  --font-jp: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-en: 'Roboto', sans-serif;

  --color-primary: #d44417;    /* 闕ｳ�ｸ闕ｳﾂ郢ｧ�ｪ郢晢ｽｬ郢晢ｽｳ郢ｧ�ｸ #D44417 */
  --color-primary-dark: #b8320e;
  --color-bg-outer: #000000;
  --color-bg-inner: #ffffff;
  --color-text-main: #3a3a3a; /* #3A3A3A */
  --color-text-sub: #666666;
  --color-text-light: #888888;

  --width-container: 1440px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  color: var(--color-text-main);
  background-color: var(--color-bg-outer);
  line-height: 1.6;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.12em;
  transition: color 0.25s ease, background-color 0.25s ease;
}

/* Image Reset */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

/* ==========================================================================
   Layout Containers
   ========================================================================== */
.page-outer {
  width: 100%;
  min-height: 100vh;
  background-color: var(--color-bg-outer);
  display: flex;
  justify-content: center;
}

.page-container {
  width: 100%;
  max-width: var(--width-container);
  background-color: var(--color-bg-inner);
  position: relative;
  overflow: hidden;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 36px 64px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo img {
  height: auto;
  width: auto;
  display: block;
}

.nav-list {
  display: flex;
  align-items: center;
  gap: 36px;
}

.nav-link {
  color: #ffffff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.nav-link:hover {
  color: var(--color-primary);
}

/* ==========================================================================
   Main Visual (MV)
   ========================================================================== */
.main-visual {
  position: relative;
  width: 100%;
  height: 820px;
  background-color: #111111;
  overflow: hidden;
}

.mv-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.mv-slider {
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.mv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.mv-slide.active {
  opacity: 1;
}

.mv-slider::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}

/* Vertical Catchcopy Strips - Independent Absolute Positioning (page-container陜難ｽｺ雋�� */
/* 陷茨ｽｱ鬨ｾ螟奇ｽｨ�ｭ陞ｳ繝ｻ Noto Sans JP Bold 32px, line-height 36px, #FFF, 髢ｭ譴ｧ蜍ｹ #D44417, 驍ｵ�ｦ隴厄ｽｸ邵ｺ繝ｻ*/
.vertical-strip {
  position: absolute;
  background-color: #d44417;
  color: #ffffff;
  writing-mode: vertical-rl;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  z-index: 50;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(-30px);
  animation: slideDownFade 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes slideDownFade {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Strip 1 (陷ｿ�ｳ): 陷ｿ�ｳ驕ｶ�ｯ邵ｺ荵晢ｽ�122px, 闕ｳ鄙ｫﾂｰ郢ｧ繝ｻ30px */
.strip-1 {
  width: 64px;
  height: auto;
  padding: 20px 0;
  top: 130px;
  right: 122px;
  animation-delay: 0.2s;
}

/* Strip 2 (陝ｾ�ｦ): 64px陝ｷ繝ｻ Strip1邵ｺ荵晢ｽ�24px陝ｾ�ｦ, 闕ｳ鄙ｫﾂｰ郢ｧ繝ｻ00px, MV闕ｳ荵昶�邵ｺ�ｯ邵ｺ�ｿ陷�ｽｺ邵ｺ繝ｻ*/
.strip-2 {
  width: 64px;
  height: 690px;
  top: 200px;
  right: calc(122px + 64px + 24px); /* 210px */
  justify-content: flex-start;
  padding-top: 20px;
  animation-delay: 0.4s;
}

/* Layer 1: Soft Light Blend (bottom image) */
.sub-catch-layer1 {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 20;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  mix-blend-mode: soft-light;
  pointer-events: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: simpleFadeLayer1 2.0s ease forwards;
  animation-delay: 1.0s;
}

/* Layer 2: Normal Blend, 60% Opacity (top image) */
.sub-catch-layer2 {
  position: absolute;
  bottom: -14px;
  left: 0;
  z-index: 21;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  mix-blend-mode: normal;
  pointer-events: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: simpleFadeLayer2 2.0s ease forwards;
  animation-delay: 1.0s;
}

@keyframes simpleFadeLayer1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes simpleFadeLayer2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

/* NEWS BOX: 560*60px, MV闕ｳ迢暦ｽｫ�ｯ邵ｺ荵晢ｽ�30px鬩･髦ｪ竊醍ｹｧ繝ｻ(top: 820px - 30px = 790px) */
.mv-news-box {
  position: absolute;
  top: 790px; /* MV(820px)邵ｺ�ｮ闕ｳ迢暦ｽｫ�ｯ邵ｺ�ｫ30px鬩･髦ｪ竊醍ｹｧ繝ｻ*/
  left: 80px;
  width: 560px;
  height: 60px;
  z-index: 50;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* "news": Roboto 22px Medium, letter-spacing 12%, 陝ｾ�ｦ40px闖ｴ蜥丞項 */
.news-tag {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.12em;
  margin-left: 40px;
  flex-shrink: 0;
}

/* 郢晢ｽｪ郢晢ｽｳ郢ｧ�ｯ隴√��ｭ繝ｻ Noto Sans JP 16px Light, letter-spacing 12% */
.news-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.12em;
  cursor: default;
}

/* ==========================================================================
   Common Section Styles & Icon Components
   ========================================================================== */
.sp-only {
  display: none !important;
}

.section {
  padding: 100px 80px;
  position: relative;
}

.section-container {
  max-width: 1280px;
  margin: 0 auto;
}

/* Sub-title Style: Roboto Regular 16px, Letter-spacing 12%, Color #D44417 */
.section-sub-title {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #d44417;
  display: block;
  letter-spacing: 0.12em;
  margin-bottom: 4px;
}

/* Main-title Style: Noto Sans JP Bold 36px, Letter-spacing 12%, Color #3A3A3A */
.section-main-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #3a3a3a;
  margin-bottom: 32px;
  letter-spacing: 0.12em;
}

.text-white {
  color: #ffffff !important;
}

.text-center {
  text-align: center;
}

/* Outline Button Style: Text & Icon Gap 20px, Vertical Offset Fixed for Absolute Symmetry */
.btn-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  height: 54px !important;
  padding: 0 32px !important;
  line-height: 1 !important;
  border: 1px solid #d44417 !important;
  color: #d44417 !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.btn-outline span {
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: 0 !important;
  transform: translateY(-2px) !important;
}

/* FAQ Button (Exact 300px * 60px) */
.btn-faq-300 {
  width: 300px !important;
  height: 60px !important;
  padding: 0 !important;
}

.btn-icon {
  width: auto !important;
  height: 12px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-1px) !important;
}

.btn-outline:hover {
  background-color: #d44417 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.btn-outline:hover .btn-icon {
  filter: brightness(0) invert(1);
}

/* ==========================================================================
   Section 01: Company (驕倪�笳�ｸｺ�｡邵ｺ�ｫ邵ｺ�､邵ｺ繝ｻ窶ｻ) - Overlap Layout for Zero Crop & Strict Original Size
   ========================================================================== */
section.section-company {
  background-color: #ffffff !important;
  padding-top: 140px !important;
  padding-bottom: 120px !important;
  padding-left: 80px !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.company-inner-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  width: 100%;
}

.company-text-col {
  flex-shrink: 0;
  width: 440px;
  padding-right: 0;
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 5;
}

section.section-company .section-sub-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #d44417 !important;
  letter-spacing: 0.12em !important;
  display: block !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  line-height: 1 !important;
}

/* Lead-text Style: Noto Sans JP Regular 18px, Letter-spacing 12%, Color #3A3A3A */
.company-lead-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-bottom: 36px;
}

/* Prevent accidental word-wrap in the middle of design lines */
.company-lead-text .line {
  display: inline-block;
  white-space: nowrap;
}

/* 騾包ｽｻ陷剃ｸ奇ｽ定淦�ｦ陋幢ｽｴ郢昴�縺冗ｹｧ�ｹ郢晏現竊堤ｹ晞亂縺守ｹ昴�縺�ｹ晄じ繝ｻ郢晢ｽｼ郢ｧ�ｸ郢晢ｽｳ邵ｺ�ｧ鬩･髦ｪ繝ｻ陷ｷ蛹ｻ�冗ｸｺ蟶呻ｽ狗ｸｺ阮吮�邵ｺ�ｧ陷ｴ貅ｷ�ｯ�ｸ100%髯ｦ�ｨ驕会ｽｺ邵ｺ�ｨ陷ｿ�ｳ髫募唱繝ｻ郢ｧ蠕後◇郢晢ｽｭ郢ｧ蜑�ｽｸ�｡驕ｶ繝ｻ*/
.company-img-col {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start !important;
  margin-left: -140px;
  position: relative;
  z-index: 1;
}

/* Strict Original Image Size - Zero Resizing & Zero Right Crop */
.company-right-img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block;
}

/* ==========================================================================
   Section 02: Works (隶鯉ｽｭ陷榊雀繝ｻ陞ｳ�ｹ) - Zero Border/Edge Line Top Fix (Shift Image Top 20px)
   ========================================================================== */
.section-works {
  background-color: #d44417 !important;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 60px 64px 90px;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  margin-top: -2px !important;
}

/* 髢ｭ譴ｧ蜍ｹ騾包ｽｻ陷偵�content02_bg.webp 髢ｾ�ｪ闖ｴ阮吶�闕ｳ鬘費ｽｫ�ｯ郢ｧ�ｷ郢晢ｽ｣郢晏ｳｨ縺�/郢晁ｼ斐Γ郢ｧ蜑�ｽｸ鬆大ｩｿ陷ｷ莉｣竏�20px隰夲ｽｼ邵ｺ諤懊�邵ｺ蜉ｱ窶ｻ陞ｳ謔溘�邵ｺ�ｫ陞滓じ竏磯ｫｫ�ｰ邵ｺ繝ｻ*/
.works-bg-layer {
  position: absolute;
  top: -20px !important;
  left: 0;
  width: 100%;
  height: calc(100% + 40px) !important;
  background-size: cover;
  background-position: center top !important;
  background-repeat: no-repeat;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  pointer-events: none;
  z-index: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Infinite Scrolling Marquee Positioned at bottom: -70px with 60s Duration */
.works-marquee-wrap {
  position: absolute;
  bottom: -70px !important;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.1;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.works-marquee-track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  gap: 60px;
  animation: marqueeLeft 60s linear infinite;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.marquee-img {
  height: 264px !important;
  width: auto !important;
  display: block !important;
  flex-shrink: 0 !important;
  vertical-align: bottom !important;
  margin: 0 !important;
  padding: 0 !important;
}

@keyframes marqueeLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.333%); }
}

.relative-z {
  position: relative;
  z-index: 10;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  margin-bottom: 0;
  align-items: flex-start;
}

/* Clickable Work Card */
.work-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

/* Hover: Slightly reduce opacity only - No scaling or moving */
.work-card:hover {
  opacity: 0.82 !important;
  transform: none !important;
}

/* 2nd and 4th Cards Shifted 80px Down */
.works-grid .work-card:nth-child(2),
.works-grid .work-card:nth-child(4) {
  margin-top: 80px;
}

.card-img-holder {
  width: 100%;
  box-shadow: none;
}

.card-img-holder img {
  width: 100%;
  height: auto;
  display: block;
  transform: none !important;
}

.work-card:hover .card-img-holder img {
  transform: none !important;
}

.card-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  margin-bottom: 0;
}

/* Dept Name: Noto Sans JP Bold 24px, Letter-spacing 12%, Color #FFF */
.dept-name {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.12em !important;
}

/* Card Arrow Icon (linkIcon02.webp): Wrapper & Icon styling for hover */
.card-arrow-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: background-color 0.25s ease;
}

.card-arrow-img {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  transition: filter 0.25s ease !important;
}

.work-card:hover .card-arrow-wrapper {
  background-color: #ffffff;
}

.work-card:hover .card-arrow-img {
  clip-path: inset(10%);
  filter: brightness(0) invert(36%) sepia(85%) saturate(2327%) hue-rotate(345deg) brightness(97%) contrast(98%) !important;
}

/* ==========================================================================
   Section 03: Recruitment (隰暦ｽ｡騾包ｽｨ隲�繝ｻ�ｰ�ｱ) - Clickable Card & Preserved Hover Effects
   ========================================================================== */
.section-recruit {
  background-color: #ffffff;
  padding: 100px 80px 0;
}

.recruit-grid {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}

.recruit-text-col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}

.recruit-body-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 1.9;
  letter-spacing: 0.12em;
}

.recruit-body-text .mt-16 {
  margin-top: 16px;
}

.btn-wrap {
  margin-top: auto;
}

.recruit-cards-col {
  display: flex;
  gap: 40px;
  flex-shrink: 0;
}

/* Clickable Recruit Card */
.recruit-card {
  width: 450px;
  height: 450px;
  flex-shrink: 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.recruit-card-img-wrap {
  position: relative;
  width: 450px;
  height: 450px;
  overflow: hidden;
  background: none !important;
  box-shadow: none !important;
}

.recruit-card-img-wrap::after {
  display: none !important;
  content: none !important;
}

/* Shine effect for the 2 images on the right side */
.recruit-card .recruit-card-img-wrap::before {
  display: block !important;
  content: "" !important;
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  z-index: 10;
  pointer-events: none;
}

.recruit-card:hover .recruit-card-img-wrap::before {
  animation: recruit-shine 1.2s ease forwards;
}

@keyframes recruit-shine {
  0% { left: -150%; }
  100% { left: 200%; }
}

.recruit-card-img-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  display: block;
  box-shadow: none !important;
  filter: none !important;
}

/* Button Fixed to Inner Bottom Right Corner: Noto Sans JP Bold 20px, 12%, Gap 14px */
.recruit-card-btn {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  height: 60px !important;
  background-color: #d44417 !important;
  background-image: none !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  white-space: nowrap !important;
  z-index: 100 !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  filter: none !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 32px !important;
  text-decoration: none !important;
  transition: background-color 0.25s ease;
}

.recruit-card-btn::before,
.recruit-card-btn::after {
  display: none !important;
  content: none !important;
}

/* Dynamic Width with Padding */
.btn-left-interview {
  padding: 0 32px !important;
}

.btn-right-recruit {
  padding: 0 32px !important;
}

/* Link Icon (btnIcon03.webp): Strict Original Export Size */
.recruit-btn-icon {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}

/* Button Text: Noto Sans JP Bold 20px, Letter-spacing 12%, #FFF */
.recruit-card-btn span {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #ffffff !important;
  letter-spacing: 0.12em !important;
  display: inline-block !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: translateY(-2px) !important;
}

/* Hover: Trigger button color change when hovering anywhere on the card */
.recruit-card:hover .recruit-card-btn {
  background-color: #b8320e !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

/* ==========================================================================
   Footer Gallery Scroll Image - 90s Speed Duration
   ========================================================================== */
.footer-gallery-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 80px;
  margin-bottom: 0;
  border: none;
}
@media screen and (min-width: 769px) {
  body.top-page .footer-gallery-wrapper {
    padding-top: 160px;
  }
}

.gallery-marquee-track {
  display: flex;
  width: max-content;
  animation: galleryLoop 90s linear infinite;
}

.gallery-marquee-slide {
  flex-shrink: 0;
  padding-right: 20px;
}

.gallery-marquee-slide img {
  width: auto;
  height: auto;
  max-width: none;
  display: block;
}

@keyframes galleryLoop {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =========================================================================
   Section 05: Footer (蜈ｨ繝壹�繧ｸ蜈ｱ騾�)
   ========================================================================= */

/* Footer Entry Banner */
.footer-entry-banner {
  display: block;
  width: 100%;
  line-height: 0;
  margin-top: 200px;
  transition: opacity 0.3s ease;
}
.footer-entry-banner:hover {
  opacity: 0.85;
}
.footer-entry-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Site Footer
   ========================================================================== */
.site-footer {
  background-color: #ffffff;
  color: #3a3a3a;
  padding: 80px 80px 100px;
  border-top: none;
  position: relative;
  letter-spacing: 0.12em;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer-left-col {
  flex-grow: 1;
}

.footer-nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-link-row a {
  color: #d44417;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Footer Link Icon (linkIcon04.webp) */
.footer-link-icon {
  width: 6px;
  height: auto;
  display: inline-block;
}

.footer-link-row a:hover {
  text-decoration: underline;
}

/* 繧ｫ繝ｬ繝ｳ繝茨ｼ育樟蝨ｨ菴咲ｽｮ�峨�繝ｪ繝ｳ繧ｯ縺ｯ繧ｰ繝ｬ繝ｼ繧｢繧ｦ繝医＠繧ｯ繝ｪ繝�け荳榊庄 */
.footer-link-row a.current {
  color: #999999;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.footer-link-row a.current .footer-link-icon {
  filter: grayscale(100%) opacity(0.6);
}

/* Footer Copyright: Roboto, Bold, 20px, letter-spacing 4% (0.04em), color #3a3a3a */
.footer-copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #3a3a3a;
}

.footer-right-col {
  min-width: 380px;
}

.company-info-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.88rem;
  color: #3a3a3a;
  letter-spacing: 0.12em;
}

.company-name-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.footer-mark-icon {
  width: 22px;
  height: 22px;
}

.company-name-text {
  font-size: 1.05rem;
  font-weight: 700;
  color: #111111;
  letter-spacing: 0.12em;
}

.company-address {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.12em;
}

.map-badge {
  background-color: #d44417;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 2px 6px;
  border-radius: 2px;
}

.company-tel-fax {
  font-family: var(--font-en);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

.company-holiday {
  display: flex;
  align-items: center;
  gap: 12px !important;
  letter-spacing: 0.12em;
}

/* Holiday Box (Exact 63px * 28px with Top +3px & Bottom 4px Padding) */
.holiday-box {
  width: 63px;
  height: 28px !important;
  border: 1px solid #999999;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding-top: 3px !important;
  padding-bottom: 4px !important;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  box-sizing: border-box;
}

/* ==========================================================================
   Back to Top Button - Exact 60px * 60px & Original Icon Size
   ========================================================================== */
.back-to-top {
  position: fixed;
  bottom: 40px;
  right: calc((100vw - 1440px) / 2 + 40px);
  width: 60px !important;
  height: 60px !important;
  background-color: #000000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: none;
  transform: none !important;
  transition: opacity 0.35s ease, visibility 0.35s ease, background-color 0.3s ease;
}

@media (max-width: 1440px) {
  .back-to-top {
    right: 40px;
  }
}

.back-to-top.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Pagetop Icon (pagetop.webp): Strict Original Export Size */
.pagetop-icon {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}

.back-to-top:hover {
  background-color: #d44417;
  box-shadow: none;
  transform: none !important;
}

/* Hide SP elements on PC by default */
.sp-nav-menu {
  display: none;
}

/* ==========================================================================
   SP Responsive (max-width: 768px)
   ========================================================================== */
@media screen and (max-width: 768px) {
  :root {
    --width-container: 100%;
  }
  
  .pc-only {
    display: none !important;
  }
  
  .sp-only {
    display: block !important;
  }
  
  .page-container {
    overflow-x: hidden;
  }
  
  /* Header */
  .header {
    padding: 20px 20px;
  }

  .header-nav {
    display: none !important;
  }
  
  /* Hamburger Menu Button */
  .hamburger-btn {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
  }
  
  .hamburger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #d44417;
    border-radius: 2px;
    transition: all 0.3s;
  }

  /* SP Navigation Menu Overlay */
  .sp-nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background-color: var(--color-primary);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .sp-nav-menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  
  .sp-nav-bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    background-image: url('img/common/sp/navBg.webp');
    background-size: auto 100%;
    background-position: right center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .sp-nav-inner {
    position: relative;
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
  }
  
  .sp-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    margin-bottom: 30px;
  }
  
  .sp-nav-logo {
    display: block;
  }
  
  .sp-nav-logo img {
    height: auto;
    width: auto;
    display: block;
  }
  
  .sp-nav-close {
    width: 32px;
    height: 24px;
    background: transparent;
    border: none;
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  
  .sp-nav-close span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 2px;
  }
  
  .sp-nav-close span:first-child {
    transform: translateY(-50%) rotate(45deg);
  }
  
  .sp-nav-close span:last-child {
    transform: translateY(-50%) rotate(-45deg);
  }
  
  .sp-nav-body {
    flex-grow: 1;
    margin-bottom: 20px;
  }
  
  .sp-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .sp-nav-list li {
    padding-left: 30px;
  }
  
  .sp-nav-list li a {
    font-family: var(--font-jp);
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 0.12em;
    position: relative;
    top: -2px;
  }
  
  .nav-arrow {
    width: 16px;
    height: auto;
    margin-right: 14px;
    position: relative;
    top: 2px;
  }
  
  .sp-nav-footer {
    font-family: var(--font-jp);
    font-weight: 400;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.12em;
    padding-left: 30px;
  }
  
  .sp-nav-address {
    margin-bottom: 0;
  }
  
  .sp-nav-tel {
    margin-bottom: 16px;
  }
  
  .sp-nav-closed {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
  }
  
  .closed-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 28px;
    padding: 0 12px 2px 12px;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 12px;
    line-height: 1;
    position: relative;
    top: 1px;
  }
  
  /* Prevent scrolling when menu is open */
  body.nav-open {
    overflow: hidden;
  }
  
  /* Main Visual */
  .main-visual {
    height: 667px;
  }
  
  .mv-slider-container {
    display: none !important;
  }
  
  .mv-slider-sp-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .mv-slider-sp-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    z-index: 10;
  }
  
  .mv-slide-sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
  }
  
  .mv-slide-sp.active {
    opacity: 1;
  }
  
  .vertical-strip {
    font-size: 24px;
    line-height: 28px;
    padding: 0;
    z-index: 60;
  }
  
  .strip-1 {
    width: 56px;
    height: 430px;
    top: 100px;
    right: 0;
  }
  
  .strip-2 {
    width: 56px;
    height: 524px;
    top: 170px;
    right: 66px;
    padding-top: 20px;
  }
  
  .sub-catch-layer1,
  .sub-catch-layer2 {
    bottom: -4px;
  }

  /* News Box */
  .mv-news-box {
    top: 677px; /* main-visual邵ｺ�ｮ鬯ｮ蛟･��(667px)邵ｺ�ｮ10px闕ｳ繝ｻ*/
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 20px);
    max-width: 355px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 20px 14px 20px;
  }
  
  .news-tag {
    margin-left: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.12em;
    line-height: 1;
  }
  
  .news-link {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.4;
  }
  
  /* Common Section */
  .section {
    padding: 60px 20px;
  }
  
  .section-main-title {
    font-size: 28px;
  }
  
  /* Company Section */
  section.section-company {
    padding-top: 140px !important;
    padding-bottom: 60px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  
  .company-inner-wrap {
    flex-direction: column;
    align-items: center !important;
  }
  
  .company-text-col {
    width: 315px;
    margin: 0 auto;
  }
  
  .company-text-col .btn-wrap {
    text-align: center;
  }
  
  .company-text-col .section-sub-title,
  .company-text-col .section-main-title {
    text-align: center;
  }
  
  .company-img-col {
    display: none !important;
  }
  
  /* Works Section */
  .section-works {
    padding: 60px 20px;
  }
  
  .works-grid {
    grid-template-columns: 1fr;
    gap: 52px;
    width: 315px;
    margin: 0 auto;
  }
  
  .works-grid .work-card:nth-child(2),
  .works-grid .work-card:nth-child(4) {
    margin-top: 0;
  }
  
  /* Recruit Section */
  .section-recruit {
    padding: 60px 20px 0;
  }
  
  .recruit-grid {
    flex-direction: column;
    gap: 40px;
  }
  
  .recruit-text-col {
    width: 315px;
    margin: 0 auto;
    height: auto;
    gap: 0;
  }
  
  .recruit-text-col .section-sub-title,
  .recruit-text-col .section-main-title {
    text-align: center;
  }
  

  
  .recruit-text-col .btn-wrap {
    text-align: center;
  }
  
  .recruit-text-col .btn-faq-300 {
    margin: 0 auto;
  }
  
  .recruit-cards-col {
    flex-direction: column;
    width: 315px;
    margin: 0 auto;
    gap: 30px;
  }
  
  .sp-recruit-btn {
    text-align: center;
    margin-top: -10px;
  }
  
  .btn-faq-315 {
    display: inline-flex !important;
    width: 315px !important;
    max-width: 100% !important;
    height: 60px !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
  
  .recruit-card {
    width: 100%;
    height: auto;
  }
  
  .recruit-card-img-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
  
  .recruit-card-img-wrap img {
    width: 100%;
    height: 100%;
  }
  
  /* Footer */
  .site-footer {
    padding: 60px 20px 100px;
  }
  
  .footer-nav-links,
  .footer-right-col {
    display: none !important;
  }
  
  .footer-left-col {
    width: 100%;
    text-align: center;
  }
  
  .footer-copyright {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
  
  .footer-flex {
    flex-direction: column;
    gap: 0;
  }
  
  .back-to-top {
    right: 20px;
    bottom: 20px;
  }
}

/* ==========================================================================
   Subpage: Common Styles
   ========================================================================== */
.subpage-mv {
  position: relative;
  width: 100%;
  margin-top: 125px;
  text-align: center;
}

.subpage-mv-img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.subpage-mv-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.subpage-mv-tag {
  width: fit-content;
  padding: 0 10px;
  height: 32px;
  background-color: #d74b28;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-sizing: border-box;
  text-indent: 0.12em;
}

.subpage-mv-title {
  width: fit-content;
  padding: 7px 14px 11px;
  height: 54px;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1;
  text-indent: 0.12em;
  white-space: nowrap;
  margin: 0 auto;
  box-sizing: border-box;
}

.breadcrumb-wrap {
  width: 100%;
  max-width: var(--width-container);
  margin: 20px auto 80px;
  padding: 0 80px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-align: right;
  box-sizing: border-box;
}

.breadcrumb-wrap a {
  color: #d74b28;
  text-decoration: none;
}
.breadcrumb-wrap a:hover {
  text-decoration: underline;
}

/* Form Styles */
.entry-form-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 0;
  box-sizing: border-box;
}

.form-row {
  display: flex;
  padding: 30px 0 30px 40px;
  border-bottom: none;
  background-image: linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.form-row:first-child {
  border-top: none;
  background-image: 
    linear-gradient(to right, #909090 2px, transparent 2px),
    linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: top left, bottom left;
  background-size: 4px 1px, 4px 1px;
  background-repeat: repeat-x, repeat-x;
}

.form-label {
  width: 440px;
  display: flex;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.12em;
  color: #3a3a3a;
  line-height: 36px;
  flex-shrink: 0;
}

.required-badge {
  background-color: #d74b28;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 7px 8px;
  margin-left: 30px;
  border-radius: 2px;
}
.required-badge.after-paren {
  margin-left: 18px; /* 30px - 12px(蜈ｨ隗呈峡蠑ｧ縺ｮ蜿ｳ菴咏區蛻�) */
}

.form-input-col {
  flex: 1;
}

.form-input {
  width: 100%;
  height: 38px;
  padding: 0 16px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  box-sizing: border-box;
}
.form-input-md {
  max-width: 480px;
}

/* Input Specific Widths */
select[name="job_type"], select[name="inquiry_type"] { max-width: 400px; }
input[name="name_kanji"], input[name="name_kana"], input[name="name"] { max-width: 400px; }
input[name="tel"] { max-width: 300px; }
input[name="email"] { max-width: 400px; }
input[name="address"] { max-width: 760px; }
input[name="education"] { max-width: 600px; }
input[name="career"], input[name="qualifications"] { max-width: 760px; }
textarea[name="motivation"], textarea[name="remarks"], textarea[name="inquiry_content"] { max-width: 760px; }

.form-select {
  width: 100%;
  height: 38px;
  padding: 0 16px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  appearance: none;
  font-family: inherit;
  font-size: 16px;
  color: #3a3a3a;
  background-image: url("img/common/formIcon01.webp");
  background-repeat: no-repeat;
  background-position: right 16px center;
}
.form-select:invalid {
  color: #A0A0A0;
}
.form-select option {
  color: #3a3a3a;
}
.form-select option[value=""] {
  color: #A0A0A0;
}

textarea.form-input {
  padding: 16px;
  resize: vertical;
}
textarea[name="motivation"], textarea[name="inquiry_content"] { height: 248px; }
textarea[name="remarks"] { height: 148px; }

.form-flex-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.birth-group-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.birth-date-group, .age-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.form-checkbox-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.form-input-small {
  width: 80px;
  height: 38px;
  padding: 0 16px;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}
.checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  accent-color: #d74b28;
}
.checkbox-label input[type="radio"] {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  accent-color: #d74b28;
}

.btn-file-upload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #d74b28;
  color: #fff;
  padding: 0 32px;
  height: 54px;
  border-radius: 0;
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
.btn-file-upload span {
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}
.btn-file-upload .btn-icon {
  filter: brightness(0) invert(1);
}

.form-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}

.btn-submit {
  width: 240px;
  height: 54px;
  padding: 0;
  border: 1px solid #d74b28;
  background-color: transparent;
  color: #d74b28;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.btn-submit span {
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}
.btn-submit:hover {
  background-color: #d74b28;
  color: #fff;
}
.btn-submit:hover .btn-icon {
  filter: brightness(0) invert(1);
}

.btn-reset {
  width: 240px;
  height: 54px;
  padding: 0;
  border: 1px solid #ccc;
  background-color: transparent;
  color: #999;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.btn-reset span {
  display: inline-block;
  line-height: 1;
  transform: translateY(-2px);
}
.btn-reset:hover {
  background-color: #f5f5f5;
}


/* ==========================================================================
   Section 06: Works (讌ｭ蜍吝�螳ｹ)
   ========================================================================== */
.works-list-section {
  width: 100%;
  margin: 0 auto 120px;
}
.works-section {
  width: 100%;
  margin-bottom: 120px;
  scroll-margin-top: 100px;
}
.works-section:last-child {
  margin-bottom: 0;
}
.works-block {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.works-right .works-block {
  flex-direction: row-reverse;
}
.works-text-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 80px 40px 80px;
  display: flex;
  flex-direction: column;
}
.works-img-col {
  width: 50%;
  box-sizing: border-box;
}
.works-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.works-title {
  display: inline-block;
  background-color: #333333;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 12px 24px;
  margin: 0 0 60px 0;
  align-self: flex-start;
}
.works-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  border-left: 4px solid #d74b28;
  padding-left: 16px;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.works-text {
  font-size: 18px;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #333333;
  margin: 0 0 40px 0;
}
.works-text:last-child {
  margin-bottom: 0;
}

/* Subpage SP adjustments */
@media (max-width: 768px) {
  .subpage-mv {
    height: 602px;
    margin-top: 85px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .subpage-mv-img {
    width: 100% !important;
    height: 602px !important;
    object-fit: cover;
    max-width: none !important;
    flex-shrink: 0;
  }
  .breadcrumb-wrap {
    padding-right: 30px;
    margin-bottom: 60px;
  }
  .interviews-breadcrumb {
    letter-spacing: -0.2px;
    margin-bottom: 45px;
  }
  .entry-form-section {
    padding: 0;
    margin-bottom: 40px;
  }
  .form-row {
    flex-direction: column;
    padding: 34px 30px 40px;
  }
  .form-label {
    width: 100%;
    margin-bottom: 24px;
    margin-top: 0 !important;
  }
  .form-input, .form-select {
    width: 315px !important;
  }
  input[type="text"].form-input, .form-select {
    height: 50px !important;
  }
  .form-input-small {
    width: 65px;
    padding: 0 8px;
  }
  .form-flex-group,
  .birth-date-group,
  .age-group {
    gap: 8px;
  }
  .form-checkbox-group {
    flex-wrap: wrap;
    gap: 16px 30px;
  }
  .form-actions {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 30px;
  }
  .btn-submit, .btn-reset {
    width: 315px !important;
    max-width: 100%;
  }
  .btn-file-upload {
    width: 315px !important;
    height: 50px !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  textarea[name="motivation"],
  textarea[name="inquiry_content"] {
    height: 380px !important;
  }
  textarea[name="remarks"] {
    height: 200px !important;
  }
  .footer-entry-banner {
    margin-top: 80px;
  }

  /* Works (讌ｭ蜍吝�螳ｹ) SP Layout */
  .works-list-section {
    padding: 0;
    margin-bottom: 80px;
  }
  .works-section {
    margin-bottom: 60px;
    scroll-margin-top: 80px;
  }
  .works-block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .works-right .works-block {
    flex-direction: column;
  }
  .works-text-col {
    display: contents; 
  }
  .works-img-col {
    width: 100%;
    order: 2;
    margin-bottom: 40px;
  }
  .works-img-col img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .works-title {
    order: 1;
    font-size: 22px;
    padding: 10px 20px;
    width: fit-content;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: calc(50% - 157.5px);
    margin-right: auto;
  }
  .works-desc {
    order: 3;
    width: 315px;
    margin: 0 auto;
  }
  .works-subtitle {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .works-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.12em;
    margin-bottom: 40px;
  }
}

/* ==========================================================================
   Subpage Header Overrides
   ========================================================================== */
.header-subpage .nav-link {
  color: #000;
}
.header-subpage .nav-link:hover,
.header-subpage .nav-link.current {
  color: #d74b28;
}

.header-subpage .hamburger-btn span {
  /* Removed to keep it red (default) */
}

/* --- MV蛻晄悄隱ｭ縺ｿ霎ｼ縺ｿ譎ゅ�繝輔ぉ繝ｼ繝峨う繝ｳ --- */
.mv-slider-container,
.mv-slider-sp-container {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
.main-visual.is-loaded .mv-slider-container,
.main-visual.is-loaded .mv-slider-sp-container {
  opacity: 1;
}

/* ==========================================================================
   Company Page Styles (莨夂､ｾ譯亥�)
   ========================================================================== */

/* --- 蜈ｱ騾夊ｦ句�縺� --- */
.company-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  color: #111111;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.12em;
  position: relative;
}

.company-heading.center-align {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 28px;
}
.company-heading.center-align::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #d74b28;
  margin-top: 20px;
}

.company-heading.left-align {
  text-align: left;
  position: relative;
  padding-left: 15px;
  font-size: 24px;
}
.company-heading.left-align::before {
  content: '';
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 3px;
  background-color: #d74b28;
}

/* --- 莨夂､ｾ譯亥�繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝� --- */
.company-main-content {
  display: block;
  padding-top: 0;
}

/* --- 莉｣陦ｨ縺疲肩諡ｶ --- */
.section-greeting {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 120px;
  box-sizing: border-box;
}
.greeting-text-wrap {
  text-align: center;
}
.greeting-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 2.0;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.greeting-line {
  display: block;
}
.greeting-sign {
  text-align: center;
  margin-top: 50px;
}
.sign-company {
  font-size: 14px;
}
.sign-title {
  font-size: 14px;
  margin-right: 15px;
}
.sign-name {
  font-size: 20px;
  font-weight: 700;
}

/* --- 莨夂､ｾ讎りｦ� (Half Breed Layout) --- */
.section-company-profile {
  width: 100%;
  padding-bottom: 100px; /* 繝�く繧ｹ繝医°繧峨�隕冶ｦ夂噪霍晞屬繧�120px縺ｫ縺吶ｋ縺溘ａ�医Μ繧ｹ繝井ｸ矩Κ菴咏區20px繧定���� */
}
.profile-block {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.profile-img-col {
  width: 50%;
  box-sizing: border-box;
}
.profile-img-col img {
  width: 100%;
  height: auto;
}
.profile-text-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 40px 0 60px;
}

/* 莨夂､ｾ讎りｦ� DL */
.company-dl {
  width: 100%;
  max-width: 600px;
}
.company-dl .dl-row:first-child {
  border-top: none;
  background-image: 
    linear-gradient(to right, #909090 2px, transparent 2px),
    linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: top left, bottom left;
  background-size: 4px 1px, 4px 1px;
  background-repeat: repeat-x, repeat-x;
  padding-top: 20px;
}
.dl-row {
  display: flex;
  padding: 20px 0;
  border-bottom: none;
  background-image: linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.dl-row dt {
  width: 170px;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  font-weight: 500;
  flex-shrink: 0;
}
.dl-row dd {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
.en-name {
  font-size: 13px;
  color: #666;
}
.red-text {
  color: #d74b28;
}

/* --- 莨夂､ｾ豐ｿ髱ｩ --- */
.section-history {
  width: 100%;
  padding-bottom: 120px;
}
.history-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.history-dl {
  width: 100%;
}
.history-row {
  display: flex;
  padding: 25px 0;
  border-bottom: none;
  background-image: linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.history-row:first-child {
  border-top: none;
  background-image: 
    linear-gradient(to right, #909090 2px, transparent 2px),
    linear-gradient(to right, #909090 2px, transparent 2px);
  background-position: top left, bottom left;
  background-size: 4px 1px, 4px 1px;
  background-repeat: repeat-x, repeat-x;
}
.history-row dt {
  width: 200px;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-weight: 500;
  flex-shrink: 0;
}
.history-row dd {
  flex-grow: 1;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

/* --- 邨�ｹ泌峙 --- */
.section-org-chart {
  width: 100%;
  padding-bottom: 0;
}
.section-org-chart .company-heading {
  margin-bottom: 60px;
}
.org-chart-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}
.org-chart-img-wrap {
  width: 100%;
  text-align: center;
}
.org-chart-img-wrap img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ==========================================================================
   SP 蜷代￠繧ｹ繧ｿ繧､繝ｫ (max-width: 768px) 逕ｨ繧ｪ繝ｼ繝舌繝ｩ繧､繝
   ========================================================================== */
@media screen and (max-width: 768px) {
  .company-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .company-heading.left-align {
    position: relative;
    padding-left: 15px;
    margin-left: 30px;
  }
  .company-heading.left-align::before {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 3px;
    background-color: #d74b28;
  }
  .section-greeting {
    margin: 60px auto 0;
    padding: 0 30px 80px;
    box-sizing: border-box;
  }
  .greeting-text-wrap {
    text-align: left;
  }
  /* greeting-text縺ｯPC縺ｮ18px(line-height: 2.0)繧堤ｶｭ謖√☆繧九◆繧∽ｸ頑嶌縺阪ｒ蜑企勁 */
  .greeting-text {
    margin-bottom: 20px;
  }
  .greeting-line {
    display: inline;
  }
  .greeting-sign {
    margin-top: 40px;
  }
  
  .section-company-profile {
    padding-bottom: 80px;
  }
  .profile-block {
    display: flex;
    flex-direction: column;
  }
  .profile-text-col {
    display: contents;
  }
  .profile-text-col .company-heading {
    order: 1;
    margin-bottom: 30px;
  }
  .profile-img-col {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
  .company-dl {
    order: 3;
    width: 100%;
    max-width: 100%;
  }
  .company-dl .dl-row:first-child {
    background-image: linear-gradient(to right, #909090 2px, transparent 2px);
    background-position: bottom left;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    padding-top: 0;
  }
  .dl-row {
    flex-direction: row;
    padding: 15px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .dl-row dt {
    width: 100px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .dl-row dd {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
  .company-dl .dl-row dd {
    letter-spacing: 0.10em;
  }
  .company-dl .dl-row dd.est-date {
    letter-spacing: 0.08em;
  }
  
  .company-main-content {
    display: block;
    padding-top: 0;
  }
  .section-history {
    padding-bottom: 80px;
  }
  .history-inner {
    padding: 0;
  }
  .history-row {
    flex-direction: column;
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .history-row dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.12em;
  }
  .history-row dd {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }

  .section-org-chart {
    padding-bottom: 0;
  }
  .section-org-chart .company-heading {
    margin-bottom: 60px;
  }
  .org-chart-inner {
    padding: 0;
  }
  .org-chart-img-wrap {
    padding: 0 30px;
    box-sizing: border-box;
  }
}

/* ==========================================================================
   Recruitment Top Page (謗｡逕ｨ諠��ｱ) Styles
   ========================================================================== */

/* Subpage Heading Center (襍､荳狗ｷ壻ｻ倥″荳ｭ螟ｮ隕句�縺�) */
.subpage-heading-center {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}
.subpage-heading-center::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background-color: var(--color-primary);
  margin: 15px auto 0;
}

/* 1. Message Section */
.recruitment-message-sec {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px 120px;
  box-sizing: border-box;
}
.message-content-box {
  max-width: 1280px;
  margin: 40px auto 0;
  text-align: center;
}


/* 2. Orange Area (Recruitment Cards / 謗｡逕ｨ荳句ｱ､蟆守ｷ�) */
.recruitment-orange-sec {
  background-color: var(--color-primary);
  background-image: url('img/recruitment/pc/recruitmentBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0 60px;
  width: 100%;
}
.recruitment-cards-container {
  padding: 0 0 0 60px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.recruitment-card-item.card-large {
  width: 641px;
}
.recruitment-cards-subgrid {
  width: 642px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recruitment-card-item {
  position: relative;
}
.recruitment-card-item .card-image-box {
  position: relative;
  display: block;
}
/* 蜿ｳ荳�240ﾃ�55px繧帝勁縺�◆L蟄幼lip-path + shine繝ｩ繝�ヱ繝ｼ */
.card-picture-wrap {
  position: relative;
  overflow: hidden;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 55px),
    calc(100% - 240px) calc(100% - 55px),
    calc(100% - 240px) 100%,
    0 100%
  );
}
/* Shine effect */
.card-picture-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 120%;
  height: calc(100% - 75px);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.25) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  z-index: 10;
  pointer-events: none;
}
.recruitment-card-item .card-image-box:hover .card-picture-wrap::before {
  animation: recruitment-card-shine 1.2s ease forwards;
}
@keyframes recruitment-card-shine {
  0%   { left: 20px; }
  100% { left: 200%; }
}
.recruitment-card-item .card-image-box picture img {
  display: block;
  max-width: none;
  width: auto;
  height: auto;
}

/* 繝懊ち繝ｳ繧ｨ繝ｪ繧｢�育判蜒上�蜿ｳ荳九￥縺ｼ縺ｿ縺ｫ縺ｴ縺｣縺溘ｊ驟咲ｽｮ�� */
.recruitment-card-btn {
  position: absolute;
  bottom: 20px;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  z-index: 5;
  padding: 0 0 6px 0;
  transition: opacity 0.3s ease;
}
.recruitment-card-btn:hover,
.recruitment-card-item .card-image-box:hover .recruitment-card-btn {
  opacity: 0.8;
}
.card-02 .recruitment-card-btn {
  right: 95px;
}
.card-03 .recruitment-card-btn {
  right: 30px;
}
.recruitment-card-btn .card-btn-arrow {
  width: 24px;
  height: 24px;
  display: block;
}
.recruitment-card-btn .btn-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.12em;
}

/* 3. Works Section (蜷�Κ鄂ｲ縺ｮ讌ｭ蜍�) */
.recruitment-works-sec {
  padding: 140px 0 0;
}
.recruitment-works-wrap {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.recruitment-works-img-col {
  width: 50%;
}
.recruitment-works-img-col img {
  width: 100%;
  height: auto;
  display: block;
}
.recruitment-works-text-col {
  width: 580px;
  flex-shrink: 0;
  margin-left: 60px;
}
.recruitment-works-text-col .works-sub-title {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.12em;
  margin-bottom: 6px;
}
.recruitment-works-text-col .works-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.recruitment-works-text-col .works-body-text p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #333333;
  margin-bottom: 24px;
}
.recruitment-works-text-col .works-btn-wrap,
.recruitment-works-text-col .btn-wrap {
  margin-top: 60px;
}
.recruitment-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: transparent;
  padding: 14px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.recruitment-more-btn:hover {
  background-color: var(--color-primary);
}
.recruitment-more-btn:hover .btn-arrow-box-red {
  border-color: #ffffff;
  color: #ffffff;
}
.recruitment-more-btn:hover .btn-text-red {
  color: #ffffff;
}
.btn-arrow-box-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.btn-text-red {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
  letter-spacing: 0.12em;
  transition: all 0.3s ease;
}

.left-align-recruitment {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.left-align-recruitment::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background-color: var(--color-primary);
}

/* ==========================================================================
   SP Responsive Styles for Recruitment Top Page
   ========================================================================== */
@media screen and (max-width: 768px) {

  /* -----------------------------------------------------------
     1. Message Section SP
     ----------------------------------------------------------- */
  .recruitment-message-sec {
    padding: 0 30px 80px;
    box-sizing: border-box;
  }
  .message-content-box {
    margin-top: 0;
    text-align: left;
  }


  /* -----------------------------------------------------------
     2. Orange Area Cards SP
     ----------------------------------------------------------- */
  .recruitment-orange-sec {
    padding: 60px 0;
    box-sizing: border-box;
    background-image: none;
  }
  .recruitment-cards-container {
    padding: 0 30px;
    flex-direction: column;
    align-items: center;
    gap: 0;
    box-sizing: border-box;
  }
  .recruitment-card-item.card-large,
  .recruitment-cards-subgrid {
    width: auto;
  }
  .recruitment-cards-subgrid {
    gap: 0;
  }
  .recruitment-card-item {
    margin-bottom: 60px;
  }
  .recruitment-card-item:last-child {
    margin-bottom: 25px;
  }
  /* SP逕ｨ逕ｻ蜒�: clip-path隗｣髯､縺励※縺昴�縺ｾ縺ｾ陦ｨ遉ｺ */
  .card-picture-wrap {
    clip-path: none;
  }
  .card-picture-wrap::before {
    display: none;
  }
  .recruitment-card-item .card-image-box picture img {
    width: auto;
    height: auto;
    display: block;
  }
  /* SP迚医〒縺ｯ繝懊ち繝ｳ縺ｮ繧ｪ繝ｬ繝ｳ繧ｸ閭梧勹�磯聞譁ｹ蠖｢�峨ｒ豸医＠縲√ユ繧ｭ繧ｹ繝茨ｼ狗泙蜊ｰ縺ｮ縺ｿ繧帝�鄂ｮ縺吶ｋ */
  .recruitment-card-btn {
    bottom: -25px;
    right: 0;
    width: max-content;
    height: auto;
    background-color: transparent;
    padding: 0;
  }
  /* 遉ｾ蜩｡繧､繝ｳ繧ｿ繝薙Η繝ｼ縺ｮ繝�く繧ｹ繝医�遏｢蜊ｰ縺ｯ蟾ｦ縺ｫ30px遘ｻ蜍� */
  .card-large .recruitment-card-btn {
    right: 30px;
  }
  /* 蜍滄寔隕����繝�く繧ｹ繝医�遏｢蜊ｰ縺ｯ30px蟾ｦ縺ｸ遘ｻ蜍� */
  .card-02 .recruitment-card-btn {
    right: 30px;
  }
  /* 繧医￥縺ゅｋ縺碑ｳｪ蝠上�繝�く繧ｹ繝医�遏｢蜊ｰ縺ｯ30px蟾ｦ縺ｸ遘ｻ蜍� */
  .card-03 .recruitment-card-btn {
    right: 30px;
  }

  /* -----------------------------------------------------------
     3. Works Section SP
     SP隕区悽縺ｧ縺ｯPC迚医�蜀咏悄��mg04.webp�峨′髱櫁｡ｨ遉ｺ縲�
     縲詣orks繧ｵ繝悶ち繧､繝医Ν 竊� 蜷�Κ鄂ｲ縺ｮ讌ｭ蜍� 竊� 譛ｬ譁� 竊� 繝懊ち繝ｳ縲阪�縺ｿ縲�
     繝�く繧ｹ繝医し繧､繧ｺ繝ｻ菴咏區縺ｯ繝励Ο繧ｸ繧ｧ繧ｯ繝亥�騾壹Ν繝ｼ繝ｫ螳悟�邨ｱ荳縲�
     ----------------------------------------------------------- */
  .recruitment-works-sec {
    padding: 80px 0 0;
  }
  .recruitment-works-wrap {
    flex-direction: column;
  }
  /* SP隕区悽縺ｧ蜀咏悄縺ｪ縺� 竊� 髱櫁｡ｨ遉ｺ */
  .recruitment-works-img-col {
    display: none !important;
  }
  .recruitment-works-text-col {
    width: 315px;
    margin: 0 auto;
    padding: 0;
    order: 1;
    box-sizing: border-box;
  }
  /* section-sub-title: 16px, center */
  .recruitment-works-text-col .section-sub-title {
    font-size: 16px;
    text-align: center;
  }
  /* section-main-title: center & 36px Bold 12% (繝ｦ繝ｼ繧ｶ繝ｼ謖�､ｺ縺ｫ繧医ｋ荳頑嶌縺�) */
  .recruitment-works-text-col .works-heading,
  .recruitment-works-text-col .section-main-title,
  .section-greeting .section-main-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  /* 騾壼ｸｸ繝�く繧ｹ繝�: 繝｡繝�そ繝ｼ繧ｸ譛ｬ譁�→蜷後§險ｭ螳壹↓蜷医ｏ縺帙ｋ��18px / line-height 2.0 / 蟾ｦ謠�∴�� */
  .recruitment-works-text-col .works-body-text p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 2.0;
    letter-spacing: 0.12em;
    text-align: left;
    margin-bottom: 20px;
  }
  .recruitment-works-text-col .works-btn-wrap,
  .recruitment-works-text-col .btn-wrap {
    margin-top: 30px;
    text-align: center;
  }
}

/* ==========================================================================
   Section 06: Sitemap
   ========================================================================== */
.sitemap-main-content {
  padding: 0 20px;
}
.sitemap-main-content + .footer-entry-banner {
  margin-top: 160px;
}
.sitemap-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sitemap-row {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.sitemap-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 60px;
  border: 1px solid #d74b28;
  background-color: #ffffff;
  color: #d74b28;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
.sitemap-btn span {
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  transform: translateY(-2px);
}
.sitemap-row-5cols .sitemap-btn {
  width: calc((100% - 120px) / 5);
}
.sitemap-row-4cols .sitemap-btn {
  width: calc((100% - 90px) / 4);
}
.sitemap-btn .btn-icon {
  width: auto;
  height: 12px;
  display: block;
  margin: 0;
  padding: 0;
  transform: translateY(-1px);
  transition: filter 0.3s ease;
}
.sitemap-btn:hover {
  background-color: #d74b28;
  color: #ffffff;
}
.sitemap-btn:hover .btn-icon {
  filter: brightness(0) invert(1);
}
.sitemap-btn.current {
  border-color: #999999;
  color: #999999;
  pointer-events: none;
}
.sitemap-btn.current .btn-icon {
  filter: grayscale(100%) opacity(0.4);
}

@media screen and (max-width: 768px) {
  .sitemap-main-content {
    padding: 0 20px;
  }
  .sitemap-main-content + .footer-entry-banner {
    margin-top: 80px;
  }
  .sitemap-container {
    gap: 20px;
  }
  .sitemap-row {
    flex-direction: column;
    gap: 20px;
  }
  .sitemap-row-5cols .sitemap-btn,
  .sitemap-row-4cols .sitemap-btn {
    width: 100%;
  }
}

/* ==========================================================================
   Section 07: Privacy Policy (蛟倶ｺｺ諠��ｱ菫晁ｭｷ譁ｹ驥�)
   ========================================================================== */
.privacy-main-content {
  padding: 0 20px;
}
.privacy-main-content + .footer-entry-banner {
  margin-top: 160px;
}
.privacy-container {
  max-width: 1280px;
  margin: 0 auto;
}
.privacy-title {
  margin-bottom: 60px;
}
.privacy-intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-bottom: 60px;
}
.privacy-block {
  margin-bottom: 50px;
}
.privacy-item-title {
  margin-bottom: 20px !important;
}
.privacy-item-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin: 0;
}
.privacy-list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.privacy-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-bottom: 12px;
}
.privacy-list li:last-child {
  margin-bottom: 0;
}
.privacy-list li .list-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
.privacy-contact-box {
  margin-top: 24px;
  padding: 24px 30px;
  background-color: #fafafa;
  border: 1px dashed #cccccc;
  border-radius: 4px;
}
.privacy-contact-box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #111111;
  margin: 0 0 6px 0;
}
.privacy-contact-box p:last-child {
  margin-bottom: 0;
}
.privacy-contact-box .contact-email {
  font-size: 14px;
}
.privacy-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .privacy-main-content {
    padding: 0;
  }
  .privacy-container {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }
  .privacy-main-content + .footer-entry-banner {
    margin-top: 80px;
  }
  .privacy-intro,
  .privacy-item-text,
  .privacy-list li,
  .privacy-contact-box p,
  .privacy-date {
    font-size: 18px;
    line-height: 1.8;
  }
  .privacy-title {
    margin-bottom: 40px;
  }
  .privacy-block {
    margin-bottom: 40px;
  }
  .privacy-contact-box {
    padding: 20px;
  }
}

/* ==========================================================================
   FAQ Page Styles (繧医￥縺ゅｋ縺碑ｳｪ蝠�)
   ========================================================================== */

/* --- 繝壹�繧ｸ蜀�い繝ｳ繧ｫ繝ｼ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ --- */
.faq-nav-sec {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 120px;
  padding: 0;
  box-sizing: border-box;
}

.faq-nav-container {
  display: grid;
width: calc((100% - 120px) / 5);
}
.sitemap-row-4cols .sitemap-btn {
  width: calc((100% - 90px) / 4);
}
.sitemap-btn .btn-icon {
  width: auto;
  height: 12px;
  display: block;
  margin: 0;
  padding: 0;
  transform: translateY(-1px);
  transition: filter 0.3s ease;
}
.sitemap-btn:hover {
  background-color: #d74b28;
  color: #ffffff;
}
.sitemap-btn:hover .btn-icon {
  filter: brightness(0) invert(1);
}
.sitemap-btn.current {
  border-color: #999999;
  color: #999999;
  pointer-events: none;
}
.sitemap-btn.current .btn-icon {
  filter: grayscale(100%) opacity(0.4);
}

@media screen and (max-width: 768px) {
  .sitemap-main-content {
    padding: 0 20px;
  }
  .sitemap-main-content + .footer-entry-banner {
    margin-top: 80px;
  }
  .sitemap-container {
    gap: 20px;
  }
  .sitemap-row {
    flex-direction: column;
    gap: 20px;
  }
  .sitemap-row-5cols .sitemap-btn,
  .sitemap-row-4cols .sitemap-btn {
    width: 100%;
  }
}

/* ==========================================================================
   Section 07: Privacy Policy (蛟倶ｺｺ諠��ｱ菫晁ｭｷ譁ｹ驥�)
   ========================================================================== */
.privacy-main-content {
  padding: 0 20px;
}
.privacy-main-content + .footer-entry-banner {
  margin-top: 160px;
}
.privacy-container {
  max-width: 1280px;
  margin: 0 auto;
}
.privacy-title {
  margin-bottom: 60px;
}
.privacy-intro {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-bottom: 60px;
}
.privacy-block {
  margin-bottom: 50px;
}
.privacy-item-title {
  margin-bottom: 20px !important;
}
.privacy-item-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin: 0;
}
.privacy-list {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
.privacy-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-bottom: 12px;
}
.privacy-list li:last-child {
  margin-bottom: 0;
}
.privacy-list li .list-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 13px;
}
.privacy-contact-box {
  margin-top: 24px;
  padding: 24px 30px;
  background-color: #fafafa;
  border: 1px dashed #cccccc;
  border-radius: 4px;
}
.privacy-contact-box p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #111111;
  margin: 0 0 6px 0;
}
.privacy-contact-box p:last-child {
  margin-bottom: 0;
}
.privacy-contact-box .contact-email {
  font-size: 14px;
}
.privacy-date {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.0;
  letter-spacing: 0.12em;
  color: #111111;
  margin-top: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .privacy-main-content {
    padding: 0;
  }
  .privacy-container {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }
  .privacy-main-content + .footer-entry-banner {
    margin-top: 80px;
  }
  .privacy-intro,
  .privacy-item-text,
  .privacy-list li,
  .privacy-contact-box p,
  .privacy-date {
    font-size: 18px;
    line-height: 1.8;
  }
  .privacy-title {
    margin-bottom: 40px;
  }
  .privacy-block {
    margin-bottom: 40px;
  }
  .privacy-container .company-heading.left-align {
    margin-left: 0;
  }
  .privacy-contact-box {
    padding: 20px;
  }
}

/* ==========================================================================
   FAQ Page Styles (繧医￥縺ゅｋ縺碑ｳｪ蝠�)
   ========================================================================== */

/* --- 繝壹�繧ｸ蜀�い繝ｳ繧ｫ繝ｼ繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ --- */
.faq-nav-sec {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 120px;
  padding: 0;
  box-sizing: border-box;
}

.faq-nav-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.faq-nav-btn {
  width: 100% !important;
  max-width: 290px;
  height: 60px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* --- FAQ繝｡繧､繝ｳ繧ｳ繝ｳ繝�Φ繝� --- */
.faq-sec {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 120px;
  padding: 0;
  box-sizing: border-box;
  scroll-margin-top: 100px;
}

.faq-sec:last-of-type {
  margin-bottom: 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-top: 60px;
}

.faq-item {
  display: flex;
  flex-direction: column;
}

.faq-question {
  display: flex;
  align-items: flex-start;
}

/* 繝ｦ繝ｼ繧ｶ繝ｼ蜴ｳ螳域欠遉ｺ: Q縺ｯ32*32, Roboto Medium 20px */
.faq-q-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #d74b28;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 16px;
  margin-top: 2px;
  border-radius: 0;
}

.faq-q-title {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.12em;
  color: #111111;
}

.faq-answer {
  margin-top: 28px;
  padding-left: 0;
}

.faq-answer p {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.12em;
  color: #333333;
}

/* --- FAQ SP 繝ｬ繧ｹ繝昴Φ繧ｷ繝� --- */
@media (max-width: 768px) {
  .faq-nav-sec {
    margin-bottom: 80px;
    padding: 0 30px;
  }

  .faq-nav-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }

  .faq-nav-btn {
    width: 100% !important;
    height: 60px !important;
    font-size: 18px !important;
    gap: 12px !important;
    padding: 0 8px !important;
  }

  .faq-sec {
    margin-bottom: 80px;
    padding: 0 30px;
    scroll-margin-top: 80px;
  }

  .faq-answer {
    padding-left: 0;
  }
}

/* PC版限定: よくあるご質問ページ(questions.html)の質問+回答の中央揃え (スマホは何も影響なし) */
@media screen and (min-width: 769px) {
  .questions-page .faq-item {
    align-items: center;
  }
  .questions-page .faq-question {
    justify-content: center;
    align-items: center;
  }
  .questions-page .faq-q-badge {
    margin-top: 0;
  }
  .questions-page .faq-q-title {
    text-align: center;
  }
  .questions-page .faq-answer {
    text-align: center;
    width: 100%;
  }
  .questions-page .faq-answer p {
    text-align: center;
  }
}

/* ==========================================================================
   RECRUITMENT - REQUIREMENTS (蜍滄寔隕���)
   ========================================================================== */

/* Container */
.requirements-sec {
  max-width: 1320px; /* 1280px(繧ｳ繝ｳ繝�Φ繝�) + 蟾ｦ蜿ｳ20px(padding) */
  margin: 0 auto;
  padding: 0 20px 0; /* 繝舌リ繝ｼ縺ｮ蝗ｺ螳壹�繝ｼ繧ｸ繝ｳ(200px)繧堤函縺九☆縺溘ａ荳九ヱ繝�ぅ繝ｳ繧ｰ繧貞炎髯､ */
}

.job-offer-block {
  margin-bottom: 60px;
  padding-bottom: 60px;
  background-image: linear-gradient(to right, #909090 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.job-offer-block:first-child {
  padding-top: 60px;
  background-image: 
    linear-gradient(to right, #909090 2px, transparent 2px), 
    linear-gradient(to right, #909090 2px, transparent 2px);
  background-size: 4px 1px, 4px 1px;
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
}
.job-offer-block:last-child {
  margin-bottom: 0;
  /* padding-bottom: 60px; 縺ｯ邯ｭ謖√＠縺ｦ荳矩Κ縺ｮ轤ｹ邱壹ｒ隕九○繧� */
}

.requirements-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

/* Left Column */
.requirements-left {
  flex: 0 0 auto;
  width: 540px;
}

.requirements-intro {
  margin-top: 40px;
}

.requirements-intro p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
  color: #333;
}

/* Right Column */
.requirements-right {
  flex: 0 1 680px;
  width: 680px;
}

/* Details Box (蜈ｨ菴捺棧) */
.req-box {
  background-color: #FFF6F4; /* Figma: rgba(1.0, 0.96, 0.95) */
  padding: 30px;
}

/* 鬆�岼縺ｨ蜀�ｮｹ縺ｮ讓ｪ荳ｦ縺ｳ繧ｳ繝ｳ繝�リ */
.req-row {
  display: flex;
  align-items: flex-start; /* 蟾ｦ縺ｮ繝ｩ繝吶Ν譫�縺ｨ蜿ｳ縺ｮ繝�く繧ｹ繝井ｸ顔ｫｯ繧呈純縺医ｋ */
  gap: 20px; /* Figma: 鬆�岼縺ｨ蜀�ｮｹ縺ｮ髢薙�20px */
}

/* 鬆�岼縺ｨ鬆�岼縺ｮ髢薙�20px */
.req-row:not(:last-child) {
  margin-bottom: 20px;
}

/* 鬆�岼縺ｮ譫� (邨ｦ荳守ｭ�) */
.req-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  background-color: #C57056; /* Figma: rgba(0.77, 0.43, 0.33) */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700; /* Bold */
  font-size: 18px;
  line-height: 24px; /* 繝ｦ繝ｼ繧ｶ繝ｼ謖�ｮ壹�陦碁俣24px */
  letter-spacing: 0.12em;
  color: #fff; /* Figma譁�ｭ苓牡縺ｯ逋ｽ繧呈Φ螳� */
  flex-shrink: 0;
  text-align: center;
  /* 隕冶ｦ夂噪縺ｪ螟ｩ蝨ｰ蟾ｦ蜿ｳ荳ｭ螟ｮ縺ｮ蠕ｮ隱ｿ謨ｴ */
  text-indent: 0.12em; /* letter-spacing縺ｫ繧医ｋ蟾ｦ蟇�ｊ繧堤嶌谿ｺ */
  padding-bottom: 3px; /* 譌･譛ｬ隱槭ヵ繧ｩ繝ｳ繝育音譛峨�荳句ｯ�ｊ繧堤嶌谿ｺ��0.5px荳九∈隱ｿ謨ｴ�� */
  box-sizing: border-box;
}
.req-label.two-lines {
  height: 66px;
  text-align: left; /* 2陦後�蝣ｴ蜷医�蟾ｦ謠�∴ */
}

/* 鬆�岼縺ｫ蟇ｾ縺吶ｋ蜀�ｮｹ */
.req-desc {
  flex: 1;
  padding-top: 6px; /* 繝ｩ繝吶Ν縺ｮ譫�(40px)縺ｮ荳ｭ螟ｮ縺ｨ縲∝承縺ｮ繝�く繧ｹ繝医�鬮倥＆繧定ｦ冶ｦ夂噪縺ｫ謠�∴繧句ｾｮ隱ｿ謨ｴ */
}

.req-desc p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 18px;
  line-height: 28px; /* 陦碁俣28 */
  letter-spacing: 0.12em;
  color: #333;
  margin: 0; /* P繧ｿ繧ｰ縺ｮ繝�ヵ繧ｩ繝ｫ繝医�繝ｼ繧ｸ繝ｳ繧偵Μ繧ｻ繝�ヨ縺励※鬮倥＆繧呈ｭ｣縺� */
}
.req-desc p:not(:last-child) {
  margin-bottom: 10px;
}

.req-notice-box {
  margin-top: 40px;
  padding: 16px 20px;
  border: 2px solid #d74b28;
  background-color: #ffffff;
}
.req-notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.req-notice-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #333333;
}
.req-notice-list li:not(:last-child) {
  margin-bottom: 6px;
}
.req-notice-list li .list-icon {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-top: 11px;
}

/* --- SP 繝ｬ繧ｹ繝昴Φ繧ｷ繝� --- */
@media (max-width: 768px) {
  .requirements-sec {
    padding: 0 20px 0; /* 繝舌リ繝ｼ縺ｮ蝗ｺ螳壹�繝ｼ繧ｸ繝ｳ(80px)繧堤函縺九☆縺溘ａ荳九ヱ繝�ぅ繝ｳ繧ｰ繧貞炎髯､ */
  }

  .job-offer-block,
  .job-offer-block:first-child {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .requirements-container {
    flex-direction: column;
    gap: 40px;
  }

  .requirements-left {
    width: 315px;
    max-width: 100%;
    margin: 0 auto;
  }

  .requirements-left .company-heading.left-align {
    margin-left: 0;
  }

  .requirements-right {
    width: 100%;
    flex: none;
  }

  .req-box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 40px calc(50vw - 157.5px); /* 荳ｭ霄ｫ繧�315px縺ｫ蜿弱ａ繧九◆繧√�padding */
    box-sizing: border-box;
  }

  .req-row {
    flex-direction: column;
    gap: 20px;
  }

  .req-label {
    /* 120x40 is required, so keep it */
    width: 120px;
    height: 40px;
  }

  .req-desc {
    padding-top: 0; /* PC逕ｨ縺ｮ蠕ｮ隱ｿ謨ｴ繧偵Μ繧ｻ繝�ヨ縺励“ap縺ｮ28px縺ｮ縺ｿ蜉ｹ縺九○繧� */
  }

  .req-row:not(:last-child) {
    margin-bottom: 40px;
  }

  .req-notice-box {
    margin-top: 20px !important;
    padding: 14px 12px !important;
    border: 2px solid #d74b28 !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
  }
  .req-notice-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    width: 100% !important;
  }
  .req-notice-list li {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    letter-spacing: 0.02em !important;
    color: #333333 !important;
    width: 100% !important;
  }
  .req-notice-list li:not(:last-child) {
    margin-bottom: 8px !important;
  }
  .req-notice-list li .list-icon {
    width: 10px !important;
    height: 10px !important;
    flex-shrink: 0 !important;
    margin-top: 6px !important;
  }
  .req-notice-list li span {
    flex: 1 !important;
    min-width: 0 !important;
    display: block !important;
  }
}

 
 
/* ==========================================================================
   Interviews (社員インタビュー)
   ========================================================================== */
.interview-nav-sec {
  padding: 80px 20px 0;
  max-width: 1280px;
  margin: 0 auto;
}
.interview-nav-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.faq-nav-btn.current,
.faq-nav-btn:hover {
  background-color: var(--color-primary) !important;
  color: #ffffff !important;
}
.faq-nav-btn.current .btn-icon,
.faq-nav-btn:hover .btn-icon {
  filter: brightness(0) invert(1) !important;
}

.interview-sec {
  padding: 120px 0 100px;
}
.interview-sec .company-heading.center-align {
  margin-bottom: 60px !important;
}
.interview-person-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 46px;
}
.interview-person-title h4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333333;
  margin: 0;
  line-height: 1;
}

/* インタビューブロック（ハーフブリードライアウト） */
.interview-block-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.interview-block {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 80px;
}
.interview-block.row-reverse {
  flex-direction: row-reverse;
}

.interview-text-col {
  width: 580px;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.interview-block.row-reverse .interview-text-col > .faq-item:first-child {
  margin-top: 80px;
}
.interview-block:nth-child(3) {
  margin-top: 80px;
}
.interview-text-col .faq-item {
  margin-bottom: 46px;
}
.interview-text-col .faq-item:last-child {
  margin-bottom: 0;
}
.interview-sec .faq-q-title {
  letter-spacing: 0.11em;
}
.interview-img-col {
  width: 720px;
  flex-shrink: 0;
  line-height: 0;
  font-size: 0;
}
.interview-img-col img {
  display: block;
}

/* 一日の流れ */
.schedule-sec {
  background-color: var(--color-primary);
  background-image: url('img/recruitment/pc/flowBg.webp');
  background-size: cover;
  background-position: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 66px 20px 0;
  height: 640px;
  color: #ffffff;
}
.schedule-inner {
  width: 100%;
}
.schedule-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 30px;
}
.schedule-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #ffd700;
}
.schedule-timeline {
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  gap: 30px;
}
.schedule-item {
  display: flex;
  align-items: center;
}
.schedule-time {
  display: flex;
  align-items: center;
  gap: 7px;
  background-color: #000000;
  color: #ffffff;
  width: 93px;
  height: 30px;
  padding-left: 10px;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-right: 16px;
  flex-shrink: 0;
}
.schedule-time .time-icon {
  width: 18px;
  height: 18px;
}
.schedule-time .time-num {
  position: relative;
  top: 1px;
}
.schedule-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.12em;
}

/* Responsive SP */
@media screen and (max-width: 768px) {
  .interview-nav-sec {
    padding: 0 30px 0;
  }
  .interview-sec {
    padding: 60px 0 80px;
  }
  .interview-sec .company-heading.center-align {
    margin-bottom: 60px !important;
  }
  .interview-person-title h4 {
    font-size: 24px;
    letter-spacing: 0.12em;
  }
  .interview-person-title {
    margin-bottom: 60px;
    text-align: center;
  }
  .interview-block-container {
    gap: 0;
  }
  .interview-block {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .interview-block:last-child {
    margin-bottom: 0;
  }
  .interview-block.row-reverse {
    flex-direction: column;
  }
  .interview-block.row-reverse .interview-text-col > .faq-item:first-child {
    margin-top: 0;
  }
  .interview-block:nth-child(3) {
    margin-top: 0;
  }
  .interview-block {
    display: flex;
  }
  .interview-text-col {
    width: 100%;
    padding: 0 30px;
  }
  .interview-img-col {
    width: 100%;
  }
  
  .schedule-sec {
    padding: 57px 20px 60px !important; /* line-height(1.2)の上部行間約2.8pxを考慮し、オレンジ領域上端〜見出し文字上端の実効目視距離をピタリ60pxに補正 */
    height: auto;
    background-image: none;
  }
  .schedule-heading {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0 !important;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .schedule-timeline {
    padding-left: 0;
    gap: 33px !important; /* line-height(1.8)の下部行間約7pxを差し引き、内容文字下端〜次の時間枠(黒枠)上端の実効目視距離をピタリ40pxに補正 */
  }
  .schedule-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .schedule-time {
    margin-right: 0;
    margin-bottom: 13px !important; /* line-height(1.8)の上部行間約7pxを差し引き、黒枠〜文字上端の実効目視距離をピタリ20pxに補正 */
  }
  .schedule-text {
    width: 100%;
  }
  .interview-nav-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
  }
  .interview-nav-container .faq-nav-btn {
    height: 60px !important;
    font-size: 18px !important;
  }

  /* 大画面スマホ対応（画像幅をデバイス幅に合わせる・隙間解消） */
  .subpage-mv picture,
  .subpage-mv-img-wrap {
    width: 100% !important;
    height: 602px !important;
    max-width: none !important;
    display: block !important;
  }
  .subpage-mv picture img,
  .subpage-mv-img {
    width: 100% !important;
    height: 602px !important;
    object-fit: cover !important;
    max-width: none !important;
    display: block !important;
  }
  .footer-entry-banner picture,
  .footer-entry-banner picture img,
  .footer-entry-banner-img,
  .interview-img-col picture,
  .interview-img-col picture img,
  .interview-img-col img,
  .recruitment-cards-container,
  .recruitment-cards-subgrid,
  .recruitment-card-item,
  .recruitment-card-item .card-image-box,
  .recruitment-card-item .card-picture-wrap,
  .recruitment-card-item .card-picture-wrap picture,
  .recruitment-card-item .card-picture-wrap picture img,
  .recruitment-card-item .card-picture-wrap img {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    display: block !important;
  }
  .recruitment-cards-container {
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  /* 大画面スマホ対応（親要素のパディングに影響されずデバイス幅端から左右30px余白で確実に伸縮させる） */
  /* 1. トップページ / 2. 業務内容(本文) / 3. 採用情報(各部署の業務) / 4. 募集要項(上部) / 6. 個人情報保護方針 */
  .company-text-col,
  .works-grid,
  .recruit-text-col,
  .recruit-cards-col,
  .btn-faq-315,
  .works-desc,
  .recruitment-works-text-col,
  .requirements-left,
  .privacy-container {
    width: calc(100vw - 60px) !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw + 30px) !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* 募集要項の見出し左揃え維持 */
  .requirements-left .company-heading.left-align {
    margin-left: 0 !important;
  }

  /* 業務内容の見出し左端合わせ（画面左端から30pxの位置に固定） */
  .works-title {
    margin-left: calc(50% - 50vw + 30px) !important;
    margin-right: auto !important;
  }

  /* 5. 応募フォーム＆ 7. お問い合わせの入力ボックス等（親が左右30pxパディングを持っているため100%フィット） */
  .form-input,
  .form-select,
  .btn-submit,
  .btn-reset,
  .btn-file-upload {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* 募集要項の枠内（ピンク枠の中身）を左右30px余白で伸縮させる */
  .req-box {
    padding-left: 30px !important;
    padding-right: 30px !important;
    box-sizing: border-box !important;
  }

  /* トップメインビジュアル下 ニュースボックスの横幅・配置（上・左右ともに10px空きで統一して伸縮） */
  .mv-news-box {
    top: 677px !important; /* メインビジュアル(667px)下端から10px空き */
    width: calc(100% - 20px) !important; /* 左右10px空き（計20px引き） */
    max-width: none !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
}

