@charset "UTF-8";
body,html {
 width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;
}

.anime {
 width: 100%;
 height: 100%;
 max-height: 1080px;
 background-color: #E9E3E3;
 position: relative;
}
 
.anime img {
 display: block;
 position: absolute;
 top: 28%;
 left: 40%;
}
 
.mainSite {
 width: 100%;
 height: 100%;
 max-height: 1080px;
 background-color: #FC6;
 position: relative;
}
 
.mainSite p {
 font-size: 160%;
 color: #FFF;
 position: absolute;
 top: 42%;
 left: 40%;
}
.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)";
}	
	.pt100{
		padding-top: 100px;
	}
	.pb100{
		padding-bottom: 100px;
	}
	.pb160{
		padding-bottom: 160px;
	}
	.pb190{
		padding-bottom: 190px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb200{
		margin-bottom: 200px !important;
	}
	.mb45{
		margin-bottom: 45px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px !important;
	}
	.mb100{
		margin-bottom: 100px !important;
	}
	.mb150{
		margin-bottom: 150px !important;
	}

	.mt20{
		margin-top: 20px;
	}
	.mt90{
		margin-top: 90px;
	}
	.mt100{
		margin-top: 100px !important;
	}
	.mr5{
		margin-right: 5px;
	}
    .mt150{
margin-top: 150px !important;
}
	.mt200{
		margin-top: 200px;
	}
	.mb75{
	margin-bottom:75px;
}
.mb100{
	margin-bottom:100px !important;
}
.backcolor_beige{
	background: #f8f6f2;
	}
	
	
	#wrapper{
		width:100%;
	}

/*ページナビ2*/	
	
	.pagenavi{
		height: 100px;
		padding-top: 20px;
        width: 1000px;
        margin: 0 auto;
	}
.pagenavi a, .pagenavi span {
    color: #570000;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 3px;
    margin: 0 2px;
    white-space: nowrap;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    border: thin solid #570000;
	display: inline-block;

}
.pagenavi span.current {
    font-weight: bold;
}
.pagenavi a:hover, .pagenavi span.current {
    border-color: #000;
}
.pagenavi span.current {
    color: #fff;
    background-color: #570000;
    border: thin solid #570000;
        border-top-color: #570000;
        border-right-color: #570000;
        border-bottom-color: #570000;
        border-left-color:#570000;
}	
	
/*************************************

ローディング画面

************************************/	
div.loading-Img {
  width: 40%;
  height: auto;
/*z-index: -10;*/
	z-index: 1000;
}
.loading-Bar {
  position: fixed;
  top: 0;
  left: 0;
  background: #111111;
  height: 4px;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  width: 0;
}
.loading-Img {
  position: absolute;
  top: 40%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
}
	
.loadingback{
	background: url(../image/common/loadingback.jpg);
	background-size: cover;
	background-position: top left;
	height: 100%;
	width: 100%;
	position: relative;
	}
	
.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 ;
	z-index: 100;
}
path {
    fill: none;
    stroke: #fff; /*線の色を指定する*/
    stroke-dasharray: 2000;/*線の間隔を指定する*/
    stroke-dashoffset: 0;/*線の位置を指定する(IEは効かない属性)*/
    stroke-width: 1;/*線の太さを指定する*/
    -webkit-animation: hello 3s ease-in forwards;
    animation: hello 3s ease-in forwards;
}
 @-webkit-keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}
@keyframes hello {
 0% {
 stroke-dashoffset: 2000;
 fill:transparent; /*透過*/
}
 50% {
 fill:transparent; /*透過*/
}
 100% {
 stroke-dashoffset: 0;
 fill:#fff;
}
}
	
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
 
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.pcnone{
	display: none !important;
}
/*************************************

ヘッダー

************************************/	
	
	
#header_wrap{
		width: 100%;
		background: #fff;
		height: 120px;
	}
.header{
		position: relative;
		max-width: 1200px;
		margin: 0 auto;
	}
div.headlogo{
		position: absolute;
		left: 0;
		top:24px;
	}
div.headnav{
		position: absolute;
		right: 0;
	}
div.headnav a{
		display: block;
		color: #570000;
		text-align: center;
		margin: 0 25px;
		line-height: 120px;
		float: left;
	}
/*************************************
	
スライダー

************************************/
.topimage{
	width: 100%;
	/*height: 100vh;*/
	overflow: hidden;
/*	background: url(image/headimage/image01.jpg);*/
	background-size: cover;
	background-position: center center;
	z-index: 0;
	text-align: center;
	position: relative;
	}
.topimage p{
width: 50%;
animation: fadeIn 3.5s ease 0s 1 normal;
-webkit-animation: fadeIn 3.5s ease 0s 1 normal;
text-align: left;
position: absolute;
top: 10vh;
	left: 0%;
padding: 0;
margin: 0;
/*width: 100%;*/
/*transform: translateY(-50%);
-webkit- transform: translateY(-50%);*/
	}
.topimage p img{
	width: 100%;
	height: auto;
	}
span.top_txt01 {
width: 50%;
color: #fff;
margin-bottom: 20px;
text-align: left;
text-shadow: 0px 0px 8px #000;
}
.topcontainer{
	width: 100%;
	background: #fff;
	}

h2.toph2{
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	}
h2.toph2 span{
	border-bottom: 1px solid #570000;
	padding-bottom: 20px;
	}
	div.topglidslider{
		width: 100%;
		margin: 30px auto;
	}
	
