#popup-service .slider .slide p::before, #popup-service-text .inner p::before,
#popup-solution-text .inner p::before, #popup-message .text p::before, #popup-message .text .catch::before, .main .recruit .text p::before, .main .solution .fixedArea .list--case .slide .text .name::before, .main .solution .fixedArea .list--case .slide .text .catch::before, .main .solution .fixedArea .text .inner p::before, .main .solution .fixedArea .text .inner .catch::before, .main .service .fixedArea .text .inner p::before, .main .service .fixedArea .text .inner .catch::before, .main .vision .fixedArea .text p::before, #popup-service .slider .slide p::after, #popup-service-text .inner p::after,
#popup-solution-text .inner p::after, #popup-message .text p::after, #popup-message .text .catch::after, .main .recruit .text p::after, .main .solution .fixedArea .list--case .slide .text .name::after, .main .solution .fixedArea .list--case .slide .text .catch::after, .main .solution .fixedArea .text .inner p::after, .main .solution .fixedArea .text .inner .catch::after, .main .service .fixedArea .text .inner p::after, .main .service .fixedArea .text .inner .catch::after, .main .vision .fixedArea .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
#popup-service .slider .slide p::before, #popup-service-text .inner p::before,
#popup-solution-text .inner p::before, #popup-message .text p::before, #popup-message .text .catch::before, .main .recruit .text p::before, .main .solution .fixedArea .list--case .slide .text .name::before, .main .solution .fixedArea .list--case .slide .text .catch::before, .main .solution .fixedArea .text .inner p::before, .main .solution .fixedArea .text .inner .catch::before, .main .service .fixedArea .text .inner p::before, .main .service .fixedArea .text .inner .catch::before, .main .vision .fixedArea .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
#popup-service .slider .slide p::after, #popup-service-text .inner p::after,
#popup-solution-text .inner p::after, #popup-message .text p::after, #popup-message .text .catch::after, .main .recruit .text p::after, .main .solution .fixedArea .list--case .slide .text .name::after, .main .solution .fixedArea .list--case .slide .text .catch::after, .main .solution .fixedArea .text .inner p::after, .main .solution .fixedArea .text .inner .catch::after, .main .service .fixedArea .text .inner p::after, .main .service .fixedArea .text .inner .catch::after, .main .vision .fixedArea .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

#popup-message .text p, #popup-message .text .body {
  scrollbar-width: none;
}
#popup-message .text p::-webkit-scrollbar, #popup-message .text .body::-webkit-scrollbar {
  display: none;
}

/*body {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;

	@include sp {
		width: 7.5rem;
	}

	&.ready {
		height: auto;
		overflow: auto;
	}
}*/
.gHeader {
  position: relative;
  z-index: 9000;
}
.gHeader .branding,
.gHeader .gNav {
  translate: 0 -1.62rem 0;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .branding,
  .gHeader .gNav {
    transition: translate 0.8s;
  }
}
body.ready .gHeader .branding,
body.ready .gHeader .gNav {
  translate: 0 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav {
    opacity: 0;
    translate: none;
  }
}
@media screen and (max-width: 750px) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav {
    transition-property: opacity;
  }
}
@media screen and (max-width: 750px) {
  body.ready .gHeader .gNav {
    opacity: 1;
    translate: none;
  }
}

