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

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


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

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

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

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

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



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


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


html {
    font-family: 'noto400';

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

}

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

body{
    font-family: 'noto400';
}

body a:focus{
	outline:none;
}


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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

@media screen and (min-width: 1061px) {
	
	
body{
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:180%;
	text-align:left;

}	 

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




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


.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;
    text-align: center;
}

.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;
      text-align: center;
}





}



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


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


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

}	

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



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



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

}




.container01{

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

}


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

}

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


#header {

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

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


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


}

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



.header_yoyaku{
    display: none;
}


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

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

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


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

}


.header_tel{


}



.header_tel a{
    color: #000000;
}



.header_tel_s{
    max-width: 520px;
    width: 100%;
    height: auto;
    margin:  0 auto;
    padding: 15px 15px 5px 15px;
    box-sizing: border-box;
    
    border: 1px solid #3a418b;

    
    font-size: 50px;
    line-height: 100%;
    color: #3a418b;
    text-align: center;



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

}

.header_tel_s a{
    color: #3a418b;
}






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


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



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



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

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


}

.footer_in{	

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



address{

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

.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;
    text-align: center; 
}






}



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


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



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

}	



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



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



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

}



.container01{

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

}

.container01_01{

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

}


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

}


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


#header {

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

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


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

}

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

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


.header_yoyaku{
    display: none;
}


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

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


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

}


.header_tel{
    display: none;
}

.header_tel a{
    color: #000000;
}


.header_tel_s{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin:  0 auto;
    padding: 12px 15px 5px 15px;
    box-sizing: border-box;
    
    border: 1px solid #3a418b;
    
    font-size: 30px;
    line-height: 100%;
    color: #3a418b;
    text-align: center;



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

}

.header_tel_s a{
    color: #3a418b;
}




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



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




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




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

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


}

.footer_in{	

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



address{

	font-size:13px;
	line-height:160%;
	color:#000;
    margin-bottom: 20px;
    
    text-align: center;    
}

.ad_ttl{
    font-size: 15px;
    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: 11px;
	box-sizing:border-box;
	line-height:120%;
    color: #999999;
    text-align: center;
}











}




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


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

/* 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_cnr{
    text-align: center !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;

}







/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: calc(100vh - 150px);    
    border-radius: 10px;
}



.slider_out_bg{
    margin-top: 100px;
    margin-bottom: 70px;

}

.slider_out{
	position: relative;
    
    overflow: hidden;
    
    padding: 0px 50px;    
}

.slider_in{
	position: absolute;
    width: 850px;

	z-index: 2;
	top: 150px;
	left:90px;

    text-align:left;


}

.slider_in img{

/*

    -webkit-filter: drop-shadow(0px 3px 10px rgba(255,255,255,.9));
    filter: drop-shadow(0px 0px 10px rgba(255,255,255,.9));*/
}



.slider_in 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;
    color: #FFFFFF;
}


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

    color: #FFFFFF;
}









@keyframes rotateAnimation{
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
    

}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

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

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-10px;
    left:50%;
    transform: translate(-50%,-10px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:14px;
	letter-spacing:0.5em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}





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

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


.button_btm03{
    max-width: 320px !important;
    margin:0 auto 30px auto !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{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

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

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









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


#feed{
    margin-bottom: 40px;
}

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




.ns_ttl{
    font-size: 24px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    padding-bottom: 5px;
    margin-bottom: 30px;

}


.ns_day{
    font-size: 15px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 18px;
    line-height: 200%;
    
    margin-bottom: 70px;

}

.ns_post img{
    margin: 40px 0;

}



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



.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_tab{
    margin-bottom: 40px;

}

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

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

.cpy001_tab ul li a{
    display: block;
    width: 100%;
    height: 45px;
    
    color: #FFFFFF;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    box-sizing: border-box;
    
    background: #9F97AE;
    border: 1px solid #9F97AE;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    transition: all  0.3s ease;   
}

.cpy001_tab ul li a:hover{

    color: #9F97AE;
    
    background:#FFFFFF ;
    border: 1px solid #9F97AE;

}





.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 dl dd ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal;

}

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

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

}



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

}




.cpy004{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 40px;
}

.cpy005{

}

.cpy005 ul li{
    background:#efefef;
    padding: 20px 25px;

}

