/*********************************

デバイス

**********************************/
@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;*/
  width: clamp(320px, 83.3%, 1000px);
  margin: 0 auto;
}
.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;
  margin-bottom: 50px;
}
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
}
/*パンくず*/
.pankuzu {
  position: absolute;
  right: 43px;
  bottom: 30px;
}
.pankuzu.black .container ul li a {
  color: #252525;
}
.pankuzu.black .container ul li {
  color: #252525;
}
.pankuzu.black .container ul li:after {
  background-color: #252525;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    padding-top: 8px;
    right: 5px;
    bottom: 5px;
  }
}
.pankuzu .container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pankuzu .container {
    padding-right: 8.3%;
  }
}
.pankuzu .container ul {
  justify-content: flex-end;
  gap: 10px;
}
.pankuzu .container ul li {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}
.pankuzu .container ul li:after {
  content: "";
  width: 8px;
  height: 1px;
  flex-shrink: 0;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 10px;
}
.pankuzu .container ul li:last-child:after {
  display: none;
}
.pankuzu .container ul li a {
  color: #fff;
}
.pankuzu .container ul li {
  font-weight: 700;
}
.pankuzu .container ul li:first-child {
  font-weight: 600;
}
.pankuzu .container ul li:first-child a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pankuzu .container ul li a, .pankuzu .container ul li {
    white-space: nowrap;
  }
}
/* 固定ヘッダー */
/* スムーズスクロールとヘッダーのスタイル */
html {
  scroll-behavior: smooth; /* スムーズスクロールを有効化 */
  scroll-padding-top: 70px; /* ヘッダーの高さ */
}
/* 固定ヘッダーのスタイル */
.header-navFixed {
  background-color: #fff; /* 背景色 */
  color: #fff; /* テキスト色 */
  position: fixed; /* 固定 */
  top: -100px; /* ヘッダーの高さ分上にする(隠す) */
  transition: top .5s; /* アニメーション効果を追加 */
  width: 100%; /* 幅を100%に */
  z-index: 3;
}
/* 固定ヘッダーが表示されたときのスタイル */
#js-header.is-show {
  top: 0; /* 隠していたヘッダーを表示 */
}
.header-navFixed .flex {
  height: 80px;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header-navFixed.flex {
    height: 64px;
  }
}
.header-navFixed .flex h1 {
  width: 244px;
  height: 74px;
  position: absolute;
  left: 66px;
}
@media screen and (max-width: 767px) {
  .header-navFixed .flex h1 {
    width: 205px;
    height: 62px;
    flex-shrink: 0;
    aspect-ratio: 205/62;
    left: 22px;
  }
}
.header-navFixed .flex div.head-rightarea {
  gap: 39px;
}
@media screen and (max-width: 767px) {
  .header-navFixed .flex div.head-rightarea {
    display: none;
  }
}
.header-navFixed .flex div.head-rightarea div.telnavWrap {
  align-items: flex-end;
  gap: 3px;
	align-items: center;
    justify-content: center;
}
.header-navFixed .flex div.head-rightarea div.telnavWrap div.headTel {
  width: 203px;
  height: 28px;
  border-radius: 3px;
  background: #f0efec;
  text-align: center;
  flex-shrink: 0;
}
.header-navFixed .flex div.head-rightarea div.telnavWrap div.headTel a span {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
}
.header-navFixed .flex div.head-rightarea div.telnavWrap div.headTel a span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 16px;
  aspect-ratio: 15/16;
  background-image: url(../image/common/headTel.svg);
  margin-right: 10px;
}
.header-navFixed .flex div.btnarea button {
  width: 90px;
  height: 80px;
}
.header-navFixed .flex div.btnarea button.headRecruitbtn {
  background-color: #008742;
  transition: all 0.6s;
}
.header-navFixed .flex div.btnarea button.headRecruitbtn:hover {
  background-color: #03a251;
}
.header-navFixed .flex div.btnarea button.headRecruitbtn a {
  gap: 1px;
}
.header-navFixed .flex div.btnarea button.headContactbtn {
  background-color: #3eb034;
  transition: all 0.6s;
}
.header-navFixed .flex div.btnarea button.headContactbtn:hover {
  background-color: #47cc3a;
}
.header-navFixed .flex div.btnarea button.headContactbtn a {
  gap: 2px;
}
.header-navFixed .flex div.btnarea button a {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  height: 100%;
}
.header-navFixed .flex div.btnarea button a span {
  color: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.7px;
}
.header-navFixed div.navarea ul {
  height: 40px;
}
/*スタッフ募集中ボタン*/
.staffbtnfix {
  position: fixed;
  width: 140px;
  height: 140px;
  bottom: 55px;
  right: 60px;
  z-index: 2;
  border-radius: 100vh;
  background-image: url("../image/top/stafffivbtn.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .staffbtnfix {
    bottom: 231px;
    right: auto;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 22px;
  }
}
.staffbtnfix a {
  width: 100%;
  height: 100%;
  display: block;
}
.staffbtnfix:hover {
  background-image: url("../image/top/stafffivbtn_hover.png");
}
/*募集要項ボタン*/
.boshuyokobtnfix {
  position: fixed;
  width: 140px;
  height: 140px;
  bottom: 55px;
  right: 60px;
  z-index: 2;
  border-radius: 100vh;
  background-image: url("../image/recruit/boshuyokobtn.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .boshuyokobtnfix {
    /*  bottom: 150px;*/
/*    right: 10px;*/
    width: 100px;
    height: 100px;
    bottom: 70px;
	  left: 10px;
  }
}
.boshuyokobtnfix a {
  width: 100%;
  height: 100%;
  display: block;
}
.boshuyokobtnfix:hover {
  background-image: url("../image/recruit/boshuyokobtn_hover.svg");
}
/*トップページABOUTUSの右の画像*/
.tosharightimg {
  position: absolute;
  width: 228px;
  height: 317px;
  bottom: 126px;
  right: 0;
  max-width: 15vw;
}
.tosharightimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) and (max-width: 1272px) {
  .tosharightimg {
    width: 5vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .tosharightimg {
    width: 153px;
    height: 213px;
    max-width: none;
    bottom: -66px;
    /*  right: 22px;*/
    right: 0;
  }
}
.topBlogbtn.flex {
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .topBlogbtn.flex {
    gap: 20px 5.8%;
  }
}
.topBlogbtn.flex.mb {
  margin-bottom: 40px;
}
h3.blogh3 {
  margin-bottom: 25px;
  color: #252525;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: 0.6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3.blogh3 {
    color: var(--Black, #252525);
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.48px;
    margin-bottom: 30px;
  }
}
h3.blogh3:before {
  width: 16px;
  height: 16px;
  content: "";
  display: inline-block;
  background: #008742;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  h3.blogh3:before {
    width: 14px;
    height: 14px;
    aspect-ratio: 1/1;
  }
}
/*採用の仕事について*/
.aboutWork.flex {
  flex-wrap: wrap;
  gap: 40px;
}
/* トップページのお知らせ */
@media screen and (max-width: 767px) {
  .topNewsarea {
    overflow: hidden;
    padding-bottom: 57px;
  }
}
.itemWrap.top-mobilenews-wrap {
  background-color: white;
  padding: 0;
}
.itemWrap.top-mobilenews-wrap .slick__container {
  padding-top: 0;
}
.itemWrap.top-mobilenews-wrap .slick__image {
  width: 240px;
  margin-right: 40px;
}
.itemWrap.top-mobilenews-wrap .slick__image .thumnail {
  width: 240px;
  height: 240px;
}
.itemWrap.top-mobilenews-wrap .slick__image .category {
  color: #008742;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  /*line-height: 160%;*/ /* 20.8px */
  letter-spacing: 0.39px;
  display: inline-block !important;
  border: 1px solid #008742;
  padding: 3px 8px;
  line-height: 1;
}
.itemWrap.top-mobilenews-wrap .slick__image .bottomArea {
  padding: 10px 0 0 0;
}
#vertical_tab_nav .itemWrap.top-mobilenews-wrap .slick__image div.bottomArea p {
  margin-bottom: 5px;
}
#vertical_tab_nav div.slick-list.draggable {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h3.spaccess-mb {
    margin-bottom: 40px;
  }
}
.blackmask {
  position: relative;
}
.blackmask:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 52, 36, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
.topNewsarea {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .topNewsarea {
    padding-bottom: 57px;
  }
}
.flex.newsdatecate {
  justify-content: flex-start;
  margin-bottom: 18px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flex.newsdatecate {
    margin-bottom: 10px;
  }
}
.flex.newsdatecate .date {
  display: inline-block;
  width: 108px;
}