.main .panel,
.gFooter .panel {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.main .fixedArea,
.gFooter .fixedArea {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  scale: 2;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-property: opacity, scale;
  pointer-events: none;
}
.main .fixedArea.active,
.gFooter .fixedArea.active {
  opacity: 1;
  scale: 1;
  z-index: 2;
  transition-delay: 0.6s;
  pointer-events: all;
}
.main .section:has(.fixedArea.active) ~ .section .fixedArea,
.gFooter .section:has(.fixedArea.active) ~ .section .fixedArea {
  opacity: 0;
  scale: 0.1;
}

.gFooter {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.gFooter .fixedArea {
  display: flex;
  align-items: flex-end;
}
.gFooter .fixedArea .wrap {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .main {
    width: 100%;
    overflow: hidden;
  }
}
.main .rock {
  display: grid;
  position: absolute;
  cursor: pointer;
}
.main .rock .image {
  grid-area: 1/1;
  scale: 1;
  transition: scale 0.4s;
}
.main .rock.crush {
  pointer-events: none;
}
.main .rock.crush .image {
  scale: 0;
  transition: translate 4s ease-in, scale 0.4s 4s;
}
.main .rock.crush .image--01 {
  translate: 0 -150vw 0;
}
.main .rock.crush .image--02 {
  translate: 200vw 150vw 0;
}
.main .rock.crush .image--03 {
  translate: -200vw 150vw 0;
}
.main .circle {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  position: absolute;
}
.main .circle::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  background: #f0bfb8;
  border-radius: 50%;
}
.main .circle--l {
  width: 0.56rem;
}
.main .circle--l::before {
  width: 0.3rem;
  filter: blur(0.05rem);
}
.main .circle--m {
  width: 0.46rem;
}
.main .circle--m::before {
  width: 0.2rem;
  filter: blur(0.05rem);
}
.main .circle--s {
  width: 0.24rem;
}
.main .circle--s::before {
  width: 0.14rem;
  filter: blur(0.02rem);
}
.main .active .rock {
  animation: rockUpDown 6s infinite linear;
}
@keyframes rockUpDown {
  0%, 50% {
    translate: 0 0 0;
  }
  25% {
    translate: 0 -10% 0;
  }
  75% {
    translate: 0 10% 0;
  }
}
.main .active .circle {
  animation: circleUpDown 4s infinite linear;
}
@keyframes circleUpDown {
  0%, 50% {
    translate: 0 0 0;
  }
  25% {
    translate: 0 -20% 0;
  }
  75% {
    translate: 0 20% 0;
  }
}
.main .mainVisual .fixedArea {
  display: grid;
  place-items: center;
  overflow: hidden;
}
.main .mainVisual .rock,
.main .mainVisual .circle {
  opacity: 0;
}
body.showMainVisualText .main .mainVisual .rock,
body.showMainVisualText .main .mainVisual .circle {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mainVisual .rock {
    transition: opacity 0.8s 5s;
  }
}
.main .mainVisual .rock--03, .main .mainVisual .rock--04 {
  animation-delay: 0.8s;
}
.main .mainVisual .rock--01 {
  width: 1.6rem;
  top: 10%;
  left: 5%;
}
.main .mainVisual .rock--02 {
  width: 2.4rem;
  top: 10%;
  right: 10%;
}
.main .mainVisual .rock--03 {
  width: 1.6rem;
  bottom: 5%;
  right: 15%;
}
.main .mainVisual .rock--04 {
  width: 2.4rem;
  bottom: 10%;
  left: 10%;
}
.main .mainVisual .rock--05 {
  width: 1.6rem;
  top: 20%;
  left: 40%;
}
@media (prefers-reduced-motion: no-preference) {
  .main .mainVisual .circle {
    transition: opacity 0.8s 5.8s;
  }
}
.main .mainVisual .circle--01 {
  top: 45%;
  left: 2%;
}
.main .mainVisual .circle--02 {
  top: 15%;
  left: 25%;
  animation-delay: 1s;
}
.main .mainVisual .circle--03 {
  top: 55%;
  right: 2%;
  animation-delay: 2s;
}
.main .mainVisual #renderCanvas {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  touch-action: none;
  pointer-events: none;
  outline: none;
}
@media screen and (max-width: 750px) {
  .main .mainVisual #renderCanvas {
    width: 300vw;
    height: 200vh;
    top: -50vh;
    translate: 14vw -0.4rem 0;
    scale: 0.5;
    transform-origin: 100% 50%;
  }
}
.main .mainVisual .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 12.62rem;
  padding: 0.1rem 0 0;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch {
    gap: 0.4rem;
    width: 5.9rem;
    align-items: flex-start;
  }
}
.main .mainVisual .catch .en,
.main .mainVisual .catch .ja {
  position: relative;
}
.main .mainVisual .catch .en::before,
.main .mainVisual .catch .ja::before {
  content: "";
  display: block;
  width: 1px;
  background: #5b5c57;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.1rem;
  visibility: hidden;
}
@keyframes typewriterTick {
  0%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
body.showMainVisualText .main .mainVisual .catch .en::before,
body.showMainVisualText .main .mainVisual .catch .ja::before {
  visibility: visible;
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch .en {
    width: 5.43rem;
  }
}
.main .mainVisual .catch .en .inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.4s 2.4s linear;
  transition: clip-path 0.4s 2.4s linear;
  transition: clip-path 0.4s 2.4s linear, -webkit-clip-path 0.4s 2.4s linear;
}
body.showMainVisualText .main .mainVisual .catch .en .inner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch .en .inner {
    transition-duration: 0.133s;
  }
  .main .mainVisual .catch .en .inner .sp {
    display: grid;
  }
  .main .mainVisual .catch .en .inner .sp img {
    grid-area: 1/1;
  }
  .main .mainVisual .catch .en .inner .sp .image01 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%);
            clip-path: polygon(0 0, 100% 0, 100% 32%, 0 32%);
  }
  .main .mainVisual .catch .en .inner .sp .image02 {
    -webkit-clip-path: polygon(0 36%, 0 36%, 0 68%, 0 68%);
            clip-path: polygon(0 36%, 0 36%, 0 68%, 0 68%);
    transition: -webkit-clip-path 0.133s 2.533s linear;
    transition: clip-path 0.133s 2.533s linear;
    transition: clip-path 0.133s 2.533s linear, -webkit-clip-path 0.133s 2.533s linear;
  }
  body.showMainVisualText .main .mainVisual .catch .en .inner .sp .image02 {
    -webkit-clip-path: polygon(0 36%, 100% 36%, 100% 68%, 0 68%);
            clip-path: polygon(0 36%, 100% 36%, 100% 68%, 0 68%);
  }
  .main .mainVisual .catch .en .inner .sp .image03 {
    -webkit-clip-path: polygon(0 68%, 0 68%, 0 100%, 0 100%);
            clip-path: polygon(0 68%, 0 68%, 0 100%, 0 100%);
    transition: -webkit-clip-path 0.133s 2.666s linear;
    transition: clip-path 0.133s 2.666s linear;
    transition: clip-path 0.133s 2.666s linear, -webkit-clip-path 0.133s 2.666s linear;
  }
  body.showMainVisualText .main .mainVisual .catch .en .inner .sp .image03 {
    -webkit-clip-path: polygon(0 68%, 100% 68%, 100% 100%, 0 100%);
            clip-path: polygon(0 68%, 100% 68%, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch .en::before {
    height: 32%;
    bottom: auto;
  }
}
body.showMainVisualText .main .mainVisual .catch .en::before {
  animation: typewriterTick 0.8s infinite linear, typewriterMoveEn 0.4s linear 2.4s both;
}
@media screen and (max-width: 750px) {
  body.showMainVisualText .main .mainVisual .catch .en::before {
    animation: typewriterTick 0.8s infinite linear, typewriterMoveEnSp 0.4s linear 2.4s both;
  }
}
@keyframes typewriterMoveEn {
  0% {
    translate: 0 0 0;
  }
  100% {
    translate: 12.82rem 0 0;
  }
}
@keyframes typewriterMoveEnSp {
  0% {
    translate: 0 0 0;
  }
  32% {
    translate: 5.63rem 0 0;
  }
  36% {
    top: 36%;
    translate: 0 0 0;
  }
  64% {
    top: 36%;
    translate: 5.63rem 0 0;
  }
  68% {
    top: 68%;
    translate: 0 0 0;
  }
  100% {
    top: 68%;
    translate: 5.63rem 0 0;
  }
}
.main .mainVisual .catch .ja {
  width: 5.26rem;
  opacity: 0;
  transition: opacity 0s 3.2s;
}
body.showMainVisualText .main .mainVisual .catch .ja {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch .ja {
    width: 5.52rem;
  }
}
.main .mainVisual .catch .ja::before {
  bottom: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .mainVisual .catch .ja::before {
    bottom: 0;
  }
}
body.showMainVisualText .main .mainVisual .catch .ja::before {
  animation: typewriterTick 0.8s infinite linear, typewriterMoveJa 0.4s linear 3.44s both;
}
@media screen and (max-width: 750px) {
  body.showMainVisualText .main .mainVisual .catch .ja::before {
    animation: typewriterTick 0.8s infinite linear, typewriterMoveJaSp 0.4s linear 3.44s both;
  }
}
@keyframes typewriterMoveJa {
  0% {
    translate: 0 0 0;
  }
  100% {
    translate: 5.46rem 0 0;
  }
}
@keyframes typewriterMoveJaSp {
  0% {
    translate: 0 0 0;
  }
  100% {
    translate: 5.72rem 0 0;
  }
}
.main .mainVisual .catch .ja .inner {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 0.4s 3.44s linear;
  transition: clip-path 0.4s 3.44s linear;
  transition: clip-path 0.4s 3.44s linear, -webkit-clip-path 0.4s 3.44s linear;
}
body.showMainVisualText .main .mainVisual .catch .ja .inner {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.main .vision,
.main .service,
.main .solution {
  display: grid;
  height: auto;
}
.main .vision .scrollArea,
.main .service .scrollArea,
.main .solution .scrollArea {
  grid-area: 1/1;
  width: 100%;
}
.main .vision .scrollArea .slide,
.main .service .scrollArea .slide,
.main .solution .scrollArea .slide {
  width: 100cqw;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .main .vision .scrollArea .slide,
  .main .service .scrollArea .slide,
  .main .solution .scrollArea .slide {
    width: 100vw;
  }
}
.main .vision {
  overflow: hidden;
}
.main .vision .scrollArea[data-step="0"] + .fixedArea .text p .step--0 {
  color: #5b5c57;
}
.main .vision .scrollArea[data-step="0"] + .fixedArea .text p .step--0 strong {
  color: #e83f24;
}
.main .vision .scrollArea[data-step="1"] + .fixedArea .text p .step--0 {
  color: #5b5c57;
}
.main .vision .scrollArea[data-step="1"] + .fixedArea .text p .step--0 strong {
  color: #e83f24;
}
.main .vision .scrollArea[data-step="1"] + .fixedArea .text p .step--1 {
  color: #e83f24;
}
.main .vision .scrollArea[data-step="2"] + .fixedArea .text {
  translate: 0 0 0;
}
@media screen and (max-width: 750px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea .text {
    translate: 0 -35vh 0;
  }
}
@media screen and (max-width: 375px) and (max-height: 627px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea .text {
    translate: 0 -40vh 0;
  }
}
@media screen and (max-width: 375px) and (max-height: 553px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea .text {
    translate: 0 -55vh 0;
  }
}
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--0,
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--1,
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--2 {
  color: #5b5c57;
}
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--0 strong,
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--1 strong,
.main .vision .scrollArea[data-step="2"] + .fixedArea .text p .step--2 strong {
  color: #e83f24;
}
@media screen and (max-width: 750px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea .text p {
    opacity: 0;
  }
}
.main .vision .scrollArea[data-step="2"] + .fixedArea .text .catch {
  color: #5b5c57;
}
.main .vision .scrollArea[data-step="2"] + .fixedArea .text .catch strong {
  color: #e83f24;
}
@media screen and (max-width: 750px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea #animation-Obj--Vision {
    translate: 0 -20vh 0;
  }
}
@media screen and (max-width: 375px) and (max-height: 627px) {
  .main .vision .scrollArea[data-step="2"] + .fixedArea #animation-Obj--Vision {
    translate: 0 -10vh 0;
    opacity: 1;
  }
}
@media screen and (max-width: 375px) and (max-height: 627px) {
  .main .vision .scrollArea .slide {
    height: 120vh;
  }
}
.main .vision .fixedArea .wrap {
  display: grid;
  height: 100vh;
}
.main .vision .fixedArea .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 1;
  font-weight: 500;
  translate: 0 0.9rem 0;
}
@media screen and (max-width: 750px) {
  .main .vision .fixedArea .text {
    justify-content: flex-start;
    padding: 1.5rem 0.4rem 0;
    translate: 0 0 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .vision .fixedArea .text {
    transition: translate 0.8s 0.4s;
  }
}
.main .vision .fixedArea .text p {
  font-size: 0.2rem;
  letter-spacing: 0.06em;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .main .vision .fixedArea .text p {
    font-size: 0.3rem;
    letter-spacing: 0;
    line-height: 2.4666666667;
  }
}
.main .vision .fixedArea .text p .line {
  display: block;
  color: #e8e1e1;
}
@media (prefers-reduced-motion: no-preference) {
  .main .vision .fixedArea .text p .line {
    transition: color 0.4s;
  }
}
.main .vision .fixedArea .text p strong {
  font-weight: inherit;
}
@media (prefers-reduced-motion: no-preference) {
  .main .vision .fixedArea .text p {
    transition: opacity 0.8s 0.4s;
  }
}
.main .vision .fixedArea .text .catch {
  padding: 0.7rem 0 0;
  color: #e8e1e1;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .vision .fixedArea .text .catch {
    padding: 0.4rem 0 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .vision .fixedArea .text .catch {
    transition: color 0.8s 0.4s;
  }
}
.main .vision .fixedArea .text .catch .line--01 {
  font-size: 0.4rem;
}
.main .vision .fixedArea .text .catch .line--01 strong {
  font-size: 0.58rem;
  font-weight: 400;
}
.main .vision .fixedArea .text .catch .line--02 {
  padding: 0.2rem 0 0;
  font-size: 0.5rem;
}
.main #animation-Obj--Vision {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  outline: none;
}
@media screen and (min-width: 751px) and (orientation: portrait) {
  .main #animation-Obj--Vision {
    max-height: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .main #animation-Obj--Vision {
    width: 200%;
    height: auto;
    margin: auto 0 0 0;
    top: 20%;
    right: -50%;
    left: -50%;
    transition: translate 0.8s 0.4s;
  }
}
@media screen and (max-width: 375px) and (max-height: 627px) {
  .main #animation-Obj--Vision {
    opacity: 0;
    transition: opacity 0.8s 0.8s;
  }
}
.main .message .rock--02, .main .message .rock--03 {
  animation-delay: 0.8s;
}
.main .message .rock--01 {
  width: 2.4rem;
  left: 8%;
  bottom: 18%;
}
@media screen and (max-width: 750px) {
  .main .message .rock--01 {
    left: 4%;
  }
}
.main .message .rock--02 {
  width: 1.6rem;
  top: 6%;
  left: 14%;
}
@media screen and (max-width: 750px) {
  .main .message .rock--02 {
    left: 7%;
  }
}
.main .message .rock--03 {
  width: 2.4rem;
  top: 10%;
  right: 14%;
}
@media screen and (max-width: 750px) {
  .main .message .rock--03 {
    right: 7%;
  }
}
.main .message .rock--04 {
  width: 1.6rem;
  right: 8%;
  bottom: 13%;
}
@media screen and (max-width: 750px) {
  .main .message .rock--04 {
    right: 0.4%;
  }
}
.main .message .circle--01 {
  top: 30%;
  left: 20%;
}
.main .message .circle--02 {
  top: 20%;
  left: 43%;
  animation-delay: 1s;
}
.main .message .circle--03 {
  top: 20%;
  right: 14%;
  animation-delay: 2s;
}
.main .message .wrap {
  display: grid;
  place-items: center;
  height: 100vh;
}
.main .message .wrap .list {
  display: flex;
  justify-content: center;
  gap: 0.9rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .main .message .wrap .list {
    flex-direction: column;
    width: 3.6rem;
    margin: 0 auto;
  }
}
.main .message .wrap .list li {
  width: 4.5rem;
}
@media screen and (max-width: 750px) {
  .main .message .wrap .list li {
    width: 100%;
  }
}
.main .message .wrap .list a {
  display: block;
  position: relative;
}
@media (prefers-reduced-motion: no-preference) {
  .main .message .wrap .list a {
    transition: 0.4s;
    transition-property: rotate, scale;
  }
}
.main .message .wrap .list img {
  border-radius: 0.15rem;
  box-shadow: 0.29rem 0.41rem 0.44rem 0.02rem rgba(0, 0, 0, 0.1);
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .message .wrap .list:has(li:hover) a {
    scale: 0.95;
  }
  .main .message .wrap .list:has(li:hover) li:first-child a {
    rotate: -15deg;
  }
  .main .message .wrap .list:has(li:hover) li:last-child a {
    rotate: 15deg;
  }
  .main .message .wrap .list li:hover a {
    scale: 1.05;
    z-index: 1;
  }
}
.main .service {
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .main .service .rock {
    display: none;
  }
}
.main .service .rock--02, .main .service .rock--03 {
  animation-delay: 0.8s;
}
.main .service .rock--01 {
  width: 2.4rem;
  left: 8%;
  bottom: 18%;
}
.main .service .rock--02 {
  width: 1.6rem;
  top: 6%;
  left: 14%;
}
.main .service .rock--03 {
  width: 2.4rem;
  top: 10%;
  right: 2%;
}
.main .service .rock--04 {
  width: 1.6rem;
  right: 8%;
  bottom: 13%;
}
.main .service .circle--01 {
  top: 30%;
  left: 20%;
}
.main .service .circle--02 {
  top: 20%;
  left: 43%;
  animation-delay: 1s;
}
.main .service .circle--03 {
  top: 20%;
  right: 14%;
  animation-delay: 2s;
}
.main .service .fixedArea .wrap {
  display: grid;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .wrap {
    display: flex;
    flex-direction: column;
  }
}
.main .service .fixedArea .text {
  grid-area: 1/1;
  align-self: center;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text {
    box-sizing: border-box;
    width: 100%;
    padding: 0.8rem 0.4rem 0;
  }
}
.main .service .fixedArea .text .inner {
  width: 6.7rem;
  box-sizing: border-box;
  margin: 0 0 0 -0.8rem;
  padding: 0.7rem 0.8rem;
  background: rgba(250, 248, 242, 0.9);
  border-radius: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text .inner {
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.main .service .fixedArea .text .inner .ttl {
  width: 2.6rem;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text .inner .ttl {
    width: 3.44rem;
  }
  .main .service .fixedArea .text .inner .ttl img {
    width: 100%;
  }
}
.main .service .fixedArea .text .inner .catch {
  padding: 0.5rem 0 0;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text .inner .catch {
    padding: 0.6rem 0 0;
    font-size: 0.46rem;
    line-height: 1.5652173913;
  }
}
.main .service .fixedArea .text .inner .catch strong {
  color: #e83f24;
  font-weight: inherit;
}
.main .service .fixedArea .text .inner .btn--details {
  display: none;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text .inner .btn--details {
    display: block;
    margin: 0.52rem 0 0;
  }
}
.main .service .fixedArea .text .inner p {
  padding: 0.5rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.03em;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .text .inner p {
    display: none;
  }
}
.main .service .fixedArea .service-visual-wrap {
  grid-area: 1/1;
  align-self: center;
  justify-self: flex-end;
  width: 7.98rem;
  margin: 0.41rem 0 0 0.56rem;
  position: relative;
  scale: 0.9;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .service-visual-wrap {
    width: 100%;
    height: 100vw;
    margin: 0;
    scale: 0.45;
  }
}
.main .service .fixedArea .service-visual .termBtn::before {
  content: "";
  width: 2rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .service-visual .termBtn::before {
    width: 3.2rem;
  }
}
.main .service .fixedArea .service-visual .termBtn[data-index="0"]::before {
  width: 2.5rem;
}
@media screen and (max-width: 750px) {
  .main .service .fixedArea .service-visual .termBtn[data-index="0"]::before {
    width: 2rem;
  }
}
.main .solution {
  overflow: hidden;
}
.main .solution .rock--02, .main .solution .rock--03 {
  animation-delay: 0.8s;
}
.main .solution .rock--01 {
  width: 2.4rem;
  top: 10%;
  left: 2%;
}
@media screen and (max-width: 750px) {
  .main .solution .rock--01 {
    top: 2%;
    right: 20%;
    left: auto;
  }
}
.main .solution .rock--02 {
  width: 1.6rem;
  top: 20%;
  right: 38%;
}
@media screen and (max-width: 750px) {
  .main .solution .rock--02 {
    top: 40%;
    right: 0;
  }
}
.main .solution .rock--03 {
  width: 2.4rem;
  right: 16%;
  bottom: 12%;
}
@media screen and (max-width: 750px) {
  .main .solution .rock--03 {
    bottom: 10%;
    z-index: auto;
  }
}
.main .solution .circle--01 {
  top: 33%;
  left: 7%;
}
.main .solution .circle--02 {
  top: 16%;
  left: 43%;
  animation-delay: 1s;
}
.main .solution .circle--03 {
  top: 20%;
  right: 14%;
  animation-delay: 2s;
}
.main .solution .scrollArea[data-step=""] + .fixedArea .list--category, .main .solution .scrollArea[data-step="0"] + .fixedArea .list--category {
  translate: 0 0 0;
}
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case, .main .solution .scrollArea[data-step="0"] + .fixedArea .list--case {
  translate: 0 100vh 0;
}
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .swiper-slide-active,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .prev1,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .next1,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .prev3,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .prev2,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .next2,
.main .solution .scrollArea[data-step=""] + .fixedArea .list--case .next3, .main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .swiper-slide-active,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .prev1,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .next1,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .prev3,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .prev2,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .next2,
.main .solution .scrollArea[data-step="0"] + .fixedArea .list--case .next3 {
  opacity: 0.7;
  scale: 0.7;
  translate: -3.8rem 4.16rem 0;
}
.main .solution .scrollArea[data-step="1"] + .fixedArea .list--category {
  translate: 0 -100vh 0;
}
.main .solution .scrollArea[data-step="1"] + .fixedArea .list--case {
  translate: 0 0 0;
}
.main .solution .fixedArea {
  overflow: hidden;
}
.main .solution .fixedArea .wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .wrap {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}
.main .solution .fixedArea .text {
  align-self: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text {
    padding: 0.6rem 0.4rem 0;
  }
}
.main .solution .fixedArea .text .inner {
  width: 6.55rem;
  box-sizing: border-box;
  margin: 0 -1.55rem 0 0;
  padding: 0.7rem 0.8rem;
  background: rgba(250, 248, 242, 0.9);
  border-radius: 0.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text .inner {
    width: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
.main .solution .fixedArea .text .inner .ttl {
  width: 3.13rem;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text .inner .ttl {
    width: 4.16rem;
  }
  .main .solution .fixedArea .text .inner .ttl img {
    width: 100%;
  }
}
.main .solution .fixedArea .text .inner .catch {
  padding: 0.5rem 0 0;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text .inner .catch {
    padding: 0.6rem 0 0;
    font-size: 0.46rem;
    line-height: 1.5652173913;
  }
}
.main .solution .fixedArea .text .inner .catch strong {
  color: #e83f24;
  font-weight: inherit;
}
.main .solution .fixedArea .text .inner .btn--details {
  display: none;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text .inner .btn--details {
    display: block;
    margin: 0.52rem 0 0;
  }
}
.main .solution .fixedArea .text .inner p {
  padding: 0.5rem 0 0;
  font-size: 0.18rem;
  letter-spacing: 0.03em;
  line-height: 1.9444444444;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .text .inner p {
    display: none;
  }
}
.main .solution .fixedArea .list {
  display: grid;
  width: 9.3rem;
  height: 100vh;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list {
    width: auto;
    height: auto;
  }
}
.main .solution .fixedArea .list--category {
  grid-area: 1/1;
  align-self: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 9.3rem;
  margin: 0 0 0 -0.5rem;
  padding: 0.4rem 0 0;
  transition: translate 0.4s;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category {
    display: block;
    width: auto;
    margin: 0;
    padding: 1.3rem 0 0;
  }
}
.main .solution .fixedArea .list--category .slider {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .slider {
    box-sizing: border-box;
    width: 7.5rem;
    padding: 0 3.75rem 0 0.65rem;
    margin: 0 -0.4rem;
  }
}
@media screen and (min-width: 751px) {
  .main .solution .fixedArea .list--category .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 0.3rem;
    transform: none !important;
  }
}
@media screen and (min-width: 751px) {
  .main .solution .fixedArea .list--category .slide {
    width: 2.1rem !important;
  }
  .main .solution .fixedArea .list--category .slide:first-child {
    margin-left: 0.2rem;
  }
  .main .solution .fixedArea .list--category .slide:nth-child(3) {
    margin-right: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .slide {
    box-sizing: border-box;
    width: 3.1rem;
    padding: 0 0.15rem;
  }
}
.main .solution .fixedArea .list--category .slide a {
  display: block;
  box-sizing: border-box;
  height: 2.1rem;
  padding: 0.69rem 0 0;
  position: relative;
  color: #e83f24;
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .slide a {
    height: 2.8rem;
    padding: 0.85rem 0 0;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .solution .fixedArea .list--category .slide a {
    transition: color 0.4s;
  }
}
.main .solution .fixedArea .list--category .slide a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #faf8f2;
  border-radius: 0.3rem;
}
@media (prefers-reduced-motion: no-preference) {
  .main .solution .fixedArea .list--category .slide a::before {
    transition: 0.4s;
    transition-property: background-color, rotate;
  }
}
.main .solution .fixedArea .list--category .slide a .arw {
  display: block;
  width: 0.4rem;
  margin: 0.24rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .slide a .arw {
    margin: 0.3rem auto 0;
    width: 0.66rem;
  }
}
.main .solution .fixedArea .list--category .slide a .arw .cls-1,
.main .solution .fixedArea .list--category .slide a .arw .cls-2,
.main .solution .fixedArea .list--category .slide a .arw .cls-3 {
  fill: currentColor;
}
.main .solution .fixedArea .list--category .slide a .arw .cls-1 {
  fill-rule: evenodd;
}
.main .solution .fixedArea .list--category .slide a .arw .cls-3 {
  opacity: 0.5;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .solution .fixedArea .list--category .slide a:hover {
    color: #fff;
  }
  .main .solution .fixedArea .list--category .slide a:hover::before {
    background: #e83f24;
    rotate: 14deg;
  }
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .slide.swiper-slide-active a {
    color: #fff;
  }
  .main .solution .fixedArea .list--category .slide.swiper-slide-active a::before {
    background: #e83f24;
    rotate: 14deg;
  }
}
.main .solution .fixedArea .list--category .swiper-pagination {
  display: none;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--category .swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 0.23rem;
    padding: 0.8rem 0 0 1.55rem;
    position: static;
  }
  .main .solution .fixedArea .list--category .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    margin: 0;
    background: #7e8079;
    border-radius: 50%;
    opacity: 1;
    scale: 0.75;
  }
  .main .solution .fixedArea .list--category .swiper-pagination .swiper-pagination-bullet-active {
    background: #e83f24;
    border-radius: 0.03rem;
    scale: 1;
  }
}
.main .solution .fixedArea .list--case {
  grid-area: 1/1;
  display: flex;
  align-items: center;
  transition: translate 0.4s;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case {
    margin: 1.2rem 0 0;
  }
}
.main .solution .fixedArea .list--case .slider {
  width: 4rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
}
.main .solution .fixedArea .list--case .slick-list {
  overflow: visible;
}
.main .solution .fixedArea .list--case .slick-slide {
  opacity: 1 !important;
}
.main .solution .fixedArea .list--case .slide {
  display: grid !important;
  width: 4rem;
  height: 5rem;
  opacity: 0;
  position: relative;
  pointer-events: none;
}
.main .solution .fixedArea .list--case .slide .bg {
  grid-area: 1/1;
  display: grid;
  background: #f2f0eb;
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0.38rem 0.55rem 0.44rem 0.02rem rgba(0, 0, 0, 0.1);
}
.main .solution .fixedArea .list--case .slide .bg img {
  grid-area: 1/1;
}
.main .solution .fixedArea .list--case .slide .bg::after {
  grid-area: 1/1;
  content: "";
  display: block;
  background: linear-gradient(0deg, #000, transparent 80%, transparent);
  opacity: 0.4;
  background-blend-mode: multiply;
}
.main .solution .fixedArea .list--case .slide .title_en,
.main .solution .fixedArea .list--case .slide .text {
  grid-area: 1/1;
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  .main .solution .fixedArea .list--case .slide .title_en,
  .main .solution .fixedArea .list--case .slide .text {
    transition: opacity 0.4s;
  }
}
.main .solution .fixedArea .list--case .slide .title_en {
  align-self: flex-start;
  justify-self: flex-start;
  writing-mode: vertical-rl;
  color: #caccc2;
  font-size: 0.15rem;
  line-height: 1;
  translate: -0.24rem 0 0;
}
.main .solution .fixedArea .list--case .slide .text {
  align-self: flex-end;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 0.3rem 0.3rem;
  position: relative;
  color: #fff;
}
.main .solution .fixedArea .list--case .slide .text .title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.12rem;
  background: linear-gradient(90deg, #fa4428, #ff7954 50%, #fa4428);
  border-radius: 0.05rem;
  font-size: 0.13rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.3rem;
  box-shadow: inset -0.19rem -0.18rem 0.38rem rgba(94, 93, 88, 0.1);
}
.main .solution .fixedArea .list--case .slide .text .case {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.16rem 0 0;
  padding: 0 0 0.12rem;
  background: linear-gradient(#fff 1px, transparent 1px, transparent calc(100% - 1px), #fff calc(100% - 1px)) 0 100%/100% 0.05rem no-repeat;
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.main .solution .fixedArea .list--case .slide .text .catch {
  padding: 0.12rem 0 0;
  font-size: 0.22rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.3636363636;
}
.main .solution .fixedArea .list--case .slide .text .name {
  padding: 0.2rem 0 0;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.5;
}
.main .solution .fixedArea .list--case .slide:hover {
  cursor: none;
}
.main .solution .fixedArea .list--case .current .slide,
.main .solution .fixedArea .list--case .prev1 .slide,
.main .solution .fixedArea .list--case .prev2 .slide,
.main .solution .fixedArea .list--case .prev3 .slide,
.main .solution .fixedArea .list--case .next1 .slide,
.main .solution .fixedArea .list--case .next2 .slide,
.main .solution .fixedArea .list--case .next3 .slide {
  transition: 0.4s;
  transition-property: opacity, translate, scale;
}
.main .solution .fixedArea .list--case .current {
  z-index: 3 !important;
}
.main .solution .fixedArea .list--case .current .slide {
  opacity: 1;
  scale: 1.08;
  pointer-events: all;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .current .slide {
    scale: 1;
  }
}
.main .solution .fixedArea .list--case .current .slide .bg img {
  opacity: 1;
}
.main .solution .fixedArea .list--case .current .slide .title_en,
.main .solution .fixedArea .list--case .current .slide .text {
  opacity: 1;
}
.main .solution .fixedArea .list--case .prev1,
.main .solution .fixedArea .list--case .next1 {
  z-index: 2 !important;
  filter: blur(0.013rem);
}
.main .solution .fixedArea .list--case .prev1 .slide,
.main .solution .fixedArea .list--case .next1 .slide {
  opacity: 1;
  scale: 0.86;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .prev1 .slide,
  .main .solution .fixedArea .list--case .next1 .slide {
    scale: 0.7;
  }
}
.main .solution .fixedArea .list--case .prev1 .slide {
  translate: -2.24rem 1.55rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .prev1 .slide {
    translate: -2.02rem -0.05rem 0;
  }
}
.main .solution .fixedArea .list--case .next1 .slide {
  translate: 2.24rem -1.55rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .next1 .slide {
    translate: 2.02rem -0.05rem 0;
  }
}
.main .solution .fixedArea .list--case .prev3 .slide,
.main .solution .fixedArea .list--case .prev2 .slide,
.main .solution .fixedArea .list--case .next2 .slide,
.main .solution .fixedArea .list--case .next3 .slide {
  opacity: 0.7;
  scale: 0.7;
}
.main .solution .fixedArea .list--case .prev2,
.main .solution .fixedArea .list--case .next2 {
  z-index: 1 !important;
  filter: blur(0.035rem);
}
.main .solution .fixedArea .list--case .prev2 .slide {
  translate: -3.45rem 2.46rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .prev2 .slide {
    translate: none;
  }
}
.main .solution .fixedArea .list--case .next2 .slide {
  translate: 3.45rem -2.46rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .next2 .slide {
    translate: none;
  }
}
.main .solution .fixedArea .list--case .prev3,
.main .solution .fixedArea .list--case .next3 {
  z-index: auto !important;
  filter: blur(0.064rem);
}
.main .solution .fixedArea .list--case .prev3 .slide {
  translate: -4rem 3rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .prev3 .slide {
    translate: none;
  }
}
.main .solution .fixedArea .list--case .next3 .slide {
  translate: 4rem -3rem 0;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .next3 .slide {
    translate: none;
  }
}
.main .solution .fixedArea .list--case .slick-arrow {
  width: 1rem;
  height: 1rem;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2rem;
  background: transparent url(../assets/imgs/arw03.svg) 50% 50%/contain no-repeat;
  color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .slick-arrow {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.main .solution .fixedArea .list--case .slick-prev {
  left: -1.6rem;
  z-index: 1;
  scale: -1 1;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .slick-prev {
    left: -1rem;
  }
}
.main .solution .fixedArea .list--case .slick-next {
  right: -1.6rem;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .slick-next {
    right: -1rem;
  }
}
.main .solution .fixedArea .list--case .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.23rem;
  width: 100%;
  position: absolute;
  top: calc(100% + 0.64rem);
  left: 0.95rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .solution .fixedArea .list--case .slick-dots {
    gap: 0.23rem;
    padding: 0.6rem 0 0;
    position: static;
  }
}
.main .solution .fixedArea .list--case .slick-dots li {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: #7e8079;
  border-radius: 50%;
  scale: 0.75;
}
.main .solution .fixedArea .list--case .slick-dots li.slick-active {
  background: #e83f24;
  border-radius: 0.03rem;
  scale: 1;
}
.main .solution .fixedArea .list--case .slick-dots li button {
  box-sizing: border-box;
  width: 0.16rem;
  height: 0.16rem;
  border: none;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
.main .recruit {
  overflow: hidden;
}
.main .recruit .circle--01 {
  top: 18%;
  left: 19%;
}
.main .recruit .circle--02 {
  top: 31%;
  left: 38%;
  animation-delay: 1s;
}
.main .recruit .circle--03 {
  top: 19%;
  right: 14%;
  animation-delay: 2s;
}
@media screen and (max-width: 750px) {
  .main .recruit .row {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
  }
}
.main .recruit .text {
  grid-area: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  padding: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .recruit .text {
    display: block;
    height: auto;
    margin: 0 0 -1rem;
    padding: 0 0.4rem;
    position: relative;
    z-index: 1;
  }
}
.main .recruit .text .ttl {
  width: 2.63rem;
}
@media screen and (max-width: 750px) {
  .main .recruit .text .ttl {
    width: 3.48rem;
    z-index: 1;
  }
  .main .recruit .text .ttl img {
    width: 100%;
  }
}
.main .recruit .text p {
  padding: 0.5rem 0 0;
  font-size: 0.32rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.75;
}
@media screen and (max-width: 750px) {
  .main .recruit .text p {
    padding: 0.6rem 0 0;
    font-size: 0.46rem;
    line-height: 1.5652173913;
    white-space: nowrap;
  }
}
.main .recruit .text p strong {
  color: #e83f24;
  font-size: 0.38rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .recruit .text p strong {
    font-size: 0.52rem;
  }
}
.main .recruit .text .btn--view {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .recruit .text .btn--view {
    margin: 0.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .recruit .column {
    scale: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .main .news {
    overflow: hidden;
  }
}
.main .news .rock--02 {
  animation-delay: 0.8s;
}
.main .news .rock--01 {
  width: 1.6rem;
  top: 16%;
  right: 42%;
}
@media screen and (max-width: 750px) {
  .main .news .rock--01 {
    top: 10%;
    right: 18%;
  }
}
.main .news .rock--02 {
  width: 2.4rem;
  top: 26%;
  right: 36%;
}
@media screen and (max-width: 750px) {
  .main .news .rock--02 {
    top: 4%;
    right: 42%;
  }
}
.main .news .circle--01 {
  top: 33%;
  left: 7%;
}
.main .news .circle--02 {
  top: 16%;
  left: 43%;
  animation-delay: 1s;
}
.main .news .circle--03 {
  top: 20%;
  right: 14%;
  animation-delay: 2s;
}
.main .news .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3rem;
  box-sizing: border-box;
  max-width: 11rem;
  height: 100vh;
  padding-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .news .wrap {
    gap: 0.5rem;
    padding: 0 0.8rem;
  }
}
.main .news .ttl {
  width: 1.79rem;
}
@media screen and (max-width: 750px) {
  .main .news .ttl {
    width: 2.88rem;
    padding-left: 0.4rem;
    z-index: 1;
  }
  .main .news .ttl img {
    width: 100%;
  }
}
.main .news .list {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .news .list {
    flex-direction: column;
    gap: 0.3rem;
  }
}
.main .news .list li {
  width: 3.4rem;
}
@media screen and (max-width: 750px) {
  .main .news .list li {
    width: auto;
  }
}
.main .news .list .item {
  display: block;
  box-sizing: border-box;
  height: 3.5rem;
  padding: 0.5rem 0.4rem 0;
  position: relative;
  background: rgba(242, 240, 235, 0.8);
  border-radius: 0.1rem;
  box-shadow: inset 0 0 0 1px #f2f0eb, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
}
@media screen and (max-width: 750px) {
  .main .news .list .item {
    height: auto;
    padding: 0.4rem 0.5rem 0.84rem;
  }
}
.main .news .list .item .date {
  color: #e83f24;
  font-size: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .news .list .item .date {
    font-size: 0.18rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list .item .date {
    transition: color 0.4s;
  }
}
.main .news .list .item .text {
  margin: 0.32rem 0 0;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .news .list .item .text {
    margin: 0.24rem 0 0;
    font-size: 0.26rem;
    line-height: 0.44rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list .item .text {
    transition: color 0.4s;
  }
}
.main .news .list .item .ico-ext {
  width: 0.4rem;
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  filter: drop-shadow(0.06rem 0.08rem 0.2rem rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 750px) {
  .main .news .list .item .ico-ext {
    width: 0.48rem;
  }
  .main .news .list .item .ico-ext img {
    width: 100%;
  }
}
.main .news .list .item .ico-ext .cls-1 {
  fill: #5b5c57;
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list .item .ico-ext .cls-1 {
    transition: fill 0.4s;
  }
}
.main .news .list .item .ico-ext .cls-2 {
  fill: #faf8f2;
  fill-rule: evenodd;
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list .item .ico-ext .cls-2 {
    transition: fill 0.4s;
  }
}
.main .news .list .item .ico-ext .cls-3 {
  fill: none;
  stroke: #faf8f2;
  stroke-width: 1px;
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list .item .ico-ext .cls-3 {
    transition: stroke 0.4s;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .main .news .list a.item {
    transition: 0.4s;
    transition-property: background-color, box-shadow;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .news .list a.item:hover {
    background: #e83f24;
    box-shadow: inset 0 0 0 1px #e83f24, 0.15rem 0.21rem 0.5rem rgba(0, 0, 0, 0.025);
  }
  .main .news .list a.item:hover .date {
    color: #faf8f2;
  }
  .main .news .list a.item:hover .text {
    color: #faf8f2;
  }
  .main .news .list a.item:hover .ico-ext .cls-1 {
    fill: #faf8f2;
  }
  .main .news .list a.item:hover .ico-ext .cls-2 {
    fill: #e83f24;
  }
  .main .news .list a.item:hover .ico-ext .cls-3 {
    stroke: #e83f24;
  }
}
.main .news .btn--all {
  margin: 0 auto;
}

.pagetop {
  translate: 0 1.5rem 0;
  z-index: 3;
}
@media (prefers-reduced-motion: no-preference) {
  .pagetop {
    transition: translate 0.8s;
  }
}
.pagetop.scrollAssist {
  pointer-events: all;
}
body.ready .pagetop {
  translate: 0 0 0;
}

.progressBar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 0.14rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0.2rem;
  z-index: 2;
  translate: 0.34rem 0 0;
}
@media (prefers-reduced-motion: no-preference) {
  .progressBar {
    transition: translate 0.8s;
  }
}
body.ready .progressBar {
  translate: 0 0 0;
}
@media screen and (hover: hover) and (pointer: fine) {
  .progressBar:has(li:hover) li {
    padding: 0.0557rem 0;
  }
}
@media screen and (max-width: 750px) {
  .progressBar {
    display: none;
  }
}
.progressBar li {
  width: 100%;
  padding: 0.06rem 0;
}
@media (prefers-reduced-motion: no-preference) {
  .progressBar li {
    transition: padding 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .progressBar li:hover a {
    height: 0.14rem;
  }
}
.progressBar li a {
  display: block;
  height: 0.03rem;
  background: #565753;
  border-radius: 0.02rem;
}
@media (prefers-reduced-motion: no-preference) {
  .progressBar li a {
    transition: 0.4s;
    transition-property: height, background-color;
  }
}
.progressBar li a.active {
  background: #e83f24;
}

#popup-message .inner {
  display: grid;
  width: 14.4rem;
  height: 8.2rem;
}
@media screen and (max-width: 750px) {
  #popup-message .inner {
    width: 100vw;
    height: 15rem;
    max-height: 100vh;
    max-height: 100svh;
  }
}
#popup-message .text {
  grid-area: 1/1;
  justify-self: flex-start;
  display: grid;
  grid-template-rows: 2.34rem 0.94rem 1fr;
  grid-template-columns: 0.27rem 1fr;
  gap: 0 0.64rem;
  box-sizing: border-box;
  width: 10.8rem;
  height: 8.2rem;
  padding: 0.6rem 0 0 0.5rem;
  background: url(../imgs/message-bg.webp) 0 0/contain no-repeat;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0.38rem 0.55rem 0.44rem 0.02rem rgba(0, 0, 0, 0.1);
  translate: 0 -100vh 0;
}
@media screen and (max-width: 750px) {
  #popup-message .text {
    align-self: flex-end;
    grid-template-rows: auto 1fr;
    grid-template-columns: 0.3rem 1fr;
    gap: 0 0.3rem;
    width: 6.9rem;
    height: 14rem;
    max-height: calc(100vh - 1rem);
    max-height: calc(100svh - 1rem);
    padding: 0.8rem 0.3rem 0.7rem 0.4rem;
    background-image: url(../imgs/message-bg_sp.webp);
    background-size: 100% auto;
    border-radius: 0 0.2rem 0.2rem 0;
  }
}
#popup-message .text .title {
  grid-row: 1/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  #popup-message .text .title {
    grid-row: 1/2;
  }
  #popup-message .text .title img {
    width: 100%;
  }
}
#popup-message .text .body {
  display: contents;
}
@media screen and (min-width: 751px) {
  #popup-message .text .body .simplebar-wrapper,
  #popup-message .text .body .simplebar-mask,
  #popup-message .text .body .simplebar-offset,
  #popup-message .text .body .simplebar-content-wrapper,
  #popup-message .text .body .simplebar-content {
    display: contents;
  }
  #popup-message .text .body .simplebar-height-auto-observer-wrapper,
  #popup-message .text .body .simplebar-placeholde,
  #popup-message .text .body .simplebar-track {
    display: none;
  }
  #popup-message .text .body .simplebar-content::before, #popup-message .text .body .simplebar-content::after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  #popup-message .text .body {
    grid-row: 2/3;
    grid-column: 2/3;
    display: block;
    padding: 0 0.7rem 0.7rem 0;
    overflow-y: scroll;
  }
  #popup-message .text .body .simplebar-wrapper {
    height: 100%;
  }
  #popup-message .text .body .simplebar-track.simplebar-vertical {
    width: 0.02rem;
    background: #d7d9ce;
  }
  #popup-message .text .body .simplebar-scrollbar::before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e83f24;
  }
}
#popup-message .text .catch {
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 0.4rem 0 0;
  font-size: 0.36rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  #popup-message .text .catch {
    padding: 0.6rem 0 0;
    font-size: 0.36rem;
    letter-spacing: 0;
  }
}
#popup-message .text .catch strong {
  color: #e83f24;
  font-weight: inherit;
}
#popup-message .text .signature {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 4.4rem;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 750px) {
  #popup-message .text .signature {
    width: auto;
    padding: 0.6rem 0 0;
  }
}
#popup-message .text .signature .ja {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#popup-message .text .signature .ja .job {
  margin: 0 1em 0 0;
  font-size: 0.15rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #popup-message .text .signature .ja .job {
    font-size: 0.2rem;
  }
}
#popup-message .text .signature .ja .name {
  font-size: 0.26rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #popup-message .text .signature .ja .name {
    font-size: 0.28rem;
  }
}
#popup-message .text .signature .en {
  margin: 0.1rem 0 0;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  #popup-message .text .signature .en {
    margin: 0.2rem 0 0;
    font-size: 0.24rem;
  }
}
#popup-message .text p {
  grid-row: 3/4;
  grid-column: 2/3;
  box-sizing: border-box;
  height: 4.26rem;
  padding: 0 0 1.2rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.06em;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  #popup-message .text p {
    height: auto;
    padding: 0.8rem 0 0;
    font-size: 0.26rem;
    line-height: 1.9230769231;
    overflow-y: visible;
  }
}
#popup-message .text p strong {
  color: #e83f24;
  font-weight: inherit;
}
#popup-message .text .scroll {
  display: flex;
  justify-content: space-between;
  width: 1.2rem;
  position: absolute;
  bottom: 0.7rem;
  left: -0.62rem;
  z-index: 1;
  rotate: 90deg;
  transform-origin: 100% 100%;
  background: linear-gradient(#d7d9ce, #d7d9ce) 100% 50%/0.7rem 1px no-repeat;
}
@media screen and (max-width: 750px) {
  #popup-message .text .scroll {
    width: 1.4rem;
    left: -0.92rem;
  }
}
#popup-message .text .scroll::before {
  content: "Scroll";
  color: #e83f24;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #popup-message .text .scroll::before {
    font-size: 0.18rem;
  }
}
#popup-message .text .scroll::after {
  content: "";
  display: block;
  width: 0.7rem;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.05px);
  right: 0;
  background: #e83f24;
  animation: popup-message-scroll 4s infinite linear;
}
@keyframes popup-message-scroll {
  0% {
    scale: 0 1;
    transform-origin: left;
  }
  50% {
    scale: 1 1;
    transform-origin: left;
  }
  50.1% {
    scale: 1 1;
    transform-origin: right;
  }
  100% {
    scale: 0 1;
    transform-origin: right;
  }
}
#popup-message .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, #faf8f2 0.88rem);
}
#popup-message .image {
  grid-area: 1/1;
  align-self: flex-start;
  justify-self: flex-end;
  width: 7.99rem;
  padding: 100vh 0 0;
  position: relative;
  margin: calc(-100vh - 0.24rem) -0.78rem 0 0;
  rotate: -90deg;
  transform-origin: top;
  -webkit-mask: url(../imgs/mask.svg) 0 100%/100% auto no-repeat;
          mask: url(../imgs/mask.svg) 0 100%/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  #popup-message .image {
    width: 6.38rem;
    margin: calc(-100vh - 0.5rem) -0.2rem 0 0;
  }
}
#popup-message .btn--close {
  grid-area: 1/1;
  align-self: flex-start;
  justify-self: flex-end;
  position: relative;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  transition: 0.4s 0.8s opacity;
}
@media screen and (max-width: 750px) {
  #popup-message .btn--close {
    margin: -0.3rem 0.4rem 0 0;
  }
}
#popup-message.active .text {
  animation: popup-message-text 1.2s both cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@keyframes popup-message-text {
  from {
    translate: 0 -100vh 0;
  }
  to {
    translate: 0 0 0;
  }
}
#popup-message.active .image {
  animation: popup-message-image 1.2s both cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@keyframes popup-message-image {
  from {
    rotate: -90deg;
  }
  to {
    rotate: 0deg;
  }
}
#popup-message.active .btn--close {
  opacity: 1;
}
#popup-message.toHide .text {
  animation: popup-message-text-hide 1.2s both cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@keyframes popup-message-text-hide {
  from {
    translate: 0 0 0;
  }
  to {
    translate: 0 -100vh 0;
  }
}
#popup-message.toHide .image {
  animation: popup-message-image-hide 1.2s both cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