.cpy005 ul li:nth-child(2n){
    background: #FFFFFF  !important;
}

.cpy005 ul li dl dt{
    font-size: 24px;
    line-height: 120%;
    color: #746ECF;
    font-family: 'noto500';
    margin-bottom: 10px;
}

.cpy005 ul li dl dd{
    font-size: 16px;
    line-height: 180%;

}


.cpy005_bg01{
    background:#FFFFFF !important;
}

.cpy005 ul li ul{
    margin-top: 10px;
}

.cpy005 ul li ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0;  
    list-style: decimal;
}

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



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

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



}




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





}


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



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


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

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

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



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


.h2_cnr{
    text-align: center !important;

}

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

    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-style: normal;
    font-weight: 600;
}

h2.h2_01 p{
    font-size: 55px;
    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: 13px;
    line-height: 120%;
    margin-bottom: 30px;
    color: #746ecf;
   font-family: 'noto400';
    font-weight:normal;
    font-style: normal;
}

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

}

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

}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: calc(100vh - 100px);    
    
    
    border-radius: 10px;
}

.slider_out_bg{
    margin-top: 70px;
    margin-bottom: 60px;
}



.slider_out{
	position: relative;
    
    overflow: hidden;
    
    padding: 0px 30px;        
}


.slider_in{
	position: absolute;
    width: 560px;

	z-index: 2;
	top: 150px;
	left:50px;

	text-align:left;



}



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

.slider_in dl dd{
    font-size: 21px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;
    color: #FFFFFF;
}












.sd_c{


	position: absolute;


	z-index: 2;
    bottom: 50px;
	right:50px;
    
    animation: rotateAnimation 25s linear infinite;
    width: 550px;
    height: 550px;
    
    background: url("../img/top/slide_on.png") no-repeat;
    
    background-size: 550px 550px;
    
    border-radius: 30%;

  opacity: 0.4;
  
    /*----- 以下はお好みで */
/*    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-top: 2px solid #dc5a45;
    border-right: 2px solid #e8c72e;
    border-bottom: 2px solid #3d8582;
    border-left: 2px solid #aaa;
    background: #eee;*/
    
}



@keyframes rotateAnimation{
    from {
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
    

}




/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

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

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:13px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}















 
 
 

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

.tmup_tx{
    margin-top: 100px;
    margin-bottom: 30px;
}



.tmup_tx dl dt{
    font-size: 45px;
    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: 21px;
    line-height: 140%;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}





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



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

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

}




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

.slide_txt_out01 img{
    width: 100%;
}





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



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

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

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

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






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




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


.button_btm02{
    max-width: 280px !important;
    margin: 0 0 25px 0 !important;
}


.button_btm03{
    max-width: 280px !important;
    margin:0 auto 25px auto !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: 48px;
    font-size: 16px;
    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{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

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

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

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

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





.tp_pdt01_bg01{
	width: 100%;
	height:220px !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:220px !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:220px !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:220px !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:220px !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;  
}



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




#feed{
    margin-bottom: 30px;
}


.tp_news{

}

.tp_news dl dt{
font-size: 15px;
line-height: 160%;
float: none;
clear: both;
margin-bottom: 7px;


}

.tp_news dl dd{
font-size: 15px;
line-height: 160%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 0px;
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;
}


.ns_ttl{
    font-size: 22px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    padding-bottom: 5px;
    margin-bottom: 25px;

}


.ns_day{
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 16px;
    line-height: 180%;
    
    margin-bottom: 50px;

}

.ns_post img{
    margin: 30px 0;

}



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



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

    box-sizing: border-box;
}


.tp_igt001_in{
    max-width: 630px;
    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: 270px;
    
    border-radius: 15px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
     padding: 0 30px;
     box-sizing: border-box;
     
    transition: all  0.3s ease;
}



.tp_igt001 a:hover{

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

}




