

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




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


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

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

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

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

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






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


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


html {
    font-family: 'noto400';

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

}

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

body{
    font-family: 'noto400';
}

body a:focus{
	outline:none;
}





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


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

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

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

.slicknav_menu {
	display:none;
}

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

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


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

}	 

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




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


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

}


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

}


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

}



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


#header {

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


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

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


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

	position:relative;



}

header{

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

	box-sizing:border-box;
}


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


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


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


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

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


}

.footer_in{	

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



address{

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

.ad_ttl{
    font-size: 16px;
    font-family: 'noto500';
    margin-bottom: 5px;
}



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

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

.f_cpy{

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











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

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

/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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







/*gnav*/



/*gnav*/



.menu_out p{
	display:none;
}

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


.nav_time{
	display:none;
}


.nav_tel{
	display:none;
}


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

    box-sizing: border-box;
}


.gnav__wrap{

	z-index:1000;
}

.gnav__wrap ul{
    text-align: center;
}

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

    
    font-family: 'noto400';

    padding: 5px;
    box-sizing: border-box;
    
}

.gnav__wrap ul li span{
	display:none;
}

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





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

    padding-bottom: 5px;
}


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


.gnav__wrap ul li a::before{
    background: #746ecf;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    transform-origin: center top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.gnav__wrap ul li a:hover::before{
    transform-origin: center top;
    transform: scale(1, 1);
}
   



  .gnav__menu ul li span{

    display: none;
  }
  
  








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


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


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



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

  

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

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




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

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

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


    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);


/*    
   background:#E3B1B1;*/
}


.slide_txt dl dt{

    font-size:120px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;

    z-index: 9000;

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


.slide_txt dl dd{

    font-size:30px;
    line-height: 140%;
    color: #FFFFFF;
    text-align: center;

    z-index: 9000;

font-family: "heisei-kaku-gothic-std", sans-serif;
font-weight: 500;
font-style: normal;
}





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


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


/*    
   background:#E3B1B1;*/
}


.slide_txt01 dl dt{

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

    z-index: 9000;

    font-family: 'noto700'; 
}


