@charset "UTF-8"; /**/
@keyframes scroll {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(7px);
  }
}

.main_img {
  position: relative;
  overflow: hidden;
  transition: initial;
}

.main_img > .container {
  height: 100vh;
  width: 100%;
  position: absolute;
  overflow: hidden;
  will-change: transform;
}

.main_img .slide {
  position: relative;
  height: 100vh;
}

.main_img .slide li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  will-change: transform, opacity;
}

.main_img .slide li figure {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
}

.main_img .slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  will-change: transform, filter;
}

.concept-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  min-height: 100vh;
}

.concept-bg figure {
  width: 100%;
  height: 100vh;
}

.concept-bg figure img {
  width: 100%;
  height: 100.1%;
  object-fit: cover;
}

.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  opacity: 0;
  z-index: 4;
  pointer-events: none;
  will-change: backdrop-filter;
}

.blur-overlay.show {
  backdrop-filter: blur(10px);
}

.main-col {
  height: 100vh;
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
}

.main-col .text_box {
  color: #fff;
  animation: none;
  transform: translateY(-50%);
  position: relative;
  top: 45%;
}

.main-col .text_box h2 {
  font-weight: var(--w-eb);
  font-size: clamp(2.6rem, 4vw, 4rem);
  margin-bottom: 0.5em;
  white-space: nowrap;
  line-height: 1.4;
}

.main-col .text_box h2 span {
  display: flex;
  align-items: center;
}

.main-col .text_box h3 {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  font-weight: var(--w-m);
  font-size: var(--f-r);
  line-height: 1.7;
  text-indent: 0.1em;
}

.concept-col {
  height: 100vh;
  display: flex;
  align-items: center;
  min-height: 100vh;
  justify-content: flex-end;
}

.concept-col .text_box {
  color: #fff;
  min-width: 40%;
  transform: translateY(-50%);
  position: relative;
  top: 0;
}

.main_img .concept-col h2 {
  font-weight: var(--w-b);
  margin-bottom: 2rem;
  font-size: var(--f-xxxl);
}

.main-col .rotate {
  position: absolute;
  /* transform: translateY(-50%); */
  bottom: 15%;
  right: 5%;
  width: 140px;
  height: 140px;
}

.main_img .main-col .rotate a {
  display: block;
}

.rotate {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
}

.rotate img {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.circleText {
  overflow: visible;
  animation: rotation 18s linear infinite;
  width: 100%;
  height: 100%;
}

.circleText__circle {
  fill: none;
}

.circleText__text {
  fill: rgb(255 255 255 / 80%);
  font-size: 8.5px;
  letter-spacing: 0.04em;
  font-family: var(--f-en);
  text-transform: uppercase;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.concept-col .text_box p {
  font-size: var(--f-r);
  font-weight: var(--w-m);
  margin-top: 0.7em;
}

.en-catch {
  font-family: var(--f-en);
  font-size: clamp(3.5rem, 10vw, 10rem);
  color: rgb(255 255 255 / 70%);
  font-style: italic;
  white-space: nowrap;
  mix-blend-mode: soft-light;
  z-index: 0;
  position: fixed;
  bottom: 1em;
  left: 0.3em;
  opacity: 0;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

/*
## コンテンツ
*/
.contents {
  margin-top: -1px;
}

.scrolldown {
  position: absolute;
  z-index: 2;
  bottom: 0.6vw;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  right: 2.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scrolldown a b {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
}

.scrolldown a b::-moz-selection {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.scrolldown a b::selection {
  background: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.scrolldown a {
  text-decoration: none;
  display: flex;
  z-index: 1;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.scrolldown a:hover {
  opacity: 1;
}

.scrolldown a i {
  height: 5em;
  width: 1px;
  background-color: rgb(255 255 255 / 30%);
  position: relative;
  overflow: hidden;
}

.scrolldown a i:before {
  content: none;
}

.scrolldown a i::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  -webkit-animation: anim-scroll 1.5s ease-in-out 0s infinite;
  animation: anim-scroll 1.5s ease-in-out 0s infinite;
}

/*
## 私たちについて
*/
.section-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient( 0deg, rgb(237 237 237 / 0%) 20%, rgb(182 186 199 / 40%) 100% );
  z-index: -1;
}

.section-about::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  background-image: url(/img/main_img_01.webp);
  background-position: center 90%;
  width: 100%;
  height: 75vh;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, transparent 20%, #000000 100%);
  mask-image: linear-gradient(to bottom, transparent 10%, #000000 60%);
}

.section-about .loopslide {
  display: flex;
  white-space: nowrap;
  width: auto;
  animation: loopSlide 90s linear infinite;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.section-about .loopslide li {
  position: relative;
  flex: 0 0 auto;
  transition: opacity 1s ease-out;
  height: 70vh;
  aspect-ratio: 1.5 / 3;
  flex-shrink: 0;
}

.section-about .loopslide li figure {
  box-shadow: 0 30px 60px rgb(223 223 223);
}

.section-about .loopslide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--m-xxs);
}

@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-210vw);
  }
}

.section-about .column {
  /* align-items: center; */
  /* width: fit-content; */
}

.section-about .column .button {
  margin: 3rem auto 0;
  align-self: flex-end;
}

/*
## サービスのご案内
*/
.section-service {
  padding-top: var(--m-xxl);
  padding-bottom: var(--m-xxl);
  background: #fff;
}

.section-service .u-inner {
  display: flex;
  flex-wrap: wrap;
}

.section-service .button {
  flex-basis: 100%;
}

.section-service .column {
  width: 100%;
}

.section-service .nav-container {
  position: relative;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  margin: 5rem calc(var(--m-fix) + 1em) 0;
}

.bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s var(--transition);
  vertical-align: top;
  filter: brightness(0.7);
}

