/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body{font:13px/1.1 Helvetica,sans-serif;}

/*--------------------
	共通
 -------------------*/
body {
	-webkit-text-size-adjust: none;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	letter-spacing:0.1em; 		
}

@media screen and (max-width: 767px) {
	body {
		min-width:100%;
	}
}

a{
  text-decoration: none;
}

.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

#main{
	background:#fff;
}
.topBody{
	display:none;
	width:100%;
	position:fixed;
	top:45%;
}
.topBodyin{
	margin:0 auto;
	width:350px;
}

/*--------------------
	ナビゲーション
 -------------------*/
 
 #header-nav-btn {
	  display: none;
}

@media screen and (max-width: 767px) {
	.navi .navi_list{
	  display: none;
	}

	#header-nav-btn {
	  display: block;
	}
}

.footermenu { display: block !important; }

@media only screen and (max-width: 767px) {
	.footermenu { display: none !important; }
}
 
.navi{
	z-index:100000;
	position:absolute;
	top:0;
	left:0;
	float:left;
	background: #fff;
	width:100%;
	height:90px;
	position:fixed;
}
.logo{
	float:left;
	padding-top:27px ;
	padding-left:40px ;
}
.navi .logo img{
	width:180px;
}
.navi_list{
	padding-top:40px;
	float:right;
	text-align: right;
}
.navi_list li{
	float:left;
	padding-right:20px;
}

.navi_list a {
	font-size:17px;
	color:#000;
	font-weight:normal;
	line-height: 15px;
}

.navi_list a:hover{
	color:#000;
	opacity:0.3;
}

@media screen and (max-width: 767px) {
	.navi{
		z-index:100000;
		position:absolute;
		top:0;
		left:0;
		float:left;
		background: #fff;
		width:100%;
		height:60px;
		position:fixed;
	}
	.logo{
		float:left;
		padding-top:16px ;
		padding-left:10px ;
	}
	.navi .logo img{
		width:150px;
	}
	.navi_list{
		padding-top:40px;
		float:right;
		text-align: right;
	}
	.navi_list li{
		float:left;
		padding-right:20px;
	}
	
	.navi_list a {
		font-size:17px;
		color:#000;
		font-weight:normal;
		line-height: 15px;
	}
	
	.navi_list a:hover{
		color:#000;
		opacity:0.3;
	}
}

/*--------------------
	TOPページ
 -------------------*/
/*--------------------
	TOPセクション
 -------------------*/
.topSec{
	width:100%;
	position: relative;
	background: rgba(244,244,244,1);
}

.topSec img{
	object-fit: contain;
}

.catchcopy{
	z-index:10000;
	position: absolute;
	top:190px;
	right:10%;
	height:300px;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	font-size:25px;
	color:#666;
	font-weight: 100;
	line-height: 60px;
	letter-spacing:0.5em;
}
.catchcopy img{
	width:150px;
}

@media screen and (max-width: 767px) {
	.catchcopy{
		z-index:10000;
		position: absolute;
		top:100px;
		right:10%;
		height:300px;
		-webkit-writing-mode: vertical-rl;
	    -ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
		font-size:25px;
		color:#666;
		font-weight: 100;
		line-height: 60px;
		letter-spacing:0.5em;
	}
	.catchcopy img{
		width:120px;
	}

}

.news{
	z-index:10000;
	position: absolute;
	bottom:0;
	height:100px;
	width:100%;
}
.news .topics{
	float:left;
	height:100px;
	width:200px;
	background: rgba(243,152,1,1);
}
.news .topics p{
	width:200px;
	text-align:center;
	font-size:25px;
	color:#fff;
	font-weight:normal;
	line-height: 100px;
	vertical-align: middle;
	display:inline-block;
	letter-spacing:0.2em;

}
.news .newsitem{
	overflow:hidden;
	height:100px;
	background: rgba(255,255,255,0.6);
	width:auto;
}
.news .newsitem ul{
	padding-top:20px;
	padding-left:20px;

}
.news .newsitem li{
	color: rgba(243,152,1,1);
	padding-top:10px;
}
.news .newsitem li p{
	color: #000;
	display:inline-block;
	padding-left:20px;
}
.news .newsitem li a{
	color: #000;
}
.news .newsitem li a:hover{
	color: #000;
	opacity:0.3;
}


@media screen and (max-width: 767px) {
	.news{
		z-index:10000;
		position: absolute;
		bottom:0;
		height:100px;
		width:100%;
	}
	.news .topics{
		float:left;
		height:100px;
		width:100px;
		background: rgba(243,152,1,1);
	}
	.news .topics p{
		width: 100px;
	    text-align: center;
	    font-size: 18px;
	    color: #fff;
	    font-weight: normal;
	    line-height: 100px;
	    vertical-align: middle;
	    display: inline-block;
	    letter-spacing: 0.2em;
	}
	.news .newsitem{
		overflow:hidden;
		height:100px;
		background: rgba(255,255,255,0.6);
		width:auto;
	}
	.news .newsitem ul{
		padding-top:10px;
		padding-left:17px;
	
	}
	.news .newsitem li{
		color: rgba(243,152,1,1);
		padding-top:10px;
	}
	.news .newsitem li:nth-child(even){
		display:none;
	}
	.news .newsitem li p{
		color: #000;
		display:inline-block;
		padding-left:0px;
		padding-top:10px;
		line-height: 22px;
	}
	.news .newsitem li a{
		color: #000;
	}
	.news .newsitem li a:hover{
		color: #000;
		opacity:0.3;
	}

}
/*--------------------
	OUR VISIONセクション
 -------------------*/
.oursvision{
	position:absolute;
	width:100%;
	height:400px;
	background: rgba(243,152,1,1);
	z-index:10000;
	background:url('../image/top/top_01.jpg') no-repeat center center;
	background-size:cover;
}

.oursvision .copy{
	padding:140px;
	padding-top:100px;
}
.oursvision .copy2{
	border:#fff solid 3px;
	height:200px;
/*	width: 300px;*/
	padding:50px;
	box-sizing:border-box;
	padding-top:45px;
	text-align:center;
}

.oursvision .copy2 a{
	font-size:30px;
	color:#fff;
	font-weight:normal;
	line-height: 50px;
	letter-spacing:0.1em;
}
.oursvision .copy2 a:hover{
	color:#fff;
	opacity:0.5;
}

@media screen and (max-width: 767px) {
	.oursvision{
		position:absolute;
		width:100%;
		height:300px;
		background: rgba(243,152,1,1);
		z-index:10000;
		background:url('../image/top/top_01.jpg') no-repeat right center;
		background-size:cover;
	}
	
	.oursvision .copy{
		padding:15px;
		padding-top:50px;
	}
	.oursvision .copy2{
		border:#fff solid 3px;
		height:200px;
/*		width: 300px;*/
		padding:10px;
		box-sizing:border-box;
		padding-top:45px;
		text-align:center;
	}
	
	.oursvision .copy2 a{
		font-size:23px;
		color:#fff;
		font-weight:normal;
		line-height: 50px;
		letter-spacing:0.1em;
	}
	.oursvision .copy2 a:hover{
		color:#fff;
	}
}

