@media screen and (min-width:600px) and ( max-width:959px) {
/*// タブレットに適用したいスタイル //*/


html {
	overflow: auto;
}
body {
	/*overflow: hidden;*/
	min-width: 960px;
}
	a:hover{
cursor: pointer;
cursor: hand;}
.mt100{
		margin-top: 100px;
	}
.mb50{
		margin-bottom: 50px !important;
	}
.mt50{
		margin-top: 50px !important;
	}
.center{
		text-align: center;
	}
	

	
	
/*ページナビ*/	
	.pagenavi{
		width: 1000px;
		margin: 0 auto;
	}	
.wp-pagenavi a, .wp-pagenavi span {
    color: #666;
    background-color: #FFFFFF;
    padding: 20px 25px;
    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 #666;
}
.wp-pagenavi span.current {
    font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #000;
}
.wp-pagenavi span.current {
    color: #fff;
    background-color: #666;
    border: thin solid #666;
        border-top-color: #666;
        border-right-color: #666;
        border-bottom-color: #666;
        border-left-color:#666;
}	
	

/*// 通常のデスクトップに適用したいスタイル //*/
#wrapper{
	width: 100%;
	overflow: hidden;
}
	.backblack{
		background: #000;
	}
.contents{
	width:100%;
}
.pcnone{
	display: none !important;
	}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	width:100% !important;
}
/*img {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}*/
.pb130{
		padding-bottom: 130px;
	}
	.mt40{
		margin-top: 40px !important;
	}
#header_wrap{
	width: 100%;
	height: 80px;
	background: url(image/common/headback.svg);
	background-size: cover;
	position: fixed;
	top:0;
	left: 0;
	z-index: 1000;
	}
#header{
	background: url(image/common/headnavback.svg);
	width: 1200px;
	height: 80px;
	margin: 0 auto;
	background-size: cover;
	}
div.head_logo{
	float: left;
	width: 260px;
	}
nav.gnav{
	width: 750px;
	float: left;
	}
nav.gnav a{
	float: left;
	line-height: 80px;
	width: 125px;
	display:block;
	color: #fff;
	text-align: center;
	}	
nav.gnav a span{
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
nav.gnav a:hover span{
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
	letter-spacing: 3px;
	}
a.headcontact{
		width: 190px;
		height: 80px;
		text-align: center;
		display: block;
		color: #fff;
		line-height: 80px;
		background: #c1272d;
	float: left;
	}	
.fadeIn {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:4s;
 -ms-animation-duration:4s;
 animation-duration:4s;
 -webkit-animation-name: fadeIn;
 animation-name: fadeIn;
 visibility: visible !important;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.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)";

}
.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{
animation: fadeIn 3.5s ease 0s 1 normal;
-webkit-animation: fadeIn 3.5s ease 0s 1 normal;
text-align: center;
position: absolute;
top: 50%;
padding: 0;
margin: 0;
width: 100%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
	}
.container{
width: 1200px;
margin: 0 auto;
box-sizing:border-box;
	}
