/*
Theme Name: ISHIGURO Recruit
Theme URI: https://ishiguro-archiconnect.example.com/recruit/
Author: ISHIGURO Archi Connect
Author URI: https://ishiguro-archiconnect.example.com/
Description: 株式会社イシグロ・アーキコネクト 採用情報サイト 専用WordPressテーマ。建物検査・人材派遣業界の採用ページとして、募集職種カスタム投稿タイプ・募集派遣先情報CPTを管理できます。
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ishiguro-recruit
*/

/* ============================================
   Reset & Variables
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --text: #2B2C2D;
  --blue-logo: #1950A0;
  --blue-accent: #0E60D7;
  --green-main: #14D914;
  --green-dark: #09B509;
  --green-mid: #0EB00E;
  --green-text: #3BF73B;
  --blue-btn: #5196FA;
  --dark-bg: #434345;
  --dark-bg-alt: #3D3D3F;
  --footer-bg: #2B2C2D;
  --light-bg: #F3F4F3;
  --white: #FFFFFF;
  --gray-text: #595959;
  --navy: #0A3262;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background: var(--white);
  overflow-x: hidden;
  word-break: break-word;
  overflow-wrap: break-word;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================================
   Common
   ============================================ */
.green-underbar {
  display: block;
  width: 194px;
  height: 12px;
  background: url('img/under-bar.png') no-repeat left center / contain;
  margin-top: 6px;
  border-radius: 0;
  clip-path: none;
}

.btn-viewmore {
  display: inline-block;
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--blue-accent);
  border: 1px solid var(--blue-accent);
  padding: 10px 32px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-viewmore:hover {
  background: var(--blue-accent);
  color: var(--white);
  opacity: 1;
}

/* VIEW MORE with green circle arrow */
.btn-viewmore-circle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Akshar", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.btn-viewmore-circle:hover {
  opacity: 0.8;
}

.btn-viewmore-circle--sm {
  font-size: 15px;
  color: var(--gray-text);
}

.circle-arrow {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

/* Touch target minimum 44px */
@media (pointer: coarse) {
  .btn-viewmore,
  .btn-viewmore--sm,
  .header__btn,
  .hero__btn-entry,
  .hero__link,
  .cta__btn,
  .btn-cta-recruit,
  .btn-recruit,
  .btn-contact-header,
  .header__nav-list li a,
  .nav-list li a,
  .mobile-nav__list li a,
  .footer__nav-col a,
  .footer-nav-col a {
    min-height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.btn-viewmore--sm {
  font-size: 12px;
  padding: 8px 24px;
}

/* Scroll animation */
.group__card,
.env__card,
.business__card,
.featured__card,
.positions__card,
.numbers__item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.group__card.is-visible,
.env__card.is-visible,
.business__card.is-visible,
.featured__card.is-visible,
.positions__card.is-visible,
.numbers__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.group__card:nth-child(2),
.featured__card:nth-child(2),
.positions__card:nth-child(2),
.numbers__item:nth-child(2) { transition-delay: 0.1s; }
.group__card:nth-child(3),
.featured__card:nth-child(3),
.positions__card:nth-child(3),
.numbers__item:nth-child(3) { transition-delay: 0.2s; }
.positions__card:nth-child(4),
.numbers__item:nth-child(4) { transition-delay: 0.3s; }
.positions__card:nth-child(5) { transition-delay: 0.1s; }
.positions__card:nth-child(6) { transition-delay: 0.2s; }
.positions__card:nth-child(7) { transition-delay: 0.3s; }
.positions__card:nth-child(8) { transition-delay: 0.4s; }

/* ============================================
   Header（コーポレートサイト共通）
   ============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 100;
}

.header__accent-bar {
  position: relative;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

.header__accent-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #0EB00E;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}

.header__accent-blue {
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  height: 100%;
  background: linear-gradient(90deg, #1950A0 0%, #0c418d 100%);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
}

.header__top {
  border-bottom: 1px solid #dde7f0;
}

.header__top-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__logo-img {
  height: auto;
  width: 300px;
  max-width: 300px;
  object-fit: contain;
}

.header__logo-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: #0a3262;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__badge {
  display: flex;
  align-items: center;
}

.header__badge-img {
  height: 36px;
  width: auto;
  object-fit: contain;
}

.header__link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #0a3262;
  white-space: nowrap;
}

.header__link:hover {
  opacity: 0.7;
}

.header__link-icon {
  flex-shrink: 0;
}

.header__link--en {
  border: 1px solid #dde7f0;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 700;
}

.header__bottom {
  background-color: #ffffff;
  border-bottom: 1px solid #dde7f0;
}

.header__bottom-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
}

.header__nav {
  display: flex;
  align-items: center;
}

.header__nav-list {
  display: flex;
  gap: 0;
}

.header__nav-list li {
  border-right: 1px solid #dde7f0;
}

.header__nav-list li:first-child {
  border-left: 1px solid #dde7f0;
}

.header__nav-list a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0a3262;
  padding: 5px 22px;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.header__nav-list a:hover,
.header__nav-link--active {
  color: #2a86bb;
}

.header__external-icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
}

.header__external-icon::before,
.header__external-icon::after {
  content: '';
  position: absolute;
  border: 0.5px solid #0a3262;
}

.header__external-icon::before {
  width: 9px;
  height: 9px;
  top: 0;
  right: 0;
}

.header__external-icon::after {
  width: 9px;
  height: 9px;
  bottom: 0;
  left: 0;
}

/* Hamburger */
.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 110;
  position: fixed;
  top: 16px;
  right: 16px;
}

.header__hamburger-line {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #1e1e1e;
  transition: all 0.3s ease;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.header__hamburger.is-active .header__hamburger-line:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-active .header__hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-nav__inner {
  text-align: center;
}

.mobile-nav__list {
  list-style: none;
  padding: 0;
}

.mobile-nav__list li {
  margin-bottom: 20px;
}

.mobile-nav__list a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.mobile-nav__list {
  text-align: center;
}

.mobile-nav__list li a {
  display: block;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

/* ============================================
   Hero + ABOUT US 共通背景ラッパー
   ============================================ */
.hero-about-wrapper {
  margin-top: 121px;
  position: relative;
  background-color: #1950a0;
  background-image: url('img/hero-bg.jpg');
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: top center;
}

.hero-about-wrapper::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(25, 80, 160, 0.85);
  z-index: 0;
}

.hero-about-wrapper > * {
  position: relative;
  z-index: 1;
}

/* ============================================
   Hero (890px)
   ============================================ */
.hero {
  position: relative;
  margin-top: 0;
  height: 890px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: transparent;
}

/* hero__bg は削除（背景はwrapperが担当） */

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero__content {
  max-width: 700px;
}

.hero__title {
  margin-bottom: 28px;
}

.hero__title-line1 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 0;
}

.hero__title-line2 {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0;
  font-weight: 900;
  color: var(--white);
  line-height: 1.27;
  letter-spacing: -8.58px;
}

.hero__title-large {
  font-size: 143px;
  letter-spacing: -8.58px;
}

.hero__title-accent {
  font-size: 110px;
  letter-spacing: -6.6px;
}

.hero__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 40px;
  line-height: 1.8;
}

.hero__actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.hero__btn-entry {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 49px;
  background: var(--green-main);
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.hero__btn-entry:hover {
  background: var(--green-dark);
  opacity: 1;
}

.hero__btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 49px;
  background: transparent;
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  border: 2px solid var(--white);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.hero__btn-outline:hover {
  background: rgba(255,255,255,0.15);
}

/* 作業員写真 */
.hero__person {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 45%;
  height: 100%;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
  overflow: hidden;
}

.hero__person-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  object-position: bottom right;
}

.hero__side {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 3;
  flex-shrink: 0;
}

.hero__vertical-block {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}

.hero__links {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
}

.hero__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}

