/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@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;
}


@media screen and (min-width: 1061px) {
/* PC用のスタイル記述 */
.pc {
	display: block;
}
.phone {
	display: none;
}

.slicknav_menu {
	display:none;
}

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

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

}

@media screen and (max-width: 1060px) {
/* タブレット用のスタイル記述 */

.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	


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

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

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

body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}




}

@media screen and (max-width: 720px) {
/* スマートフォン用のスタイル記述 */
.pc {
	display: none !important;
}
.phone{
	display: block !important;
}	

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

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


body {
  -webkit-text-size-adjust: 100%; /* iPhone 横向きで文字を拡大しない */
}	

	/* #menu is the original menu */
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
	
}



/* PCベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1061px) {
	
	
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;
  
}





}



/* タブレットベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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


body{
	padding:0;
	margin:0;
	font-size:15px;
	color:#000;
	line-height:160%;
	text-align:left;

}	

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



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

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

}

.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 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;
	background:#FFF;
}

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;


}

header{	
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
		
	padding:0 30px;
	box-sizing:border-box;
}



.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 60px;
    margin: 0 auto   !important;

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

.header_yoyaku01 a{
    width: 100%;
    height: 50px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}



.header_tel a{
    color: #000000;
}



.header_time{
    display: none;  
}






#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 30px;
	box-sizing:border-box;


}

.footer_in{	

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


}



address{
	font-size:13px;
	line-height:150%;
	color:#000;


    margin-bottom: 12px;


}

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



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

}


.fm_01 ul li{
    font-size: 14px;
    line-height: 100%;
    margin-right: 17px;
    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;
  
}









}



/* スマホベース設定--------------------------------------------------------------------------------------------------------------------------------------------- */


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



body{
	padding:0;
	margin:0;
	font-size:14px;
	color:#000;
	line-height:150%;
	text-align:left;

}	



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



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


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

}

.container02{

	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 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;
	background:#FFF;
}

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


.header_bg{
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;
/*    padding: 0 20px;*/
    box-sizing: border-box;
	position:relative;

}

header{
	max-width:1300px;
	width:100%;
	height:60px;
	margin:0 auto;

		
	padding:0 20px;
	box-sizing:border-box;
}


.header_yoyaku{
    display: none;
}


.header_yoyaku01{
    max-width: 170px;
    width: 100%;
    height: 40px;
    margin: 0 auto;
    margin: 0 auto   !important;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.header_yoyaku01 a{
    width: 100%;
    height: 40px;
    display: block;
    background: #fb8b07;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF  !important;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.header_yoyaku01 a:hover{
    color: #FFFFFF  !important;
    background: #ff6666

}


.header_tel{
    display: none;
}

.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 20px;
	box-sizing:border-box;


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 0 25px 0;
	box-sizing:border-box;


}



address{
	font-size:12px;
	line-height:150%;
	color:#000;


    margin-bottom: 12px;


}

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



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

}


.fm_01 ul li{
    font-size: 13px;
    line-height: 100%;
    margin-right: 17px;
    margin-bottom: 10px;
    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: 11px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
  
}





}




/* PC用スタイルスタイル--------------------------------------------------------------------------------------------------------------------------------------------- */


@media screen and (min-width: 1061px) {

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


h1.h1_01{
width: 210px;
height: auto;
position: absolute;
top: 40px;
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;  
   

}

.business_main_bg02{
	width: 100%;
	height:500px !important;
	background:url("../img/business/main02.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_bg03{
	width: 100%;
	height:500px !important;
	background:url("../img/business/main03.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: 70px;
}


.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_msg01{
    margin-bottom: 70px;
     
     font-size: 16px;
     line-height: 190%;
     
     word-break: break-all;
     word-wrap: break-word;    
}

.abt_msg01 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_out{
    margin-bottom: 30px;   
}

.abt_map_out_l{
    width: 49%;
    height: auto;
    float: left;
}


.abt_map_out_r{
    width: 49%;
    float: right;
}



.abt_map_txt{
 
    border-left: 6px solid #9F9F9F;
    padding: 30px 0 30px 25px;
    box-sizing: border-box;

}

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

}

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




.abt_map{

margin: 0 auto 80px 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; 

}



.bns006{
    margin-bottom: 40px;

}

.bns006 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 25px;
}

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



.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 35px 40px 25px 40px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    font-size: 16px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;

}


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

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

}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:16px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}



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


