* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
}

.allura {
  font-family: "Allura", cursive;
}

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

li {
  list-style: none;
}
.inline {
  display: inline-block;
}
.bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 70%;
}
.bg img {
  width: 100%;
  display: block;
  opacity: 0.05;
  object-position: bottom;
}
/*header*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-inner {
  margin-left: auto;
}
.header-nav {
  margin: 2rem 1rem 0 auto;
  width: fit-content;
}
.header-nav ul {
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 1rem;
  background-color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 0.5rem;
}
.header-nav ul li + li {
  margin-left: 1rem;
}
/*fv*/
.fv {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fv-textwrap {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
}
.fv-title-en {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.3;
}
.fv-title-en span {
  display: block;
  background-color: #fff;
}
.fv-title-en span.dark {
  color: #616060;
}
.fv-title-en span.light {
  color: #ff7c54;
}
.fv-title-ja {
  font-size: 1.3rem;
  margin-top: 0.25rem;
  background-color: #fff;
}
#nxGridNet {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.9s ease; /* 読み込み時フェードイン */
}
#nxGridNet.is-ready {
  opacity: 1;
}
#container {
  position: relative;
}
/*main*/
main {
  position: relative;
  z-index: 2;
}
/*section*/
section {
  padding: 4rem 0;
}
.section-title {
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #ff7c54;
  width: fit-content;
}
.section-title-wh {
  color: #fff;
}
.section-title p {
  margin-left: 60px;
}
.section-title span {
  font-size: 3rem;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.section-title img {
  display: block;
  width: 50px;
  margin-right: 10px;
}
.morebtn a {
  text-transform: capitalize;
  border: 2px solid #000;
  width: 250px;
  height: 70px;
  border-radius: 999rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  font-size: 1.1rem;
  background-color: #fff;
}
.morebtn img {
  width: 25px;
}
.morebtn-wh a {
  color: #000;
  border-color: #fff;
}

/*philosophy*/
/* =========================
   Philosophy (transparent / stylish)
   ========================= */
.philo--neo {
  padding: 6rem 0 4rem;
  background: transparent;
  position: relative;
}
.philoN__inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2.2rem;
  align-items: start;
}

.philoN__title {
  margin-bottom: 1.2rem;
}
.philoN__lead p {
  line-height: 1.95;
  color: #333;
}
.philoN__catch {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: 0.02em;
}

.philoN__pill {
  display: flex;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
  padding: 0;
  flex-wrap: wrap;
}
.philoN__pill li {
  list-style: none;
  font-size: 0.9rem;
  border: 1px solid #e5e5e5;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  color: #444;
  backdrop-filter: blur(2px);
}

.philoN__visual {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 14px;
  overflow: hidden;
  transform: translateY(10px);
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}
.philo--neo.appear .philoN__visual {
  transform: none;
  opacity: 1;
}

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

/* ドット装飾（右上） */
.philoN__dots::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 10px 10px;
  border-radius: 8px;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 1024px) {
  .philoN__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .philo--neo {
    padding: 4rem 0 3rem;
  }
  .philoN__inner {
    grid-template-columns: 1fr;
  }
  .philoN__word {
    font-size: clamp(2.2rem, 10vw, 3.6rem);
  }
}

/* セクション骨格 */
.bizsl {
  background: transparent;
}
.bizsl__head {
  width: min(1120px, 92%);
  margin: 0 auto 1.2rem;
}
.bizsl__head .section-title {
  margin-bottom: 0.4rem;
}

/* タブ */
.bizsl__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}
.bizsl__tab {
  appearance: none;
  border: 1px solid #ddd;
  background: rgba(255, 255, 255, 0.7);
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.92rem;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  backdrop-filter: blur(2px);
}
.bizsl__tab:hover {
  border-color: #bbb;
}
.bizsl__tab.is-active {
  background: #222;
  color: #fff;
  border-color: #222;
}

/* 100vw フルブリード */
.bizsl__viewport {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0.2rem 0 2.2rem;
  overflow: hidden;
}

/* 背景グリッド（軽量化） */
.bizsl__bgline {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(transparent 29px, rgba(0, 0, 0, 0.045) 30px),
    linear-gradient(90deg, transparent 29px, rgba(0, 0, 0, 0.045) 30px);
  background-size: 30px 30px, 30px 30px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
  transform: translateY(0);
  transition: transform 0.6s ease;
}
.bizsl__viewport:hover .bizsl__bgline {
  transform: translateY(-6px);
}

/* スライダー */
.bizsl__slider {
  position: relative;
  z-index: 1;
}
.bizsl__slider .slick-list {
  padding: 0 7% !important;
}
.bizsl__slider .slick-track {
  will-change: transform;
}

/* カード */
.bcard {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  margin: 0.6rem;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
  transform: translateZ(0);
}
.bcard.slick-current {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.1);
}

/* カード内容 */
.bcard__media {
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  background: #f6f6f6;
}
.bcard__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.bcard__body {
  padding: 0.9rem 0.1rem 0.1rem;
}
.bcard__title {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.45rem;
  letter-spacing: 0.02em;
}
.bcard__txt {
  color: #333;
  line-height: 1.9;
  margin: 0.2rem 0 0.6rem;
}
.bcard__list {
  margin: 0.2rem 0 0.2rem 1.1rem;
}
.bcard__list li {
  list-style: disc;
  line-height: 1.8;
  color: #333;
}