.multiple { padding: 0;}
.multiple img { width: 100%;}
.multiple div { margin: 0 5px;}
.multiple .slick-next { right: 17px;　z-index: 100;}
.multiple .slick-prev { left: 23px; z-index: 100;}
	
	.sliderglid{
		max-width: 1200px;
		margin: 30px auto 60px;
	}
/*************************************
	
トップニュース

************************************/
.topnewswrap{
	width:100%;
	padding-bottom: 100px;
	padding-top: 100px;
	}
div.newsdate{
	color: 570000;
	font-size: 15px;
	float:left;
	}
div.newscate{
	color: 570000;
	font-size: 15px;
	float: right;
	width: 169px;
	height: 29px;
	color: #fff;
	line-height: 29px;
	text-align: center;
	background: #570000;
	}
.topblogtitle{
	margin-top: 20px;
	}
.topblogtitle a{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	color: #570000;
	}
.topnewsglid{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 80px;
	}
.topnewsglid li{
	margin-bottom: 50px;
	}
a.morebtn{
	width: 370px;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #570000;
	 -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
     -o-transition: 0.3s ease-in-out; 
	}
/* ラベル部分 右下に表示 */
.triangle {
    border: #570000 1px solid;
    margin: 0 auto;
    position: relative;
}
.triangle::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 2em solid transparent;
    border-right: 2em solid #570000; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}
a.morebtn:hover{
		color: #fff;
		background: #570000;
	}
.triangle:hover{
		color: #fff;
		background: #570000;
	}
div.topblogtitle{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}	
ul.topnewsglid{
/*display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;*/
width: 1000px;
margin: 0 auto;
/*justify-content: space-between;*/
	}
ul.topnewsglid li{
	float:left;
		width: 320px;
		margin-left:20px;
	}
ul.topnewsglid li:nth-child(3n+1){
	margin-left:0;
}
ul.topnewsglid li a{
display: block;
width: 320px;
}
ul.topnewsglid li a img{
width: 320px;
height: auto;
}


div.topmessage{
	width: 100%;
	position: relative;
	margin-top: 200px;
	height: 100vh;
	overflow: hidden;
	}
div.topmessage_block01{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	background: #c0c0c0;
	height: 50vw;
	z-index: 0;
	}
div.messageimage01{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 50vw;
	}
div.messageimage01 img{
float: right;
margin-right: 50px;
width: 70%;
height: auto;
	}
div.messagecon_box2{
width: 1200px;
padding-left: 500px;
padding-right: 100px;
padding-top: 30vh;
box-sizing: border-box;
margin: 0 auto;
position: absolute;
top: 10vh;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background: url(../image/common/loadingback.jpg);
height: 1000px;
color: #fff;	
	}
div.messagecon_box{
width: 1200px;
padding-left: 560px;
padding-right: 40px;
padding-top: 20vh;
box-sizing: border-box;
margin: 0 auto;
position: absolute;
top: 10vh;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
height: 1000px;
color: #fff;	
	}
p.messagetxt{
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
font-size: 23px;
line-height: 2;
	z-index: 50;
	margin-bottom: 20px;
	}
a.saiyobtn{
	display: block;
	width: 370px;
	height: 70px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 70px;
	color: #fff;
	margin-top: 60px;
 -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out; 
	}
a.saiyobtn:hover{
	color: #000;
	background: #fff;
	}
div.messageimage02{
position: absolute;
top: 39vh;
left: 18vw;
z-index: 25;
width: 30vw;
	}
div.messageimage02 img{
float: right;
margin-right: 50px;
width: 80%;
height: auto;
	}
div.messageimage03{
position: absolute;
top: 10vh;
right: 20vw;
z-index: 25;
width: 30vw;
	}
div.messageimage03 img{
float: right;
margin-right: 10px;
width: 120%;
height: auto;
	}	
/********************************************
	
トップグリッドボトム
	
********************************************/	

#top_bottom_glid{
	width: 100%;
	background: #f8f6f2;
	margin-top: 200px;
	}
	
ul.top_bottom_glid{
	/*max-width: 1200px;*/
	width: 100%;
	margin: 0 auto;
	}
	
	
ul.top_bottom_glid li{
width: 50%;
float: left;
display: flex; /* 要素をFlexコンテナとして定義する */
justify-content: center;/* flexアイテムの上下中央を指定する */
align-items: center; /* flexアイテムの左右中央を指定する */
	}
.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f8f6f2;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #f8f6f2;
z-index: 100;
}	
h3.topglidh3{
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	color: #000;
	}
h3.topglidh3 span{
	padding-bottom: 10px;
	border-bottom: 1px solid #570000;
	}
p.glidtxt{
font-size: 16px;
text-align: center;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
a.morebtn2{
	width: 370px;
	margin: 20px auto 0;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #570000;
	 -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out; 
	}
a.morebtn2:hover{
	color: #fff;
	background: #570000;
	}
/********************************************
	
フッター
	
********************************************/		
	#footerwrap{
		width: 100%;
		padding-top: 100px;
        background: url(../image/common/loadingback.jpg)
		
	}
	.footercontainer{
		width: 1000px;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	div.footerleft{
		float: left;
	}
	div.footerlink{
		float: right;
		width: 250px;
		
	}
	div.footerlink a{
		display: block;
		color: #fff;
		float: left;
		font-size: 15px;
		width: 50%;
	}
	p.copy{
		font-size: 12px;
		color: #fff;
	}
/********************************************
	
固定ページ設定
	
********************************************/		
#pagetitle{
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: url(../image/common/loadingback.jpg);
	padding: 130px 0;
	}