.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: 26px;
    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_ttl dl{
    margin-bottom: 20px;

}

.rrt003_ttl dl dt{
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;
}

.rrt003_ttl dl dd{
    font-size: 20px;
    line-height: 140%;
    text-align: center;
}

.rrt003_ttl p{
    color: #115FAD;
}




.rrt003{
    margin-bottom: 100px;

}


.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);
    }
}





}


/* タブレット用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */



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


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

h1.h1_01{
width: 200px;
	height:auto;
	position: absolute;
    top: 13px;
}

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




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

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


h2.h2_01 p{
    font-size: 55px;
    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: 20px;
    line-height: 120%;
    color:#FFFFFF;
    margin-bottom: 30px;

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


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

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

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

}





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

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



h4.h4_01{
    font-size: 18px;
    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 20px;
}

.top_slide{
	width:100%;
	min-height:450px;
    margin-top: 30px;

	z-index:5;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}








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

.company_main_bg{
	width: 100%;
	height:300px !important;
	background:url("../img/company/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:300px !important;
	background:url("../img/business/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/business/main02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/business/main03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:300px !important;
	background:url("../img/recruit/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:300px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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: 250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;
    padding: 0px 20px 2px 10px;
    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: 35px;

}

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

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



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



.tp_bns01_bg{
	width: 100%;
	height:700px !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: 49%;
    height: 250px;
    margin-right: 2%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 30px !important;
    box-sizing: border-box;
    margin-bottom: 15px;

    
   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(2n){
    margin-right: 0%;
}

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

.tp_bns01_in_b ul li dl{


}

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

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

}



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



.tp_rrt01_bg{
	width: 100%;
	height:450px !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:450px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, 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: 24px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}



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



.tp_ctt01_bg{
	width: 100%;
	height:400px !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: 400px;


    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_ctt01{
    height: 45px;
    font-size: 30px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 25px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    background-size: 30px 45px;
    padding-left: 38px;
    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: 8px 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: 20px;
    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: 65px;
    font-size: 18px;
    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: 15px;
    margin-bottom:6px;
}



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





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

.abt_msg{
    margin-bottom: 60px;
}


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

.abt_msg_r{

    width: calc(100% - 280px);

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


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


}



.abt_msg01{
    margin-bottom: 60px;
     
     font-size: 15px;
     line-height: 170%;
     
     word-break: break-all;
     word-wrap: break-word;    
}

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

}




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

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

}

.abt_tbl table th{
	width:160px;

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

    vertical-align: text-top;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}

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

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}



.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 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 8px;
}





.abt_map_out{
    margin-bottom: 30px;   
}

.abt_map_out_l{
    width: 49%;
    height: auto;
    float: left;
}


.abt_map_out_r{
    width: 49%;
    float: right;
}



.abt_map_txt{
 
    border-left: 5px solid #9F9F9F;
    padding: 30px 0 30px 20px;
    box-sizing: border-box;

}

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

}

.abt_map_txt dl dd{
    font-size: 15px;
    line-height: 170%;
}






.abt_map{

margin: 0 auto 60px auto;

}





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

.bns001{
    margin-bottom: 30px;

}


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

    font-family: 'noto700'; 
}

.bns001 dl dd{
	font-size:15px;
	line-height:160%;

}




.bns002{
max-width: 790px;
width: 100%;
margin: 0 auto;

}

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

}


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


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

    font-family: 'noto500'; 

}


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

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

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



.bns003{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns003 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 25px;
}

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


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



.bns004{
margin-bottom: 40px;

}


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

}



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

}






.bns005{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns005 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 35px;

}


.bns005 ul li:nth-child(2n){
    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; 

}

.bns006{
    margin-bottom: 30px;

}

.bns006 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
}

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


.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 30px 30px 20px 30px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 9px no-repeat;
    font-size: 15px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 10px;
    padding-left: 10px;
    float: left;

}

