@charset "utf-8";

/* ==================================================================
	top.css
	
=================================================================== */


.top {
  /*トップ画像*/
  /*メインコンテンツ*/
  /*長峰製作所の思い*/
  /*お知らせ*/
  /*製品紹介*/
  /*採用情報*/
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #fff;
}
.top-sub .drawer-hamburger-icon,
.top-sub .drawer-hamburger-icon:before,
.top-sub .drawer-hamburger-icon:after {
  background-color: #222;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #222;
}

.drawer-open .top-sub .drawer-hamburger-icon {
  background-color: transparent;
}

.top .main-visual {
  position: relative;
  z-index: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top .main-visual {
    z-index: 3;
  }
}

.top .main-visual .slide-dots {
  position: absolute;
  bottom: 35%;
  left: 20.8%;
  z-index: 2;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 1029px) {
  .top .main-visual .slide-dots {
    bottom: 25%;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .top .main-visual .slide-dots {
    bottom: 10%;
    left: 2%;
    z-index: 5;
  }
}

.top .main-visual .slide-dots .slick-active button {
  background-color: #0a3d9a;
}

.top .main-visual .slide-dots li {
  display: inline-block;
  margin-right: 10px;
  line-height: 0;
}

.top .main-visual .slide-dots li button {
  content: '';
  height: 3px;
  width: 69px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0px;
  outline: none;
  font-size: 0rem;
}

@media screen and (max-width: 1029px) {
  .top .main-visual .slide-dots li button {
    box-shadow: 0px 0px 19px 1px #000000;
  }
}

.top .main-visual .main-visual-container {
  width: 525px;
  position: absolute;
  top: 45%;
  left: 20.7%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

@media screen and (max-width: 1029px) {
  .top .main-visual .main-visual-container {
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual-container {
    width: 98%;
    top: 50%;
    left: 2%;
    z-index: 4;
  }
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual-container .main-visual--img h2 {
    margin-bottom: 0px;
  }
}

.top .main-visual .main-visual-container .main-visual--img .main-visual--title {
  width: 525px;
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual-container .main-visual--img .main-visual--title {
    width: 70%;
  }
}

.top .main-visual .main-visual-container .main-visual--img .main-visual--disc {
  width: 485px;
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual-container .main-visual--img .main-visual--disc {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual-container .main-visual--img {
    top: 100px;
  }
}

.top .main-visual .main-visual--bg {
  position: absolute;
  width: 313px;
  bottom: -177px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top .main-visual .main-visual--bg {
    width: 83px;
    bottom: -48px;
    z-index: 3;
  }
}

.top .section-1 {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  margin-top: 100px;
  background-image: url("../../assets/img/concept-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .top .section-1 {
    padding-top: 60px;
    padding-bottom: 80px;
    margin-top: 30px;
    background-image: url("../../assets/img/sp-concept-img.jpg");
  }
}

.top .section-1 p {
  margin-bottom: 40px;
  text-shadow: 2px 0px 6px #fff , 2px 0px 6px #fff , 2px 0px 6px #fff , 2px 0px 6px #fff , 2px 0px 6px #fff , 2px 0px 6px #fff , 2px 0px 6px #fff;
}

.top .section-2 {
  padding: 50px 0px;
}

.top .section-2__btn {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

@media screen and (max-width: 767px) {
  .top .section-2__btn {
    bottom: 10px;
  }
}

.top .section-3 {
  padding-bottom: 80px;
}

.top .section-3 .section-3-bg {
  position: absolute;
  top: 56px;
  left: 0px;
  z-index: -1;
}

.top .section-3 .products-disc {
  margin-bottom: 50px;
}

.top .section-3 .products-disc p {
  margin: 0px;
}

.top .section-3 .products-list::after {
  clear: both;
  content: "";
  display: block;
}

.top .section-3 .products-list a {
  display: block;
}

.top .section-3 .products-list__item {
  width: 313px;
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}

@media screen and (min-width: 1030px) {
  .top .section-3 .products-list__item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1029px) {
  .top .section-3 .products-list__item {
    width: 32%;
    margin-right: 2%;
  }
  .top .section-3 .products-list__item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .top .section-3 .products-list__item {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .top .section-3 .products-list__item:nth-child(2n-1) {
    margin-right: 4%;
  }
}

.top .section-3 .products-list__item__img {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top .section-3 .products-list__item__img {
    margin-bottom: 10px;
  }
}

.top .section-3 .products-list__item__img img {
  width: 100%;
}

.top .section-3 .products-list__item__img:after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  content: '';
  display: block;
  background-image: url("../../assets/img/arrow-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .top .section-3 .products-list__item__img:after {
    width: 30px;
    height: 30px;
    right: -5px;
    bottom: -5px;
  }
}

.top .section-3 .products-list__item__txt a {
  font-size: 2.0rem;
  color: #333;
}

@media screen and (max-width: 767px) {
  .top .section-3 .products-list__item__txt a {
    font-size: 1.6rem;
  }
}

.top .section-3 .products-list__item__txt p {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.86;
}

@media screen and (max-width: 767px) {
  .top .section-3 .products-list__item__txt p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.top .section-4 {
  position: relative;
  padding: 110px 0px 100px;
  width: 100%;
  background-image: url("../../assets/img/recruit-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .top .section-4 {
    padding: 50px 0px;
  }
}

.top .section-4 .recruite-title {
  margin-bottom: 30px;
}

.top .section-4 .recruite-title img {
  width: 144px;
}

.top .section-4 .recruite-contents {
  margin-bottom: 40px;
}

.top .section-4 .recruite-contents img {
  width: 464px;
}

@media screen and (max-width: 1029px) {
  .top .section-4 .recruite-contents img {
    width: 300px;
  }
}

.top .section-4 .recruit-img {
  position: absolute;
  right: 0px;
  top: -45px;
  width: 668px;
}

@media screen and (max-width: 1029px) {
  .top .section-4 .recruit-img {
    width: 500px;
	margin-top:30px;
  }
}

@media screen and (max-width: 767px) {
  .top .section-4 .recruit-img {
    width: 100%;
	margin-top:30px;
    position: inherit;
    top: 0px;
    text-align: center;
  }
}

.top .newsWrap{
    gap: 40px;
    align-items: stretch;
}


.top .newsWrap .area{
  .xloadarea{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

}
.top .news-list .news-list__item {
  float: none;
  width: 477px;
  margin-bottom: 25px;
}

.top .news-list .news-list__item:nth-child(2n-1) {
  margin-right: 0;
}
@media screen and (max-width: 1029px) {
    .top .newsWrap.flex_box.col2 > * {
        width: 100%;
    }
    .top .news-list .news-list__item {
      width: revert;
    }
}