.tp_igt001_bg01{
	width: 100%;
	height:270px !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 20px 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:270px !important;
    
    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:270px !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:270px !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_tab{
    margin-bottom: 35px;

}

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

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

.cpy001_tab ul li a{
    display: block;
    width: 100%;
    height: 42px;
    
    color: #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    box-sizing: border-box;
    
    background: #9F97AE;
    border: 1px solid #9F97AE;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    transition: all  0.3s ease;   
}

.cpy001_tab ul li a:hover{

    color: #9F97AE;
    
    background:#FFFFFF ;
    border: 1px solid #9F97AE;

}


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




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


.cpy001_tab{
    margin-bottom: 30px;

}

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

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


.cpy001_tab ul li:nth-child(3){

    margin-bottom: 0;
}

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

.cpy001_tab ul li a{
    display: block;
    width: 100%;
    height: 42px;
    
    color: #FFFFFF;
    font-size: 13px;
    line-height: 130%;
    text-align: center;
    box-sizing: border-box;
    
    background: #9F97AE;
    border: 1px solid #9F97AE;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
   
    transition: all  0.3s ease;   
}

.cpy001_tab ul li a:hover{

    color: #9F97AE;
    
    background:#FFFFFF ;
    border: 1px solid #9F97AE;

}


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




.cpy001{
    margin-bottom: 60px;

}


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

}

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

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


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

}



.cpy002{
    margin-bottom: 60px;

}


.cpy002 dl dt{

}

.cpy002 dl dd{
     font-size: 15px;
     line-height: 170%;
    color: #000000; 
    margin-bottom: 45px;
}

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


.cpy002 dl dd ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal;

}

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

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

}




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

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

    height: auto;
    margin-right: 0;
    float: left;
     
     font-size: 15px;
     line-height: 170%;
     
     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: 7px;
     font-size: 15px;
     line-height: 150%;    
}

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

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

    float: right;

}



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

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

}

.abt_tbl table th{
	width:110px;

	padding:10px 0px 10px 0px;	
	box-sizing:border-box;
    
     font-size: 15px;
     line-height: 170%;
	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: 15px;
     line-height: 170%;
	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: 12px;

}

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

}




.cpy004{
    font-size: 15px;
    line-height: 170%;
    margin-bottom: 30px;
}

.cpy005{

}

.cpy005 ul li{
    background:#efefef;
    padding: 20px 25px;

}

.cpy005 ul li:nth-child(2n){
    background: #FFFFFF  !important;
}

.cpy005 ul li dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #746ECF;
    font-family: 'noto500';
    margin-bottom: 10px;
}

.cpy005 ul li dl dd{
    font-size: 15px;
    line-height: 170%;

}

.cpy005_bg01{
    background:#FFFFFF !important;
}

.cpy005 ul li ul{
    margin-top: 10px;
}

.cpy005 ul li ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0;  
    list-style: decimal;
}

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





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

.pdp01{
    margin-bottom: 60px;

}



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

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



.pdp01_in{

    height: 400px;
    

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

}


.pdp01_in dl dt{
    font-size: 26px;
    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: 15px;
    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:400px !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:400px !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:400px !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:400px !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:400px !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:400px !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: 42px;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
    background: #776b8b;
    border: 1px solid #776b8b;
    padding-top: 0px;
    padding: 1px 10px 1px 10px;
    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: 60px;
 } 
  

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

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

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


   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: 23px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 10px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 15px;
     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: 16px;
    line-height: 160%;

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

 }
  
    
 .rrt_am01_in02{
    font-size: 15px;
    line-height: 160%;

    font-family: 'noto700';
    margin-bottom: 17px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 20px;
     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: 15px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 14px;
    line-height: 160%;
    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: 16px;
    line-height: 160%;

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

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 1px no-repeat;
     background-size: 13px 13px;
     
     font-size: 15px;
     line-height: 100%;
     
     display:inline-block;
     
    padding: 0 0 0 19px;
    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: 15px;
    line-height: 140%;
    text-align: center;

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

    margin: 0px auto 50px;
}


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

    overflow: auto;
}

.tp_aob li{
    width: 100%;
    clear: both;
    margin-bottom: 30px;
    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: 20px;
    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: 15px;
    line-height: 160%;

}



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

    margin: 0px auto 50px;
}


.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: 24px;
    line-height: 160%;
    font-weight: 600;

    border-bottom: 2px solid #71c5e1;

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

}

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


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

}

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

    margin-bottom: 20px;

}


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

    overflow: auto;

    margin: 0px auto 50px;
}

.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: 18px;
    line-height: 160%;
    font-weight: 600;

    height: 60px;

    margin-bottom: 20px;
}

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


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

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


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

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

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

    margin: 0px auto 50px;
}

