@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}



*{box-sizing: border-box;}
/* float解除用 */
.clearlist {
	content: "";
	display: block;
	clear: both;
}

a{
  text-decoration: none;
  color: inherit;
}



body {
  margin: 0;
  font-family: sans-serif;
  background-color: #000;
}

.lineicon{
  padding: 0 10px;
}

.lineicon:hover{
  opacity: 0.7;
}
/* アニメーション */

.header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 100px;
  z-index: 100;
}


.container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  animation: slide-out-container 4s cubic-bezier(0.97, 0.01, 0.36, 0.99) 2.8s;
  animation-fill-mode: forwards;
}

.text-wrapper {
  color: #fff;
  position: absolute;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 54px;
  line-height: 1.2;
}



/* アニメーション終わり */

/* ナビゲーション */

.topreverse{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5000;
}

.topreverse1{
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    background-color: #333;
    color: #fff;
}



nav {
  width: 100%;
  position: fixed;
  background: #000;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
  z-index: 10000000;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo img{
    width: 70%;
    max-height: 100px;
    line-height: 100px;
}

.right-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

/* バナー共通 */
.banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner .phone {
  margin-right: 15px;
}

.contact-btn {
  background: #75aaff;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
}

/* PC用バナー */
.pc-banner {
  margin-bottom: 5px;
}

/* ナビゲーション */
.nav-area {
  display: flex;
  align-items: center;
}

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  display: none; /* PCでは非表示 */
}

.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu > li {
  position: relative;
  padding: 10px 20px;
  border-right: 1px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu > li.red-bg {
  background: #75aaff;
}

.menu > li:last-child {
  border-right: none;
}

.parent{
  font-size: 15px;
}

.child li{
  font-size: 13px;
}

/* 矢印アイコン */
.arrow::before {
  content: "▶";
  margin-left: 8px;
  font-size: 12px;
  color: white;
  opacity: 0;
  transition: opacity 0.2s;
}

.parent:hover .arrow::before {
  opacity: 1;
}

/* hoverで子項目表示 */
.menu > li:hover > .child {
  display: block;
}

.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  z-index: 10;
}

.child li {
  padding: 10px;
  border-bottom: 1px solid #666;
}

.child li:hover {
  background: #555;
}

/* PC用バナー */
.pc-banner {
  display: flex;
  margin-bottom: 5px;
}

/* モバイル用バナーは初期非表示 */
.mobile-banner {
  display: none;
}
/* ナビゲーション終わり */

main{
  padding-top: 90px;
}
/* トップページ */

li{
  list-style: none;
}

.pc{
  display: block;
}

.iphone{
  display: none;
}

.container1{
  position: relative;
  padding-right: 200px;
  overflow: hidden;
}

.slider {
  width: 100%;
}
.slick-img img {
  width: 100%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-bottom-right-radius: 150px;
    filter: brightness(0.8) contrast(1.0) saturate(1.1);
}

.dots-wrap {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 1%;
}

.dots-wrap li {
    width: 30px;
    height: 30px;
    background-color: coral;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.logo1{
    position: absolute;
    right: 0px;
    bottom: 0%;
    
    position: fixed;
}

.logo1 p{
  font-size: 70px;
  writing-mode: vertical-rl;

  color: #fff;
}


/* トップページ終わり */
.nf-hero-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
  background: #000;
}

.nf-hero-slides {
  width: 100%;
  height: 100%;
  position: relative;
}

.nf-hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.2) translateX(40px);
  transition: opacity 1.2s ease, transform 1.8s cubic-bezier(.19,1,.22,1);
}

/* 黒レイヤー追加 */
.nf-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55); /* ← 黒レイヤーの濃さ（調整可能） */
  pointer-events: none;         /* ← スライド操作を邪魔しない */
}


.nf-hero-slide.nf-hero-active {
  opacity: 1;
  transform: scale(1) translateX(0);
}

.nf-hero-textbox {
  position: absolute;
  bottom: 12%;
  left: 8%;
  color: #fff;
  z-index: 10;
}

