@charset "UTF-8";

/* *********************************************
	general
********************************************* */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
html,
body {
	/*font-family: "Noto Sans JP", sans-serif;*/
	font-family: "LINE Seed JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 21px;
	font-style: normal;
	text-align: left;
	line-height: 1.6;
	}

/*　text block　*/
.wbr i {
	display: inline-block;
	font-style: normal;
	}

.pc-only-bl {
	display: block;
	}
.pc-only-ib {
	display: inline-block;
	}
.pc-only-in {
	display: inline;
	}
.sp-only-bl {
	display: none;
	}
.sp-only-ib {
	display: none;
	}
.sp-only-in {
	display: none;
	}
@media screen and (max-width: 767px) {
.pc-only-bl {
	display: none;
	}
.pc-only-ib {
	display: none;
	}
.pc-only-in {
	display: none;
	}
.sp-only-bl {
	display: block;
	}
.sp-only-ib {
	display: inline-block;
	}
.sp-only-in {
	display: inline;
	}
}

/*　display　*/
.box-b  {display: block;}
.box-ib {display: inline-block;}
.box-i  {display: inline;}
.box-f  {display: flex; flex-wrap: wrap;}

/*　font size　*/
.fs-15 {font-size: 15px;}
.fs-18 {font-size: 18px;}
.fs-25 {font-size: 25px;}
.fs-30 {font-size: 34px;}
.fs-40 {font-size: 42px;}
.fs-50 {font-size: 50px;}
.fs-50 {font-size: clamp(25px, 3.5vw, 50px);}
.fs-60 {font-size: clamp(30px, 4.45vw, 64px);}
.fs-70 {font-size: 70px;}

/*　line height　*/
.lh-12 {line-height: 1.2;}
.lh-14 {line-height: 1.4;}
.lh-18 {line-height: 1.8;}
.lh-20 {line-height: 2.0;}

/*　text align　*/
.ta-c {text-align: center;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}

/*　letter spacing　*/
.ls-1 {letter-spacing: 1px}
.ls-2 {letter-spacing: 2px}
.ls-5 {letter-spacing: 5px}
.ls-10 {letter-spacing: 10px}

/*　font color　*/
.fc-wh {color: #fff;}
.fc-bl {color: #64adde;}
.fc-br {color: #522d02;}
.fc-gr {color: #64ab50;}
.fc-bk {color: #000;}

/*　background color　*/
.bgc-wh {background-color: #fff;}
.bgc-bl {background-color: #64adde;}
.bgc-gr {background-color: #64ab50;}
.bgc-lb {background-color: #ece9e0;}

/*　wrap settings　*/
.wrap {
	width: 90%;
	margin: 0 auto;
	}
.wrap-full {width: 100%;}
.wrap-600  {max-width: 600px;}
.wrap-700  {max-width: 700px;}
.wrap-800  {max-width: 800px;}
.wrap-900  {max-width: 900px;}
.wrap-1000 {max-width: 1000px;}
.wrap-1200 {max-width: 1200px;}

/*　margin top　*/
.mt-15  {margin-top: 15px;}
.mt-30  {margin-top: 30px;}
.mt-45  {margin-top: 45px;}
.mt-60  {margin-top: 60px;}
.mt-90  {margin-top: 90px;}
.mt-120 {margin-top: 120px;}

/*　margin bottom　*/
.mb-15  {margin-bottom: 15px;}
.mb-30  {margin-bottom: 30px;}
.mb-45  {margin-bottom: 45px;}
.mb-60  {margin-bottom: 60px;}
.mb-90  {margin-bottom: 90px;}
.mb-120 {margin-bottom: 120px;}

/*　margin left light auto　*/
.ms {
	margin-left: auto;
	margin-right: auto;
	}

/*　padding all　*/
.pa-10   {padding: 10px;}
.pa-20   {padding: 20px;}
.pa-30   {padding: 30px;}
.pa-40   {padding: 40px;}
.pa-1020 {padding: 10px 20px;}

/*　padding top　*/
.pt-15  {padding-top: 1vw;}
.pt-30  {padding-top: 2vw;}
.pt-60  {padding-top: 4vw;}
.pt-90  {padding-top: 6vw;}
.pt-120 {padding-top: 8vw}

/*　padding bottom　*/
.pb-15  {padding-bottom: 1vw;}
.pb-30  {padding-bottom: 2vw;}
.pb-60  {padding-bottom: 4vw;}
.pb-90  {padding-bottom: 6vw;}
.pb-120 {padding-bottom: 8vw;}

/*　border all black　*/
.bda-bk {border: 1px solid #000;}



/*　トップ　*/
#top {
	position: relative;
	}
	#top a {
		color: #fff;
		}


/*　ロゴ　*/
#logo {
	}
	#logo h2 {
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		}
		#logo h2 img {
			width: 100%;
			}
	#logo .bg {
		width: 100%;
		}


/*　タイトル　*/
#title {
	position: relative;
	}
	#title h1 {
		position: absolute;
		top: 0;
		}
		#title .bg {
		width: 100%;
		}
#title.title-gr {
	padding-top: 10vw;
	}
