@charset "utf-8";

body {
  font-family: "noto-sans-cjk-jp",  sans-serif;
  font-size: clamp(14px, 2.08vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  font-style: normal;
  color: #000000;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
body.fixed {
  position: fixed;
  /* overflow: hidden; */
  height: 100vh;
}

/* ======================
font
========================= */
.f_sans {
  font-family: "noto-sans-cjk-jp",  sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* M500,B700,Black900 */
}
.f_mnv {
  font-family: "mundial-narrow-variable", sans-serif;
  font-variation-settings: "wght" 760;
  font-style: italic;
}
/* Extra Bold Italic 760 */
.fw_5 {
  font-weight: 500;
}
.fw_7 {
  font-weight: 700;
}
.fw_8 {
  font-weight: 800;
}
.fw_9 {
  font-weight: 900;
}
/* ======================
common
========================= */
a {
  color: #000000;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
a.no_link {
  pointer-events: none;
  opacity: 0.5;
}
a.sptel {
  pointer-events: none;
}
a.hv_opacity {
  transition: 0.3s;
}
a.hv_opacity:hover {
  opacity: 0.7;
}
.nolink {
  pointer-events: none;
  cursor: default;
}
.cl_wh {
  color: #fff;
}
.cl_bk {
  color: #000000;
}
.txt_c {
  text-align: center;
}
.txt_c span {
  display: inline-block;
}
.bg_wh {
  background-color: #fff;
}
.bg_p-or {
  background-color: #fff6e6;
}
.bg_bk {
  background-color: #000000;
}
.inner-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1440 {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}
.inner-980 {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}
.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
img[src*="_sp"] {
  display: none;
}
.sp {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
}
.ilbk {
  display: inline-block;
}
.p_rltv {
  position: relative;
}
.p_sticky {
  position: sticky;
}

/* ===========
inview
============== */
.inv_mov {
  opacity: 0;
  transition:
    opacity 1s,
    transform 1s;
}
.tl_yb {
  transform: translate(0, 60px);
}
.tl_yt {
  transform: translate(0, -60px);
}
.tl_xl {
  transform: translate(-60px, 0);
}
.tl_xr {
  transform: translate(60px, 0);
}
.tl_rol {
  transform: rotate(-45deg);
}
.tl_ror {
  transform: rotate(45deg);
}
.tl_xtr {
  transform: rotateY(180deg);
}
.tl_ytr {
  transform: rotateX(180deg);
}

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition:
    opacity 1s,
    transform 1s;
}
.mov.delay100 {
  transition-delay: 100ms;
}
.mov.delay200 {
  transition-delay: 200ms;
}
.mov.delay300 {
  transition-delay: 300ms;
}
.mov.delay400 {
  transition-delay: 400ms;
}
.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}
.mov.delay800 {
  transition-delay: 800ms;
}
/* ============================
article
=============================== */
article {
  /* overflow-x: clip; */
  /* position: relative;
  z-index: 1; */
}

main {
  overflow-x: clip;
  min-height: 80vh;
  position: relative;
  z-index: 0;
}
.page_heading-bg {
  background: url(../imgs/common/page_head_bg.svg) no-repeat top left 21% / clamp(1056px, 293.33vw, 1920px) auto;
}
.page_headingbk {
  padding-top: clamp(32px, 8.89vw, 97px);
}
.low .page_headingbk {
  margin-bottom: clamp(100px, 27.78vw, 213px);
}
.page_heading {
  display: flex;
  flex-direction: column;
  gap: 0.8em;
  margin-bottom: clamp(57px, 15.83vw, 105px);
}
.page_heading .f_mnv {
  font-size: clamp(60.5px, 11.22vw, 110px);
  line-height: 1;
  letter-spacing: 0.045em;
}
.page_heading .f_sans {
  font-size: clamp(24.75px, 5.16vw, 45px);
  line-height: 1;
  letter-spacing: 0.025em;
}
.sec_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1em;
}
.sec_heading .f_mnv {
  font-size: clamp(60.5px, 11.22vw, 110px);
  line-height: 1;
}
.sec_heading .f_sans {
  font-size: clamp(17px, 3.54vw, 28px);
  font-weight: 500;
  line-height: 1;
}
.s_heading {
  font-size: clamp(42px, 8.75vw, 60px);
  line-height: 1;
  letter-spacing: 0.08em;
}