.bns008{
	width:100%;
	height:auto;

    overflow-x: auto;
    display: block;
    
    margin-bottom: 50px;    
}

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

    white-space: nowrap;
}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:15px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}


/* スクロールバー全体を対象にする */
.bns008::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.bns008::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.bns008::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.bns008::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}


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


.rrt001{
    margin-bottom: 50px;


}


.rrt001 dl dt{


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

    font-family: 'noto700'; 
}

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






.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: 40px;
}

.rrt02_bx_l{
    width: 45%;
    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: 55%;
    height: auto;
    float:right;

}



.rrt02_bx_r img{
  height: 250px;
  object-fit: cover; /* この一行を追加するだけ！ */
    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: 20px;
    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_ttl dl{
    margin-bottom: 20px;

}

.rrt003_ttl dl dt{
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;
}

.rrt003_ttl dl dd{
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}

.rrt003_ttl p{
    color: #115FAD;
}









.rrt003{
    margin-bottom: 60px;

}


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

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

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


.rrt003 dl dd{
    font-size: 15px;
    line-height:180%;
    
    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: 30px 0;

}


.bns001{

}

.bns001_l{
    width: 100%;
    float: none;
}

.bns001_r{
    width: 100%;
    float: none;
}


.bns001_txt_in{
    padding: 30px 30px 0 30px

}

.bns001_txt{


}

.bns001_txt dl dt{
    
	font-size:16px;
    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;
    background-size: 11px 11px;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 10px;
    margin-right: 25px;
    padding-left: 16px;
    
    display: inline-block;

}



.bns_img01{
	
	height:300px !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:300px !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:300px !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: 12px;

    font-size: 26px;
    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: 18px;
    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: 60px;
}

.rrt_txt dl dt{
    font-size: 26px;
    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: 16px;
    line-height: 170%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

.rrt_b01_in dl dd{
    font-size: 17px;
    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: 26px;
    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: 17px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

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




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

}


.rrt_b01_in01 dl dt{
    font-size: 17px;
    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: 15px;
    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:280px !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:280px !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:280px !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:280px !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:18px;
    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: 50px;

}

.contact-t dl{

}

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

.contact-t dl dd{
	
	font-size:32px;
	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 00px 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);
    }
}



}



/* スマホ用スタイル--------------------------------------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 720px) {	
	
/* h1 h2 h3 h4 h5 ---------------------------------------------- */


h1.h1_01{
width: 170px;
	height:auto;
	position: absolute;
     top: 15px;
}

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








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

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


h2.h2_01 p{
    font-size: 40px;
    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: 16px;
    line-height: 120%;
    color:#FFFFFF;
    margin-bottom: 27px;

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


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

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

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

}





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

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




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





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


.top_slide_out{
    padding: 0 15px;
}


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

    margin-top: 30px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}







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