.nf-hero-textbox h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
}

.nf-hero-textbox p {
  font-size: 1.2rem;
  opacity: 0.85;
}

/* テキスト分解アニメ */
.nf-hero-split span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: nf-hero-textUp 0.8s forwards;
}

@keyframes nf-hero-textUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 進行バー */
.nf-hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: rgba(255,255,255,0.8);
  animation: nf-hero-progressAnim 6s linear infinite;
}

@keyframes nf-hero-progressAnim {
  from { width: 0%; }
  to { width: 100%; }
}

@media (max-width: 860px) {
.nf-hero-textbox h1 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 20px;
  font-weight: 700;
}
}




/* ニュース */

/* 会社理念 */
.:root {
  --bg: #05060a;
  --fg: #f5f5f5;
  --accent: #f2d38b;
  --accent-soft: rgba(242, 211, 139, 0.18);
  --muted: #a7a7b5;
  --border-soft: rgba(255, 255, 255, 0.08);
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.65);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --ease-soft: cubic-bezier(0.19, 1, 0.22, 1);
}

.philosophy-shell {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  border-radius: 40px;
  padding: 32px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.06), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(242, 211, 139, 0.12), transparent 55%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.85);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.philosophy-shell::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 10%, rgba(242, 211, 139, 0.12), transparent 55%),
    radial-gradient(circle at 80% 90%, rgba(120, 180, 255, 0.12), transparent 55%);
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.4s var(--ease-soft), transform 1.4s var(--ease-soft);
  z-index: -1;
}

.philosophy-shell.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.philosophy-inner1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

/* 左テキスト */
.philosophy-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--border-soft);
  background: radial-gradient(circle at 0 0, rgba(255, 255, 255, 0.12), transparent 60%);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.7s var(--ease-soft) 0.1s,
    transform 0.7s var(--ease-soft) 0.1s;
}

.philosophy-tagline-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(242, 211, 139, 0.9);
}

.philosophy-title-main {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s var(--ease-soft) 0.2s,
    transform 0.8s var(--ease-soft) 0.2s;
}

.philosophy-title-sub {
  font-size: 14px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 22px;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.8s var(--ease-soft) 0.3s,
    transform 0.8s var(--ease-soft) 0.3s;
}

.philosophy-body {
  font-size: 14px;
  line-height: 1.9;
  color: #d7d7e2;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.9s var(--ease-soft) 0.4s,
    transform 0.9s var(--ease-soft) 0.4s;
}

.philosophy-body p + p {
  margin-top: 12px;
}

.philosophy-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s var(--ease-soft) 0.55s,
    transform 0.9s var(--ease-soft) 0.55s;
}

.philosophy-chip {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent);
  font-size: 11px;
  color: #e6e6f5;
  backdrop-filter: blur(10px);
}

/* 右画像 */
.philosophy-images {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.image-orbit {
  width: 100%;
  height: auto;
}


.image-orbit-layer {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08), transparent 60%),
    radial-gradient(circle at 90% 100%, rgba(242, 211, 139, 0.18), transparent 60%);
  opacity: 0;
  transform: translateY(30px) scale(0.96) rotate(-2deg);
  filter: blur(10px);
  transition:
    opacity 1s var(--ease-soft) 0.35s,
    transform 1s var(--ease-soft) 0.35s,
    filter 1s var(--ease-soft) 0.35s;
}

.image-card {
  position: absolute;
  overflow: hidden;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transform-origin: center;
  opacity: 0;
  transform: translateY(40px) scale(0.9);
  transition:
    opacity 0.9s var(--ease-soft),
    transform 0.9s var(--ease-soft),
    box-shadow 0.4s ease;
  will-change: transform;
 
}

.image-card img {
  width: 100%;
  height: 100%;
  transform: scale(1.06);
  transition: transform 1.4s var(--ease-soft);
}

/* 不規則配置 */
.image-card--primary {
  width: 62%;
  height: 64%;
  left: 18%;
  top: 10%;
  border-radius: var(--radius-xl);
}

