@charset "utf-8";

/* =============================
   共通・レイアウト
   ============================= */
.main-common {
  position: relative;
}

.darkfilter {
  background-color: rgba(0, 0, 0, 0.7);
}

/* =============================
   Recruit Hero Section
   ============================= */
.recruit-hero {
  background: #ffffff;
  /* fallback color */
  color: #fff;
  background-image: url("../images/recruit/recruit-mv.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5rem;
}

.recruit-hero__main,
.recruit-hero__catch,
.recruit-hero__img {
  position: relative;
  z-index: 1;
}

.recruit-hero__title {
  font-size: clamp(1.8rem, 1.6rem + 1vw, 2.8rem);
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.recruit-hero__breadcrumbs ul {
  display: flex;
  gap: 0.5rem;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  margin-bottom: 2rem;
}

.recruit-hero__breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 0.5rem;
}

.recruit-hero__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
  padding-top: 5rem;
  min-height: 130rem;
}

.recruit-container {
  max-width: 100rem;
}

.recruit-hero__catch {
  flex: 1 1 350px;
}

.recruit-hero__catch h2 {
  font-family: shippori-antique, sans-serif;
  font-size: clamp(1.6rem, 0.66rem + 4.7vw, 6.3rem);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 4.5rem;
}

.recruit-hero__catch p {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2.5;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
}

.recruit-hero__img {
  flex: 1 1 350px;
  min-width: 300px;
}

.recruit-hero__img img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15);
}


/* =============================
   Job Opening Section
   ============================= */
.recruit-job-opening {
  background: #fff;
  padding: 26rem 0 0 0;
  background-image: url("../images/recruit/job-opening-main.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 78rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.job-opening-title {
  margin: 15rem 0 14rem;
}

.job-opening-title__desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}

.recruit-section-title {
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  font-weight: 600;
  margin-bottom: 2.5rem;
}

.recruit-section-title span {
  font-size: clamp(1rem, 0.98rem + 0.1vw, 1.1rem);
  color: #1992cb;
  margin-left: 1rem;
}

.recruit-job-opening__main {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}

.recruit-entry {
  position: relative;
  top: -10rem;
  z-index: 1;
  margin-top: -25rem;
}

