@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     index


============================================================================= */
.mv {
  margin-top: 120px;
  position: relative;
  z-index: 1;
}
.mv:before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(var(--unnamed-color-0022a8)), to(var(--unnamed-color-0022a8))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, var(--unnamed-color-0022a8) 0%, var(--unnamed-color-0022a8) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#0022A8), to(#0022A8)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #0022A8 0%, #0022A8 100%) 0% 0% no-repeat padding-box;
  content: "";
  height: 100%;
  height: calc(100% - 300px);
  left: 50%;
  position: absolute;
  top: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

.mv-ttlbox {
  color: #fff;
  margin-top: -9em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 20;
}

.mv-ttl {
  font-family: "Outfit", sans-serif;
  font-size: clamp(5rem, 7.2vw, 7.2vw);
  font-weight: bold;
  line-height: 1.1;
}

.mv-span {
  font-size: clamp(2rem, 2.2vw, 2.2vw);
  font-weight: bold;
  margin-top: 0.15em;
}

.mv-img {
  border-radius: 30px;
  border-radius: 30px 0px 0px 30px;
  margin-left: auto;
  margin-top: -120px;
  overflow: hidden;
  position: relative;
  width: 70%;
}
.mv-img img {
  width: 100%;
}
.mv-img:before {
  -webkit-transform: translate(-50%, -50%);
  background: repeating-linear-gradient(-45deg, transparent 0 4px, #212121 4px 5px);
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv-secands {
  gap: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}

.mv-img2 {
  border-radius: 0 30px 30px 0;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 70%;
  z-index: 1;
}
.mv-img2 img {
  width: 100%;
}
.mv-img2:before {
  -webkit-transform: translate(-50%, -50%);
  background: repeating-linear-gradient(-45deg, transparent 0 4px, #212121 4px 5px);
  content: "";
  height: 100%;
  left: 50%;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv-txt {
  color: #fff;
  font-size: clamp(1.4rem, 1.4vw, 2vw);
  font-weight: bold;
  line-height: 2.2222222222;
  padding-right: 24px;
  width: calc(30% - 50px);
}

/* =============================================================================


    service


============================================================================= */
.service {
  padding: 120px 0 40px;
}

.service-container {
  margin-top: 30px;
  position: relative;
}

.service-slide-link {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service-slide-link:hover {
  opacity: 0.7;
}

.service-slide-num {
  border-bottom: 7px solid #0022A8;
  color: #0022A8;
  font-family: "Outfit", sans-serif;
  font-size: 2.8vw;
  left: -0.5em;
  position: absolute;
  top: 8%;
}

.service-slide-img img {
  width: 100%;
}

.service-slide-ttl {
  background: #0022A8;
  color: #fff;
  font-size: clamp(2.4rem, 2.2rem + 0.625vw * 1, 3.4rem);
  font-weight: bold;
  margin-top: 1em;
  padding: 0.15em 0.5em;
}

.service-slide-txt {
  font-weight: normal;
  margin-top: 1em;
}

.works-swiper-buttonbox {
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.works-swiper-buttonbox._modal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-swiper-buttonbox._works {
  margin: 20px auto 0;
}

.service-swiper-buttonbox {
  gap: 20px;
  bottom: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
}

.service-swiper-button {
  background: #FFB300;
  border-radius: 50%;
  cursor: pointer;
  height: clamp(40px, 4vw, 120px);
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: clamp(40px, 4vw, 120px);
  /*   &:before {
      position: absolute;
      right: 50%; //位置
      width: 33%; //heightと同じにする
      height: 33%; //widthと同じにする
      top: calc(50% - 2px);
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg) translateY(-50%);
      content: "";
    } */
}
.service-swiper-button:after {
  background-color: #212121;
  border-radius: 9999px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 33%;
}
.service-swiper-button:before {
  background-color: #212121;
  border-radius: 9999px;
  content: "";
  height: 2px;
  left: 53%;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  width: 13%;
}
.service-swiper-button.swiper-button-prev:before {
  left: auto;
  right: 65%;
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
}
.service-swiper-button:hover {
  opacity: 0.7;
}

/* =============================================================================


    recruit


============================================================================= */
.recruit {
  /* background: #0022A8 0% 0% no-repeat padding-box;
  mix-blend-mode: multiply;
  position: relative;
  padding:140px 0; */
  color: #fff;
}

.recruit-head {
  color: #0022A8;
  font-family: "Outfit", sans-serif;
  font-size: clamp(14.4rem, 14.2rem + 0.625vw * 1, 15.4rem);
  left: 0;
  line-height: 0.7;
  mix-blend-mode: color-burn;
  position: absolute;
  top: 250px;
}

.recruit-container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 140px 0;
  position: relative;
}
.recruit-container:before {
  background: #0022A8 0% 0% no-repeat padding-box;
  bottom: 0;
  content: "";
  height: calc(100% - clamp(165px, 18vw, 250px));
  left: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}

.recruit-contents {
  color: #fff;
  position: relative;
  z-index: 1;
}

.recruit-figures {
  position: relative;
  width: 55%;
  z-index: 1;
}

.recruit-txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 24px;
}

.recruit-figures {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.recruit-figures span {
  bottom: -10%;
  display: block;
  position: absolute;
  right: 0;
  width: 70%;
}

.recruit-figure {
  width: 70%;
}

.recruit-figure1 {
  margin-left: auto;
}

.recruit-figure2 {
  margin-right: auto;
}

.recruit-btnbox {
  text-align: left;
}
.recruit-btnbox .btn:hover {
  background: #fff;
  opacity: 1;
}
@media (max-width: 1228px){
  .mv {
    margin-top: 80px;
  }
  .mv:before {
    height: calc(100% - 100px);
    top: 80px;
  }
  .mv-ttlbox {
    margin-top: -5em;
  }
  .mv-img {
    margin-top: -80px;
    max-width: calc(100% - 300px);
  }
  .mv-secands {
    margin-top: 100px;
  }
  .mv-img2 {
    max-width: calc(100% - 300px);
  }
  .mv-txt {
    min-width: 250px;
  }
}
@media (max-width: 767px){
  .mv {
    margin-top: 0;
  }
  .mv:before {
    height: calc(100% - 60px);
  }
  .mv-ttlbox {
    margin-top: -4em;
  }
  .mv-img {
    margin-top: 0px;
    max-width: 90%;
    width: 90%;
  }
  .mv-secands {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
  .mv-img2 {
    max-width: 90%;
    width: 90%;
  }
  .mv-txt {
    margin-left: auto;
    padding-right: 16px;
  }
  .service {
    padding-top: 60px;
  }
  .service-slide-num {
    font-size: 2.2rem;
    top: 5%;
  }
  .service-slide-ttl {
    font-size: clamp(1.8rem, 1.6rem + 0.625vw * 1, 2.8rem);
  }
  .works-swiper-buttonbox._modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-head {
    font-size: clamp(6.4rem, 6.2rem + 0.625vw * 1, 7.4rem);
    top: 0;
  }
  .recruit-container {
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 0;
  }
  .recruit-container:before {
    height: 100%;
  }
  .recruit-figures {
    width: 90%;
  }
  .recruit-txt {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=index.css.map*/