.hero__link:hover {
  opacity: 0.8;
}

.hero__vertical-label {
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: 3px;
  background: var(--green-main);
  padding: 14px 8px;
}

/* CAREER ウォーターマーク */
.hero::before {
  content: 'CAREER';
  position: absolute;
  bottom: 80px;
  left: -20px;
  font-family: "Akshar", sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: rgba(255,255,255,0.07);
  letter-spacing: 10px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  z-index: 0;
  pointer-events: none;
  line-height: 1;
}

/* ============================================
   ABOUT US
   ============================================ */
.about {
  background: transparent;
  padding: 100px 70px;
  color: var(--white);
}

.about__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.about__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  letter-spacing: -4.5px;
  opacity: 1;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.about__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 50px;
}

.about__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about__lead {
  font-size: 34px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}

.about__columns {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.about__photo {
  flex: 1;
  border-radius: 0;
  overflow: hidden;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.about__photo img {
  width: 100%;
  height: 504px;
  object-fit: cover;
}

.about__right {
  flex: 0 0 573px;
}

.about__overview {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: end;
}

.about__overview-bar {
  grid-row: 1 / 3;
  align-self: end;
  width: 6px;
  height: 80px;
  background: var(--green-text);
  margin-bottom: 0;
}

.about__overview-label {
  grid-column: 2;
  font-size: 15px;
  font-weight: 700;
  color: var(--green-text);
  margin-bottom: 0;
  align-self: end;
  line-height: 1;
}

.about__overview-en {
  grid-column: 2;
  font-family: "Akshar", sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: -2.4px;
  line-height: 1;
}

.about__table {
  width: 100%;
  border-collapse: collapse;
}

.about__table th,
.about__table td {
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  text-align: left;
  color: var(--white);
  font-weight: 700;
}

.about__table th {
  font-size: 15px;
  width: 120px;
}

.about__table td {
  font-size: 24px;
}

/* What We Do */
.whatwedo {
  margin-top: 80px;
}

.whatwedo__header {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 40px;
}

.whatwedo__bar {
  display: block;
  width: 6px;
  height: 59px;
  background: var(--green-text);
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 4px;
}

.whatwedo__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 80px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  letter-spacing: -2.4px;
}

.whatwedo__jp {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: var(--green-text);
  margin-top: 8px;
}

.whatwedo__cards {
  display: flex;
  gap: 0;
}

.whatwedo__card {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 0;
  padding: 40px 32px;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  row-gap: 8px;
  align-items: start;
  transition: all 0.3s ease;
  background: rgba(255,255,255,0.08);
}

.whatwedo__card-icon {
  grid-row: 1 / 3;
  align-self: center;
}

.whatwedo__card:hover {
  border-color: rgba(255,255,255,0.35);
  background: rgba(255,255,255,0.1);
}

.whatwedo__card-icon svg {
  width: 74px;
  height: 74px;
}

.whatwedo__card-title {
  font-size: 29px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.87px;
}

.whatwedo__card-text {
  font-size: 15px;
  color: var(--white);
  line-height: 1.4;
  letter-spacing: -0.45px;
}

/* ============================================
   ISHIGURO GROUP
   ============================================ */
.group {
  background: var(--dark-bg);
  padding: 150px 70px 10px;
  position: relative;
  overflow: hidden;
}

.group::before {
  content: 'ISHIGURO GROUP';
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: rgba(255,255,255,0.13);
  letter-spacing: -4.5px;
  white-space: nowrap;
  line-height: 1;
  pointer-events: none;
}

.group__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.group__title-wrap {
  display: flex;
  gap: 16px;
  order: 2;
  flex-shrink: 0;
  align-items: flex-start;
}

.group__vertical-title {
  writing-mode: vertical-rl;
  font-size: 46px;
  font-weight: 700;
  color: var(--blue-accent);
  letter-spacing: 0;
  flex-shrink: 0;
  background: var(--white);
  padding: 7px;
  line-height: 1.1;
  width: 64px;
}

.group__cards {
  display: flex;
  gap: 49px;
  flex: 1;
  order: 1;
}

.group__card {
  flex: 1;
  background: var(--white);
  border-radius: 0;
  padding: 0 32px 36px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 25px rgba(0,0,0,0.22);
  width: 330px;
  min-height: 344px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group__card-bar {
  width: 100%;
  height: 10px;
  background: var(--green-mid);
  border-radius: 0;
  margin: 0 0 28px;
}

.group__card-icon {
  margin-bottom: 20px;
}

.group__card-icon svg {
  width: 135px;
  height: 135px;
}

.group__card-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.1;
}

.group__card-text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
}

/* ============================================
   ENVIRONMENT
   ============================================ */
.env {
  background: var(--dark-bg);
  padding: 150px 70px 100px;
  position: relative;
  overflow: hidden;
}

.env__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.env__header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.env__vertical-title {
  writing-mode: vertical-rl;
  font-size: 46px;
  font-weight: 700;
  color: var(--blue-accent);
  letter-spacing: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 7px 7px 6px;
  line-height: 1.1;
  width: 64px;
}

.env__watermark {
  position: absolute;
  top: 20px;
  left: 100px;
  font-family: "Akshar", sans-serif;
  font-size: 130px;
  font-weight: 500;
  color: rgba(255,255,255,0.13);
  text-transform: uppercase;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -4.5px;
}

.env__cards {
  display: flex;
  gap: 60px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
}

.env__card {
  flex: 1;
  border-radius: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}

.env__card-photo {
  position: relative;
}

.env__card-photo img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.env__card-body {
  background: var(--white);
  padding: 40px 60px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 242px;
  flex-grow: 1;
  box-shadow: 0 0 25.6px rgba(0,0,0,0.32);
}

.env__card-bar {
  display: block;
  width: 5px;
  min-height: 37px;
  background: var(--green-mid);
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 7px;
}

.env__card-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  line-height: 1.6;
}

.env__card-text {
  font-size: 15px;
  color: var(--text);
  font-weight: 700;
  line-height: 1.8;
  text-align: justify;
}

/* ============================================
   OUR BUSINESS
   ============================================ */
.business {
  background: var(--blue-logo);
  padding: 100px 70px;
  position: relative;
}

.business::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(25, 80, 160, 0.95);
  pointer-events: none;
}

.business__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.business__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  letter-spacing: -4.5px;
  opacity: 1;
  margin-bottom: -10px;
}

.business__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.business__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 50px;
  line-height: 1.6;
  font-style: normal;
}

.business__cards {
  display: flex;
  gap: 30px;
}

.business__card {
  flex: 1;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  min-height: 444px;
}

.business__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.business__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.1) 100%);
}

.business__card-content {
  position: relative;
  z-index: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.business__card-title {
  font-size: 42px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 25px;
  letter-spacing: -1.26px;
  line-height: 1;
}

.business__card-text {
  font-size: 15px;
  color: var(--white);
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 24px;
  font-feature-settings: 'palt' 1;
}

.business__card .btn-viewmore {
  color: var(--white);
  border-color: transparent;
  align-self: flex-start;
  font-family: "Akshar", sans-serif;
  font-size: 17px;
  font-weight: 700;
  padding: 0;
  border: none;
  border-radius: 0;
}

.business__card .btn-viewmore:hover {
  background: transparent;
  color: var(--white);
  opacity: 0.8;
}

/* ============================================
   FEATURED JOB
   ============================================ */
.featured {
  background: var(--light-bg);
  padding: 100px 70px;
}

.featured__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.featured__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--blue-logo);
  line-height: 1;
  letter-spacing: -4.5px;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.featured__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 20px;
}

.featured__subtitle {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  margin-bottom: 50px;
  line-height: 1.6;
  font-style: normal;
}