h2.en_spel_big{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	font-weight: 500;
	font-size: 58px;
	margin-top: 110px;
	margin-bottom:20px;
	background: url(image/top/redline.svg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 93px 3px;
	}
h3.sec_subtxt{
	font-size: 20px;
	text-align: center;margin-top: 8px;
		margin-bottom: 90px;
	}
span.top_txt01{
		font-size: 64px;
		color: #fff;
margin-bottom: 20px;
		text-shadow:0px 0px 8px #000;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
span.top_txt02{
		font-size: 85px;
		color: #fff;
		text-shadow:0px 0px 8px #000;
		font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
a.btnblue{
		display: block;
		width: 100%;
		background: #4070b7;
		color: #fff;
		text-align: center;
		line-height: 80px;
		font-size: 20px;
		text-decoration: none;
	}	
/*************************************

ボタンアニメーション

************************************/
.button {
  position: relative;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0);
  color: #fff;
font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
  transition: all .2s;
font-weight: 700;
}
.button::before,
.button::after {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 2px solid transparent;
}
.button:hover {
  color: #fff;		
}
.button:hover::before,
.button:hover::after {
  width: 100%;
  height: 100%;
}
.button:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width .3s, height .3s .3s;
}
.button:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: height .3s, width .3s .3s;
}	
/*************************************

トップグリッド

************************************/
.adjust-box {
	float: left;
    position: relative;
    width: 25%;
    height: auto;
    background: #EEE;
	margin-bottom: 135px;
}
.box-1x1:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.inner {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	
	box-sizing: border-box;
}
.adjust-box p {
    font-size:1.25vw;
    line-height:1.5em;
	font-size: 24px;
	margin: 10%;
	width: 80%;
	height: 80%;
	box-sizing: border-box;
}
.bg-scale {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background:url(image/top/glid01.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bg-scale .inner {
    z-index: 1;
	text-align: center;
	color: #fff;
}
.bg-scale .inner p{
	margin: 10%;
	width: 80%;
	height: 80%;
	font-weight: 700;
	box-sizing: border-box;
	/*border: 2px solid #fff;*/
	/*	display: flex;*/
	align-items: center;
	 justify-content: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale2 {
    position: relative;
    overflow: hidden;
    text-align: center;
 
}
.bg-scale2:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale2:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bg-scale2 .inner {
    z-index: 1;
	text-align: center;
	color: #fff;
	
}
.bg-scale2 .inner p{
	margin: 10%;
	width: 80%;
	height: 80%;
	font-weight: 700;
	box-sizing: border-box;
	/*border: 2px solid #fff;*/
	/*	display: flex;*/
	align-items: center;
	 justify-content: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.bg-scale3 {
    position: relative;
    overflow: hidden;
    text-align: center;
 
}
.bg-scale3:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid03.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale3:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bg-scale3 .inner {
    z-index: 1;
	text-align: center;
	color: #fff;	
}
.bg-scale3 .inner p{
	margin: 10%;
	width: 80%;
	height: 80%;
	font-weight: 700;
	box-sizing: border-box;
	/*border: 2px solid #fff;*/
	/*	display: flex;*/
	align-items: center;
	 justify-content: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.bg-scale4 {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.bg-scale4:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url(image/top/glid04.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.bg-scale4:hover:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.bg-scale4 .inner {
    z-index: 1;
	text-align: center;
	color: #fff;
}
.bg-scale4 .inner p{
	margin: 10%;
	width: 80%;
	height: 80%;
	font-weight: 700;
	box-sizing: border-box;
	/*border: 2px solid #fff;*/
	/*	display: flex;*/
	align-items: center;
	 justify-content: center;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
span.glid_txt_big{
	font-size: 25px;
	letter-spacing: 8px;
	vertical-align: middle;
	display: block;
		padding-top: 40%;
	}
span.glid_txt_small{
	font-size: 24px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	}
.z100{
	z-index: 100;
	position: relative;
	}
/*************************************

トップ社会貢献

************************************/
#isowrap{
	/*padding-top: 105px;*/
	width: 100%;
	background:url(image/top/isoback.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	/*height: 663px;*/
	}	
.iso_left{
	float: left;
	width: 660px;
	padding: 60px 100px;
	box-sizing: border-box;
	}
.iso_left p{
	font-size: 16px;
	line-height: 1.5;
	}
h2.iso{
	font-size: 45px;
	font-weight: 700;
	line-height: 1.8;
	}
div.iso_right{
	margin: 40px auto 0;
	width: 450px;
	}
div.iso_right a{
	display: block;
	float: left;
	color: #000;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	border:1px solid #000;
	margin-left: 50px;
	margin-bottom: 50px;
	 -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out; 
	}
div.iso_right a:hover{
	background: #c1272d;
	color: #fff;
	}
div.iso_right a:nth-child(odd){
	margin-left: 0;
	}
/*************************************

トップ採用情報

************************************/	
#recruitwrap{
		height: 653px;
		position: relative;
		width: 1200px;
	}
	
.recruitimg{
	position: absolute;
	top:0;
	left: 0;
	width: 673px;
	height: 503px;
	z-index: 10;
	}
	
.recruittxt{
		position: absolute;
	bottom:0;
	right: 0;
	width: 673px;
	height: 503px;
	z-index: 10;
	background: #e6e6e6;
	width: 1100px;
	height: 534px;
	z-index: 5;
	padding-left: 625px;
	box-sizing: border-box;
	padding-top: 110px;
	font-size: 16px;
	line-height: 1.5;
	}
h2.recruit{
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 40px;
	}
a.recruitbtn{
		width: 210px;
		height: 66px;
		line-height: 66px;
		text-align: center;
		border: 1px solid #000;
		box-sizing: border-box;
		margin: 35px auto 0;
		display: block;
		color: #000;
		font-weight: 700;
		-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
       -o-transition: 0.3s ease-in-out; 
	}
a.recruitbtn:hover{
	background: #000;
	color: #fff;
	}
	

div.top_recruit_bunner{
	width: 1000px;
	margin: 0 auto;
	height: 445px;
	box-sizing: border-box;
	padding-top: 296px;
	padding-left: 60px;
	background: url(image/top/recruit_back.jpg) no-repeat;
	background-size: contain;
	}
div.top_recruit_bunner a{
	display: block;
	width: 220px;
	text-align: center;
	line-height: 60px;
	color: #000;
	height: 66px;
	border: 1px solid #000;
	}
div.top_recruit_bunner a:hover{
	color: #fff;
	background: #000;
	}
	.currentPage{
		-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
       -o-transition: 0.3s ease-in-out;
	}
/*************************************

トップお知らせ

************************************/
	#news{
		width: 100%;
	}
	#news ul{
		width: 100%;
	}
	#news ul li{
		width: 100%;
		padding: 20px 0;
		line-height:32px;
	}
	#news ul li div{
		width: 1200px;
		margin: 0 auto;
	}
	#news a{
		
		display: block;
		color: #000;
		float:left;
	}
	#news ul li:nth-child(odd){
		background: #e6e6e6;
	}
	span.date{
		float:left;
		color: #000;
		margin-left: 40px;
	}
	span.date{
		float:left;
		color: #000;
		margin-right: 40px;
		display: block;
	}
	span.category{
		color: #fff;
		float:left;
		display: block;
		width: 100px;
		text-align: center;
		/*padding: 4px 0;*/
		margin-right: 40px;
		background: #666666;
	}
/*************************************

トップ方針

************************************/
	div.efforts{
		width: 1000px;
		box-sizing: border-box;
		margin: 0 auto;
		
	}
	div.efforts a{
		width: 25%;
		text-align: center;
		color: #666;
		float: left;
		box-sizing: border-box;
		border-right: 1px dashed #666;
		margin: 0 auto;
		font-size: 16px;
	}
	div.efforts a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
		margin-right: 8px;
    background-image: url(image/icon/square.svg);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
div.efforts a:first-child{
	border-left: 1px dashed #666;
	}
	div.efforts a:hover{
		color: #c1272d;
		text-decoration: underline;
	
	}
/*************************************

フッター

************************************/
	#footer{
		background: #f2f2f2;
		width: 100%;
		padding: 55px 0 120px;
	}
	div.footercontainer{
		width:1100px;
		margin:0 auto;
	}
	div.footerlogoadd{
		width: 305px;
		float:left;
	}
	div.footerlogoadd img{
		margin-bottom: 6px;
	}
	div.footerlogoadd p{
		line-height: 1.8;
		font-size: 11px;
	}
	div.footerlink{
		float: left;
		/*width: 790px;*/
	}
	
	div.footerlink div{
		float:left;
		width: 130px;
		
	}
	div.footerlink div p{
		margin-bottom: 10px;
	}
	a.linkbig{
		font-size: 14px;
		color: #000;
		margin-bottom: 25px;
		display: block;
	}
	a.linksmall{
		font-size: 12px;
		color: #000;
		display: block;
		margin-bottom: 15px;
	}
	div.copy{
		text-align: center;
		background: #000;
		color: #fff;
		width: 100%;
		padding: 15px 0;
		font-size: 11px;
	}
/*************************************

固定ページ共通

************************************/
.squareicon{
	color: #c1272d;
	font-size: 24px;
	text-align: center;
	}	
.squareicon:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 24px;/*画像の幅*/
  height: 24px;/*画像の高さ*/
  background-image:url(image/icon/square.svg);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
}
.pagecontainer{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 200px;
	}
.pagecontainer_nomargin {
    width: 1000px;
    margin: 0 auto;
}
.pagecontainer_business {
    width: 1200px;
    margin: 0 auto;
}
h2.pageh2{
		margin-top: 58px;
	}
#page{
		padding-top: 80px;
		width:100%;
	}
#pagehead{
		height: 300px;
		width: 100%;
		padding-top: 106px;
		box-sizing: border-box;
	}
#pagehead h2{
		color: #fff;
		text-align: center;
		font-size: 58px;
	margin-bottom: 10px;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
div.subtitle{
		color: #fff;
		text-align: center;
		border: 1px solid #fff;
		font-size: 21px;
		padding: 7px 23px;
		width: 210px;
		margin: 0 auto;
	}
.page_aboutback{
		background: url(image/page/head_aboutback.jpg);
		background-size: cover;
		background-position: center center;
	}
.page_isoback{
		background: url(image/page/head_isoback.jpg);
		background-size: cover;
		background-position: center center;
	}
