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


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

}

*:first-child + html body {
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;
}

body{
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 400;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

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



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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

}	 

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




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

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

}

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

}

.container01{

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

}


.container01_01{

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

}

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

}

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

}



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

}



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




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

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

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


.h_logo{
width: 335px;
height: auto;
position: absolute;
top: 30px;
left: 30px;


}



#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%);
}


.hdr_logo{
    width: 355px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 50px;
}

.header_bg{

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

	position:relative;

    



}

header{

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

	box-sizing:border-box;
}


.header_yoyaku{
    max-width: 170px;
    width: 100%;
    height: 50px;
    
    position: absolute;
    top: 26px;
    right: 260px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
}

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


.header_yoyaku a:hover{

    color: #FFFFFF;
    background: #ff6666

}


.header_yoyaku01{
display: none;
}


.header_tel{
	position:absolute;
	top:13px;
	right:30px;

	font-size:34px;
    line-height: 100%;
    
	text-align:right;
    color: #000000;
    letter-spacing: 0em;

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

}











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


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

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

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


}


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

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


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

nav ul{
	margin:0;
	padding:0;

}

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

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

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

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

}

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

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


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


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


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


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

	box-sizing:border-box;


}

.footer_in{	

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

}



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

    letter-spacing: -0.04em;
    margin-bottom: 8px;


}

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

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

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


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;

}



address p{
margin-top: 7px;
}

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

address p a:hover{
    color: #000000;
    text-decoration:underline;
}



}



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


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


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

}	

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



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

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

}

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

}

.container01{


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

}

.container01_01{

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

}



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

}


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

}


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

}

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



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

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

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


.h_logo{
    width: 240px;
	height:auto;
	position: absolute;
    top: 18px;
}



#header {

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

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


.hdr_logo{
    width: 280px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 30px;
}

.header_bg{

	width:100%;
	height:57px;
	margin:0 auto;
/*    padding: 0 30px;*/
    box-sizing: border-box;
	position:relative;

}

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








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


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



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


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

	box-sizing:border-box;


}

.footer_in{	

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

}



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

    letter-spacing: -0.04em;
    margin-bottom: 10px;


}

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

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

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


.f_cpy{

	font-size: 12px;
	box-sizing:border-box;
	line-height:120%;

}

address p{
margin-top: 9px;
}

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

address p a:hover{
    color: #000000;
    text-decoration:underline;
}





}



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


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



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

}	



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



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


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

}

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

}



.container01{

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

.container01_01{

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

}



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

}

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


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

}

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


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

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


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



.h_logo{
    width: 220px;
	height:auto;
	position: absolute;
    top: 19px;
}


#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%);
}


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



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

}

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

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





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



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




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


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

	box-sizing:border-box;


}

.footer_in{	

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

}



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

    letter-spacing: -0.04em;
    margin-bottom: 10px;


}

.ad_ttl{
	font-size:14px;
	line-height:120%;
	margin-bottom:8px;	
	color:#000;
}

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

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


.f_cpy{

	font-size: 11px;
	box-sizing:border-box;
	line-height:120%;

}






address p{
margin-top: 7px;
}

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

address p a:hover{
    color: #000000;
    text-decoration:underline;
}





}




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


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

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


