/* swiper
=========================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mv_sp {
    display: none;
  }

  .mv {
    display: block;
    height: auto;
    color: #fff;
    margin-bottom: 100px;
    position: relative;
  }
  .mv .mv_text {
    position: absolute;
    width: 100%;
    text-align: center;
    max-width: 1080px;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mv .mv_text p {
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-shadow: 2px 2px 4px #333;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) and (min-width: 769px) {
  .mv .mv_text p {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    display: none;
  }

  .mv_sp {
    display: block;
    height: auto;
    color: #fff;
    margin-bottom: 60px;
    position: relative;
  }
  .mv_sp .mv_text {
    position: absolute;
    width: 100%;
    text-align: center;
    max-width: 1080px;
    z-index: 1;
    top: inherit;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .mv_sp .mv_text p {
    font-size: 3.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-shadow: 2px 2px 4px #333;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mv_sp {
    position: static;
  }
  .mv_sp .mv-slider .mvimg {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: inline-block;
    overflow: hidden;
    width: 100%;
  }
  .mv_sp .mv_text {
    top: inherit;
    bottom: 70px;
    width: 90%;
  }
  .mv_sp .mv_text p {
    font-size: 2.7rem;
    line-height: 1.6;
  }
}
.covid19 {
  margin-bottom: 60px;
  width: 100%;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}
.covid19 img {
  max-width: 100%;
}

.covid19:hover {
  transform: scale(0.95);
}

/* whyus
=========================================== */
.whyus figure {
  width: 50%;
}
.whyus figure img {
  width: 100%;
  height: auto;
}
.whyus .flex div {
  text-align: left;
  width: 50%;
  padding-right: 25px;
  padding-top: 35px;
}
.whyus .flex div .en {
  color: #6ab7de;
  font-size: 2rem;
  line-height: 1;
}
.whyus .flex div .en span {
  font-size: 6rem;
  margin-left: 7px;
  display: inline-block;
}
.whyus .flex div h3 {
  color: #1b8fc8;
  font-size: 2.35rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 28px;
  margin-bottom: 18px;
}
.whyus .flex div strong {
  color: #1b8fc8;
  font-weight: bold;
}
.whyus .flex.reverse div {
  padding-left: 25px;
  padding-right: 0;
}
.whyus .btn {
  margin-top: 60px;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .whyus .flex div {
    padding-right: 10px;
    padding-top: 15px;
  }
  .whyus .flex div .en {
    font-size: 1.2rem;
  }
  .whyus .flex div .en span {
    font-size: 2rem;
  }
  .whyus .flex div h3 {
    font-size: 1.7rem;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .whyus .flex div p {
    font-size: 1.5rem;
  }
  .whyus .flex.reverse div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .whyus figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .whyus div.flex {
    margin-bottom: 35px;
  }
  .whyus .flex div {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .whyus .flex div .en {
    font-size: 1.8rem;
  }
  .whyus .flex div .en span {
    font-size: 3rem;
  }
  .whyus .flex div h3 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .whyus .flex.reverse div {
    padding-left: 0;
    padding-right: 0;
  }
  .whyus .btn {
    margin-top: 30px;
  }
}
/* what
=========================================== */
.what .inner {
  margin-bottom: 20px;
}
.what ul {
  margin-top: 30px;
}
.what li {
  width: 48.5%;
  margin-bottom: 67px;
  position: relative;
  text-align: left;
}
.what li img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.what li h3 {
  position: absolute;
  bottom: -28px;
  left: 0;
  background: #1b8fc8;
  color: #fff;
  width: 95%;
  height: 63px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 19px;
  padding-left: 19px;
  z-index: 1000;
}
.what li .en {
  position: absolute;
  bottom: 62px;
  left: 0;
  width: 106px;
  height: 21px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1;
  display: block;
  background: #1b8fc8;
  color: #fff;
  padding-top: 8px;
  padding-left: 19px;
}
.what li a {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  line-height: 1;
}
.what li a img {
  width: 100%;
  height: auto;
  line-height: 1;
}
.what li a :before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: .5s;
  opacity: 0;
}
.what li a:hover :before {
  opacity: 0.8;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .what li h3 {
    width: 95%;
    height: 63px;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: bold;
    padding-top: 19px;
    padding-left: 15px;
  }
  .what li .en {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .what li {
    width: 100%;
    margin-bottom: 67px;
  }
  .what li h3 {
    width: 100%;
    height: 54px;
    font-size: 1.5rem;
    padding-left: 15px;
  }
  .what li .en {
    width: 106px;
    bottom: 53px;
    padding-left: 15px;
    font-size: 1.3rem;
  }
}
/* performance
=========================================== */
.performance {
  text-align: center;
  margin: 0 auto;
}
.performance h2 {
  padding-top: 100px;
}
.performance p {
  margin-bottom: 45px;
}
.performance figcaption {
  text-align: left;
  font-size: 1.9rem;
  margin-top: 15px;
  font-weight: bold;
}
.performance .btn01 {
  margin-top: 70px;
}

#slider-outer {
  position: relative;
  max-width: 100%;
}

.slider figure {
  width: 94%;
  margin: 0 auto;
  height: auto;
}

.next-arrow {
  width: 80px;
  position: absolute;
  right: 20px;
  top: 35%;
  z-index: 3000;
}
.next-arrow img {
  width: 100%;
  height: auto;
}

.prev-arrow {
  width: 80px;
  position: absolute;
  left: 20px;
  top: 35%;
  z-index: 3000;
}
.prev-arrow img {
  width: 100%;
  height: auto;
}

.prev-arrow:hover, .next-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .performance h2 {
    padding-top: 60px;
  }
  .performance figcaption {
    text-align: left;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .performance h2 {
    padding-top: 60px;
  }
  .performance p {
    margin-bottom: 40px;
  }
  .performance figcaption {
    font-size: 1.3rem;
  }
  .performance .btn01 {
    margin-top: 50px;
  }

  .next-arrow {
    width: 60px;
    position: absolute;
    right: 3px;
    top: 32%;
  }

  .prev-arrow {
    width: 60px;
    position: absolute;
    left: 3px;
    top: 32%;
  }
}
/* flow
=========================================== */
.flow {
  margin-top: 110px;
  margin-bottom: 110px;
}
.flow a {
  width: 48%;
  display: block;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  background: url(../img/top/flow.jpg) top left no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
}
.flow a li {
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  opacity: 0.902;
  margin: 7%;
  width: 86%;
}
.flow .product {
  background: url(../img/top/product.jpg) top left no-repeat;
  background-size: cover;
}
.flow a:hover {
  transform: scale(0.95);
}
.flow div {
  padding-bottom: 7%;
}
.flow div h2 {
  color: #fff;
  font-size: 3.2rem;
  padding-top: 36px;
  line-height: 1;
  margin-bottom: 15px;
}
.flow div h2 .en {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  margin-top: 18px;
  display: block;
}
.flow div p {
  color: #fff;
  font-size: 1.6rem;
}
.flow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 510px;
  height: 303px;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .flow {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .flow div {
    padding-bottom: 7%;
  }
  .flow div h2 {
    font-size: 2rem;
    padding-top: 30px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .flow div h2 .en {
    font-size: 1.4rem;
  }
  .flow div p {
    color: #fff;
    font-size: 1.3rem;
  }
  .flow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 510px;
    height: 303px;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .flow a {
    background: url(../img/top/sp_flow.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 60px;
  }
  .flow a li {
    margin: 7%;
    width: 86%;
  }
  .flow .product {
    background: url(../img/top/sp_product.jpg) top left no-repeat;
    background-size: cover;
  }
  .flow div {
    padding-bottom: 30px;
  }
  .flow div h2 {
    font-size: 2.6rem;
    padding-top: 36px;
    margin-bottom: 30px;
  }
  .flow div h2 .en {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
  }
  .flow div p {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
/* HANDLING MANUFACTURER
=========================================== */
.maker li {
  width: 23%;
  height: auto;
  text-align: left;
}
.maker li a img {
  width: 100%;
  height: auto;
}
.maker li a figcaption {
  text-align: left;
  color: #363636;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
.maker li a figcaption:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #363636;
  transition: .5s;
  opacity: 0;
}
.maker li a figcaption:hover {
  color: #363636;
}
.maker li a:hover figcaption:before {
  opacity: 1;
}
.maker .inner {
  margin-bottom: 70px;
}
.maker figcaption {
  font-size: 1.6rem;
  margin-top: 13px;
  color: #363636;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .maker .flex {
    flex-direction: row;
  }
  .maker li {
    width: 45%;
    height: auto;
    text-align: left;
    margin: 0 auto 30px auto;
  }
  .maker li:last-child, .maker li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .maker .inner {
    margin-bottom: 0;
  }
  .maker figcaption {
    margin-top: 8px;
    font-size: 1.1rem;
  }
}
/* greeting
=========================================== */
.recruit {
  margin-top: 115px;
  width: 100%;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
}

.recruit:hover {
  transform: scale(0.95);
}

.greeting {
  margin-top: 118px;
  margin-bottom: 115px;
}
.greeting a {
  width: 48%;
  display: block;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .3s ease-out;
  background: url(../img/top/greeting.jpg) top left no-repeat;
  background-size: cover;
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
}
.greeting a li {
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  opacity: 0.902;
  margin: 7%;
  width: 86%;
}
.greeting .company {
  background: url(../img/top/company.jpg) top left no-repeat;
  background-size: cover;
}
.greeting a:hover {
  transform: scale(0.95);
}
.greeting h2 {
  color: #fff;
  font-size: 3.2rem;
  padding-top: 75px;
  padding-bottom: 75px;
  line-height: 1;
  margin-bottom: 10px;
}
.greeting h2 .en {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  margin-top: 18px;
  display: block;
}

@media screen and (max-width: 1080px) and (min-width: 769px) {
  .recruit {
    margin-top: 60px;
  }

  .greeting {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .greeting h2 {
    font-size: 2rem;
    padding-top: 70px;
    line-height: 1;
  }
  .greeting h2 .en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    margin-top: 60px;
  }

  .greeting {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .greeting a {
    background: url(../img/top/sp_greeting.jpg) top left no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 60px;
  }
  .greeting a li {
    margin: 7%;
    width: 86%;
  }
  .greeting a li h2 {
    font-size: 2.6rem;
  }
  .greeting a li h2 .en {
    font-size: 1.6rem;
  }
  .greeting .company {
    margin-bottom: 0;
  }
}
