@charset "UTF-8";
/* ------------------------------------------------------------------------------
  Top : FV（sec-fv）
------------------------------------------------------------------------------ */
/* 最長行「ADVANCING MANUFACTURING」（24字・u-text-split の inline-block 分を含む） */
.sec-fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px);
  height: calc(100svh - 70px);
  margin-top: 70px;
  overflow: hidden;
  z-index: 0;
}

/* 背景動画（viewport基準・固定表示） */
.sec-fv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -1;
}

.sec-fv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 動画上：rgba(31,31,31,0.3) */
.sec-fv__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(31, 31, 31, 0);
  pointer-events: none;
}

/* セクション全体：rgba(31,31,31,0.5) */
.sec-fv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(31, 31, 31, 0.5);
  pointer-events: none;
}

/* コンテンツラッパー（最大1440px・下部配置） */
.sec-fv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(20px, 2.01vw, 29px) clamp(24px, 3vw, 27px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  container-type: inline-size;
}

.sec-fv__txt {
  width: 100%;
  color: #fff;
}

.sec-fv__catch {
  margin: 0;
  font-size: clamp(0.875rem, 1.25vw, 1.5rem);
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.02em;
  opacity: 0;
}

.sec-fv__title {
  margin: clamp(10px, 1.35vw, 26px) 0 0;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: clamp(2rem, 5.972 * (min(100vw, 1440px) - 58px) / 100, 5.375rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sec-fv__title.u-text-split .u-text-split__line + .u-text-split__line {
  margin-top: 0;
}
.sec-fv__title.u-text-split .u-text-split__line {
  line-height: inherit;
  white-space: nowrap;
}
.sec-fv__title.u-text-split .u-text-split__char {
  line-height: inherit;
}

.sec-fv__title-line {
  display: block;
  white-space: nowrap;
}

/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-fv__inner {
    padding-bottom: clamp(20px, 2.5vw, 24px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-fv__catch {
    font-size: clamp(0.8125rem, 1.1vw, 0.875rem);
  }
  .sec-fv__title {
    font-size: clamp(2rem, 5.2vw, 3.25rem);
  }
  .sec-fv__title.u-text-split .u-text-split__line {
    white-space: normal;
  }
  .sec-fv__title-line {
    white-space: normal;
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-fv__inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .sec-fv__catch {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .sec-fv__title {
    /* 左右余白（20px）を保ちつつブラウザ幅いっぱいに広げる */
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-inline: 20px;
    box-sizing: border-box;
    container-type: inline-size;
    margin-top: 10px;
    /* 英字下20px + 固定フッターCTA（60px + safe-area） */
    margin-bottom: calc(80px + env(safe-area-inset-bottom));
    /* padding内の実幅（100cqw）に合わせてサイズ調整（100vwはスクロールバー分はみ出すため不使用） */
    font-size: clamp(0.875rem, 100cqw / 16, 5.375rem);
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .sec-fv__title.u-text-split .u-text-split__line {
    white-space: nowrap;
  }
  .sec-fv__title.u-text-split .u-text-split__char {
    letter-spacing: inherit;
  }
  .sec-fv__title.u-text-split .u-text-split__line + .u-text-split__line {
    margin-top: 0.12em;
  }
  .sec-fv__title-line {
    white-space: nowrap;
  }
  .sec-fv__title-line + .sec-fv__title-line {
    margin-top: 0.12em;
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-fv__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
  }
  .sec-fv__catch {
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .sec-fv__title {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-inline: 16px;
    margin-top: 8px;
    letter-spacing: 0.015em;
  }
  .sec-fv__title.u-text-split .u-text-split__line + .u-text-split__line {
    margin-top: 0.12em;
  }
  .sec-fv__title-line + .sec-fv__title-line {
    margin-top: 0.12em;
  }
}
/* ------------------------------------------------------------------------------
  Top : 私たちの強み（sec-strength）
------------------------------------------------------------------------------ */
.sec-strength {
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 8.33vw, 160px) 0 clamp(80px, 8.33vw, 160px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.88) 61.058%, rgba(238, 238, 238, 0.85) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sec-strength__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4%;
}

/* 画像エリア（inner 幅の 48% で同比率縮小） */
.sec-strength__media {
  position: relative;
  flex: 0 1 48%;
  width: 48%;
  min-width: 0;
  padding-bottom: calc(0.1704545455 * 100%);
}

.sec-strength__figure {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
}
.sec-strength__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sec-strength__figure--main {
  width: calc(0.7826704545 * 100%);
  aspect-ratio: 0.9945848375;
}

.sec-strength__figure--sub {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 52.3%;
  aspect-ratio: 1.3381818182;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* テキストエリア（inner 幅の 48% で同比率縮小） */
.sec-strength__body {
  flex: 0 1 48%;
  width: 48%;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* マーキー（absolute・下端をわずかに見切る）
   ※ heightはmarquee-textのfont-size（clamp(6.25rem, 16.275vw, 19.53125rem)）を
     画面幅を問わず常に上回るよう、同じvw係数の1.2倍で追従させ、広幅画面での上端見切れを防ぐ */
.sec-strength__marquee {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 100%;
  height: clamp(140px, 19.53vw, 375px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.sec-strength__lead {
  margin: clamp(32px, 4vw, 61px) 0 0;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.67;
  color: #1f1f1f;
}

/* 注釈（当社従来機比 など） */
.sec-strength__lead-note {
  margin-left: 0.25em;
  font-size: clamp(0.75rem, 1.4vw, 0.75rem);
  font-weight: 400;
  line-height: 1.67;
}

.sec-strength__text {
  margin: clamp(24px, 3vw, 40px) 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #1f1f1f;
}

.sec-strength__body .c-view-more {
  margin-top: clamp(32px, 4vw, 48px);
}

.sec-strength__marquee-track {
  display: flex;
  width: max-content;
  animation: sec-strength-marquee-left 22s linear infinite;
}

.sec-strength__marquee-text {
  margin: 0;
  padding-right: 0.4em;
  font-family: "Figtree", sans-serif;
  font-size: clamp(6.25rem, 16.275vw, 19.53125rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(204, 204, 204, 0.8);
  white-space: nowrap;
}

@keyframes sec-strength-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
/* backdrop-filter 非対応時は不透過にフォールバック */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .sec-strength {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 61.058%, rgba(238, 238, 238, 0.95) 100%);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-strength {
    padding: clamp(64px, 8vw, 80px) 0 clamp(64px, 8vw, 80px);
  }
  .sec-strength__lead {
    margin-top: clamp(24px, 3vw, 48px);
    font-size: clamp(1rem, 1.15vw, 1.25rem);
  }
  .sec-strength__text {
    margin-top: clamp(20px, 2.5vw, 32px);
  }
  .sec-strength__body .c-view-more {
    margin-top: clamp(28px, 3.5vw, 40px);
  }
  .sec-strength__marquee {
    bottom: -20px;
    height: clamp(100px, 20vw, 180px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-strength__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .sec-strength__media,
  .sec-strength__body {
    flex: none;
    width: 100%;
  }
  .sec-strength__media {
    min-height: 0;
    padding-bottom: calc(41.1005434783% * 0.42);
  }
  .sec-strength__figure--main {
    width: 100%;
    aspect-ratio: 1.3333333333;
  }
  .sec-strength__figure--sub {
    width: 55%;
  }
  .sec-strength__body {
    padding-top: 0;
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-strength {
    padding: 64px 0 80px;
  }
  .sec-strength__inner {
    gap: 32px;
  }
  .sec-strength__media {
    padding-bottom: 15.6182065217%;
  }
  .sec-strength__lead {
    margin-top: 32px;
    font-size: 1.125rem;
  }
  .sec-strength__text {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .sec-strength__body .c-view-more {
    margin-top: 32px;
  }
  .sec-strength__marquee {
    bottom: -16px;
    height: clamp(80px, 22vw, 120px);
  }
  .sec-strength__marquee-track {
    animation-duration: 18s;
  }
  .sec-strength__marquee-text {
    font-size: clamp(4.375rem, 22.5vw, 7.5rem);
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-strength {
    padding: 48px 0 64px;
  }
  .sec-strength__inner {
    gap: 24px;
    padding: 0 16px;
  }
  .sec-strength__media {
    padding-bottom: 16.4701086957%;
  }
  .sec-strength__figure--sub {
    width: 58%;
  }
  .sec-strength__lead {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .sec-strength__text {
    margin-top: 20px;
    line-height: 1.9;
  }
  .sec-strength__body .c-view-more {
    margin-top: 28px;
  }
  .sec-strength__marquee {
    bottom: -12px;
    height: clamp(64px, 18vw, 96px);
  }
  .sec-strength__marquee-text {
    font-size: clamp(3.4375rem, 20vw, 5.625rem);
  }
}
/* ------------------------------------------------------------------------------
  Top : 製品一覧（sec-product）
------------------------------------------------------------------------------ */
.sec-product {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 8.33vw, 160px) 0;
  background: #fff;
}

.sec-product > .sec-product__inner:first-of-type {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  margin-bottom: clamp(24px, 3vw, 38px);
}

/* 右方向はみ出し + 左方向クリップ */
.sec-product__bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.sec-product__clip {
  overflow: hidden;
  width: 100vw;
  padding-left: max(20px, (100vw - 1440px) / 2 + 20px);
  box-sizing: border-box;
}

.sec-product__inner--swiper {
  max-width: none;
  margin: 0;
  padding: 0;
}

.sec-product__swiper {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sec-product__swiper .swiper-wrapper,
.sec-product__swiper .sec-product__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: auto;
  height: auto;
  box-sizing: border-box;
}

.sec-product__slide,
.sec-product__swiper .swiper-slide {
  flex-shrink: 0;
  width: min(320px, 100vw - 60px);
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .sec-product__slide,
  .sec-product__swiper .swiper-slide {
    width: calc((min(100vw, 1280px) - 78px - 40px) * 0.5);
  }
}
@media (max-width: 980px) and (min-width: 769px) {
  .sec-product__slide,
  .sec-product__swiper .swiper-slide {
    width: calc((100vw - 48px - 32px) * 0.5);
  }
}
.sec-product__card {
  height: 100%;
}

.sec-product__link {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.sec-product__card-media {
  margin: 0;
  aspect-ratio: 1.6214285714;
  overflow: hidden;
  background: #f0f0f0;
}
.sec-product__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.sec-product__card-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sec-product__card-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.67;
  color: #1f1f1f;
}

.sec-product__card-title-en {
  margin: 0;
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #1f1f1f;
}

.sec-product__card-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #1f1f1f;
}

.sec-product__card .c-view-more {
  margin-top: auto;
}

/* ホバー（画像ズーム・View more矢印） */
@media (hover: hover) {
  .sec-product__link:hover .sec-product__card-media img {
    transform: scale(1.08);
  }
  .sec-product__link:hover .c-view-more__arrow-track {
    transform: translateX(0);
  }
}
/* フッター（ページャー + View more） */
.sec-product > .sec-product__inner:last-of-type {
  max-width: 1440px;
  margin: clamp(48px, 5vw, 80px) auto 0;
  padding: 0 20px;
}

.sec-product__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sec-product__pager {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  max-width: 1280px;
}

.sec-product__nav {
  flex-shrink: 0;
  width: 32px;
  height: 45px;
  padding: 0;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  margin: 0;
}
.sec-product__nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 0;
  transition: border-color 0.3s ease;
}
.sec-product__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

@media (hover: hover) {
  .sec-product__nav:hover:not(.swiper-button-disabled) {
    background-color: #1f1f1f;
    border-color: #1f1f1f;
  }
  .sec-product__nav:hover:not(.swiper-button-disabled)::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.sec-product__nav--prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.sec-product__nav--next::after {
  margin-left: -2px;
}

.sec-product__scrollbar {
  position: relative;
  flex: 1;
  min-width: 60px;
  height: 1px;
  background: #cccccc;
  border-radius: 0;
}
.sec-product__scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  height: 1px;
}
.sec-product__scrollbar .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background: #1f1f1f;
  border-radius: 0;
}

/* Swiper デフォルトボタン位置リセット */
.sec-product__nav.swiper-button-prev,
.sec-product__nav.swiper-button-next {
  inset: auto;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.sec-product__foot .c-view-more {
  flex-shrink: 0;
}

/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-product {
    padding: clamp(64px, 8vw, 80px) 0;
  }
  .sec-product > .sec-product__inner:first-of-type {
    margin-bottom: clamp(20px, 3vw, 32px);
  }
  .sec-product > .sec-product__inner:last-of-type {
    margin-top: clamp(40px, 5vw, 64px);
  }
  .sec-product__clip {
    padding-left: 20px;
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-product__link {
    gap: clamp(24px, 3vw, 32px);
  }
  .sec-product__foot {
    gap: 20px;
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-product {
    padding: 64px 0;
  }
  .sec-product__clip {
    padding-left: 20px;
  }
  .sec-product__slide,
  .sec-product__swiper .swiper-slide {
    /* 768px以下：2製品表示（clip左余白 + gap を除いた半分） */
    width: calc((100vw - 20px - 32px) * 0.5);
  }
  .sec-product__link {
    gap: 28px;
  }
  .sec-product__card-title {
    font-size: clamp(1.375rem, 3.5vw, 1.5rem);
  }
  .sec-product__card-text {
    font-size: 0.875rem;
    line-height: 1.9;
  }
  .sec-product__card-text br {
    display: none;
  }
  .sec-product__foot {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .sec-product__pager {
    max-width: none;
  }
  .sec-product__foot .c-view-more {
    align-self: flex-start;
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-product {
    padding: 48px 0;
  }
  .sec-product > .sec-product__inner:first-of-type,
  .sec-product > .sec-product__inner:last-of-type {
    padding: 0 16px;
  }
  .sec-product > .sec-product__inner:last-of-type {
    margin-top: 40px;
  }
  .sec-product__clip {
    padding-left: 16px;
    padding-right: 16px;
  }
  .sec-product__slide,
  .sec-product__swiper .swiper-slide {
    /* 480px以下：1製品表示 */
    width: calc(100vw - 32px);
  }
  .sec-product__link {
    gap: 24px;
  }
  .sec-product__card-head {
    gap: 4px;
  }
  .sec-product__card-title {
    font-size: clamp(1.25rem, 4.5vw, 1.375rem);
    line-height: 1.5;
  }
  .sec-product__card-title-en {
    font-size: 0.6875rem;
  }
  .sec-product__card-text {
    font-size: 0.875rem;
    line-height: 1.9;
    letter-spacing: 0.01em;
  }
  .sec-product__pager {
    gap: 12px;
  }
  .sec-product__nav {
    width: 28px;
    height: 40px;
  }
  .sec-product__foot {
    gap: 20px;
  }
}
/* ------------------------------------------------------------------------------
  Top : 製作事例（sec-works）
------------------------------------------------------------------------------ */
.sec-works {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 8.33vw, 160px) 0;
  color: #fff;
  overflow: hidden;
}

.sec-works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sec-works__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.sec-works__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-works__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(24px, 2.5vw, 38px);
}

.sec-works__head .c-index-title {
  flex: 1 1 auto;
  min-width: 144px;
  flex-shrink: 0;
}

.sec-works__head-link {
  flex-shrink: 0;
}

.sec-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: stretch;
}

.sec-works__card {
  flex: 0 1 calc((100% - 60px * 2) / 3);
  min-width: 0;
  max-width: 440px;
  height: 100%;
}

.sec-works__link {
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.sec-works__card-media {
  margin: 0;
  aspect-ratio: 1.6296296296;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}
.sec-works__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.sec-works__card-head {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sec-works__card-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.67;
  color: #fff;
}

.sec-works__card-date {
  font-family: "Figtree", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.sec-works__card-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
}

.sec-works__card .c-view-more {
  margin-top: auto;
}

/* ホバー（画像ズーム・View more矢印） */
@media (hover: hover) {
  .sec-works__link:hover .sec-works__card-media img {
    transform: scale(1.08);
  }
  .sec-works__link:hover .c-view-more__arrow-track {
    transform: translateX(0);
  }
}
/* SP */
@media (max-width: 768px) {
  .sec-works {
    padding: 64px 0;
  }
  .sec-works__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
  }
  .sec-works__list {
    flex-direction: column;
    gap: 48px;
  }
  .sec-works__card {
    flex: none;
    width: 100%;
    max-width: none;
  }
}
/* ------------------------------------------------------------------------------
  Top : 主要取引先（sec-trusted）
------------------------------------------------------------------------------ */
.sec-trusted {
  position: relative;
  z-index: 1;
  isolation: isolate;
  padding: clamp(80px, 7.29vw, 140px) 0;
  background: #f7f7f7;
  overflow: hidden;
}

.sec-trusted__inner {
  display: grid;
  grid-template-columns: 302px minmax(0, 1fr);
  align-items: start;
  column-gap: clamp(32px, 14.9vw, 215px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-trusted__body {
  width: 100%;
  max-width: 302px;
  min-width: 0;
  padding-top: clamp(0px, 10.97vw, 158px);
}

.sec-trusted__lead {
  margin: clamp(32px, 4vw, 61px) 0 0;
  font-size: clamp(1.125rem, 1.25vw, 1.5rem);
  font-weight: 500;
  line-height: 1.67;
  color: #1f1f1f;
}

.sec-trusted__body .c-view-more {
  margin-top: clamp(32px, 4vw, 61px);
}

/* 画像エリア */
.sec-trusted__media {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 923px;
  min-width: 0;
  margin: 0 0 0 auto;
}

.sec-trusted__figure {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.sec-trusted__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

/* 業種ラベル */
.sec-trusted__categories {
  margin: 0;
  padding: clamp(16px, 1.39vw, 20px) clamp(20px, 2.78vw, 40px);
  background: #fff;
  font-size: clamp(1rem, 1.04vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
  color: #1f1f1f;
  text-align: center;
}

/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-trusted {
    padding: clamp(64px, 8vw, 80px) 0;
  }
  .sec-trusted__inner {
    column-gap: clamp(32px, 5vw, 64px);
  }
  .sec-trusted__body {
    padding-top: clamp(0px, 8vw, 80px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-trusted__inner {
    grid-template-columns: 1fr;
    justify-content: stretch;
    row-gap: clamp(40px, 5vw, 48px);
  }
  .sec-trusted__body {
    max-width: none;
    padding-top: 0;
  }
  .sec-trusted__media {
    max-width: none;
    margin: 0;
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-trusted {
    padding: 64px 0;
  }
  .sec-trusted__inner {
    row-gap: 40px;
  }
  .sec-trusted__lead {
    margin-top: 32px;
    font-size: 1.25rem;
  }
  .sec-trusted__body .c-view-more {
    margin-top: 32px;
  }
  .sec-trusted__categories {
    line-height: 1.75;
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-trusted {
    padding: 48px 0;
  }
  .sec-trusted__inner {
    padding: 0 16px;
    row-gap: 32px;
  }
  .sec-trusted__lead {
    margin-top: 24px;
    font-size: 1.125rem;
    line-height: 1.75;
  }
  .sec-trusted__body .c-view-more {
    margin-top: 24px;
  }
  .sec-trusted__categories {
    padding: 16px 20px;
    font-size: 1rem;
    line-height: 1.75;
  }
}
/* ------------------------------------------------------------------------------
  Top : 生産現場の課題解決（sec-solution）
------------------------------------------------------------------------------ */
.sec-solution {
  position: relative;
  z-index: 1;
  padding: clamp(80px, 8.33vw, 160px) 0;
  background: #fff;
}

.sec-solution__inner {
  display: grid;
  grid-template-columns: minmax(0, 590px) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(32px, 5.9vw, 85px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-solution__media {
  width: 100%;
  max-width: 590px;
  align-self: center;
}

.sec-solution__figure {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: clamp(400px, 52vw, 729px);
  max-height: 729px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
}

.sec-solution__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
}
.sec-solution__img.is-active {
  opacity: 1;
}

.sec-solution__body {
  width: 100%;
  max-width: 765px;
  min-width: 0;
  align-self: center;
  padding-top: 0;
}

.sec-solution__body .c-index-title {
  min-width: 225px;
}

.sec-solution__list {
  margin: clamp(32px, 3.8vw, 55px) 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 765px;
  border-top: 1px solid #cccccc;
}

.sec-solution__item {
  border-bottom: 1px solid #cccccc;
}

.sec-solution__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 74px;
  padding: 5px 20px;
  color: #1f1f1f;
  text-decoration: none;
}
.sec-solution__link:hover, .sec-solution__link:focus-visible {
  opacity: 1;
}

.sec-solution__link-text {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 40px;
}

.sec-solution__link-icon {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 14.5px;
  height: 10px;
  overflow: hidden;
}
.sec-solution__link-icon img {
  position: absolute;
  top: 0;
  left: -14.5px;
  width: 12px;
  height: auto;
  transition: transform 0.4s ease;
}
.sec-solution__link-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 10px;
  background: url("/images/cmn_img/icon_arrow.svg") no-repeat center/contain;
  transition: transform 0.4s ease;
}

@media (hover: hover) {
  .sec-solution__link:hover .sec-solution__link-icon img,
  .sec-solution__link:focus-visible .sec-solution__link-icon img {
    transform: translateX(14.5px);
  }
  .sec-solution__link:hover .sec-solution__link-icon::before,
  .sec-solution__link:focus-visible .sec-solution__link-icon::before {
    transform: translateX(14.5px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-solution {
    padding: clamp(64px, 8vw, 80px) 0;
  }
  .sec-solution__inner {
    column-gap: clamp(32px, 4vw, 48px);
  }
  .sec-solution__figure {
    min-height: clamp(480px, 58vw, 729px);
  }
  .sec-solution__list {
    margin-top: clamp(28px, 3.5vw, 40px);
  }
  .sec-solution__body .c-index-title {
    min-width: 0;
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-solution__inner {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: clamp(32px, 4vw, 40px);
  }
  .sec-solution__media {
    display: block;
    max-width: none;
    align-self: auto;
  }
  .sec-solution__figure {
    flex: none;
    min-height: 0;
    max-height: none;
    height: clamp(280px, 52vw, 420px);
  }
  .sec-solution__body {
    max-width: none;
    padding-top: 0;
  }
  .sec-solution__list {
    max-width: none;
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-solution {
    padding: 64px 0;
  }
  .sec-solution__figure {
    height: clamp(240px, 56vw, 400px);
    min-height: 0;
    max-height: none;
  }
  .sec-solution__list {
    margin-top: 32px;
  }
  .sec-solution__link {
    gap: 16px;
    min-height: 66px;
    padding: 5px 16px;
  }
  .sec-solution__link-text {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-solution {
    padding: 48px 0;
  }
  .sec-solution__inner {
    padding: 0 16px;
    row-gap: 28px;
  }
  .sec-solution__figure {
    height: clamp(200px, 52vw, 320px);
    min-height: 0;
    max-height: none;
  }
  .sec-solution__list {
    margin-top: 24px;
  }
  .sec-solution__link {
    gap: 12px;
    min-height: 62px;
    padding: 5px 12px;
  }
  .sec-solution__link-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
/* ------------------------------------------------------------------------------
  Top : 採用情報（sec-recruit）
------------------------------------------------------------------------------ */
.sec-recruit {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: clamp(560px, 48.6vw, 700px);
  color: #fff;
}

.sec-recruit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.sec-recruit__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sec-recruit__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, clamp(320px, 29vw, 420px)) minmax(0, 1fr);
  align-items: start;
  gap: clamp(24px, 5vw, 64px);
  max-width: 1440px;
  min-height: clamp(560px, 48.6vw, 700px);
  margin: 0 auto;
  padding: 0 20px;
}

.sec-recruit__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: clamp(64px, 7.6vw, 110px) 0 clamp(32px, 3.3vw, 48px);
}

.sec-recruit__body .c-index-title {
  flex-shrink: 0;
  min-width: 144px;
}

.sec-recruit__lead {
  margin: clamp(28px, 2.6vw, 38px) 0 0;
  font-size: clamp(2rem, 3.33vw, 3rem);
  font-weight: 500;
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.sec-recruit__text {
  margin: clamp(32px, 3.1vw, 45px) 0 0;
  max-width: min(395px, 100%);
  font-size: clamp(0.9375rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

.sec-recruit__body .c-view-more {
  margin-top: clamp(32px, 3.1vw, 45px);
}

.sec-recruit__media--desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% + min(5.5555555556vw, 80px));
  height: 700px;
  overflow: hidden;
  pointer-events: none;
}

.sec-recruit__media-mobile {
  display: none;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}

.sec-recruit__media-track {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 100%;
}

.sec-recruit__col {
  flex: 0 0 auto;
  width: min(326px, 42vw);
  height: 100%;
  overflow: hidden;
}

.sec-recruit__col--left,
.sec-recruit__col--right {
  transform: none;
}

.sec-recruit__swiper {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sec-recruit__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.sec-recruit__slide {
  flex-shrink: 0;
  width: 100%;
  height: calc(min(326px, 42vw) * 200px / 326px);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.sec-recruit__figure {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.sec-recruit__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sec-recruit__swiper-horizontal {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sec-recruit__swiper-horizontal .swiper-wrapper {
  transition-timing-function: linear;
}

.sec-recruit__slide-horizontal {
  flex-shrink: 0;
  width: min(280px, 65vw);
  height: calc(min(280px, 65vw) * 200px / 326px);
  margin: 0;
  box-sizing: border-box;
}

/* ------------------------------------------------------------------------------
  Tablet wide（980px以下：ヘッダーと同幅）
------------------------------------------------------------------------------ */
@media (max-width: 980px) {
  .sec-recruit__inner {
    column-gap: clamp(24px, 4vw, 48px);
  }
  .sec-recruit__body {
    padding-top: clamp(48px, 8vw, 80px);
    padding-bottom: clamp(24px, 4vw, 40px);
  }
  .sec-recruit__body .c-index-title {
    min-width: 0;
  }
  .sec-recruit__lead {
    white-space: normal;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    line-height: 1.35;
  }
  .sec-recruit__text {
    max-width: none;
  }
  .sec-recruit__media--desktop {
    width: calc(100% + min(48px, 6vw));
    height: clamp(420px, 58vw, 560px);
  }
  .sec-recruit__col {
    width: min(260px, 38vw);
  }
  .sec-recruit__slide {
    height: calc(min(260px, 38vw) * 200px / 326px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet wide（900px以下）
------------------------------------------------------------------------------ */
@media (max-width: 900px) {
  .sec-recruit {
    min-height: auto;
  }
  .sec-recruit__inner {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: clamp(32px, 5vw, 40px);
    min-height: auto;
  }
  .sec-recruit__body {
    padding: clamp(56px, 8vw, 64px) 0 0;
  }
  .sec-recruit__lead {
    margin-top: 32px;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    line-height: 1.35;
  }
  .sec-recruit__text {
    margin-top: 32px;
    line-height: 1.85;
  }
  .sec-recruit__body .c-view-more {
    margin-top: 32px;
  }
  .sec-recruit__media--desktop {
    display: none;
  }
  .sec-recruit__media-mobile {
    display: block;
    padding-bottom: clamp(32px, 5vw, 48px);
  }
  .sec-recruit__slide-horizontal {
    width: min(280px, 65vw);
    height: calc(min(280px, 65vw) * 200px / 326px);
  }
}
/* ------------------------------------------------------------------------------
  Tablet（768px以下）
------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  .sec-recruit__body {
    padding-top: 48px;
  }
  .sec-recruit__lead {
    margin-top: 28px;
    font-size: clamp(1.5rem, 5.5vw, 2rem);
  }
  .sec-recruit__text {
    margin-top: 28px;
    font-size: 0.9375rem;
    line-height: 1.85;
  }
  .sec-recruit__body .c-view-more {
    margin-top: 28px;
  }
  .sec-recruit__media-mobile {
    padding-bottom: 40px;
  }
  .sec-recruit__slide-horizontal {
    width: min(240px, 62vw);
    height: calc(min(240px, 62vw) * 200px / 326px);
  }
}
/* ------------------------------------------------------------------------------
  Smartphone（480px以下）
------------------------------------------------------------------------------ */
@media (max-width: 480px) {
  .sec-recruit__inner {
    padding: 0 16px;
    row-gap: 28px;
  }
  .sec-recruit__body {
    padding-top: 48px;
  }
  .sec-recruit__lead {
    margin-top: 24px;
    font-size: 1.625rem;
    line-height: 1.35;
  }
  .sec-recruit__text {
    margin-top: 24px;
    font-size: 0.875rem;
    line-height: 1.85;
  }
  .sec-recruit__body .c-view-more {
    margin-top: 24px;
  }
  .sec-recruit__media-mobile {
    padding-bottom: 32px;
  }
  .sec-recruit__slide-horizontal {
    width: min(200px, 72vw);
    height: calc(min(200px, 72vw) * 200px / 326px);
  }
}

/*# sourceMappingURL=index.css.map */