.featured__cards {
  display: flex;
  gap: 24px;
}

.featured__card {
  flex: none;
  width: 420px;
  background: #4c4c4c;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  min-height: 297px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.featured__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  opacity: 0.5;
  mix-blend-mode: luminosity;
}

.featured__card-body {
  padding: 30px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 297px;
}

.featured__card-badge {
  display: inline-block;
  background: var(--green-dark);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 3px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.featured__card-name {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.3;
}

.featured__card-location {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 4px;
}

.featured__card-salary {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.featured__card-desc {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-top: 16px;
}

.featured__link-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.featured__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.featured__link:hover {
  opacity: 0.7;
}

/* ============================================
   OPEN POSITIONS
   ============================================ */
.positions {
  background: var(--dark-bg);
  padding: 100px 70px;
}

.positions__inner {
  max-width: 1300px;
  margin: 0 auto;
}

.positions__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  letter-spacing: -4.5px;
  opacity: 0.97;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.positions__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
}

.positions__subtitle {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 50px;
  line-height: 1.4;
}

.positions__title .green-underbar {
  background: url('img/under-bar.png') no-repeat left center / contain;
}

.positions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.positions__card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px 24px 28px;
  text-align: center;
  min-height: 313px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.positions__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.positions__card-icon {
  margin-bottom: 20px;
}

.positions__card-icon svg,
.positions__card-icon img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.positions__card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 10px;
  line-height: 1.3;
}

.positions__card-title small {
  font-size: 16px;
  font-weight: 700;
}

.positions__card-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray-text);
  line-height: 1.4;
  margin-bottom: 20px;
}

.positions__card .btn-viewmore-circle,
.positions__card .btn-viewmore-circle--sm {
  font-family: "Akshar", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--gray-text);
  border: none;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}

.positions__card .btn-viewmore,
.positions__card .btn-viewmore--sm {
  font-family: "Akshar", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--gray-text);
  border: none;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.positions__card .btn-viewmore:hover,
.positions__card .btn-viewmore--sm:hover {
  background: transparent;
  color: var(--text);
}

/* ============================================
   NUMBERS
   ============================================ */
.numbers {
  background: var(--light-bg);
  padding: 100px 70px;
}

.numbers__inner {
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
}

.numbers__en {
  display: block;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--blue-logo);
  line-height: 1;
  letter-spacing: -4.5px;
  margin-bottom: -10px;
  text-transform: uppercase;
}

.numbers__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 60px;
  display: block;
}

.numbers__title .green-underbar {
  margin: 12px 0 0;
}

.numbers__grid {
  display: flex;
  justify-content: center;
  gap: 90px;
}

.numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.numbers__hex {
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: none;
  background: transparent;
}

