

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */




@font-face {
    font-family: 'noto100';
    src:url("../font/noto_sans/NotoSansJP-Thin.woff") format('woff');
}


@font-face {
    font-family: 'noto300';
    src:url("../font/noto_sans/NotoSansJP-Light.woff") format('woff');
}

@font-face {
    font-family: 'noto400';
    src:url("../font/noto_sans/NotoSansJP-Regular.woff") format('woff');
}

@font-face {
    font-family: 'noto500';
    src:url("../font/noto_sans/NotoSansJP-Medium.woff") format('woff');
}

@font-face {
    font-family: 'noto700';
    src:url("../font/noto_sans/NotoSansJP-Bold.woff") format('woff');
}

@font-face {
    font-family: 'noto900';
    src:url("../font/noto_sans/NotoSansJP-Black.woff") format('woff');
}






/* webフォントのちらつき対応 ---------------------------------------------- */


html {
  visibility: hidden;
  
}
html.wf-active {
  visibility: visible;
}


html {
    font-family: 'noto400';

     font-feature-settings : "palt";
     letter-spacing:1px;	

}

*:first-child + html body {
    font-family: 'noto400';
}

body{
    font-family: 'noto400';
}

body a:focus{
	outline:none;
}





/* clear ---------------------------------------------- */


.clearfix:after {
height: 0;
 visibility: hidden;
 content: ".";
 display: block;
 clear: both;
 overflow:hidden;
}
.clearfix {
 display:inline-block;
overflow:hidden;
}

/* exlude MacIE5 \*/
* html .clearfix {
 height:1%;
}
.clearfix {
 display:block;
}

/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

img, object, embed {
	max-width: 100%;
	height: auto;
}

img {
	-ms-interpolation-mode: bicubic;
}


/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:180%;
	text-align:left;

}	 

/* container ---------------------------------------------- */




.container01_bg{
	width:100%;
	height:auto;
	padding:0 50px;
	box-sizing:border-box;
}


.container01{
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;
}


.container03{

	width:100%;
	height:auto;
	margin:0 auto;

}



/* header ---------------------------------------------- */


#header {

  position: fixed;
  top: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;


    box-sizing: border-box;
	background:#FFF;
}

.head-animation {
  transform: translateY(-100%);
}


.header_bg{
	width:100%;
	height:100px;
	margin:0 auto;

	position:relative;

}

header{

	width:100%;
	height:100px;
	margin:0 auto;

	box-sizing:border-box;
}


.header_tel{
    position: absolute;
    top: 14px;
    right: 50px;
    
    font-size: 30px;
    line-height: 100%;
    color: #000000;


    font-family: 'noto700';

    
}


.header_tel a{
    color: #000000;
}






#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10,
#section11,
#section12,
#section13,
#section14
{
    margin-top:-40px;
    padding-top:40px;
}


#kyoten{
    margin-top:-40px;
    padding-top:40px;
}


/* footer ---------------------------------------------- */


footer{
	max-width:100%;
	width:100%;
	height:auto;
	margin:0 auto;

	padding:0 50px;
	box-sizing:border-box;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:60px 0 50px 0;
	box-sizing:border-box;


}



address{
	font-size:14px;
	line-height:160%;
	color:#000;


    margin-bottom: 12px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:25px;	
	color:#000;
}



.fm_01{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #999999;

}


.fm_01 ul li{
    font-size: 15px;
    line-height: 100%;
    margin-right: 20px;
    float: left;

}

.fm_01 ul li:last-child{
    margin-right: 0px;
}


.fm_01 ul li a{
	color:#000000;
	text-decoration:none;

}

.fm_01 ul li a:hover{
	color: #cc0000;
	text-decoration:underline;

}



footer a{
	color:#000000;
	text-decoration:none;
}

footer a:hover{
	color:#000000;
	text-decoration:none;
}

.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
  
}









/*========= ページトップのためのCSS ===============*/

/*リンクを右下に固定*/
#page-top {
    width: 60px;
    height: 34px;
	position: fixed;
	right: 10px;
	z-index: 8000;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}






/*gnav*/



.menu_out p{
	display:none;
}

.nav_logo{
	margin-bottom:50px;
	display:none;
}


.nav_time{
	display:none;
}


.nav_tel{
	display:none;
}


nav.gnav{
	position:absolute;
	top:53px;
	right:50px;

    box-sizing: border-box;
}


.gnav__wrap{

	z-index:1000;
}

.gnav__wrap ul{
    text-align: center;
}

.gnav__wrap ul li{
display: inline-block;
	font-size:16px;
	line-height:150%;
	margin-right:15px;

    
    font-family: 'noto400';

    
    
}

.gnav__wrap ul li span{
	display:none;
}

.gnav__wrap ul li:last-child{
	margin-right:0px;
}





.gnav__wrap ul li a{
	color:#000;
	text-decoration: none;
	position: relative;
  	transition: .5s;

}

.gnav__wrap ul li a:hover{
	color: #cc0000;
}

.gnav_on{
    color: #cc0000 !important;
	line-height:130% !important;
}





  /* PC用のスタイル記述 */


html,
body {
  margin: 0;
  height: 100%;
}



.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100%;
  

  

}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transform: scale(1);
  transition:
    opacity 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1.02);
}

.image-crossfader-inner:nth-child(1) {
  background-image:url(../img/top/slide01.jpg);
}
.image-crossfader-inner:nth-child(2) {
  background-image:url(../img/top/slide02.jpg);
}
.image-crossfader-inner:nth-child(3) {
  background-image:url(../img/top/slide03.jpg);
}




.slide_txt_out{
position: absolute;
width: 100%;
height: 100%;

box-sizing: border-box;
z-index: 6000;
}

.slide_txt{
    max-width: 720px;
    width: 100%;
    height: 220px;
    margin: 0 auto;


    position: absolute;
    z-index: 999;
    bottom:80px;
    left:80px;


/*    
   background:#E3B1B1;*/
}


.slide_txt dl dt{

    font-size:70px;
    line-height: 120%;
    color: #FFFFFF;

    z-index: 9000;

    font-family: 'noto700'; 
}


.slide_txt dl dd{

    font-size:20px;
    line-height: 140%;
    color: #FFFFFF;

    z-index: 9000;

    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.slide_txt dl dd span{
    color: #cc0000;

}




.slide_txt01{
    max-width: 720px;
    width: 100%;
    height: 220px;
    margin: 0 auto;


    position: absolute;
    z-index: 999;
    bottom:40px;
    left:100px;


/*    
   background:#E3B1B1;*/
}


.slide_txt01 dl dt{

    font-size:70px;
    line-height: 120%;
    color: rgba(255,255,255,0.8);

    z-index: 9000;

    font-family: 'noto700'; 
}


.slide_txt01 dl dd{

    font-size:20px;
    line-height: 140%;
    color: #FFFFFF;

    z-index: 9000;

    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.slide_txt01 dl dd span{
    color: #cc0000;

}






/*スクロールダウン全体の場所*/
.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:0px;
	left:50%;
}

/*Scrollテキストの描写*/
.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:10px;
	bottom:10px;
    /*テキストの形状*/
	color: #eee;
	font-size: 12px;
	letter-spacing: 0.08em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}



  






/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 240px;
height: auto;
position: absolute;
top: 45px;
left: 50px;


}

h1 img{
	width:100%;
	height:auto;
}



h2.h2_01{
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 35px;

    font-family: 'noto700';
    font-weight: normal;    
}


h2.h2_01 p{
    font-size: 70px;
    line-height: 100%;
    margin-bottom: 1px;
    color: #999999;

font-family: "alternate-gothic-atf", sans-serif;
font-weight: 500;
font-style: normal;
}

h2.h2_01 p:first-letter{
    color: #cc0000;

}


h2.h2_02{
    font-size: 22px;
    line-height: 120%;
    color:#FFFFFF;
    margin-bottom: 35px;

    font-family: 'noto700';
    font-weight: normal;    
}


h2.h2_02 p{
    font-size: 70px;
    line-height: 100%;
    margin-bottom: 1px;
    color: #999999;

font-family: "alternate-gothic-atf", sans-serif;
ffont-weight: 500;
font-style: normal;
}

h2.h2_02 p:first-letter{
    color: #cc0000;

}





h3.h3_01{
    font-size: 30px;
    line-height: 120%;
    color: #7291b1;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-top: 15px;
    
    border-left: 4px solid #003366;

    font-family: 'noto700';
    font-weight: normal;    
}


h4.h4_01{
    font-size: 22px;
    line-height: 100%;
    color:#FFFFFF;
    background: #b7b7b7;
    margin-bottom: 25px;
    padding: 7px 15px 11px 15px;
    font-family: 'noto400';
    
    font-weight: normal;
}