/*--------------------
	ニュースセクション
 -------------------*/
.newsSection{
	width:100%;
	background-color:#fff;
	padding-top:400px; 
}
.newsSection .pagetitle{

	margin:0 auto;
	width:90%;

	padding-top:50px; 	

	font-size:30px;
	color:rgba(243,152,1,1);
	font-weight:bold;
	letter-spacing:0.1em; 
}
.newsSection .newsList{

	margin:0 auto;
	width:90%;

	padding-top:30px;
 
}
.newsSection .newsList .col{
	float:left;
	width:32%;
 
}
.newsSection .newsList .right{
	padding-right:2%;
 
}
.newsSection .newsList .col img{
	max-width:100%;
	height: auto;
	width:100%;
}
.newsSection .newsList .col .col_1{
 
}
.newsSection .newsList .col .col_1 p{
 	display:inline-box;
 	width:80px;
	text-align:center;
	
 	line-height:30px;
 	background:rgba(243,152,1,1); 	
 	font-size:15px;
	color:rgba(243,152,1,1);
	font-weight:bold;
	letter-spacing:0.1em; 	
	color:#fff; 	
}
.newsSection .newsList .col .col_2{
	position:relative;
 
}
.newsSection .newsList .col .col_3{
	position:absolute;
	width:100%;
	height:80px;
	background:rgba(238,238,240,1);
	bottom:-75px;
	
	text-align: center;
}
.newsSection .newsList .col .col_3 p{
	
	padding-top:10px;
	display:inline-block;
	line-height: 25px;
					
	font-size:16px;
	color:rgba(243,152,1,1);
	font-weight:normal;
	letter-spacing:normal; 
}

.newsSection .newsList .col .col_3 p a{
	color: #000;
}
.newsSection .newsList .col .col_3 p a:hover{
	color: #000;
	opacity:0.3;
}
.newsSection .newsList_2 {
	padding-top:90px;
	padding-left:0px;

	clear:both;
}
.newsSection .newsList_2 .newsList_2_pc{
	display:block;
}
.newsSection .newsList_2 .newsList_2_sp{
	display:none;
}

.newsSection .newsList_2 ul{

}
.newsSection .newsList_2 li{
  border-bottom: dotted 2px #cecccd;
  list-style: none;
}
.newsSection .newsList_2 li p{
	font-size:16px;
	color:#000;
	font-weight:normal;
	letter-spacing:normal; 
	line-height:40px;
}
.newsSection .newsList_2 li p a{
	color: #000;
}
.newsSection .newsList_2 li p a:hover{
	color: #000;
	opacity:0.3;
}
.newsSection .newsLink{
	padding-top:50px;
	text-align:right;
}

.btn-news2 {
  display: inline-block;
  text-align: center;
  border: 0px solid #9ec34b;
  font-size:18px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(243,152,1,1);
  line-height:50px;
  width:340px;
}

.btn-news2:hover {
  background-color: rgba(243,152,1,1);
  opacity:0.6;
}

.tonewsspan{
	display:inline-block;
	position:absolute;
	right:2%;
	top:63%;
}
.imageLink{
	padding-top:50px;
	width:100%;
}

.imageLink .item{
	position: relative;
	width : -webkit-calc(50% - 1.5px) ;

	float:left;
	margin-bottom:3px;
}

.imageLink .item:nth-child(even){
	margin-left:3px;
}

.imageLink .item img:not(.icon){
	max-width:100%;
	width:100%;

}

.imageLink .item .itemtitle{
	position: absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.1,1);
	
	bottom:0;
	left:0;
	-webkit-transition: 0.5s ease-in-out;
}
.imageLink .item .itemtitle:hover{
	background: rgba(0,0,0,0.5);
}
.imageLink .item .itemtitle p{

	text-align:center;
		
	vertical-align: middle;
			
	font-size:25px;
	color:#fff;
	font-weight:normal;
	letter-spacing:normal; 	
	
}
.imageLink .item .itemtitle a{
	color:#fff;
}
.imageLink .item .itemtitle a:hober{
	color:#fff;
}

.imageLink .b_green{
	background:rgba(20,174,104,1);
}
.imageLink .b_red{
	background:rgba(229,1,18,1);
}

@media screen and (max-width: 767px) {
	.newsSection{
		width:100%;
		background-color:#fff;
		padding-top:280px; 
	}
	.newsSection .pagetitle{
		margin:0 auto;
		width:90%;
		padding-top:80px; 	
		font-size:30px;
		color:rgba(243,152,1,1);
		font-weight:bold;
		letter-spacing:0.1em; 
	}
	.newsSection .newsList{
		margin:0 auto;
		width:90%;
		padding-top:10px;
	 }
	.newsSection .newsList .col{
		float:left;
		width:32%;
		display:none;	 
	}
	.newsSection .newsList .right{
		padding-right:2%;
	}
	.newsSection .newsList .col img{
		max-width:100%;
		height: auto;
	}
	.newsSection .newsList .col .col_1{
	 
	}
	.newsSection .newsList .col .col_1 p{
	 	display:inline-box;
	 	width:80px;
		text-align:center;
	 	line-height:30px;
	 	background:rgba(243,152,1,1); 	
	 	font-size:15px;
		color:rgba(243,152,1,1);
		font-weight:bold;
		letter-spacing:0.1em; 	
		color:#fff; 	
	}
	.newsSection .newsList .col .col_2{
		position:relative;
	}
	.newsSection .newsList .col .col_3{
		position:absolute;
		width:100%;
		height:80px;
		background:rgba(238,238,240,1);
		bottom:-77px;	
		text-align: center;
	}
	.newsSection .newsList .col .col_3 p{
		padding-top:10px;
		display:inline-block;
		line-height: 25px;					
		font-size:16px;
		color:rgba(243,152,1,1);
		font-weight:normal;
		letter-spacing:normal; 
	}
	.newsSection .newsList .col .col_3 p a{
		color: #000;
	}
	.newsSection .newsList .col .col_3 p a:hover{
		color: #000;
		opacity:0.3;
	}
	.newsSection .newsList_2 {
		padding-top:10px;
		padding-left:0px;
		clear:both;
	}
	.newsSection .newsList_2 .newsList_2_pc{
		display:none;
	}
	.newsSection .newsList_2 .newsList_2_sp{
		display:block;
	}
	.newsSection .newsList_2 ul{
	
	}
	.newsSection .newsList_2 li{
	  border-bottom: dotted 2px #cecccd;
	  list-style: none;
	}
	.newsSection .newsList_2 li p{
		font-size:15px;
		color:#000;
		font-weight:normal;
		letter-spacing:normal; 
		line-height:25px;
		padding-top:3px;

		padding-bottom:5px;
	}
	.newsSection .newsList_2 li p a{
		color: #000;
	}
	.newsSection .newsList_2 li p a:hover{
		color: #000;
		opacity:0.3;
	}
	.newsSection .newsLink{
		padding-top:40px;
		text-align:right;
	}
	.btn-news2 {
	  display: inline-block;
	  text-align: center;
	  border: 0px solid #9ec34b;
	  font-size:18px;
	  color: #fff;
	  font-weight: bold;
	  background-color: rgba(243,152,1,1);
	  line-height:50px;
	  width: 100%;
	}
	
	.btn-news2:hover {
	  background-color: rgba(243,152,1,1);
	  opacity:0.6;
	}

	.tonewsspan{
		display:inline-block;
		position:absolute;
		right:2%;
		top:57%;
	}
	.imageLink{
		padding-top:50px;
		width:100%;
	}
	.imageLink .item{
		position: relative;
		width : 100%;
		float:left;
		margin-bottom:-1px;
	}
	.imageLink .item:nth-child(even){
		margin-left:0px;
	}
	.imageLink .item img:not(.icon){
		max-width:100%;
		width:100%;
	}
	.imageLink .item .itemtitle{
		position: absolute;
		width:100%;
		height:100%;
		background: rgba(0,0,0,0.1,1);
		bottom:0;
		left:0;
		-webkit-transition: 0.5s ease-in-out;
	}
	.imageLink .item .itemtitle:hover{
		background: rgba(0,0,0,0.5);
	}
	.imageLink .item .itemtitle p{
		text-align:center;
		vertical-align: middle;
		font-size:22px;
		color:#fff;
		font-weight:normal;
		letter-spacing:normal; 	
	}
	.imageLink .item .itemtitle a{
		color:#fff;
	}
	.imageLink .item .itemtitle a:hober{
		color:#fff;
	}
	
	.imageLink .b_green{
		background:rgba(20,174,104,1);
	}
	.imageLink .b_red{
		background:rgba(229,1,18,1);
	}
}