.image-card--secondary {
  width: 40%;
  height: 42%;
  right: -4%;
  bottom: 6%;
  border-radius: var(--radius-md);
}

.image-card--tertiary {
  width: 34%;
  height: 38%;
  left: -6%;
  bottom: 12%;
  border-radius: 26px;
}

/* アクティブ時 */
.philosophy-shell.is-active .philosophy-tagline,
.philosophy-shell.is-active .philosophy-title-main,
.philosophy-shell.is-active .philosophy-title-sub,
.philosophy-shell.is-active .philosophy-body,
.philosophy-shell.is-active .philosophy-keywords {
  opacity: 1;
  transform: translateY(0);
}

.philosophy-shell.is-active .image-orbit-layer {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0) scale(1) rotate(0deg);
}

.philosophy-shell.is-active .image-card--primary {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(-3deg);
  transition-delay: 0.45s;
}

.philosophy-shell.is-active .image-card--secondary {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(6deg);
  transition-delay: 0.55s;
}

.philosophy-shell.is-active .image-card--tertiary {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(-10deg);
  transition-delay: 0.65s;
}

/* ================================
   モバイル最適化（〜768px）
================================ */
@media (max-width: 768px) {

  /* 外枠（シェル） */
  .philosophy-shell {
    padding: 24px;
    border-radius: 28px;
  }

  /* 2カラム → 1カラムへ */
  .philosophy-inner1 {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  /* 左テキスト */
  .philosophy-title-main {
    font-size: 26px;
    line-height: 1.35;
  }

  .philosophy-title-sub {
    font-size: 12px;
    letter-spacing: 0.22em;
  }

  .philosophy-body {
    font-size: 13px;
    line-height: 1.8;
  }

  .philosophy-chip {
    font-size: 10px;
    padding: 5px 10px;
  }

  /* 右画像エリア */
  .philosophy-images {
    min-height: 360px; /* ← スマホで画像が消えない高さ */
    padding: 0;
  }

  /* 画像の親要素：スマホでは固定サイズにする */
  .image-orbit {
    position: relative;
    width: 100%;
    max-width: 360px;
    min-height: 360px; /* ← これが最重要 */
    margin: 0 auto;
  }

  /* 背景レイヤー（黒い部分の正体） */
  .image-orbit-layer {
    inset: 0;
    z-index: 1; /* ← 背面に固定 */
    border-radius: var(--radius-lg);
  }

  /* 画像カード（前面に出す） */
  .image-card {
    z-index: 5; /* ← 画像を前面に */
    transform: translateY(30px) scale(0.92);
  }

  /* 画像本体：高さは auto に */
  .image-card img {
    width: 100%;
    height: auto; /* ← 画像が消えない */
    display: block;
  }

  /* 不規則配置：スマホ用に最適化 */
  .image-card--primary {
    width: 70%;
    left: 15%;
    top: 4%;
  }

  .image-card--secondary {
    width: 46%;
    right: -2%;
    bottom: 4%;
  }

  .image-card--tertiary {
    width: 40%;
    left: -4%;
    bottom: 10%;
  }
}


/* 会社理念終わり */

/* サービス詳細 */

/* =========================
   BUSINESS HEADER – COMPACT
========================= */

.nfBiz_businessHeaderCompact {
  width: 100%;
  padding: 60px 0 50px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nfBiz_businessInnerCompact {
  text-align: center;
  padding: 28px 40px;
  border-radius: 20px;

  background:
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(to bottom right, rgba(255,255,255,0.04), rgba(0,0,0,0.85));

  box-shadow:
    0 20px 40px rgba(0,0,0,0.85),
    0 0 0 1px rgba(255,255,255,0.06);

  backdrop-filter: blur(8px);
}

/* BUSINESS */
.nfBiz_businessTagCompact {
  font-size: 11px;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.55);
  margin-bottom: 10px;
  text-transform: uppercase;
}

/* 成長できる場所を導く事業 */
.nfBiz_businessLeadCompact {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.92);
  margin-bottom: 14px;
}