.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:640px !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:600px !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: 95px;
    font-size: 15px;
    line-height: 140%;
    color: #000000;
    font-family: 'noto700';
    margin-bottom: 25px;
}

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

    font-family: 'noto700';
}

.tp_tb_in dl dd{
    text-align: center;

}






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




.tp_cbb_bg{
	width: 100%;
	height:400px !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: 34px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 50px;
}








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




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


.tp_tlb_in{

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




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




.tp_rrt_bg{
	width: 100%;
	height:400px !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: 34px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 50px;
}


.tp_rrt_btn{
    max-width: 560px;
    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: 760px;
    position: relative;
    overflow: hidden;
    width: 100%;

height: 100vh;
max-height: 185px;
margin: 0 auto;





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


 
.swiper-slide{


}


  .swiper-slide_in{
  
  }


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



  .swiper-slide_in dl dd{
      background: #666666;
      padding: 5px 2px 8px 2px;
      font-size: 13px;
      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: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}

.tp_bnr01 ul li:nth-child(3n){
    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: 35px;

}

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

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



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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

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

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

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

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

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

.tp_bns01_in_b ul li dl{


}

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

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

}



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



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

}


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


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



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



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

}



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


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


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



















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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 8px solid;

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


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


.cmm_ctt dl{
text-align: center;
}


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


}

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

}
  

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

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

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

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


.cmm_ctt dl dd ul li a:hover{

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

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



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





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

.abt_msg{
    margin-bottom: 70px;
}


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

.abt_msg_r{

    width: calc(100% - 280px);

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


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


}








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

.bns001{
    margin-bottom: 30px;

}


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

    font-family: 'noto700'; 
}

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

}




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

}

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

}


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


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

    font-family: 'noto500'; 

}


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

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

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



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

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

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


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



.bns004{
margin-bottom: 40px;

}


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

}



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

}






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

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

}


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

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

.bns005_in{

}

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

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


.bns005_in dl dd{
    float: right;


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

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


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

}


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


.rrt001{
    margin-bottom: 50px;


}


.rrt001 dl dt{


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

    font-family: 'noto700'; 
}

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






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

  margin-bottom: 40px;
}

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

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

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


.rrt02_bx_r{
    width: 55%;
    height: auto;
    float:right;

}



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

}



.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

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

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


    font-family: 'noto300';

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

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







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

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

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

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


.rrt003{
    margin-bottom: 50px;

}


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

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

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


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

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


























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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 30px 0;

}


.bns001{

}

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

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


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

}

.bns001_txt{


}

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

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


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

}



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

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


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











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


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

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

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


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

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


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

}






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


.rrt_txt{
    margin-bottom: 60px;
}

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


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

.rrt_txt dl dd{

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


.rrt_b01{ 
    margin-bottom: 60px;
}

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

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


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

}

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

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

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

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


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

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

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

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




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

}


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

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

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

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

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


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




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

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

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

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





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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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





















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


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

}

.contact-t dl{

}

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

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

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


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



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



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

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

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

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

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

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

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

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


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

}

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

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

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

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


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

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

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

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

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


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


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

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




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

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

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






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

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




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



}



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

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


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

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


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

.h2_cnr{
    text-align: center !important;

}

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

h2.h2_01 p{
    font-size: 35px;
    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: 12px;
    line-height: 120%;
    margin-bottom: 27px;
    color: #746ecf;
   font-family: 'noto400';
    font-weight:normal;
    font-style: normal;
}

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

}


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






/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: calc(100vh - 80px);    
    
    
    border-radius: 10px;
}


.slider_out_bg{
    margin-top: 60px;
    margin-bottom: 50px;
}

.slider_out{
	position: relative;
    
    overflow: hidden;
    
    padding: 0px 20px;    
}

.slider_in{
	position: absolute;
    width: 340px;

	z-index: 2;
	top: 100px;
	left: 20px;

	text-align:left;
}


.slider_in img{

/*    width: 300px;
filter: drop-shadow(2px 2px 20px #FFFFFF);*/
}

.slider_in dl dt{
    font-size: 23px;
    line-height: 130%;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;
    margin-bottom: 4px;
}


.slider_in dl dd{
    font-size: 13.9px;
    line-height: 140%;
    letter-spacing: -0.01em;
    
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

}








/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

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

/*Scrollテキストの描写*/
.scrolldown1 span{
    /*描画位置*/
	position: absolute;
    top:-8px;
    left:50%;
    transform: translate(-50%,-8px);
    
    /*テキストの形状*/
	color:#FFFFFF;
	font-size:11px;
	letter-spacing:0.4em;
    
 
}

.scrolldown1 em {
	letter-spacing:0 !important;
}


/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background:#FFFFFF;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}








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

.tmup_tx{
    margin-top: 75px;
    margin-bottom: 20px;
}



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


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

}




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





.top_slide{
	width:100%;
	min-height:260px;
	z-index:5;
    
    margin-bottom: 30px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}



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

.slide_txt_out01 img{
    width: 100%;
}




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






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

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

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

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



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





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


.button_btm02{
    max-width: 220px !important;
    margin: 0 0 20px 0 !important;
}


.button_btm03{
    max-width: 220px !important;
    margin:0 auto 20px auto !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: 40px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    background: #746ecf;
    border: 1px solid #746ecf;
    padding-top: 0px;
    padding: 1px 10px 1px 10px;
    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{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
}

.tp_pdt01 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
    
    border-radius: 15px;
}


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


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

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

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





.tp_pdt01_bg01{
	width: 100%;
	height:170px !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:170px !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:170px !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:170px !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:170px !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;  
}




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



#feed{
    margin-bottom: 20px;
}


.tp_news{

}

.tp_news dl dt{
font-size: 14px;
line-height: 150%;
float: none;
clear: both;
margin-bottom: 7px;


}

.tp_news dl dd{
font-size: 14px;
line-height: 150%;
margin: 0 0 15px 0;
padding-bottom: 15px;
padding-left: 0px;
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;
}





.ns_ttl{
    font-size: 18px;
    line-height: 160%;
    border-bottom: 2px solid #746ECF;
    padding-bottom: 5px;
    margin-bottom: 20px;

}


.ns_day{
    font-size: 13px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
    margin-top: 5px;
}

.ns_post{
    font-size: 15px;
    line-height: 170%;
    
    margin-bottom: 40px;

}

.ns_post img{
    margin: 25px 0;

}



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



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

    box-sizing: border-box;
}


.tp_igt001_in{
    max-width: 430px;
    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: 160px;
    
    border-radius: 15px;

   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;  
   
    padding: 0 20px;
     box-sizing: border-box;
     
    transition: all  0.3s ease;
}



.tp_igt001 a:hover{

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

}



.tp_igt001_bg01{
	width: 100%;
	height:160px !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 20px 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: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 20px;
    

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

}

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


.tp_igt002 ul li a{
    display: block;
    width: 100%;
	height:160px !important;
    
    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:160px !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:160px !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: 50px;

}


.cpy001_l{
    max-width: 300px;
    width: 100%;
    height: auto;
    float: none;
    margin:0 auto 25px auto;

}

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

    height: auto;
    margin-right: 0;
    float: none;
     
     font-size: 14px;
     line-height: 160%;
     
     word-break: break-all;
     word-wrap: break-word;
}


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

}



.cpy002{
    margin-bottom: 50px;

}


.cpy002 dl dt{

}

.cpy002 dl dd{
     font-size: 14px;
     line-height: 160%;
    color: #000000; 
    margin-bottom: 45px;
}

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


.cpy002 dl dd ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    list-style: decimal;

}

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

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

}


.cpy002_lst01{
}


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

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


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

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

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


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

}






.cpy003{
    margin-bottom: 60px;
}

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

    height: auto;
    margin-right: 0;
    float: left;
     
     font-size: 14px;
     line-height: 160%;
     
     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: 7px;
     font-size: 15px;
     line-height: 150%;    
}

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

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

    float:none;
    margin: 0 auto 25px auto;

}



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

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

}

.abt_tbl table th{
    display: block;
	width:100%;
    color: #746ecf;
	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
     font-size: 15px;
     line-height: 170%;
	border-collapse:collapse;

    vertical-align: text-top;

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

.abt_tbl table td{
    display: block;
	width:100%;
    
	padding:4px 0px 5px 0px;	
	box-sizing:border-box;
    
     font-size: 14px;
     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: 12px;

}

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

}


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

