marginbottom0@charset "utf-8";
/* CSS Document */

/************************************
** ページをフェードイン表示する
************************************/

body {
	animation: fadein 3s forwards; /*アニメーション指定*/
}

@keyframes fadein {
	0% {opacity: 0} /*アニメーション開始時*/
	100% {opacity: 1} /*アニメーション終了時*/
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family:"Jun 201","Jun 501","M PLUS Rounded 1c","Comic Sans MS", 'cursive' ,"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size:16px;
    line-height: 1.7em;
}

html{
    font-size: 100%;
	scroll-behavior: smooth;
}

/*求人タブ**/

#tabtab a.nav-link {
  margin-left: 0;
	margin-right: 6px;
	background-color: antiquewhite;
	border:2px solid #055b14;
	color:#055b14;
}
#tabtab .nav-tabs .nav-link:hover, #tabtab .nav-tabs .nav-link:focus {
  color: #fff;
  background-color:#055b14;
  border-color: #055b14;
}
#tabtab .nav-tabs .nav-link.active, #tabtab .nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color:#055b14;
  border-color: #055b14;
}
#tabtab .nav-tabs .nav-tabs {
  border-color: #F5EBDF;
}
#tabtab .nav-item a:hover {
  color: #055b14;
}
#tabtab .nav-tabs {
  border-bottom: 2px solid #055b14;
}
#tabtab ul li {
	font-size: 18px;
}
#tabtab .nav {
	flex-wrap: nowrap;
}

/************************************
** スクロールダウン
************************************/


.scroll-down_07 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-family: serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.mouse-icon {
  width: 30px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
  margin-inline:auto;
  margin-bottom: 6px;
}
.mouse-icon::before {
  content: "";
  width: 1px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
}
.topspace {
	padding-top: 80px;
}
.textcenter {
	text-align: center;
}
.hidaridechuou {
text-align: center;
}
.hidaridechuou span {
display: inline-block;
text-align: left;
}
p {
	line-height: 1.7em;
	font-size: clamp(1rem, calc(0.75rem + 1vw), 1.5rem);
}
p:empty{display: none;}
.staff {
	line-height: 2.4em;
}
.staffname {
	padding-left: 300px;
	font-size: 80px;
	line-height: 1em;
}
.staffnamesmall {
	padding-left: 310px;
	font-size: 40px;
}
.chuou {
	display: flex;
	align-items: center;
	justify-content: center;
}
div {
	line-height: 1.7em;
}
.mapa {
	margin: 0;
	padding: 0;
}
.gazokadomaru20 img {
	border-radius: 20px;
}
.kensakuform input {
	width: 300px;
}
.kensakuform button {
	background-color: #eee;
	color: #333;
	border: 1px solid #807F7F;
	padding: 2px 4px;
}
.marginbottom0 {
		margin-bottom: 0!important;
	}
@media screen { html { margin-top: 0 !important; } }
h1 {
    font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
}
h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
    line-height: 1.3;
}

.container-fluid {
	margin: 0;
	padding: 0;
}
.anchor {
	margin-top: -60px;
}
.rinkcolor a {
	color:#0B44B7;
}

.rinkcolor a:hover {
	color:aqua;
}
.imgkadomaru img {
	border-radius: 10px;
}
.boxkadomaru {
	border: 2px solid #c69c6d;
	border-radius: 30px;
	padding: 10px 20px 10px 20px;
}
.boxkadomarusiro {
	border: 2px solid #fff;
	border-radius: 30px;
	padding: 10px 20px 10px 20px;
}
.wpcf7-mail-sent-ok{
    display:none!important;
}

.img-border img {
	border: 1px solid #333;
}
.lineset {
	line-height: 1.5em;
}
.linenone {
	line-height: 1.1em;
}

/* 各ページの小さいタイトル */
.middletitlebox {
	display: flex;
	flex-wrap: nowrap;
}
.middletitle-item1 {
	line-height: 18px;
	flex-basis: 30%;
}
.middletitle-item {
	line-height: 18px;
}
.middletitle-s1 {
	font-size: 40px;
	color: #9B0A0C;
}
.middletitle-s2 {
	font-size: 22px;
	color: #333;
}
.middletitle-s3 {
	font-size: 12px;
}
.middletitle-item2 {
	flex-basis: 70%;
}
.middletitle-item3 {
	flex-basis: 30%;
}
.is-layout-flex {
	justify-content: center;
	flex-wrap: nowrap;
}
#staffprofile .is-layout-flex {
	justify-content: left;
	flex-wrap: nowrap;
}

