/* 既存の不要パーツ非表示 */
header {
  display: none;
}
section.page_title {
  display: none;
}
div.footpath.l_commonBox {
  display: none;
}

.icon-fa {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em; /* Font Awesome の baseline 調整と同じ */
  object-fit: contain;
  fill: currentColor; /* SVG対応（文字色と同期） */
  margin: 0 0.25em; /* アイコン前後の微調整 */
}
/* PNGなど色付き画像の場合、カラー指定は無視される */
.icon-fa[color-white] {
  filter: brightness(0) invert(1); /* 白にしたい時の補正 */
}

/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}

/* 基本設定 */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  line-height: 1.6;
  background-color: #ffffff;
}

ul li {
  list-style-type: none;
}

.container-job {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.sp {
  display: none;
}
/* ナビゲーションバー */
.navbar {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 64px;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-logo img {
  height: 50px;
}

.nav-buttons {
  display: flex;
  gap: 24px;
}

.nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.072em;
  transition: transform 0.2s ease;
}

.nav-btn:hover {
  transform: translateY(-2px);
}

.entry-btn {
  background-color: #ff5722;
  color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

.phone-btn {
  background-color: #056731;
  color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

/* パンくずリスト */
.breadcrumb {
  background-color: #ffffff;
  padding: 10px 64px;
  margin-top: 95px;
  border-bottom: 1px solid #e2e3ef;
}

.breadcrumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.breadcrumb a {
  color: #051090;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb .current {
  color: #000000;
  font-weight: 500;
}

/* ヒーローセクション */
.hero {
  position: relative;
  width: 100%;
  height: 572px;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1044px;
  width: 100%;
  height: 100%;
  background: #056731;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  opacity: 0.85;
}

.hero-person {
  position: absolute;
  bottom: 98px;
  right: -72px;
  z-index: 2;
  width: 929px;
}

.hero-person img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 65px 90px 90px 90px;
  z-index: 2;
}

.hero-left {
  position: absolute;
  left: 90px;
}

.hero-title {
  margin-bottom: 24px;
  max-width: 580px;
}

.highlight-box {
  width: 100%;
  background-color: #ffffff;
  color: #056731;
  padding: 0 16px;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  display: inline-block;
  line-height: 1.2;
  text-align: center;
}
.highlight-box span:first-child {
  font-size: 6.4rem;
  color: #ff5722;
}
.highlight-box span:nth-child(2) {
  font-size: inherit;
  color: #ff5722;
}

.hero-left h1 {
  font-weight: 700;
  line-height: 1.13;
  color: #ffe926;
  margin: 0;
  font-feature-settings: "palt" 1;
}
.hero-left h1 .ttl-l {
  font-size: 8.4rem;
}
.hero-left h1 .ttl-m {
  font-size: 6.4rem;
}
.hero-left h1 .ttl-s {
  font-size: 4.9rem;
  color: #ffffff;
}

.hero-tags {
  display: flex;
  gap: 20px;
}

.tag {
  list-style-type: none;
  background-color: #ffffff;
  color: #051090;
  width: 224px;
  padding: 10px 20px;
  border: 3px solid #051090;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  box-shadow: 5px 3px 0px 0px rgba(35, 43, 143, 1);
  line-height: 1.2;
  transform: skewX(-20deg);
}
.tag span {
  display: inline-block;
  transform: skewX(20deg);
}

.hero-right {
  position: absolute;
  right: 47px;
  bottom: 140px;
}

.hero-bonus {
  width: 506px;
}

.hero-bonus img {
  width: 100%;
  height: auto;
}

.hero-cta {
  width: 100%;
  height: 112px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #051090 0%, #2d39cd 50%, #051090 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.cta-button {
  display: flex;
  align-items: center;
  background-color: #ff5722;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  box-shadow: 0px 4px 8px 0px rgba(63, 30, 8, 1);
  transition: transform 0.2s ease;
  gap: 24px;
}

.cta-button:hover {
  transform: translateY(-2px);
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cta-tag {
  background-color: #ffffff;
  color: #ff5722;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 20px;
}

.cta-text {
  font-weight: 700;
  font-size: 24px;
}

.cta-arrow {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-arrow i {
  color: #ff5722;
  font-size: 18px;
}

/* 目次フローティングボタン */
.table-of-contents-floating {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 1000;
}

.toc-toggle-btn {
  background-color: #056731;
  color: #ffffff;
  border: none;
  padding: 20px 16px 24px;
  border-radius: 8px 0px 0px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
    0px 4px 8px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  font-family: "Noto Sans JP", sans-serif;
}

.toc-toggle-btn:hover {
  background-color: #045a28;
  transform: translateX(-5px);
}

.toc-toggle-btn i {
  font-size: 24px;
  color: #ffe926;
}

.toc-toggle-btn span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.04em;
}

/* 目次メニュー */
.toc-menu {
  position: fixed;
  top: 50%;
  right: -560px;
  transform: translateY(-50%);
  width: 510px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
    0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  transition: right 0.3s ease;
  z-index: 1001;
}

.toc-menu.active {
  right: 0;
}

.toc-menu .toc-header {
  background-color: #056731;
  color: #ffffff;
  padding: 16px 24px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.toc-menu .toc-header span {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.toc-close-btn {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}

.toc-close-btn:hover {
  transform: scale(1.1);
}

.toc-content {
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.toc-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 16px;
  text-decoration: none;
  color: #000000;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.toc-item:hover {
  background-color: #f5f5f5;
}

.toc-dot {
  width: 8px;
  height: 8px;
  background-color: #056731;
  border-radius: 50%;
  flex-shrink: 0;
}

/* 目次オーバーレイ */
.toc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.toc-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* 問題提起セクション */
.problems-section {
  padding: 80px 0 66px 0;
  background-color: #e2e3ef;
  position: relative;
}
.problems-section::before {
  content: "";
  width: 280px;
  height: 62px;
  display: inline-block;
  background-color: #e2e3ef;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.section-header {
  text-align: center;
  margin-bottom: 32px;
}

.section-header h2 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #000000;
  margin-bottom: 16px;
}

.subtitle h3 {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
  color: #000000;
  margin-bottom: 16px;
}
.subtitle h3 p {
  display: inline-block;
  position: relative;
  font-size: 6.4rem;
  color: #051090;
}

.subtitle h3 p::before {
  content: "";
  width: 8px;
  height: 8px;
  clip-path: circle(50% at 50% 50%);
  background: #051090;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: -10px;
}

.problems-content {
  max-width: 856px;
  margin: 0 auto;
  position: relative;
}

.problems-list {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.problem-item {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.06em;
}

.problem-item i {
  color: #051090;
  font-size: 16px;
}
.problem-item span {
  color: #ff5722;
}

.problems-image {
  width: 183px;
  height: 297px;
  position: absolute;
  bottom: -66px;
  right: -80px;
}

.problems-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 解決セクション */
.solution-section {
  background-color: #ffffff;
  padding: 102px 0 40px 0;
}

.solution-arrow {
  text-align: center;
  position: relative;
}

.solution-arrow h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000000;
  border-bottom: 10px solid #000000;
  display: inline-block;
  padding-bottom: 8px;
}

/* 理由セクション */
.reasons-section {
  padding: 40px 0 80px;
  background-color: #ffffff;
}

.section-subtitle {
  font-family: "DIN 2014 Narrow";
  font-weight: 600;
  font-size: 2rem;
  /* leading-trim: NONE; */
  line-height: 1;
  letter-spacing: 10%;
  text-align: center;
  color: #999999;
  margin-bottom: 16px;
}

.section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.section-copy {
  font-size: 2rem;
}

.section-heading {
  font-size: 4rem;
}

.section-heading-col {
  color: #ff5722;
}

.section-heading-small {
  font-size: 3.2rem;
}

.highlight {
  font-weight: 700;
  font-size: 40px;
  color: #000000;
}

.reasons-list {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 72px;
  padding: 40px 0 0 0;
}

.reason-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reason-image {
  max-width: 600px;
  min-width: calc(50% - 10px);
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
}

.reason-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reason-content {
  max-width: 488px;
  width: 100%;
}

.reason-number {
  font-weight: 700;
  font-size: 7rem;
  line-height: 1.2;
  color: #e2e3ef;
  margin: 0 0 18px 10px;
  transform: skewX(-15deg);
}

.reason-number span {
  font-size: 13rem;
}

.reason-ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #ff5722;
  margin: 0 0 18px 0;
}
.reason-copy {
  font-size: 1.6rem;
  line-height: 1.7;
}

.reason-item.reverse .reason-content h3 {
  text-align: right;
}

.reason-item.reverse .reason-content p {
  text-align: right;
  line-height: 1.5;
  letter-spacing: -0.04em;
}

/* 仕事内容セクション */
.job-description-section {
  padding: 80px 0;
  background-color: #ffffff;
  position: relative;
}

.job-description-section::before {
  content: "";
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: -120px;
  left: 0;
}

.job-intro {
  text-align: center;
  margin-bottom: 40px;
}

.job-intro-text {
  background-color: #fffcd8;
  padding: 16px 40px;
  border-radius: 8px;
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
}
.job-intro-text::before {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 64px;
  height: 20px;
  background-color: #fffcd8;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.job-intro-text p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.job-cards {
  display: grid;
  gap: clamp(20px, 10vw, 40px);
  grid-template-columns: repeat(auto-fit, minmax(364px, 1fr));
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.job-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
    0px 12px 16px -4px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.job-card-header {
  background-color: #051090;
  color: #ffffff;
  padding: 16px;
  text-align: center;
}

.job-card-header h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}

.job-card-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.job-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-card-content {
  padding: 24px;
}

.job-card-content h4 {
  font-weight: 700;
  font-size: 20px;
  color: #051090;
  margin-bottom: 4px;
}

.job-card-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333333;
}

/* CTAフローティングボタン */
.cta-floating {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 100;
}

/* スタッフの声セクション */
.staff-voices-section {
  background-color: #e2e3ef;
  padding: 200px 0 80px;
}

.staff-voices {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.staff-voice {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.staff-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.staff-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.staff-details {
  text-align: center;
}

.staff-role {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-bottom: 4px;
}

.staff-name {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.staff-message {
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 25px 30px;
  flex: 1;
}

.staff-message h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #051090;
  margin-bottom: 12px;
}

.staff-message p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #000000;
}

/* スケジュールセクション */
.schedule-section {
  background-color: #e2e3ef;
  padding: 160px 0;
}

.schedule-section .highlight {
  color: #ff5722;
}

.schedule-timeline {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.timeline-item {
  display: flex;
  gap: 40px;
  align-items: center;
  position: relative;
}

.timeline-item:not(:last-child)::before {
  content: "";
  width: 55px;
  height: 22px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background: #051090;
  position: absolute;
  top: calc(100% + 22px);
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.timeline-time {
  flex-shrink: 0;
}

.time-badge {
  background-color: #051090;
  color: #ffffff;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 26px 16px;
}

.time-period {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.167;
}

.time-line {
  width: 100%;
  padding-top: 2px;
  background-color: #ffffff;
}

.time-hour {
  font-weight: 700;
  font-size: 36px;
  line-height: 0.78;
}

.timeline-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  height: 140px;
  width: 100%;
}

.timeline-card {
  width: calc((100% - 170px) - 20px);
  padding: 14px 20px 14px 30px;
}

.timeline-card h4 {
  font-weight: 700;
  font-size: 24px;
  color: #051090;
  margin-bottom: 12px;
}

.timeline-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

.timeline-image {
  width: 170px;
  height: 100%;
  padding: 5px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

/* 募集要項セクション */
.job-conditions-section {
  background: rgba(255, 255, 255, 0.8)
    url("/assets/images/job-conditions-bk.jpg") repeat left top / 800px;
  background-blend-mode: lighten;
  padding: 120px 0;
}

.job-conditions {
  display: flex;
  flex-direction: column;
  gap: 160px;
  max-width: 1120px;
  margin: 0 auto;
}
.job-conditions:not(:last-child) {
  margin: 0 auto 160px auto;
}

.job-condition-card {
  background-color: #ffffff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.job-condition-header {
  background-color: #051090;
  color: #ffffff;
  padding: 16px 0px;
  text-align: center;
}

.job-condition-header h3 {
  font-weight: 700;
  font-size: 20px;
}

.job-condition-details {
  background-color: #ffffff;
}

.condition-item {
  display: flex;
}

.condition-label {
  background-color: #ffffff;
  border-bottom: 4px solid #051090;
  padding: 40px;
  width: 300px;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #051090;
}

.condition-label p {
  display: flex;
  align-items: center;
}
.condition-label p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.condition-label.label-employ p::before {
  background-image: url("/assets/images/icon1.png");
}
.condition-label.label-place p::before {
  background-image: url("/assets/images/icon2.png");
}
.condition-label.label-time p::before {
  background-image: url("/assets/images/icon3.png");
}
.condition-label.label-salary p::before {
  background-image: url("/assets/images/icon4.png");
}
.condition-label.label-treatment p::before {
  background-image: url("/assets/images/icon5.png");
}
.condition-label.label-apply p::before {
  background-image: url("/assets/images/icon6.png");
}
.condition-label.label-shift p::before {
  background-image: url("/assets/images/icon7.png");
}

.condition-value {
  background-color: #ffffff;
  border-bottom: 4px solid #e2e3ef;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.condition-value p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

.condition-value p strong {
  font-weight: 700;
}

/* よくある質問セクション */
.faq-section {
  background-color: #e2e3ef;
  padding: 80px 0;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  color: #ffffff;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.faq-number {
  background-color: #051090;
  color: #ffffff;
  padding: 14px 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}

.faq-question span:last-child {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #000000;
}

.faq-answer {
  background-color: #fafafa;
  padding: 25px 30px;
  border-radius: 6px;
}

.faq-answer p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
}

/* 会社情報セクション */
.company-info-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.company-info {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}

.company-map {
  max-width: 1002px;
  width: 100%;
  height: 405px;
  margin: 0 auto;
}

.company-map iframe {
  width: 100%;
  height: 100%;
}

.company-logo img {
  width: 200px;
  height: auto;
}

.company-details {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  width: 100%;
}

.company-detail-item {
  display: flex;
  gap: 40px;
  padding: 0px 24px;
  border-bottom: 1px solid #8e8e8e;
  padding-bottom: 24px;
}

.detail-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  width: 150px;
  flex-shrink: 0;
}

.detail-value {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: flex;
}

.map-link {
  margin-top: 16px;
  margin-left: auto;
}

.map-link a {
  color: #000000;
  text-decoration: none;
  border: 1px solid #333333;
  border-radius: 24px;
  padding: 0px 24px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background-color 0.2s ease;
}

.map-link a:hover {
  background-color: #f5f5f5;
}

.company-link {
  max-width: 1088px;
  margin: 80px auto 0;
}

.company-link-item {
  display: flex;
  justify-content: space-between;
}

.company-link-banner {
  max-width: 336px;
  width: 100%;
  height: 260px;
}

.company-link-banner a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 4px 6px -2px #00000008;
  box-shadow: 0px 12px 16px -4px #00000014;
  position: relative;
}

.company-link-banner img {
  width: 110%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.company-link-banner p {
  background: rgba(255, 255, 255, 0.8);
  color: #051090;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 32px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
}

.company-link-banner p::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #051090;
  border-right: 2px solid #051090;
  margin-left: 24px;
  transform: rotate(45deg);
}

/* お問い合わせセクション */
.contact-section {
  background-color: #051090;
  padding: 80px 160px;
}

.contact-section .section-header {
  color: #ffffff;
  margin-bottom: 64px;
}

.contact-section .section-subtitle {
  color: #999999;
  margin: 0 0 16px 0;
}

.contact-section h2 {
  color: #ffffff;
  font-weight: 700;
  font-size: 4rem;
}

.contact-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-top: 32px;
}

.contact-cta {
  display: flex;
  justify-content: center;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-option {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.contact-title {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-family: "Noto Sans CJK JP";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 10px;
}

.contact-line {
  flex: 1;
  height: 2px;
  background-color: #ffffff;
}

.contact-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  width: 420px;
  height: 100px;
  transition: transform 0.2s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
}

.contact-btn.entry-btn {
  background-color: #ff5722;
  color: #ffffff;
  font-size: 32px;
  letter-spacing: 0.04em;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

.contact-btn.phone-btn {
  background-color: #056731;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.03em;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
    0px 4px 8px -2px rgba(0, 0, 0, 0.1);
}

/* フッター */
footer {
  background-color: #000000;
  padding: 16px 160px 8px;
  height: initial;
  font-weight: initial;
}
.footer {
  padding: 0;
  width: auto;
  text-align: center;
}
.footer ul {
  float: initial;
}
.footer .copyright {
  float: initial;
  text-align: center;
  padding-top: 10px;
}

.footer .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.footer-links {
  display: flex;
  gap: 64px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}

.footer-copyright p {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .nav-container {
    padding: 16px 32px;
  }
  .breadcrumb {
    padding: 10px 32px;
  }
  .hero-content {
    padding: 0 80px;
  }
}

@media (max-width: 768px) {
  /* リセットCSS */
  * {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }

  /* 基本設定 */
  body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    line-height: 1.6;
    background-color: #ffffff;
  }

  ul li {
    list-style-type: none;
  }
  .container-job {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
  }
  .sp {
    display: block;
  }
  /* ナビゲーションバー */
  .navbar {
    background-color: #ffffff;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
      0px 4px 8px -2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 64px;
    width: 100%;
    margin: 0 auto;
  }
  .nav-logo img {
    height: 40px;
  }
  .nav-buttons {
    display: flex;
    gap: 24px;
  }
  .nav-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 10px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.072em;
    transition: transform 0.2s ease;
  }
  .nav-btn:hover {
    transform: translateY(-2px);
  }
  .entry-btn {
    background-color: #ff5722;
    color: #ffffff;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
      0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  }
  .phone-btn {
    background-color: #056731;
    color: #ffffff;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
      0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  }

  /* パンくずリスト */
  .breadcrumb {
    background-color: #ffffff;
    padding: 10px 64px;
    margin-top: 95px;
    border-bottom: 1px solid #e2e3ef;
  }
  .breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
  }
  .breadcrumb a {
    color: #051090;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .breadcrumb .current {
    color: #000000;
    font-weight: 500;
  }

  /* ヒーローセクション */
  .hero {
    position: relative;
    width: 100%;
    height: 572px;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #056731;
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    opacity: 0.85;
  }
  .hero-person {
    position: absolute;
    bottom: 26vw;
    right: -72px;
    z-index: 2;
    width: 929px;
  }
  .hero-person img {
    width: 100%;
    height: auto;
    display: block;
  }
  .hero-content {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 65px 90px 90px 90px;
    z-index: 2;
  }
  .hero-left {
    position: absolute;
    left: 0;
  }
  .hero-title {
    margin-bottom: 15px;
    max-width: 580px;
  }
  .highlight-box {
    width: 100%;
    background-color: #ffffff;
    color: #056731;
    padding: 0 16px;
    font-weight: 700;
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
  }
  .highlight-box span:first-child {
    font-size: 4rem;
    color: #ff5722;
  }
  .highlight-box span:nth-child(2) {
    font-size: inherit;
    color: #ff5722;
  }
  .hero-left h1 {
    font-weight: 700;
    line-height: 1.13;
    color: #ffe926;
    margin: 0;
    font-feature-settings: "palt" 1;
  }
  .hero-left h1 .ttl-l {
    font-size: 3.6rem;
  }
  .hero-left h1 .ttl-m {
    font-size: 3.4rem;
  }
  .hero-left h1 .ttl-s {
    font-size: 2.9rem;
    color: #ffffff;
  }
  .hero-tags {
    display: flex;
    gap: 10px;
  }
  .tag {
    list-style-type: none;
    background-color: #ffffff;
    color: #051090;
    width: 224px;
    padding: 10px 20px;
    border: 3px solid #051090;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    box-shadow: 5px 3px 0px 0px rgba(35, 43, 143, 1);
    line-height: 1.2;
    transform: skewX(-20deg);
  }
  .tag span {
    display: inline-block;
    transform: skewX(20deg);
  }
  .hero-right {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    width: 95%;
    margin: auto;
  }
  .hero-bonus {
    width: 100%;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
  }
  .hero-bonus img {
    width: 100%;
    height: auto;
  }
  .hero-cta {
    width: 100%;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #051090 0%, #2d39cd 50%, #051090 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
  }
  .cta-button {
    display: flex;
    align-items: center;
    background-color: #ff5722;
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0px 4px 8px 0px rgba(63, 30, 8, 1);
    transition: transform 0.2s ease;
    gap: 24px;
  }
  .cta-button:hover {
    transform: translateY(-2px);
  }
  .cta-content {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .cta-tag {
    background-color: #ffffff;
    color: #ff5722;
    padding: 4px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
  }
  .cta-text {
    font-weight: 700;
    font-size: 24px;
  }
  .cta-arrow {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cta-arrow i {
    color: #ff5722;
    font-size: 18px;
  }

  /* 目次フローティングボタン */
  .table-of-contents-floating {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 1000;
  }
  .toc-toggle-btn {
    background-color: #056731;
    color: #ffffff;
    border: none;
    padding: 20px 16px 24px;
    border-radius: 8px 0px 0px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3),
      0px 4px 8px 3px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    font-family: "Noto Sans JP", sans-serif;
  }
  .toc-toggle-btn:hover {
    background-color: #045a28;
    transform: translateX(-5px);
  }
  .toc-toggle-btn i {
    font-size: 24px;
    color: #ffe926;
  }
  .toc-toggle-btn span {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.04em;
  }

  /* 目次メニュー */
  .toc-menu {
    position: fixed;
    top: 50%;
    right: -560px;
    transform: translateY(-50%);
    width: 510px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
      0px 12px 16px -4px rgba(0, 0, 0, 0.08);
    transition: right 0.3s ease;
    z-index: 1001;
  }
  .toc-menu.active {
    right: 0;
  }
  .toc-menu .toc-header {
    background-color: #056731;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
  .toc-menu .toc-header span {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  .toc-close-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 24px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
  }
  .toc-close-btn:hover {
    transform: scale(1.1);
  }
  .toc-content {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .toc-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 16px;
    text-decoration: none;
    color: #000000;
    border-radius: 4px;
    transition: background-color 0.2s ease;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .toc-item:hover {
    background-color: #f5f5f5;
  }
  .toc-dot {
    width: 8px;
    height: 8px;
    background-color: #056731;
    border-radius: 50%;
    flex-shrink: 0;
  }

  /* 目次オーバーレイ */
  .toc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .toc-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* 問題提起セクション */
  .problems-section {
    padding: 30px 0 36px 0;
    background-color: #e2e3ef;
    position: relative;
  }
  .problems-section::before {
    content: "";
    width: 280px;
    height: 62px;
    display: inline-block;
    background-color: #e2e3ef;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: -61px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .section-header {
    text-align: center;
    margin-bottom: 24px;
  }
  .section-header h2 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 16px;
  }
  .subtitle h3 {
    font-family: "Hiragino Kaku Gothic ProN";
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    color: #000000;
    margin-bottom: 16px;
  }
  .subtitle h3 p {
    display: inline-block;
    position: relative;
    font-size: 3.4rem;
    color: #051090;
  }
  .subtitle h3 p::before {
    content: "";
    width: 8px;
    height: 8px;
    clip-path: circle(50% at 50% 50%);
    background: #051090;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    top: -10px;
  }
  .problems-content {
    max-width: 856px;
    margin: 0 auto;
    position: relative;
  }
  .problems-list {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .problem-item {
    background-color: #ffffff;
    border: 1px solid #000000;
    border-radius: 8px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  .problem-item i {
    color: #051090;
    font-size: 16px;
  }
  .problem-item span {
    color: #ff5722;
  }
  .problems-image {
    width: 133px;
    height: 237px;
    position: absolute;
    bottom: -66px;
    right: -50px;
  }
  .problems-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  /* 解決セクション */
  .solution-section {
    background-color: #ffffff;
    padding: 82px 0 0px 0;
  }
  .solution-arrow {
    text-align: center;
    position: relative;
  }
  .solution-arrow h2 {
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    border-bottom: 10px solid #000000;
    display: inline-block;
    padding-bottom: 28px;
    line-height: 1.3;
  }

  /* 理由セクション */
  .reasons-section {
    padding: 40px 0 40px;
    background-color: #ffffff;
  }
  .section-subtitle {
    font-family: "DIN 2014 Narrow";
    font-weight: 600;
    font-size: 2rem;
    /* leading-trim: NONE; */
    line-height: 1;
    letter-spacing: 10%;
    text-align: center;
    color: #999999;
    margin-bottom: 16px;
  }
  .section-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-copy {
    font-size: 1.7rem;
  }
  .section-heading {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .section-heading-col {
    color: #ff5722;
  }
  .section-heading-small {
    font-size: 3.2rem;
  }
  .highlight {
    font-weight: 700;
    font-size: 40px;
    color: #000000;
  }
  .reasons-list {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
    padding: 0;
  }
  .reason-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .reason-image {
    max-width: 600px;
    min-width: calc(50% - 10px);
    width: 100%;
    height: 170px;
    border-radius: 20px;
    overflow: hidden;
  }
  .reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .reason-content {
    max-width: 488px;
    width: 100%;
  }
  .reason-number {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.2;
    color: #e2e3ef;
    margin: 0 0 18px 20px;
    transform: skewX(-15deg);
  }
  .reason-number span {
    font-size: 8rem;
  }
  .reason-ttl {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #ff5722;
    margin: 0 0 30px 0;
  }
  .reason-copy {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .reason-item.reverse .reason-content h3 {
    text-align: right;
  }
  .reason-item.reverse .reason-content p {
    text-align: right;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }

  /* 仕事内容セクション */
  .job-description-section {
    padding: 80px 0 50px;
    background-color: #ffffff;
    position: relative;
  }
  .job-description-section::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    position: absolute;
    bottom: -50px;
    left: 0;
  }
  .job-intro {
    text-align: center;
    margin-bottom: 40px;
  }
  .job-intro-text {
    background-color: #fffcd8;
    padding: 16px 40px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
  }
  .job-intro-text::before {
    content: "";
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    width: 64px;
    height: 20px;
    background-color: #fffcd8;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .job-intro-text p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
  }
  .job-cards {
    display: grid;
    gap: clamp(20px, 10vw, 40px);
    grid-template-columns: repeat(auto-fit, minmax(364px, 1fr));
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
  .job-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px -2px rgba(0, 0, 0, 0.03),
      0px 12px 16px -4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
  }
  .job-card-header {
    background-color: #051090;
    color: #ffffff;
    padding: 16px;
    text-align: center;
  }
  .job-card-header h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
  }
  .job-card-image {
    width: 100%;
    height: 260px;
    overflow: hidden;
  }
  .job-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .job-card-content {
    padding: 24px;
  }
  .job-card-content h4 {
    font-weight: 700;
    font-size: 20px;
    color: #051090;
    margin-bottom: 4px;
  }
  .job-card-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
  }

  /* CTAフローティングボタン */
  .cta-floating {
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 100;
  }

  /* スタッフの声セクション */
  .staff-voices-section {
    background-color: #e2e3ef;
    padding: 100px 0 0;
  }
  .staff-voices {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .staff-voice {
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .staff-info {
    display: flex;
    /* width: 100%; */
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }
  .staff-image {
    width: 150px;
    height: 150px;
    overflow: hidden;
  }
  .staff-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .staff-details {
    text-align: center;
  }
  .staff-role {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
  }
  .staff-name {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }
  .staff-message {
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 25px 30px;
    flex: 1;
  }
  .staff-message h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #051090;
    margin-bottom: 12px;
  }
  .staff-message p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
  }

  /* スケジュールセクション */
  .schedule-section {
    background-color: #e2e3ef;
    padding: 120px 0 80px;
  }
  .schedule-section .highlight {
    color: #ff5722;
  }
  .schedule-timeline {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .timeline-item {
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
  }
  .timeline-item:not(:last-child)::before {
    content: "";
    width: 55px;
    height: 22px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    background: #051090;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .timeline-time {
    flex-shrink: 0;
  }
  .time-badge {
    background-color: #051090;
    color: #ffffff;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 8px;
  }
  .time-period {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.167;
  }
  .time-line {
    width: 100%;
    padding-top: 2px;
    background-color: #ffffff;
  }
  .time-hour {
    font-weight: 700;
    font-size: 20px;
    line-height: 0.78;
  }
  .timeline-content {
    display: block;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    height: auto;
    width: 100%;
    padding: 15px 20px;
  }
  .timeline-card {
    width: calc((100% - 170px) - 20px);
    padding: 0;
  }
  .timeline-card h4 {
    font-weight: 700;
    font-size: 20px;
    color: #051090;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .timeline-card p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
  }
  .timeline-image {
    width: 170px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .timeline-image img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
  }

  /* 募集要項セクション */
  .job-conditions-section {
    background: rgba(255, 255, 255, 0.8)
      url("/assets/images/job-conditions-bk.jpg") repeat left top / 800px;
    background-blend-mode: lighten;
    padding: 80px 0;
  }
  .job-conditions {
    display: flex;
    flex-direction: column;
    gap: 160px;
    max-width: 1120px;
    margin: 0 auto;
  }
  .job-conditions:not(:last-child) {
    margin: 0 auto 120px auto;
  }
  .job-condition-card {
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
  .job-condition-header {
    background-color: #051090;
    color: #ffffff;
    padding: 16px 0px;
    text-align: center;
  }
  .job-condition-header h3 {
    font-weight: 700;
    font-size: 20px;
  }
  .job-condition-details {
    background-color: #ffffff;
  }
  .condition-item {
    display: flex;
  }
  .condition-label {
    background-color: #ffffff;
    border-bottom: 4px solid #051090;
    padding: 20px;
    width: 300px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #051090;
  }
  .condition-label p {
    display: flex;
    align-items: center;
  }
  .condition-label p::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
  }
  .condition-label.label-employ p::before {
    background-image: url("./assets/images/icon1.png");
  }
  .condition-label.label-place p::before {
    background-image: url("/assets/images/icon2.png");
  }
  .condition-label.label-time p::before {
    background-image: url("/assets/images/icon3.png");
  }
  .condition-label.label-salary p::before {
    background-image: url("/assets/images/icon4.png");
  }
  .condition-label.label-treatment p::before {
    background-image: url("/assets/images/icon5.png");
  }
  .condition-label.label-apply p::before {
    background-image: url("/assets/images/icon6.png");
  }
  .condition-label.label-shift p::before {
    background-image: url("/assets/images/icon7.png");
  }
  .condition-value {
    background-color: #ffffff;
    border-bottom: 4px solid #e2e3ef;
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0px;
  }
  .condition-value p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
  }
  .condition-value p strong {
    font-weight: 700;
  }

  /* よくある質問セクション */
  .faq-section {
    background-color: #e2e3ef;
    padding: 80px 0;
  }
  .faq-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .faq-item {
    overflow: hidden;
  }
  .faq-question {
    color: #ffffff;
    padding: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
  }
  .faq-number {
    background-color: #051090;
    color: #ffffff;
    padding: 14px 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    flex-shrink: 0;
  }
  .faq-question span:last-child {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    color: #000000;
  }
  .faq-answer {
    background-color: #fafafa;
    padding: 20px;
    text-align: justify;
    border-radius: 6px;
  }
  .faq-answer p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
  }

  /* 会社情報セクション */
  .company-info-section {
    background-color: #ffffff;
    padding: 80px 0;
  }
  .company-info {
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: center;
  }
  .company-map {
    max-width: 1002px;
    width: 100%;
    height: 405px;
    margin: 0 auto;
  }
  .company-map iframe {
    width: 100%;
    height: 100%;
  }
  .company-logo img {
    width: 200px;
    height: auto;
  }
  .company-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 800px;
    width: 100%;
  }
  .company-detail-item {
    display: flex;
    gap: 40px;
    padding: 0px 24px;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 24px;
  }
  .detail-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    width: 150px;
    flex-shrink: 0;
  }
  .detail-value {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    display: block;
  }
  .map-link {
    margin-top: 16px;
    margin-left: auto;
  }
  .map-link a {
    color: #000000;
    text-decoration: none;
    border: 1px solid #333333;
    border-radius: 24px;
    padding: 0px 24px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.2s ease;
  }
  .map-link a:hover {
    background-color: #f5f5f5;
  }
  .company-link {
    max-width: 1088px;
    margin: 80px auto 0;
  }
  .company-link-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  .company-link-banner {
    max-width: 336px;
    width: 100%;
    height: 160px;
  }
  .company-link-banner a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 4px 6px -2px #00000008;
    box-shadow: 0px 12px 16px -4px #00000014;
    position: relative;
  }
  .company-link-banner img {
    width: 110%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .company-link-banner p {
    background: rgba(255, 255, 255, 0.8);
    color: #051090;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
  }
  .company-link-banner p::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #051090;
    border-right: 2px solid #051090;
    margin-left: 24px;
    transform: rotate(45deg);
  }

  /* お問い合わせセクション */
  .contact-section {
    background-color: #051090;
    padding: 80px 160px;
  }
  .contact-section .section-header {
    color: #ffffff;
    margin-bottom: 64px;
  }
  .contact-section .section-subtitle {
    color: #999999;
    margin: 0 0 16px 0;
  }
  .contact-section h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 4rem;
  }
  .contact-description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    margin-top: 32px;
  }
  .contact-cta {
    display: flex;
    justify-content: center;
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .contact-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .contact-title {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-family: "Noto Sans CJK JP";
    font-weight: 700;
    font-size: 20px;
    line-height: 1.45;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-line {
    flex: 1;
    height: 2px;
    background-color: #ffffff;
  }
  .contact-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    width: 420px;
    height: 100px;
    transition: transform 0.2s ease;
  }
  .contact-btn:hover {
    transform: translateY(-2px);
  }
  .contact-btn.entry-btn {
    background-color: #ff5722;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 0.04em;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
      0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  }
  .contact-btn.phone-btn {
    background-color: #056731;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 0.03em;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.06),
      0px 4px 8px -2px rgba(0, 0, 0, 0.1);
  }

  /* フッター */
  footer {
    padding: 20px 20px 100px;
    margin: 0;
  }
  .footer_nav .foot_01 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_nav .foot_01 li {
    margin: 0 3px;
  }
  footer .copyright {
    margin-top: 20px;
    text-align: center;
  }
  .footer {
    background-color: #000000;
    padding: 20px 160px 99px;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .footer-links {
    display: flex;
    gap: 64px;
  }
  .footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
  }
  .footer-copyright p {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
  }
  .nav-container {
    padding: 16px 0;
    flex-direction: column;
    gap: 9px;
  }
  .nav-buttons {
    width: 100%;
    justify-content: center;
  }
  .breadcrumb {
    padding: 10px 0;
    margin-top: 70px;
  }
  .hero {
    /* min-height: 138vw; */
    height: 132vw;
  }
  .hero-content {
    padding: 20px 20px 60px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .hero-left h1 {
    font-size: 28px;
    text-align: left;
    padding: 0 20px 0 10px;
  }
  .highlight-box {
    font-size: 22px;
    padding: 6px 12px;
    text-align: left;
  }
  .hero-tags {
    justify-content: center;
    width: 90%;
    flex-wrap: nowrap;
    margin: auto;
  }
  .tag {
    font-size: 16px;
    padding: 8px 0;
    box-shadow: 3px 2px 0px 0px rgba(35, 43, 143, 1);
  }
  .hero-person {
    width: 100%;
    max-width: none;
    right: 0;
    left: 0;
    margin: auto;
  }
  .hero-right {
    margin-top: 0;
  }
  .bonus-badge {
    padding: 15px 20px;
    transform: rotate(-5deg);
  }
  .bonus-text {
    font-size: 18px;
  }
  .bonus-amount {
    font-size: 48px;
  }
  .hero-cta {
    bottom: 40px;
    position: relative;
    transform: none;
    left: auto;
    margin-top: 30px;
  }
  .cta-button {
    padding: 12px 24px;
    gap: 16px;
  }
  .cta-tag {
    font-size: 16px;
  }
  .cta-text {
    font-size: 18px;
  }
  .cta-arrow {
    width: 32px;
    height: 32px;
  }
  .cta-arrow i {
    font-size: 14px;
  }
  .problems-content {
    flex-direction: column;
  }
  .problems-list {
    grid-template-columns: 1fr;
  }
  .reason-item.reverse {
    flex-direction: column-reverse;
    text-align: center;
  }
  .reason-content h3 {
    text-align: center !important;
    font-size: 25px;
  }
  .reason-content p {
    text-align: center !important;
  }
  .job-cards {
    grid-template-columns: 1fr;
  }
  .staff-voice {
    flex-direction: column;
    text-align: center;
  }
  .staff-voice.reverse {
    flex-direction: column-reverse;
  }
  .timeline-item {
    flex-direction: row;
    gap: 10px;
  }
  .timeline-content {
    flex-direction: revert;
  }
  .timeline-card {
    border-radius: 8px;
    width: 100%;
  }
  .timeline-image {
    border-radius: 0;
    width: 20%;
    height: auto;
    float: right;
  }
  .condition-item {
    flex-direction: column;
  }
  .condition-label {
    width: 100%;
    text-align: center;
  }
  .contact-cta {
    flex-direction: column;
    gap: 32px;
  }
  .contact-btn {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .company-info {
    flex-direction: column;
    text-align: center;
  }
  .company-detail-item {
    flex-direction: column;
    gap: 10px;
    text-align: left;
  }
  .footer-links {
    flex-direction: row;
    gap: 16px;
    text-align: center;
  }
  .reasons-list,
  .job-description-section,
  .staff-voices-section,
  .schedule-section,
  .job-conditions-section,
  .faq-section,
  .company-info-section,
  .contact-section,
  .footer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cta-floating {
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
  }
  .cta-floating .cta-button {
    padding: 12px 24px;
    font-size: 18px;
    justify-content: center;
  }

  /* 目次レスポンシブ */
  .table-of-contents-floating {
    top: 150px;
  }
  .toc-toggle-btn {
    padding: 16px 12px 20px;
    font-size: 16px;
  }
  .toc-toggle-btn i {
    font-size: 20px;
  }
  .toc-menu {
    width: 300px;
    right: -320px;
  }
  .toc-menu.active {
    right: 10px;
  }
  .toc-item {
    font-size: 16px;
    padding: 8px 12px;
  }
  .toc-dot {
    width: 20px;
    height: 20px;
  }
}
