

@media print {
	
	
/* 初期設定--------------------------------------------------------------------------------------------------------------------------------------------- */
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;
}

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

.slicknav_menu {
	display:none;
}

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

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


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

body{
	padding:0;
	margin:0;
	font-size:17px;

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

}	 

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




.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_01{
	max-width:1000px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 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: 320px;
height: auto;
position: absolute;
top: 33px;
left: 40px;

}



#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:80px;
	margin:0 auto;
    box-sizing: border-box;
	position:relative;
    background: #FFFFFF;

}

header{

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

	box-sizing:border-box;
}




.header_tel{
	position:absolute;
	top:5px;
	right:40px;

    
    font-size: 35px;
    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:-100px;
    padding-top:100px;
}


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


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


footer{


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


}

.footer_in{	
	max-width:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	
	padding:15px 0 20px 0;
	box-sizing:border-box;
}



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


    letter-spacing: -0.04em;

    margin-bottom: 12px;


}

.ad_ttl{
	font-size:15px;
	line-height:120%;
	margin-bottom:8px;	
	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;
}







/*gnav*/




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





#g-nav-list{
	position:absolute;

	top:50px;
    right:40px;

    box-sizing: border-box;
}

#g-nav-list ul{

}

#g-nav-list ul li{
    float: left;
	font-size:16px;
	line-height:150%;
	margin-right:30px;
    letter-spacing: 0.15em;



}

#g-nav-list ul li:last-child{
	margin-right:0px;
}

#g-nav-list ul li a{
	color:#000;
	text-decoration: none;
	position: relative;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;

}

#g-nav-list ul li a:hover{
	color: #0a52b4;

}

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









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

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

/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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








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


h1.h1_01{

    font-size: 40px;
    line-height: 130%;
    color:#00377b;
    text-align: center;
    padding-top: 25px;
    margin-bottom: 30px;
    
   z-index: 9000;
   
   background:url("../img/common/h1_bg.png") top center no-repeat;


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

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



.cp_h1title {
	position: relative;
	padding: 0 17%;
	text-align: center;
}

.cp_h1title:before, .cp_h1title:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 3px;
	background-color: #F4511E;
}
.cp_h1title:before {
	left:0;
	background: linear-gradient(-45deg, transparent, #0f4383 0%, #0f4383 30%, transparent);
}
.cp_h1title:after {
	right: 0;
	background: linear-gradient(-45deg, transparent, #0f4383 100%, #0f4383 90%, transparent);
}







h2.h2_01{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 35px;
    color: #bc1515;
    border-left: 2px solid #bc1515;
    padding: 15px;
}

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

    margin-bottom:8px;
}




h2.h2_02{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #bc1515;
    text-align: center;
}

h2.h2_02 p{
    font-size: 40px;
    line-height: 120%;
    color: #343434;
    margin-bottom:4px;
}

h2.h2_02:before {
  content: url(../img/common/h_sen.png);
  display: block;/*前後に改行を入れる*/
  padding-top: 5px;
  }





.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: 55px !important
}




h3.h3_01{
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 35px;
    color: #bc1515;
    border-left: 2px solid #bc1515;
    padding: 15px;
}

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

    margin-bottom:8px;
}



h4.h4_01{
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 30px;
    padding-bottom: 15px;

    border-bottom: 1px solid #284684;

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



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


.top_slide_out{
    padding: 0 30px;

}

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

	z-index:5;


    margin-top: 80px;


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





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

box-sizing: border-box;



z-index: 6000;

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


.slide_txt_out dl dt{
margin-top: -20px;
    text-align: center;
    margin-bottom: 5px;
}


.slide_txt_out dl dd{

}



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



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


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


.attempt_top_img{
	width: 100%;
	height:350px !important;
	background:url("../img/attempt/main.jpg") 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:350px !important;
	background:url("../img/recruit/main.jpg") 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:350px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:90px auto 0px auto;
}










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

.contact_banner{
	margin-top:100px;	
}

.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:190px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;
}

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

	background:#bc1515;
	border: 1px solid #bc1515;
     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; 
}


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






/* トップ　共通背景-------------------------------------------- */