.page_ceraback{
		background: url(image/page/head_ceraback.jpg);
		background-size: cover;
		background-position: center center;
	}
.page_contactaback{
		background: url(image/page/head_contactback.jpg);
		background-size: cover;
		background-position: center center;
	}
	
/*************************************

企業情報一覧

************************************/
	ul.cominfo{
		width: 1000px;
		margin-top: 52px;
		margin-bottom: 50px;
	}	
	ul.cominfo li{
		width: 328px;
		float: left;
		margin-left: 8px;
		margin-bottom: 20px;
	}
	ul.cominfo li:nth-child(3n+1){
		margin-left: 0;
	}
	ul.cominfo li img{
		margin-bottom: 10px;
	}
	ul.cominfo li p{
		font-size: 15px;
		color: #000;
	}
	ul.cominfo li h5{
	font-size: 18px;
		color: #c1272d;
		margin-bottom: 10px;
padding-left: 20px;
	}
/*************************************

代表挨拶

************************************/
	div.messagebox{
		width: 100%;
		margin-top: 52px;
	}
	div.message_img{
		float: left;
		width: 450px;
	}
	div.message_txt{
		float: left;
		margin-left: 80px;
		width: 470px;
		font-size: 16px;
		line-height: 1.8;
		text-indent: 1em;
	}
		div.message_txt p{
		margin-bottom: 15px;
	}
	p.shomei{
		margin-top: 30px;
		font-size: 25px;
		text-align: right;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	p.shomei span.daihyo{
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-size: 18px;
		vertical-align: middle;
	}
	div.rinenbox{
		width: 100%;
		margin-top: 52px;
	}
	p.rinentxt{
		line-height: 1.8;
		margin-top: 43px;
	}
	ul.rinen_circle{
		width: 100%;
		margin-top: 45px;
	}
	ul.rinen_circle li{
		float: left;
		box-sizing: border-box;
		width: 210px;
		height: 210px;
		margin-left: 20px;
		text-align: center;
		background: #f2f2f2;
		border-radius: 105px;
	}
	ul.rinen_circle li:first-child{
		margin-left: 0;
	}
	.rinen01{
		color: #0b308e;
		padding-top: 60px;
		line-height: 1.8;
		font-weight: 700;
	}
	.rinen02{
		color: #ea6000;
		padding-top: 76px;
		line-height: 1.8;
		font-weight: 700;
	}
	.rinen03{
		color: #e50012;
		padding-top: 76px;
		line-height: 1.8;
		font-weight: 700;
	}
	.rinen04{
		color: #00993e;
		padding-top: 76px;
		line-height: 1.8;
		font-weight: 700;
	}
	
	
	
a.letterspace {
font-size: 14px;
letter-spacing: 1px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}
a.letterspace:hover {
  letter-spacing: 8px;
 }
.arrow2 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow2:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.arrow2:after {
    content: '';
    width: 0;
    height: 0;
    border: solid 3px transparent;
    border-left: solid 5px #051a31;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -3px;
}



/*#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: #003b82;
    width: 100%;
	padding: 28px 0;
	box-shadow: 0 1px 1px 0 rgba(34,34,34,.1);
}*/
#header-page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
    background-color: #fff;
    width: 100%;
				padding: 20px 0;
}
/*.container {
    width: 980px;
}*/
.container::after, .container-filld::after, .container-filld-full::after {
    clear: both;
}
.container::before, .container::after, .container-filld::before, .container-filld::after, .container-filld-full::before, .container-filld-full::after {
    content: "";
    display: table;
}
.container, .container-filld {
    margin-right: auto;
    margin-left: auto;
}

#header_pc{
height: 50px;
}
h1.head_logo{
float: left;
width: 260px;
	height: 80px;
}

/*グローバルナビ設定*/
#header_pc nav {
    float: right;
    transition: all 0.3s;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
#header_pc ul li {
    float: left;
    font-size: 90%;
    font-weight: bold;
				width: 110px;
				border-right: 1px solid #fff;
				box-sizing: border-box;
}
#header_pc ul li:last-child{
border-right:none;
}
#header_pc ul li a {
    display: block;
    height: 50px;
    color: #fff;
    line-height: 85px;
    padding: 0 16px;
    transition: all 0.3s;
	font-size: 11px;
	text-align: center;
}
#header_pc ul > li > a:hover{
opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
	text-decoration:none;
}




/*メガドロップメニュー*/
.menu {
position: relative;
height: 54px;
margin: 0 auto;
float: right;
width: 550px;
}

.menu > li {
float: left;
display: block;
height: 54px;
color: #fff;
transition: all 0.3s;
font-size: 11px;
text-align: center;
width: 110px;

}
.menu > li > ul{
width: 100%;
}
.menu > li a {
display: block;
color: #fff;
height: 50px;
line-height: 85px;
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
#gnav{
	float: left;
width: 750px;
margin: 0 auto;
height: 80px;
}
#gnav > ul {
display: table;
float:left;
height: 80px;
}
#gnav > ul > li {
 display: table-cell;
box-sizing: border-box;
height: 80px;
display: block;
float: left;
color: #fff;
transition: all 0.3s;
font-size: 11px;
text-align: center;
width: 125px;
vertical-align: bottom;
}
#gnav > ul > li a{
font-size: 14px;
color: #fff;
text-decoration: none;
}
#gnav > ul > li:hover {
  color: #fff;
	
  /*background-color: #19192b;*/
}
#gnav > ul > li:hover > a {
  color: #fff;
		opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1 !important;
}
#gnav > ul > li >ul{
		text-align: left;
	}
#gnav > ul > li > a {
display: block;
height: 80px;
line-height: 80px;
transition: all .2s ease-in;
color: #fff;
cursor: pointer;
cursor: hand;
font-size: 13px;
}
#gnav > ul > li >ul{
width: 1200px;
margin: 0 auto;
	}
#gnav > ul .menu {
transition: all .2s ease-in;
max-height: 0;
opacity: 0;
overflow: hidden;
width: 100%;
left: 0;
text-align: center;
position: absolute;
height: 70px;
background-color: rgba(0,0,0,.8);
}
#gnav > ul .menu .menu_inner {
transition: all .2s ease-in;
width: 1000px;
margin: 0 auto;
text-align: left;

}
#gnav > ul .menu .menu_inner:hover {
transition: all .2s ease-in;
}
#gnav > ul .menu .menu_inner li {
display: inline-block;
padding: 25px 0;
font-size: 16px;
vertical-align: middle;
margin-right: 50px;
}
#gnav > ul .menu a {
  color: #fff;
transition: color .3s;
}
#gnav > ul .menu a:hover {
  color: #C1272D;
}	
	
/*************************************

ローディング画面

************************************/	
img.loading-Img {
  width: 10%;
  height: auto;
}
 