.pagewrap{
	width: 100%;
	padding-top: 100px;
	}
.pagetopcontents{
	width: 1200px;
	margin: 0 auto;
	}
.pagecontents{
	width: 1000px;
	margin: 0 auto;
	}
h2.pageh2{
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 70px;
	}
h3.pageh3{
	font-size: 30px;
	letter-spacing: 3px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
	}
p.pagetxt{
		font-size: 19px;
		line-height: 1.8;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.center{
		text-align:center;
	}
.marker_yellow_hoso {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.color_brown{
	color: #570000;
	}
.mincho{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
p.pagep{
	font-size: 20px;
	line-height: 1.8;
	}
	
table.nissin1{
	width: 100%;
	border-top: 1px solid #570000;
	}
table.nissin1 th{
	width: 250px;
	font-weight: 600;
	font-size: 18px;
	vertical-align: middle;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #570000;
	
	}
	
table.nissin1 td{
	font-size: 18px;
	color: #000;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #570000;
	}
table.nissin2{
	width: 100%;
	border-collapse: collapse;
	}
table.nissin2 th{
	width: 150px;
	font-weight: 600;
	font-size: 16px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	text-align: left;
	line-height: 2;
	border-right: 1px solid #570000;
	}
	
table.nissin2 td{
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 2;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	padding-left: 15px;
	}
	
p.pagetoptxt{
		font-size: 20px;
		margin-bottom: 30px;
	}

	
	
	
/*************************************
	
企業情報

************************************/
p.keieishisei{
		font-size: 25px;
		color: #570000;
		margin-bottom: 10px;
		letter-spacing: 3px;
		vertical-align: middle;
		
	}
	div.keieishisei{
		font-size: 25px;
		color: #570000;
		margin-bottom: 10px;
		letter-spacing: 3px;
		vertical-align: middle;
		text-align: justify;
	}
span.keieishisei_fs{
		font-size: 20px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		color: #000;
		
		bottom:4px;
		margin-left: 20px;
	}
div.keieishisei_fs{
		font-size: 20px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		color: #000;
		
		bottom:4px;
		margin-left: 20px;
	}
p.keieishisei_fb{
		width: 250px;
	display: inline-block;
	text-align: justify;
	}
div.keieishisei_fb{
		width: 250px;
text-align: justify;
text-justify: inter-ideograph;
	}
	div.keieitxt{
		margin: 50px 0;
	}
div.pagebtnwrap{
	width: 800px;
	margin: 50px auto 0;
display: flex; /* 要素をFlexコンテナとして定義する */
justify-content: center;/* flexアイテムの上下中央を指定する */
align-items: center; /* flexアイテムの左右中央を指定する */
	}	
	p.shakaikokentxt{
		text-align: center;
		font-size: 16px;
		margin-bottom: 30px;
	}
	div.shakaikoken{
		width: 100%;
		
	}
	div.shakaikoken div{
		width: 490px;
		float: left;
		margin-left: 20px;
        margin-bottom: 20px;
	}
	div.shakaikoken div:nth-child(odd){
		margin-left: 0;
	}
	
	div.toppageimage{
		position: relative;
		width: 1200px;
		height: 570px;
		margin-bottom: 100px;
	}
	div.toppageimage_txt{
		position: absolute;
		top: 0;
		left: 0;
		z-index:10;
	}
	div.toppageimage_txt2{
	margin-bottom: 60px;
	}
	div.toppageimage_image{
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 0;
	}
	div.shomei{
		float: right;
	}
	p.shamei{
		font-size: 16px;
		float: left;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	p.name{
		font-size: 40px;
		margin-top: -5px;
		float: right;
		margin-left: 20px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	
/*************************************
	
事業フィールド

************************************/
	
.circle{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #570000;/*背景色*/
	color: #fff;
	text-align:center;
  line-height: 80px;
  vertical-align: middle;
	font-size: 30px;
}
div.jigyotitlewrap{
		width: 100%;
	}
p.jigyotitle{
		font-size: 30px;
		color: #570000;
		float: left;
	line-height: 80px;
	font-weight: 700;
	margin-left: 20px;
	}	
.number{
float: left;
	}
.jigyoglid{
	width: 100%;
display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
.jigyoglid div.jigyologo{
width: 25%;
padding: 8px;
box-sizing: border-box;
	}
.jigyoglid div.jigyologo p{
	text-align: center;
	}
	
	
/********************************************
	
グループ
	
********************************************/
.nissinmark{
	color: #570000;
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
	}	
		
.nissinmark:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url(../image/group/nissinmark.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
.greenmark{
	color: #570000;
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
	}	
		
.greenmark:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url(../image/group/greenmark.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
.sekizaimark{
	color: #570000;
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
	}	
		
.sekizaimark:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url(../image/group/nissinmark.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}
	
.agencymark{
	color: #570000;
	font-size: 25px;
	line-height: 50px;
	font-weight: 600;
	}	
		
.agencymark:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url(../image/group/agency.png);
  background-size: contain;
  vertical-align: middle;
	margin-right: 10px;
}	
	
div.groupbox1{
		width: 100%;
	}	
div.groupbox1_left{
	width: 600px;
	margin-right: 50px;
	float: left;
	}
div.groupbox1_right{
	width: 350px;
	float: left;
	}
	
div.groupbox2{
	width: 100%;
	}	
div.groupbox2_left{
	width: 350px;
	float: left;
	}
div.groupbox2_right{
	width: 600px;
	margin-left: 50px;
	float: left;
	}
/********************************************
	
サイトポリシー
	
********************************************/	
	p.policy{
		text-align: center;
		margin-bottom: 40px;
		font-size: 25px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}	
	p.policy_child01{
		margin-bottom: 10px;
		font-size: 20px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		color: #570000;
	}
	p.policy_child02{
		
		font-size: 18px;
		line-height: 1.8;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		color: #000;
	}
/*************************************

お問い合わせ設定

************************************/
div.entryform{
		margin-top: 30px;
	}
div.formpolicybox{
		width: 100%;
		height: 300px;
		overflow: scroll;
	padding: 10px;
	border: 1px solid #ccc;
	}
.contact_wrap{
	padding-bottom: 40px;
}
.contact_txt{
	padding: 20px 0;
}
.contact_txt p{
	line-height: 180%;
	margin-bottom: 30px;
}
.contact_txt p strong{
	font-weight: 700;
}
.g-enquete-row {
    border-top: #cccccc solid 1px !important;
    border-bottom: #cccccc solid 1px !important;

}
.mw_wp_form_g-enquete table th{
	background: #f2f2f2 !important;
	color: #570000 !important;
	vertical-align: middle !important;
}
.mw_wp_form_g-enquete input[type="submit"], .mw_wp_form_g-enquete input[type="button"], .mw_wp_form_g-enquete button {
    border: 1px solid #570000!important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #570000 !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
}
.mw_wp_form_g-enquete input[type="submit"]:hover {
    border: 1px solid #570000!important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #570000 !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: 20px;
    padding: 10px 30px !important;
    text-shadow: none !important;
}
.hisu{
	font-size: 12px;
	margin-left: 10px;
	color: red;
}
.require{
	display: none;
}
.mw_wp_form_g-enquete .action-buttons {
	text-align: center;
}
	
/*************************************

事業ページ

************************************/	
#jigyowrap{
		padding-top: 100px;
		width: 100%;
	}
	.jigyopage_container{
		width: 1200px;
		margin: 0 auto;
	}
	h2.jigyopageh2{
		text-align: center;
		font-size: 36px;
		color: #000;
	}
	p.jigyopagespel{
		text-align: center;
		font-size: 18px;
		color: #570000;
		margin-top: 100px;
	}
	
	div.jigyotitle_border{
		text-align: center;
		color: #570000;
		border: 1px solid #570000;
		padding: 8px 0;
		font-size: 30px;
		border-radius: 30px;
}
.jigyopageglid{
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px 0 120px;
	}
.jigyopageglid div.jigyopage_div{
width: 575px;
	margin-bottom: 50px;
	}	
	div.jigyologo{
		width: 100%;
		text-align: center;
		padding-top: 70px;
		padding-bottom: 80px;
	}
	div.kakujigyobox{
		padding: 100px;
		background: #F8F6F2;
		
	}
	div.jigyo_naiyou{
		float: left;
		width: 460px;
	}
	div.jigyogaikan{
		float: right;
		margin-left: 40px;
		width: 500px;
	}
	div.jigyogaikan img{
		width: 100%;
		height: auto;
	}
	div.jigyomap{
		float: left;
		margin-top: 40px;
		width: 1000px;
		border: 1px solid #570000;
		box-sizing: border-box;
	}
	h3.jigyoshonei{
		
		font-size: 30px;
		color: #570000;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		border-bottom: 1px solid #570000;
		padding-bottom: 15px;
	}
	table.jigyotable{
		width: 100%;
	}
	table.jigyotable th{
		color: #570000;
		font-size: 16px;
		vertical-align: top;
		text-align: left;
		padding: 10px 0;
		width: 25%;
	}
	table.jigyotable td{
		color: #000;
		font-size: 18px;
		padding-left: 20px;
		vertical-align: top;
		padding: 10px 0;
	}
	h6.jigyonew{
		text-align: center;
		font-size: 30px;
		color:#BE1E23;
		margin-bottom: 30px;
		font-weight: 700;
	}
	div.kohyou{
		width: 100%;
		padding-top: 40px;
	}
	div.kohyoimg{
		float: left;
		width: 50%;
	}
	div.kohyotxt{
		float: left;
		width: 50%;
		padding-left: 15px;
		box-sizing: border-box;
	}
	h3.kohyo{
		color: #570000;
		margin-top: 50px;
		font-size: 30px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	div.kohyotxt p{
	line-height: 1.5;	
		font-size: 20px;
		color: #000;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	
/********************************************
	
採用ページ
	
********************************************/
#recruit_headerwrap{
	background:#570000;
	height: 90px;
	width: 100%;
	}
.recruitheadimage{
	height: 38.4vw;
	width: 100%;
	position: relative;
	}
.recruitheadimage_big{
	position: absolute;
	top: 0;
	z-index: 0;
	width: 100%;
	}
.recruitheadimage_big img{
	width: 100%;
	height: auto;
	}
.recruitheadimage_small{
	width: 1200px;
	margin: 0 auto;
	height: 38.4vw;
	z-index: 10;
	position: absolute;
	top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
	}
.recruitheadimage_small img{
	width: 24vw;
	max-width: 600px;
	z-index: 10;
	margin-top: 18vw;
	}
.recruit_header{
	width: 1200px;
	margin: 0 auto;
	height: 90px;
	}
.recruit_header_logo{
		float: left;
		width: 300px;
		height: 90px;
		background: #fff;
		padding: 15px 10px;
		box-sizing: border-box;
		vertical-align: middle;
	}
.recruit_header_logo img{
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
#recruitpage{
		width: 1200px;
		margin: 0 auto;
		padding-top: 100px;
	}
.recruitnaviback{
		background:#570000;
		height: 90px;
	}
h2.recruit{
		text-align: center;
		font-size: 32px;
		letter-spacing: 10px;
		font-weight: 700;
	}
ul.recruittopgild{
	width: 1200px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 55px auto 150px;
	}
ul.recruittopgild a{
	width: 380px;
	text-align: center;
	margin-bottom: 60px;
	margin-left: 30px;
	position: relative;
	}
ul.recruittopgild a img{
	
	}
ul.recruittopgild a p{
	font-size: 28px;
	margin-top: -40px;
	
	}
ul.recruittopgild a p span{
	text-align: center;
	color: #fff;
	padding: 20px 60px;
	background: #570000;
	}
ul.recruittopgild a:first-child{
	margin-left: 0;
	}
.recruitnav{
	width: 900px;
	height: 90px;
	padding: 20px 20px 0;
	box-sizing: border-box;
	float: right;
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	flex-wrap:nowrap;
	justify-content:space-between;
	}
.recruitnav a{
	color: #fff;
	vertical-align: middle;
	text-align: center;
	display: block;
	font-size: 18px;
	line-height: 1.2;
    padding-top: 5px;
    box-sizing: border-box;
	}
.recruitnav a span{
	font-size: 12px;
	}
/********************************************
	
採用 子ページ
	
********************************************/
#recruitpagewrap{
	width:100%;
}
.recruit_page_headwrap{
	background:#323232;
	width:100%;
	padding-top:76px;
	padding-bottom:85px;
}
.recruit_page_head{
	width:1000px;
	margin:0 auto;
}
.recruit_page_cont{
	width:1000px;
	margin:0 auto;
}
.recruit_page_cont p{
	line-height:1.8;
}
h2.recruit_cont_h2{
	background:url(../image/RECRUIT/common/h2border.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:58px;
	color:#323232;
	font-size:29px;
	padding-bottom:10px;
	margin-bottom:48px;
	font-weight:700;
}
h3.recruit_cont_h3{
	margin-top:58px;
	color:#323232;
	font-size:35px;
	padding-bottom:10px;
	margin-bottom:48px;
	font-weight:700;
}
div.recruitimage01{
	width:100%;
	margin-bottom:48px;
}
div.recruitimage01 img{
	width:100%;
	height:auto;
}

	div.messageglid{
		width:1000px;
		margin-bottom:120px;
	}
	h4.message {
		font-size:40px;
		font-weight:700;
		line-height:1.2;
		margin-bottom:36px;
	}
	div.messageglid01{
		float:left;
		width:500px;
		padding-top:60px;
	}
	
	div.messageglid02{
		float:right;
		width:470px;
		padding-left:30px;
	}
	
	
	div.messageglid03{
		float:left;
		width:470px;
		padding-right:30px;
		padding-top:43px;
	}
	
	
	div.messageglid04{
		float:right;
		width:500px;
	}

div.recruitimage02{
	width:100%;
    margin-top: 30px;
	margin-bottom:68px;
}
div.recruitimage02 img{
	width:100%;
	height:auto;
}
.rec_shomei{
	text-align:right;
}
.recruit_txt{
	line-height:1.5;	
}
.rec_shaze{
	width:100%;
	margin-bottom:105px;
}
p.rec_shaze_txt{
	font-size:24px;
	color:#000;
	margin-bottom:15px;
	
}
p.rec_shaze_txt span.red{
	display:inline-block;
	width:300px;
	color:#C0262C;
	font-size:30px;
}
p.jyunbichu{
	padding: 30px 0 190px;
	}
/********************************************
	
新卒採用
	
********************************************/
h2.shinsotsu_h2{
	margin-bottom: 30px;
	}	
h2.shinsotsu_h2 span.intervew{
	background: #570000;
	color: #fff;
	font-size: 30px;
	padding: 11px 13px;
	margin-bottom: 10px;
	}
a.recnavibtn{
display: block;
width: 300px;
margin: 10px;
}
.mt130{
	margin-top: 130px;
	}
#shinsotsuwrap{
	width: 1200px;
	margin: 90px auto 130px;
	background: url(../image/RECRUIT/shinsotsu/shinsotsuback.png);
	background-repeat: no-repeat;
	}

div.shinsotsuimage{
	width: 1018px;
	margin: 0 auto 55px;
	}
p.recruitmessagetxt{
	font-size: 18px;
	line-height: 2.4;
	}
h3.shinsotsuh3{
	background: #570000;
	color: #570000;
	padding: 8px 15px;
	color: #fff;
	font-size: 29px;
	width: 1000px;
	margin: 0 auto 50px;
	}
	
div.shogakukinbtn{
width: 1000px;
margin: 50px auto 50px;
}
div.shogakukinbtn p{
width: 100%;
font-weight: 700;
font-size: 24px;
margin-bottom: 30px;
}
div.shogakukinbtnarea{
width: 100%;
}
div.shogakukinbtn a{
float: left;
width: 15%;
box-sizing: border-box;
}
.shogakukintxtbtn{
color: #fff;
background: #570000;
margin-right: 20px;
padding: 10px;
width: 180px;
height: 150px;
text-align: center;
padding-top: 50px;
box-sizing: border-box;
border-radius: 10px;
}
	
	
	
/********************************************
	
先輩インタビュー
	
********************************************/
div.inter_head{
	width: 100%;
	height: 36.15vw;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	}
div.inter_head_txt{
	width: 1200px;
	margin: 0 auto;
	
	}
	
div.inter_head_txt img{
	padding-top: 10vw;
	width: 40vw;
	max-width: 550px;
	}
	
.nakamura{
	background: url(../image/RECRUIT/pagehead/nakamura.jpg);
	}
.yamamoto{
	text-align: right;
	right: 0;
	background: url(../image/RECRUIT/pagehead/yamamoto.jpg);
	}	
.takagi{
	text-align: right;
	right: 0;
	background: url(../image/RECRUIT/pagehead/takagi.jpg);
	}	
.nagayasu{
	background: url(../image/RECRUIT/pagehead/nagayasu.jpg);
	}		
.matoba{
	background: url(../image/RECRUIT/pagehead/matoba.jpg);
	}
.higaki{
	background: url(../image/RECRUIT/pagehead/higaki.jpg);
	}	
.hara{
	text-align: right;
	right: 0;
	background: url(../image/RECRUIT/pagehead/hara.jpg);
	}
.fujii{
	background: url(../image/RECRUIT/pagehead/fujii.jpg);
	}	
.daigen{
	background: url(../image/RECRUIT/pagehead/daigen.jpg);
	}	
.terada{
	background: url(../image/RECRUIT/pagehead/terada.jpg);
	}
.inoue{
	background: url(../image/RECRUIT/pagehead/inoue.jpg);
	}
.kanbara{
	background: url(../image/RECRUIT/pagehead/kanbara2.jpg);
	}
.okita{
	text-align: right;
	right: 0;
	background: url(../image/RECRUIT/pagehead/okita.jpg);
	}
.kanaya{
	background: url(../image/RECRUIT/pagehead/kanaya.jpg);
	}
.matsubara{
	background: url(../image/RECRUIT/pagehead/matsubara.jpg);
	}
.hotokebara{
	background: url(../image/RECRUIT/pagehead/hotokebara.jpg);
	}
.hamasaki{
	background: url(../image/RECRUIT/pagehead/hamasaki.jpg);
    text-align: right;
	right: 0;
	}
.font17{
		font-size: 17px !important;
	}
.font25{
		font-size: 25px !important;
	}
ul.interviewglid{
	width: 1200px;
	margin: 0 auto 200px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	}
	ul.interviewglid a{
		display: block;
	}
ul.interviewglid a {
	width: 370px;
	float: left;
	margin-left: 45px;
	margin-bottom: 50px;
	}
ul.interviewglid a:nth-child(3n+1){
	margin-left: 0;
	}
.inter_com_archive{
	color: #fff;
	font-size: 12px;
	}
.inter_year_archive{
	color: #fff;
	font-size: 18px;
	}
.inter_name_archive{
	color: #fff;
	font-size: 24px;
	}
#interviewpage{
	position: relative;
	width: 100%;
	}
.intervewcontents{
	padding: 95px 100px;
	margin: -100px auto 0;
	box-sizing: border-box;
	z-index: 10;
	width: 1200px;
	background: #fff;
	}

div.recruit_title_wrap{
	text-align: center;
	padding-top: 120px;
	font-size: 32px;
	color: #333333;
	margin-bottom: 70px;
	}
.archive_intervew_box{
	background: #570000;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 20px 33px;
	}

.interview_contents{
	width: 100%;
	margin-bottom: 95px;
	}	
	
div.interviewimage01{
	float: left;
	width: 520px;
	}
div.interviewimage01 img{
	width: 100%;
	height: auto;
	}
div.interviewtxt01{
	float: left;
	width: 480px;
	padding-left: 70px;
	box-sizing: border-box;
	}
h2.interview_h2{
	margin-bottom: 30px;
	}	
h2.interview_h2 span.intervew{
	background: #570000;
	color: #fff;
	font-size: 30px;
	padding: 11px 13px;
	margin-bottom: 10px;
	}
	
h3.interview_h3{
	margin-bottom: 30px;
	}	
h3.interview_h3 span.intervew{
	background: #570000;
	color: #fff;
	font-size: 19px;
	padding: 11px 13px;
	
	}
h3.interview_h3 span.intervew2{
	background: #570000;
	color: #fff;
	font-size: 15px;
	padding: 11px 13px;
	
	}	
h4.interview_h4{
	margin-bottom: 5px;
	}	
h4.interview_h4 span.intervew{
	background: #570000;
	color: #fff;
	font-size: 14px;
	padding: 11px 13px;
	}
	
.interview_contents p{
	line-height: 1.8;
	}
	
.interviewimage02{
	margin-bottom: 55px;
	margin-top: 55px;
	}
a.archive_interview_btn{
	width: 500px;
	text-align: center;
	font-size: 21px;
	color: #A71527;
	border: 1px solid #A71527;
		height: 80px;
	line-height: 80px;
	display: block;
	margin: 0 auto;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
a.archive_interview_btn:hover{
	background: #A71527;
	color: #fff;
	}
.interviewimage03{
		float: right;
		width: 450px;
	}
div.interviewtxt02{
	float: left;
	width: 550px;
	padding-right: 55px;
	box-sizing: border-box;
	}
div.interviewimage03 img{
		width: 100%;
	height: auto;
	}
	
	
	
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border:1px solid #CBCBCB;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing:border-box;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}




/*タブ切り替え全体のスタイル*/
.tabs2 {
   margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item2 {
 width: calc(100%/2);
  height: 50px;
  border:1px solid #CBCBCB;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  box-sizing:border-box;
}
.tab_item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item2"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content2 {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}





/*選択されているタブのコンテンツのみを表示*/
#naiyou1:checked ~ #naiyou1_content,
#yoko1:checked ~ #yoko1_content,
#naiyou2:checked ~ #naiyou2_content,
#yoko2:checked ~ #yoko2_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #560000;
  color: #fff;
}

/*選択されているタブのスタイルを変える*/
.tabs2 input:checked + .tab_item2 {
  background-color: #560000;
  color: #fff;
}


table.recruit_yoko{
	width:100%;
}
table.recruit_yoko th{
	border-bottom:1px solid #CBCBCB;
	padding:27px 0;
	width:200px;
	vertical-align:middle;
}
table.recruit_yoko td{
	border-bottom:1px solid #CBCBCB;
	padding:27px 0;
	vertical-align:middle;
}
ul.shigotonaiyou{
	width:100%;
}
ul.shigotonaiyou li{
	width:480px;
	margin-left:40px;
	border:1px solid #CBCBCB;
	box-sizing:border-box;
	float:left;
	padding:20px;
}
ul.shigotonaiyou li h4{
	color:#560000;
	font-size:24px;
	font-weight:700;
}
ul.shigotonaiyou li p{
	color:#560000;
	font-size:18px;
}
ul.shigotonaiyou li:first-child{
	margin-left:0;
}
/********************************************
	
投稿設定
	
********************************************/
#single{
width: 1000px;
margin: 0 auto;
padding: 50px 0 100px;
	}
#single h2{	
padding-bottom: 8px;
border-bottom: 3px solid #570000;
margin-bottom: 20px;
font-size: 24px;
font-weight: 700;
	}
#single h3{	
padding: .25em 0 .25em .75em;
border-left: 6px solid #570000;
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
	}
#single h4{	
font-weight: 700;
margin-bottom: 15px;
font-size: 20px;
	}

	
#single p{	
line-height: 1.5;
margin-bottom: 15px;
	}
#single img{	
margin: 10px 0;
	}