/* scroll-infinity */
.scroll-infinity {
  width: 100%;
  overflow: hidden;
}
.scroll-track {
  font-size: max(118px, 169px);
  display: flex;
  gap: 0.25em;
  width: max-content;
  animation: scrollInfinity 80s linear infinite;
  will-change: transform;
}
.scroll-infinity__list {
  display: flex;
  gap: 0.25em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll-infinity__list img {
  flex-shrink: 0;
}

/* 逆回り */
.scroll-track.rvs {
  animation: scrollInfinityRvs 80s linear infinite;
}

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

/* 無限スクロール */
@keyframes scrollInfinity {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollInfinityRvs {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

/* ボタン */
.bk_btn {
  font-size: clamp(15px, 3.13vw, 20px);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 80vw;
  max-width: 397px;
  min-width: 290px;
  height: 4.25em;
  padding: 0 24px 0 30px;
  border: 2px solid #000;
  background: #000000;
  border-radius: 40px;
  transition: 0.3s;
}
.bk_btn::after {
  content: "";
  width: 3em;
  height: 3em;
  background: url(../imgs/common/btn_arrow_wh.svg) no-repeat center / contain;
  transition: 0.2s;
}
.bk_btn:hover {
  color: #000;
  background: #fff;
}
.bk_btn:hover::after {
  background: url(../imgs/common/btn_arrow_bk.svg) no-repeat center / contain;
}

/* ============================
pankz
=============================== */
.pankz-list {
  font-size: clamp(12px, 2.5vw, 18px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pankz-list li {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.pankz-list li:not(:last-child)::after {
  content: "〉";
  display: block;
}

/* ======================
other_voices
========================= */
.other_voices {
  padding: clamp(80px, 22.22vw, 140px) 0 clamp(90px, 25vw, 248px);
  background: url(../imgs/common/voices_bg.svg) no-repeat top right / cover;
}

.voices__heading {
  font-size: clamp(32px, 6.67vw, 45px);
  line-height: 1;
  letter-spacing: 0.025em;
  margin-bottom: clamp(60px, 16.67vw, 90px);
}
.voices__slider {
  overflow: visible;
  margin-bottom: 40px;
}
.voices__slider .slick-list {
  overflow: visible;
}
.voices__slider .slider__item {
  width: 23.02vw;
  max-width: 442px;
  margin: 0 1.04vw;
}
.voices__slider .slider__item:nth-child(odd) {
  margin-top: clamp(50px, 6.51vw, 100px);
}
/* ===== 2枚のとき ===== */
.voices__slider.is-few .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.voices__slider.is-few .slider__item:nth-child(odd) {
  margin-top: 0 !important;
}
/* ===== 1枚のとき ===== */
.voices__slider.is-single {
  display: flex;
  justify-content: center;
}

.voices__slider.is-single .slick-track {
  margin: 0 !important;
  transform: none !important;
}

.voices__slider.is-single .slick-slide {
  float: none;
  display: flex !important;
  justify-content: center;
}

/* カードの固定幅 */
.voices__slider.is-single .slider__item {
  width: 442px !important; /* PC */
  margin: 0;
}

.voices__slider .slider__item a {
  border-radius: 30px;
  padding: 9% 10%;
}

.voices__slider .slider__item.ct_gas-station a {
  background-color: #ffcccc;
}
.voices__slider .slider__item.ct_energy a {
  background-color: #ffe0b1;
}
.voices__slider .slider__item.ct_car-maintenance a {
  background-color: #e0e0e0;
}
.voices__slider .slider__item.ct_fitness a {
  background-color: #d7e9ff;
}
.voices__slider .slider__item.ct_entertainment a {
  background-color: #c9f1f7;
}
.voices__slider .slider__item.ct_reuse a {
  background-color: #cef9d1;
}
.voices__slider .slider__item.ct_public-facility a {
  background-color: #e8d1c9;
}
.voices__slider .slider__item.ct_day-care a {
  background-color: #e2f9c8;
}
.voices__slider .slider__item.ct_foods a {
  background-color: #fffcc5;
}

.voices__imgbk {
  width: 94.5%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin: 0 auto 15px;
  border-radius: 50%;
}
.slider__item a .voices__imgbk img {
  transition: 0.3s;
}
.slider__item a:hover .voices__imgbk img {
  scale: 1.05;
}
.voices__slider .voices__txt {
  font-size: clamp(20px, 2.55vw, 25px);
  line-height: 1.52;
  min-height: 3.8em;
  margin-bottom: 1em;
}
.voices__slider .voices__txt span {
  display: inline-block;
}
.voices__slider .voices__person {
  line-height: 1.5;
}
.voices__slider .voices__person .name {
  margin-right: 1em;
}
.voices__slider .voices__person .name::before {
  content: "■";
  margin-right: 0.2em;
}
.other_voices .bk_btn {
  width: 80%;
  max-width: 397px;
  min-width: 280px;
  margin: 0 auto;
}
/*===================
bottom_link
===================*/
.links__list {
  display: flex;
  flex-wrap: wrap;
}
.links__item {
  width: 25%;
}
.links__item a {
  color: #fff;
  overflow: hidden;
  position: relative;
}
.links__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: opacity 0.3s ease;
}
.links__item a:hover::before {
  opacity: 0;
}
.links__item a p {
  font-size: clamp(30px, 3.02vw, 58px);
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.links__item a p .f_sans {
  font-size: clamp(16px, 0.83vw, 20px);
  background: rgba(0, 0, 0, 0.25);
}
.hide-work-style .item__work_style {
  display: none;
}
.hide-message .item__message {
  display: none;
}
.hide-training .item__training {
  display: none;
}
.hide-voice .item__voice {
  display: none;
}
/*===================
bottom_recruit
===================*/
.bottom_recruit {
  margin-top: 50px;
  padding: clamp(44px, 12.22vw, 70px) 0 clamp(58px, 16.11vw, 100px);
  background: url(../imgs/common/bottom_recruit-bg.jpg) no-repeat center / cover;
}
.bottom_recruit__headingbk {
  font-size: clamp(60.5px, 11.22vw, 110px);
  width: 4em;
  padding-bottom: 0.23em;
  margin: 0 auto clamp(25px, 6.94vw, 50px);
}
.bottom_recruit__img-left,
.bottom_recruit__img-right {
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.bottom_recruit__img-left {
  width: 27.75vw;
  max-width: 293px;
  right: 100%;
  transform: translate(5%, 0);
  background: url(../imgs/common/bottom_recruit_deco.svg) no-repeat left bottom/min(79%, 230px);
}

.bottom_recruit__img-right {
  width: 34.19vw;
  max-width: 361px;
  left: 100%;
  transform: translate(-22%, 0);
  background: url(../imgs/common/bottom_recruit_deco.svg) no-repeat right bottom/min(64%, 230px);
}
.bottom_recruit__img img {
  transform-origin: bottom center; /* 下基準 */
  transform: translateY(100%) scale(0.8); /* 下に隠して少し小さく */
}

.bottom_recruit__img img.mov {
  animation: jumpUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes jumpUp {
  0% {
    transform: translateY(100%) scale(0.8);
  }
  60% {
    transform: translateY(-5%) scale(1); /* 少し飛び出す */
  }
  100% {
    transform: translateY(0) scale(1); /* 最終は1で止める */
  }
}
.recruit__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.recruit__item {
  font-size: clamp(18px, 1.84vw, 25px);
  font-weight: 700;
  line-height: 1.4;
  width: 32%;
}
.recruit__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.72em;
  height: 4.52em;
  padding: 0 8%;
  border: 2px solid #000;
  border-radius: 50px;
  background: #fff;
  transition: 0.3s;
}
.recruit__item a::after {
  content: "";
  width: 1.8em;
  height: 1.8em;
  background: url(../imgs/common/btn_arrow_bk.svg) no-repeat center/contain;
  transition: 0.2s;
}
.recruit__item a:hover {
  color: #fff;
  background: #000;
}
.recruit__item a:hover::after {
  background: url(../imgs/common/btn_arrow_wh.svg) no-repeat center/contain;
}
.recruit__item a > span {
  width: 10.12em;
}
.recruit__item .fs_s {
  font-size: 72%;
  font-weight: 500;
  display: block;
}
.faq__link {
  font-size: clamp(18px, 1.84vw, 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.2em;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
.faq__link span {
  position: relative;
  z-index: 3;
  color: #fff;
}
.faq__link:hover span {
  color: #000;
}
.faq__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 0);
  transform-origin: center;
}
.faq__link:hover:before {
  transform: scale(1, 1);
}
/* .faq__link:hover {
  color: #000;
  background: #fff;
} */
/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 250px 0;
}

.notfound .ttl {
  font-size: clamp(26px, 4.17vw, 32px);
  text-align: center;
  margin-bottom: 30px;
}

.notfound p {
  line-height: 1.75;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: clamp(16px, 2.6vw, 20px);
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 1920px) {
  .page_heading-bg {
    background: url(../imgs/common/page_head_bg.svg) no-repeat top right / 100% auto;
  }
}
@media screen and (max-width: 1056px) {
  .page_heading-bg {
    background: url(../imgs/common/page_head_bg.svg) no-repeat top -28px left 21% / clamp(1056px, 293.33vw, 1920px) auto;
  }
}
@media screen and (max-width: 880px) {
  /*===================
	bottom_link
	===================*/
  .links__item {
    width: 50%;
    flex: initial;
  }
  .links__item a p {
    font-size: clamp(28px, 6.25vw, 58px);
  }
  .links__item a p .f_sans {
    font-size: clamp(14px, 2.92vw, 20px);
  }
  /*===================
	bottom_recruit
	===================*/
  .bottom_recruit {
    margin-top: 0;
    background: url(../imgs/common/bottom_recruit-bg_sp.jpg) no-repeat center / cover;
  }

  .bottom_recruit__headingbk {
    width: 100%;
  }
  .bottom_recruit__img {
    position: relative;
    width: 88.06vw;
    max-width: 635px;
    max-height: 348px;
    height: 48.33vw;
    margin: -8px auto 0;
  }
  .bottom_recruit__img-left,
  .bottom_recruit__img-right {
    transform: initial;
  }
  .bottom_recruit__img-left {
    width: 41.94vw;
    bottom: 0;
    left: 0;
  }
  .bottom_recruit__img-right {
    width: 51.67vw;
    right: 0;
    bottom: 0;
    left: auto;
  }
  .recruit__links,
  .faq__link {
    width: 80%;
    max-width: 440px;
    min-width: 280px;
    margin: 0 auto;
  }
  .recruit__links {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 0;
    margin-bottom: 34px;
  }
  .recruit__item {
    width: 100%;
  }
  .recruit__item a > span {
    width: calc(100% - 2.5em);
  }
}
@media screen and (max-width: 768px) {
  /* ======================
	other_voices
	========================= */
  .voices__slider .slider__item {
    margin: 0 12.5px;
  }
  .voices__slider.is-single .slider__item {
    width: 90vw !important;
    max-width: 420px;
  }
  .voices__slider .voices__txt {
    font-size: clamp(15.3px, 4.25vw, 20px);
  }
  .voices__slider .voices__person {
    font-size: clamp(11px, 3.06vw, 14px);
  }
}
@media screen and (max-width: 480px) {
}
@media screen and (max-width: 375px) {
  .bk_btn {
    width: 100%;
    max-width: 290px;
    min-width: initial;
  }
  .recruit__links,
  .faq__link {
    width: 100%;
    max-width: 280px;
    min-width: initial;
  }
}