.numbers__hex-border {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.numbers__hex::before {
  display: none;
}

.numbers__hex::after {
  display: none;
}

.numbers__value {
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 66px;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.numbers__unit {
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  align-self: flex-end;
  margin-bottom: calc((180px - 66px) / 2);
  margin-left: 3px;
}

.numbers__label {
  font-size: 18px;
  font-weight: 700;
  color: var(--green-dark);
  letter-spacing: 0.6px;
}

/* ============================================
   CTA
   ============================================ */
.cta {
  position: relative;
  min-height: 583px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background-color: #0a2447;
}

.cta__bg {
  position: absolute;
  inset: 0;
}

.cta__bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.cta__overlay {
  position: absolute;
  inset: 0;
  background-color: #1950a0;
  background-image:
    linear-gradient(rgba(25, 80, 160, 0.85), rgba(25, 80, 160, 0.85)),
    url('img/hero-bg.jpg');
  background-size: cover, cover;
  background-position: center center, top center;
  background-repeat: no-repeat, no-repeat;
  clip-path: polygon(0 0, 60% 0, 44% 100%, 0 100%);
}

.cta__inner {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 60px 70px;
  max-width: 1440px;
  width: 100%;
}

.cta__title {
  font-size: 38px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 16px;
}

.cta__subtitle {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.8;
  margin-bottom: 36px;
}

.cta__actions {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

.cta__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  width: 245px;
  height: 49px;
  border-radius: 100px;
  transition: all 0.3s ease;
}

.cta__btn-arrow {
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.cta__btn--entry {
  background: var(--green-main);
  color: var(--white);
}

.cta__btn--entry:hover {
  background: var(--green-dark);
  opacity: 1;
}

.cta__btn--positions {
  background: var(--blue-btn);
  color: var(--white);
}

.cta__btn--positions:hover {
  background: #3a7de0;
  opacity: 1;
}

/* ============================================
   Footer
   ============================================ */
.footer {
  background: var(--dark-bg-alt);
  padding: 100px 70px 0;
  position: relative;
  overflow: hidden;
  color: var(--white);
  min-height: 607px;
}

.footer__watermark {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Akshar", sans-serif;
  font-size: 159px;
  font-weight: 500;
  color: rgba(255,255,255,0.06);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -4.77px;
  text-transform: uppercase;
}

.footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.footer__top {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 40px;
}

.footer__company-name {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.footer__company-en {
  font-family: "Akshar", sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
}

.footer__nav {
  display: flex;
  gap: 100px;
}

.footer__nav-col h4 {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 17px;
}

.footer__nav-col li {
  margin-bottom: 17px;
}

.footer__nav-col a {
  font-size: 15px;
  font-weight: 350;
  color: var(--white);
}

.footer__nav-col a:hover {
  color: var(--white);
  opacity: 0.7;
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 70px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom p {
  font-size: 13px;
  color: var(--white);
  font-weight: 400;
}

.footer__bottom-links {
  display: flex;
  gap: 24px;
}

.footer__bottom-links a {
  font-size: 13px;
  color: var(--white);
  font-weight: 400;
}

/* ============================================
   Responsive: 1024px
   ============================================ */
@media (max-width: 1024px) {
  /* Header: ナビバー非表示、ハンバーガー表示 */
  .header__bottom {
    display: none;
  }

  .header__hamburger {
    display: flex;
  }

  .about__en,
  .business__en,
  .featured__en,
  .positions__en,
  .numbers__en {
    font-size: 100px;
  }

  /* Hero: 高さ600px、タイトル縮小 */
  .hero {
    height: 600px;
  }

  .hero__title-line1 {
    font-size: 60px;
  }

  .hero__title-line2 {
    font-size: 0;
  }

  .hero__title-large {
    font-size: 80px;
  }

  .hero__title-accent {
    font-size: 65px;
  }

  .hero__side {
    display: none;
  }

  .hero__inner {
    padding: 0 40px;
  }

  .about,
  .group,
  .env,
  .business,
  .featured,
  .positions,
  .numbers,
  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  /* ABOUT US: OVERVIEWをテキスト下に */
  .about__body {
    flex-direction: column;
  }

  .about__right {
    flex: 1;
    width: 100%;
  }

  .about__lead {
    font-size: 30px;
  }

  /* ISHIGURO GROUP: 縦書きテキスト非表示 */
  .group__inner {
    flex-direction: column;
    gap: 40px;
  }

  .group__title-wrap {
    order: -1;
  }

  .group__vertical-title {
    writing-mode: horizontal-tb;
    font-size: 32px;
    width: auto;
    padding: 8px 16px;
  }

  .group__cards {
    width: 100%;
    order: 0;
  }

  /* ENVIRONMENT: 縦書き非表示 */
  .env__cards {
    margin-left: 0;
  }

  .env__vertical-title {
    writing-mode: horizontal-tb;
    font-size: 32px;
    width: auto;
    padding: 8px 16px;
  }

  .env__header {
    position: relative;
    margin-bottom: 20px;
  }

  /* OUR BUSINESS: 縦積み */
  .business__cards {
    flex-direction: column;
  }

  .business__card {
    min-height: 350px;
  }

  .featured__cards {
    flex-wrap: wrap;
  }

  .featured__card {
    flex: 1 1 calc(50% - 12px);
  }

  /* OPEN POSITIONS: 4列→2列 */
  .positions__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .numbers__grid {
    flex-wrap: wrap;
    gap: 40px;
  }

  .numbers__hex {
    width: 150px;
    height: 150px;
  }

  .numbers__value {
    font-size: 50px;
  }

  .cta__title {
    font-size: 36px;
  }

  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
}

/* ============================================
   Responsive: 768px
   ============================================ */
@media (max-width: 768px) {
  /* Header: ロゴサイズ縮小 */
  .header__right {
    display: none;
  }

  .header__top-inner {
    padding: 0 20px;
    height: 50px;
  }

  .header__logo-img {
    height: 28px;
  }

  /* Hero: 高さ450px、タイトルさらに縮小、縦書き非表示 */
  .hero {
    margin-top: 50px;
    height: 450px;
  }

  .hero__inner {
    padding: 0 20px;
  }

  .hero__title-line1 {
    font-size: 36px;
  }

  .hero__title-line2 {
    font-size: 0;
  }

  .hero__title-large {
    font-size: 56px;
    letter-spacing: -3px;
  }

  .hero__title-accent {
    font-size: 46px;
    letter-spacing: -2px;
  }

  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .hero__btn-entry {
    width: 200px;
    font-size: 16px;
    height: auto;
    padding: 14px 0;
  }

  .hero__links {
    flex-direction: column;
    gap: 12px;
  }

  .hero__vertical-text {
    display: none;
  }

  .hero__vertical-bar {
    display: none;
  }

  .hero__vertical-col {
    display: none;
  }

  /* About */
  .about,
  .group,
  .env,
  .business,
  .featured,
  .positions,
  .numbers,
  .footer {
    padding: 60px 20px;
  }

  .about__en,
  .business__en,
  .featured__en,
  .positions__en,
  .numbers__en {
    font-size: 60px;
    margin-bottom: -20px;
  }

  .about__lead {
    font-size: 24px;
  }

  /* What We Do: 2列→縦積み */
  .whatwedo__en {
    font-size: 40px;
  }

  .whatwedo__cards {
    flex-direction: column;
  }

  .whatwedo__card {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  /* Group: カード縦積み、幅100% */
  .group__title-wrap {
    flex-direction: row;
  }

  .group__cards {
    flex-direction: column;
  }

  .group__card {
    width: 100%;
    min-height: auto;
  }

  .group__card-title {
    font-size: 22px;
  }

  /* Environment: 縦書き非表示、カード縦積み */
  .env__cards {
    flex-direction: column;
  }

  .env__card-title {
    font-size: 24px;
  }

  .env__watermark {
    display: none;
  }

  .env__card-body {
    flex-direction: column;
  }

  /* Featured: カード縦積み */
  .featured__cards {
    flex-direction: column;
  }

  .featured__card {
    flex: 1 1 100%;
  }

  /* Positions: 1列 */
  .positions__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .positions__card-title {
    font-size: 16px;
  }

  .positions__card-text {
    font-size: 13px;
  }

  /* Numbers: 2列 */
  .numbers__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  .numbers__hex {
    width: 140px;
    height: 140px;
  }

  .numbers__value {
    font-size: 44px;
  }

  .numbers__label {
    font-size: 16px;
  }

  /* CTA: テキスト30px、ボタン縦積み */
  .cta__title {
    font-size: 30px;
  }

  .cta__inner {
    padding: 40px 20px;
  }

  .cta__actions {
    flex-direction: column;
    align-items: center;
  }

  .cta__btn {
    width: 250px;
    text-align: center;
  }

  /* スマホでは斜めクリップではなく全体に青いベールを被せる */
  .cta__overlay {
    clip-path: none;
    background-color: #1950a0;
    background-image:
      linear-gradient(rgba(25, 80, 160, 0.88), rgba(25, 80, 160, 0.88)),
      url('img/hero-bg.jpg');
    background-size: cover, cover;
    background-position: center center, top center;
    background-repeat: no-repeat, no-repeat;
  }

  .cta__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  /* Footer: ナビ縦積み、ウォーターマーク非表示 */
  .footer__nav {
    flex-direction: column;
    gap: 24px;
  }

  .footer__nav-col {
    width: 100%;
  }

  .footer__company-name {
    font-size: 20px;
  }

  .footer__watermark {
    display: none;
  }

  .footer__bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
    padding: 20px;
  }

  .footer__bottom-links {
    justify-content: center;
  }
}

/* ============================================
   Responsive: 480px
   ============================================ */
@media (max-width: 480px) {
  /* Hero: 高さ350px */
  .hero {
    height: 350px;
  }

  .hero__title-line1 {
    font-size: 28px;
  }

  .hero__title-line2 {
    font-size: 42px;
  }

  .hero__title-accent {
    font-size: 34px;
  }

  .hero__subtitle {
    font-size: 14px;
  }

  .hero__btn-entry {
    width: 180px;
    font-size: 14px;
    padding: 12px 0;
  }

  /* 大文字英語見出し */
  .about__en,
  .business__en,
  .featured__en,
  .positions__en,
  .numbers__en {
    font-size: 40px;
    margin-bottom: -10px;
  }

  /* Numbers: 1列 */
  .numbers__grid {
    grid-template-columns: 1fr;
  }

  /* セクション横パディング */
  .about,
  .group,
  .env,
  .business,
  .featured,
  .positions,
  .numbers,
  .footer {
    padding: 50px 16px;
  }
}

/* ============================================
   training.html 用スタイル（サブページ共通）
   ============================================ */

/* --- Header (サブページ用 非BEM版) --- */
.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-text {
  font-family: "Akshar", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--blue-logo);
  letter-spacing: 0.02em;
}

.logo-sub {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
}

.header-nav {
  display: flex;
  align-items: center;
}

.nav-list {
  display: flex;
  gap: 0;
}

.nav-list li a {
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  transition: color 0.3s ease;
}

.nav-list li a:hover {
  color: var(--blue-logo);
  opacity: 1;
}

.header-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.btn-recruit {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  background: var(--green-main);
  color: var(--white);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-recruit:hover {
  background: var(--green-dark);
  opacity: 1;
}

.btn-contact-header {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
  background: var(--blue-logo);
  color: var(--white);
  border-radius: 4px;
  transition: background 0.3s ease;
}

.btn-contact-header:hover {
  background: #143d80;
  opacity: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  transition: all 0.3s ease;
}

/* --- Page Hero（サブページヒーロー） --- */
.page-hero {
  position: relative;
  margin-top: 122px;
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: linear-gradient(135deg, #0a1628 0%, #1a3a6e 40%, #1950A0 70%, #0E60D7 100%);
  overflow: hidden;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}

.page-hero-side-text {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: var(--white);
  opacity: 0.25;
  white-space: nowrap;
  pointer-events: none;
  text-transform: uppercase;
  line-height: 1;
}

.page-hero-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 0 80px 70px;
  max-width: 1440px;
}

.page-hero-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.06em;
  line-height: 1.27;
  margin-bottom: 20px;
}

.page-hero-bar {
  width: 388px;
  height: 13px;
  background: linear-gradient(90deg, var(--green-main) 0%, var(--blue-btn) 100%);
  margin-bottom: 16px;
}

.page-hero-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.8;
}

/* --- Section Title（共通） --- */
.section-title-en {
  font-family: "Akshar", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--dark-bg);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.section-title-en-white {
  font-family: "Akshar", sans-serif;
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 12px;
}

.section-title-en-deco {
  font-family: "Akshar", sans-serif;
  font-size: 150px;
  font-weight: 500;
  color: #1950a0;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.section-title-en-deco--white {
  color: var(--white);
  opacity: 0.97;
}

.section-title-en-deco--white-full {
  color: var(--white);
  opacity: 0.97;
}

.section-subtitle-with-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.section-subtitle-with-bar--white span {
  color: var(--white);
}

.green-bar {
  display: block;
  width: 4px;
  height: 24px;
  background: var(--green-main);
  border-radius: 2px;
  flex-shrink: 0;
}

.green-bar-h {
  display: block;
  width: 194px;
  height: 12px;
  background: url('img/under-bar.png') no-repeat left center / contain;
  flex-shrink: 0;
}

.section-subtitle-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.4;
}

.section-subtitle-jp--white {
  color: var(--white);
}

/* ============================================
   TRAINING（研修制度）
   ============================================ */
.training-section {
  padding: 100px 0;
  background: var(--light-bg);
}

.training-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}

.training-header {
  margin-bottom: 56px;
}

.training-desc {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.1;
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.training-card {
  background: #4c4c4c;
  border-radius: 0;
  padding: 40px 40px 36px;
  transition: all 0.3s ease;
  min-height: 381px;
}

.training-card--empty {
  background: transparent;
  pointer-events: none;
}

.training-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-4px);
}