@media screen and (max-width: 767px) {
  .shaze {
    margin-top: 0;
  }
}
.greeting .container {
  align-items: flex-start;
}
.greeting .container .right span.shomei {
  margin-top: 30px;
  display: inline-block;
	color: #252525;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 200%;
    letter-spacing: 0.45px;
}
.pageFirsttxt.aboutbusiness {
  margin: 0 auto 164px;
}
@media screen and (max-width: 767px) {
  .pageFirsttxt.aboutbusiness {
    margin-bottom: 121px;
  }
}



/*スマートフォンの下部　スクロールで出るバナー*/

.bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
background-color: #008742;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 9999;
  
  /* 最初は画面の下に隠しておく */
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out; /* ふんわり動く設定 */
}

/* このクラスがついたら表示される */
.bottom-banner.is-show {
  transform: translateY(0);
}

/* スマホの「戻る」ボタン等の干渉を防ぐ（iPhoneのノッチ対策） */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .bottom-banner {
    padding-bottom: env(safe-area-inset-bottom);
    height: calc(60px + env(safe-area-inset-bottom));
  }
}



/* 通常時の位置（例：右下から20px） */

#back-to-top {
  position: fixed;
bottom: 65px;
  right: 20px;
  border: none;
  cursor: pointer;
  display: none; /* 初期状態で非表示 */
  width: 45px;
  height: 45px;
	z-index: 2;
}



#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: bottom 0.3s;
    z-index: 99;
}

/* バナーが表示されているページ（スマホのみ） */
@media screen and (max-width: 767px) {
    #back-to-top.has-banner {
        /* バナーの高さ（例：60px）＋元の余白分だけ上にずらす */
        bottom: 80px; 
    }
}

.topAboutus.relative div.column.column-outside-left img{
	width: 500px;
height: 695px;
	object-fit: cover;
    object-position: right;
}
@media screen and (max-width: 767px) {
	.topAboutus.relative div.column.column-outside-left img{
	width: 100%;
height: auto;
}
}


@media screen and (min-width: 769px) and (max-width: 1356px) {

	
	.topAboutus div.column-outside-left {
		margin-right: 4%;
	}
		
}
.newsList-container{
	width: 100%;
}



.grecaptcha-badge {
    bottom: 70px !important;
}