@charset "UTF-8";
/*タブレット*/
/*スマホ*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
  line-height: 2;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth; /* スクロール */
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.elementorScrollAnimationBox {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  /* 汎用アニメーションのベース */
}
.elementorScrollAnimationBox.in-view {
  opacity: 1;
  transform: translateY(0);
}
.elementorScrollAnimationBox.in-view .anotherAnimation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080808;
  position: absolute;
  left: 100%;
}
.elementorScrollAnimationBox .anotherAnimation {
  position: relative;
  overflow: hidden;
}
.elementorScrollAnimationBox .anotherAnimation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080808;
  position: absolute;
  left: 0;
  transition: left 0.5s ease 0.17s;
}

.elementorCardHoverAnimation {
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.elementorCardHoverAnimation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.elementorCardHoverAnimation::after {
  content: "サービスを見る";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  width: 22rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 900;
  border: #fff solid 0.1rem;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .elementorCardHoverAnimation::after {
    font-weight: 400;
  }
}
.elementorCardHoverAnimation:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.elementorCardHoverAnimation:hover::after {
  content: "サービスを見る";
  position: absolute;
  width: 22rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  border: #fff solid 0.1rem;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  opacity: 1;
}

.elementorCardHoverAnimationExternal {
  position: relative;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
.elementorCardHoverAnimationExternal::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.elementorCardHoverAnimationExternal::after {
  content: "サービスを見る \f08e";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  width: 22rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  font-weight: 900;
  border: #fff solid 0.1rem;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .elementorCardHoverAnimationExternal::after {
    content: "サービスを見る";
    font-weight: 400;
  }
}
.elementorCardHoverAnimationExternal:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(8, 8, 8, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.elementorCardHoverAnimationExternal:hover::after {
  content: "サービスを見る \f08e";
  position: absolute;
  width: 22rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  border: #fff solid 0.1rem;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  .elementorCardHoverAnimationExternal:hover::after {
    content: "サービスを見る";
  }
}/*# sourceMappingURL=style.css.map */