/* 矢印（アウトライン） */
.bizsl__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #222;
  background: #fff;
  z-index: 2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.bizsl__arrow:hover {
  background: #222;
  color: #fff;
}
.bizsl__prev {
  left: 8px;
}
.bizsl__next {
  right: 8px;
}
.bizsl__arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}
.bizsl__prev::before {
  transform: rotate(-135deg);
}

/* レスポンシブ */
@media (max-width: 1280px) {
  .bizsl__slider .slick-list {
    padding: 0 7% !important;
  }
}
@media (max-width: 1024px) {
  .bizsl__slider .slick-list {
    padding: 0 6% !important;
  }
}
@media (max-width: 768px) {
  .bizsl__slider .slick-list {
    padding: 0 9% !important;
  }
  .bizsl__prev {
    left: 4px;
  }
  .bizsl__next {
    right: 4px;
  }
}

/* アニメ軽減 */
@media (prefers-reduced-motion: reduce) {
  .bcard,
  .bizsl__bgline,
  .bizsl__slider .slick-track {
    transition: none !important;
  }
  .bizsl__viewport:hover .bizsl__bgline {
    transform: none;
  }
}

/*recruit*/
.recruit {
  padding-bottom: 0;
}
.u-recruit {
  padding-bottom: 4rem;
}
.recruit-wrap {
  background-color: #332d2b;
  border-radius: 10rem 0 0 0;
  padding: 4rem 0 8rem;
}
.recruit-inner {
  width: 95%;
  max-width: 1100px;
  margin: 4rem auto 0;
  color: #fff;
}
.recruit-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recruit-side h3 {
  font-size: 2rem;
  line-height: 2;
}
.recruit-side-text {
  margin-top: 2rem;
}
.recruit-side-text p {
  line-height: 2;
  font-size: 1.1rem;
}
.recruit-side-text p + p {
  margin-top: 1rem;
}
.recruit-fixed {
  width: 400px;
  position: sticky;
  top: 100px;
}
.recruit-sidewrap {
  padding: 8rem 0;
  width: calc(100% - 450px);
}
.recruit-sidebg {
  width: 100%;
  margin-top: 3rem;
}
.recruit-sidebg img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.recruit-fixed .morebtn-wh {
  margin-top: 4rem;
}

.recruit-slider {
  margin: 8rem calc(50% - 50vw) 0;
  width: 100vw;
}
/*==================================================
スライダーのためのcss
===================================*/
.recruit-slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: auto;
  border-radius: 1rem;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.recruit-slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}

/*contact*/
.contact {
  padding: 4rem 0;
  background: url("../img/fv01.jpg") no-repeat center / cover;
  position: relative;
  background-attachment: fixed;
}
.contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}

.contact-contents {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-title.section-title {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contact-title span {
  justify-content: center;
}

.contact-top {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.5rem;
  padding: 0 0.5rem;
}

.contact-morebtn {
  margin-top: 3rem;
}
.contact-morebtn a {
  margin: 0 auto;
  color: #1b1d22;
}

/*footer*/
footer {
  background-color: #1b1d22;
  color: #fff;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}

.footer-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

.footer-nav > ul {
  display: flex;
  align-items: flex-start;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.1rem;
  justify-content: space-between;
}
.footer-nav ul > li {
}
.footer-nav-sublists {
  font-size: 0.9rem;
}
.footer-nav-sublists li {
  margin-top: 1rem;
}

.footer-bottom {
  border-top: 1px solid #c8c8c888;
  padding: 2rem 1rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer-bottom small {
  font-size: 0.8rem;
}
.footer-bottom a {
  font-size: 0.9rem;
}
.footer-sns {
  display: flex;
  align-items: center;
  margin: 4rem 0 0 auto;
  width: fit-content;
}
.footer-sns li + li {
  margin-left: 1rem;
}
.footer-sns a {
  width: 40px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-sns a img {
  width: 60%;
}

/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #332d2b;
  text-align: center;
  color: #fff; /* ← 追加: 変化をアニメーションさせたいプロパティ */
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  /* ← 追加 */
  transition: width 0.6s ease-in-out;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo svg {
  width: 100%;
}

/*=============== SVGアニメーション内の指定 =================*/

/*アニメーション前の指定*/
#mask path {
  fill-opacity: 0; /*最初は透過0で見えない状態*/
  transition: fill-opacity 3s 0.01s; /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none; /*塗りがない状態*/
  stroke: #fff; /*線の色*/
}

/*アニメーション後に.doneというクラス名がで付与された時の指定*/
#mask.done path {
  fill: #fff; /*塗りの色*/
  fill-opacity: 1; /*透過1で見える状態*/
  stroke: none; /*線の色なし*/
}

#splash.fixed {
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}
#splash.fixed #splash_logo {
  width: 100px;
}

.pc-none {
  display: none;
}