.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: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*************************************

テキストアニメーション

************************************/	
#animation {
margin: 50px 0;

font-weight: bold;
line-height: 1.4;
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}	
/*************************************

沿革

************************************/	
table.history{
width: 100%;
margin-top: 50px;
border-bottom: 1px solid #E6E6E6;
	}	
table.history th{
width: 360px;
text-align: left;
padding-left: 100px;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
border-top: 1px solid #E6E6E6;
	}
table.history td{
width: 840px;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #E6E6E6;
	}	
table.history tr:nth-child(even){
	background:#F2F2F2;
	}
/*************************************

会社概要

************************************/	
table.gaiyoupage{
float: left;
width: 590px;
margin-left: 20px;
border-bottom: 1px solid #E6E6E6;
}	
table.gaiyoupage th{
font-size: 12px;
text-align: left;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
border-top: 1px solid #E6E6E6;
vertical-align: middle;
}
table.gaiyoupage td{
font-size: 12px;
padding-top: 15px;
line-height: 1.8;
padding-bottom: 15px;
border-top: 1px solid #E6E6E6;
}	
table.gaiyoupage tr:nth-child(even){
background:#F2F2F2;
}	

	
	
table.hyosho{
width: 100%;
margin-top: 50px;
border-bottom: 1px solid #E6E6E6;
}	

table.hyosho td{
font-size: 12px;
padding-top: 15px;
padding-bottom: 15px;
border-top: 1px solid #E6E6E6;
}	
table.hyosho tr:nth-child(even){
background-color:rgba(242,214,214,0.4);
}	
table.hyosho td:first-child{
	padding-left: 8px;
	}
div.mapwrap{
width: 100%;
height: 390px;
}
	
	div.gaiyoupagewrap{
		width: 1000px;
		margin-top: 50px;
		margin-bottom: 100px;
	}	
	div.gaiyoupageimg{
		width: 390px;
		float: left;
	}
	div.gaiyoupagetable{
		width: 590px;
		margin-left: 20px;
		float: left;
	}
/*************************************

関連会社

************************************/	
div.linkwrap{
		width: 100%;
	margin-top: 55px;
	}	
		
div.linkwrap_img{
	width: 384px;
	float: left;
	}
div.linkinfo{
	float: left;
	width: 576px;
margin-left: 40px;
	}
table.linkpage{
width: 100%;
border-bottom: 1px solid #E6E6E6;
}	
table.linkpage th{
font-size: 12px;
text-align: left;
padding-left: 15px;
padding-top: 15px;
padding-bottom: 15px;
box-sizing: border-box;
border-top: 1px solid #E6E6E6;
vertical-align: middle;
}
table.linkpage td{
font-size: 12px;
padding-top: 15px;
line-height: 1.8;
padding-bottom: 15px;
vertical-align: middle;
border-top: 1px solid #E6E6E6;
}	
table.linkpage tr:nth-child(even){
background:#F2F2F2;
}	
.mb165{
	margin-bottom: 165px;
	}
h4.linkname{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 25px;
	}
/*************************************

事業案内 共通

************************************/

.page_businessback{
		background: url(image/page/head_businessback.jpg);
		background-size: cover;
		background-position: center center;
	}
	div.business{
		width: 1200px;
		min-height: 839px;
		margin-top: 65px;
		padding: 60px 0 0 100px;
		box-sizing: border-box;
	}
	.doboku{
		background: url(image/business/dobokuimage.png) no-repeat;
		background-position: right top;
	}
	.kenchiku{
		background: url(image/business/kenchikuimage.png) no-repeat;
		background-position: right top;
	}
	.setsubi{
		background: url(image/business/setsubiimage.png) no-repeat;
		background-position: right top;
	}
	h2.business_title{
		font-size: 60px;
		font-weight: 700;
		margin-bottom: 40px;
	}
	p.business_txt{
		line-height: 4;
	font-size: 18px;
	}
	
	a.jisekibtn01{
		display: block;
		width: 400px;
		text-align: center;
		color: #c1272d;
font-size: 24px;
		border: 1px solid #c1272d;
		padding: 8px;
		margin: 30px auto;
	}	
	a.jisekibtn01:hover{
		color: #fff;
		background: #c1272d;
	}
	div.jiseki_btn_box{
		width: 1000px;
		margin: 30px auto 90px;
	}
	div.jiseki_btn_box a{
		color: #c1272d;
		text-align: center;
		border: 1px solid #c1272d;
		float: left;
		display: block;
		box-sizing: border-box;
		width: 190px;
		margin-left: 10px;
		font-size: 20px;
		padding: 8px 0;
		
	}
	div.jiseki_btn_box a:first-child{
		margin-left: 0;

	}
	div.jiseki_btn_box a:hover{
		color: #fff;
		background: #c1272d;
	}
/*************************************

iso 共通

************************************/
	h3.isotitle_big{
		color: #A62B31;
		font-size: 16px;
		text-align: left;
		border-bottom: 1px solid #A62B31;
		padding-bottom: 5px;
		margin-bottom: 21px;
		font-weight: 700;
		line-height:1.5;
		vertical-align:baseline;
	}	
	h3.isotitle_big span{
		text-align: right;
		float: right;
		font-weight: 500;
		display:block;
		font-size:12px;
		vertical-align:baseline;
	}
	p.isotxt01{
		margin-top: 30px;
		font-size: 16px;
		line-height: 1.5;
	}
	div.isobox01{
		margin-top: 90px;
	}
	
	
/*２つ並びのグリッド	*/
	ul.isoglid01{
		width:1000px;
		margin-bottom:73px;
	}
	ul.isoglid01 li{
		width:490px;
		float:left;
		margin-left:20px;
		margin-bottom:20px;
	}
	ul.isoglid01 li h3{
		font-size:16px;
		color:#A52B30;
		border-bottom:1px solid #A52B30;
		padding-bottom:5px;
		margin-bottom:5px;
		line-height:1.5;
		font-weight: 700;
	}
	ul.isoglid01 li img{
		width:100%;
		height:auto;
	}
	ul.isoglid01 li:nth-child(odd){
		margin-left:0;
	}
/*２つ並びのグリッド　マージンなし	*/
	ul.isoglid02{
		width:1000px;
	}
	ul.isoglid02 li{
		width:490px;
		float:left;
		margin-left:20px;
		margin-bottom:20px;
	}
	ul.isoglid02 li img{
		width:100%;
		height:auto;
	}
	ul.isoglid02 li:nth-child(odd){
		margin-left:0;
	}
/*２つ並びのグリッド 一番最初が幅100%	*/
	div.isoimage{
		width:1000px;
		margin-bottom:20px;
	}
