@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	margin-top:8px;
	padding:0;
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image:url(img/top_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	}
	


ul li{
	list-style-type:none;
	float:left;
	}

ul{
	padding:0;
	}
	
h1{
	font-size:13px;
	font-weight:normal;
	}

h2{
	color:#FF8080;
	font-weight:700;
	font-size:17px;
	font-weight:normal;
	}
a {
	text-decoration:none;
	color:inherit;
}

a img{
	border:0;
	}
	
a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  border:0;
  }
	
p {
	margin:5px;
	line-height:180%;
    font-size:94%;

}

.clear{
	clear:both;
	}


/*  fontsize  */
.f26{
	font-size:24px;
	font-weight:800;
	}

.color_pink{
	color:#FF7F7F;
	}
	
.pink{
	font-size:27px;
	color:#FF7F7F;
	}
	
.red{
	color:#FC595C;
	}
	

.w500{
	width:500px;
	}



/* margin */
.mt10{
	margin-top:10px;
	}

.mt20{
	margin-top:20px;
	}

.mt30{
	margin-top:30px;
	}

	
.mt45{
	margin-top:45px;
	}

	
.mt50{
	margin-top:50px;
	}

.mt61{
	margin-top:61px;
	}
	
.mt70{
	margin-top:70px;
	}

.mt80{
	margin-top:80px;
	}

.mt110{
	margin-top:110px;
	}
	
.mb80{
	margin-bottom:80px;
	}
	
.mb60{
	margin-bottom:60px;
	}
	
.mb5{
	margin-bottom:13px;
	}	
	
	
/* padding */
.pt50{
	padding-top:50px;
	}
	
.pt30{
	padding-top:30px;
	}
	
.pr15{
	padding-right:15px;
	}
	
.pr30{
	padding-right:30px;
	}

.pr80{
	padding-right:80px;
	}

	

/*   position   */
.center{
	text-align:center;
	}

.hidden{
	overflow:hidden;
	}

.middle{
	vertical-align:-70%;
	}

.righrt{
	float:right;
	width:490px;
	}

.right{
	float:right;
	}



/* main */

#wrapper{
	margin:0;
	padding:0;
	font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
	}
	
#wrapper img{
	vertical-align:bottom;
	}


#header{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	overflow:hidden;
	}

#header_left{
	float:left;
	}

#header_right{
	float:right;
	font-size:13px;
	margin:8px 0 10px 0;
	}

#header_right img{
	vertical-align:middle;
	}


#menu_wrapper{
	background:#FCFFDF repeat;
	background-image:url(img/main_bg.jpg);
	width:100%;
    }
	
#menu_wrapper02{
	background:url(img/bg02.png) repeat;
	width:100%;
    }
	
.menu_wrapper02{
	background:url(img/bg02.png) repeat;
	width:100%;
    }



#menu{
	width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:url(img/header_bg.png);
	background-position:bottom;
	clear:both;
	}
	
#menu ul{
	margin:0;
	}

	
#menu li{
	padding:0 28px
	}

.menu_img{
	width:1000px;
	margin:0 auto;
	margin-top:192px;
	position:absolute;
	z-index:1000;
		}
		
.menu_img02{
	width:1000px;
	margin:0 auto;
	margin-top:193px;
	position:absolute;
	z-index:1000;
	}




#main,#main_second{
	width:1000px;
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;

	}
	
#main_left{
	float:left;
	width:700px;
	}

#main_right{
	float:right;
	width:280px;
	margin-top:55px;
	}

#main_bottom{
	overflow:hidden;
	clear:both;
	padding:20px 0 0px 0;
	}

#main_bottom02{
	overflow:hidden;
	clear:both;
	padding:60px 0 0px 0;
	}

#main_bottom02 img{
	width: 100%;
}




/*  お知らせ info   */

#info{
	background:#FFFFFF;
	border-top:2px solid #BEBEAB;
	border-bottom:1px solid #BEBEAB;
	font-size:90%;
	height: 23.5em;  /* 高さを制限(※) */
   overflow: scroll; /* スクロールバーを表示(※) */
	}
	
#info div{
	border-left:2px solid #BEBEAB;
	padding:8px;
	margin:10px 5px ;
	border-bottom:1px dashed #C3C3C3;
	padding-left:10px;
	overflow:hidden;
	}
	