h1.h1_01{
    font-size: 46px;
    line-height: 120%;
    margin-bottom: 20px;

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

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

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


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

.h2_btm01{
    margin-bottom: 20px !important;
}
.h2_cw{
    color: #FFFFFF !important;
}

h2.h2_01{
    font-size: 24px;
    line-height: 120%;
    color:#66cccc;
    margin-bottom: 35px;

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

h2.h2_01 p{
    font-size: 36px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 6px;
}


.h3_btm{
    margin-bottom: 35px;
    

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

.h3_001 {
        margin:  0;             /* デフォルトCSS打ち消し */
        font-size:  26px;       /* 文字サイズ指定 */
        position:  relative;    /* 位置調整 */
        font-weight:  normal;   /* 文字の太さ調整 */
        display:  inline-block; /* インラインブロックにする */
        background-color: #fff; /* 背景色指定 */
        margin-left: 20px;      /* 周りの余白指定 */
        padding: 0 10px;        /* 余白指定 */
    }

.h3_001-wrap {
        position: relative;     /* 位置調整 */
        margin-bottom:15px;     /* 周りの余白指定 */
    }
.h3_001-wrap:before {
        content:  '';           /* 空白の要素を作る */
        background-color: #000; /* 背景色指定 */
        display:  block;        /* ブロック要素にする */
        position:  absolute;    /* 位置調整 */
        left:  0;               /* 位置調整 */
        width:  100%;           /* 幅指定 */
        height:  1px;           /* 高さ指定 */
        top: 0;                 /* 位置調整 */
        bottom:  0;             /* 位置調整 */
        margin:  auto;          /* 位置調整 */
    }



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


.top_slide{
	width:100%;
	height:750px !important;

	z-index:5;


    margin-top: 80px;

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

}




.c_m_img_out{
    max-width: 800px;
    width: 100%;
    height: 750px;
    position: relative;
   	z-index:60;
}

.c_m_img_in{
    max-width: 400px;
    height: 750px;
    background:#FFFFFF; 
   	z-index:60;

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

.c_m_img_in_img{
    position: absolute;
    right: 0;
}

.c_m_img_in_img dl dt{
margin-bottom: 30px;
}

.c_m_img_in_img dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-left: 20px;    

}

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

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




.p_m_img_out{
    max-width: 800px;
    width: 100%;
    height: 500px;
    position: relative;
   	z-index:60;
}

.p_m_img_in{
    max-width: 400px;
    height: 500px;
    background:#FFFFFF; 
   	z-index:60;

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

.p_m_img_in_img{
    position: absolute;
    right: 0;
}

.p_m_img_in_img dl dt{
margin-bottom: 30px;
}

.p_m_img_in_img dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-left: 20px;    
}

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

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



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



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

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


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


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








.s_top_img{
      display:none;
      text-align:center;
}










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

.contact_banner{
	margin-top:100px;	
}

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






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



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



.button_ar_btm01{
    margin-bottom: 70px;
}

.button_ar{
width: 170px;
    font-size: 16px;
    line-height: 110%;

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

.button_ar a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 13px; 
    display: block;
}

.button_ar a:hover{
    color:#FFFFFF;
    text-decoration: none;
}



.button_ar01{
width: 260px;
    font-size: 16px;
    line-height: 110%;

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

.button_ar01 a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 13px; 
    display: block;

}

.button_ar01 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}




/*== 矢印の線がループして伸縮 */

.button_ar_in{
width: 120px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 6px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;

    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}



/*== 矢印の線がループして伸縮 */

.button_ar_in01{
width: 210px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 6px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in01::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;

    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}


/*線と矢印を繰り返しアニメーション*/
.button_ar_in::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in::after {
    animation: arrowlong02 2s ease infinite;
}

/*線と矢印を繰り返しアニメーション*/
.button_ar_in01::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in01::after {
    animation: arrowlong02 2s ease infinite;
}


@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:100%;opacity:1}
    100%{width:100%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:0}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}




/* トップ　文言---------------------------------------------- */

.tp_txt01{
    margin-bottom: 70px;
}

.tp_txt01 dl dt{
}

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


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


.tp_txt02{
    font-size: 16px;
    line-height: 180%;
}


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


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

.tp_svs{
}

.tp_svs ul li{
    width: 33.2%;
    height: 400px;
    float: left;
    margin-right: 0.2%;
    margin-bottom: 3px;
    box-sizing: border-box;
    padding: 35px;
}

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


.tp_svs_in{
width: auto;
height:100%;
    position: relative;

}