/*--------------------
	フッターセクション
 -------------------*/
.footer{
	padding-top:30px;
	padding-bottom:80px;

 	background:rgba(243,152,1,1);
 	width:100%;
}

.footermenu{
	width: 615px;
	margin:0 auto;
	padding-top:30px;
}
.footermenu li{
	float:left;
	padding-right:20px;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	letter-spacing:normal; 
	line-height:40px;
}
.footerlogo{
	clear:both;
	width: 180px;
	margin:0 auto;
	padding-top:30px;
}
.footer a{
	color:#fff;
}
.footer a:hober{
	color:#fff;
}

@media screen and (max-width: 767px) {
	.footer{
		padding-top:30px;
		padding-bottom:60px;
	 	background:rgba(243,152,1,1);
	 	width:100%;
	}	
	.footerlogo{
		clear:both;
		width: 180px;
		margin:0 auto;
		padding-top:30px;
	}
	.footer a{
		color:#fff;
	}
	.footer a:hober{
		color:#fff;
	}

}


/*--------------------
	想いページ
 -------------------*/
.visionTitle{
	padding-top: 120px;
	padding-bottom: 20px;

	text-align:center;
 	font-size:30px;
	color:#000;
	letter-spacing:0.1em; 
	line-height:40px;
}
 
.visionTitle hr{
	display:block;
	background:rgba(243,152,1,1);
	height:10px;
	border: 0px solid rgba(243,152,1,1);
	width:160px;
	text-align:center;

}
.visionCopy{
	padding-top: 200px;
	padding-bottom: 200px;
	
	width:100%;
	text-align:center;
}

.visionCopy2{
	background:rgba(241,241,241,1);
	width:100%;
}
.visionCopy2 .image{
	padding-top:80px;
	width:50%;	
	float:left;
	text-align:right;
}
.visionCopy2 .image .right{
	padding-right:25px;
	float:right;
}
.visionCopy2 .context{
	padding-top:80px;
	padding-bottom:80px;
	width:  -webkit-calc(50% - 25px) ;
	float:right;
	padding-left:25px;
}
.visionCopy2 .context h1{
	diplay:inline-block;
	font-weight:bold;
 	font-size:30px;
	color:#000;
	letter-spacing:0.1em; 
	line-height:40px;
	padding-bottom: 20px;

}
.visionCopy2 .context h2{
	diplay:inline-block;

 	font-size:18px;
	color:#000;
	letter-spacing:0.1em; 
	line-height:35px;
}
.visionCopy2 .context h2 br{
	display:block;
}


.visionCopySub{
	background:rgba(243,152,1,1);
	position:relative;
}
.visionCopySub .text{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 60px;
    padding-bottom: 10px;

}
.visionCopySub .text .icon{
	margin:0 auto;
	width:90px;
	padding-top:20px;
	padding-bottom: 50px;
}
.vision_1{
	background:rgba(243,152,1,1);
	position:absolute;
	width:100%;
	bottom:-300px;
	left:0;
	height:370px;
	z-index:10;	

}
.vision_1 .text{
	text-align:left;
	padding-top:90px;
	padding-left:0px;

 	font-size:80px;
	color:#fff;
	font-weight: bold;
	font-style: italic;

}

.vision_1_dsp{
	padding-top:50px;
	padding-bottom:50px;
	background:#fff;
	position:relative;
}
.vision_1_dsp_bottom{
	padding-bottom:130px;
}
.vision_1_dsp .textArea{
	float:left;
	width:  -webkit-calc(50% - 25px) ;
	padding-right:25px;
}
.vision_1_dsp .textArea .textArea_0{
	float:right;
	padding-right:0px;
}

.vision_1_dsp .textArea_1{
	
	padding-bottom:20px;

    font-size: 80px;
    font-weight: bold;
    font-style: italic;
}
.vision_1_dsp .textArea_1 h1{
	display:inline-block;
    font-size: 25px;
    color: rgba(243,152,1,1);
    font-weight: bold;
    font-style: normal;
	vertical-align: top;
	line-height:35px;
	padding-top:5px;
	letter-spacing:0.2em;
	padding-left:20px;

}
.vision_1_dsp .textArea p{
	width: 500px;
	display:inline-block;
	padding-left:0px;
	
 	font-size:18px;
	color:#000;
	letter-spacing:0.2em;
	line-height: 30px;;
}
.vision_1_dsp .imageArea{
	float: left;
    text-align: right;
    padding-left: 25px;
}
.vision_1_dsp .imageArea img{
	width: 500px;
    height: auto;
}

.vision_2_dsp{
	padding-top:0px;
	padding-bottom:0px;
	background:#fff;
	position:relative;
}

.vision_2_dsp .textArea{
	float: right;
	width:  -webkit-calc(50% - 35px) ;
}