#info p{
	float:left;
	margin:0 10px 0 0;
	}
	
#info div a{
	text-decoration:underline;
	color:#000000;
	}
	
#info img{
	vertical-align:-5px;
	}


/*  お知らせ内容 infobox   */
.infobox{
	background:#FFFFFF;
	border-top:2px solid #BEBEAB;
	border-bottom:1px solid #BEBEAB;
	font-size:90%;
	margin-bottom:30px;	
	}

.info_title{
	font-size:16px;
	font-weight:bold;
	overflow:hidden;
	border-bottom:1px dashed #BEBEAB;
	}
	
.days{
	float:right;
	font-weight:normal;
	font-size:15px;
	position:bottom;
	}
	
.infobox div{
	padding:8px;
	margin:10px 5px ;
	}
		
.infobox p{
	margin:8px 0 18px;
	}
	
.infobox div a{
	text-decoration:underline;
	color:#000000;
	}
	
.infobox img{
	margin:0 auto;
	vertical-align:-5px;
	text-align:center;
	}

#page{
	clear:both;
	margin:20px 0;
	text-align:center;
	}
	
#page a{
	color:#000000;
	}
	
#page a:hover{
	color:#218816;
	}
	

	
.pageicon{
	font-weight:500;
	font-size:23px;
	vertical-align:-60;
	}
	
.nopage{
	color:#969696;
	}




/* main */
.box{
	padding:50px 0 30px 0;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	}
	
.box02{
	padding:50px 0 130px 0;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	}
	
	
.businessbox{
	overflow:hidden;
	margin:50px 0 0px;
	}
	
.businessboxin{
	float:left;
	}
	
	
	



#qa{
	margin:60px 0;
	background:url(img/company_img07.png) no-repeat right top;
	overflow:hidden;
	}
	
#qa li{
	}
	
.qr_bg{
	background:url(img/QA_bg.png) no-repeat ;
	height:500px;
	padding:30px 0 0px 8px;
	text-align:center;
	width:490px;
		}
		
.box_02{
	background:url(img/company_img09.png) no-repeat;
	height:840px;
	overflow:hidden;
	}
	
.box_02 li{
	margin:0 0 67px 0;
	padding:0 0 0 430px;
	float:left;
	text-align:left;
	}
	
.contact_box{
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	padding:50px 0 80px 0;
	
	}
	
.contact_box li{
	padding:0 25px;
	border-left:3px dotted #BDBDAE;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:0 auto;
	}
	
.contact_box_li{
		padding:0 25px;
	border-right:3px dotted #BDBDAE;
	border-left:3px dotted #BDBDAE;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:0 auto;

	}
	
.business_box{
	background:url(img/negi_bg.png) center no-repeat;
	height:500px;
	}	
	
.privacy_box{
	margin:15px 0 40px 0;
	padding:20px 0 70px  0;
	border-bottom:1px dashed #BAB5A0;
	}
	
	
	
	
/*    table   */

.table_gaiyou{
	width:85%;
	margin:0 auto;
	background:rgba(255, 255, 255, 0.41);
	}

	
.table_gaiyou01{
	background:rgb(216, 216, 161);
	width:40%;
	}
	
.table_gaiyou02{
	border-left:2px solid #dcdcaf;
	text-align:left;
	border-bottom:1px dashed #FFFFFF;
	}
	
.table24{
	border-left:1px solid #7A6E58;
	font-size:20px;
	}

	
.table_24{
	background-color:#5C4D32;
	color:#FFFFFF;
	border-bottom:1px solid #7A6E58;
	border-right:1px solid #7A6E58;
	}

.table02_24{
	border-bottom:1px solid #7A6E58;
	border-right:1px solid #7A6E58;
	}

.table_24box{
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:center;
	}



/*   recruit table   */

.table_recruit{
	margin:0 auto;
	width:100%;
	background:rgba(255, 255, 255, 0.41);
	}
	
.table_recruit th{
	background:rgb(216, 216, 161);
	}

	
.table_recruit01{
	background:rgb(216, 216, 161);
	width:200px;
	}
	
.table_recruit02{
	border-left:2px solid #dcdcaf;
	text-align:left;
	border-bottom:1px dashed #c6c6c6;
	}
	
.recruit_box{
	background:url(img/bg_recruit.png) no-repeat right;
	padding-right:250px;
	}