.slide_txt01 dl dd{

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

    z-index: 9000;

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

.slide_txt01 dl dd span{
    color: #cc0000;

}






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

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

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

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

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

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





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


h1.h1_01{
width: 199px;
height: auto;
position: absolute;
top: 25px;
left: 50px;


}

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


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

h2.h2_01{
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 40px;
    color: #000000;
    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 p{
    font-size: 70px;
    line-height: 120%;
    color: #000000; 
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
}


h2.h2_01 p:first-letter{
    color: #746ecf;
 }



h3.h3_01{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 35px;
    color: #746ecf;
   font-family: 'noto400';
    font-weight:normal;
    font-style: normal;
}

h3.h3_01 p{
    font-size: 30px;
    line-height: 120%;
    color: #000000; 
    font-family: 'noto700';
    font-weight:normal;
    font-style: normal;
    margin-bottom: 8px;

}


h4.h4_01{
    font-size: 20px;
    line-height: 120%;
    color: #000000; 
    font-family: 'noto700';
    font-weight:normal;
    font-style: normal;
    border-bottom: 3px solid #9f97ae;
    padding-bottom: 8px;
    margin-bottom: 25px;

}



/* スライド上の文字 ---------------------------------------------- */

.tmup_tx{
    margin-top: 150px;
    margin-bottom: 40px;
}



.tmup_tx dl dt{
    font-size: 70px;
    line-height: 120%;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 8px;
}


.tmup_tx dl dd{
    font-size: 26px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}


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




.top_slide{
	width:100%;
	min-height:600px;
	z-index:5;
    
    margin-bottom: 50px;

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


.slide_txt_out01{
    width: 100%;
    max-width: 1020px;
}

.slide_txt_out01 img{
    width: 100%;
}



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


.company_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/company/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.products_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/products/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.environment_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/environment/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}

.contact_top_img{
	width: 100%;
	height:400px !important;
	background:url("../img/contact/main.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:100px auto 70px auto;
     padding-top: 0px;
     box-sizing: border-box;
}


















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


.button_btm01{
    margin-bottom: 80px !important;
}

.button_btm02{
    max-width: 320px !important;
    margin: 0 0 30px 0 !important;
}



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

.button01 a{
    display: block;
    width: 100%;
    height: 55px;
    font-size: 18px;
    line-height: 100%;
    color:#FFFFFF;
    background: #746ecf;
    border: 1px solid #746ecf;
    padding-top: 0px;
    padding: 1px 20px 1px 20px;
    text-align: center;
    border-radius: 40px;

    box-sizing: border-box;

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

    transition: all  0.3s ease;

}

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



/* トップ 取扱製品　-------------------------------------------- */


.tp_pdt01{
    margin-bottom: 20px;
}

.tp_pdt01 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 30px;
    
    border-radius: 15px;
}

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

.tp_pdt01 ul li dl dt{
    font-size: 24px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 5px;
    text-align: center;
}

.tp_pdt01 ul li dl dd{
    font-size: 18px;
    line-height: 110%;
    color:#FFFFFF;
    font-family: 'noto500';
    text-align: center;
}





.tp_pdt01_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/top/top_pr01.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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

.tp_pdt01_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/top/top_pr02.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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

.tp_pdt01_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/top/top_pr03.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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


.tp_pdt01_bg04{
	width: 100%;
	height:300px !important;
	background:url("../img/top/top_pr04.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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


.tp_pdt01_bg05{
	width: 100%;
	height:300px !important;
	background:url("../img/top/top_pr05.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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









/* トップ　ニュース-------------------------------------------- */




.tp_news{

}

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


}

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



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

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




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



.tp_igt001{
    margin-bottom: 30px;
    border-radius: 15px;
}


.tp_igt001_in{
    max-width: 830px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

.tp_igt001_in ul li{
    width: 49%;
    min-height: 260px;
    height: 100%;
    margin-right: 2%;
    float: left;

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

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

.tp_igt001_in_tx{



}

.tp_igt001 a{
    display: block;
    width: 100%;
    height: 400px;
    
    border-radius: 15px;

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



.tp_igt001 a:hover{

    
    background:rgba(0,0,0,0.20);

}




.tp_igt001_bg01{
	width: 100%;
	height:400px !important;
	background:url("../img/top/tp_comp_bg01.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;

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









.tp_igt002{
    border-radius: 15px;
    box-sizing: border-box;
}



.tp_igt002 ul li{

}

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

    box-sizing: border-box;
    
    border-radius: 15px !important;

}

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


.tp_igt002 ul li a{
    display: block;
    width: 100%;
    height: 300px;
    
    border-radius: 15px !important;

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


.tp_igt002 ul li a:hover{

     border-radius: 15px !important;   
    background:rgba(0,0,0,0.20);

}




.tp_igt001_bg02_01{
	width: 100%;
	height:300px !important;
	background:url("../img/top/tp_comp_bg02.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

     box-sizing: border-box;
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    border-radius: 15px !important;   
}


.tp_igt001_bg02_02{
	width: 100%;
	height:300px !important;
	background:url("../img/top/tp_comp_bg03.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

     box-sizing: border-box;
        
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    border-radius: 15px !important;   
}



/* 企業情報　-------------------------------------------- */

.cpy001{
    margin-bottom: 70px;

}


.cpy001_l{
    max-width: 400px;
    width: 100%;
    height: auto;
    float: left;

}

.cpy001_r{
    width: calc(100% - 450px);

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


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

}



.cpy002{
    margin-bottom: 70px;

}


.cpy002 dl dt{

}

.cpy002 dl dd{
    font-size: 16px;
    line-height: 180%;
    color: #000000; 
    margin-bottom: 50px;
}

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


.cpy002_lst01{
}


.cpy002_lst01 ul li{
    list-style:decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

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


.cpy002_lst02{
    margin: 25px 0 25px 25px;
}

.cpy002_lst02 ul li{
    list-style:decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

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


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

}





.cpy003{
    margin-bottom: 70px;
}

.cpy003_l{
    
    width: calc(100% - 350px);

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

.cpy003_l ul{
    margin: 20px 0;

}

.cpy003_l ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 5px;
}

.cpy003_l ul li:last-child{
    margin-right: 0%;
}

.cpy003_r{
    max-width: 302px;
    width: 100%;
    height: auto;

    float: right;

}



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

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

}

.abt_tbl table th{
	width:150px;

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

    vertical-align: text-top;

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

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

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


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


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

.abt_tbl table td span{
    margin-left: 15px;

}


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

}

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

    margin-bottom: 10px;

}





.abt_map_txt{
    margin-bottom: 15px;
}

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

}

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




.abt_map{

margin: 0 auto 40px auto;

}



/* 製品情報　-------------------------------------------- */

.pdp01{
    margin-bottom: 80px;

}



.pdp01_l{
    width: 33%;
    height: auto;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
}

.pdp01_r{
    width: 67%;
    height: auto;
    float: right;
}



.pdp01_in{

    height: 450px;
    

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

}


.pdp01_in dl dt{
    font-size: 30px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: 'noto700';
    margin-bottom: 25px;
}

.pdp01_in dl{
    width: 100%;
}

.pdp01_in dl dd{
    width: 100%;
    margin-bottom: 45px;
}

.pdp01_in dl dd ul li{
    font-size: 17px;
    line-height: 140%;
    color:#FFFFFF;
    font-family: 'noto400';
    margin-bottom: 5px;
    
    background: url("../img/common/list01.png") left 11px no-repeat;
    padding-left: 10px;
}

.pdp01_in dl dd ul li:last-child{
    margin-bottom: 0px;
}


.pdp01_tx_bg{

	height:450px !important;
	background:url("../img/products/01_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




.pdp01_bg01{

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

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

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

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

.pdp01_bg05{
	height:450px !important;
	background:url("../img/products/01_05.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}




.pd_btn01{
    max-width: 250px !important;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

}

.pd_btn01 a{
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
    background: #776b8b;
    border: 1px solid #776b8b;
    padding-top: 0px;
    padding: 1px 20px 1px 20px;
    text-align: center;
    border-radius: 10px;

    box-sizing: border-box;

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

    transition: all  0.3s ease;

}

.pd_btn01 a:hover{
    color:#776b8b;
    background: #FFFFFF;
    border: 1px solid #776b8b;    
}







/* 採用　-------------------------------------------- */


 .rrt_am01_btm01{
     margin-bottom: 70px;
 }
  

.rrt_am01{
}
  
.rrt_am01 ul li{
    padding: 25px 40px;
    box-sizing: border-box;
    border: 2px solid #036068;
    
    border-radius: 15px;
    
    margin-bottom: 30px;
}
.rrt_am01 ul li:last-child{
	margin-bottom:0px;
}
  
  
 .rrt_am01_in{
 }
  

 .rrt_am01_in_l{
     width: 150px;
     height: auto;
     float: left;
        margin-right: 30px;  
 }
  
  
.rrt_am01_in_r{
     width:auto;
     height: auto;

     
  overflow: hidden;
 }
 
 
.rrt_am01_in_l dl dt{
     width: 150px;
     height: 150px;
     background: #036068;
     border-radius: 50%;
     margin-bottom: 15px;


   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
   
 }
 
.rrt_am01_in_l dl dt dl dt{
     width:auto;
     height:auto;
     background:none;
     border-radius:0%;
     
     font-size: 30px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 10px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 18px;
     line-height: 120%;
     text-align: center;
     color:#FFFFFF;
  }
  
  

.rrt_am01_in_l dl dt dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
   
.rrt_am01_in_l dl dd{
    text-align: center;
}
  

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

    font-family: 'noto700';
    
/*    background: #EBCECF;*/

 }
  
    
 .rrt_am01_in02{
    font-size: 17px;
    line-height: 180%;

    font-family: 'noto700';
    margin-bottom: 20px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 23px;
     line-height: 180%;
     font-family: 'noto700';
    color: #036068;
     margin-top: 18px;     
 }
  
  
.rrt_am01_in02 a{
    color: #036068;
    text-decoration: underline;
}
  
.rrt_am01_in02 a:hover{
    color: #036068;
    text-decoration:none;
}


 .rrt_am01_in03{
 }

    
 .rrt_am01_in03 dl dt{
    font-size: 17px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 15px;
    line-height: 170%;
    font-family: 'noto400';
	margin-bottom:20px;
 
 }
 
  .rrt_am01_in03 dl dd a{
    color: #036068;
    text-decoration: underline;
}
  
  .rrt_am01_in03 dl dd a:hover{
    color: #036068;
    text-decoration:none;
}

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


 .rrt_am01_in04{
     margin-bottom: 20px;
 }
 
  .rrt_am01_in04 dl dt{
     font-size: 20px;
    line-height: 160%;

    font-family: 'noto700';
    margin-bottom: 5px;
  }
 
 
  .rrt_am01_in04 dl dd{
     font-size: 16px;
    line-height: 180%;

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 6px no-repeat;
     
     display:inline-block;
     
    padding: 0 0 0 22px;
    box-sizing: border-box;
    border: none;
    
    border-radius: 0px;
    
    margin-bottom: 5px;
     margin-right: 15px;    
 }

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


 .rrt_am01_in05 ul li span::before {
	content: "\A" ;
	white-space: pre ;
}
    
















/* トップ　-------------------------------------------- */

.tp_msg{
    font-size: 16px;
    line-height: 140%;
    text-align: center;

    width: 100%;
    max-width: 1000px;

    margin: 0px auto 60px;
}


.tp_aob{
    width: 100%;
    clear: both;
    margin-bottom: 60px;

    overflow: auto;
}

.tp_aob li{
    width: 100%;
    clear: both;
    margin-bottom: 40px;
    overflow: auto;
}

.tp_aob li .tp_aob_img{
    width: 48%;
    float: left;
}

.tp_aob li .tp_aob_cont{
    width: 48%;
    float: right;
}

.tp_aob li:nth-child(even) .tp_aob_img{
    width: 48%;
    float: right;
}

.tp_aob li:nth-child(even) .tp_aob_cont{
    width: 48%;
    float: left;
}

.tp_aob_cont dt{
    width: 100%;
    font-size: 24px;
    font-weight: 600;

    line-height: 160%;

    border-bottom: 2px solid #71c5e1;

    padding-bottom: 5px;
    margin-bottom: 15px;

}


.tp_aob_cont dd{
    width: 100%;
    font-size: 16px;
    line-height: 160%;

}



.tp_itvw{
    width: 100%;
    clear: both;
    overflow: auto;

    margin: 0px auto 60px;
}


.tp_itvw li{
    float: left;
    width: 48%;
    margin-right: 4%;
}

.tp_itvw li:nth-child(even){
    margin-right: 0%;
}


.tp_itvw_img{
    margin-bottom: 20px;
}


.itvw_name{
    width: 100%;

    font-size: 30px;
    line-height: 160%;
    font-weight: 600;

    border-bottom: 2px solid #71c5e1;

    padding-bottom: 10px;
    margin-bottom: 20px;

}

.itvw_name p{
    font-size: 16px;
    line-height: 160%;
    font-weight: 400;
}


.itvw_list dt{
    font-size: 24px;
    line-height: 160%;
    color: #71c5e1;
    
    margin-bottom: 5px;

}

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

    margin-bottom: 20px;

}


.tp_wlf{
    width: 100%;
    clear: both;

    overflow: auto;

    margin: 0px auto 60px;
}

.tp_wlf li{
    float: left;
    width: 32%;
    margin-right: 2%;

}

.tp_wlf li:last-child{
    margin-right: 0%;
}

.wlf_img{
    text-align: center;
    margin-bottom: 20px;
}


.tp_wlf li dt{
    text-align: center;
    font-size: 24px;
    line-height: 160%;
    font-weight: 600;

    height: 77px;

    margin-bottom: 20px;
}

.tp_wlf li dd{
    font-size: 16px;
    line-height: 160%;
}


.tp_ar{
    width: 100%;
    margin: 0px auto 60px;
}

.tp_ar p{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}


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

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

.entry_btn{
    text-align: center;
    width: 100%;
    max-width: 450px;

    margin: 0px auto 60px;
}

.entry_btn a{
    display: block;
    width: 100%;
    height: 100%;

    transition: 0.3s;
}

.entry_btn a:hover{
    opacity: 0.8;
}























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









/* トップ　タクシー事業-------------------------------------------- */


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



.tp_tb_in{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.tp_tb_in ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    
    padding: 25px;
    box-sizing: border-box;
    
    border-radius: 10px;
    background: #FFFFFF;
}

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

.tp_tb_in dl{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

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

.tp_tb_in dl dt p{
    font-size: 24px;
    line-height: 100%;
    color:#FFFFFF;
    text-align: center;
    background: #647a98;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-bottom: 15px;

    font-family: 'noto700';
}

.tp_tb_in dl dd{
    text-align: center;

}







/* トップ　貸切バス事業-------------------------------------------- */




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


.tp_cbb_in{

    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 80px;
}








/* トップ　旅行事業-------------------------------------------- */




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


.tp_tlb_in{

    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 80px;
}




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




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



.tp_rrt_in{

    font-size: 36px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 80px;
}


.tp_rrt_btn{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}


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

}

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



/* トップ　車両カタログ-------------------------------------------- */



.swiper-container {
    max-width: 1600px;
    position: relative;
    overflow: hidden;
    width: 100%;

height: 230px;
margin: 0 auto;




  }
  .swiper-container.visible {
    overflow: visible;
  }


 
.swiper-slide{


}


  .swiper-slide_in{
  
  }


  .swiper-slide_in dl dt{
      text-align: center;
      margin-bottom: 20px;  
  }



  .swiper-slide_in dl dd{
      background: #666666;
      padding: 5px 2px 8px 2px;
      font-size: 14px;
      line-height: 100%;
      color: #FFFFFF;
      text-align: center;


  }
  
  .swiper-pagination{
  bottom: 0px !important;

  }
  
  	.swiper-pagination-bullet {
		width: 20px;
		border-radius: 0;
        margin-top: 100px;
	}
  


/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  border-bottom: 20px solid transparent;
  border-right: 30px solid #007AFF;
  border-top: 20px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 20px solid transparent;
  border-left: 30px solid #007AFF;
  border-top: 20px solid transparent;
}



/* トップ　バナー-------------------------------------------- */


.tp_bnr01{

}

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

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

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




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

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

background: #eeeff1;

  position: relative;
  overflow: hidden;

    z-index: 2;
}


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

}


.tp_yb_in{

}

.tp_yb_in dl{
    margin-bottom: 40px;

}

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

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



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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

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

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

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

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

.tp_bns01_in_b ul li dl{


}

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

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

}


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



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

}


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



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



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



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

}


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


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


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














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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 10px solid;

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


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


.cmm_ctt dl{
text-align: center;
}


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


}

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

}
  

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

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

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

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


.cmm_ctt dl dd ul li a:hover{

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

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

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








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

.abt_msg{
    margin-bottom: 50px;
}


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

.abt_msg_r{

    width: calc(100% - 350px);

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


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

}




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

.bns001{
    margin-bottom: 40px;

}


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

    font-family: 'noto700'; 
}

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

}




.bns002{

}

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

}


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


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

    font-family: 'noto500'; 

}


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

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

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



.bns003{
    margin-bottom: 50px;
}

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

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


.bns004{
margin-bottom: 50px;

}


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

}



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

}