.training-card--empty:hover {
  box-shadow: none;
  transform: none;
}

.training-card-icon {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.training-card-icon svg,
.training-card-icon i {
  width: 72px;
  height: 72px;
  color: var(--white);
  stroke: var(--white);
}

.training-card-bar {
  width: 5px;
  height: 35px;
  background: #3bf73b;
  margin-bottom: 4px;
}

.training-card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 20px;
  line-height: 1;
}

.training-card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 16px;
}

.training-card-list {
  list-style: disc;
  padding-left: 22px;
}

.training-card-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
}

/* ============================================
   WELFARE（福利厚生）
   ============================================ */
.welfare-section {
  padding: 100px 0;
  background-color: #3d3d3f;
  background-size: cover;
  background-position: center;
}

.welfare-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}

.welfare-header {
  margin-bottom: 56px;
}

.welfare-desc {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
}

.welfare-list-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.welfare-row {
  display: flex;
  align-items: flex-start;
  padding: 18px 10px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
}

.welfare-row:last-child {
  border-bottom: 3px solid rgba(255, 255, 255, 0.15);
}

.welfare-row-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
  min-width: 260px;
  padding-top: 2px;
}

.welfare-row-content {
  flex: 1;
}

.welfare-row-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  text-align: justify;
}

.welfare-row-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 10px;
}

.welfare-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
}

.welfare-tag i,
.welfare-tag svg {
  width: 12px;
  height: 12px;
  color: var(--white);
  stroke: var(--white);
  flex-shrink: 0;
}

/* ============================================
   CAREER PATH（キャリアパス）
   ============================================ */
.career-path-section {
  position: relative;
  padding: 100px 0;
  background-color: #1950a0;
  overflow: hidden;
}

.career-path-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(25, 80, 160, 0.95);
  z-index: 0;
}

.career-path-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  z-index: 1;
}

.career-path-header {
  margin-bottom: 56px;
}

.career-path-desc {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
}

.career-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}

.career-step {
  flex: 1;
  max-width: 290px;
  text-align: center;
  padding: 0 0 20px;
}

.career-step-circle {
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  background: transparent;
}

.career-step-year {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
}

.career-step-range {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin: 2px 0;
}

.career-step-num {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.03em;
}

.career-step-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.career-step-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  text-align: justify;
}

.career-step-connector {
  display: flex;
  align-items: center;
  width: 100px;
  flex-shrink: 0;
  padding-top: 60px;
}

/* ============================================
   WORK-LIFE BALANCE
   ============================================ */
.wlb-section {
  padding: 100px 0;
  background: var(--dark-bg);
}

.wlb-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}

.wlb-header {
  margin-bottom: 56px;
}

.wlb-desc {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
}

.wlb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.wlb-item {
  text-align: center;
  padding: 40px 28px;
  background: var(--white);
  border-radius: 0;
  transition: all 0.3s ease;
}

.wlb-item:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}

.wlb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  width: 83px;
  height: 83px;
}

.wlb-icon svg,
.wlb-icon i {
  width: 83px;
  height: 83px;
  color: #2b2c2d;
  stroke: #2b2c2d;
}

.wlb-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.1;
  margin-bottom: 12px;
}

.wlb-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.6;
  text-align: justify;
  font-feature-settings: 'palt' 1;
}

/* ============================================
   CULTURE（社風・カルチャー）
   ============================================ */
.culture-section {
  padding: 100px 0;
  background: var(--light-bg);
}

.culture-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
}

.culture-header {
  margin-bottom: 56px;
}

.culture-desc {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.1;
}

.culture-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.culture-card {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  transition: all 0.3s ease;
}

.culture-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.culture-card-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.culture-card-content {
  padding: 20px 12px 24px;
}

.culture-card-bar {
  width: 5px;
  height: 35px;
  background: #07bf07;
  margin-bottom: 4px;
}

.culture-card-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #2b2c2d;
  margin-bottom: 20px;
  line-height: 1;
}

.culture-card-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #2b2c2d;
  line-height: 1.5;
  text-align: justify;
}

/* ============================================
   Recruit CTA（採用CTA）
   ============================================ */
.recruit-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 583px;
  background-color: #0a2447;
  overflow: hidden;
}

.recruit-cta::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background-image: url('img/cta-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
}

.recruit-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #1950a0;
  background-image:
    linear-gradient(rgba(25, 80, 160, 0.85), rgba(25, 80, 160, 0.85)),
    url('img/hero-bg.jpg');
  background-size: cover, cover;
  background-position: center center, top center;
  background-repeat: no-repeat, no-repeat;
  clip-path: polygon(0 0, 60% 0, 44% 100%, 0 100%);
  z-index: 1;
}

.recruit-cta-bg-left,
.recruit-cta-bg-right {
  display: none;
}

.recruit-cta-inner {
  position: relative;
  z-index: 2;
  text-align: left;
  padding: 80px 70px;
  max-width: 1440px;
}

.recruit-cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.5;
  margin-bottom: 24px;
}

.recruit-cta-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.8;
  margin-bottom: 40px;
}

.recruit-cta-buttons {
  display: flex;
  gap: 16px;
}

.btn-cta-recruit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 60px;
  color: #2b2c2d;
  border-radius: 100px;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 245px;
  justify-content: center;
}

.btn-cta-recruit--green {
  background: var(--green-main);
}

.btn-cta-recruit--green:hover {
  background: #07bf07;
  opacity: 1;
}

.btn-cta-recruit--blue {
  background: #5196fa;
}

.btn-cta-recruit--blue:hover {
  background: #3a7edb;
  opacity: 1;
}

.btn-arrow {
  font-size: 20px;
  line-height: 1;
}

/* ============================================
   Footer（サブページ用 非BEM版）
   ============================================ */
.footer-watermark {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Akshar", sans-serif;
  font-size: 159px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.06);
  white-space: nowrap;
  pointer-events: none;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.footer-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 70px;
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 40px;
}

.footer-info {
  flex-shrink: 0;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.footer-logo-text {
  font-family: "Akshar", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
}

.footer-logo-sub {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
  margin-bottom: 16px;
}

.footer-address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}

.footer-nav {
  display: flex;
  gap: 48px;
}

.footer-nav-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-nav-col li {
  margin-bottom: 8px;
}

.footer-nav-col a {
  font-size: 15px;
  font-weight: 350;
  color: var(--white);
}

