@charset "UTF-8";
/* ===============================
  事業内容
=============================== */
/* products
------------------------------*/
.products {
  padding: min(180px, 9.375vw) 0 min(330px, 17.1875vw);
}

.products__content {
  margin-top: 3.125%;
}

.products__wrapper {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .products__wrapper {
    display: block;
  }
}

.products__galleries {
  width: min(890px, 46.3541666667vw);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .products__galleries {
    width: 100%;
  }
}

.products__gallery {
  width: calc(50% - 8px);
  aspect-ratio: 1/1;
  position: relative;
}
.products__gallery:nth-child(2n) {
  margin-left: 16px;
}
.products__gallery:nth-child(n+3) {
  margin-top: 16px;
}
.products__gallery span {
  position: absolute;
  bottom: 5.5%;
  left: 8%;
  font-size: clamp(0.5rem, 0.75vw, 0.875rem);
  font-weight: 800;
  line-height: 1.7857142857;
  letter-spacing: 0.07em;
  color: #fff;
}
.products__gallery span strong {
  display: block;
  font-size: clamp(0.625rem, 1.0714285714vw, 1.25rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .products__gallery span {
    font-size: 0.625rem;
  }
  .products__gallery span strong {
    font-size: 0.875rem;
  }
}

.products__text {
  margin-left: min(150px, 7.8125vw);
  width: min(540px, 28.125vw);
  font-size: clamp(0.75rem, 0.9642857143vw, 1.125rem);
  font-weight: 400;
  line-height: 2.7777777778;
  letter-spacing: 0.16em;
  margin-top: calc((1lh - 1em) / -2);
}
@media (max-width: 767px) {
  .products__text {
    margin-left: 0;
    padding: 0 16px;
    width: 100%;
    margin-top: 10%;
    font-size: 0.875rem;
    letter-spacing: unset;
    line-height: 2;
  }
}

/*------------------------------
process
------------------------------*/
.process__step {
  display: flex;
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
}

.process__item {
  background: url(../img/process1.webp) no-repeat center center/cover;
  aspect-ratio: 1920/1000;
  aspect-ratio: 1920/700;
  width: 100%;
  flex-shrink: 0;
}
.process__item:nth-child(2) {
  background: url(../img/process2.webp) no-repeat center center/cover;
}
.process__item:nth-child(3) {
  background: #5b5b5b;
}
.process__item:nth-child(4) {
  background: url(../img/process4.webp) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .process__item {
    aspect-ratio: 400/400;
  }
}

.process__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.process__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

/*------------------------------
equipment
------------------------------*/
.equipment {
  background: url(../img/equipment_bg.webp) no-repeat center center/cover;
  padding: min(340px, 17.7083333333vw) 0 min(250px, 13.0208333333vw);
}

.equipment__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .equipment__head {
    display: block;
    width: 100%;
  }
}

.equipment__title {
  width: 20.2380952381%;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .equipment__title {
    width: 100%;
    writing-mode: initial;
  }
}

.equipment__title-en {
  margin-top: 0;
}

.equipment__lead {
  width: 76.1904761905%;
  font-size: clamp(0.625rem, 0.8571428571vw, 1rem);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  .equipment__lead {
    font-size: 0.625rem;
  }
}
@media (max-width: 767px) {
  .equipment__lead {
    width: 100%;
    margin-top: 5%;
    font-size: 0.75rem;
  }
}