/* 光ライン（控えめ） */
.nfBiz_businessDividerCompact {
  width: 110px;
  height: 1px;
  margin: 0 auto 14px;
  background: linear-gradient(to right, transparent, rgba(150,200,255,0.45), transparent);
  animation: nfBiz_glowLineCompact 4s ease-in-out infinite alternate;
}

@keyframes nfBiz_glowLineCompact {
  0% { opacity: 0.4; transform: scaleX(0.85); }
  100% { opacity: 1; transform: scaleX(1); }
}

/* 事業内容 */
.nfBiz_businessTitleCompact {
  font-size: 14px;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.75);
}

/* モバイル */
@media (max-width: 768px) {
  .nfBiz_businessInnerCompact {
    padding: 22px 24px;
  }
  .nfBiz_businessLeadCompact {
    font-size: 18px;
  }
  .nfBiz_businessTitleCompact {
    font-size: 13px;
  }
}

/* ============================
   SLIDER BASE
============================ */
.orbit-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 80px; /* ← 左右に80px余白を追加（矢印のスペース） */
}

/* 横並びレール */
.orbit-track {
  display: flex;
  gap: 40px;
  transition: transform .55s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
}

/* PC：2枚表示 */
.orbit-card-link {
  flex: 0 0 calc(50% - 20px);
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ============================
   NAV BUTTONS（完全に外側）
============================ */
.orbit-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(140, 160, 255, 0.7);
  background: rgba(10, 10, 20, 0.85);
  color: #cfd5ff;
  font-size: 1.8rem;
  cursor: pointer;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 50; /* ← 最前面にして押せるようにする */
  transition: 0.25s ease;
}

/* ← → をスライダーの外へ */
.orbit-nav.prev {
  left: 20px;   /* ← 余白内に配置（押せる） */
}

.orbit-nav.next {
  right: 20px;  /* → 余白内に配置（押せる） */
}

.orbit-nav:hover {
  background: rgba(140, 160, 255, 0.25);
  transform: translateY(-50%) scale(1.08);
}

/* ============================
   CARD（世界一カードそのまま）
============================ */
.orbit-card {
  position: relative;
  width: 100%;
  border-radius: 32px;
  background: radial-gradient(circle at 0 0, #151525 0, #050510 45%, #020208 100%);
  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transform-style: preserve-3d;
}

/* 光のベール */
.orbit-card::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 0 0, rgba(120, 160, 255, 0.35), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(180, 120, 255, 0.25), transparent 55%);
  mix-blend-mode: screen;
  opacity: 0.7;
  pointer-events: none;
  z-index: 0;
}

.orbit-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1.2fr;
  padding: 22px 26px 24px;
  gap: 10px;
}

