/* index.html
---------------------------------------------------- */
#main-visual {
  position: relative;
}
#main-visual .mv-slider {
  width: min(100% - 35rem, 1600px);
  height: 96svh;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-slider {
    width: 80%;
  }
}
#main-visual .mv-slider .slider-mv {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img {
  width: 100%;
  height: 100%;
}
#main-visual .mv-slider .slider-mv .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoomPan {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
#main-visual .mv-slider .swiper-slide-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-duplicate-active .swiper-img img,
#main-visual .mv-slider .swiper-slide-prev .swiper-img img {
  animation: zoomPan 8s linear 0s normal both;
}
#main-visual .mv-inner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1svh;
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner {
    margin-top: -2svh;
  }
}
#main-visual .mv-inner .mv-catch p span.__label {
  display: inline-block;
  color: #fff;
  background-color: #183996;
  font-size: 600;
  font-size: 1.375rem;
  padding: 0.2em 0.6em;
  margin-right: 0.4em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch p span.__label {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch p span.__label {
    font-size: 1em;
  }
}
#main-visual .mv-inner .mv-catch h2 {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: linear-gradient(90deg, #0b50cf, #00c0fa);
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 1.2em;
  padding: 0.2em 0.4em;
}
@media screen and (max-width: 1199px) {
  #main-visual .mv-inner .mv-catch h2 {
    font-size: 2.75em;
  }
}
@media screen and (max-width: 991px) {
  #main-visual .mv-inner .mv-catch h2 {
    margin-left: -40px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual .mv-inner .mv-catch h2 {
    font-size: min(8.4vw, 2em);
    line-height: 1.4em;
    padding: 0.4em;
    padding-left: calc(20px + 0.4em);
    margin-left: -20px;
    width: 100%;
  }
}
#main-visual .mv-inner .mv-catch h2 span.__small {
  font-size: 0.75em;
  margin-left: 0.2em;
}
#main-visual .flowingText {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #main-visual .flowingText {
    margin-bottom: 4svh;
  }
}

.sec-about .sec-content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content {
    display: block;
  }
}
.sec-about .sec-content .sec-ttl {
  width: 35rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .sec-ttl {
    width: 100%;
  }
}
.sec-about .sec-content .sec-txt {
  width: calc(100% - 35rem - 5rem);
  margin-top: 3.75rem;
}
@media screen and (max-width: 1199px) {
  .sec-about .sec-content .sec-txt {
    width: 100%;
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .sec-service::before {
    margin-top: 110px;
  }
}
.sec-service .sec-content .img-wrap {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-service .sec-content .img-wrap {
    margin-top: -3.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-service .sec-content .img-wrap {
    margin-top: 3em;
  }
}

@media screen and (max-width: 1199px) {
  .sec-works {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-works {
    padding-top: 60px;
  }
}
.sec-works::before {
  height: calc(100% - 6.25rem - 5rem);
}
@media screen and (max-width: 1199px) {
  .sec-works::before {
    height: 65%;
    margin-top: 110px;
  }
}
.sec-works .sec-content {
  text-align: end;
}
.sec-works .sec-content .txt-wrap .sec-ttl h2 span.__en {
  background: linear-gradient(270deg, #0b50cf, #00c0fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .sec-works .sec-content .txt-wrap .sec-txt {
    text-align: start;
  }
}
.sec-works .sec-content .txt-wrap .sec-link .__linkbtn {
  margin-left: auto;
}

.sec-recruit .sec-inner {
  position: relative;
  z-index: 2;
  background-image: url(../images/recruit-bgimg.jpg);
  background-size: cover;
  background-position: 0% 50%;
}
.sec-recruit .sec-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #fff, transparent);
}
.sec-recruit .sec-inner .sec-txt {
  margin-top: 2em;
}
.sec-recruit .sec-inner .sec-link {
  margin-top: 3em;
}
.sec-recruit .sec-inner .sec-link .__linkbtn {
  width: 30rem;
}
@media screen and (max-width: 1199px) {
  .sec-recruit .sec-inner .sec-link .__linkbtn {
    width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit .sec-inner .sec-link .__linkbtn {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */