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


html {

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

}

*:first-child + html body {

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

body{
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;  
	
	padding:0;
	margin:0;
	font-size:16px;

	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

background-image:url(../img/common/page_btm_bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position: bottom;
}



/* 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:17px;

	line-height:160%;
	text-align:left;

}	 

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




.container01_bg_tp{
margin-top: 90px !important;
}


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



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


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:100px 0 80px 0;

}

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

}

.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

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

}


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

}


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

}



.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}

.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0 ;
}



.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


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

}





.container05{

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


.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0 ;
}




.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 0 0;

}


/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

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


.hdr_logo{
width: 264px;
height: auto;
position: absolute;
top: 44px;
left: 50px;

}



#header {

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

 box-sizing: border-box;

    

}

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


.header_bg{
	width:100%;
	height:90px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

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

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:8px;
	right:50px;

    
    font-size: 33px;
    line-height: 120%;
    color: #000000;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;  
          
}


.header_tel span{

    
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    margin-right: 15px;

          
}


.header_time{
	position:absolute;
	top:27px;
	right:30px;
    
    font-size: 15px;
    line-height: 120%;
    
    
      
}


.h_tanjyou{
	width:340px;
	height:auto;
	
	position: absolute;
	top:110px;
	left:52px;


	color:#000;
	font-size:22px;

	line-height:100%;
	box-sizing:border-box;
	

	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 900;
	


}


.h_fb{
	max-width:34px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 41px;
	right:74px;
}

.h_fb img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.h_fb:hover img {
	opacity: .7;
}


/*nav{
	width:510px;
	position:absolute;
	top:55px;
	right:0;
}

nav ul{
	margin:0;
	padding:0;

}

nav ul li{
	float:left;
	color:#000;
	font-size:16px;

	font-weight:bold;
	margin-right:20px;
	line-height:120%;
}

nav ul li:last-child{
	margin-right:0;
}

nav ul li a{
	color:#FFF !important;
	text-decoration:none;

}

nav ul li a:hover{
	color:#FFF !important;
	text-decoration:underline;
}

.nav_h{
	color:#FFF !important;
	text-decoration:underline !important;
}*/


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


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


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


footer{


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


}

.footer_in{	

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



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


    margin-bottom: 10px;


}

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

}

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:16px;

	line-height:160%;
	text-align:left;

}	

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



.container01_bg_tp{
margin-top: 60px !important;
}

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


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



.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0 60px 0;

}

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

}


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}


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

}

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

}



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

}


.container04{
	max-width:1100px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}


.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0 ;
}


.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:60px 0;
}




.container05{

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



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0 0 0 ;
}


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

}

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

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}

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


.hdr_logo{
width: 200px;
height: auto;
position: absolute;
top: 19px;
left: 30px;
}



#header {

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

 box-sizing: border-box;


}

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


.header_bg{
	width:100%;
	height:60px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;
 


}

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: 60px;
    margin: 0 auto   !important;

    
 
}

.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_time{
    display: none;  
}






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


#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;
	
	padding:0px 0 20px 0;
	box-sizing:border-box;
}



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

    margin-bottom: 10px;

}

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

}

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:15px;

	line-height:140%;
	text-align:left;

}	



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



.container01_bg_tp{
margin-top: 50px !important;
}



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


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


.container00{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;

}

.container00_01{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 40px 0;

}



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


.container02{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0;

}

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

}

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

}


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

}

.container04{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}


.container04_00{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 0 0 0 ;
}



.container04_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;
}


.container04_02{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;
}


.container05{

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



.container05_01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0 ;
}


.container06{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;

}

.container06_01{
	max-width:1600px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0 0 0;

}

/* contents ---------------------------------------------- */

.contents{
	max-width:90%;
	height:auto;
	padding:0 5%;
}


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


.hdr_logo{
width: 180px;
height: auto;
position: absolute;
top: 14px;
left: 20px;
}



#header {

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

 box-sizing: border-box;

}

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


.header_bg{
	width:100%;
	height:50px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

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

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


.header_yoyaku{
    display: none;
}


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

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






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



#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;
	
	padding:0px 0 15px 0;
	box-sizing:border-box;
}


address{

	font-size:13px;
	line-height:140%;
	color:#000;

    letter-spacing: -0.04em;

    margin-bottom: 10px;


}

.ad_ttl{

	font-size:14px;
	line-height:130%;
	margin-bottom:5px;	
	color:#000;
}

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{

    font-size: 60px;
    line-height: 150%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;
}


h1.h1_01 em{
    font-size: 80px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;    

}