.company_main_bg{
	width: 100%;
	height:200px !important;
	background:url("../img/company/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:200px !important;
	background:url("../img/business/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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_bg02{
	width: 100%;
	height:200px !important;
	background:url("../img/business/main02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/business/main03.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:200px !important;
	background:url("../img/recruit/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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:200px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px 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: 230px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 0px;
    padding: 1px 20px 1px 12px;
    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;
    background-size: 17px 13px;
    padding-right: 38px;
}


.button01 a:hover span {
    background:url("../img/common/btn.png") right 0px center no-repeat;
    background-size: 17px 13px;
    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: 28px;
}


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

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




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



.tp_bns01_bg{
	width: 100%;
	height:780px !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: 100%;
    height: 180px;
    margin-right: 0%;
    float: left;
    
    background: rgba(0,0,0,0.50);

    padding: 20px !important;
    box-sizing: border-box;
    margin-bottom: 15px;

    
   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(2n){
    margin-right: 0%;
}

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

.tp_bns01_in_b ul li dl{


}

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

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

}




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



.tp_rrt01_bg{
	width: 100%;
	height:260px !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;
     
        
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
}



.tp_rrt01_out{
    width: 100%;
    height:260px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, 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: 18px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 20px;
}







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



.tp_ctt01_bg{
	width: 100%;
	height:300px !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: 300px;

    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: 45px;
    font-size: 26px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    margin-bottom: 15px;
    
    background: url("../img/top/04.png") left 0px no-repeat;
    background-size: 25px 38px;
    padding-left: 30px;
    padding-top: 8px;
    
    vertical-align: bottom;
}








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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 6px 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: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 20px;


}

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

}
  

.cmm_ctt dl dd ul li{
    max-width: 400px;
    width: 100%;
    height: auto;
    float:none;
    margin: 0 auto 15px auto;

}

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

.cmm_ctt dl dd ul li a{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 14px;
    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: 15px;
    margin-bottom:9px;
}



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







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

.abt_msg{
    margin-bottom:50px;
}


.abt_msg_l{

    width: 100%;
    height: auto;
    float: none;
    margin: 0 auto;
    
    text-align: center;
    
    margin-bottom: 20px;
}

.abt_msg_l img{
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 0 auto;

}

.abt_msg_r{
    width: 100%;
    height: auto;
    float: none;
     
     font-size: 14px;
     line-height: 160%;
     
     word-break: break-all;
     word-wrap: break-word;
}


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


}

.abt_msg01{
    margin-bottom:50px;
     
     font-size: 14px;
     line-height: 160%;
     
     word-break: break-all;
     word-wrap: break-word;    
}

.abt_msg01 p{
    text-align: right;
    margin-top: 12px;

}




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

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

}

.abt_tbl table th{
display: block;
	width:auto;

	padding:8px 0px 4px 0px;	
	box-sizing:border-box;
    
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #28557A;
    vertical-align: text-top;

	text-align:left;
    border-bottom:none;
}

.abt_tbl table td{
display: block;
	width:auto;
	padding:0px 0px 8px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

	text-align:left;
    border-bottom: 1px solid #d7d7d7;
}



.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: 8px;

}

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








.abt_map_out{
    margin-bottom: 30px;   
}

.abt_map_out_l{
    width: 100%;
    height: auto;
    float: none;
}


.abt_map_out_r{
    width: 100%;
    height: auto;
    float: none;
}



.abt_map_txt{
 
    border-left: 4px solid #9F9F9F;
    padding: 15px 0 15px 10px;
    box-sizing: border-box;
    margin-bottom: 15px;

}

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

}

.abt_map_txt dl dd{
    font-size: 15px;
    line-height: 160%;
}






.abt_map{

margin: 0 auto 40px auto;

}




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

.bns001{
    margin-bottom: 30px;

}


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

    font-family: 'noto700'; 
}

.bns001 dl dd{
	font-size:14px;
	line-height:150%;

}




.bns002{
max-width: 790px;
width: 100%;
margin: 0 auto;

}

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

}


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


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

    font-family: 'noto500'; 

}


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

.bns002_txt{
	font-size:14px;
	line-height:150%;
}

.bns002_txt01{
	font-size:14px;
	line-height:150%;
    margin-bottom: 15px;
}



.bns003{
max-width: 790px;
width: 100%;
margin: 0 auto 20px auto;
}

.bns003 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 15px;
}

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


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



.bns004{
margin-bottom: 40px;

}


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

}



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

}









.bns005{
max-width: 790px;
width: 100%;
margin: 0 auto 40px auto;
}

.bns005 ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    
    margin-bottom: 35px;

}


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

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

.bns005_in{

}

.bns005_in dl dt{
    width: 75px;
    height:26px;
    background: #333333;
    text-align: center;
    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    padding-bottom: 1px;
    margin-bottom: 5px;
   
    box-sizing: border-box;
    
    float:none;
    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:none;


    width:100%;
    
    height:auto;
    
    font-size: 13px;
    line-height: 140%;

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


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

}




.bns006{
    margin-bottom: 25px;

}

.bns006 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    float: left;
    margin-bottom: 8px;
}

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




.bns007{
    border: 1px solid #D3D3D3;
    background: #FFFFFF;
    padding: 20px 20px 15px 20px; 
    box-sizing: border-box;
}


.bns007 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 14px;
    line-height: 140%;
    margin-right: 25px;
    margin-bottom: 5px;
    padding-left: 8px;
    float: left;


}