.tp_svs_in p{
    position: absolute;
    bottom: 30px;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;


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

.tp_svs_in p span{
    font-size: 80px;
    line-height: 100%;
    margin-right: 20px;

}


.tp_svs_in dl{
    position: absolute;
    bottom: 30px;
    vertical-align: text-bottom;    
}

.tp_svs_in dl dt{
    float: left;
    clear: both;
    color: #FFFFFF;
    font-size: 80px;
    line-height: 100%;
   font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800; 


}

.tp_svs_in dl dd{
height: 100%;

    font-size: 30px;
    line-height: 120%;
    color: #FFFFFF;
    margin-left: 110px;
    vertical-align: text-bottom;
    padding-top: 38px;


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



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

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

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

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

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

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








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

.tp_news{
    margin-bottom: 70px;
}


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

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


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

.tp_igt{
}

.tp_igt ul li{
    width: 50%;
    height: auto;
    float: left;
    padding: 70px 100px;
    box-sizing: border-box;
}



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


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



.tp_ig01{
    margin-bottom: 70px;
    
    height: 520px;
    position:relative;    
}

.tp_ig01_01{
    position: absolute;
    width: 73.5%;

    top: 0;
    left: 0px;
     z-index: 800;
}

.tp_ig01_02{
    position: absolute;
    width: 74.5%;
    top: 20px;
    left: 0px;
     z-index: 200;
}


.tp_ig01_03{
    position: absolute;
    width: 73.5%;

    top: 0;
    right: 0px;
     z-index: 800;
}

.tp_ig01_04{
    position: absolute;
    width: 74.5%;
    top: 20px;
    right: 0px;
     z-index: 200;
}





.tp_ig01_in{
    height: 500px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ig01_in dl dt{
}


.tp_igt01_l,
.tp_igt01_r{
    min-height: 500px;
  position: relative;
  z-index: 2;
}

.tp_igt01_l::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.tp_igt01_r::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.fade::before {
  width: 100%;
}




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

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

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










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

.cmm_ctt_bg{

}


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


.cmm_ctt dl dt{
    font-size: 42px;
    line-height: 140%;

margin-bottom: 20px;

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


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

    margin-bottom: 7px;

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

.cmm_ctt dl dd{


}








/* 共通　各ページ文言---------------------------------------------- */

.com_pgtxt01{
    margin-bottom: 70px;
    
    font-size: 43px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.05em;font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}


.com_pgtxt01 span{
    color: #c7000b;
}


.com_pgtxt01 em{font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}






/* 業務案内 ---------------------------------------------- */


.svs_b01{

}

.svs_b01 ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right:1.4%;
    margin-bottom: 60px;

}

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


.svs_b01 ul li dl dt{
    font-size: 27px;
    line-height: 120%;
    margin-bottom: 5px;

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

.svs_b01 ul li dl dt span{
    font-size: 76px;
    line-height: 150%;
    margin-right: 12px;
}


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

.svs_b01 ul li dl dd p{
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;  
}


.svs_bg01{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg02{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg03{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg04{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg05{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg06{
	width: 100%;
	height:350px !important;
	background:url("../img/service/01_06.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

















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

.abt_msg{
    margin-bottom: 70px;
}

.abt_msg dl dt{
    font-size: 36px;
    line-height: 130%;

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


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

}

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

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 25px;

}

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

.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_msg dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}



.abt_msg_bg{
	height:270px !important;
	background:url("../img/about/msg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
}

.abt_msg01{
max-width: 700px;
margin: 0 auto;
height: 270px;

    font-size: 27px;
    line-height: 160%;
    color:#424242;



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

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

}



.abt_msg_txt{
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 70px;

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




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

}

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

}

.abt_tbl table th{
	width:120px;

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

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

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

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

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

}

.abt_map{
/*filter: grayscale(100%);*/
}


/* 経営者の皆様へ---------------------------------------------- */



.mngr_01{

}


.mngr_01 dl dt{
    font-size: 40px;
    line-height: 140%;
    margin-bottom: 60px;


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


.mngr_01 dl dd{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 40px;

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

}


hr{
    border: none;
    margin-bottom: 40px;
}

.hr_01{
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

/* 業務内容---------------------------------------------- */


.bnb_01{
    margin-bottom: 60px;
}


.bnb_01 dl dt{
    margin-bottom: 15px;
}

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

.bnb_01 dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.bnb_01 dl dd a:hovrer{
    color: #0099cc;
    text-decoration:none;
}





/* 設備---------------------------------------------- */

.em_01{
    margin-bottom: 20px;

}








/*施工実績---------------------------------------------- */


.wk_btn01{
    
}

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

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    
}

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

.wk_btn01 ul li a{
    display: block;
    height: 60px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
 
 	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.wk_btn01 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}



.wk_btn01 ul li dl dt{

    font-size: 20px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 3px;
}

.wk_btn01 ul li dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
}




.wk_btn02{
    margin-bottom: 40px;
}

.wk_btn02 ul li{
    width: 24.1%;
    height: auto;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 10px;

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    
}

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

.wk_btn02 ul li a{
    display: block;
    height: 35px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
    
    font-size: 16px;
    line-height: 120%;
    text-align: center;    
}

.wk_btn02 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}



.wk_bx01{
    margin-bottom: 25px;
}

.wk_bx01 ul li{ 
margin-bottom: 15px;
}

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


.wk_bx01 dl dt{
    float: left;
    clear: both;
    
    width: 100px;
    height: auto;
    background: #333333;
    padding: 4px 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
}



.wk_bx01 dl dd{
    font-size: 15px;
    line-height: 160%;
    padding-left: 130px;
}



.wk_bx02_btm{
    margin-bottom: 2px !important;
}

.wk_bx02{
    margin-bottom: 25px;
}

.wk_bx02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 25px;
}

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

.wk_bx02 p{
    text-align: center;
    margin-top: 5px;
    font-size: 15px;
    line-height: 130%;
}



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


.rrt_msg{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 70px;
    word-break: break-all;
    word-wrap: break-word;

}





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

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

}

.rrt_tbl table th{
	width:160px;

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

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

.rrt_tbl table td{
	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

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



.rrt_tbl table tr:nth-child(even){
background:#f2f2df;
}





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


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

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

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

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

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

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

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

}

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

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

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

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

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

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


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


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

}

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

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

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



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

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

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

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

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




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

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

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






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

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




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





}


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



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


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

h1.h1_01{
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 20px;

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

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



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

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


.h2_cw{
    color: #FFFFFF !important;
}

h2.h2_01{
    font-size: 22px;
    line-height: 120%;
    color:#66cccc;
    margin-bottom: 30px;

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

h2.h2_01 p{
    font-size: 30px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 6px;
}




.h3_btm{
    margin-bottom: 30px;
    

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

.h3_001 {
        margin:  0;             /* デフォルトCSS打ち消し */
        font-size:  24px;       /* 文字サイズ指定 */
        position:  relative;    /* 位置調整 */
        font-weight:  normal;   /* 文字の太さ調整 */
        display:  inline-block; /* インラインブロックにする */
        background-color: #fff; /* 背景色指定 */
        margin-left: 20px;      /* 周りの余白指定 */
        padding: 0 10px;        /* 余白指定 */
    }

.h3_001-wrap {
        position: relative;     /* 位置調整 */
        margin-bottom:15px;     /* 周りの余白指定 */
    }
.h3_001-wrap:before {
        content:  '';           /* 空白の要素を作る */
        background-color: #000; /* 背景色指定 */
        display:  block;        /* ブロック要素にする */
        position:  absolute;    /* 位置調整 */
        left:  0;               /* 位置調整 */
        width:  100%;           /* 幅指定 */
        height:  1px;           /* 高さ指定 */
        top: 0;                 /* 位置調整 */
        bottom:  0;             /* 位置調整 */
        margin:  auto;          /* 位置調整 */
    }


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


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

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

}

.c_m_img_out{
    width: 100%;
    height: 450px;
    position: relative;
   	z-index:60;
}

.c_m_img_in{
    height: 650px;
   	z-index:60;
    box-sizing: border-box;
    padding-top: 150px;
}

.c_m_img_in_img{
    position: absolute;
    height: 130px;
    top: 450px;
    padding: 20px;
    box-sizing: border-box;

    width: 100%;
/*    background: rgb(255,255,255,0.8);  */
}

.c_m_img_in_img dl dt{
max-width: 480px;
margin-bottom: 2px;
margin-top: -70px;
}

.c_m_img_in_img dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-left: 10px;
}

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





.p_m_img_out{
    width: 100%;
    height: 300px;
    position: relative;
   	z-index:60;
}

.p_m_img_in{
    height: 300px;
   	z-index:60;
    box-sizing: border-box;
    padding-top: 150px;
}

.p_m_img_in_img{
    position: absolute;
    height: 130px;
    top: 300px;
    padding: 20px;
    box-sizing: border-box;

    width: 100%;
/*    background: rgb(255,255,255,0.8);  */
}

.p_m_img_in_img dl dt{
max-width: 480px;
margin-bottom: 2px;
margin-top: -70px;
}

.p_m_img_in_img dl dd{
    font-size: 16px;
    line-height: 160%;
    margin-left: 10px;
}

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


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



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




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


.managers_top_img{
	width: 100%;
	height:300px !important;
	background:url("../img/managers/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:57px auto 110px auto;
}


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





.s_top_img{
      display:none;
      text-align:center;
}



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

.contact_banner{
	margin-top:100px;	
}

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




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


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



.button_ar_btm01{
    margin-bottom: 60px;
}



.button_ar{
width: 170px;
    font-size: 12px;
    line-height: 110%;

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

.button_ar a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 11px; 
    display: block;
}

.button_ar a:hover{
    color:#FFFFFF;
    text-decoration: none;
}


.button_ar01{
width: 220px;
    font-size: 12px;
    line-height: 110%;

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

.button_ar01 a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 11px; 
    display: block;
}

.button_ar01 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}


/*== 矢印の線がループして伸縮 */

.button_ar_in{
width: 120px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 6px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}




/*== 矢印の線がループして伸縮 */

.button_ar_in01{
width: 160px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 6px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in01::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}


/*線と矢印を繰り返しアニメーション*/
.button_ar_in::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in::after {
    animation: arrowlong02 2s ease infinite;
}

/*線と矢印を繰り返しアニメーション*/
.button_ar_in01::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in01::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:105%;opacity:1}
    100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:0}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}








/* トップ　文言---------------------------------------------- */

.tp_txt01{
    margin-bottom: 60px;
}

.tp_txt01 dl dt{
}

.tp_txt01 dl dd{
    font-size: 17px;
    line-height: 190%;


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


.tp_txt02{
    font-size: 16px;
    line-height: 180%;
}


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




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

.tp_svs{
}

.tp_svs ul li{
    width: 49.9%;
    height: 400px;
    float: left;
    margin-right: 0.2%;
    margin-bottom: 3px;
    box-sizing: border-box;
    padding: 25px;
}

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


.tp_svs_in{
width: auto;
height:100%;
    position: relative;

}


.tp_svs_in p{
    position: absolute;
    bottom: 30px;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;


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

.tp_svs_in p span{
    font-size: 80px;
    line-height: 100%;
    margin-right: 20px;

}


.tp_svs_in dl{
    position: absolute;
    bottom: 30px;
    vertical-align: text-bottom;    
}

.tp_svs_in dl dt{
    float: left;
    clear: both;
    color: #FFFFFF;
    font-size: 65px;
    line-height: 100%;
   font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800; 


}

.tp_svs_in dl dd{
height: 100%;

    font-size: 26px;
    line-height: 120%;
    color: #FFFFFF;
    margin-left: 95px;
    vertical-align: text-bottom;
    padding-top: 32px;


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



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

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

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

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

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

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








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

.tp_news{
    margin-bottom: 60px;
}

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

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





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

.tp_igt{
}

.tp_igt ul li{
    width: 50%;
    height: auto;
    float: left;
    padding: 50px 40px;
    box-sizing: border-box;
}



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


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






.tp_ig01{
    margin-bottom: 50px;
    
    height: 380px;
    position:relative;    
}

.tp_ig01_01{
    position: absolute;
    width: 74.5%;

    top: 0;
    left: 0px;
     z-index: 800;
}

.tp_ig01_02{
    position: absolute;
    width: 76.5%;
    top: 20px;
    left: 0px;
     z-index: 200;
}


.tp_ig01_03{
    position: absolute;
    width: 74.5%;

    top: 0;
    right: 0px;
     z-index: 800;
}

.tp_ig01_04{
    position: absolute;
    width: 76.5%;
    top: 20px;
    right: 0px;
     z-index: 200;
}





.tp_ig01_in{
    height: 360px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ig01_in dl dt{
}


.tp_igt01_l,
.tp_igt01_r{
    min-height: 360px;
  position: relative;
  z-index: 2;
}

.tp_igt01_l::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.tp_igt01_r::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.fade::before {
  width: 100%;
}




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

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

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












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


.cmm_ctt_bg{

}


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


.cmm_ctt dl dt{
    font-size: 36px;
    line-height: 140%;

margin-bottom: 20px;

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


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

    margin-bottom: 7px;

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

.cmm_ctt dl dd{


}





/* 共通　各ページ文言---------------------------------------------- */


.com_pgtxt01{
    margin-bottom: 40px;
    
    font-size: 32px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.05em;font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}

.com_pgtxt01 span{
    color: #c7000b;
}

.com_pgtxt01 em{font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}




/* 業務案内 ---------------------------------------------- */


.svs_b01{

}

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

}

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


.svs_b01 ul li dl dt{
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 5px;

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

.svs_b01 ul li dl dt span{
    font-size: 60px;
    line-height: 150%;
    margin-right: 12px;
}


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

.svs_b01 ul li dl dd p{
    font-size: 17px;
    line-height: 130%;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;  
}


.svs_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg03{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg04{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg05{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}

.svs_bg06{
	width: 100%;
	height:250px !important;
	background:url("../img/service/01_06.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 10px auto;
}





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

.abt_msg{
    margin-bottom: 60px;
}

.abt_msg dl dt{
    font-size: 28px;
    line-height: 130%;

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


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

}

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

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 20px;

}

.abt_msg_r{
    text-align: right;
    margin-top: 10px;
}


.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_msg dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}



.abt_msg_bg{
	height:240px !important;
	background:url("../img/about/msg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 30px auto;
}

.abt_msg01{
max-width: 600px;
margin: 0 auto;
height: 240px;

    font-size: 24px;
    line-height: 160%;
    color:#424242;



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

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

}




.abt_msg_txt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 60px;

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




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

}

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

}

.abt_tbl table th{
	width:120px;

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

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

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

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


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

}

.abt_map{
/*filter: grayscale(100%);*/
}


/* 経営者の皆様へ---------------------------------------------- */



.mngr_01{

}


.mngr_01 dl dt{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 60px;


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


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

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

}


hr{
    border: none;
    margin-bottom: 30px;
}

.hr_01{
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}






/* 設備---------------------------------------------- */

.em_01{
    margin-bottom: 20px;

}







/*施工実績---------------------------------------------- */


.wk_btn01{
    
}

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

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    

}

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

.wk_btn01 ul li a{
    display: block;
    height: 60px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
 
 	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.wk_btn01 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}



.wk_btn01 ul li dl dt{

    font-size: 18px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 3px;
}

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

}




.wk_btn02{
    margin-bottom: 30px;
}

.wk_btn02 ul li{
    width: 24.1%;
    height: auto;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 7px;

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    
}

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

.wk_btn02 ul li a{
    display: block;
    height: 35px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 10px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
    
    font-size: 16px;
    line-height: 120%;
    text-align: center;    
}

.wk_btn02 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}



.wk_bx01{
    margin-bottom: 25px;
}

.wk_bx01 ul li{ 
margin-bottom: 13px;
}

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



.wk_bx01 dl dt{
    float: left;
    clear: both;
    
    width: 70px;
    height: auto;
    background: #333333;
    padding: 3px 5px 4px 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
}



.wk_bx01 dl dd{
    font-size: 14px;
    line-height: 130%;
    padding-left: 90px;
}


.wk_bx02_btm{
    margin-bottom: 2px !important;
}


.wk_bx02_btm{
    margin-bottom: 2px !important;
}

.wk_bx02{
    margin-bottom: 25px;
}

.wk_bx02 ul li{
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 18px;
}

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




.wk_bx02 p{
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    line-height: 130%;
}


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


.rrt_msg{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 60px;
    word-break: break-all;
    word-wrap: break-word;

}





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

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

}

.rrt_tbl table th{
	width:160px;

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

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

.rrt_tbl table td{
	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;

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



.rrt_tbl table tr:nth-child(even){
background:#f2f2df;
}




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


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

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

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

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

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

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



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

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

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

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

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

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

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

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


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

}

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

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

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;
}



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

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

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


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

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




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

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

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






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

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




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



}



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

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


h1.h1_01{
    font-size: 26px;
    line-height: 120%;
    margin-bottom: 20px;

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

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



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

.h2_cw{
    color: #FFFFFF !important;
}


h2.h2_01{
    font-size: 18px;
    line-height: 120%;
    color:#66cccc;
    margin-bottom: 27px;

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

h2.h2_01 p{
    font-size: 26px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 3px;
}


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

}




.h3_btm{
    margin-bottom: 28px;
    

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

.h3_001 {
        margin:  0;             /* デフォルトCSS打ち消し */
        font-size:  22px;       /* 文字サイズ指定 */
        position:  relative;    /* 位置調整 */
        font-weight:  normal;   /* 文字の太さ調整 */
        display:  inline-block; /* インラインブロックにする */
        background-color: #fff; /* 背景色指定 */
        margin-left: 20px;      /* 周りの余白指定 */
        padding: 0 10px;        /* 余白指定 */
    }

.h3_001-wrap {
        position: relative;     /* 位置調整 */
        margin-bottom:15px;     /* 周りの余白指定 */
    }
.h3_001-wrap:before {
        content:  '';           /* 空白の要素を作る */
        background-color: #000; /* 背景色指定 */
        display:  block;        /* ブロック要素にする */
        position:  absolute;    /* 位置調整 */
        left:  0;               /* 位置調整 */
        width:  100%;           /* 幅指定 */
        height:  1px;           /* 高さ指定 */
        top: 0;                 /* 位置調整 */
        bottom:  0;             /* 位置調整 */
        margin:  auto;          /* 位置調整 */
    }



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


.top_slide{
	width:100%;
	min-height:350px;
    margin-top: 57px;
    margin-bottom: 80px;

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

}



.c_m_img_out{

    width: 100%;
    height: 350px;
    position: relative;
   	z-index:60;
   }

.c_m_img_in{
    height: 350px;
   	z-index:60;
    box-sizing: border-box;
    padding-top: 150px;   
}

.c_m_img_in_img{
    position: absolute;
    height: 100px;
    top: 345px;
    padding: 10px 15px;
    box-sizing: border-box;

    width: 100%;
/*    background: rgb(255,255,255,0.8);*/
  }

.c_m_img_in_img dl dt{
max-width: 310px;
margin-bottom: 1px;
margin-top: -38px;
}

.c_m_img_in_img dl dd{
    font-size: 13px;
    line-height: 150%;
    margin-left: 10px;
}

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



.p_m_img_out{

    width: 100%;
    height: 350px;
    position: relative;
   	z-index:60;
   }

.p_m_img_in{
    height: 350px;
   	z-index:60;
    box-sizing: border-box;
    padding-top: 150px;   
}

.p_m_img_in_img{
    position: absolute;
    height: 100px;
    top: 248px;
    padding: 10px 15px;
    box-sizing: border-box;

    width: 100%;
/*    background: rgb(255,255,255,0.8);*/
  }

.p_m_img_in_img dl dt{
max-width: 310px;
margin-bottom: 1px;
margin-top: -38px;
}

.p_m_img_in_img dl dd{
    font-size: 13px;
    line-height: 150%;
    margin-left: 10px;
}

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





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






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

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


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


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







.s_top_img{
	display:block; 
	text-align:center;
	margin:0 !important;
	padding:0 !important;

	  z-index:1; 
}

.s_top_img img{
	width:100%;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;

	display:block;
	line-height:0 !important;
	vertical-align:bottom;
}


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

.contact_banner{
	margin-top:60px;	
}

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





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



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



.button_ar_btm01{
    margin-bottom: 50px;
}



.button_ar{
width: 150px;
    font-size: 12px;
    line-height: 110%;

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

.button_ar a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 10px; 
    display: block;
}

.button_ar a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

.button_ar01{
width: 190px;
    font-size: 12px;
    line-height: 110%;

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

.button_ar01 a{
    color:#FFFFFF;
    text-decoration: none;
    background: #66cccc;
    padding: 10px; 
    display: block;
}

.button_ar01 a:hover{
    color:#FFFFFF;
    text-decoration: none;
}



/*== 矢印の線がループして伸縮 */

.button_ar_in{
width: 110px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 5px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}




/*== 矢印の線がループして伸縮 */

.button_ar_in01{
width: 140px;
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

    padding: 0 0 5px 0;
    display:block;
    text-decoration: none;
    outline: none;
}

/*線の設定*/
.button_ar_in01::before {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0px;
    /*線の形状*/
    width: 100%;
    height: 1px;
    background: #333;
}

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
/*    border-right: 1px solid #333;*/
    transform: rotate(45deg);
}


/*線と矢印を繰り返しアニメーション*/
.button_ar_in::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in::after {
    animation: arrowlong02 2s ease infinite;
}

/*線と矢印を繰り返しアニメーション*/
.button_ar_in01::before {
    animation: arrowlong01 2s ease infinite;
}
.button_ar_in01::after {
    animation: arrowlong02 2s ease infinite;
}

@keyframes arrowlong01{
    0%{width:0;opacity:0}
    20%{width:0;opacity:1}
    80%{width:105%;opacity:1}
    100%{width:105%;opacity:0}
}

@keyframes arrowlong02{
    0%{left:0;opacity:0}
    20%{left:0;opacity:0}
    80%{left:103%;opacity:1}
    100%{left:103%;opacity:0}
}






/* トップ　文言---------------------------------------------- */

.tp_txt01{
    margin-bottom: 50px;
}

.tp_txt01 dl dt{
}

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


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

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

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




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

.tp_svs{
}

.tp_svs ul li{
    width: 49.75%;
    height: 400px;
    float: left;
    margin-right: 0.4%;
    margin-bottom: 2px;
    box-sizing: border-box;
    padding: 15px;
}

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


.tp_svs_in{
width: auto;
height:100%;
    position: relative;

}


.tp_svs_in p{
    position: absolute;
    bottom: 20px;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;


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

.tp_svs_in p span{
    font-size: 80px;
    line-height: 100%;
    margin-right: 20px;

}


.tp_svs_in dl{
    position: absolute;
    bottom: 30px;
    vertical-align: text-bottom;    
}

.tp_svs_in dl dt{
    float: none;
    clear: both;
    color: #FFFFFF;
    font-size: 45px;
    line-height: 100%;
   font-family: ryo-gothic-plusn, sans-serif;
    font-style: normal;
    font-weight: 800; 


}

.tp_svs_in dl dd{
height: 100%;

    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-left: 0px;
    vertical-align: text-bottom;
    padding-top: 12px;


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



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

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

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

.tp_svs_bg04{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs_bg05{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.tp_svs_bg06{
	width: 100%;
	height:250px !important;
	background:url("../img/top/01_06.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





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

.tp_news{
    margin-bottom: 50px;
}

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

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





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

.tp_igt{
}

.tp_igt ul li{
    width: 100%;
    height: auto;
    float:  none;
    padding: 30px 30px;
    box-sizing: border-box;
}



.tp_igt_bg01{
	width: 100%;
	height:250px !important;
	background:url("../img/top/02_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}


.tp_igt_bg02{
	width: 100%;
	height:250px !important;
	background:url("../img/top/02_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}






.tp_ig01{
    margin-bottom: 40px;
    
    height: 290px;
    position:relative;    
}

.tp_ig01_01{
    position: absolute;
    width: 85%;

    top: 0;
    left: 0px;
     z-index: 800;
}

.tp_ig01_02{
    position: absolute;
    width: 90%;
    top: 20px;
    left: 0px;
     z-index: 200;
}


.tp_ig01_03{
    position: absolute;
    width: 85%;

    top: 0;
    right: 0px;
     z-index: 800;
}

.tp_ig01_04{
    position: absolute;
    width: 90%;
    top: 20px;
    right: 0px;
     z-index: 200;
}





.tp_ig01_in{
    height: 270px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.tp_ig01_in dl dt{
}


.tp_igt01_l,
.tp_igt01_r{
    min-height: 270px;
  position: relative;
  z-index: 2;
}

.tp_igt01_l::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.tp_igt01_r::before{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 0;
  height: 100%;
  background: #c7000b;
  transition: 0.5s;
}

.fade::before {
  width: 100%;
}




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

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

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


















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

.cmm_ctt_bg{

}


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


.cmm_ctt dl dt{
    font-size: 28px;
    line-height: 140%;

margin-bottom: 20px;

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


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

    margin-bottom: 2px;

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

.cmm_ctt dl dd{


}


/* 共通　各ページ文言---------------------------------------------- */


.com_pgtxt01{
    margin-bottom: 25px;
    
    font-size: 25px;
    line-height: 140%;
    text-align: center;

    letter-spacing: -0.05em;font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}

.com_pgtxt01 span{
    color: #c7000b;
}


.com_pgtxt01 em{
 	content: "\A" ;
	white-space: pre ;font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;}



/* 業務案内 ---------------------------------------------- */


.svs_b01{

}

.svs_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right:2%;
    margin-bottom: 50px;

}

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


.svs_b01 ul li dl dt{
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 3px;

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

.svs_b01 ul li dl dt span{
    font-size: 50px;
    line-height: 150%;
    margin-right: 8px;
}


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

.svs_b01 ul li dl dd p{
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;  
}


.svs_bg01{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_01.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}

.svs_bg02{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_02.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}

.svs_bg03{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_03.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}

.svs_bg04{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_04.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}

.svs_bg05{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_05.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}

.svs_bg06{
	width: 100%;
	height:150px !important;
	background:url("../img/service/01_06.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 5px auto;
}





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

.abt_msg{
    margin-bottom: 50px;
}

.abt_msg dl dt{
    font-size: 22px;
    line-height: 140%;

    letter-spacing: -0.04em;
    margin-bottom: 15px;


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

}

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




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

    letter-spacing: -0.03em;

font-family: heisei-mincho-std, serif;
font-weight: 700;
font-style: normal;
}


.abt_msg dl dd p{
    text-align: center;
    margin-bottom: 20px;

}



.abt_msg_r{
    text-align: right;
    margin-top: 10px;
}


.abt_msg dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_msg dl dd a:hover{
    color: #0099cc;
    text-decoration:none;
}




.abt_msg_bg{
	height:150px !important;
	background:url("../img/about/msg.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 20px auto;
}

.abt_msg01{
max-width: 400px;
margin: 0 auto;
height: 150px;

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



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

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

}



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

}






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

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

}

.abt_tbl table th{
    display: block;
	width:100%;
	padding:5px 0px 0px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;
    color: #7194B7;
    letter-spacing: 0.04em;

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

.abt_tbl table td{
    display: block;
	padding:5px 0px 5px 0px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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


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

}


.abt_map{
/*filter: grayscale(100%);*/
}

/* 経営者の皆様へ---------------------------------------------- */



.mngr_01{

}


.mngr_01 dl dt{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 30px;


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


.mngr_01 dl dd{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;

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

}


hr{
    border: none;
    margin-bottom: 20px;
}

.hr_01{
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#ccc), to(transparent));
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}








/* 業務内容---------------------------------------------- */


.bnb_01{
    margin-bottom: 40px;
}


.bnb_01 dl dt{
    margin-bottom: 12px;
}

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

.bnb_01 dl dd a{
    color: #0099cc;
    text-decoration: underline;
}

.bnb_01 dl dd a:hovrer{
    color: #0099cc;
    text-decoration:none;
}






/* 設備---------------------------------------------- */

.em_01{
    margin-bottom: 15px;

}




/*施工実績---------------------------------------------- */


.wk_btn01{
    
}

.wk_btn01 ul li{
    width: 32.4%;
    height: auto;
    float: left;
    margin-right: 1.4%;
    margin-bottom: 5px;

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    

}

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

.wk_btn01 ul li a{
    display: block;
    height: 55px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 2px;
    box-sizing: border-box;    
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
 
 	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.wk_btn01 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}



.wk_btn01 ul li dl dt{

    font-size: 15px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 2px;
}

.wk_btn01 ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.06em;

}



.wk_btn02{
        margin-bottom: 23px;
}


.wk_btn02 ul li{
    width: 24.1%;
    height: auto;
    float: left;
    margin-right: 1.2%;
    margin-bottom: 5px;

    box-sizing: border-box;
    
    font-family: heisei-mincho-std, serif;
    font-weight: 300;
    font-style: normal;    
}

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

.wk_btn02 ul li a{
    display: block;
    height: 35px;
    background: #8085a2;
    border: 1px solid #8085a2;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     

    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; 
    
    font-size: 15px;
    line-height: 120%;
    text-align: center;    
}

.wk_btn02 ul li a:hover{
    border: 1px solid #8085a2;
    background: #FFFFFF;
    color:#8085a2 !important;
}





.wk_bx01{
    margin-bottom: 12px;
}

.wk_bx01 ul li{ 
margin-bottom: 10px;
}

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



.wk_bx01 dl dt{
    float: none;
    clear: both;
    
    width: 70px;
    height: auto;
    background: #333333;
    padding: 3px 5px 4px 5px;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    margin-bottom: 7px;
}



.wk_bx01 dl dd{
    font-size: 14px;
    line-height: 130%;
    padding-left: 0px;
}


.wk_bx02{
    margin-bottom: 25px;
}

.wk_bx02 ul li{
    width: 48.5%;
    height: auto;
    float: left;
    margin-right: 3%;
    margin-bottom: 14px;
}

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


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





.wk_bx02 p{
    text-align: center;
    margin-top: 5px;
    font-size: 13px;
    line-height: 130%;
}


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


.rrt_msg{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 50px;
    word-break: break-all;
    word-wrap: break-word;

}





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

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

}

.rrt_tbl table th{
	width:90px;

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

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

.rrt_tbl table td{
	padding:7px 6px 7px 6px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 140%;
	border-collapse:collapse;

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



.rrt_tbl table tr:nth-child(even){
background:#f2f2df;
}






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


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

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

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

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

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





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

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


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

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

}

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

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


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

}

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

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

.with-form3{
	width:450px;
	margin-right:5px;
	padding:5px;
	border:1px solid #CCC;
	padding:5px;

}



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

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

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













}



