.p-office__intro {
  padding: 0 0 60rem;
}
@media screen and (min-width: 768px), print {
  .p-office__intro {
    padding: 52rem 0 112rem;
  }
}
.p-office__intro-title {
  color: #EF7C03;
  font-size: 20rem;
}
@media screen and (min-width: 768px), print {
  .p-office__intro-title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-office__intro .c-photo-text__photo {
    margin: 0;
  }
}
.p-office__concept {
  background-color: #373737;
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  .p-office__concept {
    padding: 112rem 0;
  }
}
.p-office__concept .c-ja-en-title {
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .p-office__concept .c-ja-en-title {
    display: grid;
    gap: 16rem;
  }
  .p-office__concept .c-ja-en-title .c-ja-en-title-en {
    font-size: 30rem;
  }
}
.p-office__feature {
  background-color: #fff;
  padding: 60rem 0;
}
@media screen and (min-width: 768px), print {
  .p-office__feature {
    padding: 112rem 0;
  }
}
.p-office__feature-text {
  margin-bottom: 50rem;
}
@media screen and (min-width: 768px), print {
  .p-office__feature-text {
    font-size: 17rem;
    max-width: 870rem;
    margin-bottom: 80rem;
  }
}
.p-office__workplace {
  background-color: #373737;
  padding: 60rem 0;
  margin: 0 0 40rem;
  color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace {
    padding: 112rem 0 80rem;
    margin-bottom: 112rem;
  }
}
.p-office__workplace .c-ja-en-title {
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .p-office__workplace .c-ja-en-title {
    display: grid;
    gap: 16rem;
  }
  .p-office__workplace .c-ja-en-title .c-ja-en-title-en {
    font-size: 30rem;
  }
}
.p-office__workplace-text {
  margin-bottom: 50rem;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace-text {
    font-size: 17rem;
    max-width: 870rem;
    margin-bottom: 80rem;
  }
}
.p-office__workplace-gallery {
  margin: 0;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper {
    padding: 80rem 0 0;
  }
}
.p-office__workplace .swiper-button-prev, .p-office__workplace .swiper-button-next {
  color: #EA9900;
  position: absolute;
  top: 50%;
  width: 22rem;
  height: 44rem;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .p-office__workplace .swiper-button-prev, .p-office__workplace .swiper-button-next {
    display: none;
  }
}
.p-office__workplace .swiper-button-prev {
  left: inherit;
  right: 50rem;
  transform: scaleX(-1) translateY(-50%);
}
.p-office__workplace .swiper-button-next {
  right: 0;
  transform: translateY(-50%);
}
.p-office__workplace .swiper-controls {
  margin: 24rem 24rem 0;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper-controls {
    margin: 150rem auto 30rem;
    width: 1307rem;
  }
}
.p-office__workplace .swiper-scrollbar {
  position: static;
  background: #646464;
  height: 2rem !important;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper-scrollbar {
    width: 528rem !important;
    margin: 0 156rem 0 auto;
    height: 4rem !important;
  }
}
.p-office__workplace .swiper-scrollbar-drag {
  background: #EA9900;
}
.p-office__workplace .swiper-slide {
  text-align: center;
  font-size: 18rem;
  display: flex;
  align-items: center;
  width: 317rem;
  transition: scale 0.6s, padding-top 0.6s, transform 0.6s;
  padding-left: 24rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper-slide {
    width: 640rem;
    padding: 0 120rem;
  }
  .p-office__workplace .swiper-slide-active {
    transform: translateY(20rem);
  }
  .p-office__workplace .swiper-slide-active .swiper-slide__img {
    clip-path: inset(20rem 0 20rem 0);
    transform: scale(2);
  }
  .p-office__workplace .swiper-slide-active .swiper-slide__label {
    transform: translate(-200rem, 80rem);
  }
}
.p-office__workplace .swiper-slide__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 8rem;
  transition: height 0.6s;
  will-change: transform, height;
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper-slide__img {
    height: 240rem;
    aspect-ratio: auto;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0);
    transition: clip-path 0.6s, transform 0.6s;
  }
}
@media screen and (min-width: 768px), print {
  .p-office__workplace .swiper-slide__label {
    transition: transform 0.6s;
    transform-origin: top left;
  }
}/*# sourceMappingURL=office.css.map */