/* スライド ---------------------------------------------- */


.top_slide_out{
    padding: 0 30px;

}

.top_slide{
	width:100%;
	min-height:600px;

	z-index:5;


    margin-top: 60px;


 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}








/* 各ページイメージ ---------------------------------------------- */

.company_main_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/company/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding-top: 20px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   

}

.business_main_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/business/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding-top: 20px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   

}

.recruit_main_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/recruit/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding-top: 20px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   

}

.contact_main_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 0px auto;
     padding-top: 20px;
     box-sizing: border-box;
     
     position: relative;
     
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   

}




/* ページ共通背景 ---------------------------------------------- */




.button01_l{
    margin: 0 auto 0 0 !important;
}

.button01{
    max-width: 350px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    padding-top: 0px;
    padding: 1px 20px 1px 20px;
    background: linear-gradient(90deg, rgba(54,58,141,1) 0%, rgba(54,58,141,0) 100%);


    box-sizing: border-box;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

    transition: all  0.3s ease;
}

.button01 a span{
    transition: all  0.3s ease;
    background:url("../img/common/btn.png") right 15px center no-repeat;
    padding-right: 50px;
}


.button01 a:hover span {
    background:url("../img/common/btn.png") right 0px center no-repeat;
    color:#FFFFFF;
}





/* トップ　YBについて-------------------------------------------- */

.tp_yb_bg{
/*  background: linear-gradient(#134367, #0a1b28);*/

background: #eeeff1;

  position: relative;
  overflow: hidden;

    z-index: 2;
}


.tp_yb{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


.tp_yb_in{

}

.tp_yb_in dl{
    margin-bottom: 40px;

}

.tp_yb_in dl dt{
    font-size: 36px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    
    margin-bottom: 15px;
}

.tp_yb_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000;
}



/* トップ　事業案内-------------------------------------------- */



.tp_bns01_bg{
	width: 100%;
	height:670px !important;
	background:url("../img/top/02_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
        
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}



.tp_bns01_in{

}

.tp_bns01_in_b{
}

.tp_bns01_in_b ul li{
    width: 32%;
    height: 390px;
    margin-right: 2%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 40px !important;
    box-sizing: border-box;

    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

.tp_bns01_in_b ul li:nth-child(3n){
    margin-right: 0%;
}

.tp_bns01_in_b ul li dl{


}

.tp_bns01_in_b ul li dl dt{
    font-size: 36px;
    line-height: 130%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 15px;
}

.tp_bns01_in_b ul li dl dd{
    font-size: 16px;
    line-height: 180%;
    color:#FFFFFF;
    margin-bottom: 20px;

}


/* トップ　採用情報-------------------------------------------- */



.tp_rrt01_bg{
	width: 100%;
	height:600px !important;
	background:url("../img/top/03_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     
        

}


.tp_rrt01_out{
    width: 100%;
    height:600px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);   
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
}



.tp_rrt01_tx{
    font-size: 36px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}



/* トップ　お問い合わせ-------------------------------------------- */



.tp_ctt01_bg{
	width: 100%;
	height:600px !important;
	background:url("../img/top/04_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
      

}


.tp_ctt01_out{
	width: 100%;
    height: 600px;


    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,0) 100%);   
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_ctt01{
    height: 54px;
    font-size: 36px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    padding-left: 45px;
      padding-top: 8px;
      
    vertical-align: bottom;
}










/* 新着情報---------------------------------------------- */

.tp_news{

}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
letter-spacing: 0.1em;

}

.tp_news dl dd{
font-size: 16px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 120px;
border-bottom: 1px dotted #999999;
}






/* 共通お問い合わせ---------------------------------------------- */

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 10px solid;

  border-image: linear-gradient(to right, #1f4e40, #069c6f) 1;
}


.cmm_ctt{
width: 100%;
height: auto;
margin: 0 auto;
}


.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{
    font-size: 23px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 25px;


}

.cmm_ctt dl dd{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}
  

.cmm_ctt dl dd ul li{
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.cmm_ctt dl dd ul li:nth-child(2n){
    margin-right: 0%;
}

.cmm_ctt dl dd ul li a{
    display: block;
    width: 100%;
    height: 80px;
    font-size: 25px;
    line-height: 100%;
    color: #FFFFFF;
    background: #0a2788;
    
    transition: all  0.3s ease;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
   border-radius: 50px;
   padding-bottom: 5px;
}


.cmm_ctt dl dd ul li a:hover{

    color: #FFFFFF;
    background: #068b63;
}

.cmm_ctt dl dd ul li span{
    display: block;
    font-size: 16px;
    margin-bottom:5px;
}

.cmm_ctt dl dd ul li em{
    font-size: 32px !important;
}








/* 会社情報--------------------------------------------- */

.abt_msg{
    margin-bottom: 50px;
}


.abt_msg_l{
    max-width: 300px;
    width: 100%;
    height: auto;
    float: left;
}

.abt_msg_r{

    width: calc(100% - 350px);

    height: auto;
    margin-right: 0;
     float: right;
     
     font-size: 16px;
     line-height: 180%;
     
     word-break: break-all;
     word-wrap: break-word;
}


.abt_msg_r p{
    text-align: right;
    margin-top: 15px;

}




.abt_tbl{
	width:100%;
	height:auto;
	margin-bottom:70px;
}

.abt_tbl table{
	width:100%;
	height:auto;

}

.abt_tbl table th{
	width:150px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px dotted #999999;
}

.abt_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 160%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px dotted #999999;
}


.abt_tbl table td a{
    color: #000000;
    text-decoration: underline;
}


.abt_tbl table td a:hover{
    color: #000000;
    text-decoration:none;
}


.abt_tbl table td p{
    margin-bottom: 10px;

}

.abt_tbl table td ul li{
    background: url("../img/common/list001.png") left 12px no-repeat;
    padding-left: 8px;

    margin-bottom: 10px;

}






.abt_map_txt{
    margin-bottom: 15px;
}

.abt_map_txt dl dt{
    font-size: 17px;
    line-height: 120%;
    color: #28557A;
    margin-bottom: 8px;

}

.abt_map_txt dl dd{
    font-size: 16px;
    line-height: 140%;
}




.abt_map{

margin: 0 auto 40px auto;

}



/* 事業案内--------------------------------------------- */

.bns001{
    margin-bottom: 40px;

}


.bns001 dl dt{
	font-size:36px;
	line-height:140%;
    margin-bottom: 15px;

    font-family: 'noto700'; 
}

.bns001 dl dd{
	font-size:16px;
	line-height:180%;

}




.bns002{

}

.bns002 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 40px;

}


