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


     追加


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


     index


============================================================================= */
.mv {
  background: transparent url(../asset/images/index/mv.png) no-repeat top center/cover;
  margin-top: 0px;
  padding: 140px 0 60px;
  /*   @include mq("tab") {
    margin-top: 80px;
  } */
}

.mv-box {
  position: relative;
  text-align: center;
}

.mv-ttl {
  color: #44403f;
  display: inline-block;
  font-size: clamp(3.4rem, calc(3.2rem + (0.625vw * 1)), 4.4rem);
  font-weight: 900;
  line-height: 1.54;
  text-align: left;
  text-shadow: 3px 3px 5px #fff;
}

.mv-ttl span > span {
  padding-left: 2em;
}

.mv-ttl span > span.sec {
  padding-left: 5em;
}

.mv-head {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.mv-list {
  gap: 35px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.mv-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mv-item-img {
  position: relative;
}

.mv-item-img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mv-item-imgtxt {
  -webkit-text-stroke: 2px #fff;
  bottom: 0;
  color: transparent;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.mv-item-ttl {
  background: #005faf;
  color: #fff;
  font-size: clamp(2.4rem, calc(2.2rem + (0.625vw * 1)), 3.4rem);
  font-weight: 600;
  line-height: 1.2;
  padding-top: 0.5em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.mv-item-ttl:after {
  background: inherit;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 0.5em;
  left: 50%;
  position: absolute;
  top: calc(100% - 1px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: inherit;
}

.mv-item-txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px;
  text-align: center;
}

.mv-link {
  display: block;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.mv-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mv-item-txt {
  margin-bottom: auto;
}

.mv-item-link,
.recruit-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #005faf;
  border: 1px solid #005faf;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5em 0;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  z-index: 1;
}

.mv-item-link:before,
.recruit-btn:before {
  inset: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: -1;
}

.mv-item-link:hover,
.recruit-btn:hover {
  color: #005faf;
}

.mv-item-link:hover:before,
.recruit-btn:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.recruit {
  background: #d7dfe9;
  padding: 32px 0;
  position: relative;
}

.recruit-ttl {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.recruit-txt {
  margin-top: 0em;
  position: relative;
  z-index: 1;
}

.recruit-btn {
  margin-left: 0;
  margin-right: auto;
  max-width: 380px;
}

.recruit-img,
.contact-img {
  -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
          clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
  height: 100%;
  position: absolute;
  right: calc((100vw - 1366px) / 2);
  top: 0;
}

.recruit-img img,
.contact-img img {
  height: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  width: 100%;
  width: 100%;
  z-index: 1;
}

.recruit-img:after,
.contact-img:after {
  background: #d5d6d6;
  -webkit-clip-path: inherit;
          clip-path: inherit;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.contact-img:after {
  background: #c0e2e9;
}

.recruit-en {
  -webkit-text-stroke: 2px #005faf;
  color: transparent;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  right: calc(((100vw - 1366px) / 2) + 1em);
  top: 0;
  z-index: 2;
}

.contact {
  background: #fff;
  padding: 32px 0;
  position: relative;
}

@media (max-width: 1148px){
  .recruit-en {
    font-size: 5rem;
    right: 0;
  }
}

@media (max-width: 767px){
  .mv {
    padding: 80px 0 50px;
  }
  .mv-img img {
    height: 100%;
    height: 100%;
    min-height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    width: 100%;
  }
  .mv-ttl {
    font-size: clamp(2rem, calc(1.8rem + (0.625vw * 1)), 3rem);
  }
  .mv-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv-item-img img {
    aspect-ratio: 3 / 2;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    width: 100%;
  }
  .mv-item-imgtxt {
    font-size: 5rem;
  }
  .mv-item-ttl {
    font-size: 2rem;
  }
  .mv-item-txtbox {
    padding: 20px 8px;
  }
  .recruit-ttl {
    text-align: center;
  }
  .recruit-txt {
    text-align: center;
  }
  .recruit-img,
  .contact-img {
    display: none;
  }
  .recruit-en {
    display: none;
    font-size: 4rem;
  }
}


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