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

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

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



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

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


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


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


.container_p{
	padding:0 50px;
}



.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                  
}




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


#header {

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


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

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





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

	position:relative;



}

header{

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

	box-sizing:border-box;
}



.header{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}

.header.change-color a{
    color: #FFFFFF !important;
}

.header.change-color a.gnav_on{
    color: #ff0000 !important;
}



.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}





/* first-v */
.first-v {

}



#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_bg01{
	width: 100%;
	height:560px !important;
	background:url("../img/common/ctt_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 40px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     border-radius: 15px;
     


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

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 40px;
}

address dl dt{

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

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

address dl dd{
    font-size: 40px;
    line-height: 150%;
    color:#FFFFFF;

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


address dl dd a{
    color:#FFFFFF;
}

address dl dd a:hover{
    color:#FFFFFF;
}



.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 40px;


}





}



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


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



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

.container01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0;
}

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


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



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



.container_p{
	padding:0 30px;
}


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                  
}


/* 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{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}



.header.change-color a{
    color: #FFFFFF !important;
}

.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}



/* first-v */
.first-v {

}




#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_bg01{
	width: 100%;
	height:500px !important;
	background:url("../img/common/ctt_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 35px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     border-radius: 15px;
     


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

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 40px;
}

address dl dt{

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

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

address dl dd{
    font-size: 35px;
    line-height: 150%;
    color:#FFFFFF;

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

address dl dd a{
    color:#FFFFFF;
}

address dl dd a:hover{
    color:#FFFFFF;
}


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 35px;


}






}



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


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

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



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

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


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



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


.container_p{
	padding:0 20px;
}


.bg_main{
	width: 100% !important;
	height:auto;
	background:url("../img/common/main_bg.png") top no-repeat;
    background-size:contain;                  
}


/* 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{
transition: background-color .5s, color .5s;
}


/* headerの色を変える */
.header.change-color {
    background-color:#000000;
}



.header.change-color a{
    color: #FFFFFF !important;
}


.header.change-color a .h1_01_r img{
filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}



/* first-v */
.first-v {

}



#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_bg01{
	width: 100%;
	height:440px !important;
	background:url("../img/common/ctt_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
     padding-top: 0px;
     box-sizing: border-box;
     
     border-radius: 15px;
     


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

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

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

.footer_in_out{

}

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

address{

}

address dl{
    margin-bottom: 30px;
}

address dl dt{

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

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

address dl dd{
    font-size: 28px;
    line-height: 150%;
    color:#FFFFFF;

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

address dl dd a{
    color:#FFFFFF;
}

address dl dd a:hover{
    color:#FFFFFF;
}



.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;
    color:#666666;
    text-align: center;
    margin-bottom: 30px;


}











}




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


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

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


h1.h1_01{
width: 318px;
height: auto;
position: absolute;
top: 22px;
left: 50px;
}

.h1_01_l{
    width: 44px;
    float: left;
}

.h1_01_r{
    width: 274px;
    float: right;
}




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

.h2_btm01{
    margin-bottom: 20px !important;
}

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

.h2_cr01{
    color: #000000 !important;
}



h2.h2_01{
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 45px;

    color: #ffffff;

    

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

h2.h2_01 p{
    font-size: 30px;
    line-height: 100%;
    color: #cc0000;
    margin-bottom: 1px;
    

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
}


h3.h3_01{
    position: relative;
    font-size: 26px;
    line-height: 100%;

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

    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-style: normal;
    font-weight: 600;
}
h3.h3_01.btm_herf{
    margin-bottom: 20px;
}



h3.h3_01::after{
    position: absolute;
    content: '';

    left: 0;
    bottom: 0;

    width: 50px;
    height: 4px;

    background: linear-gradient(to left, #999999 50%, #cc0000 50%);
}



h4.h4_01{
    position: relative;
    font-size: 18px;
    line-height: 100%;

    margin-bottom: 40px;
    padding-left: 20px;
    box-sizing: border-box;

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

h4.h4_01.btm0{
    margin-bottom: 10px;
}



h4.h4_01::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;

    translate:0 -50%;

    width: 15px;
    height: 15px;

    background: #cc0000;
}




h4.h4_02{
    position: relative;
    font-size: 22px;
    line-height: 100%;

    margin-bottom: 40px;
    padding-left: 10px;
    margin-left: 6px;
    box-sizing: border-box;

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

    border-left: 2px solid #0b3c9d;
}

h4.h4_02.btm0{
    margin-bottom: 10px;
}



h4.h4_02::before{
    position: absolute;
    content: '';

    left: -6px;
    top: 0;

    width: 2px;
    height: 100%;

    background: #9d9d9d;
}



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

.tp_mt{
    max-width: 960px;
    width: 100%;
    height: 390px;

    margin-top: 100px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
font-size:clamp(2.25rem, 2.25rem + 0vw, 2.25rem);

/*    font-size: 5.4vw;*/
/*    font-size: 36px;*/
    line-height: 90%;
    color: #cc0000;
    margin-bottom: 50px;

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    transform: rotate(-3deg);
}


.tp_mt dl dd p.main{
   font-size:clamp(4.375rem, 4.375rem + 0vw, 4.375rem);
/*   font-size:70px;*/
    line-height: 100%;
    color: #000000;
    margin-bottom: 30px;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;   
}

.tp_mt dl dd p.main span.x{
   font-size:clamp(3.125rem, 3.125rem + 0vw, 3.125rem);
/*    font-size: 50px;*/
  line-height: 1;
    color: #cc0000;
    margin: 0 18px 0px 25px;


    
    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.tp_mt dl dd{
   font-size:clamp(2.125rem, 2.125rem + 0vw, 2.125rem);
/*   font-size:35px;*/
    line-height: 100%;
    color: #000000;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;      
}


@keyframes showTextFromBottom{
0%{
 transform: translateY( 110% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 1s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.2s backwards;
}



/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height:100vh;    

}



.slider_out_bg{


}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 604px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;


	z-index: 2;

}

.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_in01{
    max-width: 1400px;
    width: 100%;
    height: 604px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{
    opacity: 1;

}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 2vw;
    line-height: 120%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 7vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}







/*====== 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;

}


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

.split-slideshow_out{
/*    padding: 0 50px;*/
    box-sizing: border-box;

}

.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 750px;
    
    margin-bottom: 100px;


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 750px;
    overflow: hidden;
    

    box-sizing: border-box;    
    


    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 750px;
    z-index: 2;


   padding: 0 50px;
   box-sizing: border-box;
   
/*   background: #FDBEBF;*/
}
.slideshow .slider * {
outline: none;

}
.slideshow .slider .item {
    height: 100vh;
    max-height: 750px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;

}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
     

    object-fit: cover;
}

.item{
    border-radius: 10px;

}



.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 60px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
    
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}




/*

.slide_txt_out{
position:relative;
width: 100%;
height: 490px;
margin: 0 auto;
padding: 0 50px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 42px;
line-height: 140%;
color: #fff;
text-align: center;

font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 700;
font-style: normal;


}*/







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


.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}

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

     border-radius: 10px;
}

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

     border-radius: 10px;
}





.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}


















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



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

    border-radius: 6px;
background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);
}

.button01 a{
    display: block;
    width: 100%;
    height: 42px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;

background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius: 6px;

    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: #FFFFFF;
    background:#2c4268;

}





/* トップ 会社情報 ---------------------------------------------- */




.tp_cp01{
    margin: 0 50px;

}

.tp_cp01_l{
    width: 240px;
    height: auto;
    float: left;
/*   background: #C1DDE3;*/
}


.tp_cp01_r{
     width: calc(100% - 290px);
    height: auto;
    float: right;
    
/*    background: #E7AEAF;*/
}


.tp_cp01_r_w01{


}