.service-name {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 7em;
  font-weight: bold;
  z-index: 3;
  color: #fff;
  pointer-events: none;
}

.menu-items {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
  transition: opacity 0.3s ease;
  counter-reset: count 0;
}

.menu-item {
  flex-basis: calc((100% - 4px) / 3);
  flex-basis: calc(100% / 3);
  cursor: pointer;
  position: relative;
  padding-top: 44%;
  min-height: 350px;
  transition: flex-basis 0.2s var(--transition);
  z-index: 0;
}

.menu-item.on {
  flex-basis: 60%;
}

.menu-item a:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  mask-image: linear-gradient( to top, rgb(255 255 255 / 1%), rgb(255 255 255 / 1%) );
  -webkit-mask-image: linear-gradient( to top, rgb(255 255 255) 20%, rgb(255 255 255 / 1%) 40% );
}

.menu-item:not(:first-child)::after {
  content: "";
  background: rgb(255 255 255 / 30%);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.menu-item p {
  margin-top: 10px;
  font-size: var(--f-s);
  position: relative;
  z-index: 4;
  line-height: 1.5;
}

.section-service .list li a {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  flex-direction: column;
  padding: 2vmax;
  color: #fff;
  justify-content: flex-end;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}

.section-service .list li a:hover {
  opacity: 1;
}

.section-service ul.list li a h3::before {
  content: "Service 0" counter(count);
  counter-increment: count 1;
  font-size: var(--f-xl);
  font-style: italic;
  font-family: var(--f-en);
  position: relative;
  left: -5px;
  color: var(--c-sub);
  line-height: 1;
  z-index: 1;
  margin-bottom: 1rem;
  font-weight: var(--w-m);
  display: block;
  opacity: 0.7;
}

.section-service ul.list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s ease;
}

.section-service .list li:nth-child(1) a::after {
  background-image: url(/img/service-menu_01.webp);
}

.section-service ul.list li:nth-child(2) a::after {
  background-image: url(/img/service-menu_02.webp);
}

.section-service ul.list li:nth-child(3) a::after {
  background-image: url(/img/service-menu_03.webp);
}

.section-service ul.list li.menu-item.on a::after, .section-service ul.list li.menu-item.off a::after {
  opacity: 0;
}

.section-service ul.list li.menu-item.off .text_box {
  opacity: 0.3;
}

.section-service ul.list li .text_box {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease;
}