@keyframes popup-message-image-hide {
  from {
    rotate: 0deg;
  }
  to {
    rotate: -90deg;
  }
}
#popup-message.toHide .btn--close {
  opacity: 0;
}

#popup-service-text .inner,
#popup-solution-text .inner {
  box-sizing: border-box;
  width: 6.3rem;
  padding: 1rem 0.6rem;
  position: relative;
  background: #faf8f2 url(../imgs/service-bg.webp) 0 0/100% auto no-repeat;
  border-radius: 0.2rem;
  box-shadow: 0.38rem 0.55rem 0.44rem 0.02rem rgba(0, 0, 0, 0.1);
  opacity: 0;
}
#popup-service-text .inner .label,
#popup-solution-text .inner .label {
  color: #e83f24;
  font-size: 0.44rem;
  letter-spacing: 0.03em;
}
#popup-service-text .inner p,
#popup-solution-text .inner p {
  padding: 0.64rem 0 0;
  font-size: 0.26rem;
  letter-spacing: 0.03em;
  line-height: 2.1153846154;
}
#popup-service-text .inner .btn--close,
#popup-solution-text .inner .btn--close {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  background-image: url(../assets/imgs/close_bk.svg);
}
#popup-service-text.active .inner,
#popup-solution-text.active .inner {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  #popup-service-text.active .inner,
  #popup-solution-text.active .inner {
    opacity: 0;
    animation: showPopupText 1.2s both;
  }
  @keyframes showPopupText {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
#popup-service-text.toHide .inner,
#popup-solution-text.toHide .inner {
  opacity: 0;
}
@media (prefers-reduced-motion: no-preference) {
  #popup-service-text.toHide .inner,
  #popup-solution-text.toHide .inner {
    opacity: 0;
    animation: hidePopupText 1.2s both;
  }
  @keyframes hidePopupText {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
}