.tp_cmn_bg01{
/*    background: #f6f6f4;*/
/*    background: url("../img/top/bg_01.jpg") repeat;*/


background-image: linear-gradient(90deg, #F5EFEA 0%, #e2d1c3 100%);

/*background-color: #CDDCDC;
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;*/
 
/*background-image: linear-gradient(60deg, #fdfbfb 0%, #ebedee 100%);*/

}

.tp_cmn_bg02{
background-image: linear-gradient(to right, #BDD6F2 0%, #e7f0fd 100%);
}






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



.tp_msg{
    margin-bottom: 60px;
}

.tp_msg dl dt{
    font-size: 45px;
    line-height: 140%;
    text-align: center;
    color: #0b8db8;
    margin-bottom: 15px;

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

.tp_msg dl dt span{
padding: 0 10px;

}



.tp_msg dl dd{
    font-size: 20px;
    line-height: 170%;
    text-align: center;


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


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





.tp_msg01{
    font-size: 20px;
    line-height: 180%;

}



/* トップ　事業について-------------------------------------------- */


.tp_svs{
}

.tp_svs ul li{
    width: 32.8%;
    height: 400px;
    float: left;
    margin-right: 0.8%;
    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;     
}

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


.tp_svs ul li dl dt{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;    
}

.tp_svs ul li dl dt p{
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 2px;
}


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

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

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





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


.tp_news{


}

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

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




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


.tp_rrt_bg{
height: 300px;
    background: url("../img/common/rrt_bg.jpg") repeat;
}


.tp_rrt_b01{
}


.tp_rrt_b01_l{
    width: 65%;
height: 300px;
    float: left;
    
    background: #FFFFFF;
    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;     
}



.tp_rrt_b01_in{
}

.tp_rrt_b01_in dl dt{
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;

}

.tp_rrt_b01_r{
    width: 33%;
    height: auto;
    float: right;

}

.tp_rrt_b01_bg{
	height:300px !important;
	background:url("../img/common/rrt01.jpg")  center top no-repeat;

}



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


.cmm_ctt_tb{

border-top: 1px solid #3e78bd;
padding-top: 60px;
margin-top: 120px

}

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


.cmm_ctt dl{

}


.cmm_ctt dl dt{
    font-size: 24px;
    line-height: 120%;

    margin-bottom: 20px;
    color: #000000;

}

.cmm_ctt dl dd{
    font-size: 24px;
    line-height: 110%;

    color: #000000;
    margin-bottom: 25px;
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;    

}

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

    color: #000000;
    margin-bottom: 5px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;    
}


.cmm_ctt_btn{

	max-width:445px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;
}


.cmm_ctt_btn a{
display: block;
height: 40px;
    font-size: 22px;
    line-height: 160%;
    color:#FFFFFF;
    padding-top: 0px;

    background:#0196c7;
	border: 1px solid #0196c7;
     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; 
   

}

.cmm_ctt_btn a:hover{
    background:#FFFFFF;
	border: 1px solid #0196c7;
    color:#0196c7;
}




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


.bns_01{
    font-size: 24px;
    line-height: 180%;
    text-align: center;
    margin-bottom: 70px;
}


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



.bns_02{
    margin-bottom: 40px;
}

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

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



.bns_03_btm01{
    margin-bottom: 70px !important;

}

.bns_03{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;
}


.bns_04{
    border-left: 7px solid #0196c7;
    padding: 8px 14px;
    
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;       
}




.bns_05{
    margin-bottom: 70px;
}

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

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


.bns_05 dl dt{
    float: left;
    clear: both;
    font-size: 18px;
    line-height: 140%;
}

.bns_05 dl dd{

    font-size: 18px;
    line-height: 140%;
    padding-left: 200px;
    text-align: right;

    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #8E8E8E;
}



.bns_06{
    margin-bottom: 70px;
}

.bns_06 dl dt{
    float: left;
    clear: both;
    font-size: 18px;
    line-height: 140%;
}

.bns_06 dl dd{

    font-size: 18px;
    line-height: 140%;
    padding-left: 270px;


    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #8E8E8E;
}




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



.abt_msg{
text-align:center;
    margin-bottom: 70px;
}


.abt_msg  dl dt{
  position: relative;

  text-align: center;

  margin-bottom: 40px;
  font-size: 33px;
  line-height: 160%;
  color: #0193c3;
  
	position:relative;
	display:inline-block;
	padding:6px 40px;
	border-bottom:2px solid #475f8f;
    
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;        

}

.abt_msg  dl dt:before, .abt_msg  dl dt:after{
	content:"";
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#475f8f;
	position:absolute;
	top:61px;
}
.abt_msg  dl dt:before{left:-4px;}
.abt_msg  dl dt:after{right:-4px;}


.abt_msg dl dd{
    font-size: 25px;
    line-height: 160%;
    
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;          
}

.abt_msg dl dd p{
text-align: right;
margin-top: 8px;
}


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

.abt_msg dl dd em {
      font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 500;
    font-style: normal;    
}



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


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

}

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

}

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

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


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


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

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

}

.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_map{

}



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




.rrt_b01{ 
    margin-bottom: 70px;
}

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

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


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

}

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

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

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

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


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

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

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

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







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

}


.rrt_b01_in01 dl dt{
    font-size: 18px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #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: 16px;
    line-height: 160%;
    margin-bottom: 40px;
    
    word-wrap: break-word;
    word-break: break-all;

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


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







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

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



.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-t{
	font-size:17px;
	line-height:160%;
	margin-bottom:50px;	
}

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








	
}