.bns008{
	width:100%;
	height:auto;

    overflow-x: auto;
    display: block;
    
    margin-bottom: 40px;    
}

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

    white-space: nowrap;
}

.bns008 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
    background: #333333;
    color: #FFFFFF;
    
	font-size:14px;
    line-height: 150%;
    text-align: center;
	border-collapse:collapse;

    vertical-align: text-top;


    border: 1px solid #d7d7d7;
}

.bns008 table td{
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

	text-align:left;
    border: 1px solid #d7d7d7;
}


/* スクロールバー全体を対象にする */
.bns008::-webkit-scrollbar {
    width: 10px; /* スクロールバーの幅 */
    height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.bns008::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーの背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.bns008::-webkit-scrollbar-thumb {
    background: #888; /* スクロールバーの操作部分の背景色 */
    border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.bns008::-webkit-scrollbar-thumb:hover {
    background: #555; /* ホバー時のスクロールバーの操作部分の背景色 */
}


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


.rrt001{
    margin-bottom: 40px;
}


.rrt001 dl dt{


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

    font-family: 'noto700'; 
}

.rrt001 dl dd{
	font-size:15px;
	line-height:160%;
}





.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: 30px;
}

.rrt02_bx_l{
    width: 42%;
    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: 58%;
    height: auto;
    float:right;

}


.rrt02_bx_r img{
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
    vertical-align:bottom;

}


.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

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

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


    font-family: 'noto300';

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

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












.rrt003_ttl{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 30px auto;
    position: relative;
    padding: 1.2rem 1rem;
    font-size: 17px;
    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 2px #003366;
    border-top: solid 2px #003366;
    top: 0;
    left: 0;
}

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


.rrt003_ttl span::before {
	content: "\A" ;
	white-space: pre ;
}




.rrt003_ttl dl{
    margin-bottom: 15px;

}

.rrt003_ttl dl dt{
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 5px;
}

.rrt003_ttl dl dd{
    font-size: 14px;
    line-height: 140%;
    text-align: center;
}

.rrt003_ttl p{
    color: #115FAD;
}



.rrt003{
    margin-bottom: 50px;

}


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

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

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


.rrt003 dl dd{
    font-size: 14px;
    line-height:160%;
    
    margin-bottom: 30px;
    
    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: 20px 0;

}


.bns001{

}

.bns001_l{
    width: 100%;
    float: none;
}

.bns001_r{
    width: 100%;
    float: none;
}


.bns001_txt_in{
    padding: 20px 20px 0 20px

}

.bns001_txt{


}

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

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


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

}



.bns_img01{
	
	height:300px !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:300px !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:300px !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: 12px 12px 8px 12px;

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

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


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

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


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







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


.rrt_txt{
    margin-bottom: 50px;
}

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


    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: 15px;
    line-height: 160%;
    word-wrap: break-word;
    word-break: break-all;
}


.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


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

}

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

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

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

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


.rrt_b01_in dl dd p{
    font-size: 22px;
    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: 16px;
    line-height: 100%;
    color:#FFFFFF;
    margin-left: 15px;

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




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

}


.rrt_b01_in01 dl dt{
    font-size: 15px;
    line-height: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    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: 15px;
    line-height: 150%;
    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:230px !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:230px !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:230px !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:230px !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:16px;
    line-height: 160%;

    margin-bottom: 5px;

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


.privacy dd {
    font-size:14px;
    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: 40px;

}

.contact-t dl{

}

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

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

    font-family: 'noto900';  

}


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






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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:15px 10px 15px 10px;	
	box-sizing:border-box;


}

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

	width:100%;
	display:block;
	padding:0px 10px 10px 10px;
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;
}


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

}

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

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

.with-form3{
	width:280px;
    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: 10px;
    font-size: 14px;
    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:120px;
	height:auto;
	padding:10px 0;
    font-size: 1.2em;
    background-color:#697489;
    color:#FFF;
	font-weight:bold;
    border-style: none;
	text-align:center;
	font-size:15px;

    /*角丸*/
	-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);
    }
}













}