.tp_comy_bg{
	width: 100%;
	height:578px !important;
	background:url("../img/top/01_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_comy01{
}


.tp_comy01 dl{
    margin-bottom: 40px;

}

.tp_comy01 dl dt{
    font-size: 48px;
    line-height: 120%;
    color:#FFFFFF;
    margin-bottom: 20px;

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

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

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


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




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




.tp_news{
    margin-bottom: 40px;
}

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

}

.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:last-child{
    margin-bottom: 0px;
}


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

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



.nw_dy{
    font-size: 15px;
    margin-bottom: 15px;
    text-align: right;

}

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

.nw_p p{
    font-family: 'noto500';
    margin-bottom: 5px;

}

.nw_img{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:20px auto 0 auto;

}

.nw_img ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

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






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


.tp_svs_bg{
	width: 100%;
	height:988px !important;
	background:url("../img/top/02_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
 
 
     
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}



.tp_svs00{

    box-sizing: border-box;
}


.tp_svs00 dl{

    margin-bottom: 40px;
}

.tp_svs00 dl dt{
    font-size: 48px;
    line-height: 120%;
    color:#000000;
    margin-bottom: 40px;

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

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

.tp_svs00 dl dd{

}



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


}

.tp_svs01 ul li{
    width:32%;

    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    
    border-radius: 50%;


}

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

.tp_svs01 ul li:nth-child(5){
    margin-bottom: 0;
/*    margin-left: 12.75%;*/
}

.tp_svs01 ul li:nth-child(6){
    margin-bottom: 0;
}






.tp_svs01 ul li p{
    font-size: 20px;
    line-height: 120%;
    color:#FFFFFF;


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


.circle_height {
/*内包する要素の基準にする*/
position: relative;
 
/*paddingの％指定は親要素の横幅に依存する
padding-top: 100%にすることで親要素の横幅と同じ長さになる
親要素が正方形になる*/
padding-top: 100%;
 
/*要素自体の高さがあるとずれるので高さを０にする*/
height: 0;
}
 
.circle_height p {
/*要素のたかさをなくす*/
position: absolute;
 
/*正方形の幅-文字の高さ/2 で上下真ん中に要素がくる*/
top: calc((100% - 1em)/2);
 
/*要素伸ばす*/
left: 0;
right: 0;
 
/*pタグ初期値のmarginを無効に*/
margin: 0;
 
/*//文字中央寄せ*/
text-align: center;
}



.circle_mt{
    margin-top: -10px !important;
}

.circle_mt01{
    margin-top: -20px !important;
}


.tp_svs01_bg01{
    background: url("../img/top/02_01.png") center center no-repeat;
}

.tp_svs01_bg02{
    background: url("../img/top/02_02.png") center center no-repeat;
}

.tp_svs01_bg03{
    background: url("../img/top/02_03.png") center center no-repeat;
}

.tp_svs01_bg04{
    background: url("../img/top/02_04.png") center center no-repeat;
}

.tp_svs01_bg05{
    background: url("../img/top/02_05.png") center center no-repeat;
}

.tp_svs01_bg06{
    background: url("../img/top/02_06.png") center center no-repeat;
}





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

.tp_rrt01{

}

.tp_rrt01_l{
    width: calc(100% - 500px);
    height: auto;
    float: left;

}

.tp_rrt01_r{
    width: 450px;
    height: auto;
    float: right;
    
    background: #E7B6B7;
}



.tp_rrt01_img{
    height: 400px;
	background:url("../img/top/03.png") center top no-repeat;
    
    border-radius: 15px;
}



.tp_rrt00_in{

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

    margin-bottom: 40px;

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

.tp_rrt01_in{
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 40px;

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


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





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


.tp_igt01_bg{

	width: 100%;
	height:680px !important;
	background:url("../img/top/02_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     padding-top: 0px;
     box-sizing: border-box;
     
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_igt01{

    max-width: 1000px;
    width: 100%;
    height:auto;
    margin: 0 auto;

}

.tp_igt01 ul li{
    width: 48%;
    height: 480px;
    float: left;
    margin-right: 4%;
    
    border-radius: 50%;
    

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

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




.tp_igt01_bg01{
    background: url("../img/top/02_01.jpg") center center no-repeat;
}


.tp_igt01_bg02{
    background: url("../img/top/02_02.jpg") center center no-repeat;
}





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

.tp_rrt001{
    margin-bottom: 40px;
}

.tp_rrt001 dl dt{
    font-size: 30px;
    line-height: 120%;
    color: #cccccc;
    text-align: center;
    margin-bottom: 7px;

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

.tp_rrt001 dl dd{
    font-size: 42px;
    line-height: 160%;
    color:#000000;
    font-family: 'noto700';
    text-align: center;
}


.tp_rrt002{

}

.tp_rrt002 ul li{
    width: calc(100% / 3);
    height: auto;
    float: left;
}


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

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

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




/* トップ 	会社情報　-------------------------------------------- */



.tp_cpy001_bg{
    width: 100%;
	height:550px !important;
	background:url("../img/top/02_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     box-sizing: border-box;
     
     padding: 0 50px;
     box-sizing: border-box;
     margin-bottom: 100px;     
}



.tp_cpy001{
    height: 550px;

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

}


.tp_cpy001 dl dt{

}


.tp_cpy001 dl dd{
    font-size: 32px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 30px;
}




/* トップ　 施工実績  採用情報------------------------------------------- */


.tp_wr001{

}


.tp_wr001 ul li{
    width: 50%;
    height: auto;
    float: left;
}





.tp_wr001_in{
    max-width: 570px;
    width: 100%;
    height: 550px;

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

}

.tp_wr001_in dl dt{

}

.tp_wr001_in dl dd{
    font-size: 32px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 30px;
}

.tp_wr001_in_w01{
    max-width: 570px;

}

.tp_wr001_in_w02{
    max-width: 450px;

}

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



.tp_wr001_bg{
    width: 100%;
	height:550px !important;
	background:url("../img/top/03_bg01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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

.tp_wr002_bg{
    width: 100%;
	height:550px !important;
	background:url("../img/top/03_bg02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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







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


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












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



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








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


.cp_cont01{
    width: 100%;
    margin-bottom: 70px;
}

.cp_cont01 dt{
    width: 100%;
    font-size: 46px;
    line-height: 160%;

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

.cp_cont01 dd{
    width: 100%;

}


.cp_cont01 dd .cp_cont01_img{
    width: 240px;

    float: right;
}

.cp_cont01 dd .cp_cont01_img img{
    margin-bottom: 20px;
}

.cp_cont01 dd .cp_cont01_img p{
    width: 100%;

    text-align: center;
    font-size: 15px;
    line-height: 160%;

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


.cp_cont01 dd .cp_cont01_txt{
    width: calc(100% - 280px);

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

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





.cp_cont02{
    width: 100%;
    margin-bottom: 90px;
    
    padding: 90px 0px;

    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    box-sizing: border-box;
}

.cp_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}



.cp_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 31.6%;

    margin-right: 2.6%;
}

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


.cp_cont02_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    position: relative;
    width: 100%;

    border-radius: 10px;
    background: #005d92;
	border: 1px solid #005d92;

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

    
    font-size: 20px;
    line-height: 160%;
    color: #ffffff;

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

    word-break: auto-phrase;
}


.cp_cont03{
    margin-bottom: 90px;
}

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

    float: left;
    clear: both;


    letter-spacing: 0.03em;

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

}

.cp_cont03 dl dd{
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding-left: 180px;
    padding-bottom: 15px;


    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;

}


.cp_cont03 dl dd a{
    color: #000000;
   text-decoration:underline;

}

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

/*.cp_cont03 dl dd ul {
    overflow: auto;
}

.cp_cont03 dl dd li{
    display: inline-block;
    margin-right: 20px;
    margin-left: 0px;
}


.cp_cont03 dl dd li:before{
    content: '●';
    font-size: 8px;
    vertical-align: top;

    margin-right: 5px;
}
*/

.cp_cont03_ult01{
    margin-top: 5px;

}
.cp_cont03_ulb01{
margin-bottom: 10px;

}

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

}


.cp_cont03 dl dd li:last-child{
    margin-right: 0px;
}

.cp_cont03_ls{
}

.cp_cont03_ls ul li{
    background:none !important;
    list-style: decimal;
    margin-left: 20px;

    padding-left: 5px !important;
    margin-bottom: 10px !important;
    float: none !important;
    margin-right: 0px !important;
}

.cp_cont03_ls ul li p{
    margin-bottom: 3px !important;
}


.cp_cont04{
    margin-bottom: 90px;
}

.cp_cont04 dl dt{
    font-size: 22px;
    line-height: 160%;
    font-family: 'noto700';
    margin-bottom: 15px;
}

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

}

.cp_cont04 ul li{
    background: url("../img/common/list001.png") left 16px no-repeat;
    padding-left: 10px;
    margin-bottom: 10px;

}

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





.cp_ssk{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 90px auto;
}








.cp_map{
    width: 100%;
    margin-bottom: 90px;
}

.cp_map li{
    margin-bottom: 60px;
}

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

.cp_map li p{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}

.cp_map li iframe{
    width: 100%;

    height: 450px;
}



.cp_map_img{
    margin: 0 auto 25px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}



/* 事業内容--------------------------------------------- */

.sv_msg{
    font-size: 46px;
    line-height: 160%;
    margin: 0 auto 40px;

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

.sv_cont01{
    width: 100%;
    margin-bottom: 90px;
}

.sv_cont01 dt{
    text-align: center;
    font-size: 26px;
    line-height: 200%;
    color: #005d92;

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

    border-top: 4px solid #005d92;
    border-bottom: 4px solid #005d92;

    margin: 0px auto 40px;
}

.sv_cont01 dd{
    width: 100%;

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

.sv_cont01 dd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

      counter-reset: count 0;
}

.sv_cont01 dd li{


    width: 32%;
    float: left;

    margin-top: 35px;
    margin-right: 2%;
    margin-bottom: 50px;

        font-size: 23px;
    line-height: 160%;

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

    border: 2px solid #005d92;
    border-radius: 10px;

    counter-increment: count 1;
  
}

.sv_cont01 dd li::after{
    position: absolute;
    top: 0;
    left: 50%;

    content: counter(count);

    width: 70px;
    height: 70px;

    font-size: 36px;
    line-height: 100%;
    color: #fff;

    padding-bottom: 2px;
    box-sizing: border-box;

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

   background:linear-gradient(to right bottom, #6f86d6, #48c6ef);
   border-radius: 50%;

   translate: -50% -50%;

}



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


.sv_cont01 dd li:nth-child(4){
    margin-left: 17%;
}



.sv_cont02{
    max-width: 900px;
    width: 100%;
    margin: 0 auto 90px auto;

}

.sv_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 31.6%;

    margin-right: 2.6%;
    margin-bottom: 15px;
    
    margin-top: 1px;
}


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

.sv_cont02_img{
    position: relative;

    margin: 0px auto 30px;

    text-align: center;

}

.sv_cont02_img img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.sv_cont02_img:hover img {
	opacity: .7;
}

.sv_cont02_img.sv_cont02_img_on:hover img {
	opacity: 1.0 !important;
}


.sv_cont02_img p{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    font-size: 20px;
    line-height: 160%;
    color: #fff;

    font-family: 'noto700';  

    box-sizing: border-box;

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


   translate: -50% -50%;

}

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

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

.sv_cont02_txt li{
    margin-bottom: 20px;
}


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


.scroll_bg{
    position: absolute;
    bottom: 100px;
    margin-left: 130px;


}

.scroll {

  position: relative;
  text-align: center;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}





.sv_cont03{
    width: 100%;
    margin-bottom: 90px;
}


.sv_cont03 li{
    font-size: 16px;
    line-height: 160%;
    margin: 0 auto 20px;
    padding-bottom: 18px;

    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}


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

.sv_cont03 p{
    font-size: 16px;
    line-height: 160%;
    color: #000;

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





.sv_cont04{
    width: 100%;
    margin: 0px auto 90px;
}


.sv_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 31.6%;

    margin-right: 2.6%;
    margin-bottom: 30px;
}


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


.sv_cont04 > ul > li p{
   display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;
    box-sizing: border-box;

    
    font-size: 16px;
    line-height: 160%;
    color: #000;

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

.sv_cont04 > ul > li img{
    border-radius: 5px;
}













.sv_cont05{
    width: 100%;
    margin-bottom: 90px;
}



.sv_cont05 li{
    font-size: 16px;
    line-height: 150%;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 15px;
    float: left;
    margin-right: 30px;

}


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




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

.rrt_msg{
    font-size: 48px;
    line-height: 160%;
    margin: 0 auto 40px;

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

.rrt_cont01{
    font-size: 16px;
    line-height: 160%;
    margin: 0 auto 60px;

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

.rrt_cont01.btm_mini{
    margin: 0 auto 20px;
}


.rrt_cont01 p{
    margin-top: 30px;
    text-align: right;
}

.rrt_cont02{
    width: 100%;

    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}

.rrt_cont02_img{
    width: 250px;

    display: flex;
    flex-flow: column;

}

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

    margin-left: 50px;

    display: flex;
    flex-flow: column;

}

.rrt_cont02_txt .txt_01{
    font-size: 48px;
    line-height: 120%;


    margin-top: auto;
    margin-bottom:  30px;

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

}

.rrt_cont02_txt .txt_02{
    margin-top: auto;
    font-size: 30px;
    line-height: 180%;

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

.rrt_cont02_txt .txt_02 span{
    font-size: 14px;
    line-height: 120%;
    color: #999999;

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

.rrt_cont02_txt .txt_02 p{
    font-size: 16px;
    line-height: 100%;
    color: #000000;

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


.rrt_cont03{
    width: 100%;
}


.rrt_cont03 > ul > li{
    position: relative;
    height: 140px;

    margin-bottom: 40px;

    border: 2px solid #0066cc;
    border-radius: 20px;

}

.rrt_cont03 > ul > li::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 65px;
    height: 56px;
    background: #0066cc;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 60px;
    top: 100%;
}

.rrt_cont03 > ul > li::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 65px;
    height: 56px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 60px;
    top: calc(100% - 3px);
    z-index: 3;

}
.rrt_cont03 > ul > li:last-child:after,
.rrt_cont03 > ul > li:last-child:before{
    display: none;
}


.rrt_cont03 > ul > li dl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    height: 100%;
}


.rrt_cont03 > ul > li dt{

    width: 180px;

    font-size: 26px;
    color: #0066cc;

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

    box-sizing: border-box;

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

.rrt_cont03 > ul > li dd{
    width: calc(100% - 200px);
    margin-left:auto;
    display: flex;
    
    -webkit-justify-content: center; 
    justify-content: center; 

    flex-flow: column;

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

    font-size: 16px;
    line-height: 160%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rrt_cont03 > ul > li dd p{
    font-size: 20px;
    color: #000000;

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

}

.rrt_cont03 > ul > li dd li{
    display: inline-block;
    margin-right: 20px;
}

.rrt_cont03 > ul > li dd li:last-child{
    margin-right: 0px;
}



.rrt_cont04{
    width: 100%;
}

.rrt_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 32%;

    margin-right: 2%;
    margin-bottom: 40px;
}

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

.rrt_cont04 > ul > li .rrt_cont04_img{
    width: 100%;
    margin-bottom: 20px;
}

.rrt_cont04 > ul > li .rrt_cont04_img img{
    width: 100%;
}

.rrt_cont04 > ul > li .rrt_cont04_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;

    font-size: 15px;
    line-height: 160%;

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

.rrt_cont05{
    padding: 20px;
    box-sizing: border-box;

    border: 1px solid #ff9933;
    margin-bottom: 40px;
}

.rrt_cont05 dl dt{
    
    font-size: 15px;
    line-height: 160%;
    color: #ff9933;

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

    margin-bottom: 10px;
}

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

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




.rrt_sub_menu{
    border-top: 1px dotted #999999;
    padding-top: 50px;
}

.rrt_sub_menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_sub_menu > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 32.6%;

    margin-right: 1.1%;
    margin-bottom: 15px;
}

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

.rrt_sub_menu > ul > li a{
    display: block;
    width: 100%;

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

    font-size: 18px;
    line-height: 160%;
    color: #ffffff;

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

    background: linear-gradient(135deg, #6f86d6 30%, #48c6ef 70%);
    
    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: 5px;
   
}

.rrt_sub_menu > ul > li a:hover{
    opacity: 0.8;
}



.rrt_faq{
    width: 100%;
    margin-bottom: 90px;
}


.rrt_faq dt{
    font-size: 20px;
    line-height: 160%;
    margin: 0 auto 15px;

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

.rrt_faq dt::before{
    display: block;
    width: 100%;
    
    font-size: 24px;
    line-height: 160%;

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

    content: "Q.";
    color: #cc0000;
}



.rrt_faq dd{
    font-size: 16px;
    line-height: 160%;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    box-sizing: border-box; 

    border-bottom: 1px dotted #999999;

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

.rrt_faq dd::before{
    display: block;
    width: 100%;
    
    font-size: 24px;
    line-height: 160%;

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

    content: "A.";
    color: #006699;
}


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




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


.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: 210px;
	height:auto;
	position: absolute;
    top: 16px;
}

.h1_01_l{
    width: 29px;
    float: left;
}

.h1_01_r{
    width: 181px;
    float: right;
}

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




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

.h2_btm01{
    margin-bottom: 12px !important;
}


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

.h2_cr01{
    color: #000000 !important;
}



h2.h2_01{
    font-size: 31px;
    line-height: 140%;
    margin-bottom: 40px;

    color: #ffffff;

    

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

h2.h2_01 p{
    font-size: 26px;
    line-height: 100%;
    color: #cc0000;
    margin-bottom: 1px;
    

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
}


h3.h3_01{
    position: relative;
    font-size: 20px;
    line-height: 100%;

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

    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-style: normal;
    font-weight: 600;
}
h3.h3_01.btm_herf{
    margin-bottom: 15px;
}



h3.h3_01::after{
    position: absolute;
    content: '';

    left: 0;
    bottom: 0;

    width: 42px;
    height: 4px;

    background: linear-gradient(to left, #999999 50%, #cc0000 50%);
}



h4.h4_01{
    position: relative;
    font-size: 16px;
    line-height: 100%;

    margin-bottom: 30px;
    padding-left: 18px;
    box-sizing: border-box;

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

h4.h4_01.btm0{
    margin-bottom: 10px;
}



h4.h4_01::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;

    translate:0 -50%;

    width: 12px;
    height: 12px;

    background: #cc0000;
}



h4.h4_02{
    position: relative;
    font-size: 18px;
    line-height: 100%;

    margin-bottom: 30px;
    padding-left: 10px;
    margin-left: 6px;
    box-sizing: border-box;

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

    border-left: 2px solid #0b3c9d;
}

h4.h4_02.btm0{
    margin-bottom: 10px;
}



h4.h4_02::before{
    position: absolute;
    content: '';

    left: -6px;
    top: 0;

    width: 2px;
    height: 100%;

    background: #9d9d9d;
}





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

.tp_mt{

    width: 100%;
    height: 300px;

    margin-top: 70px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
font-size:clamp(1.875rem, 1.232rem + 1.43vw, 2.125rem);

/*    font-size: 5.4vw;*/
/*    font-size: 36px;*/
    line-height: 90%;
    color: #cc0000;
    margin-bottom: 40px;

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    transform: rotate(-3deg);
}


.tp_mt dl dd p.main{
   font-size:clamp(3.438rem, 1.027rem + 5.36vw, 4.375rem);
/*   font-size:70px;*/
    line-height: 100%;
    color: #000000;
    margin-bottom: 20px;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;   
}

.tp_mt dl dd p.main span.x{
font-size:clamp(1.875rem, 1.232rem + 1.43vw, 2.125rem);
/*    font-size: 50px;*/
  line-height: 1;
    color: #cc0000;
    margin: 0 13px 0px 20px;


    
    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.tp_mt dl dd{
   font-size:clamp(1.938rem, 1.455rem + 1.07vw, 2.125rem);
/*   font-size:35px;*/
    line-height: 140%;
    color: #000000;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;      
}

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



@keyframes showTextFromBottom{
0%{
 transform: translateY( 100% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 3s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.5s backwards;
}









/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height:100vh;    

}

.slider_out_bg{

}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 451px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 450px 451px;


	z-index: 2;

}

.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_in01{
    max-width: 1400px;
    width: 100%;
    height: 451px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{


}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 2vw;
    line-height: 120%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 7vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}



/*====== 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;

}





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

.split-slideshow_out{
/*    padding: 0 30px;*/
    box-sizing: border-box;
}


.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 400px;
    
    margin-bottom: 70px;


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 400px;
    overflow: hidden;

    box-sizing: border-box;    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 400px;
    z-index: 2;
    
   padding: 0 30px;
   box-sizing: border-box;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    max-height: 400px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}

.item{
    border-radius: 10px;

}



.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 40px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}





/*
.slide_txt_out{
position:relative;
width: 100%;
height: 400px;
margin: 0 auto;
padding: 0 30px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 36px;
line-height: 140%;
color: #fff;
text-align: center;

font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 700;
font-style: normal;


}
*/









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



.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
}

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

    border-radius: 10px;
}

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

    border-radius: 10px;
}


.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}





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




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

    border-radius: 6px;
background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);
}

.button01 a{
    display: block;
    width: 100%;
    height: 39px;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;

background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius: 6px;

    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: #FFFFFF;
    background:#2c4268;

}


/* トップ 会社情報 ---------------------------------------------- */




.tp_cp01{
    margin: 0 30px;
}

.tp_cp01_l{
    width: 100%;
    height: auto;
    float: none;
/*    background: #C1DDE3;*/
}




.tp_cp01_r{
    width: 100%;
    height: auto;
    float: none;
/*    background: #E7AEAF;*/
}


.tp_comy_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/01_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
  
    
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_comy01{
}


.tp_comy01 dl{
    margin-bottom: 40px;

}

.tp_comy01 dl dt{
    font-size: 36px;
    line-height: 120%;
    color:#FFFFFF;
    margin-bottom: 20px;

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

.tp_comy01 dl dt span::before {
	content: "" ;
	white-space: none ;
}

.tp_comy01 dl dd{
    font-size: 18px;
    line-height: 180%;
    color:#FFFFFF;


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




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




.tp_news{
    margin-bottom: 40px;
}


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

}

.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:last-child{
    margin-bottom: 0px;
}




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

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



.nw_dy{
    font-size: 15px;
    margin-bottom: 15px;
    text-align: right;

}

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

.nw_p p{
    font-family: 'noto500';
    margin-bottom: 5px;

}

.nw_img{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:20px auto 0 auto;

}

.nw_img ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

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









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


.tp_svs_bg{
	width: 100%;
	height:940px !important;
	background:url("../img/top/02_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
 
 
     
    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
     
}



.tp_svs00{
    box-sizing: border-box;
}


.tp_svs00 dl{
    margin-bottom: 40px;

}

.tp_svs00 dl dt{
    font-size: 36px;
    line-height: 120%;
    color:#000000;
    margin-bottom: 40px;

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

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

.tp_svs00 dl dd{

}



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

}

.tp_svs01 ul li{
    width: 32%;

    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    
    border-radius: 50%;


}

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

.tp_svs01 ul li:nth-child(7){
    margin-bottom: 0;
}

.tp_svs01 ul li:nth-child(8){
    margin-bottom: 0;
}

.tp_svs01 ul li:nth-child(9){
    margin-bottom: 0;
}

.tp_svs01 ul li p{
    font-size:18px;
    line-height: 120%;
    color:#FFFFFF;


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


.circle_height {
/*内包する要素の基準にする*/
position: relative;
 
/*paddingの％指定は親要素の横幅に依存する
padding-top: 100%にすることで親要素の横幅と同じ長さになる
親要素が正方形になる*/
padding-top: 100%;
 
/*要素自体の高さがあるとずれるので高さを０にする*/
height: 0;
}
 
.circle_height p {
/*要素のたかさをなくす*/
position: absolute;
 
/*正方形の幅-文字の高さ/2 で上下真ん中に要素がくる*/
top: calc((100% - 1em)/2);
 
/*要素伸ばす*/
left: 0;
right: 0;
 
/*pタグ初期値のmarginを無効に*/
margin: 0;
 
/*//文字中央寄せ*/
text-align: center;
}



.circle_mt{
    margin-top: -10px !important;
}

.circle_mt01{
    margin-top: -20px !important;
}


.tp_svs01_bg01{
    background: url("../img/top/02_01.png") center center no-repeat;
}

.tp_svs01_bg02{
    background: url("../img/top/02_02.png") center center no-repeat;
}

.tp_svs01_bg03{
    background: url("../img/top/02_03.png") center center no-repeat;
}

.tp_svs01_bg04{
    background: url("../img/top/02_04.png") center center no-repeat;
}

.tp_svs01_bg05{
    background: url("../img/top/02_05.png") center center no-repeat;
}

.tp_svs01_bg06{
    background: url("../img/top/02_06.png") center center no-repeat;
}



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

.tp_rrt01{

}

.tp_rrt01_l{
    width: calc(100% - 360px);
    height: auto;
    float: left;

}

.tp_rrt01_r{
    width: 330px;
    height: auto;
    float: right;
    
    background: #E7B6B7;
}



.tp_rrt01_img{
    height: 300px;
	background:url("../img/top/03.png") center top no-repeat;
    
    border-radius: 15px;
}



.tp_rrt00_in{

    font-size: 36px;
    line-height: 120%;

    margin-bottom: 35px;

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

.tp_rrt01_in{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 35px;

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


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










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

.tp_svc_bg01{
background: linear-gradient(100deg, rgba(235,227,245,1) 0%, rgba(249,247,223,1) 100%);
}


.tp_svc01{
    max-width: 680px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

.tp_svc01 ul li{
    width: 32%;
    height: 100%;
    min-height: 213px;    
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    
    border-radius: 50%;


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

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

.tp_svc01 ul li:nth-child(7){
    margin-bottom: 0;
}

.tp_svc01 ul li:nth-child(8){
    margin-bottom: 0;
}

.tp_svc01 ul li:nth-child(9){
    margin-bottom: 0;
}



.tp_svc_in{

}

.tp_svc_in dl dt{
    font-size: 24px;
    line-height: 120%;
    color:#FFFFFF;;
    font-family: 'noto400';
    text-align:center;
    margin-bottom: 8px;
}

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

    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    text-align:center;
}




.tp_svc01_bg01{
    background: url("../img/top/01_01.jpg") center center no-repeat;
}

.tp_svc01_bg02{
    background: url("../img/top/01_02.jpg") center center no-repeat;
}

.tp_svc01_bg03{
    background: url("../img/top/01_03.jpg") center center no-repeat;
}

.tp_svc01_bg04{
    background: url("../img/top/01_04.jpg") center center no-repeat;
}

.tp_svc01_bg05{
    background: url("../img/top/01_05.jpg") center center no-repeat;
}

.tp_svc01_bg06{
    background: url("../img/top/01_06.jpg") center center no-repeat;
}

.tp_svc01_bg07{
    background: url("../img/top/01_07.jpg") center center no-repeat;
}

.tp_svc01_bg08{
    background: url("../img/top/01_08.jpg") center center no-repeat;
}

.tp_svc01_bg09{
    background: url("../img/top/01_09.jpg") center center no-repeat;
}










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


.tp_igt01_bg{

	width: 100%;
	height:500px !important;
	background:url("../img/top/02_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     padding-top: 0px;
     box-sizing: border-box;
     
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_igt01{

    max-width: 680px;
    width: 100%;
    height:auto;
    margin: 0 auto;

}

.tp_igt01 ul li{
    width: 48%;
    height: 330px;
    float: left;
    margin-right: 4%;
    
    border-radius: 50%;
    

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

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




.tp_igt01_bg01{
    background: url("../img/top/02_01.jpg") center center no-repeat;
}


.tp_igt01_bg02{
    background: url("../img/top/02_02.jpg") center center no-repeat;
}







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

.tp_rrt001{
    margin-bottom: 35px;
}

.tp_rrt001 dl dt{
    font-size: 24px;
    line-height: 120%;
    color: #cccccc;
    text-align: center;
    margin-bottom: 7px;

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

.tp_rrt001 dl dd{
    font-size: 34px;
    line-height: 160%;
    color:#000000;
    font-family: 'noto700';
    text-align: center;
}


.tp_rrt002{

}

.tp_rrt002 ul li{
    width: calc(100% / 3);
    height: auto;
    float: left;
}


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

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

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























/* トップ 	会社情報　-------------------------------------------- */



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

     box-sizing: border-box;
     
     padding: 0 30px;
     box-sizing: border-box;
     margin-bottom: 60px;     
}



.tp_cpy001{
    height: 400px;

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

}


.tp_cpy001 dl dt{

}


.tp_cpy001 dl dd{
    font-size: 24px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 25px;
}










/* トップ　 施工実績  採用情報------------------------------------------- */


.tp_wr001{

}


.tp_wr001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 40px;
}


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



.tp_wr001_in{
    max-width: 570px;
    width: 100%;
    height: 400px;

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

}

.tp_wr001_in dl dt{

}

.tp_wr001_in dl dd{
    font-size: 24px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 30px;
}

.tp_wr001_in_w01{
    max-width: 570px;

}

.tp_wr001_in_w02{
    max-width: 450px;

}

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



.tp_wr001_bg{
    width: 100%;
	height:400px !important;
	background:url("../img/top/03_bg01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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

.tp_wr002_bg{
    width: 100%;
	height:400px !important;
	background:url("../img/top/03_bg02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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











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


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



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



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





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

.cp_cont01{
    width: 100%;
    margin-bottom: 60px;
}

.cp_cont01 dt{
    width: 100%;
    font-size: 36px;
    line-height: 160%;

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

.cp_cont01 dd{
    width: 100%;


}


.cp_cont01 dd .cp_cont01_img{
    width: 200px;

    float: right;
}

.cp_cont01 dd .cp_cont01_img img{
    margin-bottom: 15px;
}

.cp_cont01 dd .cp_cont01_img p{
    width: 100%;

    text-align: center;
    font-size: 14px;
    line-height: 160%;

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


.cp_cont01 dd .cp_cont01_txt{
    width: calc(100% - 240px);

    font-size: 15px;
    line-height: 160%;

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





.cp_cont02{
    width: 100%;
    margin: 0px auto 70px;
    
    padding: 70px 0px;

    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    box-sizing: border-box;
}

.cp_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    max-width: 800px;
    margin: 0px auto;
}



.cp_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 30px;
}

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

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

.cp_cont02_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    position: relative;
    width: 100%;

    border-radius: 10px;
    background: #005d92;
	border: 1px solid #005d92;

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

    
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;

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

    word-break: auto-phrase;
}











.cp_cont03{
    margin-bottom: 70px;
}

.cp_cont03 dl dt{
    font-size: 15px;
    line-height: 160%;

    float: left;
    clear: both;


    letter-spacing: 0.03em;

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

}

.cp_cont03 dl dd{
    font-size: 15px;
    line-height: 160%;
    margin: 0 0 15px 0;
    padding-left: 120px;
    padding-bottom: 15px;


    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;

}



.cp_cont03 dl dd a{
    color: #000000;
   text-decoration:underline;

}

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



/*.cp_cont03 dl dd ul {
    overflow: auto;
}

.cp_cont03 dl dd li{
    display: inline-block;
    margin-right: 20px;
    margin-left: 0px;
}


.cp_cont03 dl dd li:before{
    content: '●';
    font-size: 8px;
    vertical-align: top;

    margin-right: 5px;
}*/




.cp_cont03_ult01{
    margin-top: 5px;

}

.cp_cont03_ulb01{
margin-bottom: 10px;

}


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

}


.cp_cont03 dl dd li:last-child{
    margin-right: 0px;
}

.cp_cont03_ls{
}

.cp_cont03_ls ul li{
    background:none !important;
    list-style: decimal;
    margin-left: 20px;

    padding-left: 5px !important;
    margin-bottom: 10px !important;
    float: none !important;
    margin-right: 0px !important;
}

.cp_cont03_ls ul li p{
    margin-bottom: 3px !important;
}


.cp_cont04{
    margin-bottom: 70px;
}

.cp_cont04 dl dt{
    font-size: 19px;
    line-height: 160%;
    font-family: 'noto700';
    margin-bottom: 12px;
}

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

}

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

}

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



.cp_ssk{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 70px auto;
}





.cp_map{
    width: 100%;
    margin-bottom: 60px;
}

.cp_map li{
    margin-bottom: 40px;
}

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

.cp_map li p{
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 10px;
}

.cp_map li iframe{
    width: 100%;

    height: 400px;
}



.cp_map_img{
    margin: 0 auto 25px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}





/* 事業内容--------------------------------------------- */

.sv_msg{
    font-size: 32px;
    line-height: 160%;
    margin: 0 auto 40px;

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

.sv_cont01{
    width: 100%;
    margin-bottom: 70px;
}

.sv_cont01 dt{
    text-align: center;
    font-size: 22px;
    line-height: 180%;
    color: #005d92;

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

    border-top: 4px solid #005d92;
    border-bottom: 4px solid #005d92;

    margin: 0px auto 30px;
}

.sv_cont01 dd{
    width: 100%;

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

.sv_cont01 dd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

      counter-reset: count 0;
}

.sv_cont01 dd li{


    width: 32%;
    float:left;

    margin-top: 30px;
    margin-right: 2%;
    margin-bottom: 40px;

        font-size: 18px;
    line-height: 160%;

    padding: 45px 25px 35px 25px;
    box-sizing: border-box;

    border: 2px solid #005d92;
    border-radius: 10px;

    counter-increment: count 1;
  
}

.sv_cont01 dd li::after{
    position: absolute;
    top: 0;
    left: 50%;

    content: counter(count);

    width: 60px;
    height: 60px;

    font-size: 28px;
    line-height: 100%;
    color: #fff;

    padding-bottom: 2px;
    box-sizing: border-box;

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

   background:linear-gradient(to right bottom, #6f86d6, #48c6ef);
   border-radius: 50%;

   translate: -50% -50%;

}



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

.sv_cont01 dd li:nth-child(4){
    margin-left: 17%;
}


.sv_cont02{
    max-width: 650px;
    width: 100%;
    margin: 0 auto 70px auto;
}

.sv_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 31.6%;

    margin-right: 2.6%;
    margin-bottom: 20px;
}


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

.sv_cont02_img{
    position: relative;


    margin: 0px auto 25px;

    text-align: center;
}

.sv_cont02_img img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.sv_cont02_img:hover img {
	opacity: .7;
}


.sv_cont02_img.sv_cont02_img_on:hover img {
	opacity: 1.0 !important;
}



.sv_cont02_img p{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    font-size: 16px;
    line-height: 160%;
    color: #fff;

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

    box-sizing: border-box;

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


   translate: -50% -50%;

}

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

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

.sv_cont02_txt li{
    margin-bottom: 20px;
}


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


.scroll_bg{
    position: absolute;
    bottom: 90px;
    margin-left: 92px;


}

.scroll {

  position: relative;
  text-align: center;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}




.sv_cont03{
    width: 100%;
    margin-bottom: 70px;
}


.sv_cont03 li{
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 20px;
    padding-bottom: 15px;

    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}


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


.sv_cont04{
    width: 100%;
    margin: 0px auto 70px;
}


.sv_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 31.6%;

    margin-right: 2.6%;
    margin-bottom: 30px;
}


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


.sv_cont04 > ul > li p{
   display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;
    box-sizing: border-box;

    
    font-size: 15px;
    line-height: 160%;
    color: #000;

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

.sv_cont04 > ul > li img{
    border-radius: 5px;
}




.sv_cont05{
    width: 100%;
    margin-bottom: 70px;
}


.sv_cont05 li{
    font-size: 15px;
    line-height: 150%;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 8px;
    margin-bottom: 15px;
    float: left;
    margin-right: 30px;

}


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


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

.rrt_msg{
    font-size: 36px;
    line-height: 160%;
    margin: 0 auto 40px;

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

.rrt_cont01{
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 50px;

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

.rrt_cont01.btm_mini{
    margin: 0 auto 20px;
}


.rrt_cont01 p{
    margin-top: 25px;
    text-align: right;

}




.rrt_cont02{
    width: 100%;

    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.rrt_cont02_img{
    width: 200px;

    display: flex;
    flex-flow: column;

}

.rrt_cont02_txt{
    width: calc(100% - 240px);

    margin-left: 40px;

    display: flex;
    flex-flow: column;

}

.rrt_cont02_txt .txt_01{
    font-size: 32px;
    line-height: 120%;


    margin-top: auto;
    margin-bottom:  20px;

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

    word-break: keep-all;

    /* 長い単語でも折り返し可能に */
    overflow-wrap: anywhere;

}

.rrt_cont02_txt .txt_01 br{
    display: none;
}



.rrt_cont02_txt .txt_02{
    margin-top: auto;
    font-size: 24px;
    line-height: 180%;

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

.rrt_cont02_txt .txt_02 span{
    font-size: 13px;
    line-height: 120%;
    color: #999999;

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

.rrt_cont02_txt .txt_02 p{
    font-size: 15px;
    line-height: 100%;
    color: #000000;

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



.rrt_cont03{
    width: 100%;
}


.rrt_cont03 > ul > li{
    position: relative;
    height: 140px;

    margin-bottom: 30px;

    border: 2px solid #0066cc;
    border-radius: 20px;

}

.rrt_cont03 > ul > li::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 42px;
    background: #0066cc;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 50px;
    top: 100%;
}

.rrt_cont03 > ul > li::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 42px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 50px;
    top: calc(100% - 3px);
    z-index: 3;

}

.rrt_cont03 > ul > li:last-child:after,
.rrt_cont03 > ul > li:last-child:before{
    display: none;
}


.rrt_cont03 > ul > li dl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

    height: 100%;
}


.rrt_cont03 > ul > li dt{

    width: 150px;

    font-size: 22px;
    color: #0066cc;

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

    box-sizing: border-box;

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

.rrt_cont03 > ul > li dd{
    width: calc(100% - 180px);
    margin-left:auto;
    display: flex;
    
    -webkit-justify-content: center; 
    justify-content: center; 

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

    flex-flow: column;

    font-size: 15px;
    line-height: 160%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rrt_cont03 > ul > li dd p{
    font-size: 18px;
    color: #000000;

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

}

.rrt_cont03 > ul > li dd li{
    display: inline-block;
    margin-right: 15px;
}

.rrt_cont03 > ul > li dd li:last-child{
    margin-right: 0px;
}

.rrt_cont04{
    width: 100%;
}

.rrt_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 32%;

    margin-right: 2%;
    margin-bottom: 30px;
}

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

.rrt_cont04 > ul > li .rrt_cont04_img{
    width: 100%;
    margin-bottom: 15px;
}

.rrt_cont04 > ul > li .rrt_cont04_img img{
    width: 100%;
}

.rrt_cont04 > ul > li .rrt_cont04_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;

    font-size: 15px;
    line-height: 160%;

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


.rrt_cont05{
    padding: 18px;
    box-sizing: border-box;

    border: 1px solid #ff9933;
    margin-bottom: 30px;
}

.rrt_cont05 dl dt{
    
    font-size: 15px;
    line-height: 160%;
    color: #ff9933;

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

    margin-bottom: 10px;
}

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

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













.rrt_sub_menu{
    border-top: 1px dotted #999999;
    padding-top: 40px;
}

.rrt_sub_menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_sub_menu > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 32.6%;

    margin-right: 1.1%;
    margin-bottom: 10px;
}

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

.rrt_sub_menu > ul > li a{
    display: block;
    width: 100%;

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

    font-size: 16px;
    line-height: 160%;
    color: #ffffff;

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

    background: linear-gradient(135deg, #6f86d6 30%, #48c6ef 70%);
    
    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: 5px;
   
}

.rrt_sub_menu > ul > li a:hover{
    opacity: 0.8;
}

.rrt_faq{
    width: 100%;
    margin-bottom: 70px;
}


.rrt_faq dt{
    font-size: 18px;
    line-height: 160%;
    margin: 0 auto 15px;

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

.rrt_faq dt::before{
    display: block;
    width: 100%;
    
    font-size: 22px;
    line-height: 160%;

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

    content: "Q.";
    color: #cc0000;
}



.rrt_faq dd{
    font-size: 15px;
    line-height: 160%;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    box-sizing: border-box; 

    border-bottom: 1px dotted #999999;

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

.rrt_faq dd::before{
    display: block;
    width: 100%;
    
    font-size: 22px;
    line-height: 160%;

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

    content: "A.";
    color: #006699;
}


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

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


.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: 190px;
	height:auto;
	position: absolute;
     top: 11px;
}



.h1_01_l{
    width: 26px;
    float: left;
}

.h1_01_r{
    width: 164px;
    float: right;
}


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


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

.h2_btm01{
    margin-bottom: 10px !important;
}

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

.h2_cr01{
    color: #000000 !important;
}





h2.h2_01{
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 35px;
    
    color: #ffffff;

    

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

h2.h2_01 p{
    font-size: 20px;
    line-height: 100%;
    color: #cc0000;
    margin-bottom: 1px;
    

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
}


h3.h3_01{
    position: relative;
    font-size: 18px;
    line-height: 100%;

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

    font-family: toppan-bunkyu-gothic-pr6n, serif;
    font-style: normal;
    font-weight: 600;
}
h3.h3_01.btm_herf{
    margin-bottom: 10px;
}



h3.h3_01::after{
    position: absolute;
    content: '';

    left: 0;
    bottom: 0;

    width: 36px;
    height: 3px;

    background: linear-gradient(to left, #999999 50%, #cc0000 50%);
}



h4.h4_01{
    position: relative;
    font-size: 15px;
    line-height: 100%;

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

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

h4.h4_01.btm0{
    margin-bottom: 10px;
}



h4.h4_01::before{
    position: absolute;
    content: '';

    left: 0;
    top: 50%;

    translate:0 -50%;

    width: 10px;
    height: 10px;

    background: #cc0000;
}




h4.h4_02{
    position: relative;
    font-size: 16px;
    line-height: 100%;

    margin-bottom: 20px;
    padding-left: 10px;
    margin-left: 6px;
    box-sizing: border-box;

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

    border-left: 2px solid #0b3c9d;
}

h4.h4_02.btm0{
    margin-bottom: 10px;
}



h4.h4_02::before{
    position: absolute;
    content: '';

    left: -6px;
    top: 0;

    width: 2px;
    height: 100%;

    background: #9d9d9d;
}








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

.tp_mt{

    width: 100%;
    height: 240px;

    margin-top: 60px;
    
/*    background: rgba(248,196,197,1.00);*/

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

.tp_mt dl dt{
font-size:clamp(1.375rem, 0.902rem + 2.16vw, 1.875rem);

/*    font-size: 5.4vw;*/
/*    font-size: 36px;*/
    line-height: 90%;
    color: #cc0000;
    margin-bottom: 25px;

    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    transform: rotate(-3deg);
}


.tp_mt dl dd p.main{
   font-size:clamp(1.875rem, 0.397rem + 6.76vw, 3.438rem);
/*   font-size:70px;*/
    line-height: 100%;
    color: #000000;
    margin-bottom: 15px;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;   
}

.tp_mt dl dd p.main span.x{
font-size:clamp(1.375rem, 0.902rem + 2.16vw, 1.875rem);
/*    font-size: 50px;*/
  line-height: 1;
    color: #cc0000;
    margin: 0 11px 0px 15px;


    
    font-family: rollerscript-rough, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

.tp_mt dl dd{
   font-size:clamp(1.25rem, 0.541rem + 3.24vw, 2rem);
/*   font-size:35px;*/
    line-height: 140%;
    color: #000000;

    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-style: normal;
    font-weight: 900;      
}

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

@keyframes showTextFromBottom{
0%{
 transform: translateY( 100% );

}
100%{
  transform: translateY( 0px );
}
}
.textanimation span{
animation: showText 3s backwards;
display: inline-block;
}
.textanimation > span{
overflow: hidden;
}
.textanimation > span > span{
animation: showTextFromBottom 0.5s backwards;
}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height:100vh;    

}

.slider_out_bg{

}


.slider_out{
	position: relative;
    
    overflow: hidden;
    


}


.slider_in{
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    
    width: 100%;
    height: 301px;
    
    background: url("../img/top/slide_on.png") center center no-repeat;
    background-size: 300px 301px;


	z-index: 2;
    padding: 0 20px;
    box-sizing: border-box;
}

.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_in01{
    max-width: 1400px;
    width: 100%;
    height: 301px;
    margin: 0 auto;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}
.slider_in01 dl{


}


.slider_in01 dl dt{
/*   font-size: 36px;*/
    font-size: 3vw;
    line-height: 120%;
    font-family: 'noto700';
    font-style: normal;
    margin-bottom: 8px;
    color: #FFFFFF;
    text-align: center;
}


.slider_in dl dd{
/*    font-size: 120px;*/
    font-size: 8vw;
    line-height: 100%;
    
font-family: din-2014-narrow, sans-serif;
font-style: normal;
font-weight: 700;
text-align: center;

    color: #FFFFFF;
    
/*    background: #8F494A;*/
}




/*====== 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;

}






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


.split-slideshow_out{
/*    padding: 0 20px;*/
    box-sizing: border-box;
}



.split-slideshow{
    position: relative;
    width: 100%;
    height: 100vh;
    max-height: 320px;
    
    margin-bottom: 60px;


    box-sizing: border-box;
}



.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 320px;
    overflow: hidden;
    

    box-sizing: border-box;
    
}
.slideshow .slider {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: 320px;
    z-index: 2;
    
   padding: 0 20px;
   box-sizing: border-box;
}
.slideshow .slider * {
outline: none;
}
.slideshow .slider .item {
    height: 100vh;
    max-height: 320px;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}
.slideshow .slider .item .text {
    display: none;
}
.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    object-fit: cover;
}

.item{
    border-radius: 10px;

}



.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: calc(100% / 2);
    right: 30px;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}
.slideshow .slick-dots li button:before {
    content: "";
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}
.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}
.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}






/*.slide_txt_out{
position:relative;
width: 100%;
height: 320px;
margin: 0 auto;
padding: 0 20px;

box-sizing: border-box;

z-index: 6000;


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

.slide_txt_in{


font-size: 21px;
line-height: 200%;
color: #fff;
text-align: center;

font-family: zen-kaku-gothic-antique, sans-serif;
font-weight: 700;
font-style: normal;


}
*/




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






.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}

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

     border-radius: 10px;
}

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

     border-radius: 10px;
}



.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 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

     border-radius: 10px;
}



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



.button01{
    max-width: 190px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

    margin: 0 0 0 auto;
    
    
    border-radius: 6px;
background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);
}

.button01 a{
    display: block;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 100%;
    color:#FFFFFF;

background: linear-gradient(127deg,rgba(111, 134, 214, 1) 0%, rgba(72, 198, 239, 1) 100%);

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

    padding-top: 0px;
    padding: 1px 10px 1px 20px;
    text-align: center;
    border-radius: 6px;

    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: #FFFFFF;
    background:#2c4268;

}






/* トップ 会社情報 ---------------------------------------------- */



.tp_cp01{

}

.tp_cp01_l{
    width: 100%;
    height: auto;
    float: none;
/*    background: #C1DDE3;*/
}




.tp_cp01_r{
    width: 100%;
    height: auto;
    float: none;
/*    background: #E7AEAF;*/
}




.tp_comy_bg{
	width: 100%;
	height:500px !important;
	background:url("../img/top/01_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;

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



.tp_comy01{
}


.tp_comy01 dl{
    margin-bottom: 30px;

}

.tp_comy01 dl dt{
    font-size: 25px;
    line-height: 130%;
    color:#FFFFFF;
    margin-bottom: 15px;

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

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

.tp_comy01 dl dd{
    font-size: 15px;
    line-height: 160%;
    color:#FFFFFF;


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




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





.tp_news{
    margin-bottom: 30px;
}

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

}

.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:last-child{
    margin-bottom: 0px;
}




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

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



.nw_dy{
    font-size: 14px;
    margin-bottom: 12px;
    text-align: right;

}

.nw_p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 60px;
}

.nw_p p{
    font-family: 'noto500';
    margin-bottom: 5px;

}

.nw_img{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin:20px auto 0 auto;

}

.nw_img ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
}

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










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


.tp_svs_bg{
	width: 100%;
	height:1000px !important;
	background:url("../img/top/02_bg.png") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
     padding-top: 0px;
     box-sizing: border-box;

    border-radius: 10px;
     
     

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



.tp_svs00{

}


.tp_svs00 dl{

    margin-bottom: 30px;
}

.tp_svs00 dl dt{
    font-size: 25px;
    line-height: 130%;
    color:#000000;
    margin-bottom: 40px;

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

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

.tp_svs00 dl dd{

}



.tp_svs01{
    max-width: 460px;
    width: 100%;
    height: auto;
    margin: 0 0 0px 0;

}


.tp_svs01 ul li{
    width: 48.5%;

    box-sizing: border-box;
    float: left;
    margin-right: 3%;
    margin-bottom: 12px;
    
    border-radius: 50%;
}

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

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

.tp_svs01 ul li:nth-child(6){
    margin-right: 0%;
}


.tp_svs01 ul li:nth-child(7){
    margin-bottom: 12px;
}

.tp_svs01 ul li:nth-child(8){
    margin-bottom: 0;
}

.tp_svs01 ul li:nth-child(9){
    margin-bottom: 0;
}



.tp_svs01 ul li p{
    font-size:15px;
    line-height: 120%;
    color:#FFFFFF;


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


.circle_height {
/*内包する要素の基準にする*/
position: relative;
 
/*paddingの％指定は親要素の横幅に依存する
padding-top: 100%にすることで親要素の横幅と同じ長さになる
親要素が正方形になる*/
padding-top: 100%;
 
/*要素自体の高さがあるとずれるので高さを０にする*/
height: 0;
}
 
.circle_height p {
/*要素のたかさをなくす*/
position: absolute;
 
/*正方形の幅-文字の高さ/2 で上下真ん中に要素がくる*/
top: calc((100% - 1em)/2);
 
/*要素伸ばす*/
left: 0;
right: 0;
 
/*pタグ初期値のmarginを無効に*/
margin: 0;
 
/*//文字中央寄せ*/
text-align: center;
}



.circle_mt{
    margin-top: -10px !important;
}

.circle_mt01{
    margin-top: -20px !important;
}


.tp_svs01_bg01{
    background: url("../img/top/02_01.png") center center no-repeat;
}

.tp_svs01_bg02{
    background: url("../img/top/02_02.png") center center no-repeat;
}

.tp_svs01_bg03{
    background: url("../img/top/02_03.png") center center no-repeat;
}

.tp_svs01_bg04{
    background: url("../img/top/02_04.png") center center no-repeat;
}

.tp_svs01_bg05{
    background: url("../img/top/02_05.png") center center no-repeat;
}

.tp_svs01_bg06{
    background: url("../img/top/02_06.png") center center no-repeat;
}




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

.tp_rrt01{

}

.tp_rrt01_l{
    width: calc(100%);
    height: auto;
    float: none;

}

.tp_rrt01_r{
    width: 100%;
    height: auto;
    float: none;
    
    background: #E7B6B7;
    margin-bottom: 30px;
}



.tp_rrt01_img{
    height: 200px;
	background:url("../img/top/03.png") center top no-repeat;
    
    border-radius: 10px;
}



.tp_rrt00_in{

    font-size: 25px;
    line-height: 130%;

    margin-bottom: 35px;

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


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


   
    

.tp_rrt01_in{
    font-size: 14px;
    line-height: 170%;
    margin-bottom: 35px;

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


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










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

.tp_svc_bg01{
background: linear-gradient(100deg, rgba(235,227,245,1) 0%, rgba(249,247,223,1) 100%);
}


.tp_svc01{
    max-width: 500px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

.tp_svc01 ul li{
    width: 49%;
    height: 100%;
    min-height: 150px;    
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    
    border-radius: 5%;


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

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


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

.tp_svc01 ul li:nth-child(6){
    margin-right: 0%;
}


.tp_svc01 ul li:nth-child(7){
    margin-bottom: 10px;
}

.tp_svc01 ul li:nth-child(8){
    margin-bottom: 0;
}

.tp_svc01 ul li:nth-child(9){
    margin-bottom: 0;
}



.tp_svc_in{

}

.tp_svc_in dl dt{
    font-size: 20px;
    line-height: 120%;
    color:#FFFFFF;;
    font-family: 'noto400';
    text-align:center;
    margin-bottom: 8px;
}

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

    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    
    text-align:center;
}




.tp_svc01_bg01{
    background: url("../img/top/01_01.jpg") center center no-repeat;
}

.tp_svc01_bg02{
    background: url("../img/top/01_02.jpg") center center no-repeat;
}

.tp_svc01_bg03{
    background: url("../img/top/01_03.jpg") center center no-repeat;
}

.tp_svc01_bg04{
    background: url("../img/top/01_04.jpg") center center no-repeat;
}

.tp_svc01_bg05{
    background: url("../img/top/01_05.jpg") center center no-repeat;
}

.tp_svc01_bg06{
    background: url("../img/top/01_06.jpg") center center no-repeat;
}

.tp_svc01_bg07{
    background: url("../img/top/01_07.jpg") center center no-repeat;
}

.tp_svc01_bg08{
    background: url("../img/top/01_08.jpg") center center no-repeat;
}

.tp_svc01_bg09{
    background: url("../img/top/01_09.jpg") center center no-repeat;
}





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


.tp_igt01_bg{

	width: 100%;
	height:460px !important;
	background:url("../img/top/02_bg.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

     padding-top: 0px;
     box-sizing: border-box;
     
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;   
}


.tp_igt01{

    max-width: 480px;
    width: 100%;
    height:auto;
    margin: 0 auto;

}

.tp_igt01 ul li{
    max-width: 480px;
    width: 100%;
    height: 190px;
    float: none;
    margin: 0 auto 20px auto;
    margin-right: 0%;

    border-radius: 10px;
    

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

.tp_igt01 ul li:nth-child(2n){
    margin: 0 auto 0px auto;  
}




.tp_igt01_bg01{
    background: url("../img/top/02_01.jpg") center center no-repeat;
}


.tp_igt01_bg02{
    background: url("../img/top/02_02.jpg") center center no-repeat;
}



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

.tp_rrt001{
    margin-bottom: 30px;
}

.tp_rrt001 dl dt{
    font-size: 18px;
    line-height: 120%;
    color: #cccccc;
    text-align: center;
    margin-bottom: 7px;

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

.tp_rrt001 dl dd{
    font-size: 26px;
    line-height: 130%;
    color:#000000;
    font-family: 'noto700';
    text-align: center;
}



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



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



.tp_rrt002{

}

.tp_rrt002 ul li{
    width: calc(100% / 2);
    height: auto;
    float: left;
}


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


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

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

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









/* トップ 	会社情報　-------------------------------------------- */



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

     box-sizing: border-box;
     
     padding: 0 30px;
     box-sizing: border-box;
     margin-bottom: 50px;
}



.tp_cpy001{
    height: 300px;

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

}


.tp_cpy001 dl dt{

}


.tp_cpy001 dl dd{
    font-size: 18px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 20px;
}






/* トップ　 施工実績  採用情報------------------------------------------- */


.tp_wr001{

}


.tp_wr001 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 30px;
}


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


.tp_wr001_in{
    max-width: 570px;
    width: 100%;
    height: 300px;

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

}

.tp_wr001_in dl dt{

}

.tp_wr001_in dl dd{
    font-size: 18px;
    line-height: 160%;
    color:#FFFFFF;
    font-family: 'noto700';
    
    margin-bottom: 20px;
}

.tp_wr001_in_w01{
    max-width: 570px;

}

.tp_wr001_in_w02{
    max-width: 450px;

}

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



.tp_wr001_bg{
    width: 100%;
	height:300px !important;
	background:url("../img/top/03_bg01.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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

.tp_wr002_bg{
    width: 100%;
	height:300px !important;
	background:url("../img/top/03_bg02.jpg") center center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

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











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


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





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



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









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

.cp_cont01{
    width: 100%;
    margin-bottom: 40px;
}

.cp_cont01 dt{
    width: 100%;
    font-size: 22px;
    line-height: 160%;

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

.cp_cont01 dd{
    width: 100%;

}


.cp_cont01 dd .cp_cont01_img{
    width: 200px;

    float: none;
    text-align: center;
    margin:0px auto 30px
}

.cp_cont01 dd .cp_cont01_img img{
    margin-bottom: 10px;
}

.cp_cont01 dd .cp_cont01_img p{
    width: 100%;

    text-align: center;
    font-size: 13px;
    line-height: 160%;

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


.cp_cont01 dd .cp_cont01_txt{
    width: 100%;

    font-size: 14px;
    line-height: 160%;

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





.cp_cont02{
    width: 100%;
    margin-bottom: 70px;
    
    padding: 70px 0px;

    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
    box-sizing: border-box;
}

.cp_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

        max-width: 800px;
    margin: 0px auto;
}



.cp_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: none;
    width: 100%;

    margin-right: 0%;
    margin-bottom: 30px;
}

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

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

.cp_cont02_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    position: relative;
    width: 100%;

    border-radius: 10px;
    background: #005d92;
	border: 1px solid #005d92;

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

    
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;

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

        word-break: auto-phrase;
}











.cp_cont03{
    margin-bottom: 50px;
}

.cp_cont03 dl dt{
    font-size: 14px;
    line-height: 150%;

    float: none;
    clear: both;


    letter-spacing: 0.03em;

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

    margin-bottom: 5px;

}

.cp_cont03 dl dd{
    font-size: 14px;
    line-height: 150%;
    margin: 0px;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;

    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;

}



.cp_cont03 dl dd a{
    color: #000000;
   text-decoration:underline;

}

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


/*
.cp_cont03 dl dd ul {
    overflow: auto;
}

.cp_cont03 dl dd li{
    display: inline-block;
    margin-right: 20px;
    margin-left: 0px;
}


.cp_cont03 dl dd li:before{
    content: '●';
    font-size: 8px;
    vertical-align: top;

    margin-right: 5px;
}
*/



.cp_cont03_ult01{
    margin-top: 5px;

}

.cp_cont03_ulb01{
margin-bottom: 10px;

}

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

}


.cp_cont03 dl dd li:last-child{
    margin-right: 0px;
}


.cp_cont03_ls{
}

.cp_cont03_ls ul li{
    background:none !important;
    list-style: decimal;
    margin-left: 20px;

    padding-left: 5px !important;
    margin-bottom: 10px !important;
    float: none !important;
    margin-right: 0px !important;
}

.cp_cont03_ls ul li p{
    margin-bottom: 3px !important;
}


.cp_cont04{
    margin-bottom: 50px;
}

.cp_cont04 dl dt{
    font-size: 16px;
    line-height: 140%;
    font-family: 'noto700';
    margin-bottom: 7px;
}

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

}

.cp_cont04 ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 7px;
    margin-bottom: 7px;

}

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




.cp_ssk{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}




.cp_map{
    width: 100%;
    margin-bottom: 50px;
}

.cp_map li{
    margin-bottom: 30px;
}

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

.cp_map li p{
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 10px;
}

.cp_map li iframe{
    width: 100%;

    height: 350px;
}


.cp_map_img{
    margin: 0 auto 15px auto;

}

.cp_map_img ul li{
    width: 32%;
    height: auto;
    float: left;
    margin: 0 2% 0 0;
}

.cp_map_img ul li:last-child{
    margin: 0 0 0 0;
}


/* 事業内容--------------------------------------------- */

.sv_msg{
    font-size: 22px;
    line-height: 150%;
    margin: 0 auto 30px;

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

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

.sv_cont01{
    width: 100%;
    margin-bottom: 50px;
}

.sv_cont01 dt{
    text-align: center;
    font-size: 18px;
    line-height: 200%;
    color: #005d92;

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

    border-top: 3px solid #005d92;
    border-bottom: 3px solid #005d92;

    margin: 0px auto 20px;
}

.sv_cont01 dd{
    width: 100%;
    max-width: 480px;
    margin: 0px auto;

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

.sv_cont01 dd ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;

      counter-reset: count 0;
}

.sv_cont01 dd li{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;

    width: 100%;

    margin-top: 25px;
    margin-right: 0%;
    margin-bottom: 20px;

        font-size: 17px;
    line-height: 160%;

    padding: 40px 25px 30px 25px;
    box-sizing: border-box;

    border: 2px solid #005d92;
    border-radius: 10px;

    counter-increment: count 1;
  
}

.sv_cont01 dd li::after{
    position: absolute;
    top: 0;
    left: 50%;

    content: counter(count);

    width: 50px;
    height: 50px;

    font-size: 24px;
    line-height: 100%;
    color: #fff;

    padding-bottom: 2px;
    box-sizing: border-box;

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

   background:linear-gradient(to right bottom, #6f86d6, #48c6ef);
   border-radius: 50%;

   translate: -50% -50%;

}


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


.sv_cont01 dd li:nth-child(4){
    margin-left:0%;
}


.sv_cont02{
    max-width: 380px;
    width: 100%;
    margin: 0 auto 70px auto;
}

.sv_cont02 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont02 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 5px;
}


.sv_cont02 > ul > li:nth-child(3n){
    margin-right: 4%;
}

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



.sv_cont02_img{
    position: relative;
    width: 170px;
    height: 170px;

    margin: 0px auto 20px auto;

    text-align: center;
}

.sv_cont02_img img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}

.sv_cont02_img:hover img {
	opacity: .7;
}


.sv_cont02_img.sv_cont02_img_on:hover img {
	opacity: 1.0 !important;
}




.sv_cont02_img p{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;

    font-size: 15px;
    line-height: 160%;
    color: #fff;

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

    box-sizing: border-box;

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


   translate: -50% -50%;

}

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

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

.sv_cont02_txt li{
    margin-bottom: 20px;
}


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



.scroll_bg{
    position: absolute;
    bottom: 75px;
    margin-left: 75px;


}

.scroll {

  position: relative;
  text-align: center;
}
/* 矢印のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  content: "";
  height: 16px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
/* 矢印のアニメーション */
@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}






.sv_cont03{
    width: 100%;
    margin-bottom: 50px;
}


.sv_cont03 li{
    font-size: 14px;
    line-height: 160%;
    margin: 0 auto 15px;
    padding-bottom: 12px;

    border-bottom: 1px dotted #999999;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}


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


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


.sv_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.sv_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 30px;
}


.sv_cont04 > ul > li:nth-child(3n){
    margin-right: 4%;
}

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

.sv_cont04 > ul > li p{
   display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;
    box-sizing: border-box;

    
    font-size: 14px;
    line-height: 160%;
    color: #000;

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

.sv_cont04 > ul > li img{
    border-radius: 5px;
}




.sv_cont05{
    width: 100%;
    margin-bottom: 50px;
}


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

}


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




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

.rrt_msg{
    font-size: 24px;
    line-height: 160%;
    margin: 0 auto 30px;

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

.rrt_cont01{
    font-size: 14px;
    line-height: 160%;
    margin: 0 auto 40px;

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

.rrt_cont01.btm_mini{
    margin: 0 auto 20px;
}

.rrt_cont01 p{
    margin-top: 20px;
    text-align: right;

}



.rrt_cont02{
    width: 100%;

    margin: 0 auto 30px;
    display: flex;
    flex-flow: column;
}

.rrt_cont02_img{
    width: 200px;

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


}

.rrt_cont02_txt{
    width: 100%;

    margin-left: 0px;

    display: flex;
    flex-flow: column;

}

.rrt_cont02_txt .txt_01{
    font-size: 24px;
    line-height: 120%;


    margin-top: auto;
    margin-bottom:  20px;

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

    word-break:unset;

    /* 長い単語でも折り返し可能に */
    overflow-wrap:unset;

}

.rrt_cont02_txt .txt_01 br{
    display: none;
}



.rrt_cont02_txt .txt_02{
    margin-top: auto;
    font-size: 20px;
    line-height: 160%;

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

.rrt_cont02_txt .txt_02 span{
    font-size: 13px;
    line-height: 120%;
    color: #999999;

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

.rrt_cont02_txt .txt_02 p{
    font-size: 14px;
    line-height: 100%;
    color: #000000;

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



.rrt_cont03{
    width: 100%;
}


.rrt_cont03 > ul > li{
    position: relative;
    height:auto;


    margin-bottom: 30px;
    padding: 20px 0px;
    box-sizing: border-box;

    border: 2px solid #0066cc;
    border-radius: 20px;
 

}

.rrt_cont03 > ul > li::after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 42px;
    background: #0066cc;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 35px;
    top: 100%;
}

.rrt_cont03 > ul > li::before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 55px;
    height: 42px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);

    left: 35px;
    top: calc(100% - 3px);
    z-index: 3;

}

.rrt_cont03 > ul > li:last-child:after,
.rrt_cont03 > ul > li:last-child:before{
    display: none;
}


.rrt_cont03 > ul > li dl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
   

    height: 100%;
}


.rrt_cont03 > ul > li dt{

    width: 120px;

    font-size: 18px;
    color: #0066cc;

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

    box-sizing: border-box;

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

.rrt_cont03 > ul > li dd{
    width: calc(100% - 120px);
    margin-left:auto;
    display: flex;

    min-height: 140px;
    
    -webkit-justify-content: center; 
    justify-content: center; 

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

    flex-flow: column;

    font-size: 14px;
    line-height: 160%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rrt_cont03 > ul > li dd p{
    font-size: 16px;
    color: #000000;

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

}

.rrt_cont03 > ul > li dd li{
    display: inline-block;
    margin-right: 10px;
}

.rrt_cont03 > ul > li dd li:last-child{
    margin-right: 0px;
}


.rrt_cont04{
    width: 100%;
}

.rrt_cont04 > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_cont04 > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 48%;

    margin-right: 4%;
    margin-bottom: 30px;
}

.rrt_cont04 > ul > li:nth-child(3n){
    margin-right: 4%;
}
.rrt_cont04 > ul > li:nth-child(2n){
    margin-right: 0%;
}

.rrt_cont04 > ul > li .rrt_cont04_img{
    width: 100%;
    margin-bottom: 10px;
}

.rrt_cont04 > ul > li .rrt_cont04_img img{
    width: 100%;
}

.rrt_cont04 > ul > li .rrt_cont04_txt{
    display: flex;
    flex-flow: column;
    flex-grow: 1;

    width: 100%;

    font-size: 14px;
    line-height: 160%;

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


.rrt_cont05{
    padding: 15px;
    box-sizing: border-box;

    border: 1px solid #ff9933;
    margin-bottom: 30px;
}

.rrt_cont05 dl dt{
    
    font-size: 14px;
    line-height: 160%;
    color: #ff9933;

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

    margin-bottom: 10px;
}

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

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








.rrt_sub_menu{
    border-top: 1px dotted #999999;
    padding-top: 30px;
}

.rrt_sub_menu > ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.rrt_sub_menu > ul > li{
    display: flex;
    flex-direction: column;

    float: left;
    width: 49%;

    margin-right: 2%;
    margin-bottom: 10px;
}

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

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

.rrt_sub_menu > ul > li a{
    display: block;
    width: 100%;

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

    font-size: 15px;
    line-height: 160%;
    color: #ffffff;

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

    background: linear-gradient(135deg, #6f86d6 30%, #48c6ef 70%);
    
    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: 5px;
   
}

.rrt_sub_menu > ul > li a:hover{
    opacity: 0.8;
}

.rrt_faq{
    width: 100%;
    margin-bottom: 50px;
}


.rrt_faq dt{
    font-size: 16px;
    line-height: 160%;
    margin: 0 auto 10px;

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

.rrt_faq dt::before{
    display: block;
    width: 100%;
    
    font-size: 20px;
    line-height: 160%;

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

    content: "Q.";
    color: #cc0000;
}



.rrt_faq dd{
    font-size: 14px;
    line-height: 160%;
    margin: 0 auto 25px;
    padding-bottom: 15px;
    box-sizing: border-box; 

    border-bottom: 1px dotted #999999;

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

.rrt_faq dd::before{
    display: block;
    width: 100%;
    
    font-size: 20px;
    line-height: 160%;

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

    content: "A.";
    color: #006699;
}


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







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


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













}