.footer-nav-col a:hover {
  color: var(--white);
  opacity: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-links {
  display: flex;
  gap: 40px;
}

.footer-bottom-links a {
  font-size: 13px;
  color: var(--white);
}

.copyright {
  font-size: 13px;
  color: var(--white);
}

/* ============================================
   training.html レスポンシブ: 1024px
   ============================================ */
@media (max-width: 1024px) {
  .page-hero { height: 400px; }
  .page-hero-title { font-size: 60px; }
  .page-hero-text { font-size: 18px; }
  .page-hero-side-text { display: none; }
  .section-title-en-deco { font-size: 100px; }

  .training-section, .welfare-section, .career-path-section, .wlb-section, .culture-section { padding: 80px 0; }
  .training-inner, .welfare-inner, .career-path-inner, .wlb-inner, .culture-inner { padding: 0 40px; }
  .training-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .training-card--empty { display: none; }
  .career-step-connector { display: none; }
  .career-steps { flex-wrap: wrap; gap: 24px; }
  .wlb-grid { grid-template-columns: repeat(2, 1fr); }
  .culture-cards { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .welfare-row { flex-direction: column; gap: 8px; }
  .welfare-row-label { min-width: auto; }
  .footer-top { flex-direction: column; gap: 40px; }
  .recruit-cta-title { font-size: 36px; }
  .recruit-cta-inner { padding: 60px 40px; }
}

/* ============================================
   training.html レスポンシブ: 768px
   ============================================ */
@media (max-width: 768px) {
  /* Header サブページ用 */
  .header-nav,
  .header-buttons {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .header-inner {
    padding: 0 20px;
    height: 60px;
  }

  .logo-text {
    font-size: 20px;
  }

  .logo-sub {
    font-size: 10px;
  }

  /* Page Hero */
  .page-hero { margin-top: 60px; height: 320px; }
  .page-hero-title { font-size: 42px; }
  .page-hero-content { padding: 0 0 40px 20px; }
  .page-hero-text { font-size: 16px; }
  .page-hero-bar { width: 200px; height: 8px; }

  .section-title-en-deco { font-size: 60px; }
  .section-subtitle-jp { font-size: 18px; }
  .training-section, .welfare-section, .career-path-section, .wlb-section, .culture-section { padding: 60px 0; }
  .training-inner, .welfare-inner, .career-path-inner, .wlb-inner, .culture-inner { padding: 0 20px; }
  .training-grid { grid-template-columns: 1fr; gap: 20px; }
  .training-card { padding: 28px 24px; min-height: auto; }
  .training-card--empty { display: none; }
  .training-card-title { font-size: 22px; }

  .welfare-row { flex-direction: column; gap: 8px; padding: 14px 0; }
  .welfare-row-label { min-width: auto; }
  .welfare-row-tags { gap: 12px; }
  .career-steps { flex-direction: column; gap: 24px; align-items: center; }
  .career-step { max-width: 100%; }
  .career-step-connector { display: none; }

  .wlb-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .wlb-item { padding: 24px 16px; }
  .wlb-icon, .wlb-icon svg, .wlb-icon i { width: 50px; height: 50px; }
  .wlb-item-title { font-size: 18px; }
  .wlb-item-text { font-size: 13px; }
  .culture-cards { grid-template-columns: 1fr; gap: 24px; }
  .culture-card-content h3 { font-size: 22px; }
  .recruit-cta { min-height: auto; }
  .recruit-cta-inner { padding: 40px 20px; }
  .recruit-cta-title { font-size: 24px; }
  .recruit-cta-subtitle { font-size: 14px; }
  .recruit-cta-buttons { flex-direction: column; gap: 12px; }
  .btn-cta-recruit { font-size: 16px; padding: 14px 36px; min-width: auto; }
  .footer-inner { padding: 0 20px; }
  .footer-nav { flex-direction: column; gap: 24px; }
  .footer-nav-col { width: 100%; }
  .footer-logo-text { font-size: 20px; }
  .footer-watermark { display: none; }
  .footer-bottom-inner { flex-direction: column; gap: 12px; text-align: center; }
}

/* ============================================
   training.html レスポンシブ: 480px
   ============================================ */
@media (max-width: 480px) {
  .page-hero { height: 260px; }
  .page-hero-title { font-size: 32px; }
  .page-hero-text { font-size: 14px; }
  .section-title-en-deco { font-size: 40px; }
  .training-section, .welfare-section, .career-path-section, .wlb-section, .culture-section { padding: 40px 0; }
  .training-inner, .welfare-inner, .career-path-inner, .wlb-inner, .culture-inner { padding: 0 16px; }
  .section-subtitle-jp { font-size: 16px; }
  .training-desc, .welfare-desc, .career-path-desc, .wlb-desc, .culture-desc { font-size: 18px; }
  .wlb-grid { grid-template-columns: 1fr; }
  .recruit-cta-title { font-size: 20px; }
}

/* ============================================
   エントリーページ (entry.html / page-entry.php)
   ============================================ */

/* プログレス */
.entry-progress {
  background: var(--light-bg);
  padding: 60px 70px;
}
.entry-progress-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.entry-progress-steps {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.entry-progress-steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(25, 80, 160, 0.2);
  z-index: 0;
}
.entry-progress-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.entry-progress-num {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(25, 80, 160, 0.3);
  color: var(--gray-text);
  font-family: "Akshar", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.entry-progress-step.is-active .entry-progress-num {
  background: linear-gradient(135deg, var(--green-main) 0%, var(--blue-accent) 100%);
  border-color: transparent;
  color: var(--white);
}
.entry-progress-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
}

/* フォームセクション */
.entry-form-section {
  background: var(--white);
  padding: 80px 70px;
}
.entry-form-inner {
  max-width: 900px;
  margin: 0 auto;
}
.entry-form-block {
  background: var(--light-bg);
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.entry-form-block--consent {
  background: transparent;
  padding: 0 40px;
  text-align: center;
}
.entry-form-block-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--blue-accent);
}
.entry-form-group {
  margin-bottom: 20px;
}
.entry-form-group:last-child {
  margin-bottom: 0;
}
.entry-form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}
.entry-form-required {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: var(--white);
  background: #e53935;
  padding: 2px 8px;
  border-radius: 3px;
}
.entry-form-note {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-text);
  margin-left: auto;
}
.entry-form-input,
.entry-form-select,
.entry-form-textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid #d0d5db;
  border-radius: 4px;
  background: var(--white);
  transition: border-color 0.2s ease;
  box-sizing: border-box;
}
.entry-form-input:focus,
.entry-form-select:focus,
.entry-form-textarea:focus {
  outline: none;
  border-color: var(--blue-accent);
}
.entry-form-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.7;
}
.entry-form-file {
  font-size: 14px;
}
.entry-form-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 15px;
  color: var(--text);
}
.entry-form-checkbox input {
  width: 18px;
  height: 18px;
  accent-color: var(--blue-accent);
}
.entry-form-checkbox a {
  color: var(--blue-accent);
  text-decoration: underline;
}
.entry-form-submit-wrap {
  margin-top: 40px;
  text-align: center;
}
.entry-form-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 320px;
  height: 60px;
  background: var(--green-main);
  color: var(--white);
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}
.entry-form-submit:hover {
  background: var(--green-dark);
}
.entry-form-submit .cta__btn-arrow {
  position: absolute;
  right: 24px;
}

/* FAQ */
.entry-faq {
  background: var(--light-bg);
  padding: 80px 70px;
}
.entry-faq-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.entry-faq-header {
  text-align: center;
  margin-bottom: 40px;
}
.entry-faq-header .section-title-en-deco {
  display: block;
  margin-bottom: 8px;
}
.entry-faq-header .section-subtitle-with-bar {
  justify-content: center;
}
.entry-faq-list {
  margin: 0;
  padding: 0;
}
.entry-faq-item {
  background: var(--white);
  border-radius: 8px;
  padding: 24px 32px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.entry-faq-q {
  font-size: 17px;
  font-weight: 700;
  color: var(--text);
  padding-left: 40px;
  position: relative;
  line-height: 1.6;
}
.entry-faq-q::before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Akshar", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--blue-accent);
  line-height: 1;
}
.entry-faq-a {
  margin: 16px 0 0;
  padding-left: 40px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
  position: relative;
}
.entry-faq-a::before {
  content: 'A';
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Akshar", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--green-main);
  line-height: 1;
}