h1.h1_01 span{
margin-left: -30px;
}




h2.h2_01{
    font-size: 20px;
    line-height: 140%;

    margin: 0 auto 40px auto;
    text-align: center;

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

}

h2.h2_01 p{
    font-size: 70px;
    line-height: 100%;

    margin-bottom:3px;
    
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}




.h2_cr{
    color:  #FFFFFF !important;
}

.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 25px !important
}


.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 40px !important
}




h3.h3_01{
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 35px;
    color: #666666;
    text-align: center;

   
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}

h3.h3_01 p{
    font-size: 30px;
    line-height: 120%;
    color: #000000;

    margin-bottom:0px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;        
}


h4.h4_01{
    font-size: 25px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 5px solid #CF1313;

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



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


.top_slide_out{
    padding: 0 30px;

}

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

	z-index:5;


    margin-top:90px;


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





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

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out dl dt{
margin-top: -20px;

    margin-bottom: 2px;
}


.slide_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -15px;
    margin-left: 45px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}



.slide_txt_out01{
position: absolute;
width: 100%;
height: 450px;

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out01 dl dt{
margin-top: -14px;

    margin-bottom: 2px;
}


.slide_txt_out01 dl dd{
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -15px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}




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



.main_txt_out{
position: absolute;
width: 100%;
height: 500px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{
    margin-top: -20px;

    margin-bottom: 2px;
    
    font-size: 54px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

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

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



.main_txt_out dl dd{
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -15px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}


.about_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/about/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}

.service_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/service/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}

.safety_and_environment_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/safety_and_environment/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}


.recruit_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/recruit/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:450px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}












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



.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.button_l{
    margin: 0 !important;
}


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

.button01 a{
    display: block;
	width:350px;
    height: 40px;
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;

	background:url("../img/common/btn.jpg") repeat;
	border: 1px solid #413d5d;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

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


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #413d5d;
    color:#413d5d;
}








/* トップ　メッセージ-------------------------------------------- */



.tp_msg{
height: 430px;
    background: url("../img/top/01_bg.png") left no-repeat;
    margin-bottom: 50px;
}

.tp_msg dl{
}

.tp_msg dl dt{
    font-size: 100px;
    line-height: 140%;
    padding-top: 40px;
    padding-left: 210px;
    box-sizing: border-box;

    margin-bottom: 5px;
    color: #FFFFFF;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);    
}