@media screen and (max-width: 767px) {
#title {
	padding-top: 10vw;
	}
}
@media screen and (max-width: 559px) {
#title.title-gr {
	padding-top: 20vw;
	}
}
@media screen and (max-width: 489px) {
#title.title-gr {
	padding-top: 30vw;
	}
}
@media screen and (max-width: 469px) {
#title {
	padding-top: 30vw;
	}
}
@media screen and (max-width: 439px) {
#title.title-gr {
	padding-top: 40vw;
	}
}
@media screen and (max-width: 374px) {
#title {
	padding-top: 45vw;
	}
#title.title-gr {
	padding-top: 60vw;
	}
}

/*　一緒においしいお米を育てませんか　*/
#kome {
	}
	.kome-img {
		justify-content: space-around;
		padding: 0 15px;
		}
		.kome-img img {
			width: calc(33.3333% - 30px);
			}
@media screen and (max-width: 767px) {
		.kome-img img {
			width: 100%;
			margin: 0 0 15px;
			}
}
.kome-footer {
	background: linear-gradient(180deg, #64adde 50%, #fff 50%);
	}
.kome-footer-gr {
	background: linear-gradient(180deg, #64ab50 50%, #fff 50%);
	}


/*　こんな人を歓迎します　*/
#kangei {
	}
	.kangei-img {
		justify-content: space-around;
		padding: 0 15px;
		}
		.kangei-img img {
			width: calc(33.3333% - 30px);
			}
	#kangei ul {
		padding-left: 25px;
		}
@media screen and (max-width: 767px) {
		.kangei-img img {
			width: 100%;
			margin: 0 0 15px;
			}
}

/*　こだわり　*/
#kodawari {
	}
	#kodawari .kodawari {
		justify-content: space-between;
		}
		#kodawari .kodawari div {
			width: calc(50% - 20px);
			}
			#kodawari .kodawari div.kodawari-txt {
				
				}
			#kodawari .kodawari div.kodawari-img img {
				width: 100%;
				}
			#kodawari .kodawari div.kodawari-txt-gr {
				position: relative;
				}
				#kodawari .kodawari div.kodawari-txt-gr p {
					position: absolute;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
					padding: 10% 8%;
					font-weight: bold;
					}
				#kodawari .kodawari div.kodawari-txt-gr img {
					max-width: calc(100% + 100px);
					height: 100%;
					/*aspect-ratio: 870 / 560;*/
					margin: 0 0 0 -100px;
					}
@media screen and (max-width: 1199px) {
				#kodawari .kodawari div.kodawari-txt-gr p {
					position: relative;
					left: auto;
					right: auto;
					top: auto;
					bottom: auto;
					padding: 0;
					}
				#kodawari .kodawari div.kodawari-txt-gr img {
					display: none;
					}
}

@media screen and (max-width: 767px) {
		#kodawari .kodawari div {
			width: 100%;
			}
			#kodawari .kodawari div.kodawari-txt {
				
				}
			#kodawari .kodawari div.kodawari-img img {
				width: 100%;
				margin-top: 30px;
				}
}


/*　スタッフの一日　*/
#time-table-header {
	background-image: url(../_img/time-table-header.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100vw;
	}