/* ============================
   LEFT: MEDALLION + 縦レール
============================ */
.orbit-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-rail {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 40px;
  border-radius: 999px;
  background: rgba(10, 10, 20, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-rail span {
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-size: 0.7rem;
  color: rgba(190, 200, 255, 0.85);
}

/* メダル */
.medallion {
  position: relative;
  width: min(260px, 46vw);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 0%,
      rgba(180, 180, 255, 0.25),
      rgba(10, 10, 20, 0.9) 55%,
      rgba(0, 0, 0, 1) 100%);
  box-shadow:
    0 0 60px rgba(120, 120, 255, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.medallion-image {
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.95) contrast(1.08);
}

.medallion-label {
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  border: 1px dashed rgba(220, 225, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.medallion-label span {
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  color: rgba(230, 235, 255, 0.9);
}

/* ============================
   RIGHT: TEXT + CTA
============================ */
.orbit-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}

.orbit-tag-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: rgba(180, 190, 255, 0.85);
}

.orbit-pill {
  padding: 4px 6px;
  border-radius: 999px;
  border: 1px solid rgba(120, 140, 255, 0.7);
  background: rgba(120, 140, 255, 0.2);
    font-size: 0.5rem;
}

.orbit-title-main {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  color: #f5f5f7;
}

.orbit-title-sub {
  margin-top: 4px;
  font-size: 0.9rem;
  color: rgba(200, 205, 240, 0.9);
}

.orbit-body {
  margin-top: 14px;
  font-size: 0.85rem;
  line-height: 1.8;
  color: rgba(210, 215, 240, 0.9);
}

.orbit-cta {
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(10, 10, 20, 0.8);
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.06);
      font-size: 0.85rem;
}

.orbit-cta-arrow {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(140, 160, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 30% 0%, #f5f5ff, #7f8cff);
}

/* ============================
   MOBILE
============================ */
@media (max-width: 768px) {
  .orbit-slider {
    padding: 40px 40px; /* スマホは少し狭く */
  }

  .orbit-card-link {
    flex: 0 0 85%;
  }

  .orbit-track {
    gap: 26px;
  }

  .orbit-inner {
    grid-template-columns: 1fr;
  }

  .vertical-rail {
    display: none;
  }

  .orbit-right {
    padding-left: 0;
  }

  .orbit-nav.prev { left: 0; }
  .orbit-nav.next { right: 0; }
}



/* サービス詳細終わり */

/* ======== FEATURE BANNER ======== */
.feature-banner {
  background-image: url(../images/cover1.png);
  background-size: cover;
  padding: 80px 20px;
  text-align: center;
  color: #fff;
}
z
.feature-banner h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
}

.feature-text {
  font-size: 15px;
  opacity: 0.85;
  margin-bottom: 25px;
}

.feature-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #444; /* 落ち着いた色 */
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.feature-btn:hover {
  background: #666;
}

/* ======== FEATURE POINTS ======== */
.feature-points {
  background: #0d0d0d;
  padding: 50px 20px;
}

.points-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.point-card {
  background: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  transition: 0.3s;
}

.point-card:hover {
  transform: translateY(-4px);
  background: #222;
}

.point-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ccc; /* 赤→落ち着いたグレー */
}

.point-card p {
  font-size: 14px;
  opacity: 0.8;
}

/* ======== MOBILE ======== */
@media (max-width: 768px) {
  .feature-banner h2 {
    font-size: 24px;
  }
  .feature-text {
    font-size: 14px;
  }
}


/* ===========================
   RECRUIT SECTION
=========================== */

.feature-recruit {
  padding: 80px 20px 100px;
  /* ← 外側は黒背景のまま（全体を覆わない） */
}

.feature-recruit-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #fff;              /* ← 白背景 */
  border-radius: 16px;
  padding: 40px 30px 30px;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  color: #000;                   /* ← 全体の文字色を黒に */
}

.recruit-header h2 {
  font-size: 26px;
  margin-bottom: 8px;
  color: #000;
}

.recruit-header h2 span {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0.7;
  color: #000;
}

.recruit-header p {
  font-size: 14px;
  opacity: 0.85;
  line-height: 1.8;
  color: #000;
}

.recruit-header{
  padding: 10px 0;
}

/* 職種リスト（PC 横並び / SP 縦並び） */

.recruit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.recruit-card {
  position: relative; 
  display: block; 
  background: #fff; 
  border-radius: 12px; 
  border: 1px solid #ddd; 
  padding: 0 0 18px; /* ← 画像と枠を揃えるために左右のpaddingを消す */ 
  text-decoration: none; 
  color: #000; 
  transition: 0.25s; 
  overflow: hidden; /* ← 画像がはみ出さないようにする */
}

/* 画像部分 */
.recruit-card-img {
  width: 100%;
  height: 160px;
  overflow: hidden;
  border-radius: 12px 12px 0 0;

}

.recruit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
display: block;
}

/* 正社員 / アルバイト バナー（そのまま色付き） */

.recruit-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.recruit-badge.fulltime {
  background: #e74c3c;
}

.recruit-badge.parttime {
  background: #3498db;
}

.recruit-card h4 {
  padding: 10px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #000;
}