.tp_msg dl dd{
    max-width: 700px;
    width: 100%;
    margin: 0 0 0  auto;
    font-size: 18px;
    line-height: 160%;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.tp_msg dl dd p{
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 15px;
}




/* トップ　入り口-------------------------------------------- */

.tp_igt{
}

.tp_igt ul li{
    width: 33.333%;
    height: 400px;
    float: left;

}

.tp_igt ul li a{
    display: block;
    width: 100%;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;

    
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_igt ul li a:hover{
    background: rgba(0,0,0,0.40);
}

.igt_bg01{
background:linear-gradient(to right, #001339, #3f0c52);
}

.igt_bg02{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}

.igt_bg03{
background:linear-gradient(to right, #0f3900, #0c6f67);
}

.igt_bg04{
background:linear-gradient(to right, #b17206, #d3a759);
}

.igt_bg05{
background:linear-gradient(to right, #2a4d94, #4b67cf);
}











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


.tp_rrt_bg{
	height:400px !important;
	background:url("../img/top/01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.tp_rrt{
    height: 400px;

}

.tp_rrt a{
    display: block;
    width: 100%;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_rrt a:hover{
    background: rgba(0,0,0,0.40);
}


.tp_rrt dl dt{
}


.tp_rrt dl dd{
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #FFF7F7;
    margin-bottom: 40px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;      
}




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


.tp_news{


}

.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: left;
clear: both;
color:#336699;

letter-spacing: 0.03em;

}

.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 #d7d7d7;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}

.news_ttl{
    font-size: 24px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 18px;
    line-height: 180%;
}




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

.cmm_ctt_bg{
	height:350px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


.cmm_ctt dl dt{

}

.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 15px;

    text-align: center;


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


}


.cmm_ctt dl dd a{
    color:#FFFFFF; 
}


.cmm_ctt dl dd a:hover{
    color:#FFFFFF; 
}



.cmm_ctt dl dd p{
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;

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

.cmm_ctt dl dd p span{
    font-size: 25px;
    line-height: 110%;


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

.cmm_ctt_btn{
	max-width:400px;
	width:100%;
	height:auto;
    margin: 0 auto;

  text-align: center;
  text-decoration: none;  
}

.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 12px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF; 
 

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
}

.cmm_ctt_btn a:hover{
  color:#FFFFFF;
  background: rgba(0,0,0,0.40);

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}



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



.abt_msg{
    max-width: 850px;
    width: 100%;
    margin: 0 auto 70px auto;

}


.abt_msg  dl dt{
    text-align: center;

      margin-bottom: 30px;
      font-size: 40px;
    line-height: 160%;

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

.abt_msg dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    font-size: 17px;
    line-height: 190%;
    
    word-wrap: break-word;
    word-break: break-all;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;          
}

.abt_msg dl dd p{
font-size: 22px;
text-align: right;
margin-top: 15px;
}

.abt_msg dl dd p span{
font-size: 16px;
    margin-right: 20px;
}





.abt_tbl_btm{
    margin-bottom: 0px !important;
}


.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;
    letter-spacing: 0.1em;

    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: #0066cc;
    text-decoration: underline;
}

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

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

}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 8px;
}

.abt_tbl table td dl dd{
    margin-bottom: 12px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}


.abt_01{
    margin-bottom: 70px;
}

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

}

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


.abt_01 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.abt_01 ul li dl dd{
    font-size: 18px;
    line-height: 160%;
    text-align: center;

}



.abt_map_txt{
    margin-bottom: 20px;
}

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

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

.abt_map{
    margin-bottom: 70px;


}


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



.svs_txt01{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
    
    word-wrap: break-word;
    word-break: break-all;    
}


.svs_img01{
margin-bottom: 30px;
}

.svs_img01 ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;

}

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

.svs_tbl01{
    margin-bottom: 70px;
}


.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    font-size: 28px;
    line-height: 120%;
    padding-left: 65px;
    margin-bottom: 20px;

}

.svs_tbl01 dl dd p{
    margin-bottom: 10px;
}

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

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

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 16px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 16px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}



.svs_lst{
}

.svs_lst ul li{

    font-size: 16px;
    line-height: 140%;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 70px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


.sfy_txt01 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.sfy_txt01 dl dd{
    font-size: 18px;
    line-height: 160%;
}




.sfy_txt02{
margin-bottom: 80px;
}


.sfy_txt02 ul li{
    margin-bottom: 60px;

}

.sfy_txt02 ul li dl dt{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:left;
    
    border-left: 10px solid #cc0000;
    padding: 15px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 18px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;

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



.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

.sfy_txt02_t{
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


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


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 160%;
	border-collapse:collapse;

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




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


.rrt_msg{
    margin-bottom: 70px;
}

.rrt_msg dl dt{
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

.rrt_msg dl dd{
    font-size: 18px;
    line-height: 180%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    word-wrap: break-word;
    word-break: break-all;
}





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

}

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

}

.rrt01_tbl table th{
	width:130px;

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

    vertical-align: text-top;

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

.rrt01_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 #d0d0d0;
}









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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;

}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}














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



.contact-txt{
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 70px;
    text-align: center;
}


.contact-txt p{
    margin-top: 10px;
    font-size: 50px;
    line-height: 140%;
    text-align: center;

    text-align: center;


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


.contact-txt a{
    color: #000000;
}

.contact-txt a:hover{
    color: #000000;
}




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


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

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


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}


.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:450px;
	margin-right:5px;
	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{

    font-size: 30px;
    line-height: 180%;
    color:#ffffff;

    margin-bottom: 5px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;
}




h1.h1_01 em{
    font-size: 60px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;    

}

h1.h1_01 span{
margin-left: -20px;
}





h2.h2_01{
    font-size: 18px;
    line-height: 140%;

    margin: 0 auto 35px auto;
    text-align: center;

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

}

h2.h2_01 p{
    font-size: 50px;
    line-height: 100%;

    margin-bottom:3px;
    
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}

.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 15px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 45px !important
}

.h2_btm01{
    margin-bottom: 30px !important
}



h3.h3_01{
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 28px;
    color: #666666;
    text-align: center;

   
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}

h3.h3_01 p{
    font-size: 26px;
    line-height: 120%;
    color: #000000;

    margin-bottom:0px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;        
}




h4.h4_01{
    font-size: 22px;
    line-height: 140%;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 4px solid #CF1313;

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




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


.top_slide_out{
    padding: 0 20px;
}

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

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

}



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

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out dl dt{
margin-top: -20px;

    margin-bottom: 2px;
}


.slide_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 35px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}


.slide_txt_out01{
position: absolute;
width: 100%;
height: 300px;

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out01 dl dt{
margin-top: 0px;

    margin-bottom: 2px;
}


.slide_txt_out01 dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -5px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}





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