.vision_2_dsp .textArea_1{
	
	padding-bottom:20px;

    font-size: 80px;
    font-weight: bold;
    font-style: italic;
}
.vision_2_dsp .textArea_1 h1{
	display:inline-block;
    font-size: 25px;
    color: rgba(243,152,1,1);
    font-weight: bold;
    font-style: normal;
	vertical-align: top;
	line-height:35px;
	padding-top:5px;
	letter-spacing:0.2em;
	padding-left:20px;
}
.vision_2_dsp .textArea p{
	width: 500px;
	display:inline-block;
	padding-left:0px;
	
 	font-size:18px;
	color:#000;
	letter-spacing:0.2em;
	line-height: 30px;;
}

.vision_2_dsp .imageArea{
	float:left;
	width:50%;	
	padding-right:35px;
}
.vision_2_dsp .imageArea .imageArea_0 {
	float:right;
	padding-right:25px;
}
.vision_2_dsp .imageArea img{
	width: 500px;
    height: auto;
}

.ourDialect {
	background: rgba(247,247,247,1);
	padding-top:100px;
	padding-bottom:100px;

}
.ourDialect .left{
	float:left;
	width:50%;
	text-align:right;
}
.ourDialect .left img{
	padding-right:50px;
	width:310px;
}

.ourDialect .right{
	width:50%;
	float:left;
}
.ourDialect .right img{
	padding-left:20px;
}

.ourDialect .right .up img{
	width:300px;
}
.ourDialect .right .down{
	padding-top:160px;
}
.ourDialect .right .down img{
	width:300px;
}

@media screen and (max-width: 767px) {

	.visionTitle{
		padding-top: 120px;
		padding-bottom: 20px;
		text-align:center;
	 	font-size:30px;
		color:#000;
		letter-spacing:0.1em; 
		line-height:40px;
	}
	.visionTitle hr{
		display:block;
		background:rgba(243,152,1,1);
		height:10px;
		border: 0px solid rgba(243,152,1,1);
		width:160px;
		text-align:center;
	}
	.visionCopy{
		padding-top: 200px;
		padding-bottom: 200px;
		
		width:100%;
		text-align:center;
	}
	.visionCopy img{
		width:350px;
	}
	.visionCopy2{
		background:rgba(241,241,241,1);
		width:100%;
	}
	.visionCopy2 .image{
		padding-top:0px;
		width:  100%;
		float:none;
		text-align:none;
	}
	.visionCopy2 .image .right{
		padding-right:0px;
		float:none;
		text-align:center;
		padding-bottom: 0px;
		margin-bottom: -3px;
	}
	.visionCopy2 .image .right img{
	    max-width: 85%;
	    text-align: center;
	}

	.visionCopy2 .context{
		padding-top:30px;
		padding-bottom:10px;
		width:  85%;
		float:none;
		padding-left:0px;
	    margin: 0 auto;
	}
	.visionCopy2 .context h1{
		diplay:inline-block;
		font-weight:bold;
	 	font-size:23px;
		color:#000;
		letter-spacing:0.1em; 
		line-height:40px;
		padding-bottom: 20px;
		text-align:center;	
	}
	.visionCopy2 .context h2{
		diplay:inline-block;
	
	 	font-size:18px;
		color:#000;
		letter-spacing:0.1em; 
		line-height:35px;
	}
	.visionCopy2 .context h2 br{
		display:none;
	}
	.visionCopy2 .context h2 font br{
		display:block;
	}
	
	.visionCopySub{
		background:rgba(243,152,1,1);
		position:relative;
	}
	.visionCopySub .text{
		display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 22px;
	    color: #fff;
	    letter-spacing: 0.2em;
	    line-height: 30px;
	    vertical-align: middle;
	    padding-top: 30px;
	    padding-bottom: 10px;
	
	}
	.visionCopySub .text .icon{
		margin:0 auto;
		width:90px;
		padding-top:10px;
		padding-bottom: 0px;
	}
	.vision_1{
		background:rgba(243,152,1,1);
		position:absolute;
		width:100%;
		bottom:-300px;
		left:0;
		height:370px;
		z-index:10;	
	
	}
	.vision_1 .text{
		text-align:left;
		padding-top:90px;
		padding-left:0px;
	
	 	font-size:80px;
		color:#fff;
		font-weight: bold;
		font-style: italic;
	
	}
	
	.vision_1_dsp{
		padding-top:50px;
		padding-bottom:50px;
		background:#fff;
		position:relative;
	}
	.vision_1_dsp_bottom{
		padding-bottom:50px;
	}
	.vision_1_dsp .textArea{
		float:none;
		width:  85% ;
		padding-right:0px;
		margin: 0 auto;
	}
	.vision_1_dsp .textArea .textArea_0{
		float:none;
		padding-right:0px;
	}	
	.vision_1_dsp .textArea_1{
		padding-bottom:20px;
	    font-size: 80px;
	    font-weight: bold;
	    font-style: italic;
	}
	.vision_1_dsp .textArea_1 h1{
		display:inline-block;
	    font-size: 22px;
	    color: rgba(243,152,1,1);
	    font-weight: bold;
	    font-style: normal;
		vertical-align: top;
		line-height:35px;
		padding-top:10px;
		letter-spacing:0.2em;
	}
	.vision_1_dsp .textArea p{
		width: 100%;
		display:inline-block;
		padding-left:0px;
		
	 	font-size:18px;
		color:#000;
		letter-spacing:0.2em;
		line-height: 30px;;
	}
	.vision_1_dsp .imageArea{
	    float: none;
	    text-align: center;
	    padding-left: 0px;
	    padding-top: 20px;
	}
	.vision_1_dsp .imageArea img{
		width: 500px;
	    height: auto;
	    max-width: 85%;
	}
	
	.vision_2_dsp{
		padding-top:0px;
		padding-bottom:0px;
		background:#fff;
		position:relative;
	}
	
	.vision_2_dsp .textArea{
		float: none;
	    padding-left: 0px;
	    width: 85%;
	    margin: 0 auto;
	}
	
	.vision_2_dsp .textArea_1{
		padding-bottom:20px;
	    font-size: 80px;
	    font-weight: bold;
	    font-style: italic;
	}
	.vision_2_dsp .textArea_1 h1{
		display:inline-block;
	    font-size: 22px;
	    color: rgba(243,152,1,1);
	    font-weight: bold;
	    font-style: normal;
		vertical-align: top;
		line-height:35px;
		padding-top:10px;
		letter-spacing:0.2em;
	}
	.vision_2_dsp .textArea p{
		width: 100%;
		display:inline-block;
		padding-left:0px;
		
	 	font-size:18px;
		color:#000;
		letter-spacing:0.2em;
		line-height: 30px;;
	}
	
	.vision_2_dsp .imageArea{
	    float: none;
	    width: 85%;
	    padding-right: 0px;
	    margin: 0 auto;
	    padding-top: 20px;
	}
	.vision_2_dsp .imageArea .imageArea_0 {
		float:none;
		padding-right:0px;
	}
	.vision_2_dsp .imageArea img{
		width: 500px;
	    height: auto;
	    max-width:100%;
	}

	.ourDialect {
		background: rgba(247,247,247,1);
		padding-top:100px;
		padding-bottom:100px;
	
	}
	.ourDialect_wrap {
		width:85%;
		margin:0 auto;
	}
	.ourDialect .left{
		float:left;
		width:  -webkit-calc(50% - 20px) ;
		text-align:right;
	}
	.ourDialect .left img{
		padding-right:20px;
		width:310px;
		max-width:90%;
	}
	
	.ourDialect .right{
		padding-left:10px;
		width:  50% ;
		float:left;
	}
	.ourDialect .right img{
		padding-left:0px;
		max-width:90%;
	}
	.ourDialect .right .up img{
		width:300px;
		max-width:100%;
	    padding-left: 0px;
	}
	.ourDialect .right .down{
		padding-top:30px;
	}
	.ourDialect .right .down img{
		width:300px;
		max-width:90%;
	    padding-left: 0px;
	}

}