#footer{
	width:100%;
	background-image:url(img/footer_bg.png);
	background-repeat:repeat;
	overflow:hidden;
	}
	
#footer_in{
	width:1000px;
	margin:0 auto;
	padding:20px 0 15px 0px;
	font-size:90%;
	color:#DDDDDD;
	overflow:hidden;
	}
	
#footer_left{
	float:left;
	width:345px;
	}
	
#footer_right{
	float:right;
	overflow:hidden;
}

#footer_right ul{
	overflow:hidden;
	padding-top:8px;
	}

#footer_right li{
	border-right:1px solid #888888;
	padding:0 5px;
		}
		
#copy{
	width:100%;
	background-image:url(img/f_copy_bg.png);
	}
	
#copy_in{
	width:1000px;
	margin:0 auto;
	padding:13px 0 0px 0;
	color:#DDDDDD;
	font-size:80%;
	text-align:center;
	}	
	
/*  contact  */

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
		padding:50px 0;

}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	background-color:rgba(255, 255, 255, 0.85);
}

table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	text-align:left;
}

table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

.formTable label {

  margin: 3px 0 5px 0;
  display: block;
  }



/*    　スタッフ紹介01　　  */

.indent-1{
	padding-bottom:5px;
    padding-left:1.4em;
    text-indent:-1.5em;
     }


.box_staff{
	padding:60px 0 80px 0;
	overflow:hidden;
	margin:0 auto;
	width:1000px;
	font-size:17px;
	}



.comment{
	font-size:30px;
	font-weight:800;
	line-height:120%;
	text-align:left;
	margin:0 0 10px 0;
	}


.staff_right{
	width:527px;
	text-align:left;
	padding-top:20px;
	font-size:17px;
	}


.staff01{
	width:470px;
	height:600px;
	background:url(img/staff01_img.png) no-repeat ;
	padding:0 0 0 0;
	}
	
.staff01_schedule{
	width:1000px;
	height:480px;
	background:url(img/staff_01_schedule.png) no-repeat center ;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	}

.staff01_interview{
	width:540px;
	height:550px;
	background:url(img/staff01_interview.png) no-repeat ;
	padding:40px 0 0 460px;
	}

.staff01_interview p,.staff02_interview p{
	margin:0;
	padding:0;
	}


.staff01_schedule li{
	padding:0 0 0 410px;
		}


/*    　スタッフ紹介02　　  */

.staff02{
	width:445px;
	height:600px;
	background:url(img/staff02_img.png) no-repeat ;
	padding:0 0 0 0;
	}

.staff02_schedule{
	width:1000px;
	height:600px;
	background:url(img/staff_02_schedule.png) no-repeat center ;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	}

.staff02_schedule li{
	padding:35px 0 0 440px;
		}
	

.staff02_interview{
	width:540px;
	height:550px;
	background:url(img/staff02_interview.png) no-repeat ;
	padding:40px 0 0 457px;
	}


/*    　スタッフ紹介03　　  */

.staff03{
	width:454px;
	height:600px;
	background:url(img/staff03_img.png) no-repeat ;
	padding:0 0 0 0;
	}

.staff03_schedule{
	width:1000px;
	height:500px;
	background:url(img/staff_03_schedule.png) no-repeat center ;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	}

.staff03_schedule li{
	padding:35px 0 0 440px;
		}
	

/*    　スタッフ紹介04　　  */

.staff04{
	width:439px;
	height:550px;
	background:url(img/staff04_img.png) no-repeat ;
	padding:0 0 0 0;
	}

.staff04_schedule{
	width:1000px;
	height:500px;
	background:url(img/staff_04_schedule.png) no-repeat center ;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	}

.staff04_schedule li{
	padding:35px 0 0 440px;
		}
	
/*    　スタッフ紹介04　　  */

.staff05{
	width:465px;
	height:500px;
	background:url(img/staff05_img.png) no-repeat ;
	padding:0 0 0 0;
	}

.staff05_schedule{
	width:1000px;
	height:500px;
	background:url(img/staff_05_schedule.png) no-repeat center ;
	padding:0px;
	margin:0 auto;
	margin-top:50px;
	}

.staff05_schedule li{
	padding:35px 0 0 440px;
		}





/*      /////　option /////           */


/*   page-top    */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #98988b;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 40px;
}
#page-top a:hover {
    text-decoration: none;
    background:#a8ab84;
}