.main_txt_out{
position: absolute;
width: 100%;
height: 300px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


    margin-bottom: 2px;
    
    font-size: 46px;
    line-height: 120%;
    color:#ffffff;

    margin-bottom: 15px;
    
   z-index: 9000;

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

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.main_txt_out dl dd{
    font-size: 40px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;

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


.about_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/about/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}

.service_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/service/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}




.safety_and_environment_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/safety_and_environment/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


.recruit_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/recruit/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:60px auto 0px auto;
}


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


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}



.button_l{
    margin: 0 !important;
}

.button01{
	width:280px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
	width:280px;
    height: 40px;
    font-size: 16px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;

	background:url("../img/common/btn.jpg") repeat;
	border: 1px solid #413d5d;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

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


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #413d5d;
    color:#413d5d;
}









/* トップ　メッセージ-------------------------------------------- */



.tp_msg{
height: 321px;
    background: url("../img/top/01_bg.png") left no-repeat;
    background-size: 550px 321px;
    margin-bottom: 40px;
}

.tp_msg dl{
}

.tp_msg dl dt{
    font-size: 80px;
    line-height: 140%;
    padding-top: 20px;
    padding-left: 170px;
    box-sizing: border-box;

    margin-bottom: 5px;
    color: #FFFFFF;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);    
}