.bns002 ul li:nth-child(3n){
    margin-right: 0%; 
}


.bns002_ttl{
	font-size:20px;
	line-height:140%;
    margin-bottom: 15px;
    
    border-left: 4px solid #666666;
    padding-top: 10px;
    padding-left: 10px;

    font-family: 'noto500'; 

}


.bns002_img{
    text-align: center;
    margin: 0 auto 15px auto;
}

.bns002_txt{
	font-size:16px;
	line-height:160%;
}

.bns002_txt01{
	font-size:16px;
	line-height:160%;
    margin-bottom: 25px;
}



.bns003{
    margin-bottom: 50px;
}

.bns003 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.bns003 ul li:nth-child(3n){
    margin-right: 0%; 
}


.bns004{
margin-bottom: 50px;

}


.bns004 dl dt{
    font-size: 18px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
    

}



.bns004 dl dd{
    font-size: 16px;
    line-height: 140%;
    
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-bottom: 10px;
    

}




.bns005{

}

.bns005 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    margin-bottom: 40px;

}


.bns005 ul li:nth-child(3n){
    margin-right: 0%; 
}

.bns005_img{
    margin: 0 auto 15px auto;
}

.bns005_in{

}

.bns005_in dl dt{
    width: 75px;
    height:30px;
    background: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 3px;
   
    box-sizing: border-box;
    
    float: left;
    clear: both;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}


.bns005_in dl dd{
    float: right;


    width: calc(100% - 90px);
    
    height:30px;
    
    font-size: 15px;
    line-height: 130%;

    
    margin-bottom: 10px;
    
    text-align: left;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}


/* 採用情報--------------------------------------------- */


.rrt001{
    margin-bottom: 70px;


}


.rrt001 dl dt{


	font-size:36px;
	line-height:140%;
    margin-bottom: 25px;

    font-family: 'noto700'; 
}

.rrt001 dl dd{
	font-size:18px;
	line-height:200%;
}





.rrt02_bx{
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  
  margin-bottom: 50px;
}