/*　top slide*/
#container {
   height:550px;
     width:100%;
}

#container　img{
	background-size:cover;
	}

/*　 背景　scroll　　*/
.bg_fixed1 {
	height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	z-index:20000;
}






/* 　factory.html スクロールで表示  */
/* field
------------------------- */
#field1 {
	margin:50px 0 10px 0;
	}

#field2 {
	background: url(img/factory_img01.png) no-repeat;
	height:220px;
	padding:50px 260px 0 0px;
	margin:30px 0 0 0;
	text-align:center;
	
	}

#field3 {background: url(img/bg02.png) repeat;}

#field4 {
	height:450px;
	background:url(img/factory_img02.png) no-repeat;
	text-align:center;
	margin:0 auto;
	padding:30px 0px 0 180px;
	margin-top:70px;
	margin-bottom:30px;
	border-bottom:3px dotted #d6cdbc;
}

 .field4{
	padding:100px 200px 0 0px;
	 }


#field5 {
	background: url(img/factory_img04.png) no-repeat;
	height:320px;
	padding:65px 0px 0 60px;
}



/* 　farmfield.html スクロールで表示  */
/* field
------------------------- */

#field6 {
	background: url(img/farmfield_img02.png) no-repeat;
	height:180px;
	padding:50px 260px 0 0px;
	margin:45px 0 0 0;
	text-align:center;
	}
	
#field7 {
	background: url(img/farmfield_img03.png) no-repeat;
	height:500px;
	padding:30px 0px 20px 200px;
	margin:45px 0 0 0;
	text-align:center;
	}
	
 .field7{
	 padding:90px 0 0 250px;
	 }



#field8 {
	background: url(img/farmfield_img05.png) no-repeat;
	height:300px;
	padding:48px 0px 20px 340px;
	margin:45px 0 0 0;
	text-align:center;
	}

#field9 {
	background: url(img/farmfield_img06.png) no-repeat;
	height:400px;
	padding:48px 35px 0px 450px;
	margin:45px 0 0 0;
	text-align:center;
	}

#field10 {
	background: url(img/farmfield_img08.png) no-repeat;
	height:787px;
	padding:48px 35px 0px 450px;
	margin:45px 0 0 0;
	text-align:center;
	}farmfield_img08.png


#field11 {
	height:450px;
	background:url(img/factory_img02.png) no-repeat;
	text-align:center;
	margin:0 auto;
	padding:30px 0px 0 180px;
	margin-top:70px;
	margin-bottom:30px;
	border-bottom:3px dotted #d6cdbc;
}

 .field11{
	padding:100px 200px 0 0px;
	 }

#field12 {
	height:560px;
	background:url(img/negi02_bg.png) no-repeat;
	margin:0 auto;
	padding:45px 0px 0 380px;
	margin-top:10px;
	margin-bottom:30px;
}

#field13 {
	height:330px;
	background:url(img/24_bg.png) no-repeat;
	text-align:center;
	margin:0 auto;
	padding:70px 200px 0 0px;
	margin-top:70px;
	margin-bottom:30px;
}


#field14 {
	height:509px;
	background:url(img/24_bg01.png) no-repeat;
	text-align:center;
	margin:0 auto;
	padding:30px 0px 0 60px;
	margin-top:70px;
	margin-bottom:30px;
}


.scrEvent {
    text-align: left;
    display: none;
}


/* 　factory.html スクロールで表示  */
/* 横から
------------------------- */

/* field
------------------------- */
#sidefield1,
#sidefield2,
#sidefield3,
#sidefield4,
#sidefield5,
#sidefield6 {
    padding: 0;
    overflow: hidden;
}
#sidefield1 {}
#sidefield2 {
	left:0;

	}
	
 .side02{
	background:url(img/factory_img02.png) no-repeat center;
	 }

#sidefield3 {
	background:url(img/factory_img03.png) no-repeat center;
}
#sidefield4 {
	background:url(img/aisatsu.png) no-repeat;
	}
	
 .sidefield4{
	 padding:30px 0 0 400px;
	 height:450px;
	 }
	
	
	
#sidefield5 {background: #bbb;}
#sidefield6 {background: #aaa;}
 
.sidescrImg {
    left: -100px;
    margin: 0 auto;
    display: none;
    position: relative;
}