/* お問い合わせ */
.entry-contact {
  background: var(--white);
  padding: 80px 70px;
}
.entry-contact-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.entry-contact-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 16px;
}
.entry-contact-desc {
  font-size: 15px;
  color: var(--gray-text);
  margin: 0 0 40px;
  line-height: 1.8;
}
.entry-contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.entry-contact-card {
  background: var(--light-bg);
  border-radius: 8px;
  padding: 32px;
  border-top: 3px solid var(--blue-accent);
}
.entry-contact-card-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-text);
  margin: 0 0 8px;
}
.entry-contact-card-tel {
  font-size: 28px;
  font-weight: 800;
  color: var(--blue-logo);
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}
.entry-contact-card-sub {
  font-size: 20px;
  font-weight: 700;
  color: var(--blue-logo);
  margin: 0 0 8px;
}
.entry-contact-card-note {
  font-size: 13px;
  color: var(--gray-text);
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .entry-progress,
  .entry-form-section,
  .entry-faq,
  .entry-contact {
    padding: 40px 20px;
  }
  .entry-progress-steps {
    flex-wrap: wrap;
  }
  .entry-form-block {
    padding: 24px 20px;
  }
  .entry-contact-cards {
    grid-template-columns: 1fr;
  }
  .entry-form-submit {
    width: 100%;
  }
}

/* ============================================
   準備中メッセージ
   ============================================ */
.coming-soon {
  background: var(--white);
  padding: 120px 70px;
  text-align: center;
}
.coming-soon__inner {
  max-width: 720px;
  margin: 0 auto;
}
.coming-soon__icon {
  font-size: 80px;
  margin-bottom: 24px;
  line-height: 1;
}
.coming-soon__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 20px;
  letter-spacing: 0.02em;
}
.coming-soon__text {
  font-size: 16px;
  color: var(--gray-text);
  line-height: 1.9;
  margin: 0 0 40px;
}
.coming-soon__back {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: var(--blue-accent);
  text-decoration: none;
  padding: 12px 24px;
  border: 2px solid var(--blue-accent);
  border-radius: 100px;
  transition: all 0.3s ease;
}
.coming-soon__back:hover {
  background: var(--blue-accent);
  color: var(--white);
  opacity: 1;
}

@media (max-width: 768px) {
  .coming-soon { padding: 60px 20px; }
  .coming-soon__title { font-size: 26px; }
  .coming-soon__icon { font-size: 60px; }
}

/* ============================================
   募集派遣先情報一覧 (dispatch-list)
   ============================================ */
.dispatch-list-header {
  background: var(--white);
  padding: 80px 70px 40px;
  text-align: center;
}
.dispatch-list-header-inner {
  max-width: 900px;
  margin: 0 auto;
}
.dispatch-list-title {
  font-size: 40px;
  font-weight: 800;
  color: var(--text);
  margin: 0 0 24px;
  letter-spacing: 0.02em;
}
.dispatch-list-lead {
  font-size: 17px;
  color: var(--text);
  line-height: 1.9;
  margin: 0;
}
.dispatch-list {
  background: var(--white);
  padding: 40px 70px 100px;
}
.dispatch-list-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dispatch-list-empty {
  text-align: center;
  padding: 60px 0;
  color: var(--gray-text);
}

.dispatch-card {
  background: var(--white);
  border: 1px solid #e0e4ea;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.dispatch-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.dispatch-card__body {
  padding: 28px 36px;
  border-bottom: 1px solid #eceff3;
}
.dispatch-card__badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--gray-text);
  background: #f3f4f3;
  padding: 4px 14px;
  border-radius: 14px;
  margin-bottom: 16px;
}
.dispatch-card__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 20px;
  line-height: 1.4;
}
.dispatch-card__meta {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dispatch-card__meta-item {
  font-size: 15px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 10px;
}
.dispatch-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--blue-accent);
  font-size: 14px;
  flex-shrink: 0;
}
.dispatch-card__desc {
  font-size: 14px;
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 18px;
}
.dispatch-card__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
}
.dispatch-card__tags li {
  font-size: 13px;
  color: var(--gray-text);
}
.dispatch-card__btn {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: var(--gray-text);
  text-decoration: none;
  background: var(--white);
  transition: background 0.2s ease, color 0.2s ease;
}
.dispatch-card__btn:hover {
  background: var(--blue-accent);
  color: var(--white);
  opacity: 1;
}

@media (max-width: 768px) {
  .dispatch-list-header { padding: 50px 20px 24px; }
  .dispatch-list { padding: 24px 20px 60px; }
  .dispatch-list-title { font-size: 28px; }
  .dispatch-list-lead { font-size: 15px; }
  .dispatch-card__body { padding: 20px 24px; }
  .dispatch-card__title { font-size: 18px; }
}

/* ============================================
   募集要項ページ拡張（選考プロセス / エントリー方法）
   ============================================ */
.req-card__btn-arrow {
  position: absolute;
  right: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

/* 選考プロセス */
.req-process {
  background: var(--white);
  padding: 80px 70px;
}
.req-process-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.req-process-header {
  text-align: center;
  margin-bottom: 50px;
}
.req-process-header .section-title-en-deco {
  display: block;
  margin-bottom: 8px;
}
.req-process-header .section-subtitle-with-bar {
  justify-content: center;
  margin-bottom: 16px;
}
.req-process-desc {
  font-size: 15px;
  color: var(--gray-text);
  line-height: 1.8;
  margin: 0;
}
.req-process-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.req-process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: rgba(25, 80, 160, 0.2);
  z-index: 0;
}
.req-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 8px;
}
.req-process-num {
  width: 72px;
  height: 72px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-main) 0%, var(--blue-accent) 100%);
  color: var(--white);
  font-family: "Akshar", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.req-process-step-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
}
.req-process-step-text {
  font-size: 13px;
  color: var(--gray-text);
  line-height: 1.8;
  margin: 0;
  text-align: left;
}

/* エントリー方法 */
.req-entry {
  background: var(--light-bg);
  padding: 80px 70px;
}
.req-entry-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.req-entry-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 20px;
}
.req-entry-text {
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
  margin: 0 0 40px;
}
.req-entry-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.req-entry-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 280px;
  height: 56px;
  padding: 0 60px 0 32px;
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s ease;
}
.req-entry-btn--green {
  background: var(--green-main);
}
.req-entry-btn--green:hover {
  background: var(--green-dark);
  opacity: 1;
}
.req-entry-btn--blue {
  background: var(--blue-btn);
}
.req-entry-btn--blue:hover {
  background: #3a7de0;
  opacity: 1;
}

@media (max-width: 768px) {
  .req-process,
  .req-entry { padding: 50px 20px; }
  .req-process-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .req-process-steps::before { display: none; }
  .req-entry-btn { min-width: 240px; }
}

/* ============================================
   募集要項 職種カード
   ============================================ */
