/*補足*/
.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion section {
  margin-bottom: 40px;
}
.green.yoko.headbtn {
  z-index: 4;
}
@media screen and (max-width: 767px) {
  header {
    margin-bottom: 16px;
  }
  .recruitpage h1 {
    position: static;
    background: none;
    width: 246px;
    height: 48px;
    margin-top: 11px;
    margin-left: 44px;
  }
  .recruitpage h1 a img {
    width: 160px;
    height: 48px;
  }
  .main_logo {
position: static;
    width: 160px;
    height: 48px;
	  margin: 0;
  }
  .contents_main_left {
   position: absolute;
	   width: 160px;
    height: 48px;
	  left: 43px;
	  top:-68px;
  }
	section.newswrap {
		padding-top: 80px;
	}
}
/*********************************

デバイス

**********************************/
@media screen and (max-width:768px) {
  .spnone {
    display: none !important;
  }
}
@media screen and (min-width:769px) {
  .pcnone {
    display: none !important;
  }
}
@media screen and (min-width:769px) and (max-width: 1000px) {
  .tab-spnone {
    display: none !important;
  }
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  /* transition: 0.3s ease-in-out;*/
}
.fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*********************************

ページャー

**********************************/
/*ページナビ*/
.pagenavi {
  /*  width: 1000px;*/
  margin: 0 auto;
  width: clamp(320px, 83.3%, 1160px);
}
.page-numbers {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
  align-items: center;
}
.page-numbers li span.page-numbers.current {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #008742;
  border-radius: 100vh;
  color: #fff;
}
.page-numbers li a.page-numbers {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #252525;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%; /* 24.7px */
}
.catgoryBtnlist li a.current {
  color: #fff;
  background-color: #008742;
}
/*前の記事、次の記事*/
div.PrevNext {
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
  div.PrevNext {
    padding-top: 20px;
  }
  div.PrevNext a {
    position: relative;
  }
}
div.PrevNext div {
  width: calc(100% / 3);
}
div.PrevNext div {
  text-align: center;
}
div.PrevNext div:first-child {
  text-align: left;
}
div.PrevNext div:last-child {
  text-align: right;
}
ul.newsList {
  align-items: flex-start;
}
div.PrevNext div.prev a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
div.PrevNext div.next a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (max-width:768px) {
  div.PrevNext div.prev, div.PrevNext div.next {
    padding-top: 50px;
  }
  div.PrevNext div.prev a:before {
    position: absolute;
    top: -50px;
    left: 22px;
    margin: 0;
  }
  div.PrevNext div.next a:after {
    position: absolute;
    top: -50px;
    right: 22px;
    margin: 0;
  }
}
.colorgreen {
  color: #008742
}
/*採用のスリック*/
.konoyouna {
  position: relative;
}
.konoyouna .arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 43%;
  height: 100px;
}
.konoyouna .prev-arrow, .konoyouna .next-arrow {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.konoyouna .prev-arrow {
  left: 0;
}
.konoyouna .next-arrow {
  transform: rotate(180deg);
}
.konoyouna .prev-arrow::before, .konoyouna .next-arrow::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../image/recrit/arrowprev.svg");
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.konoyouna .slick-track {
  display: flex !important;
  ;
}
/*.slick-slide {
  height: auto !important;
}*/
/*プライバシーポリシー*/
.pageWrap.privacypolicy {
  padding-top: 80px;
}
.pageWrap.privacypolicy .container {
  width: 920px;
}
.pageWrap.privacypolicy .container p {
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.48px;
}
.pageWrap.privacypolicy .container p:first-child {
  margin-bottom: 80px;
}
.pageWrap.privacypolicy .container p {
  margin-bottom: 60px;
}
.pageWrap.privacypolicy .container h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
  letter-spacing: 0.72px;
  color: #111;
}
.pageWrap.privacypolicy .container h3 {
  color: #111;
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
}
/*施工事例のページャー*/
@media screen and (max-width:768px) {
  .workspagenavi {
    padding-top: 70px;
  }
  .workspagenavi .page-numbers li {
    width: 40px;
  }
  .workspagenavi ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 8px;
    align-items: center;
  }
}
ul.newsList {
  align-items: flex-start;
}
div.PrevNext div.prev a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/prev.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
div.PrevNext div.next a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  background-image: url(../image/news/next.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
}
@media screen and (max-width:768px) {
  div.PrevNext div.prev, div.PrevNext div.next {
    padding-top: 50px;
  }
  div.PrevNext div.prev a:before {
    position: absolute;
    top: -50px;
    left: 22px;
    margin: 0;
  }
  div.PrevNext div.next a:after {
    position: absolute;
    top: -50px;
    right: 22px;
    margin: 0;
  }
}