#single a{	
text-decoration: underline;
color: #000;
vertical-align: middle;
	}
#single a:hover{
opacity: 0.8;
}
/********************************************
	
求人情報
	
********************************************/	
h2.jobinfoh2{
text-align: center;
font-weight: 700;
font-size: 28px;
margin-top: 60px;
}
h4.jobinfotitle{
text-align: left;
font-weight: 700;
margin-top: 50px;
font-size: 20px;
}
table.jobinfo{
width: 100%;
margin-top: 30px;
margin-bottom: 60px;
}
table.jobinfo th{
width: 25%;
color: #570000;
font-weight: 700;
font-size: 18px;
padding: 20px 10px;
vertical-align: top;
text-align: left;
border-bottom: 1px solid #570000;
}
table.jobinfo td{
color: #000;
font-size: 18px;
padding: 20px 10px;
text-align: left;
vertical-align: top;
text-align: left;
border-bottom: 1px solid #570000;
}
a.jobinfocontactbtn{
display: block;
width: 70%;
padding: 15px 15px;
background: #570000;
color: #fff;
text-align: center;
margin: 0 auto 100px;
}

/********************************************
	
障害者採用
	
********************************************/
.shogaishatxt{
width: 70%;
margin: 30px auto;
text-align: center;
line-height: 1.8;
}
/********************************************
	
キャリア採用
	
********************************************/