#popup-service .inner {
  width: 6.44rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  #popup-service .inner {
    width: 7.5rem;
  }
}
#popup-service .slider {
  display: grid;
  translate: 0 -100vh 0;
}
#popup-service .slider .slide {
  grid-area: 1/1;
  padding-top: 100vh;
  margin-top: -100vh;
  transform-origin: top;
  visibility: hidden;
  rotate: -90deg;
}
@media (prefers-reduced-motion: no-preference) {
  #popup-service .slider .slide {
    transition: 0.8s rotate cubic-bezier(0.34, 1.56, 0.64, 1);
  }
}
#popup-service .slider .slide.current {
  visibility: visible;
  rotate: 0deg;
}
#popup-service .slider .slide.prev {
  visibility: visible;
  rotate: 90deg;
}
#popup-service .slider .slide.next {
  visibility: visible;
  rotate: -90deg;
}
#popup-service .slider .slide .board {
  box-sizing: border-box;
  width: 6.44rem;
  height: 7.02rem;
  padding: 0.8rem 1.2rem 0;
  background: url(../imgs/solution-bg.webp) 0 0/contain no-repeat;
  filter: drop-shadow(0.17rem 0.25rem 0.4rem rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 750px) {
  #popup-service .slider .slide .board {
    width: 8.51rem;
    height: 9.26rem;
    margin: 0 -0.505rem;
    padding: 1rem 1.3rem 0;
    background-image: url(../imgs/solution-bg_sp.webp);
  }
}
#popup-service .slider .slide .num,
#popup-service .slider .slide .name {
  color: #e83f24;
  letter-spacing: 0.015em;
  line-height: 1;
  text-align: center;
}
#popup-service .slider .slide .num {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  #popup-service .slider .slide .num {
    font-size: 0.24rem;
  }
}
#popup-service .slider .slide .num span {
  color: #caccc2;
  font-size: 0.14rem;
}
@media screen and (max-width: 750px) {
  #popup-service .slider .slide .num span {
    font-size: 0.18rem;
  }
}
#popup-service .slider .slide .name {
  padding: 0.3rem 0 0;
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  #popup-service .slider .slide .name {
    padding: 0.4rem 0 0;
    font-size: 0.44rem;
  }
}
#popup-service .slider .slide p {
  padding: 0.56rem 0 0;
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2222222222;
}
@media screen and (max-width: 750px) {
  #popup-service .slider .slide p {
    padding: 0.6rem 0 0;
    font-size: 0.26rem;
    line-height: 1.9230769231;
  }
}
#popup-service .btn--prev,
#popup-service .btn--next,
#popup-service .btn--close {
  opacity: 0;
}
#popup-service .btn--prev,
#popup-service .btn--next {
  width: 1rem;
  height: 1rem;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 3rem;
  background: transparent url(../assets/imgs/arw03.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 750px) {
  #popup-service .btn--prev,
  #popup-service .btn--next {
    width: 0.8rem;
    height: 0.8rem;
    top: auto;
    bottom: 0.86rem;
  }
}
#popup-service .btn--prev {
  left: -1.6rem;
  scale: -1 1;
}
@media screen and (max-width: 750px) {
  #popup-service .btn--prev {
    left: 2.76rem;
  }
}
#popup-service .btn--next {
  right: -1.6rem;
}
@media screen and (max-width: 750px) {
  #popup-service .btn--next {
    right: 2.76rem;
  }
}
#popup-service .btn--close {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  #popup-service .btn--close {
    top: 0.2rem;
    right: 0.5rem;
  }
}
#popup-service.active .slider {
  translate: 0 0 0;
}
#popup-service.active .btn--prev,
#popup-service.active .btn--next,
#popup-service.active .btn--close {
  animation: popup-service-btn 0.4s 0.8s both;
}
@keyframes popup-service-btn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#popup-service.toHide .slider .slide.current {
  rotate: 90deg;
}
#popup-service.toHide .btn--prev,
#popup-service.toHide .btn--next,
#popup-service.toHide .btn--close {
  animation: popup-service-btn-hide 0.4s 0s both;
}
@keyframes popup-service-btn-hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}/*# sourceMappingURL=unique.css.map */