.cpy005{

}

.cpy005 ul li{
    background:#efefef;
    padding: 15px 20px;

}

.cpy005 ul li:nth-child(2n){
    background: #FFFFFF  !important;
}

.cpy005 ul li dl dt{
    font-size: 16px;
    line-height: 120%;
    color: #746ECF;
    font-family: 'noto500';
    margin-bottom: 7px;
}

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



.cpy005_bg01{
    background:#FFFFFF !important;
}

.cpy005 ul li ul{
    margin-top: 10px;
}

.cpy005 ul li ul li{
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 0;  
    list-style: decimal;
}

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




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

.pdp01{
    margin-bottom: 50px;

}



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

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



.pdp01_in{

    height: 300px;
    

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

}


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

.pdp01_in dl{
    width: 100%;
}

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

.pdp01_in dl dd ul li{
    font-size: 15px;
    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:300px !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:200px !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:200px !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:200px !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:200px !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:200px !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: 38px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;
    background: #776b8b;
    border: 1px solid #776b8b;
    padding-top: 0px;
    padding: 1px 5px 1px 5px;
    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: 50px;
 }
  
  

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

  
  
 }
  

 .rrt_am01_in_l{
     width:90px;
     height: auto;
     float: none;
     margin: 0 auto 15px auto;

 }
  
  
.rrt_am01_in_r{
     width:auto;
     height: auto;

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


   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: 16px;
     line-height: 100%;
     text-align: center;
     color:#FFFFFF;
     margin-bottom: 6px;
  }


  
  
.rrt_am01_in_l dl dt dl dd{
     font-size: 13px;
     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: 14px;
    line-height: 150%;

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

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

    font-family: 'noto500';
    margin-bottom: 12px;
    
    
/*    background: #EBCECF;*/
    
 
 }
 
 .rrt_am01_in02 p{
     font-size: 16px;
     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: 14px;
    line-height: 120%;
    font-family: 'noto500';
    margin-bottom: 5px;
 
 }
 
  .rrt_am01_in03 dl dd{
    font-size: 13px;
    line-height: 150%;
    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: 15px;
    line-height: 150%;

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

    font-family: 'noto500';
  }


 .rrt_am01_in05{
}

 .rrt_am01_in05 ul li{
     background: url("../img/regional_contribution/list.jpg") left 2px no-repeat;
     background-size: 12px 12px;
     
     font-size: 14px;
     line-height: 100%;
     
     display:inline-block;
     
    padding: 0 0 0 17px;
    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: 14px;
    line-height: 140%;
    text-align: center;

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

    margin: 0px auto 40px;
}


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

    overflow: auto;
}

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

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


.tp_aob li .tp_aob_img{
    width: 100%;
    float: none;

    margin-bottom: 20px;

    text-align: center;
}

.tp_aob li .tp_aob_img img{
    width: 100%;
    max-width: 400px;
}

.tp_aob li .tp_aob_cont{
    width: 100%;
    float: none;
}

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

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

.tp_aob_cont dt{
    width: 100%;
    font-size: 18px;
    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: 14px;
    line-height: 160%;

}



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

    margin: 0px auto 40px;
}


.tp_itvw li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
}

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

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


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

.tp_itvw_img img{
    width: 100%;
    max-width: 400px;
}


.itvw_name{
    width: 100%;

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

    border-bottom: 2px solid #71c5e1;

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

}

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


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

}

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

    margin-bottom: 20px;
}



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

    overflow: auto;

    margin: 0px auto 40px;
}

.tp_wlf li{
    float: none;
    width: 100%;
    margin-right: 0%;

    margin-bottom: 40px;

}

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

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

.wlf_img img{
    max-width: 200px;
    width: 100%;
}


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

    height: auto;

    margin-bottom: 10px;
}

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





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

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


.tp_ar dl dt{
    font-size: 15px;
    font-weight: 600;
    line-height: 160%;
    float: none;
    clear: both;
    padding-bottom: 0px;
}

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

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

    margin: 0px auto 40px;
}

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

    transition: 0.3s;
}

.entry_btn a:hover{
    opacity: 0.8;
}







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


.tp_tb_bg{
	width: 100%;
	height:810px !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: 20px;
}