.recruit-card p {
  font-size: 13px;
  color: #333;
  padding: 10px;
}

.recruit-card:hover {
  background: #f7f7f7;
  border-color: #bbb;
}

/* お問い合わせ導線 */

.recruit-contact-cta {
  border-top: 1px solid #ddd;
  padding-top: 18px;
  text-align: right;
}

.recruit-contact-cta p {
  font-size: 13px;
  color: #333;
  margin-bottom: 8px;
}

.contact-link-btn {
  display: inline-block;
  padding: 8px 18px;
  background: #444;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.25s;
}

.contact-link-btn:hover {
  background: #666;
}

/* MOBILE */

@media (max-width: 768px) {
  .recruit-list {
    grid-template-columns: 1fr;
  }

  .recruit-header h2 {
    font-size: 22px;
  }
}


/* ===========================
   COMPANY SECTION（黒＋グラデーション）
=========================== */

.company-section1 {
  padding: 100px 20px;
  background: linear-gradient(180deg, #000 0%, #111 50%, #0a0a0a 100%);
  color: #fff;
}

.company-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* 左側：会社概要 */
.company-info h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #fff;
}

.company-info h2 span {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0.7;
}

.company-table {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.company-table li {
  font-size: 15px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  line-height: 1.7;
  color: #ddd;
}

.company-table li span {
  display: inline-block;
  width: 110px;
  font-weight: 600;
  color: #fff;
}

.company-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #fff;
  color: #000;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.company-btn:hover {
  background: #ddd;
}

/* 右側：パララックス画像 */
.company-image {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}

.parallax-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* パララックス */
  transform: scale(1.1);
  filter: brightness(0.85); /* 黒背景に馴染ませる */
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 768px) {

  .company-section {
  padding: 20px 20px;
  background: linear-gradient(180deg, #000 0%, #111 50%, #0a0a0a 100%);
  color: #fff;
}

  .company-inner {
    grid-template-columns: 1fr;
  }

  .company-image {
    height: 260px;
  }
}

/* 全体 */
.sns-promo {
  width: 100%;
  display: flex;
  flex-direction: row; /* PCでは横並び */
  gap: 40px;
  padding: 100px 100px 0 100px;
}

/* カード */
.sns-card {
  position: relative;
  flex: 1; /* 横並びで均等幅 */
  height: 300px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #fff;
}

/* 左側のテキストエリア */
.sns-left {
  position: relative;
  z-index: 2;
  padding: 40px;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sns-icon {
  font-size: 42px;
}

.sns-icon1 {
  font-size: 25px;
}

.sns-title {
  font-size: 32px;
  font-weight: 700;
}

.sns-copy {
  font-size: 16px;
  opacity: 0.9;
  line-height: 1.6;
}

.sns-btn {
  margin-top: 10px;
  display: inline-block;
  padding: 10px 22px;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.sns-btn:hover {
  background: rgba(255,255,255,0.3);
}

/* 背景（右側） */
.sns-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55);
  transition: 0.6s ease;
}

/* hoverで背景を明るく */
.sns-card:hover .sns-bg {
  filter: brightness(0.9);
  transform: scale(1.05);
}

/* Instagram背景 */
.instagram-bg {
  background-image: url("../images/insta.png");
}

/* TikTok背景 */
.tiktok-bg {
  background-image: url("../images/tiktok.png");
}

.line-bg {
  background-image: url("../images/line-contact.png");
}

.line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
  rgba(6, 199, 85, 0.28),
  rgba(160, 255, 120, 0.28)
  );
  z-index: 1;
}

/* Instagramカラーの薄いオーバーレイ */
.instagram::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,96,150,0.35), rgba(168,85,247,0.35));
  z-index: 1;
}

/* TikTokカラーの薄いオーバーレイ */
.tiktok::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,242,234,0.25), rgba(255,0,80,0.25));
  z-index: 1;
}

.sns-line{
  padding: 30px 200px 0 200px;
}