.bns005{

}

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

}


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

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

.bns005_in{

}

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

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


.bns005_in dl dd{
    float: right;


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

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


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

}


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


.rrt001{
    margin-bottom: 70px;


}


.rrt001 dl dt{


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

    font-family: 'noto700'; 
}

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





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

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

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

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


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

}


.rrt02_bx_r img{
    vertical-align:bottom;

}

.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

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

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


    font-family: 'noto300';

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

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



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

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

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

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


.rrt003{
    margin-bottom: 70px;

}


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

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

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


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

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







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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 40px 0;

}


.bns001{

}

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

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


.bns001_txt_in{
    padding: 0 40px

}

.bns001_txt{

}

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

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


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

}



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

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


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










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


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

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

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


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

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


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

}









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


.rrt_txt{
    margin-bottom: 70px;
}

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


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

.rrt_txt dl dd{

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


.rrt_b01{ 
    margin-bottom: 70px;
}

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

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


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

}

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

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

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

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


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

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

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

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




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

}


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

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

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

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

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


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




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

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

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

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









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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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














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



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

}

.contact-t dl{

}

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

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

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

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





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

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

}

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

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

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

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

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

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


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


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

}

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

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

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

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



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

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


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

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

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


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

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

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




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

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

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






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

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




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



	
}