.tp_tb_in ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    
    padding: 15px;
    box-sizing: border-box;
    
    border-radius: 10px;
    background: #FFFFFF;
    
    margin-bottom: 10px;
}

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

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

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

}

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

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

    font-family: 'noto500';
}

.tp_tb_in dl dd{
    text-align: center;

}




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




.tp_cbb_bg{
	width: 100%;
	height:300px !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: 20px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}








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




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


.tp_tlb_in{
    font-size: 20px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}




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




.tp_rrt_bg{
	width: 100%;
	height:300px !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: 20px;
    line-height: 140%;
    color:#FFFFFF;
    text-align: center;
    font-family: 'noto700';
    margin-bottom: 25px;
}


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

}


.tp_rrt_btn ul li{
    width: 100%;
    height: auto;
    margin-right: 0%;
    float: none;
    margin-bottom: 10px;

}

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






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



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

height: 100vh;
max-height: 205px;
margin: 0 auto;





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


 
.swiper-slide{


}


  .swiper-slide_in{
  
  }


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



  .swiper-slide_in dl dd{
      background: #666666;
      padding: 5px 2px 8px 2px;
      font-size: 13px;
      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: 10px solid transparent;
  border-right: 20px solid #007AFF;
  border-top: 10px solid transparent;
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  border-bottom: 10px solid transparent;
  border-left: 20px solid #007AFF;
  border-top: 10px solid transparent;
}




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


.tp_bnr01{
    max-width: 590px;
    width: 100%;
    height: auto;
    margin: 0 auto;

}

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


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

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


.tp_bnr01 ul li:nth-child(6n){
    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: 28px;
}


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

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




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



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



.tp_bns01_in{

}

.tp_bns01_in_b{
}

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

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

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

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

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

.tp_bns01_in_b ul li dl{


}

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

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

}




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



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



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


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







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



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

}


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

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


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








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

.cmm_ctt_bg{
	background:#eeeeee;

  border-top: 6px solid;

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


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


.cmm_ctt dl{
text-align: center;
}


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


}

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

}
  

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

}

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

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

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


.cmm_ctt dl dd ul li a:hover{

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

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



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







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

.abt_msg{
    margin-bottom: 70px;
}


.abt_msg_l{

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

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

}

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


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


}






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

.bns001{
    margin-bottom: 30px;

}


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

    font-family: 'noto700'; 
}

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

}




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

}

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

}


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


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

    font-family: 'noto500'; 

}


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

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

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



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

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

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


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



.bns004{
margin-bottom: 40px;

}


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

}



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

}









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

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

}


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

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

.bns005_in{

}

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

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


.bns005_in dl dd{
    float:none;


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

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


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

}




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


.rrt001{
    margin-bottom: 40px;
}


.rrt001 dl dt{


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

    font-family: 'noto700'; 
}

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





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

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

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

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

.rrt02_bx_r{
    width: 58%;
    height: auto;
    float:right;

}


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

}


.rrt02_bx_in{


}

.rrt02_bx_in dl{
    margin-bottom: 20px;

}

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

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


    font-family: 'noto300';

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

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












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

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

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

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


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




.rrt003{
    margin-bottom: 50px;

}


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

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

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


.rrt003 dl dd{
    font-size: 14px;
    line-height:160%;
    
    margin-bottom: 30px;
    
    word-break: break-all;
    word-wrap: break-word;
}

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





















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

.bns_bg01{
    background: #eff3f1;
}

.bns_bg02{
    background: #c6d6d1;
}


.bns001_out{
    padding: 20px 0;

}


.bns001{

}

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

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


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

}

.bns001_txt{


}

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

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


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

}



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

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


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




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


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

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

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


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

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


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







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


.rrt_txt{
    margin-bottom: 50px;
}

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


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

.rrt_txt dl dd{

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


.rrt_b01{ 
    margin-bottom: 50px;
}

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

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


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

}

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

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

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

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


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

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

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

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




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

}


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

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

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

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

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


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




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

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

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

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















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


.privacy{
}


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

    margin-bottom: 5px;

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


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

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













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


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

}

.contact-t dl{

}

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

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

    font-family: 'noto900';  

}


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






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

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


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

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


}

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

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


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

}

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

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

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

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




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

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


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

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

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


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

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

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




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

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

}

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







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

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




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













}