/*--------------------
	会社概要ページ
 -------------------*/
.companyCopy{
	background:url('../image/company/company_top.jpg') no-repeat center center;
	background-size:cover;

	width:100%;
	height:400px;
}
.companyInfo {
	padding-top:30px;
}
.companyInfo ul{
	padding-left: 10%;	
}
.companyInfo li{
	padding-top:25px;
}
.companyInfo li h1{
	
	display: inline-block;
	width: 200px;
			
 	font-size:18px;
	color:#000;
	letter-spacing:0.2em;
	line-height: 25px;
	vertical-align:top;
	font-weight:bold;
}
.companyInfo li p{
	display: inline-block;

 	font-size:18px;
	color:#000;
	letter-spacing:0.1em;
	line-height: 25px;;
}
.companyAddress {
	width:80%;
	padding-top:50px;
	padding-left: 10%;	
    padding-bottom: 80px;

}
.companyHistory {
	padding-top:0px;
	padding-bottom:100px;
}
.companyHistory .title{
	margin:0 auto;
	width:90%;
}
.companyHistory .title p{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    background-color: rgba(241,150,1,1);
    vertical-align: middle;
    padding-top: 60px;
    padding-bottom: 60px;

}
.companyHistory ul{
	padding-left: 10%;
	padding-top:30px;
}
.companyHistory li{
	padding-top:25px;
}
.companyHistory li h1{
	
	display: inline-block;
	width: 200px;
			
 	font-size:18px;
	color:#000;
	letter-spacing:0.1em;
	line-height: 25px;
	vertical-align:top;
}
.companyHistory li p{
	display: inline-block;

 	font-size:18px;
	color:#000;
	letter-spacing:0.1em;
	line-height: 25px;
	width:  -webkit-calc(90% - 200px) ;

}
.visionCopySub2{
	background:rgba(241,150,1,1);
	position:relative;
	width:90%;
	margin: 0 auto;
}
.visionCopySub2 .text{
	display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 60px;
    padding-bottom: 60px;
}

.visionMessage{
	/*background:rgba(244,244,244,1);*/
	width:100%;	
}
.visionMessage_wrap{
	width:1080px;
	margin:0 auto;	
}