.equipment__content-wrap {
  background: #fff;
}
@media (max-width: 767px) {
  .equipment__content-wrap {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.equipment__content {
  max-width: 1460px;
  margin: 0 auto;
  margin-top: 12.5%;
  padding: 4.7619047619% 13.6904761905%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .equipment__content {
    padding: 4% 2%;
  }
}

.equipment__image {
  width: 52%;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  aspect-ratio: 545/656;
  -webkit-mask-image: linear-gradient(black 100%, transparent 100%);
          mask-image: linear-gradient(black 100%, transparent 100%);
  -webkit-mask-image: linear-gradient(black 85%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(black 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: left 0% top 0%;
          mask-position: left 0% top 0%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-size: 101% 120%;
          mask-size: 101% 120%;
}
.equipment__image.act {
  -webkit-mask-image: linear-gradient(black 85%, rgba(0, 0, 0, 0) 100%);
          mask-image: linear-gradient(black 85%, rgba(0, 0, 0, 0) 100%);
  -webkit-animation: noise_out 1s forwards;
          animation: noise_out 1s forwards;
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  opacity: 1;
}
.equipment__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0%;
  left: 0%;
}
.equipment__image img:not(.show) {
  opacity: 0;
}
@media (max-width: 767px) {
  .equipment__image {
    margin: 0 auto;
    width: 55%;
  }
}

@-webkit-keyframes noise_out {
  100% {
    -webkit-mask-position: left 0% top var(--my-var);
            mask-position: left 0% top var(--my-var);
  }
}

@keyframes noise_out {
  100% {
    -webkit-mask-position: left 0% top var(--my-var);
            mask-position: left 0% top var(--my-var);
  }
}
.equipment__body {
  width: 33.5%;
  padding: 14% 0;
}
.equipment__body > div:nth-child(n+2) {
  margin-top: 200%;
}
@media (max-width: 767px) {
  .equipment__body {
    width: 55%;
    padding-left: 10px;
    margin-top: 10%;
  }
}

.equipment__heading {
  font-size: min(1.875rem, 1.6071428571vw);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 767px) {
  .equipment__heading {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}

.equipment__description {
  font-size: clamp(0.625rem, 0.8571428571vw, 1rem);
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 3.25em;
}
@media (max-width: 767px) {
  .equipment__description {
    font-size: 0.75rem;
    margin-top: 1em;
  }
}

.item {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  height: 100svh;
  position: relative;
}
.item picture {
  width: 100%;
  height: 100%;
}
.item picture img {
  width: 100%;
  height: 100%;
}

.item img {
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

#scrollWrap {
  width: 100%;
  overflow-x: scroll;
  overflow-x: hidden;
  scrollbar-width: none;
  position: relative;
}
#scrollWrap::-webkit-scrollbar {
  display: none;
}
#scrollWrap #scrollWrap2 {
  width: 100%;
  display: flex;
}

#listC {
  top: 0px;
  position: relative;
}

.item-content {
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.item-content .text {
  font-size: 1rem;
}

.pro-bar {
  position: absolute;
  top: 84.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #878787;
  height: 2px;
  width: 73%;
  z-index: 1000;
}
.pro-bar em {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
}
.pro-bar span {
  position: absolute;
  background: #878787;
  border-radius: 50%;
  width: 12px;
  aspect-ratio: 1/1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0%;
  left: calc(var(--index) * 14.2857142857%);
  transition: background 0.5s;
}
.pro-bar span.act {
  background: #fff;
}
@media (max-width: 767px) {
  .pro-bar {
    top: unset;
    bottom: 40px;
  }
}

.process__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2000;
  writing-mode: tb;
  line-height: 1.8;
  letter-spacing: 0.2em;
  height: 9.3lh;
  top: 65.2%;
  font-size: clamp(10px, 0.8333333333vw, 16px);
  opacity: 0;
  transition: opacity 1s;
}
.process__text span {
  font-size: clamp(20px, 1.6666666667vw, 32px);
  font-weight: 500;
  margin-left: 0.8em;
  display: block;
}
.process__text::before {
  content: "";
  position: absolute;
  transform: translate(-70%, -50%);
  width: 29%;
  left: 50%;
  top: -40%;
}
.process__text.act {
  opacity: 1;
}
@media (max-width: 767px) {
  .process__text {
    font-size: min(14px, 3.7333333333vw);
  }
  .process__text span {
    font-size: min(20px, 5.3333333333vw);
    margin-left: 0em;
  }
}

.process__text1 {
  left: 15%;
}
.process__text1::before {
  background: url(../img/num1.png) no-repeat center center/100%;
  aspect-ratio: 95/369;
}

.process__text2 {
  left: 25.5%;
}
.process__text2::before {
  background: url(../img/num2.png) no-repeat center center/100%;
  aspect-ratio: 125/369;
}

.process__text3 {
  left: 35.1%;
}
.process__text3::before {
  background: url(../img/num3.png) no-repeat center center/100%;
  aspect-ratio: 113/369;
}

.process__text4 {
  left: 46%;
}
.process__text4::before {
  background: url(../img/num4.png) no-repeat center center/100%;
  aspect-ratio: 120/369;
}

.process__text5 {
  left: 56.8%;
}
.process__text5::before {
  background: url(../img/num5.png) no-repeat center center/100%;
  aspect-ratio: 122/369;
}

.process__text6 {
  left: 67.1%;
}
.process__text6::before {
  background: url(../img/num6.png) no-repeat center center/100%;
  aspect-ratio: 120/369;
}

.process__text7 {
  left: 77.7%;
}
.process__text7::before {
  background: url(../img/num7.png) no-repeat center center/100%;
  aspect-ratio: 122/369;
}

.process__text8 {
  left: 88%;
}
.process__text8::before {
  background: url(../img/num8.png) no-repeat center center/100%;
  aspect-ratio: 119/369;
}
@media (max-width: 767px) {
  .process__text8 {
    left: 80%;
  }
}

.process-title {
  position: absolute;
  writing-mode: horizontal-tb;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: clamp(30px, 2.5vw, 48px);
  z-index: 2000;
  color: #fff;
  top: 80%;
  right: 12%;
  width: 11em;
  transform: translate(0%, -50%);
  font-size: clamp(30px, 2.5vw, 48px);
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .process-title {
    font-size: min(20px, 5.3333333333vw);
    top: unset;
    bottom: calc(40px + 1em);
  }
}
/*# sourceMappingURL=services.css.map */