.tp_msg dl dd{
    max-width: 580px;
    width: 100%;
    margin: 0 0 0  auto;
    font-size: 16px;
    line-height: 160%;

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

.tp_msg dl dd p{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 15px;
}





/* トップ　入り口-------------------------------------------- */

.tp_igt{
}

.tp_igt ul li{
    width: 50%;
    height: 250px;
    float: left;

}

.tp_igt ul li:last-child{
    width: 100%;
}


.tp_igt ul li a{
    display: block;
    width: 100%;
    height: 250px;
    padding: 20px;
    box-sizing: border-box;

    
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_igt ul li a:hover{
    background: rgba(0,0,0,0.40);
}

.igt_bg01{
background:linear-gradient(to right, #001339, #3f0c52);
}

.igt_bg02{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}

.igt_bg03{
background:linear-gradient(to right, #0f3900, #0c6f67);
}

.igt_bg04{
background:linear-gradient(to right, #b17206, #d3a759);
}

.igt_bg05{
background:linear-gradient(to right, #2a4d94, #4b67cf);
}



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


.tp_rrt_bg{
	height:280px !important;
	background:url("../img/top/01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rrt{
    height: 280px;

}

.tp_rrt a{
    display: block;
    width: 100%;
    height: 280px;
    padding: 20px;
    box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_rrt a:hover{
    background: rgba(0,0,0,0.40);
}


.tp_rrt dl dt{
}


.tp_rrt dl dd{
    font-size: 26px;
    line-height: 150%;
    text-align: center;
    color: #FFF7F7;
    margin-bottom: 30px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;      
}





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


.tp_news{

}

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

}

.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 #d7d7d7;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}




.news_ttl{
    font-size: 22px;
    line-height: 140%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 17px;
    line-height: 170%;
}



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

.cmm_ctt_bg{
	height:300px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


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

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

.cmm_ctt dl dd{
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 15px;

    text-align: center;


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


}

.cmm_ctt dl dd p{
    font-size: 17px;
    line-height: 160%;
    margin-top: 10px;

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

.cmm_ctt dl dd a{
    color:#FFFFFF; 
}


.cmm_ctt dl dd a:hover{
    color:#FFFFFF; 
}




.cmm_ctt_btn{
	max-width:305px;
	width:100%;
	height:auto;
    margin: 0 auto;


  text-align: center;
  text-decoration: none;

  
}


.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 12px 5px 15px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 17px;
    line-height: 100%;
    color: #FFFFFF; 
 

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
}

.cmm_ctt_btn a:hover{
  color:#FFFFFF;
  background: rgba(0,0,0,0.40);

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}




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


.abt_msg{
    max-width: 750px;
    width: 100%;
    margin: 0 auto 60px auto;
}


.abt_msg  dl dt{
    text-align: center;

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

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

.abt_msg  dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    font-size: 15px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;          
}

.abt_msg dl dd p{
font-size: 20px;
text-align: right;
margin-top: 15px;
}

.abt_msg dl dd p span{
font-size: 16px;
    margin-right: 20px;
}




.abt_tbl_btm{
    margin-bottom: 0px !important;
}

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

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

}

.abt_tbl table th{
	width:140px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
    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:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}



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

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

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

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 8px;
}

.abt_tbl table td dl dd{
    margin-bottom: 12px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}


.abt_01{
    margin-bottom: 60px;
}

.abt_01 ul li{
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 35px;
    float: left;

}

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


.abt_01 ul li dl dt{
    text-align: center;
    margin-bottom: 10px;
}

.abt_01 ul li dl dd{
    font-size: 17px;
    line-height: 160%;
    text-align: center;

}



.abt_map_txt{
    margin-bottom: 15px;
}

.abt_map_txt dl dt{
    font-size: 17px;
    line-height: 160%;
    margin-bottom: 5px;
}

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

.abt_map{
    margin-bottom: 60px;


}





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



.svs_txt01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 30px;

    
    word-wrap: break-word;
    word-break: break-all;
}



.svs_img01{
margin-bottom: 20px;
}

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

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

.svs_tbl01{
    margin-bottom: 60px;
}

.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    background-size: 35px 3px;
    font-size: 24px;
    line-height: 120%;
    padding-left: 48px;
    margin-bottom: 20px;

}


.svs_tbl01 dl dd p{
    margin-bottom: 10px;
}


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

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

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 15px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 15px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




.svs_lst{
}

.svs_lst ul li{
    font-size: 15px;
    line-height: 140%;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}




/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 60px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 25px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


.sfy_txt01 dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}

.sfy_txt01 dl dd{
    font-size: 17px;
    line-height: 160%;

}




.sfy_txt02{
margin-bottom: 60px;
}

.sfy_txt02 ul li{
    margin-bottom: 35px;

}

.sfy_txt02 ul li dl dt{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align:left;
    
    border-left: 8px solid #cc0000;
    padding: 10px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 17px;
    line-height: 180%;
    word-wrap: break-word;
    word-break: break-all;

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





.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-right: 30px;
    float: left;
}

.sfy_txt02_t{
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

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


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


.rrt_msg{
    margin-bottom: 60px;
}

.rrt_msg dl dt{
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

.rrt_msg dl dd{
    font-size: 16px;
    line-height: 160%;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    word-wrap: break-word;
    word-break: break-all;
}



.rrt_box01{
    height: 300px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 270px;
    width: 100%;
    height: 300px;
    background: #443d4a;
    padding: 10px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 27px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dt span{
    font-size: 50px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 15px;
}

.rrt_box01_in dl dd{
    font-size: 26px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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



.rrt_box02{
    margin-bottom: 60px;
}

.rrt_box02 ul li{
    margin-bottom: 30px;
}

.rrt_box02 ul li:last-child{
	margin-bottom:0px;
}


.rrt_box02 dl dt{
    font-size: 22px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 5px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 34px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 10px;

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


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


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;   
    
    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 #7b7b7c;
    color: #284684;    

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

.rrt_b01_in01 dl dt:first-letter{

}

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






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

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

}

.rrt01_tbl table th{
	width:120px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
    vertical-align: text-top;

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

.rrt01_tbl table td{
	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}







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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}





















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



.contact-txt{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 60px;
    text-align: center;    
}


.contact-txt p{
    margin-top: 10px;
    font-size: 40px;
    line-height: 140%;
    text-align: center;

    text-align: center;


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


.contact-txt a{
    color: #000000;
}

.contact-txt a:hover{
    color: #000000;
}



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


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

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


.contact-t{
	font-size:16px;
	line-height:160%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

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

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;
	text-align:center;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

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

.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:450px;
	margin-right:5px;
	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{

    font-size: 23px;
    line-height: 180%;
    color:#ffffff;

    margin-bottom: 5px;
    
   z-index: 9000;

    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;
}

h1.h1_01 em{
    font-size: 36px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;    

}

h1.h1_01 span{
margin-left: -10px;
}





h2.h2_01{
    font-size: 15px;
    line-height: 140%;

    margin: 0 auto 30px auto;
    text-align: center;

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

}

h2.h2_01 p{
    font-size: 45px;
    line-height: 100%;

    margin-bottom:3px;
    
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}


.h2_01_in{

}



.h2_01_cnr{
    text-align: center !important;
}





.h2_cr{
    color:  #FFFFFF !important;
}


.h2_cnr{
    text-align: center !important;
}

.h2_btm{
    margin-bottom: 10px !important
}

.h2_btm0{
    margin-bottom: 0px !important
}

.h2_btm01{
    margin-bottom: 25px !important
}






h3.h3_01{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 25px;
    color: #666666;
    text-align: center;

   
    font-family: titular, sans-serif;
    font-style: italic;
    font-weight: 700;
}

h3.h3_01 p{
    font-size: 24px;
    line-height: 120%;
    color: #000000;

    margin-bottom:0px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal !important;
    font-weight: 600 !important;        
}



h4.h4_01{
    font-size: 17px;
    line-height: 140%;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 3px solid #CF1313;

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



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


.top_slide_out{
    padding: 0 15px;
}


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

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

}

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

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out dl dt{
margin-top: -50px;

    margin-bottom: 2px;
}


.slide_txt_out dl dd{
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -10px;
    margin-left: 20px;
    letter-spacing: 0.04em;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}





.slide_txt_out01{
position: absolute;
width: 100%;
height: 230px;

box-sizing: border-box;

z-index: 6000;

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


.slide_txt_out01 dl dt{
margin-top: -10px;

    margin-bottom: 2px;
}

.slide_txt_out01 dl dd{
    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
    margin-top: -5px;

font-family: titular, sans-serif;
font-style: normal;
font-weight: 700;
}






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


.main_txt_out{
position: absolute;
width: 100%;
height: 230px;

box-sizing: border-box;

z-index: 6000;

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


.main_txt_out dl dt{


    font-size: 25px;
    line-height: 130%;
    color:#ffffff;

    margin-bottom: 10px;
    
   z-index: 9000;

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

.main_txt_out dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.main_txt_out dl dd{
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;


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


.about_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/about/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}

.service_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/service/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}




.safety_and_environment_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/safety_and_environment/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}


.recruit_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/recruit/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}

.contact_top_img{
	width: 100%;
	height:230px !important;
	background:url("../img/contact/main.png") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:50px auto 0px auto;
}





/* 共通バナー ---------------------------------------------- */

.contact_banner{
	margin-top:60px;	
}

.contact_banner img {
	width:100%;
	height:auto;
	
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
	
.contact_banner:hover img {
	opacity: .6;
}





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


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                               /* 画像のサイズを指定    */
}


.button_l{
    margin: 0 !important;
}


.button01{
	width:160px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

.button01 a{
    display: block;
	width:160px;
    height: 35px;
    font-size: 14px;
    line-height: 110%;
    color:#FFFFFF;
    padding-top: 1px;

	background:url("../img/common/btn.jpg") repeat;
	border: 1px solid #413d5d;
     box-sizing: border-box;

   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   

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


.button01 a:hover {
    background:#FFFFFF;
	border: 1px solid #413d5d;
    color:#413d5d;
}







/* トップ　メッセージ-------------------------------------------- */



.tp_msg{
    height: 250px;
    background: url("../img/top/01_bg.png")  center top no-repeat;
    background-size: 350px 205px;
    margin-bottom: 30px;
}

.tp_msg dl{
}

.tp_msg dl dt{
    font-size: 50px;
    line-height: 130%;
    padding-top: 50px;
    padding-left: 0px;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 2px;
    color: #FFFFFF;

    font-family: titular, sans-serif;
    font-style: normal;
    font-weight: 700;
    
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);    
 
}



.tp_msg dl dd{
    max-width: 440px;
    width: 100%;
    margin:0 auto;
    font-size: 14px;
    line-height: 150%;


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

.tp_msg dl dd p{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 10px;
}





/* トップ　入り口-------------------------------------------- */

.tp_igt{
}

.tp_igt ul li{
    width: 50%;
    height: 150px;
    float: left;

}

.tp_igt ul li:last-child{
    width: 100%;
}


.tp_igt ul li a{
    display: block;
    width: 100%;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;

    
  
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;      
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_igt ul li a:hover{
    background: rgba(0,0,0,0.40);
}

.igt_bg01{
background:linear-gradient(to right, #001339, #3f0c52);
}

.igt_bg02{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}

.igt_bg03{
background:linear-gradient(to right, #0f3900, #0c6f67);
}

.igt_bg04{
background:linear-gradient(to right, #b17206, #d3a759);
}

.igt_bg05{
background:linear-gradient(to right, #2a4d94, #4b67cf);
}



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


.tp_rrt_bg{
	height:200px !important;
	background:url("../img/top/01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.tp_rrt{
    height: 200px;

}

.tp_rrt a{
    display: block;
    width: 100%;
    height: 200px;
    padding: 10px;
    box-sizing: border-box;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;   
}

.tp_rrt a:hover{
    background: rgba(0,0,0,0.40);
}


.tp_rrt dl dt{
}


.tp_rrt dl dd{
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFF7F7;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;      
}


.tp_rrt dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}






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

.tp_news{

}



.tp_news dl dt{
font-size: 16px;
line-height: 160%;
float: none;
clear: both;
color:#336699;

margin-bottom: 3px;
letter-spacing: 0.03em;

}

.tp_news dl dd{
font-size: 15px;
line-height: 140%;
margin: 0 0 10px 0;
padding-bottom: 10px;
padding-left: 0px;
border-bottom: 1px dotted #d7d7d7;
}


.tp_news dl dd a{
    color: #000000;
    text-decoration: none;
}


.tp_news dl dd a:hover{
    color: #000000;
    text-decoration:underline;
}





.news_ttl{
    font-size: 18px;
    line-height: 160%;
    border-bottom:3px solid #3b3653;
    margin-bottom: 15px;
    padding-bottom: 5px;
  
       font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;   
}

.news_day{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 15px;
    text-align: right;
}

.news_post{
    font-size: 16px;
    line-height: 170%;
}



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

.cmm_ctt_bg{
	height:220px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 

    margin-bottom: 20px;
}


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

.cmm_ctt dl{
text-align: center;
}


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

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

.cmm_ctt dl dd{
    font-size: 26px;
    line-height: 120%;
    text-align: center;
    color:#FFFFFF;
    margin-bottom: 5px;

    text-align: center;


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


}

.cmm_ctt dl dd p{
    font-size: 15px;
    line-height: 160%;
    margin-top: 5px;

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

  
.cmm_ctt dl dd a{
    color:#FFFFFF; 
}


.cmm_ctt dl dd a:hover{
    color:#FFFFFF; 
}
  

  
.cmm_ctt_btn{
	max-width:230px;
	width:100%;
	height:auto;
    margin: 0 auto;
    background: url("../img/common/btn.jpg") repeat;

  text-align: center;
  text-decoration: none;
  
  font-family: trade-gothic-next-compressed, sans-serif;
  font-weight: 400;
  font-style: normal;
  
}


.cmm_ctt_btn a{
    margin: 0 auto;
    padding: 8px 5px 10px 5px;
    box-sizing: border-box;

    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF; 
 

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;  
}

.cmm_ctt_btn a:hover{
  color:#FFFFFF;
  background: rgba(0,0,0,0.40);

}


.cmm_ctt_btn_bg{
background:linear-gradient(to right, #a90d0d, #cf4b76);
}









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



.abt_msg{

    margin-bottom: 50px;
}


.abt_msg  dl dt{
    text-align: center;

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

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

.abt_msg  dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}


.abt_msg dl dd{
    font-size: 14px;
    line-height: 160%;
    
    word-wrap: break-word;
    word-break: break-all;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 300;
    font-style: normal;          
}


.abt_msg dl dd p{
font-size: 16px;
text-align: right;
margin-top: 12px;
}

.abt_msg dl dd p span{
font-size: 14px;
    margin-right: 20px;
}





.abt_tbl_btm{
    margin-bottom: 0px !important;
}


.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: #e63f3d;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    
	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;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #999999;
}



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

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


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

    float: left;
    margin-right: 11px;
}

.abt_tbl table td ul li:last-child{
    margin-bottom: 0px;
}

.abt_tbl table td dl dt{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    margin-bottom: 8px;
}

.abt_tbl table td dl dd{
    margin-bottom: 12px;

}

.abt_tbl table td dl dd p{
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.abt_tbl table td dl dd:last-child{
    margin-bottom: 0px;
}



.abt_01{
    margin-bottom: 50px;
}

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

}

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


.abt_01 ul li dl dt{
    text-align: center;
    margin-bottom: 5px;
}

.abt_01 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    text-align: center;

}






.abt_map_txt{
    margin-bottom: 15px;
}

.abt_map_txt dl dt{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 3px;
}

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

.abt_map{
    margin-bottom: 50px;


}



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



.svs_txt01{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 20px;
    
    word-wrap: break-word;
    word-break: break-all;
}




.svs_img01{
margin-bottom: 20px;
}

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

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

.svs_tbl01{
    margin-bottom: 50px;
}


.svs_tbl01 dt{
    background: url("../img/service/tl.jpg") left center no-repeat;
    background-size: 27px 2px;
    font-size: 18px;
    line-height: 120%;
    padding-left: 35px;
    margin-bottom: 20px;

}


.svs_tbl01 dl dd p{
    margin-bottom: 5px;
}


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

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

}

.svs_tbl01 dl dd ul li dl dt{
    font-size: 14px;
    line-height: 140%;

    float: left;
     clear: both;
     
    background:none;
    padding-left: 0px;
    margin-bottom: 0px;    
   
}

.svs_tbl01 dl dd ul li dl dd{

    font-size: 14px;
    line-height: 140%;
    text-align: right !important;

    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}




.svs_lst{
}

.svs_lst ul li{
    font-size: 14px;
    line-height: 140%;;


    border-bottom: 1px dotted #8e8c8c !important;
    padding-bottom: 10px;
    margin-bottom: 10px;
}






/* 安全・環境への取組み--------------------------------------------- */



.sfy_txt01{

    margin-bottom: 50px;
    
    word-wrap: break-word;
    word-break: break-all;    
}

.sfy_txt01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align:left;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}


.sfy_txt01 dl dt span::before {
	content: "" ;
	white-space:normal;
}

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

}



.sfy_txt02{
margin-bottom: 50px;
}


.sfy_txt02 ul li{
    margin-bottom: 28px;

}

.sfy_txt02 ul li dl dt{
    font-size: 21px;
    line-height: 140%;
    margin-bottom: 15px;
    text-align:left;
    
    border-left: 6px solid #cc0000;
    padding: 8px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd{
    font-size: 15px;
    line-height: 160%;
    word-wrap: break-word;
    word-break: break-all;

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






.sfy_txt02 ul li dl dd span{
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;   
}

.sfy_txt02 ul li dl dd ul li{
    background: url("../img/common/list001.png") left no-repeat;
    padding-left: 10px;
    margin-bottom: 8px;
    margin-right: 25px;
    float: left;
}

.sfy_txt02_t{
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.sfy_txt02_t table{
    width: 100%;
    height: auto;
}

.sfy_txt02_t table th{


	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;


    vertical-align: text-top;

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

.sfy_txt02_t table td{
    width: 33.33%;
	padding:10px 5px 10px 5px;	
	box-sizing:border-box;
    
	font-size:13px;
    line-height: 140%;
	border-collapse:collapse;

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



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



.rrt_msg{
    margin-bottom: 50px;
}

.rrt_msg dl dt{
    font-size: 19px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;      
}

.rrt_msg dl dt span::before {
	content: "\A" ;
	white-space: pre ;
}



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

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;
    
    word-wrap: break-word;
    word-break: break-all;
}







.rrt_box01{
    height: 250px;
    margin-bottom: 25px;
}

.rrt_box01_in{
    max-width: 165px;
    width: 100%;
    height: 250px;
    background: #443d4a;
    padding: 5px;
    box-sizing: border-box;

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

.rrt_box01_in dl dt{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;

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

.rrt_box01_in dl dt span{
    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    margin-left: 10px;
}

.rrt_box01_in dl dd{
    font-size: 22px;
    line-height: 140%;
    color:#FFFFFF;

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

.rrt_box01_in dl dd p{
    font-size: 14px;
    line-height: 140%;
    color:#FFFFFF;
    margin-bottom: 5px;
}

.rrt_box01_in dl dd span{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
}



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

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




.rrt_box02{
    margin-bottom: 50px;
}

.rrt_box02 ul li{
    margin-bottom: 25px;
}

.rrt_box02 ul li:last-child{
	margin-bottom:0px;
}


.rrt_box02 dl dt{
    font-size: 16px;
    line-height: 160%;
    color: #665f6d;
    margin-bottom: 3px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;        
}

.rrt_box02 dl dt span{
    font-size: 26px;
    line-height: 160%;
    color: #665f6d;
    margin-right: 2px;

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


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


    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;   
    
    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 #7b7b7c;
    color: #284684;    

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

.rrt_b01_in01 dl dt:first-letter{

}

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





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

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

}

.rrt01_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: #e63f3d;
    vertical-align: text-top;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom:none;
}

.rrt01_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;
    letter-spacing: 0.1em;
    
	text-align:left;
    border-bottom: 1px dotted #d0d0d0;
}



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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













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


.contact-txt{
	font-size:15px;
	line-height:150%;
    margin-bottom: 40px;
    text-align: left;
}


.contact-txt p{
    margin-top: 10px;
    font-size: 30px;
    line-height: 140%;
    text-align: center;

    text-align: center;


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



.contact-txt a{
    color: #000000;
}

.contact-txt a:hover{
    color: #000000;
}



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


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

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


.contact-t{
	font-size:15px;
	line-height:150%;
	margin-bottom:40px;	
}

.contact-t dl{
	margin-top:15px;
	margin-bottom:30px;
}

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

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	text-align:left;	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}
.contact-t dl dd:last-child{
	margin-bottom:0px;
}

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





#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:15px;
	border-collapse:collapse;

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

#contact-f td{
	font-size:15px;
	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:450px;
	margin-right:5px;
	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);
    }
}













}