/*3つ並びのグリッド　マージンなし	*/
	ul.isoglid03{
		width:1000px;
	}
	ul.isoglid03 li{
		width:320px;
		float:left;
		margin-left:20px;
		margin-bottom:20px;
	}
	ul.isoglid03 li h3{
		font-size:16px;
		color:#A52B30;
		border-bottom:1px solid #A52B30;
		padding-bottom:5px;
		margin-bottom:5px;
		line-height:1.5;
		font-weight: 700;
	}
	ul.isoglid03 li img{
		width:100%;
		height:auto;
	}
	ul.isoglid03 li:nth-child(3n+1){
		margin-left:0;
	}	
	
	.height2gyo{
		height: 49px;
		line-height: 49px !important;
	}	
	
	
.iso_page_left{
	float:left;
	width:196px;
	margin-right:36px;
}
.iso_page_right{
	float:left;
	width:768px;
	line-height:1.5;
}
.mt42{
	margin-top:42px;
}
div.iso_page_btn{
	width:768px;
	margin-top:30px;
}
a.iso_btn{
	display:block;
	text-align:center;
	color:#A52B30;
	font-size:18px;
	padding:13px 0;
	float:left;
	width:49%;
	border:1px solid #A52B30;
	box-sizing:border-box;
}
.ml2per{
	margin-left:2%;
}

/*bcp	*/
.bcp_txt_red{
	color:#A52B30;
	text-align:center;
	margin-top:60px;
	font-size:18px;
}
.bcp_left{
	float:left;
	width:500px;
}
.bcp_left img{
	width:100%;
	height:auto;
}
.bcp_right{
	float:left;
	margin-left:30px;
	width:470px;
}
.mt36{
	margin-top:36px;
}
div.bcpbox{
	padding:33px 20px 6px;
	width:470px;
	box-sizing:border-box;
	background:#F6E9EA;
	border-radius:9px;
}
div.bcpbox p{
	font-size:15px;
	line-height:1.5;
	margin-bottom:27px;
}
h5.bcph5{
	font-size:18px;
	color:#A52B30;
	text-align:center;
	margin-bottom:20px;
}
.mb10{
	margin-bottom:10px;
}
.mt10{
	margin-top:10px;
}




p.anzen_txt{
	margin-top:28px;
	line-height:1.5;
}
div.anzenbox{
	padding:33px 20px 13px;
	width:1000px;
	box-sizing:border-box;
	background:#F6E9EA;
	border-radius:9px;
	margin-top:40px;
}
h2.anzenh2{
	font-size:18px;
	color:#A52B30;
	text-align:center;
	margin-bottom:20px;
}
div.anzenbox div{
	float:left;
	width:50%;
	padding-right:10px;
	box-sizing:border-box;
	font-size:20px;
	color:#A52B30;
	margin-bottom:20px;
}
.mt60{
	margin-top:60px;
}
	div.hinshitsubox {
    padding: 33px 20px 13px;
    width: 1000px;
    box-sizing: border-box;
    background: #F6E9EA;
    border-radius: 9px;
    margin-top: 40px;
}
	div.hinshitsu{
		font-size: 20px;
		line-height: 1.5;
color: #A52B30;
		width: 100%;
		margin-bottom: 20px;
	}
	
	p.hinshitsu_txt{
		margin: 20px 0;
	}
	.underline_red{
		padding-bottom: 40px;
		margin-bottom: 40px !important;
		border-bottom:  1px solid #a62b31;
	}
/*************************************

不動産 共通

************************************/	
.page_fudosanback{
	background: url(image/page/head_fudosanback.jpg);
	background-size: cover;
	background-position: center center;
	}
p.fudosantxt{
	margin-top: 45px;
	}
	
/*************************************

セラ水

************************************/
.ceraimage{
	text-align: center;
	}
div.ceratitle{
	color: #fff;
	text-align: center;
	font-size: 25px;
	background: url(image/cera/ceratitleback.svg);
	width: 1000px;
	background-size: cover;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	}
.mt85{
	margin-top: 85px;
	}