div.toplinkbox{
width:100%;
}
div.toplinkbox a{
display: block;
width:30%;
float:left;
margin-right:10px;

}
div.toplinkbox a img{
border: 1px solid #ccc; 
}
div.toplinkbox a p{
color:#000;
font-size:16px;
}
.mt40{
margin-top: 40px;
}
/********************************************
	
福利厚生
	
********************************************/
h2.gradeline{
background: url(../image/RECRUIT/benefits/line.svg) no-repeat;
background-position: bottom;
color: #333333;
font-size: 30px;
font-weight: 700;
padding-bottom: 13px;
margin-bottom: 40px;
}
.mt60{
margin-top: 60px;
}
p.benefitpoint{
color: #333333;
font-size: 24px;
font-weight: 700;
}
span.benefitunder{
background: linear-gradient(transparent 60%, #ffff66 60%);
line-height: 1.2;
font-size: 24px;
color: #ae0f17;
font-weight: 700;
}
p.benefittxt{
font-size: 19px;
line-height: 1.5;
}
div.shainseido{
padding:60px 156px; 
}

div.miryoku{
width: 100%;
margin-bottom: 60px;
}
div.miryokunumber{
width: 60px;
margin-right: 10px;
float: left;
}
div.miryokuright{
float: right;
width: 930px;
padding-left: 25px;
box-sizing: border-box;
border-left: 1px solid #000;
}
ul.fukurikouseilist{
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
-webkit-justify-content: space-between;
    justify-content: space-between;
}
ul.fukurikouseilist li{
margin-bottom: 27px;
line-height: 100px;
width: 313px;
height: 100px;
background: url(../image/RECRUIT/benefits/fukurikouseilist.svg);
background-size: contain;
text-align: center;
color: #570000;
font-size: 22px;
}
ul.fukurikouseilist li:nth-child(5){
line-height: 1.2;
padding-top: 26px;
box-sizing: border-box;
}
ul.fukurikouseilist li:nth-child(3){
line-height: 1.2;
padding-top: 26px;
box-sizing: border-box;
}
ul.fukurikouseilist li:nth-child(2){
line-height: 1.2;
padding-top: 26px;
box-sizing: border-box;
}
/********************************************
	
キャリアアップ
	
********************************************/
div.carrerup01{
width: 100%;
margin: 60px 0 100px;
}
p.yamaguchiteijyu{
font-weight: 700;
margin-bottom: 10px;
}
a.yamaguchiteijyubtn{
width: 300px;
display: block;
}
/********************************************
	
事業計画
	
********************************************/
.jigyokeikaku{
background: url(../image/RECRUIT/business/headtxtback.jpg) no-repeat;
padding-bottom: 120px;
background-size: cover;
}
h2.jigyokeikakuh2{
font-size: 46px;
letter-spacing: 10px;
padding-top: 85px;
color: #fff;
text-align: center;
margin-bottom: 70px;
font-weight: 600;
}
p.jigyokeikakup{
text-align: center;
font-size: 20px;
line-height: 2;
color: #fff;
}

div.jigyokeikakuimage{
text-align: center;
margin: 100px auto;
}
ul.jigyokeikakulist{
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 100px;
}
ul.jigyokeikakulist li{
width: 315px;
float: left;


}
div.jigyolistbox{
box-shadow:3px 3px 10px -3px #333333;
box-sizing: border-box;
padding: 30px 20px;
}
ul.jigyokeikakulist li:nth-child(2){
margin-top: 125px;
}
div.jigyoboxup{
width: 100%;
}
div.jigyoboxnumber{
width: 45px;
float: left;
}
div.jigyoboxtitle{
font-size: 18px;
font-weight: 700;
color: #ae0f17;
line-height: 1.1;
margin-left: 24px;
float: left;
}
.jigyoboxtitlered{
color: #ae0f17;
margin-top: 20px;
}
p.jigyoboxtxt{
font-size: 12px !important;
}
p.jigyotxt{
font-size: 14px;
line-height: 1.2;
margin-top: 25px;
}
p.jigyotxt2{
font-size: 14px;
line-height: 1.2;
margin-bottom: 10px;
}
span.jigyospanred{
color: #ae0f17;
vertical-align: middle;
}
/********************************************
	
求人情報検索
	
********************************************/
#recruitinfo {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0 100px;
}