#time-table-header.bgc-gr {
	background-image: url(../_img/time-table-header-gr.png);
	}
	#time-table-header .wrap {
		align-items: flex-end;
		}
		#time-table-header .wrap .tth-txt {
			width: calc(50% - 20px);
			}
			#time-table-header .wrap .tth-txt h3 {
				justify-content: center;
				align-items: center;
				}
				#time-table-header .wrap .tth-txt h3 span {
					font-weight: 100;
					}
		#time-table-header .wrap .tth-img {
			width: calc(50% - 20px);
			}
			#time-table-header .wrap .tth-img div {
				position: relative;
				max-width: 340px;
				aspect-ratio: 340 / 214;
				object-fit: cover;
				margin: 0 -60px 0 auto;
				}
				#time-table-header .wrap .tth-img div p {
					position: absolute;
					left: 0;
					right: 0;
					top: 0;
					bottom: 0;
					padding: 12% 0 0 0;
					text-align: center;
					font-weight: bold;
					}
			#time-table-header .wrap .tth-img img {
				max-width: 100%;
				aspect-ratio: 340 / 214;
				object-fit: cover;
				}
@media screen and (max-width: 767px) {
	#time-table-header .wrap {
		padding-bottom: 30px;
		}
		#time-table-header .wrap .tth-txt {
			width: 100%;
			margin-top: 30px;
			order: 2;
			}
			#time-table-header .wrap .tth-img div {
				margin: 0 0 0 auto;
				}
		#time-table-header .wrap .tth-img {
			width: 100%;
			order: 1;
			}
			#time-table-header .wrap .tth-img img {
				width: 100%;
				max-width: 100%;
				}
}


#time-table {
	}
	#time-table dl {
		border-top: 1px solid #fff;
		}
		#time-table dl dt,
		#time-table dl dd {
			margin: 0;
			padding: 20px;
			border-bottom: 1px solid #fff;
			}
		#time-table dl dt {
			width: 200px;
			}
		#time-table dl dd {
			width: calc(100% - 200px);
			}
			#time-table dl dd dl {
				border-top: none;
				}
				#time-table dl dd dl dt,
				#time-table dl dd dl dd {
					margin: 0;
					padding: 0;
					border-bottom: none;
					}
				#time-table dl dd dl.tit250 dt {
					width: 250px;
					}
				#time-table dl dd dl.tit250 dd {
					width: calc(100% - 250px);
					}
				#time-table dl dd dl.tit50 dt {
					width: 50px;
					}
				#time-table dl dd dl.tit50 dd {
					width: calc(100% - 50px);
					}
@media screen and (max-width: 767px) {
		#time-table dl dt,
		#time-table dl dd {
			margin: 0;
			padding: 20px;
			border-bottom: 1px solid #fff;
			}
		#time-table dl dt {
			width: 100%;
			padding-bottom: 0;
			border-bottom: none;
			}
		#time-table dl dd {
			width: 100%;
			padding-top: 10px;
			}
}
@media screen and (max-width: 539px) {
				#time-table dl dd dl.tit250 dt {
					width: 100%;
					}
				#time-table dl dd dl.tit250 dd {
					width: 100%;
					padding: 0 0 0 50px;
					}
				#time-table dl dd dl.tit50 dt {
					width: 50px;
					}
				#time-table dl dd dl.tit50 dd {
					width: calc(100% - 50px);
					}
}

#time-table-footer,
#time-table-footer-gr {
	aspect-ratio: 1440 / 645;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100vw;
	}
#time-table-footer {
	background-image: url(../_img/time-table-footer.png);
	}
#time-table-footer-gr {
	background-image: url(../_img/time-table-footer-gr.png);
	}


/*　募集要項　*/
#youkou {
	}
	#youkou dl {
		
		}
		#youkou dl dt,
		#youkou dl dd {
			margin: 2px;
			padding: 20px;
			background-color: #fff;
			}
		#youkou dl dt {
			width: 200px;
			}
		#youkou dl dd {
			width: calc(100% - 208px);
			}
@media screen and (max-width: 539px) {
		#youkou dl dt {
			width: 100%;
			margin: 0 0 2px 0;
			padding: 20px 20px 0 20px;
			background-color: #ece9e0;
			}
		#youkou dl dd {
			width: 100%;
			margin: 0 0 8px 0;
			}
}


/*　働く環境　*/
#environment {
	}
.pic-txt {
	}
	.pic-txt div {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		}
		.pic-txt div img {
			width: 100%;
			aspect-ratio: 3 / 2;
			object-fit: cover;
			}
		.pic-txt div p {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
			align-items: center;
			}