.rrt02_bx_l{
    width: 38%;
    height: auto;
    float: left;

    box-sizing: border-box;
    background: #003366;
    

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.rrt02_bx_r{
    width: 62%;
    height: auto;
    float:right;
    text-align: right;

}


.rrt02_bx_r img{
    vertical-align:bottom;

}

.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

.rrt02_bx_in dl dt{
    font-size: 30px;
    line-height: 150%;
    text-align:center;
    font-family: 'noto700';
    margin-bottom: 10px;
    color: #FFFFFF;
}

.rrt02_bx_in dl dt span{
    font-size: 14px;
    line-height: 100%;


    font-family: 'noto300';

    padding:1px 8px 2px 8px;
    text-align: left !important;
    
    border: 1px solid #FFFFFF;
}

.rrt02_bx_in dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
    text-align:center;
}



.rrt003_ttl{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px auto;
    position: relative;
    padding: 1.5rem 1rem;
    font-size: 24px;
    line-height: 140%;
    box-sizing: border-box;    
    font-family: 'noto700';    
    text-align: center;
}

.rrt003_ttl::before,
.rrt003_ttl::after {
    position: absolute;
    width: 95%;
    height: 20px;
    content: '';
}

.rrt003_ttl::before {
    border-left: solid 3px #003366;
    border-top: solid 3px #003366;
    top: 0;
    left: 0;
}

.rrt003_ttl::after {
    border-right: solid 3px #003366;;
    border-bottom: solid 3px #003366;
    bottom: 0;
    right: 0;
}


.rrt003{
    margin-bottom: 70px;

}


.rrt003 dl dt{
    font-size: 24px;
    line-height: 150%;

    font-family: 'noto700';
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 4px solid #666666;
}

.rrt003 dl dt:first-letter{
    color: #cc0000;
    font-size: 30px;    
}


.rrt003 dl dd{
    font-size: 16px;
    line-height:200%;
    
    margin-bottom: 40px;
    
    word-break: break-all;
    word-wrap: break-word;
}

.rrt003 dl dd:last-child{
	margin-bottom:0px;
}







/* 事業案内--------------------------------------------- */

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 40px 0;

}


.bns001{

}

.bns001_l{
    width: 50%;
    float: left;
}

.bns001_r{
    width: 50%;
    float:right;
}


.bns001_txt_in{
    padding: 0 40px

}

.bns001_txt{

}

.bns001_txt dl dt{
    
	font-size:18px;
    line-height: 160%;
    margin-bottom: 25px;
}

.bns001_txt dl dd{
    padding: 30px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
}


.bns001_txt dl dd ul li{
    background: url("../img/business/list.png") left 3px no-repeat;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-left: 18px;
    
    display: inline-block;

}