.requirements {
  background: var(--light-bg);
  padding: 80px 70px;
}
.requirements-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.req-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}
.req-card__head {
  padding: 32px 40px 24px;
  border-left: 6px solid var(--blue-accent);
}
.req-card__title {
  font-size: 28px;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 12px;
}
.req-card__lead {
  font-size: 15px;
  color: var(--text);
  line-height: 1.9;
  margin: 0;
}
.req-card__table {
  margin: 0;
  padding: 0 40px;
  border-top: 1px solid #eceff3;
}
.req-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #eceff3;
}
.req-row:last-child {
  border-bottom: none;
}
.req-row dt {
  font-size: 14px;
  font-weight: 700;
  color: var(--gray-text);
  padding-top: 2px;
}
.req-row dd {
  font-size: 15px;
  color: var(--text);
  line-height: 1.8;
  margin: 0;
}
.req-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.req-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
}
.req-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-mid);
}
.req-card__action {
  padding: 24px 40px 32px;
  text-align: right;
}
.req-card__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  height: 52px;
  padding: 0 60px 0 32px;
  background: var(--green-main);
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.req-card__btn:hover {
  background: var(--green-dark);
  opacity: 1;
}

@media (max-width: 768px) {
  .requirements { padding: 50px 20px; }
  .req-card__head { padding: 24px 20px 20px; }
  .req-card__table { padding: 0 20px; }
  .req-card__action { padding: 20px; text-align: center; }
  .req-card__title { font-size: 22px; }
  .req-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
}

/* ============================================
   Front-page SP fix (採用 TOP / 2026-04-20)
   hero__person の重なり / about__columns の横並び残存 / group・env の1024px未対応 を補正
   ============================================ */
@media (max-width: 1024px) {
  /* Hero: 縦積みに変更し person 画像を下に配置 */
  .hero-about-wrapper {
    margin-top: 80px;
  }
  .hero {
    height: auto;
    min-height: 540px;
    padding: 60px 0 40px;
    align-items: flex-start;
    display: block;
  }
  .hero__inner {
    flex-direction: column;
    padding: 0 32px;
    gap: 0;
    align-items: stretch;
  }
  .hero__content {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }
  .hero__actions {
    justify-content: center;
  }
  .hero__links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 24px;
    margin-top: 14px;
  }
  .hero__person {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    height: auto;
    clip-path: none;
    margin: 32px auto 0;
    border-radius: 8px;
  }
  .hero__person-img {
    object-position: center top;
  }
  .hero::before {
    font-size: 120px;
    bottom: 40px;
    left: -10px;
    letter-spacing: 6px;
  }
  .hero__subtitle br {
    display: none;
  }

  /* About: 写真+テーブルを縦積み、clip-path解除 */
  .about {
    padding: 80px 40px;
  }
  .about__title {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .about__columns {
    flex-direction: column;
    gap: 32px;
  }
  .about__photo {
    clip-path: none;
    width: 100%;
  }
  .about__photo img {
    height: 320px;
  }
  .about__right {
    flex: 1;
    width: 100%;
  }
  .about__overview-en {
    font-size: 56px;
  }
  .about__table td {
    font-size: 18px;
  }

  /* ISHIGURO GROUP: 1024でもカード縦積み（溢れ回避） */
  .group {
    padding: 80px 40px 60px;
  }
  .group::before {
    font-size: 100px;
  }
  .group__cards {
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .group__card {
    width: 100%;
    min-height: auto;
  }

  /* Environment: margin-left解除、カード縦積み */
  .env {
    padding: 80px 40px;
  }
  .env__cards {
    flex-direction: column;
    gap: 32px;
    margin-left: 0;
  }

  /* What We Do */
  .whatwedo {
    margin-top: 60px;
  }
  .whatwedo__card {
    padding: 32px 24px;
  }
  .whatwedo__en {
    font-size: 56px;
  }
  .whatwedo__card-title {
    font-size: 22px;
  }
  .whatwedo__card-icon svg {
    width: 60px;
    height: 60px;
  }

  /* Business / Featured / Positions / CTA */
  .business {
    padding: 80px 40px;
  }
  .business__en {
    font-size: 100px;
  }
  .cta__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .hero-about-wrapper {
    margin-top: 50px;
  }
  .hero {
    min-height: 480px;
    padding: 40px 0 24px;
  }
  .hero__inner {
    padding: 0 20px;
  }
  .hero__person {
    max-width: 360px;
    margin-top: 24px;
  }
  .hero::before {
    font-size: 80px;
    bottom: 24px;
    letter-spacing: 4px;
  }
  .hero__title {
    margin-bottom: 20px;
  }
  .hero__actions {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .hero__btn-entry {
    width: 100%;
    max-width: 260px;
  }
  .hero__links {
    gap: 8px 18px;
    margin-top: 10px;
  }

  /* About */
  .about {
    padding: 60px 20px;
  }
  .about__lead {
    font-size: 22px;
  }
  .about__lead br {
    display: none;
  }
  .about__photo img {
    height: 240px;
  }
  .about__overview-en {
    font-size: 44px;
  }
  .about__overview-bar {
    height: 60px;
  }
  .about__table th {
    width: 90px;
    font-size: 14px;
    padding: 12px 0;
  }
  .about__table td {
    font-size: 16px;
    padding: 12px 0;
  }

  /* What We Do: カード内アイコン中央 */
  .whatwedo__card {
    padding: 28px 20px;
  }
  .whatwedo__en {
    font-size: 44px;
  }

  /* Group */
  .group {
    padding: 60px 20px;
  }
  .group::before {
    font-size: 72px;
  }
  .group__vertical-title {
    font-size: 22px;
    padding: 6px 12px;
  }
  .group__card {
    padding: 0 24px 32px;
  }
  .group__card-icon svg {
    width: 100px;
    height: 100px;
  }

  /* Env */
  .env {
    padding: 60px 20px;
  }
  .env__vertical-title {
    font-size: 22px;
    padding: 6px 12px;
  }
  .env__card-body {
    padding: 24px 20px;
    gap: 12px;
    min-height: auto;
  }
  .env__card-photo img {
    height: 220px;
  }

  /* Business: カード内余白と文字縮小 */
  .business {
    padding: 60px 20px;
  }
  .business__card {
    min-height: 320px;
  }
  .business__card-title {
    font-size: 22px;
  }
  .business__card-text {
    font-size: 14px;
  }
  .business__card-content {
    padding: 24px 20px;
  }

  /* Section title 共通縮小 */
  .about__title,
  .business__title,
  .featured__title,
  .positions__title {
    font-size: 20px;
  }

  /* Featured / Positions section padding */
  .featured,
  .positions {
    padding: 60px 20px;
  }
}

@media (max-width: 480px) {
  .hero-about-wrapper {
    margin-top: 50px;
  }
  .hero {
    min-height: 420px;
    height: auto;
    padding: 32px 0 20px;
  }
  .hero__inner {
    padding: 0 16px;
  }
  .hero__person {
    max-width: 280px;
  }
  .hero::before {
    font-size: 56px;
    bottom: 16px;
    letter-spacing: 3px;
  }
  .hero__links {
    gap: 6px 14px;
  }
  .hero__link {
    font-size: 12px;
  }

  /* hero タイトル：line2 は font-size:0（子span余白除去）を維持 */
  .hero__title-line1 {
    font-size: 24px;
  }
  .hero__title-line2 {
    font-size: 0;
  }
  .hero__title-large {
    font-size: 44px;
    letter-spacing: -2px;
  }
  .hero__title-accent {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
  .hero__subtitle {
    font-size: 13px;
    line-height: 1.7;
  }
  .hero__btn-entry {
    max-width: 240px;
    width: 100%;
    font-size: 15px;
    padding: 12px 0;
    height: auto;
  }
  .hero__link {
    font-size: 13px;
  }

  /* About / Group / Env / Business */
  .about {
    padding: 48px 16px;
  }
  .about__photo img {
    height: 200px;
  }
  .about__overview-en {
    font-size: 36px;
  }
  .group,
  .env {
    padding: 48px 16px;
  }
  .business {
    padding: 48px 16px;
  }
  .env__card-title {
    font-size: 20px;
  }

  /* Featured / Positions */
  .featured,
  .positions {
    padding: 48px 16px;
  }
}