/* 可変幅中央寄せ */
.blockcenter {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/* 可変幅左寄せ */
.blockleft {
	display: table;
	margin-right: auto;
}

/* 可変幅右寄せ */
.blockright {
	display: table;
	margin-left: auto;
}

.pc {
	display:block!important;
}
.sp {
	display:none!important;
}

.banner {
	background-attachment: scroll;
}
.main {
	margin: 0;
}
.boxsoto {
	margin-bottom: 0px;
}

div.wpcf7-mail-sent-ok {
	display: none!important;
}

.pnon {
	margin-bottom: 0;
}
.textleft {
	float: left;
}

/* ギャラリーのループスライド */
.stk-slide-gallery {
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 0;
  padding: 0 !important;
}

.stk-slide-gallery .wp-block-gallery {
  flex-wrap: nowrap;
  animation: loop-slide 30s infinite linear 1s both;
}

.stk-slide-gallery .wp-block-image {
  width: 400px !important;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.gamendai {
	padding: 20px 80px!important;
}

.yasaiimage1 {
  left: 20%;
  top: 10%;
	width: 140px;
	z-index:-1;
  position: absolute;
}
.yasaiimage2 {
  right: 20%;
  bottom: 10%;
	width: 240px;
	z-index:-1;
  position: absolute;
}

/* お知らせ */
.newsstyle {
	margin: 30px auto 100px;
}
.newsstyle tr th, .newsstyle tr td {
	padding: 20px 10px 10px 10px;
	border-bottom: 1px dashed #aaa;
}
.newsstyle th {
	color: #071FAB;
	width: 250px;
	vertical-align: text-top;
	white-space: nowrap;
}


/* 項目タイトル */
.title1 {
	font-size: 24px;
	text-align: center;
}
.title2 {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #3483FC;
	padding-bottom: 6px;
}
.title3 {
	text-align: center;
	font-size: 24px;
	border-bottom: 1px solid #3483FC;
	padding-bottom: 6px;
}

/* 明朝 */
.mincho200 {
	font-family: 'Noto Serif JP';
	font-weight: 200;
}
.mincho400 {
	font-family: 'Noto Serif JP';
	font-weight: 400;
}
.mincho600 {
	font-family: 'Noto Serif JP';
	font-weight: 600;
}

/* ページネーション */
.pagination {
  display: flex;
	font-size: 14px;
}
.nav-links{
   display:flex;
}
.page-numbers{
   display:inline-block;
   margin-right:6px;
   padding:4px;
   color:#666666;
}
.page-numbers.current{
   padding: 3px;
	border: 1px solid #E00509;
}
.page-numbers.prev,
.page-numbers.next{
   background:transparent;
   box-shadow:none;
	font-size: 20px;
     border:none;
   color:#666666; 
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}
.page-numbers a {
	background-color: #fff;
}
/* 契約栽培の流れ */
#nagare div {
	line-height: 0.95em;
}
.nagarenamber {
	font-size: 40px;
	width: 50px;
	line-height: 0.95em;
	text-align: center;
}
.nagarenamber img {
	padding-right: 6px;
}
.namberborder {
	border-left:2px solid #000;
	margin-left: 24px;
	height: 30px;
}
.nagaretitle {
	font-size: 20px;
	display: flex;
	padding-top: 6px;
	text-align: left;
	line-height: 1.2em!important;
}

/* レスポンシブデザインのためのメディアクエリ */
@media (max-width: 600px) {
.page-numbers,
.page-numbers.current    {
     padding:5px 10px; /* パディングを小さく */
  }
}


@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media (min-width: 600px) and (max-width: 1200px) {
	.yasaiimage1 {
  left: 100px;
  top: 10%;
	width: 100px;
}
.yasaiimage2 {
  right: 100px;
  bottom: 10%;
	width: 200px;
}
}
@media screen and (max-width: 768px) {
	.pc {
	display:none!important;
	}
	.sp {
	display:inline-block!important;
	}
	.smoji {
		font-size: 16px!important;
	}
	.mmoji {
		font-size: 24px!important;
	}
	.lmoji {
		font-size: 28px!important;
	}
	.xlmoji {
		font-size: 34px!important;
	}
	.paddinglr0 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.paddinglr10 {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	.topspace {
	padding-top: 20px;
}
	.tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
	.newsstyle tr th {
		border-bottom: none;
	}
	
.middletitle-item1 {
	flex-basis: 80%;
}
.middletitle-item2 {
	display: none;
}
	.middletitle-item3 {
	flex-basis: 20%;
	float: right;
}
	.kensakuform button {
	border-radius: 4px;
	padding: 3px 5px 4px;
}
/* モバイル画面で表示サイズを変更 */
  .stk-slide-gallery .wp-block-image {
    width: 200px !important;
  }
	.gamendai {
	padding: 10px!important;
}
	.tb01 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%; /* table幅を100%に指定 */
    background: #fff;
    border: none;
}
	#tabtab ul li {
	font-size: 14px;
}
	#tabtab a.nav-link {
	margin-right: 2px;
}

}
@media screen and (max-width: 640px) {/* 640px以下*/
    body{
    line-height: 1.7;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2rem;/* 20px*/
    }

	.staffname {
	padding-left: 20px;
		font-size: 50px;
}
	.staffnamesmall {
	padding-left: 24px;
		font-size: 14px;
}
}