.bns_img01{
	
	height:500px !important;
	background:url("../img/business/01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.bns_img02{
	
	height:500px !important;
	background:url("../img/business/02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.bns_img03{
	
	height:500px !important;
	background:url("../img/business/03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}










/* 工事実績--------------------------------------------- */


.wk_ttl{
    background: url("../img/works/bg.jpg") repeat;
    padding: 15px;

    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;
}


.wk_ttl span{
    font-size: 20px;
    margin-left: 15px;
    letter-spacing: 0.05em;

    font-family: din-1451-lt-pro-engschrift, sans-serif;
    font-weight: 400;
    font-style: normal;
}


.wk_ttl span.wk_ttl_cr{
    color: #07a0e3;
    margin-left: 0;

}









/* 採用情報--------------------------------------------- */


.rrt_txt{
    margin-bottom: 70px;
}

.rrt_txt dl dt{
    font-size: 30px;
    line-height: 160%;
    text-align: center;
    margin-bottom: 30px;


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_txt dl dd{

    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 70px;
}

.rrt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 70px;
}

.rrt_b01 ul li:nth-child(2n){
    margin-right: 0%;
}


.rrt_b01_in{
    height: 320px;
    padding: 30px;
    box-sizing: border-box;
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}

.rrt_b01_in dl dt{
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 40px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}

.rrt_b01_in dl dd{
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    margin-bottom: 30px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}


.rrt_b01_in dl dd p{
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 13px;
    color:#FFFFFF;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in dl dd p span{
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 20px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}




.rrt_b01_in01{
    margin-top: 25px;
    margin-bottom: 40px;

}


.rrt_b01_in01 dl dt{
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #07a0e3;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.rrt_b01_in01 dl dt:first-letter{
    color: #07a0e3;
}

.rrt_b01_in01 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;   
}


.rrt_b01_in01 dl dd:last-child{
	margin-bottom:0px;
}




.rrt_box_bg01{
	height:320px !important;
	background:url("../img/recruit/01_01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg02{
	height:320px !important;
	background:url("../img/recruit/01_02.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg03{
	height:320px !important;
	background:url("../img/recruit/01_03.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.rrt_box_bg04{
	height:320px !important;
	background:url("../img/recruit/01_04.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}









/* プライバシー ---------------------------------------------- */


.privacy{
}


.privacy dt {
    font-size:20px;
    line-height: 160%;

    margin-bottom: 8px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 600;
    font-style: normal;
}


.privacy dd {
    font-size:15px;
    line-height: 150%;
    margin-bottom: 25px;

    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}














/* お問い合わせフォーム ---------------------------------------------- */



.contact-t{
    margin-bottom: 70px;

}

.contact-t dl{

}

.contact-t dl dt{
	color:#003366;
	font-size:26px;
	text-align:center;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:40px;
	line-height:140%;

    font-family: 'noto900';  
    text-align: center;
}

.contact-t a{
    color: #000000;
    text-decoration: none;
}





.contact-img{
	max-width:250px;
	width:100%;
	margin:0 auto 0px auto;
	text-align:center;
}

#contact-f{
	width:100%;
	height:auto;
	margin-bottom:60px;

}

#contact-f table{
	width:100%;
	height:auto;
	border-top:1px solid #cccccc;
}

#contact-f th,td{
	padding:15px;
}

#contact-f th{
	font-size:16px;
	border-collapse:collapse;

	border-bottom:1px solid #cccccc;
	text-align:left;
	font-weight:bold;
	color:#333;
	width:28%;	

	background:url(../img/contact/bg.png) repeat;
}

#contact-f td{
	font-size:16px;
	border-collapse:collapse;
	text-align:left;
	border-bottom:1px solid #cccccc;


	background:url(../img/contact/bg.png) repeat;
}


#contact-f span{
	color:#F00;
	font-size:12px;

}

.with-form1{
	width:90%;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;

	filter:alpha(opacity=70); /* IE*/
	-moz-opacity: 0.7; /* Firefox*/
	opacity: 0.7; /* SafariやOpera*/
}

.with-form3{
	width:300px;
    height: 35px !important;

	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



.margin-r1{
	margin-right:5px;
}

.margin-r2{
	margin-right:15px;
}


.f_txt01{
    text-align: center;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 120%;
}

.f_txt01 a{
    color: #000000;
    text-decoration: none;
}

.f_txt01 a:hover{
    color: #000000;
    text-decoration:underline;
}


#form-center{
	margin-left:0 !important;
	margin-top:20px;
	text-align:center;
}

input:focus {
    border:solid 1px #EEA34A;
}

textarea:focus {
    border:solid 1px #EEA34A;
}




input.submit_button {
	width:150px;
	height:auto;
	padding:15px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:16px;

　　/*角丸*/
	-webkit-border-radius: 3px;     /* for Safari and Chrome */
	moz-border-radius: 3px;    /* for Firefox */
	-o-border-radius: 3px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:3px;   /* Linux browsers */
	border-radius: 3px;     /* CSS3 */
     behavior: url(css/border-radius.htc); /* IE用 */
　　/*角丸*/
	
}

input.submit_button:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70); 
}






#contact-f select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    text-indent: 0.5em;
    background:#FAFAFA;
    height: 20px;

    font-size: 13px;
    vertical-align: middle;
    border:1px solid #CCC;
}




#contact-f input[type=radio],
#contact-f input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
    position: relative;
     
    display: inline-block;
    margin-right: 5px;
     
    font-size: 14px;
    line-height: 30px;
     
    cursor: pointer;
}
 
@media (min-width: 1px) {
#contact-f input[type=radio],
#contact-f input[type=checkbox] {
        display: none;
        margin: 0;
    }
#contact-f input[type=radio] + label,
#contact-f input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
#contact-f input[type=radio] + label::before,
#contact-f input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
#contact-f input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
#contact-f input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
#contact-f input[type=radio]:checked + label::after,
#contact-f input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
#contact-f input[type=radio]:checked + label::after {
        left: 5px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background:#06C;
        border-radius: 8px;
    }
#contact-f input[type=checkbox]:checked + label::after {
        left: 3px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #E71063;
        border-bottom: 3px solid #E71063;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}





	
}