@media screen and (max-width: 767px) {
	.pic-txt div {
		width: 100%;
		}
}


/* *********************************************
	mailform
********************************************* */
form#mailformpro dl dt {
	margin: 0 0 10px;
	padding: 0 10px;
	}
form#mailformpro dl dt,
form#mailformpro dl dt span {
	vertical-align: middle;
	line-height: 1em;
}
form#mailformpro dl dt span {
	margin-top: -0.3em;
}
form#mailformpro dl dd {
	margin: 0 0 20px;
	padding: 0;
	}
.mfp_rows {
	clear: both;
	}
.mfp_rows:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	}
.mfp_rows input[type="text"],
.mfp_rows input[type="email"],
.mfp_rows input[type="tel"],
.mfp_rows input[type="number"],
.mfp_rows input[type="date"],
.mfp_rows input[type="file"],
.mfp_rows select,
.mfp_rows button,
form#mailformpro .mfp_rows label {
	width: 100%;
	min-width: 100%;
	word-break: break-all;
	white-space: normal;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 18px;
	}
form#mailformpro .mfp_rows label {
	margin: 0;
	padding: 6px 10px 7px;
	}
.mfp_rows textarea {
	width: 100%;
	min-width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	}
.mfp_rows .mfp_col1,.mfp_rows .mfp_col2,.mfp_rows .mfp_col3,.mfp_rows .mfp_col4,.mfp_rows .mfp_col5,.mfp_rows .mfp_col6,.mfp_rows .mfp_col7,.mfp_rows .mfp_col8,.mfp_rows .mfp_col9,.mfp_rows .mfp_col10,.mfp_rows .mfp_col25 {
	float: left;
	padding: 0 10px;
}
.mfp_rows .mfp_col1 {width: 10%;}
.mfp_rows .mfp_col2 {width: 20%;}
.mfp_rows .mfp_col3 {width: 30%;}
.mfp_rows .mfp_col4 {width: 40%;}
.mfp_rows .mfp_col5 {width: 50%;}
.mfp_rows .mfp_col6 {width: 60%;}
.mfp_rows .mfp_col7 {width: 70%;}
.mfp_rows .mfp_col8 {width: 80%;}
.mfp_rows .mfp_col9 {width: 90%;}
.mfp_rows .mfp_col10 {width: 100%;}
.mfp_rows .mfp_col25 {width: 25%;}
div#example_selector {
}
div#example_selector span {
	font-size: 10px;
	color: #666;
}
div#example_selector select {
	display: block;
	width: 100%;
}
div#wrapper div#container div.mfp_thanks {
	padding: 10px;
}
div#wrapper div#container div.mfp_thanks p {
	font-size: 12px;
	line-height: 1.7em;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution {
	list-style-type: disc;
}
div#wrapper div#container div.mfp_thanks ul.mfp_caution li {
	font-size: 12px;
	margin: 0 1.5em;
	font-weight: bolder;
}
ul.example_pages {
	border: solid 1px #CCC;
	padding: 15px 30px;
}
ul.example_pages li {
	padding: 5px 0px;
}
div#example_selector {
	padding: 10px 0px;
	text-align: left;
}
div#example_selector span {
	display: block;
	font-size: 14px;
	padding: 5px 0px;
}
div#example_selector select {
	font-size: 18px;
	border-radius: 3px;
	border: solid 1px #CCC;
	padding: 5px 10px;
	box-shadow: 0px 0px 5px #CCC inset;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	outline: none;
}
div.tips {
	margin: 10px auto;
	padding: 5px 20px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 0px 2px 10px #CCC;
	background: #FEE;
}
div.tips p {
	font-size: 14px;
	line-height: 2em;
}
div.tips strong {
	color: #800040;
}
div.tips span {
	display: block;
	padding: 5px 10px;
	color: #008080;
}
div.tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
div.tips ol li {
	padding: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 1.7em;
	border: solid 1px #CCC;
	border-radius: 5px;
	background: #FFF;
}
div.tips ol li span {
	padding: 0px 10px;
}
div.tips ol li img {
	display: block;
	width: 280px;
	border: none;
	margin: 5px auto;
}
span.new {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(_images/mfp_header.png);
	background-size: 100% 100%;
}






/* *********************************************
	footer
********************************************* */
#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 120px 0 0;
	padding: 20px;
}