/* ===========================
   モバイル（縦並び）
=========================== */
@media (max-width: 768px) {
  .sns-promo {
    flex-direction: column; /* モバイルでは縦並び */
    gap: 30px;
    padding: 10px;
  }

  .sns-card {
    height: 260px;
  }

  .sns-left {
    max-width: 100%;
    padding: 30px;
  }

  .sns-title {
    font-size: 26px;
  }

  .sns-icon {
    font-size: 36px;
  }

  .sns-line{
  padding: 10px 10px 0 10px;
}
}


/* ===========================
   SECTION BASE
=========================== */

.company-philosophy-section {
  padding: 100px 0 0 0 ;
  background: #000;
  color: #fff;
}

.company-philosophy-inner {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr; /* 左広め / 右狭め */
  gap: 0; /* ← カード間の余白ゼロ */
  align-items: stretch; /* ← 左右の高さを揃える */
}

/* ===========================
   COLUMN LAYOUT
=========================== */

.left-column,
.right-column {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* 左の2つのカードが高さを分け合う */
.left-column .info-card {
  flex: 1;
}

/* 右のカードは1つで左2つ分の高さ */
.right-column .info-card {
  flex: 1;
}

/* ===========================
   FULL-BLEED BACKGROUND CARDS
=========================== */

.info-card {
  position: relative;
  min-height: 300px; /* ← 背景画像が確実に表示される */
  padding: 0;        /* ← 余白ゼロ */
  margin: 0;         /* ← 余白ゼロ */
  border: none;      /* ← 枠なし */
  border-radius: 0;  /* ← 角丸なし（必要なら変更可） */
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  z-index: 1;
}

/* 背景画像（暗め） */
.info-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0.45); /* ← デフォルト暗め */
  transform: scale(1);
  transition: 0.5s ease;
  z-index: -1;
}

/* hoverで拡大＋明るく */
.info-card:hover::before {
  transform: scale(1.1);
  filter: brightness(0.9);
}

/* テキストの余白（カード内の唯一の余白） */
.info-card h2,
.info-card p {
  padding: 20px 25px;
  margin: 0;
  z-index: 2;
}

.info-card h2 {
  font-size: 26px;
}

.info-card h2 span {
  font-size: 14px;
  margin-left: 8px;
  opacity: 0.8;
}

/* ===========================
   BACKGROUND IMAGES PER CARD
=========================== */

.voices-box::before {
  background-image: url("../images/banner1.png");
}

.faq-box::before {
  background-image: url("../images/banner2.png");
}

.philosophy-box::before {
  background-image: url("../images/banner3.png");
}

/* ===========================
   MOBILE
=========================== */

@media (max-width: 768px) {
  .company-philosophy-inner {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 260px;
  }
}


/* ===========================
   FLAT BANNER BASE
=========================== */

.flat-banner {
  width: 100%;
  background: #000;
  padding: 0;
}

.flat-banner-inner {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 50px;
}

/* 共通 */
.banner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease;
}