.section-service ul.list li h3 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.section-service ul.list li h3 b {
  font-size: var(--f-l);
  min-height: 2.4em;
  display: inline-block;
  line-height: 1.2;
}

.section-service ul.list li h3 em {
  font-size: 0.7em;
  opacity: 0.7;
  font-family: var(--f-en);
}

/*
#企業情報
*/
.section-company {
  background: #f1f1f1;
}

.section-company figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.section-company figure img {
  height: 100%;
  object-fit: cover;
}

/*
## 採用情報
*/
section.section-recruit {
  background-color: #6fa8a7;
}

.section-recruit .u-inner {
  display: flex;
  align-items: flex-start;
  gap: 4.4vmax;
}

.section-recruit .recruit-pt {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-basis: 55%;
  margin-left: calc((50% - 50vw) + 1rem);
  flex: 1;
}

.section-recruit figure img {
  height: 100%;
  object-fit: cover;
}

.section-recruit .recruit-pt figure:nth-child(1) {
  width: 100%;
}

.section-recruit .recruit-pt figure:nth-child(2) {
  width: 55%;
}

.section-recruit .recruit-pt figure:nth-child(3) {
  flex: 1;
}

.section-recruit .column {
  flex-direction: column;
  /* flex: 1; */
}

.section-recruit h2 .title-en {
  color: #ffe4a8;
}

.section-recruit h3 {
  color: #d0ffff;
}

.index-about__bgtext {
  display: flex;
  font-family: var(--f-en);
  font-size: max(12vw, 7rem);
  font-weight: var(--w-eb);
  white-space: nowrap;
  letter-spacing: -0.03em;
  pointer-events: none;
  position: absolute;
  bottom: -0.7rem;
  font-style: italic;
  z-index: 1;
  line-height: 0.8;
  z-index: 2;
  mix-blend-mode: soft-light;
}

.index-about__bgtext .text {
  -webkit-animation: looptext 60s linear 0s infinite;
}

@keyframes looptext {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1024px) {
  .gBody {
  }
}

@media screen and (max-width: 767px) {
  .slide li:nth-child(1) img {
    object-position: 60% center;
  }

  .slide li:nth-child(2) img {
    object-position: 20% center;
  }

  .slide li:nth-child(3) img {
  }

  .slide li:nth-child(4) img {
  }

  .concept-bg figure img {
    object-position: 30% center;
  }

  /*
  ## サービスのご案内
  */
  .section-service .nav-container {
    width: 100%;
    margin-left: initial;
  }

  .menu-items {
    flex-direction: column;
  }

  .menu-item:not(:first-child)::after {
    width: 100%;
    height: 1px;
    position: absolute;
  }

  .menu-item:last-child {
    border: none;
  }

  .menu-item img {
    transition: opacity 0.3s ease;
  }

  .menu-item p {
    margin-top: 10px;
    font-size: 14px;
    position: relative;
    z-index: 4;
    line-height: 1.5;
  }

  .service .list li a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    flex-direction: column;
    padding: 2vmax;
    color: #fff;
    justify-content: flex-end;
  }

  /*
  ## サービスのご案内
  */
  section.section-company {
    padding-bottom: 0;
  }

  .section-company > figure {
    position: relative;
    padding-top: 90%;
    margin-top: 0%;
  }

  .section-company > figure img {
    object-position: 80% center;
    height: 120%;
    /* width: 100%; */
    position: absolute;
    -webkit-mask-image: linear-gradient(0deg, #000000 80%, transparent 99%);
    mask-image: linear-gradient(0deg, #000000 80%, transparent 99%);
    /* position: absolute; */
    top: -20%;
    left: 0;
  }

  /*
  ## 採用情報
  */
  .section-recruit .u-inner {
    flex-direction: column;
  }

  .section-recruit .recruit-pt {
    margin-left: initial;
  }
}

@media print {
  .main_img.sticky .slide {
    position: relative !important;
    right: 0px;
  }

  .main_img {
    height: 80vh;
  }

  section.message.sticky.end > figure {
    position: absolute;
    top: initial;
  }

  .message figure {
    max-height: 100%;
  }

  .contents .message {
    padding-top: initial;
  }
}