.recruit-job-opening__section {
  background-color: #000;
  color: #fff;
  border-radius: 1.2rem;
  margin-bottom: 7rem;
  padding: 7rem 5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.recruit-job-opening__section-title {
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.3rem;
  font-weight: 400;
  font-size: clamp(2rem, 1.4rem + 3vw, 5rem);
  margin-bottom: 1rem;
}

.recruit-job-opening__section-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.recruit-job-opening__left,
.recruit-job-opening__right {
  flex: 1 1 0;
}


/* =============================
   CyReco Culture Section
   ============================= */
.recruit-culture {
  background: #181818;
  color: #fff;
  background-image: url("../images/recruit/blurred-night-lights.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.recruit-culture__main {
  padding: 12rem 0 15rem 0;
}

.recruit-culture__main p {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

.recruit-culture__links {
  padding-top: 5rem;
  display: flex;
  align-items: center;
  gap: 13rem;
  justify-content: flex-start;
}

/* .recruit-culture__left::before,
.recruit-culture__right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
}
.recruit-culture__left > *,
.recruit-culture__right > * {
  position: relative;
  z-index: 1;
} */

/* =============================
   Member Interview Section
   ============================= */
.recruit-interview {
  background: #000;
  padding: 6rem 0 4rem 0;
  color: #fff;
}

.recruit-interview__desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin-bottom: 7rem;
}

.recruit-interview__desc p {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}

/* Interview Slider Container */
.recruit-interview__slider-container {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  overflow: hidden;
}

.swiper {
  overflow: visible !important;
}

.interview-swiper {
  overflow: hidden;
}

.interview-swiper .swiper-slide {
  width: auto !important;
  max-width: 300px;
  height: auto;
}

/* 台形レイアウトのインタビューカード */
.recruit-interview .interview-card {
  position: relative;
  margin: auto;
  transition: transform 0.3s ease;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  text-align: left;
  color: inherit;
  height: 100%;
}

/* カード画像 */
.interview-card-image {
  aspect-ratio: 300 / 460;
  width: 100%;
  max-width: 300px;
  height: auto;
  overflow: hidden;
  position: relative;
  clip-path: url(#interviewMask);
  -webkit-clip-path: url(#interviewMask);
}

.interview-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: filter 0.6s ease, transform 0.6s ease;
  will-change: transform;
  display: block;
  position: relative;
  z-index: 0;
  filter: grayscale(20%) brightness(80%);
}

.interview-card:hover .interview-card-image img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.no-thumbnail {
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  transition: transform 0.5s;
}

.interview-card:hover .no-thumbnail {
  transform: scale(1.05);
}

/* カード情報 */
.recruit-interview .interview-card-info {
  margin-top: 1.5rem;
  color: #999;
  line-height: 1.8;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}

.recruit-interview .interview-department {}

.recruit-interview .interview-unit {}

/* Swiperナビゲーションボタンのカスタマイズ */
.interview-swiper-next,
.interview-swiper-prev {
  position: absolute;
  top: 0;
  width: 5rem;
  /* 反応しやすいサイズに */
  height: 100%;
  z-index: 10;
}

.interview-swiper-next {
  right: 0;
}

.interview-swiper-prev {
  left: 0;
}

/* Swiperのデフォルトボタンサイズを打ち消す */
.swiper-button-next,
.swiper-button-prev {
  all: unset;
  /* これでSwiperの強いスタイルを無効化 */
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: transparent !important;
}



.swiper-button-next::after,
.swiper-button-prev::after {
  color: transparent !important;
}

/* =============================
   Internship Section
   ============================= */
.recruit-internship {
  background: #000;
  color: #fff;
  padding: 10rem 0 15rem 0;
}

.recruit-internship__box {
  border-radius: 1.2rem;
  padding: 7rem 6rem;
  background-color: #1d1d1d;
}

.recruit-internship__box a {
  color: #fff;
}

.recruit-internship__main {
  font-size: clamp(1.4rem, 0.88rem + 2.6vw, 4rem);
  margin-bottom: 1rem;
  font-family: shippori-antique, sans-serif;
}

.recruit-internship__desc-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.recruit-internship__desc {
  flex: 2 1;
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}


/* =============================
   UIU Section
   ============================= */
.recruit-uiu {
  background: #f7f7f7;
  padding: 10rem 0 15rem 0;
}

.recruit-uiu__desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

.recruit-uiu__boxes {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-top: 2.5rem;
}

.recruit-uiu__box {
  flex: 1 1;
  background: #fff;
  border-radius: 0.5rem;
  padding: 3rem 4rem 3rem 4rem;
}

.recruit-uiu__box h3 {
  font-size: clamp(1.4rem, 1.24rem + 0.8vw, 2.2rem);
  line-height: 2;
  margin-bottom: 3rem;
  color: #000 !important;
}

.recruit-uiu__box-below {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
}

.recruit-uiu__box-title {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.recruit-uiu__box-desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  margin-bottom: 1rem;
  line-height: 1.8;
}

.recruit-uiu__box-link {
  margin-left: auto;
}


/* =============================
     aboutus Section
   ============================= */
.aboutus-hero {
  background: #ffffff;
  color: #fff;
  background-image: url("../images/recruit/purpose-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -5rem;
}

.aboutus-hero__main {
  padding-top: 15rem;
  min-height: 100rem;
}

.aboutus-hero__title {
  padding-top: 16rem;
  padding-bottom: 10rem;
}

.purpose-title__desc {
  font-size: clamp(1.8rem, 1.593rem + 1.04vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 2;
  margin-bottom: 5rem;
}

.purpose-desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}


/* =============================
    Challenge Section
   ============================= */
.recruit-challenge-container {
  background: #fff;
  background-image: url("../images/recruit/mission-main.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 83rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.white-section-aboutus {
  width: 48vw !important;
  padding: 5rem 8rem 25rem 17rem !important;
}

.challenge__main {
  margin-top: -30rem;
}

.challenge__title {
  font-family: shippori-antique, sans-serif;
  font-size: clamp(1.8rem, 1.2rem + 3vw, 4.8rem);
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin-bottom: 7rem;
}

.challenge__desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}

.challenge__img {
  position: relative;
}

.challenge__img-bg {
  position: absolute;
  top: -25rem;
  left: 45rem;
}

.values__main {
  margin: 23rem 0 15rem 0;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  padding: 2rem 8rem;
}

.values__item {
  position: relative;
  padding: 2.5rem 0rem 2.5rem 4rem;
  flex: 0 0 50%;
  color: #000 !important;
}

.values__item__spacer {
  padding-top: 6.5rem;
}

.values-outer__rightdown {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
}

.values-outer__down {
  border-bottom: 1px solid #808080;
}

.values-outer__right {
  border-right: 1px solid #808080;
}

.value-border {
  position: absolute;
  top: 0;
  left: 4rem;
  width: 25px;
  height: 3px;
  background: linear-gradient(90deg, #1992cb 0%, #662d91 100%);
}

.value-border-spacer {
  top: 3.5rem !important;
}

.value-title {
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}

.value-subtitle__en {
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.4rem, 1.281rem + 0.59vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  margin-bottom: 0.5rem;
}

.value-subtitle__jp {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.philosophy__value {
  margin: 23rem auto 20rem;
}



/* =============================
    cyrecoculture Hero Section
   ============================= */
.recruit-cyrecoculture-container {
  background: #fff;
  background-image: url("../images/recruit/education-mv.webp");
  background-repeat: no-repeat;
  position: relative;
  margin-top: -5rem;


  background-size: cover;
  background-position: center;
  min-height: 100rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.white-section-cyrecoculture {
  padding: 5rem 8rem 35rem 17rem;
}

.cyrecoculture__main {
  margin-top: -30rem;

}

.cyrecoculture__title {
  font-size: clamp(1.6rem, 1.12rem + 2.4vw, 4rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin: 5rem 0 3rem;
  font-feature-settings: "palt";
}

.cyrecoculture__desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 12rem;
}

.cyrecoculture-credo {
  padding: 10rem 0 1rem 0;
}

.cyrecoculture-credo__title {
  font-size: clamp(2rem, 1.76rem + 1.2vw, 3.2rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 2;
  margin-bottom: 6rem;
}

.cyrecoculture-credo__desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 8rem;
}

.gradation-border__main {
  width: 21rem !important;
  margin-bottom: 8rem;
  /* min-height: 50rem; */
}

.cyrecoculture-subcredo {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  margin-top: 10rem;
}

.cyrecoculture-subcredo__item {
  flex: 1 1 300px;
  box-sizing: border-box;
  padding: 0rem 0rem 0rem 2rem;
  color: #000 !important;
}

.cyrecoculture-subcredo__item-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
}

.gradation-border__sub {
  position: relative;
  margin-bottom: 4rem;
  width: 6rem !important;
}

.cyrecoculture-caution {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  padding-left: 2rem;
  margin-top: 10rem;
  margin-bottom: 20rem;
  line-height: 2;
}


/* =============================
   education Section
   ============================= */
.education {
  background: #fff;
  background-image: url("../images/recruit/education-bg.webp");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 70rem;
}

.education-container {
  min-height: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.education__title {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin-bottom: 6rem;
}

.education__desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
}


/* =============================
   OJT Section
   ============================= */
.ojt {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.ojt__desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

/* ---------- ラッパー ---------- */
.ojt-steps {
  background: #f4f4f6;
  padding: clamp(2rem, 4vw, 4rem) clamp(1rem, 4vw, 8rem);
  margin-top: 5rem;


  /* ★：自身の幅でブレークポイント判定させる */
  container-type: inline-size;
}

/* ---------- ステップリスト ---------- */
.steps {
  --gap: 5rem;
  /* カード間隔 */
  --arrow: 10px;
  /* 矢印の横幅（border-left の値） */
  display: flex;
  gap: var(--gap);
  /* カード間 */
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------- 各ステップ ---------- */
.step {
  position: relative;
  width: 200px;
  /* カード＋矢印を 1 ユニットとして固定 */
  flex-shrink: 0;
  /* はみ出し防止（横スクロール抑止） */
}

/* ---------- カード ---------- */
.card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  /* 正方形カード */
  border-radius: 2px;
  color: #fff;
  text-align: center;
  position: relative;
}

/* --- タイポ（数値は rem 単位に統一） --- */
.step-no {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 3rem;
  font-family: futura-pt, sans-serif;
}

.step-no span {
  font-size: clamp(2rem, 1.76rem + 1.2vw, 3.2rem);
}

.step-term {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  margin-bottom: 1.5rem
}

.card h3 {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  margin: 0
}

.desc {
  margin: .75rem 0 0;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  color: #000
}

/* ---------- 背景グラデーション ---------- */
.step:nth-child(1) .card {
  background: linear-gradient(to right, #1992cb, #287ec0);
}

.step:nth-child(2) .card {
  background: linear-gradient(to right, #2e77bc 0%, #3d63b0);
}

.step:nth-child(3) .card {
  background: linear-gradient(to right, #425cac 0%, #5148a1);
}

.step:nth-child(4) .card {
  background: linear-gradient(to right, #57419d 0%, #662d91);
}

/* ---------- 右向き矢印 (PC) ---------- */
.step:not(:last-child) .card::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc((var(--gap) + var(--arrow)) / -1.7);
  /* 矢印の根元をカード右端に合わせる */
  transform: translateY(-50%);
  border-left: var(--arrow) solid #c8c8ce;
  border-top: calc(var(--arrow) * 1) solid transparent;
  border-bottom: calc(var(--arrow) * 1) solid transparent;
}


/* =============================
     Career support Section
   ============================= */
.career-support {
  margin-top: 10rem;
}

.career-support__desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  margin-bottom: 5rem;
}

.career-support__list {
  display: block;
  margin-bottom: 5rem;
  color: #000;
}

.career-support__list-item {
  display: flex;
  justify-content: flex-start;
  gap: 7rem;
}

.career-support__list-item-title {
  flex: 0 0 16rem;
  padding-bottom: 1rem;
  white-space: nowrap;
}

.career-support__list-item-title-en {
  font-size: clamp(2rem, 1.526rem + 2.37vw, 3.6rem);
  font-family: futura-pt, sans-serif;
  padding-bottom: 1.5rem;
  letter-spacing: 0.1rem;
}

.career-support__list-item-title-jp {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 600;
}

.career-support__list-item-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
  color: #000 !important;
}

/* =============================
   employee benefits Hero Section
   ============================= */
.recruit-employee-benefits-container {
  background: #fff;
  background-image: url("../images/recruit/welfare-mv.webp");
  background-repeat: no-repeat;
  position: relative;
  margin-top: -5rem;
  background-size: cover;
  background-position: center;
  min-height: 100rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.wefalrebenefits__img {
  margin: 0 auto;
  text-align: center;
}

.wefalrebenefits__text {
  margin-top: 8rem;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2.5;
  text-align: center;
}

.vertical-line {
  content: "";
  width: 1px;
  height: 17rem;
  background: linear-gradient(180deg, #1992cb 0%, #662d91 100%) !important;
  animation: lineAnim 2s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
  z-index: 20;
  margin: 15rem auto;

  /* width: 2px;
  height: 150px;
  background: linear-gradient(180deg, #1992cb 0%, #662d91 100%) !important;
  margin: 10rem auto; */

}

.work-comfort {
  background-color: #F5F5F5;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  padding: 15rem 0 5rem 0;
}

.work-comfort-container {
  max-width: 100rem;
}

.work-comfort__title {
  font-size: clamp(1.7rem, 1.552rem + 0.74vw, 2.2rem);
  font-weight: 600;
  margin-bottom: 8rem;
  line-height: 1.4;
}

.work-comfort__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
}

.work-comfort__item {
  border-bottom: 1px solid #999999;
}

.work-comfort__item-title {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.4;
}

.work-comfort__item-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2.5;
  padding-bottom: 7rem;
}

.work-comfort__item-img {
  margin-bottom: 5rem;
}

.work-comfort__item-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.work-comfort__sublist {
  margin: 10rem 0 14rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10rem;
}

.work-comfort__subitem {
  border-bottom: 1px solid #999999;
}

.work-comfort__subitem-img {
  margin-bottom: 4rem;
}

.work-comfort__subitem-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.work-comfort__subitem-title {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 2rem;
}

.work-comfort__subitem-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2.5;
  padding-bottom: 6rem;
}


/* =============================
    Company Tour Hero Section
   ============================= */
.company-tour-hero {
  background: #fff;
  background-image: url("../images/recruit/company-tour-hero.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: -6rem;
  min-height: 80rem;
}

.company-tour-hero .darkfilter {
  background-color: rgba(0, 0, 0, 0.3);
}

.company-tour-hero__main {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-bottom: 10rem;
  padding-top: 20rem;
}

.company-tour-hero__catch h2 {
  font-family: futura-pt, sans-serif;
  font-size: clamp(2rem, 1.6rem + 2vw, 4rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 4.5rem;
  letter-spacing: 0.3rem;
}

.company-tour-hero__lead {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2.5;
  margin-bottom: 8rem;
}


/* =============================
    tour Section
   ============================= */
.recruit-tour {
  background: #000;
  color: #fff;
  padding: 10rem 0 5rem 0;
}

.recruit-tour__intro {
  font-size: clamp(1.4rem, 1.04rem + 1.8vw, 3.2rem);
  margin: -2rem 0 8rem;
}

.recruit-tour__box {
  border-radius: 1.2rem;
  padding: 5rem 4rem;
  background-color: #1d1d1d;
  margin-bottom: 5rem;
}

.recruit-tour__main {
  font-size: clamp(1.2rem, 0.8rem + 2vw, 3.2rem);
  margin-bottom: 2rem;
}

.recruit-tour__desc {
  font-size: clamp(1.2rem, 1.12rem + 0.4vw, 1.6rem);
  line-height: 2;
}

.recruit-tour__desc-box {
  text-align: left;
}

.recruit-tour-message {
  font-family: futura-pt, sans-serif;
  font-size: clamp(2rem, 1.526rem + 2.37vw, 3.6rem);
  font-weight: 600;
  letter-spacing: 0.3rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 100%;
}

/* Voice Section - 画像コンテナ */
.recruit-tour__img-container {
  background-image: url(../images/recruit/company-tour-meeting.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding-top: 56.857%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}

.recruit-tour__img-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* 上部グラデーション */
.recruit-tour__img-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

/* 下部グラデーション */
.recruit-tour__img-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  pointer-events: none;

}


/* =============================
   Voice Section
   ============================= */
.recruit-voice {
  background: #fff;
  color: #000;
  padding: 10rem 0 10rem 0;
  margin: 6rem 0;
}

.recruit-voice__box {
  padding: 3rem 4rem;
  border-radius: 0.5rem;
  background-color: #F2F2F2;
  margin-bottom: 3rem;
}

.recruit-voice__box-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;

}

/* =============================
   Voice Section
   ============================= */
.recruit-voice {
  background: #fff;
  color: #000;
  padding: 10rem 0 10rem 0;
  margin: 6rem 0;
}

.recruit-voice__box {
  padding: 3rem 4rem;
  background-color: #F2F2F2;
  margin-bottom: 3rem;
}

.recruit-voice__box-desc {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  line-height: 2;
}

.gradation-border {
  background: linear-gradient(90deg, #1992cb 0%, #662d91 100%);
  width: 8%;
  height: 5px;
}

.gradation-border span {
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.1em;
  position: absolute;
  top: -3px;
  left: 70px;
  width: 20rem;
}

.section-title-second__jp {
  font-size: clamp(1.6rem, 1.44rem + 0.8vw, 2.4rem);
  font-weight: 600;
  margin-bottom: 3rem;
}

.bg-white {
  background-color: #fff;
}

/* =============================
   Overview Section
   ============================= */
.recruit-overview {
  background: #f7f7f7;
  padding: 10rem 0 15rem 0;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

.recruit-overview__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  border-top: 1px solid #fff;
}

.recruit-overview__list:last-child {
  border-bottom: 1px solid #fff;
}

.recruit-overview__item {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 3rem 0 3rem 0;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  color: #000 !important;
}

.recruit-overview__item-title {
  flex: 0 0 220px;
  min-width: 220px;
  line-height: 2;
}

.recruit-overview__item-desc {
  flex: 1 1 500px;
  min-width: 0;
  line-height: 2;
}

.section-title__jp-black {
  color: #000 !important;
}

/* =============================
   Overview Section
   ============================= */
.recruit-overview {
  background: #f7f7f7;
  padding: 10rem 0 15rem 0;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

.recruit-overview__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  border-top: 1px solid #fff;
}

.recruit-overview__list:last-child {
  border-bottom: 1px solid #fff;
}

.recruit-overview__item {
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
  width: 100%;
  padding: 3rem 0 3rem 0;
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
}

.recruit-overview__item-title {
  flex: 0 0 220px;
  min-width: 220px;
  line-height: 2;
}

.recruit-overview__item-desc {
  flex: 1 1 500px;
  min-width: 0;
  line-height: 2;
}

/* =============================
   Join us Section
   ============================= */
.join-us {
  background: #000;
  color: #fff;
  padding: 35rem 0;
}

.join-us .page-end-entry {
  padding: 0;
}

.join-us__slider {
  position: relative;
}

.join-us__top-slider__list {
  height: 50vh;
  overflow: visible;
  view-timeline-name: --section-pin;
  view-timeline-axis: block;
  position: absolute;
  top: -42rem;
}

.slider__sticky {
  height: 50vh;
  width: 100vw;
  position: sticky;
  top: 20vh;
  overflow-x: hidden;
}

.slider-top.animate {
  animation: horizontalScroll-top 60s linear infinite;
}

@keyframes horizontalScroll-top {
  from {
    transform: translateX(-60vw);
  }

  to {
    transform: translateX(30vw);
  }
}

.slider-bottom.animate {
  animation: horizontalScroll-bottom 60s linear infinite;
}

@keyframes horizontalScroll-bottom {
  from {
    transform: translateX(60vw);
  }

  to {
    transform: translateX(-30vw);
  }
}

.join-us__bottom-slider__list {
  height: 50vh;
  overflow: visible;
  position: absolute;
  top: 15rem;
}

.slick-slide {
  margin-right: 4rem;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.loop-slider img {
  width: 42rem;
}

.loop-slider-top {
  direction: rtl;
}


/* =============================
   Company Tour Date Section
   ============================= */
.company-tour-date {
  background: #111;
  color: #fff;
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
  padding: 10rem 0 10rem 0;
  margin-top: -8rem;
  border-bottom: 1px solid #4d4d4d;
}

.company-tour-date__main {
  font-family: futura-pt, sans-serif;
  font-size: clamp(1rem, 0.72rem + 1.4vw, 2.4rem);
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 2rem;
}

.company-tour-date__item {
  text-align: center;
}

.company-tour-date__item-title {
  font-family: futura-pt, sans-serif;
  font-size: clamp(1.8rem, 1.04rem + 3.8vw, 5.6rem);
  letter-spacing: 0.2rem;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 2rem;
}


/* =============================
   link-section
   ============================= */
.link-section-main {
  display: flex;
  justify-content: center;
  gap: 0;
  width: 100%;
}

.link-section-box {
  flex: 1 1 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
}

.section-background-common {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40rem;
  width: 100%;
  overflow: hidden;
}

.section-background-common::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(60%);
  z-index: 0;
  transition: filter 0.5s ease;
}

.section-background-common:hover::before {
  filter: grayscale(0%) brightness(100%);
}

.section-background-tour::before {
  background-image: url("../images/recruit/section-background-tour.webp");
}

.section-background-office::before {
  background-image: url("../images/recruit/section-background-office.webp");
}

.section-background-recruit::before {
  background-image: url("../images/recruit/section-background-recruit.webp");
}

.section-background-common>* {
  position: relative;
  z-index: 1;
  width: 100%;
}

.recruit-link__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-align: left;
  padding-left: 16rem;
  color: #fff;
  background: transparent;
}

.recruit-link__item:hover {
  opacity: 1;
}

.recruit-link__label {
  font-family: futura-pt, sans-serif;
  font-size: clamp(3rem, 2.7rem + 1.5vw, 4.5rem);
  letter-spacing: 0.4rem;
  margin-bottom: 1rem;
}

.recruit-link__desc {
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.2rem);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 2rem;
}


/* PC */
@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

/* Tablet */
@media (max-width: 768px) {
  .recruit-hero {
    /* margin-top: -10rem; */
  }

  .recruit-hero__main,
  .recruit-job-opening__main,
  .recruit-internship__main,
  .recruit-uiu__boxes {
    /* flex-direction: column;
    gap: 2rem; */
    padding-top: 0;
    min-height: auto;
  }

  .recruit-hero__catch {
    padding: 10rem 0 6rem;
  }

  .recruit-hero__catch p {
    line-height: 1.8;
    margin-bottom: 5rem;
  }

  .recruit-entry {
    top: -5rem;
  }

  .section-title-sp {
    flex-wrap: wrap;
  }

  .section-title-sp .section-title__jp {
    padding-left: 3rem;
    line-height: 2;
  }

  .recruit-job-opening {
    background-position: 62% 0;
    min-height: 57rem;
    background-size: 200%;
    padding: 0;
  }

  .recruit-job-opening__section {
    margin-bottom: 0;
    padding: 3rem;
    flex-flow: column;
  }

  .recruit-culture__links {
    flex-direction: column;
    gap: 3rem;
  }

  .recruit-uiu {
    padding: 5rem 0rem;
  }

  .recruit-uiu__desc {
    margin-bottom: 3rem;
  }

  .recruit-uiu__box {
    padding: 2rem;
  }

  .recruit-uiu__box h3 {
    line-height: 1.8;
    margin-bottom: 2rem;
  }

  .recruit-uiu__boxes {
    flex-direction: column;
    gap: 3rem;
  }

  .aboutus-hero__main {
    padding-top: 10rem;
    padding-bottom: 6rem;
    min-height: 50rem;
  }

  .purpose-title__desc {
    font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
    margin-bottom: 3rem;
  }

  .recruit-interview__desc {
    flex-direction: column;
    align-items: flex-start;
  }

  .recruit-interview__desc p {
    line-height: 2 !important;
  }

  .recruit-interview__desc a {
    line-height: 2 !important;
  }

  .recruit-interview__slider-container {
    margin: calc(50% - 50vw);
  }

  .interview-swiper .swiper-slide {
    max-width: 150px;
  }

  .interview-swiper .swiper-wrapper {
    transition: none !important;
    will-change: transform;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: auto !important;
    color: #fff !important;
  }

  .swiper-button-next:before .swiper-button-next:after {
    font-size: 4rem;
  }

  .swiper-button-next {
    right: 1rem !important;
  }

  .swiper-button-prev {
    left: 1rem !important;
  }

  .recruit-internship__box {
    padding: 3rem;
  }

  .recruit-internship__main {
    margin-bottom: 3rem;
  }

  .recruit-challenge-container {
    background-position: 39% 0;
    min-height: 57rem;
    background-size: 200%;
    padding: 0;
  }

  .white-section-aboutus {
    padding: 7rem 8rem 25rem 22rem !important;
  }

  .challenge__main {}

  .challenge__title {
    margin-bottom: 4rem;
  }

  .challenge__desc {
    margin-bottom: 3rem;
    line-height: 1.6;
  }

  .challenge__img {
    text-align: right;
  }

  .challenge__img-bg {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
  }

  .values__main {
    display: block;
    margin: 15rem 0 2rem 0;
    padding: 4rem 0rem;
  }

  .values__item {
    padding: 2.5rem 0rem 2.5rem 1rem;
  }

  .value-border {
    left: 1rem;
  }

  .values-outer__rightdown {
    border: 0;
  }

  .values-outer__down {
    border: 0;
  }

  .values-outer__right {
    border: 0;
  }

  .value-border-spacer {
    top: 0rem !important;
  }

  .philosophy__value {
    margin: 8rem auto 16rem;
  }

  .pull-up {
    margin-top: -3rem;
    padding-top: 8rem !important;
  }

  .cyrecoculture__main {
    margin-top: -30rem;
  }


  .recruit-employee-benefits-container {
    background-position: 40% 0;
    min-height: 57rem;
    background-size: 200%;
    padding: 0;
  }

  .recruit-cyrecoculture-container {
    background-position: 44% 0;
    min-height: 72rem;
    background-size: 200%;
  }

  .vertical-line {
    height: 10rem;
    margin: 5rem auto;
  }

  .work-comfort {
    padding: 7rem 0 1rem;
  }

  .cyrecoculture-credo {
    padding: 5rem 0 1rem 0;
  }

  .cyrecoculture-credo__title {
    font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
    margin-bottom: 2rem;
  }

  .gradation-border__main {
    margin-bottom: 3rem;
  }

  .cyrecoculture-subcredo {
    margin-top: 0rem;
  }

  .cyrecoculture-subcredo__item {
    padding: 0rem 0rem 0rem 0rem;
  }

  .cyrecoculture-caution {
    padding: 0;
    margin: 5rem 0 10rem;
  }

  .cyrecoculture__desc {
    margin-bottom: 0;
  }

  .cyrecoculture__title {
    margin: 3rem 0;
  }

  .education {
    min-height: auto;
  }

  .education-container {
    padding: 7rem 0;
    min-height: auto;
  }

  .wefalrebenefits__img {
    margin-top: 5rem;
  }

  .wefalrebenefits__text {
    line-height: 2;
    text-align: left;
  }

  .steps {
    flex-direction: column;
    gap: 5rem;
    align-items: center;
  }

  .step:not(:last-child) .card::after {
    left: 50%;
    top: 175%;
    transform: translate(-50%, 0) rotate(90deg);
  }

  .career-support__list-item {
    flex-wrap: wrap;
    gap: 1rem;
  }

  .work-comfort__title {
    margin-bottom: 3rem;
  }

  .work-comfort__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }

  .work-comfort__item-desc {
    line-height: 1.8;
    padding-bottom: 3rem;
  }


  .work-comfort__sublist {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }

  .work-comfort__subitem {
    flex: 0 0 45%;
  }



  .recruit-tour__img-container::before,
  .recruit-tour__img-container::after {
    height: 8rem;
  }


  .recruit-overview__item {
    flex-direction: column;
    gap: 1rem;
    padding: 0 0 2rem;
  }

  .recruit-overview__item-title {
    flex: 0 0 auto;
    min-width: 0;
    font-weight: 600;
    ;
  }

  .recruit-overview__item-desc {
    flex: 1 1;
  }


  .join-us {
    padding: 8rem 0;
    margin-bottom: 5rem;
  }

  .slider img {
    width: 200px;
    height: auto;
    object-fit: cover;
  }

  .join-us__top-slider__list {
    top: -15rem;
  }

  .join-us__bottom-slider__list {
    top: 1rem;
  }


  .job-opening-title {
    margin: 0 0 5rem;
  }

  .company-tour-date {
    padding: 4rem 0 5rem 0;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .company-tour-date__main {
    margin-bottom: 2rem;
  }

  .slick-slide {
    margin-right: 2rem;
  }

  .link-section-main {
    flex-direction: column;
  }

  .link-section-box {
    width: 100%;
  }

  .section-background-common {
    height: 15rem;
  }

  .recruit-link__item {
    padding-left: 3.5rem;
    font-size: 90%;
  }

  .work-comfort__subitem-desc {
    line-height: 1.8;
  }

  .recruit-tour__img-container {
    background-attachment: unset;
  }

  .recruit-tour {
    padding: 5rem 0 5rem 0;
  }

  .recruit-tour__intro {
    margin: -2rem 0 4rem;
  }

  .recruit-tour__main {
    margin-bottom: 1rem;
  }

  .recruit-tour__box {
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .recruit-voice {
    padding: 0;
    margin: 3rem 0;
  }

  .recruit-overview {
    padding: 5rem 0 10rem 0;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
  }

  .company-tour-hero {
    min-height: auto;
  }

  .company-tour-hero__main {
    padding-bottom: 4rem;
    padding-top: 10rem;
  }

  .company-tour-hero__lead {
    line-height: 1.8;
  }

  .company-tour-date__main {
    letter-spacing: 0.1rem;
    font-feature-settings: "palt";
  }

  .company-tour-date__item-title {
    font-feature-settings: "palt";
  }

  .join-us .page-end-entry {
    padding: 5rem 0;
  }

  .recruit-culture__main {
    padding: 7rem 0 5rem 0;
  }

  .recruit-internship__box {
    padding: 3rem;
  }

  .recruit-internship {
    padding: 7rem 0 8rem 0;
  }

  .recruit-uiu__box-desc {
    font-feature-settings: "palt";
  }

  .recruit-voice__box {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .recruit-job-opening__left,
  .recruit-job-opening__right {
    flex: 1;
    width: 100%;
    text-align: center;
  }

  .recruit-interview {
    padding: 4rem 0 5rem 0;
  }

  .recruit-internship__desc-box {
    gap: 0.5rem;
    align-items: flex-end;
  }

  .recruit-uiu__box-below {
    gap: 0.5rem;
    align-items: flex-end;
  }

  .recruit-hero__catch h2 {
    margin-bottom: 3rem;
  }

  .recruit-uiu__box-title {
    margin-bottom: 0rem;
  }

  .company-tour-hero__catch h2 {
    margin-bottom: 2rem;
  }
}

/* Smartphone */
@media (max-width: 480px) {
  .work-comfort__item-img {
    margin-bottom: 3rem;
  }

  .work-comfort__subitem-desc {
    padding-bottom: 3rem;
  }

  .work-comfort__list {
    grid-template-columns: 1fr;
    margin: 6rem 0;
  }

  .work-comfort__sublist {
    grid-template-columns: 1fr;
    margin: 0 0 6rem;
  }


  .recruit-cyrecoculture-container {
    min-height: 57rem;
  }
}