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

ものづくり

======================================================= */
.swiper {
  margin-bottom: 40px;
}

.swiper-slide {
  pointer-events: none;
}

.swiper-slide .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 15px;
  line-height: 2.4;
  background-color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: #2C7BC1;
  font-weight: 900;
  text-align: center;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.3);
}

@media (max-width: 428px) {
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 11px;
    line-height: 2.1;
    width: 23px;
    height: 23px;
  }
}

.craft-text {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 428px) {
  .craft-text {
    margin-bottom: 40px;
    text-align: left;
  }
  .craft-text .br-none {
    display: none;
  }
}

.craft-logo {
  text-align: center;
}

@media (max-width: 768px) {
  .craft-logo {
    margin-bottom: 0px;
  }
}

.craft-logo img {
  max-width: 600px;
}

@media (max-width: 768px) {
  .craft-logo img {
    max-width: 65%;
  }
}

.craft-lp-bl {
  background-image: url(../img/craft/craft-lp-bg.jpg);
  padding: 80px 80px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .craft-lp-bl {
    padding: 60px 20px;
  }
}

@media (max-width: 428px) {
  .craft-lp-bl {
    margin-bottom: 40px;
  }
}

.craft-lp-bl h3 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2em;
  text-shadow: 1px 2px 3px #000C48;
  margin-bottom: 60px;
}

@media (max-width: 428px) {
  .craft-lp-bl h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.craft-lp-btn {
  text-align: center;
  background-color: #7FBE25;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  height: 80px;
  border-radius: 50px;
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .craft-lp-btn {
    padding: 20px;
    width: 80%;
    font-size: 1.8rem;
  }
}

@media (max-width: 650px) {
  .craft-lp-btn {
    width: 100%;
  }
}

@media (max-width: 428px) {
  .craft-lp-btn {
    font-size: 1.5rem;
    padding: 0px;
    height: 45px;
  }
}

.craft-lp-btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.infinite-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.infinite-slider {
  margin-bottom: 85px;
}

@media (max-width: 428px) {
  .infinite-slider {
    margin-bottom: 60px;
  }
}