.visionMessage p{
	display:inline-block;

	padding-top: 70px;
	padding-left:0px;
	padding-bottom: 70px;
	
 	font-size:18px;
	color:#000;
	letter-spacing:0.2em;
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.companyCopy{
		background:url('../image/company/company_top.jpg') no-repeat center center;
		background-size:cover;
	
		width:100%;
		height:400px;
	}
	.companyInfo {
		padding-top:30px;
	}
	.companyInfo ul{
		padding-left: 0%;
	    width: 85%;
	    margin: 0 auto;
	}
	.companyInfo li{
		padding-top:25px;
	}
	.companyInfo li h1{
		
		display: inline-block;
		width: 200px;
				
	 	font-size:18px;
		color:#000;
		letter-spacing:0.2em;
		line-height: 25px;
		vertical-align:top;
		font-weight:bold;
	}
	.companyInfo li p{
		display: block;
	 	font-size:18px;
		color:#000;
		letter-spacing:0.1em;
		line-height: 25px;
		padding-top:5px;
	}
	.companyAddress {
		width:85%;
		padding-top:50px;
		padding-left: 0%;	
	    padding-bottom: 80px;
		margin:0 auto;
	}
	.companyHistory {
		padding-top:0px;
		padding-bottom:100px;
	}
	.companyHistory .title{
		margin:0 auto;
		width:90%;
	}
	.companyHistory .title p{
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 22px;
	    color: #fff;
	    letter-spacing: 0.2em;
	    line-height: 30px;
	    background-color: rgba(241,150,1,1);
	    vertical-align: middle;
	    padding-top: 20px;
	    padding-bottom: 20px;
	
	}
	.companyHistory ul{
	    padding-left: 0%;
	    padding-top: 0px;
	    width: 85%;
	    margin: 0 auto;
	}
	.companyHistory li{
		padding-top:25px;
	}
	.companyHistory li h1{
		font-weight: bold;
		display: inline-block;
		width: 200px;
	 	font-size:18px;
		color:#000;
		letter-spacing:0.1em;
		line-height: 25px;
		vertical-align:top;
	}
	.companyHistory li p{
		display: block;
	 	font-size:18px;
		color:#000;
		letter-spacing:0.1em;
		line-height: 25px;
		width: 100%;
		padding-top: 5px;
	}
	.visionCopySub2{
		background:rgba(241,150,1,1);
		position:relative;
		width:90%;
		margin: 0 auto;
	}
	.visionCopySub2 .text{
		display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 22px;
	    color: #fff;
	    letter-spacing: 0.2em;
	    line-height: 30px;
	    vertical-align: middle;
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	
	.visionMessage{
		/*background:rgba(244,244,244,1);*/
		width:100%;	
	}
	.visionMessage_wrap{
		width:85%;
		margin:0 auto;	
	}
	
	.visionMessage p{
		display:inline-block;
	
		padding-top: 30px;
		padding-left:0px;
		padding-bottom: 70px;
		
	 	font-size:18px;
		color:#000;
		letter-spacing:0.2em;
		line-height: 30px;
	}
	.visionMessage p br{
		display:none;
	}
	.visionMessage p span br{
		display:block;
	}
	.visionMessage p font br{
		display:block;
	}
}

/*--------------------
	事業内容ページ
 -------------------*/
.serviceCopy{
	background:url('../image/jigyou/jigyou_top.jpg') no-repeat center center;
	background-size:cover;
	width:100%;
}

.serviceTrust{
	padding-top:60px;
	padding-bottom:100px;
}

.serviceTrust .title{
	width:90%;
	margin: 0 auto;
}

.serviceTrust .title p{
	display: inline-block;

	width:100%;	
	text-align:center;

 	font-size:22px;
	color:#fff;
	letter-spacing:0.2em;
	line-height: 30px;
	background-color: rgba(241,150,1,1);
	vertical-align:middle;
	
	padding-top:60px;
	padding-bottom:60px;
}
.serviceTrust_1{
	padding-top:50px;
}

.serviceTrust_1 .trustText{
	float:left;
	width:  -webkit-calc(50% - 25px) ;
	padding-right:25px;

}
.trustText_0{
	float:right;
	padding-right:0px;
}

.serviceTrust_1 .trustText_wrap{
	width:500px;
}
.serviceTrust_1 .trustText h1{
	display: inline-block;

 	font-size:20px;
	color:#000;
	line-height: 30px;
	font-weight:bold;
}

.trustText_wrap_center{
}
.serviceTrust_1 .trustText hr{
	display:block;
	background:rgba(243,152,1,1);
	height:10px;
	border: 0px solid rgba(243,152,1,1);
}
.serviceTrust_1 .trustText .gray {
	display:block;
	background:rgba(136,136,136,1);
	height:10px;
	border: 0px solid rgba(136,136,136,1);
}
.serviceTrust_1 .trustText h2{
	display: inline-block;
	padding-top:20px;
 	font-size:18px;
	color:#000;
	line-height: 25px;
}

.serviceTrust_1 .trustImage{
	float:left;
	text-align:right;
	padding-left:25px;
}
.serviceTrust_1 .trustImage img{
	width: 500px;
    height: auto;
}

.serviceTrust2{
	margin: 0 auto;
	padding-bottom:100px;
}
.serviceTrust2 .title{
	width:1000px;
	margin: 0 auto;
}

.serviceCopySub {
    background: rgba(136,136,136,1);
    position: relative;
    width:90%;
    margin:0 auto;
}
.serviceCopySub .text {

    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.2em;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 60px;
    padding-bottom: 60px;

}

.serviceCopy2{
	padding-top: 80px;
	padding-bottom: 120px;

	background:url('../image/jigyou/fukushi.jpg') no-repeat center center;
	background-size:cover;

	width:100%;
	height:200px;
	margin-top: 60px;
}

.serviceCopy3{
	padding-top: 80px;
	padding-bottom: 120px;
	width:100%;
	height:200px;

	background:url('../image/jigyou/ikiiki.jpg') no-repeat center center;
	background-size:cover;
    margin-top: 60px;
}

@media screen and (max-width: 767px) {

	.serviceCopy{
		background:url('../image/jigyou/jigyou_top.jpg') no-repeat center center;
		background-size:cover;
		width:100%;
	}
	
	.serviceTrust{
		padding-top:60px;
		padding-bottom:100px;
	}
	
	.serviceTrust .title{
		width:90%;
		margin: 0 auto;
	}
	
	.serviceTrust .title p{
		display: inline-block;
		width:100%;	
		text-align:center;
	 	font-size:22px;
		color:#fff;
		letter-spacing:0.2em;
		line-height: 30px;
		background-color: rgba(241,150,1,1);
		vertical-align:middle;
		padding-top:20px;
		padding-bottom:20px;
	}
	.serviceTrust_1{
		padding-top:50px;
	}
	
	.serviceTrust_1 .trustText{
		float:none;
		width:85%;
		padding-right:0px;
		margin: 0 auto;	
	}
	.trustText_0{
		float:none;
		padding-right:0px;
	}
	.trustText_wrap_center{
		text-align:center;
	}
	.serviceTrust_1 .trustText_wrap{
		width:100%;
	}
	.serviceTrust_1 .trustText_wrap br{
		display:block;
	}
	.serviceTrust_1 .trustText_wrap span br{
		display:none;
	}
	.serviceTrust_1 .trustText h1{
		display: inline-block;
	
	 	font-size:20px;
		color:#000;
		line-height: 30px;
		font-weight:bold;
	}
	.serviceTrust_1 .trustText hr{
		display:block;
		background:rgba(243,152,1,1);
		height:10px;
		border: 0px solid rgba(243,152,1,1);
	}
	.serviceTrust_1 .trustText .gray {
		display:block;
		background:rgba(136,136,136,1);
		height:10px;
		border: 0px solid rgba(136,136,136,1);
	}
	.serviceTrust_1 .trustText h2{
		display: inline-block;
		padding-top:20px;
	 	font-size:18px;
		color:#000;
		line-height: 25px;
	}
	
	.serviceTrust_1 .trustImage{
		float:none;
		text-align:center;
		padding-left:0px;
		width:100%;
		margin:0 auto;
		padding-top: 20px;
	}
	.serviceTrust_1 .trustImage img{
		width: 500px;
	    height: auto;
	    max-width:85%;
	    text-align: center;
	}
	
	.serviceTrust2{
		margin: 0 auto;
		padding-bottom:100px;
	}
	.serviceTrust2 .title{
		width:1000px;
		margin: 0 auto;
	}
	
	.serviceCopySub {
	    background: rgba(136,136,136,1);
	    position: relative;
	    width:90%;
	    margin:0 auto;
	}
	.serviceCopySub .text {
	
	    display: inline-block;
	    width: 100%;
	    text-align: center;
	    font-size: 22px;
	    color: #fff;
	    letter-spacing: 0.2em;
	    line-height: 30px;
	    vertical-align: middle;
	    padding-top: 20px;
	    padding-bottom: 20px;
	
	}
	
	.serviceCopy2{
		padding-top: 80px;
		padding-bottom: 120px;
	
		background:url('../image/jigyou/fukushi.jpg') no-repeat center center;
		background-size:cover;
	
		width:100%;
		height:200px;
		margin-top: 60px;
	}
	
	.serviceCopy3{
		padding-top: 80px;
		padding-bottom: 120px;
		width:100%;
		height:200px;
	
		background:url('../image/jigyou/ikiiki.jpg') no-repeat center center;
		background-size:cover;
	    margin-top: 60px;
	}

}


/*--------------------
	ニュースページ
 -------------------*/
.newsCopy{
	background:url('../image/news/news_top.jpg') no-repeat center center;
	background-size:cover;
	width:100%;
} 
.newssec{
	margin:0 auto;
	width:90%;
	padding-top:30px;
	padding-bottom:100px;
}
.newssec .newsList_2 {
	padding-top:40px;
	padding-left:0px;
	clear:both;
}
.newssec .newsList_2 .newsList_2_1_pc{
	display:block;
}
.newssec .newsList_2 .newsList_2_1_sp{
	display:none;
}

.newssec .newsList_2 ul{
}
.newssec .newsList_2 li{
  border-bottom: dotted 2px #cecccd;
  list-style: none;
}
.newssec .newsList_2 li p{
	font-size:16px;
	color:#000;
	font-weight:normal;
	letter-spacing:normal; 
	line-height:40px;
}
.newssec .newsList_2 li p a{
	color: #000;
}
.newssec .newsList_2 li p a:hover{
	color: #000;
	opacity:0.3;
}
.newsList_2_page {
	padding-top:20px;
	width:100%;
}
.newsList_2_page .prev{
	float:left;
}
.newsList_2_page .next{
	float:right;
}
.newssec .newsList_2_page a{
	color: #000;
}
.newssec .newsList_2_page a:hover{
	color: #000;
	opacity:0.3;
}

@media screen and (max-width: 767px) {

	.newsCopy{
		background:url('../image/news/news_top.jpg') no-repeat center center;
		background-size:cover;
		width:100%;
	} 
	.newssec{
		margin:0 auto;
		width:90%;
		padding-top:30px;
		padding-bottom:100px;
	}
	.newssec .newsList_2 {
		padding-top:40px;
		padding-left:0px;
		clear:both;
	}
	.newssec .newsList_2 .newsList_2_1_pc{
		display:none;
	}
	.newssec .newsList_2 .newsList_2_1_sp{
		display:block;
	}
	.newssec .newsList_2 ul{
	}
	.newssec .newsList_2 li{
	  border-bottom: dotted 2px #cecccd;
	  list-style: none;
	}
	.newssec .newsList_2 li p{
		font-size:15px;
		color:#000;
		font-weight:normal;
		letter-spacing:normal; 
    line-height: 25px;
    padding-top: 3px;
    padding-bottom: 5px;
	}
	.newssec .newsList_2 li p a{
		color: #000;
	}
	.newssec .newsList_2 li p a:hover{
		color: #000;
		opacity:0.3;
	}
	.newsList_2_page {
		padding-top:20px;
		width:100%;
	}
	.newsList_2_page .prev{
		float:left;
	}
	.newsList_2_page .next{
		float:right;
	}
	.newssec .newsList_2_page a{
		color: #000;
	}
	.newssec .newsList_2_page a:hover{
		color: #000;
		opacity:0.3;
	}
}

/*--------------------
	ニュース詳細
 -------------------*/
.newssecd{
	margin:0 auto;
	width:90%;
	padding-top:0px;
	padding-bottom:0px;
}
.newssecd .newsList_2 {
	padding-top:0px;
	padding-left:0px;
	clear:both;
}
.newssecd .newsList_2 .title{
	padding-top:10px;	
	padding-bottom:10px;	
	border-top:#F39801 solid 1px;
	border-bottom:#F39801 solid 1px;
}
.newssecd .newsList_2 .title h1{
 	font-size:15px;
	color:gray;
	letter-spacing:0.1em;
	line-height: 30px;
}
.newssecd .newsList_2 .title h2{
 	font-size:20px;
	color:#000;
	letter-spacing:0.1em;
	line-height: 30px;
	font-weight:bold;
}
.newssecd .newsList_2 .content{
	padding-top:40px;	
	padding-bottom:80px;
 	font-size:18px;
	color:#000;
	letter-spacing:0.1em;
	line-height: 30px;
}

.newsd_page {
	background: #f4f4f4;
}
.newsd_page_in {
	margin:0 auto;
	width:90%;
	padding-top:60px;
	padding-bottom:80px;
}

.newsd_page_in .prev{
	float:left;
}
.newsd_page_in .centerdiv{
    display: inline-block;
	text-align:center;
	width:100%;
	font-weight:bold;

}

.newsd_page_in .center{
}
.newsd_page_in .next{
	float:right;
}
.newsd_page_in a{
	font-weight:bold;
	color: #F39801;
}
.newsd_page_in a:hover{
	font-weight:bold;
	color: #F39801;
	opacity:0.3;
}

@media screen and (max-width: 767px) {
	.newssecd{
		margin:0 auto;
		width:90%;
		padding-top:0px;
		padding-bottom:0px;
	}
	.newssecd .newsList_2 {
		padding-top:0px;
		padding-left:0px;
		clear:both;
	}
	.newssecd .newsList_2 .title{
		padding-top:10px;	
		padding-bottom:10px;	
		border-top:#F39801 solid 1px;
		border-bottom:#F39801 solid 1px;
	}
	.newssecd .newsList_2 .title h1{
	 	font-size:15px;
		color:gray;
		letter-spacing:0.1em;
		line-height: 30px;
	}
	.newssecd .newsList_2 .title h2{
	 	font-size:20px;
		color:#000;
		letter-spacing:0.1em;
		line-height: 30px;
		font-weight:bold;
	}
	.newssecd .newsList_2 .content{
		padding-top:40px;	
		padding-bottom:80px;
	 	font-size:18px;
		color:#000;
		letter-spacing:0.1em;
		line-height: 30px;
	}
	
	.newsd_page {
		background: #f4f4f4;
	}
	.newsd_page_in {
		margin:0 auto;
		width:90%;
		padding-top:60px;
		padding-bottom:80px;
	}
	
	.newsd_page_in .prev{
		float:left;
	}
	.newsd_page_in .centerdiv{
	    display: inline-block;
		text-align:center;
		width:100%;
		font-weight:bold;
		display:none;	
	}
	
	.newsd_page_in .center{
	
	}
	.newsd_page_in .next{
		float:right;
	}
	.newsd_page_in a{
		font-weight:bold;
		color: #F39801;
	}
	.newsd_page_in a:hover{
		font-weight:bold;
		color: #F39801;
		opacity:0.3;
	}

}

/*--------------------
	CSRページ
 -------------------*/
.csrsec{
	margin:0 auto;
	width:90%;

	padding-top:100px;
	padding-bottom:300px;
 

}
.csrsec p{
	text-align: center;
	font-size:30px;
	color:#000;
	font-weight:normal;
	letter-spacing:normal; 
	line-height:40px;
}

/*--------------------
	お申込みページ
 -------------------*/
 
.contactBac{
	background: rgb(255, 255, 255);
	padding-bottom: 90px;
}

.contactBac h1{
	display:inline-block;
	width:200px;
	line-height: 35px;
	vertical-align:top;
	
}

.contactBac li{
	padding-top:40px;
}

.contacTitle {
	padding-top:100px;
	font-size:30px;
	color:rgba(243,152,1,1);;
	font-weight:bold;
	line-height: 35px;
	text-align:center;
}

.textinput {
	height:50px;
	line-height: 20px;
	width:500px;
	font-size: 20px;
	background-color: #EFEFEF;
	border: 0px solid #0a0;
	padding-left:10px;
	padding-right:10px;
	border-radius:10px;
}

.contacForm {
	width:720px;
	margin:0 auto;
	padding-top:10px;
	font-size:18px;
	color:#000;
	line-height: 35px;	
	z-index: 1;
	overflow: hidden;
	position: relative;
}

.contacForm .small{
	width:200px;
}

.contacForm textarea{
	width:490px;
	max-width:490px;
	font-size: 20px;
}

.contacAction {
	width:670px;
	margin:0 auto;
}

.contAss {
	padding-top:20px;
	line-height:20px;
}


.contcheck {
	padding-top:20px;
	text-align:center;
}

.contbtn {
	padding-top:50px;
	text-align:center;
}

@media screen and (max-width: 767px) {

	.contactBac{
		background: rgb(255, 255, 255);
		padding-bottom: 90px;
	}
	
	.contactBac h1{
		display:block;
		width:150px;
		line-height: 35px;
		vertical-align:top;
		
	}
	
	.contactBac li{
		padding-top:10px;
	}
	
	.contacTitle {
		padding-top:50px;
		font-size:20px;
		color:#00A0E8;
		font-weight:bold;
		line-height: 35px;
		text-align:center;
	}
	
	.textinput {
		line-height: 30px;
		width:80%;
		font-size: 15px;
		background-color: #efefef;
		border: 0px solid #efefef;
		padding-left:10px;
		padding-right:10px;
	}
	
	.contacForm {
		width:90%;
		margin:0 auto;
		padding-top:10px;
		font-size:15px;
		color:#000;
		line-height: 35px;
		
	}

	.contacForm .small{
		width:30%;
	}
	
	.contacForm textarea{
		width:80%;
		max-width:80%
	}
	
	.contacAction {
		width:90%;
		margin:0 auto;
	}
	
	.contAss {
		padding-top:20px;
		line-height:20px;
	}
	
	
	.contcheck {
		padding-top:20px;
		text-align:center;
	}
	
	.contbtn {
		padding-top:20px;
		text-align:center;
	}

}
.applybtn-border {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  border: 0px solid #9ec34b;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 0px;
  transition: .4s;
  background-color: rgba(243,152,1,1);;
}

.applybtn-border:hover {
  background-color:  rgba(243,152,1,1);
}


/*--------------------
	採用ページ
 -------------------*/

.recruit{
	padding-top:0px;
	padding-bottom:80px;
}

.recruit .title{
	width:90%;
	margin: 0 auto;
}

.recruit .title p{
	display: inline-block;

	width:100%;	
	text-align:center;

 	font-size:22px;
	color:#fff;
	letter-spacing:0.2em;
	line-height: 30px;
	background-color: rgba(241,150,1,1);
	vertical-align:middle;
	
	padding-top:60px;
	padding-bottom:60px;
}

.recruit .recruitArea {
	padding-top:50px;
	width:1040px;
	margin: 0 auto;
}
.recruit .recruitArea h1{
    display: inline-block;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
} 
 
.recruit .recruitArea h1 hr{ 
	display: block;
    background: rgba(243,152,1,1);
    height: 10px;
    border: 0px solid rgba(243,152,1,1);
    width:150px;
}

.recruit .recruitArea .area_1 {
	padding-top:50px;
    display: inline-block;
    padding-top: 20px;
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
.recruit .recruitArea .area_1_hr {
	margin-top:30px;
	display: block;
    background: rgba(243,152,1,1);
    height: 1px;
    border: 0px solid rgba(243,152,1,1);
    width:100%;
}

.recruit .recruitArea .area_2 {
	padding-top:30px;
}

.recruit .recruitArea .area_2 li{
	padding-bottom:30px;
}

.recruit .recruitArea .area_2 li h1{
	vertical-align: top; 
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: bold;
    width:150px;

}
.recruit .recruitArea .area_2 li span{
	display:inline-block;
	padding-top:0px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.recruit .recruitArea .area_2_hr {
	margin-top:0px;
	display: block;
    background: rgba(243,152,1,1);
    height: 1px;
    border: 0px solid rgba(243,152,1,1);
    width:100%;
}
.recruit_bottom{
	padding-top:100px;
}
.category_select {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 300px;
    height: 40px;
}
.category_select {
    width: 300px;
    height: 43px;
}
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 1em;
    background: white url(../image/arw_select_down.png) no-repeat;
    background-position: right center;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border: 1px solid #CCC;
    margin-top: 0px;
}
#tyuuto{
	padding-bottom:30px;
}
#shinsotsu{
	padding-bottom:5px;
}
.news_list {
    padding: 60px 0 25px 0;
    width: 90%;
    margin: 0 auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 767px) {

	.recruit{
		padding-top:10px;
		padding-bottom:50px;
	}
	
	.recruit .title{
		width:90%;
		margin: 0 auto;
	}
	
	.recruit .title p{
		display: inline-block;
	
		width:100%;	
		text-align:center;
	
	 	font-size:22px;
		color:#fff;
		letter-spacing:0.2em;
		line-height: 30px;
		background-color: rgba(241,150,1,1);
		vertical-align:middle;
		
		padding-top:20px;
		padding-bottom:20px;
	}
	
	.recruit .recruitArea {
		padding-top:50px;
		width:90%;
		margin: 0 auto;
	}
	.recruit .recruitArea h1{
	    display: inline-block;
	    font-size: 20px;
	    color: #000;
	    line-height: 30px;
	    font-weight: bold;
	} 
	 
	.recruit .recruitArea h1 hr{ 
		display: block;
	    background: rgba(243,152,1,1);
	    height: 10px;
	    border: 0px solid rgba(243,152,1,1);
	    width:150px;
	}
	
	.recruit .recruitArea .area_1 {
		padding-top:50px;
	    display: inline-block;
	    padding-top: 20px;
	    font-size: 18px;
	    color: #000;
	    line-height: 25px;
	}
	.recruit .recruitArea .area_1_hr {
		margin-top:30px;
		display: block;
	    background: rgba(243,152,1,1);
	    height: 1px;
	    border: 0px solid rgba(243,152,1,1);
	    width:100%;
	}
	
	.recruit .recruitArea .area_2 {
		padding-top:30px;
	}
	
	.recruit .recruitArea .area_2 li{
		padding-bottom:30px;
	}
	
	.recruit .recruitArea .area_2 li h1{
		vertical-align: top; 
	    font-size: 18px;
	    color: #000;
	    line-height: 30px;
	    font-weight: bold;
	    width:150px;
	
	}
	.recruit .recruitArea .area_2 li span{
		display:block;
		padding-top:10px;
	    font-size: 18px;
	    color: #000;
	    line-height: 30px;
	}
	.recruit .recruitArea .area_2_hr {
		margin-top:0px;
		display: block;
	    background: rgba(243,152,1,1);
	    height: 1px;
	    border: 0px solid rgba(243,152,1,1);
	    width:100%;
	}
	.recruit_bottom{
		padding-top:30px;
	}
	.category_select {
	    width: 90%;
	    height: 30px;
	}
	
	.category_select {
	    width: 100%;
	    height: 43px;
	}
	select {
	    -webkit-appearance: button;
	    -moz-appearance: button;
	    appearance: button;
	    text-indent: 1em;
	    background: white url(../image/arw_select_down.png) no-repeat;
	    background-position: right center;
	    height: 40px;
	    line-height: 40px;
	    font-size: 15px;
	    border: 1px solid #CCC;
	    margin-top: 0px;
	}
	.news_list {
	    padding: 60px 0 25px 0;
	    width: 90%;
	    margin: 0 auto;
	    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	#tyuuto{
	margin-bottom:30px;
	}
	#shinsotsu{
	margin-bottom:0px;
	}
	input[type=text] {
	  font-size: 16px;
	  transform: scale(0.8);
	}
}