.mt50{
	margin-top:50px;
}
ul.ceraglid01{
	width: 1000px;
	margin-top: 55px;
	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.ceraglid01 li{
	float: left;
	width: 320px;
	margin-left: 20px;
	margin-bottom: 45px;
	}
ul.ceraglid01 li:nth-child(3n+1){
	margin-left: 0;
	}
h3.cerawhat{
	border-bottom: 1px dotted #4070B7;
	padding-bottom: 14px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
	}
h3.cerawhat:before {
content: '';/*何も入れない*/
display: inline-block;/*忘れずに！*/
width: 24px;/*画像の幅*/
height: 24px;/*画像の高さ*/
background-image:url(image/cera/ceraicon.svg);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
}
ul.ceraglid01 li p{
	line-height: 1.5;
	}
div.jyakusan{
		width: 100%;
		background: url(image/cera/ceraback2.jpg);
		height: 893px;
		padding: 63px 0;
		box-sizing: border-box;
	}	
div.jyakusan1200{
		padding-top: 60px;
		padding-left: 100px;
		padding-right: 100px;
		box-sizing: border-box;
		width: 1200px;
		margin: 0 auto;
		background: url(image/cera/ceraback3.png);
		min-height: 767px;
	}
h3.ceratitle{
		color: #4070B7;
		font-size: 36px;
		font-weight: 700;
		margin-top: 53px;
		margin-left: 470px;
		margin-bottom: 20px;
	}
p.ceratxt_jokin{
		line-height: 2;
		font-size: 16px;
		margin-left: 470px;
	}
ul.seihinlineup{
		width: 100%;
	}
ul.seihinlineup li{
		float: left;
		width: 490px;
		margin-right: 20px;
		margin-bottom: 20px;
		margin-top: 50px;
	}
ul.seihinlineup li:nth-child(odd){
		margin-right: 0;
	}
ul.seihinlineup li img{
		float: left;
		width: 235px;
		border: 1px solid #ccc;
		box-sizing: border-box;
		margin-right: 20px;
	}
div.cera_txt_box{
		width: 225px;
		float: left;
		padding-right: 10px;
	}
h5.cera_shohin{
		text-align: center;
		color: #0071bc;
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 8px;
	}
.yoto{
		background: #d4eef9;
		border-radius: 10px;
		padding: 9px 13px;
		box-sizing: border-box;
	}
h4.shohinmei{
		border-bottom: 1px dotted #0071bc;
		font-weight: 700;
		font-size: 18px;
		margin-bottom: 8px;
		padding-bottom: 5px;
	}
.yoto p{
		font-size: 14px;
		line-height: 1.2;
	}
p.cerakakaku{
		line-height: 1.2;
		font-size: 13px;
		margin-bottom: 8px;
	}
h3.ceraplan{
		font-size: 36px;
		color: #4070b7;
		margin-top: 54px;
		font-weight: 700;
		letter-spacing: 1px;
		margin-bottom: 33px;
	}
div.kashitsuki{
		width: 1000px;
		margin-top: 60px;
		margin-bottom: 70px;
	}
div.kashitsukiimg{
		float: left;
		width: 440px;
	}
div.kashitsuki_txt{
		float: left;
		width: 560px;
	}
div.hikiotoshi{
		width: 1000px;
		line-height: 1.5;
	margin-bottom: 30px;
	}
a.cerabtn{
		width: 1000px;
		height: 80px;
		display: block;
		text-align: center;
		color: #fff;
		background: #4070b7;
		line-height: 80px;
		font-size: 28px;
		margin: 10px 0 50px;
	}
/*************************************

採用サイト共通

************************************/
	div.recruitheadnav{
		width: 1200px;
		height: 135px;
		margin: 0 auto;
	}	
	div.recruitheadlogo{
		float: left;
		width: 286px;
		height: 95px;
		margin: 20px 0 20px 0;
	}
	div.recruithead_right{
		float: right;
		width: 750px;
	}
	
	a.head_tocorp{
		display: block;
		float: right;
		width: 300px;
		height: 44px;
		-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
		text-align: center;
		color: #fff;
		line-height: 44px;
		background: #C1272D;
	}
nav.recruitheadnav{
		float: right;
		width: 750px;
	}
nav.recruitheadnav a{
		float: right;
		line-height: 91px;
		margin-left: 47px;
		color: #000;
	}
nav.recruitheadnav a:hover{
		
	}
	
	
div.recruit_title_wrap{
	width: 100%;
	background: #F2F2F2;
	padding: 70px 0;
	}
div.recruit_title_wrap p{
	text-align: left;
	height: 103px;
	width: 1200px;
	margin: 0 auto;
	}
table.recruit_table{
		width: 100%;
		margin-top: 60px;
	}
table.recruit_table tr{
		border-bottom: 1px solid #808080;
	}
table.recruit_table th{
		background: #F2F2F2;
		padding: 15px 25px;
		width: 202px;
	vertical-align: middle;
		font-size: 18px;
		text-align: left;
		border-radius: 1px solid #808080;
		font-weight: 700;
		line-height: 1.5;
	}
table.recruit_table td{
		padding: 15px 25px;
		font-size: 14px;
		line-height: 1.5;
	vertical-align: middle;
	}
a.entry{
	width: 400px;
	height: 65px;
	line-height: 65px;
	border: 1px solid #000;
	box-sizing:border-box;
	margin: 0 auto;
	display: block;
	margin-top: 100px;
	text-align: center;
	color: #000;
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
a.entry:hover{
	color: #fff;
	background: #000;
	}
p.recruit_txt{
	line-height: 1.5;
	}	
	
/*採用トップページ*/	
div.recruit_toppage_head{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background:url(image/recruit/topimage.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 0;
	text-align: center;
	position: relative;	
	}
div.recruit_top_navwrap{
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color:rgba(51,51,51,0.8);
	}
nav.recruit_toppage_nav{
	width: 1200px;
	margin: 0 auto;
	}
nav.recruit_toppage_nav a{
	width: 240px;
	height: 100px;
	text-align: center;
	float: left;
	display: block;
	line-height: 100px;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
nav.recruit_toppage_nav a:hover{
	background: #000;
	}
div.recruit_top_headwrap{
		width: 1200px;
		position: relative;
		margin: 0 auto;
	}	
a.recruit_toppage_headbtn{
		display: block;
		width: 280px;
		height: 80px;
	box-sizing: border-box;
		padding-top: 20px;
	line-height: 1.3;
		text-align: center;
		border: 1px solid #fff;
		color: #fff;
		position: absolute;
		right: 0;
		cursor: pointer;
		top:20px;
		background-color:rgba(51,51,51,0.8);
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
a.recruit_toppage_headbtn:hover{
	background:#c1272d ;
	color: #fff;
	}
div.recruit_toppage_headlogo{
	position: absolute;
	left: 0;
	top:20px;
	}
div.recruit_toppage_headtxt{
	top: 40vh;
	position: absolute;
	}
div.recruit_top_wrap{
	width: 100%;
	margin: 310px auto 0; 
	}
div.recruit_top_topmess_wrap{
	width: 100%;
	margin-top: 45px;
	}
div.rec_top_mess{
	width: 100%;
	margin: 0 auto;
	/*height: 400px;*/
	}
h1.rec_top_message{
	font-size: 45px;
	font-weight: 700;
	margin-top: 28px;
	margin-bottom: 50px;
	}
div.rec_top_mess p{
	line-height: 1.5;
	}
a.top_mess_btn{
		width: 208px;
		height: 65px;
		border: 1px solid #000;
		text-align: center;
		line-height: 65px;
		color: #fff;
	background: #000;
		display: block;
		margin: 90px auto 0;
		-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;
	}
a.top_mess_btn:hover{
	background: #fff;
	color: #000;
	}
div.rec_top_img{
		float: left;
		width: 630px;
	}
div.rec_top_img img{
		width: 100%;
		height: auto;
	}
div.rectop_interview_wrap{
	width: 100%;
	background: url(image/recruit/interviewback.jpg);
	background-size: cover;
	background-position: center center;
	z-index: 0;
	text-align: center;
	padding-top: 76px;
	padding-bottom: 200px;
	}	
	.mt160{
		margin-top: 160px;
	}
div.intervew_cont{
	width: 1200px;
	margin: 0 auto;
	}
div.interview_svg{
		text-align: left;
	}
ul.interview_top_box{
		width: 1200px;
		margin-top: 80px;
	}
ul.interview_top_box li{
		float: left;
		width: 390px;
		margin-left: 15px;
	margin-bottom: 15px;
	overflow: hidden;
	}
ul.interview_top_box li:first-child{
		margin-left: 0;
	}
ul.interview_top_box li img{
		width: 100%;
		height: auto;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	}
ul.interview_top_box li img:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
ul.interview_top_box li:nth-child(3n+1){
	margin-left: 0;
	}
div.senpaivoice{
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: 5px;
	}
div.rectop_other_wrap{
	width: 1000px;
	z-index: 0;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 120px;
	padding-top: 130px;
	
	}
	div.white{
		background: #fff;
	}
div.rectop_other_wrap a{
	display: block;
	float: left;
	width: 50%;
	}
div.rectop_other_left{
	position: relative;
	width: 100%;
	left: 0;
	height: 347px;
	background: url(image/recruit/top_btn_left.jpg) center;
	background-size: cover;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;	
	}
div.rectop_other_left img,div.rectop_other_right img{
	width: 60%;
	height: auto;
	}
div.rectop_other_right{
	position: relative;
	width: 100%;
	right: 0;
	height: 347px;
	margin-top: 114px;
	background: url(image/recruit/top_btn_right.jpg) center;
	background-size: cover;
	-webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
	}
div.rectop_other_left img{
	position: absolute;
	top:-50px;
	left: 0;
	}
div.rectop_other_right img{
	position: absolute;
	top:-50px;
	right:0;
	}
div.rectop_other_left:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
div.rectop_other_right:hover{
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
	
/*************************************

お知らせ

************************************/	
#single{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 105px;
	}
.page_newsback{
		background: url(image/page/head_news.jpg);
		background-size: cover;
		background-position: center center;
	}
.singlecontainer{
		width: 1000px;
		margin: 0 auto;
		padding-top: 50px;
	}
div.s_date_cate{
		width: 100%;
	}
h1.singletitle{
		color: #C1272D;
		font-size: 36px;
		font-weight: 700;
		margin: 36px 0 50px;
	line-height: 1.5;
	}
span.date_s {
    float: left;
    color: #000;
	margin-right: 20px;
    display: block;
}
.singlecontainer p{
		line-height: 1.5;
		margin-bottom: 25px;
	}
.singlecontainer h2{
		color: #C1272D;
		font-size: 28px;
		font-weight: 700;
		border-bottom: 1px solid #C1272D;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
.singlecontainer h3{
		color: #C1272D;
		font-size: 28px;
		font-weight: 700;
		margin-bottom: 15px;
	}
.singlecontainer h4{
		color: #000;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 15px;
	}
a.newsarchive{
		text-align: center;
		color: #fff;
		background: #C1272D;
		width: 247px;
		height: 80px;
		margin: 90px auto 0;
		display: block;
		font-size: 18px;
		line-height: 80px;
	}
.mt90{
		margin-top: 90px;
	}
	
	
/*************************************

採用　トップメッセージ

************************************/	
	
	p.rec_topmes{
		width: 1000px;
		line-height: 1.5;
		margin: 0 auto;
		margin-top: 60px;
		margin-bottom: 150px;
	}
	
	
	div.rec_message_left01{
		float: left;
		width: 600px;
		padding: 0 80px 0 0;
		box-sizing: border-box;
		line-height: 1.5;
	}
	div.rec_message_left01 p,div.rec_message_right02 p{
		line-height: 2.2 !important;
		font-size: 18px;
	}
	div.rec_message_right01{
		float: left;
		width: 600px;
		box-sizing: border-box;
	}
	div.rec_message_left02{
		float: left;
		width: 600px;
		line-height: 1.5;
		box-sizing: border-box;
	}
	div.rec_message_right02{
		float: left;
		width: 600px;
		padding: 75px 80px 0 100px;
		box-sizing: border-box;
		line-height: 1.5;
	}
	h2.rec_message{
		font-weight: 700;
		font-size: 46px;
		margin-bottom: 50px;
	}
	h2.rec_message2 {
    font-weight: 700;
    font-size: 37px;
    margin-bottom: 50px;
}
	h3.rec_message3{
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 25px;
	}
	div.messagetop_img{
		position: relative;
	}

	.rec_message_txt{
		position: absolute;
		top:310px;
		right: 100px;
		background: rgba(193,39,45,0.8);
		color: #fff;
		padding: 30px;
		font-size: 50px;
		font-weight: 700;
		font-family: 'Noto Serif SC', serif;
	}
	.mb110{
		margin-bottom: 110px;
	}
	.mb150{
		margin-bottom: 150px;
	}
	.pb200{
		padding-bottom: 200px;
	}
	
	

/*************************************

お問い合わせ設定

************************************/
div.entryform{
		margin-top: 30px;
	}
.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-standard table th{
	background: #f2f2f2 !important;
	color: #000 !important;
	vertical-align: middle !important;
}
.mw_wp_form_g-standard input[type="submit"], .mw_wp_form_g-standard input[type="button"], .mw_wp_form_g-standard button {
    border: 1px solid #000!important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !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-standard input[type="submit"]:hover {
    border: 1px solid #000!important;
    border-radius: 0 !important;
    font-size: 20px !important;
    background: #000 !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-standard .action-buttons {
	text-align: center;
}	
	p.kakunintxt{
		margin-top: 40px;
		margin-bottom: 30px;
		text-align: center;
	}
	.thenktxt{
		line-height: 2.2;
		margin: 40px 0;
		padding: 0 40px;
	}
/*************************************

施工事例

************************************/	
div.jigyojiseki{
	text-align:center;
	color: #c1272d;
font-size: 24px;
margin:15px auto 30px;
width:1000px;
}
.jireitxt{
	line-height: 1.8;
	margin: 40px auto 60px !important;
	width:1000px;
	margin:20px auto 25px;
	font-size: 18px;
	}
.jireibox{
	width: 1200px;
	margin: 0 auto;
	}	
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
	}

/*タブのスタイル*/
.tab_item {
  /*width: calc(100%/5);*/
width: 190px;
height: 28px;
margin-right: 10px;
  border: 1px solid #C1272D;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  color: #C1272D;
  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;
	color: #fff;
	background: #C1272D;
}

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

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


/*選択されているタブのコンテンツのみを表示*/
#ippan:checked ~ #ippan_content,
#hosou:checked ~ #hosou_content,
#tunnel:checked ~ #tunnel_content,
#dam:checked ~ #dam_content,
#suishin:checked ~ #suishin_content,
#airport:checked ~ #airport_content,
#kokyo:checked ~ #kokyo_content,
#minkan:checked ~ #minkan_content,
#kodate:checked ~ #kodate_content{
  display: block;
}

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

	
/*施工事例のグリッド*/	
ul.jireiglid{
	width: 1200px;
	padding-bottom: 100px;
	margin: 0 auto;
	}
ul.jireiglid li{
	float: left;
	width: 285px;
	margin-bottom: 20px;
	margin-left: 20px;	
	
	}	
ul.jireiglid li:nth-child(4n+1){
	margin-left: 0;
	}
ul.jireiglid li img{
	width: 100%;
	/*height: 285px;*/
	}
p.jireiarchivetitle{
	font-weight: 700;
	text-align: center;
	margin: 10px 0;
	}
	
table.jiseki{
	width:1000px;
	margin:20px auto 50px;
}

table.jiseki th{
	letter-spacing:3px;
font-size: 12px;

padding-top: 15px;

line-height: 1.8;

padding-bottom: 15px;

border-top: 1px solid #E6E6E6;}
table.jiseki td{

font-size: 12px;

padding-top: 15px;

line-height: 1.8;

padding-bottom: 15px;

border-top: 1px solid #E6E6E6;}

table.jiseki td:first-child{
	padding-left:20px;
}

table.jiseki tr:nth-child(2n) {

    background: #F2F2F2;

}




/*************************************

不動産

************************************/	
	p.fudosantxt{
		margin-bottom: 20px;
	}	
	
div.kubun{
	height: 40px;
	border-bottom: 1px solid #C1272D;
	border-top: 1px solid #C1272D;
	text-align: center;
	color: #C1272D;
	line-height: 40px;
	font-size: 20px;
	margin-bottom: 23px;
	font-weight: 700;
	}
div.estate_image{
	margin-bottom: 23px;
	text-align: center;
	}	
div.estate_table{
	float: left;
	width: 500px;
	margin-right: 30px;
	box-sizing: border-box;
	}	
div.estate_biko{
	float: left;
	width: 470px;
	background: #F6EAEA;
	padding: 24px 30px;
	border-radius: 10px;
	box-sizing: border-box;
	line-height: 1.8;
	}
table.estate{
	width: 500px;
	}	
table.estate th{
	font-weight: 700;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 18px;
	border-bottom: 1px solid #E6E6E6;
	}
table.estate td{
	font-size: 18px;
	padding: 10px 0;
	border-bottom: 1px solid #E6E6E6;
	}
p.kibokakaku{
	color: #C1272D;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px;
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
	vertical-align: baseline;
	}
	span.kakaku{
		font-size: 30px;
		margin-left: 10px;
		vertical-align: baseline;
	}	
/*************************************

先輩インタビュー

************************************/	
#interviewpage {
    width: 100%;
}	
#interviewhead{
		width: 100%;
	height: 574px;
	overflow: hidden;
	}
div.nameback{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	}
div.name{
	position: absolute;
	background:rgba(193,39,45,0.8);
	color: #fff;
	width: 487px;
	height: 262px;
	top:120px;
	padding: 55px 50px;
	box-sizing: border-box;
	font-size: 36px;
	line-height: 1.5;
	}
div.name2{
	position: absolute;
	background:rgba(193,39,45,0.8);
	color: #fff;
	width: 487px;
	height: 262px;
	top:120px;
	right: 0;
	padding: 55px 50px;
	box-sizing: border-box;
	font-size: 36px;
	line-height: 1.5;
	}
	span.nyusha{
		font-size: 20px;
	}	
.interviewheadback01{
	background: url(image/interview/head01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_takasugi{
	background: url(image/interview/head_takasugi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_inoguchi{
	background: url(image/interview/head_inoguchi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_tateishi{
	background: url(image/interview/head_tateishi.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_shimada{
	background: url(image/interview/head_shimada.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_tateno{
	background: url(image/interview/head_tateno.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_inamura{
	background: url(image/interview/head_inamura.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.interviewheadback_tachino {
    background: url(image/interview/head_tachino.jpg);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: 1;
transform: matrix(1, 0, 0, 1, 0, 0);
}
/* css animation (prefixes are cut) */
.appear {
	transform-origin:center top;
	animation:show 1s both;
}
span.appear {display:inline-block;}
.d1 {animation-delay:1s;}
.d2 {animation-delay:2s;}
.d3 {animation-delay:3s;}
.d4 {animation-delay:4s;}
.d6 {animation-delay:6s;}
.d8 {animation-delay:8s;}
.d10 {animation-delay:10s;}
.d12 {animation-delay:12s;}
@keyframes show {
	0% {
		transform: matrix(2, 0, 0, -2, 0, 0);
		opacity:0;
	}
	50% {
		
	}
	100% {
		transform: matrix(1, 0, 0, 1, 0, 0);
		opacity:1;
	}
}
	
	
	
	/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }
/* 2つ目の要素に200msのdelayをかける */
#effect2 > div .fadein:nth-of-type(2) {
    -moz-transition-delay:200ms;
    -webkit-transition-delay:200ms;
    -o-transition-delay:200ms;
    -ms-transition-delay:200ms;
    }
/* 3つ目の要素に400msのdelayをかける */
#effect2 > div .fadein:nth-of-type(3) {
    -moz-transition-delay:400ms;
    -webkit-transition-delay:400ms;
    -o-transition-delay:400ms;
    -ms-transition-delay:400ms;
    }	
	
	
	
	
.mt94{
		margin-top: 94px;
	}
span.font18{
	margin-right: 5px;
		font-size: 18px;
		vertical-align: middle;
	}
#interview_container{
	width: 1200px;
	margin: 0 auto;
	padding: 0 100px;
	box-sizing: border-box;
	}	
p.question{
	font-size: 36px;
	color:#c1272d;
	font-weight: 700;
	margin-bottom: 20px;
	}
.question:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image:url(image/interview/question.svg);
  background-size: contain;
  vertical-align: middle;
background-repeat: no-repeat;
	margin-right: 20px;
}
	p.interview_txt{
		line-height: 1.8;
		font-size: 16px;
		margin-bottom: 30px;
	}
.pt85{
	padding-top: 85px !important;
	}	
p.answer{
	font-size: 22px;
	color:#c1272d;
	margin-bottom: 25px;
	}
	
a.entrybtn{
	display: block;
	text-align: center;
	color: #000;
	border: 1px solid #000;
	width: 400px;
	height: 65px;
	margin: 150px auto 180px;
	line-height: 65px;
	font-size: 18px;
	 -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out; 
	}	
a.entrybtn:hover{
	color: #fff;
	background: #000;
	}
	
	
#schedule{
	width: 100%;
	padding: 55px 0;
	background: #f2f2f2;	
	}
.inter_dobble{
		width: 100%;
	margin-bottom: 100px;
	}
.inter_dobble_left{
		float: left;
	width: 420px;
	margin-right: 40px;
	}
.inter_dobble_right{
		float: left;
	width: 640PX;
	}
	div.oneday{
		width: 1200px;
		margin: 0 auto;
	}	
	div.interviewimage{
		width: 1000px;
		margin: 0 auto;
	}	
	div.interviewimage img{
		width: 1000px;
		height: auto;
	}
	

/***********************************************
	
採用トップ　動画
	
************************************************/
/* ----- 背景用の動画ファイル ----- */
#bg-video{
	position: fixed;
	/*right: 0;
	bottom: 0;*/
	top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
	z-index: -100;
	background: url('poster.jpg') no-repeat;
	background-size: cover;
}
	#bg-video video{
		max-height: 600px;
		width: auto;
		
	}
	video{
		width: 100%;
		height: auto;
	}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
	position: relative; /*必ず必要*/
	z-index: 2; /*必ず必要*/
	display: flex;
	width: 50%;
	justify-content: center;
	align-items: center;
	text-align:center;
	margin: auto;
}
.frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	

/***********************************************
	
お知らせ補足
	
************************************************/
	
.nocontents{
		margin: 20px 0;
		text-align: center;
	}
}