h3.saiyoinfotitle{
text-align: center;
font-weight: 700;
font-size: 22px;
margin-bottom: 40px;
border: none !important;
}
.kensakuform{
width:100%;
/*border-bottom:4px solid #F6921E;
border-top:4px solid #F6921E;*/
}
.searchkoumoku{
clear:both;
width:100%;
font-weight:700;
margin-bottom:7px;
color:#570000;
font-size: 18px;
margin-top: 50px;
}
.searchkoumoku:first-child{
margin-top: 10px;
}
#feas-0{
background: #faf8f0;
padding:  10px 30px 4px;
}
#feas-form-0{

}
#feas_0_1_0{
	clear:both;

}
#feas_0_1_1,#feas_0_1_2,#feas_0_1_3,#feas_0_1_4,#feas_0_1_5,#feas_0_1_6,#feas_0_1_7{
	
}
#feas-result-0{
width:100%;
text-align:right;
padding:10px 0;
}
#feas-searchform-1,
#feas-form-1{
width:100%;
}
#feas-1{
width:100%;
}
#feas-1{
width:100%;
}

#feas_1_1_0{
clear:both;
}
#feas_0_2_0{

}
#feas_0_2_0,#feas_0_2_1,#feas_0_2_2,#feas_0_2_3,#feas_0_2_4,#feas_0_2_5,#feas_0_2_6,#feas_0_2_7,#feas_0_2_8,#feas_0_2_9,#feas_0_2_10,#feas_0_2_11,#feas_0_2_12{
width: 300px;
display:inline-block;
box-sizing: border-box;
margin-bottom: 8px;

}
#feas-result-0{
width:100%;
text-align:right;
padding:10px 0;
font-size: 12px;
color: #424242;
}

.feas-submit-button{
clear: both;
font-size: 16px;
width: 370px;
display: block;
height: 70px;
line-height: 70px;
text-align: center;
color:#570000;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
border:#570000 1px solid;
margin: 80px auto 40px;
position: relative;
background: #fff;
}

.feas-submit-button:hover{
		color: #fff;
		background: #570000;
	}

.mapicon:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image:url(../image/icon/map.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.humanicon:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image:url(../image/icon/human.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.brandicon:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 28px;/*画像の幅*/
  height: 28px;/*画像の高さ*/
  background-image:url(../image/icon/brand.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}
/********************************************
	
sns
	
********************************************/
.sns{
width: 100%;
display: -webkit-flex;
    display: flex;


}
.sns a{
display: block;
width: 10%;
margin-right: 10px;
}
.sns a img{
width: 100%;
height: auto;
}
h6.snsh6{
font-size: 18px;
color:#570000;
font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
padding-bottom: 15px;
}