/* 比率：PC 50% / 25% / 25% */
.banner-tel {
  flex: 0 0 50%;
  background: linear-gradient(90deg, #1a1a1a, #111);
  border-right: 1px solid #333;
}

.banner-contact {
  flex: 0 0 25%;
  background: #75aaff;
  border-right: 1px solid #333;
}

.banner-entry {
  flex: 0 0 25%;
  background: #000;
}

/* 電話中身 */
.tel-inner {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tel-icon {
  font-size: 26px;
}

.tel-number {
  font-size: 24px;
  font-weight: 700;
}

.tel-hours {
  font-size: 13px;
  opacity: 0.8;
}

/* テキスト */
.banner-contact .banner-title,
.banner-entry .banner-title {
  font-size: 18px;
  font-weight: 600;
}

/* hover：応募フォームだけ色変更 */
.banner-entry:hover {
  background: #75aaff;
  color: #fff;
}

/* ===========================
   MOBILE（100% → 50% / 50%）
=========================== */

@media (max-width: 768px) {

  .flat-banner-inner {
    flex-wrap: wrap;
    height: auto;
  }

  /* 電話：1段目100% */


.tel-icon {
  font-size: 18px;
}

  .banner-tel {
    flex: 0 0 100%;
    height: 120px;
  }

  .tel-inner {
    flex-direction: column;
    gap: 4px;
  }

  .tel-number {
    font-size: 18px;
  }

  .tel-hours {
    font-size: 12px;
  }

  /* お問い合わせ・応募フォーム：2段目50% / 50% */
  .banner-contact,
  .banner-entry {
    flex: 0 0 50%;
    height: 80px;
  }
}







/* ======== FOOTER ======== */
.footer {
  background: #000;
  color: #fff;
  padding: 50px 20px 20px;

  font-family: "Noto Sans JP", sans-serif;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}

/* ロゴ */
.footer-logo img {
  width: 140px;
  margin-bottom: 10px;
}

.footer-logo p {
  font-size: 14px;
  opacity: 0.8;
}

/* ナビゲーション */
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-nav ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-nav ul li a:hover {
  color: #fff;
}

/* SNS */
.footer-sns {
  display: flex;
  gap: 15px;
}

.footer-sns .sns-icon {
  font-size: 22px;
  color: #ccc;
  transition: 0.3s;
}

.footer-sns .sns-icon:hover {
  color: #fff;
  transform: scale(1.1);
}

/* 下部コピーライト */
.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

.footer-bottom p {
  font-size: 12px;
  opacity: 0.7;
}






/* モバイル用 */

@media (max-width: 768px) {
     .pc-banner {
    display: none; /* PCバナーは消す */
  }

  .menu-toggle {
    display: block;
  }
  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 60px); /* バナー高さ分引く */
    overflow-y: auto;
    background: #333;
    position: fixed;   /* navの下ではなく画面上に固定 */
    top: 100px;        /* navの高さ分下げる */
    left: 0;
    z-index: 5000;     /* バナーより低くする */
  }
  .menu.active {
    display: flex;
  }
  .menu > li {
    border-right: none;
    border-bottom: 1px solid white;
    flex-direction: column;
    align-items: flex-start;
  }
  .arrow::before {
    content: "▼"; /* モバイルは下三角 */
  }
  .child {
    position: static;
    background: #555;
    width: 100%;
  }

  /* モバイル用バナーは画面下固定 */
  .mobile-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* バナー高さを固定 */
    background: #333;
    color: white;
    padding: 10px;
    z-index: 9999; /* 最前面に固定 */
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
  .mobile-banner.hidden {
    transform: translateY(100%); /* 下に隠す */
  }


  .pc{
  display: none;
}

.iphone{
  display: block;
}


.dots-wrap {
    margin: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%);
}

.dots-wrap li {
    width: 15px;
    height: 15px;
    background-color: coral;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.container1{
  position: relative;
  padding-right: 20px;
  overflow: hidden;
}

.slider {
  width: 100%;
}
.slick-img img {
  width: 100%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-bottom-right-radius: 150px;
    filter: brightness(0.8) contrast(1.0) saturate(1.1);
}

.dots-wrap {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 1%;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    background-color: coral;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.logo1{
    position: absolute;
    right: 0px;
    bottom: 0%;
    
    position: fixed;
}

.logo1 p{
  font-size: 30px;
  writing-mode: vertical-rl;

  color: #fff;
}


.top-text{
    position: absolute;
    bottom: 10%;
    right: 0%;
    text-align: right;
}

.top-text1{
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background-color: #000;
    color: #fff;
    font-weight: 300;
    opacity: 0.7;
}

.top-text2{
    font-size: 15px;
    text-align: center;
    padding: 10px;
    margin-right: 20px;
    background-color: #75aaff;
    color: #fff;
    font-weight: 600;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}


.service-text1{
  font-size: 40px;
  font-weight: 100;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #fff;
}







  .footer-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-nav ul li {
    display: inline-block;
    margin: 5px 10px;
  }

  .footer-sns {
    justify-content: center;
  }

}

