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


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

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


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

}

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

}

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

}

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

}

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

}

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

}

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



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


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

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


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


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




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

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

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



#header {

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


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

}

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


header{

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

	box-sizing:border-box;
}


.h_logo{
    width: 330px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 40px;
}


.h_lgo{
    width: 150px;
    height: auto;
}

.h_lgo a{
    width: 150px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #737272;
    color: #737272;
    background: #FFFFFF;
    font-size: 14px;
    line-height: 100%;
    text-align: center;

    position: absolute;
    top: 20px;
    right: 45px;
    
    z-index: 600;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_lgo a:hover{
    box-sizing: border-box;
    border: 1px solid #737272;
    background: #737272;
    color:#FFFFFF;
}



#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}


#gNav{
    position: absolute;
    top: 32px;
    right: 40px;
    

}

#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;

}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
/*  background-image: linear-gradient(to top, #a4d2ad 0%, #92c09b 100%);*/
}


  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 2.5em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
    
    font-size: 16px;

    color: #000000;
    
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute; 
    top: 43px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
    font-size: 15px;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #0c1126;
  }
  #gNav li:hover ul.sub-menu {
    top: 68px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #0c1126;
    color: #fff !important;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }


.sub-menu li{
border-bottom: 1px solid #E8E8E8;


}


 #gNav ul li span{
     background: #DDDDDD;
     font-size: 12px;
     letter-spacing: 0.08em;
     line-height: 120%;
     color: #312726;
     text-align: center;
     margin-left: 6px;
     padding: 4px 6px 2px 6px;
 
 }




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

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 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;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0;
	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{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:50px 0;

}


.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:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


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


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


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


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

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

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



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

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

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





#header {

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


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

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

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


.h_logo{
    width: 235px;
    height: auto;
    position: absolute;
    top: 11px;
    left: 30px;
}




.h_lgo{
    width: 110px;
    height: auto;
}

.h_lgo a{
    width: 110px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #737272;
    color: #737272;
    background: #FFFFFF;
    font-size: 13px;
    line-height: 100%;
    text-align: center;

    position: absolute;
    top: 16px;
    right: 75px;
    
    z-index: 600;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_lgo a:hover{
    box-sizing: border-box;
    border: 1px solid #737272;
    background: #737272;
    color:#FFFFFF;
}



.header_yoyaku{
    display: none;
}


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

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

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


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

}


.header_tel{
    display: none;
}








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


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



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


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

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:30px 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;
}


.container02_bg{
	width:100%;
	height:auto;
	padding:0;
	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{
	max-width:1300px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:30px 0;
}


.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:1200px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0px 0;

}


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



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

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




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


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



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


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

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


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





#header {

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


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

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

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

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



.h_logo{
    width: 190px;
    height: auto;
    position: absolute;
    top: 13px;
    left: 20px;
}




.h_lgo{
    width: 72px;
    height: auto;
}

.h_lgo a{
    width: 72px;
    height: auto;
    padding: 3px 5px;
    box-sizing: border-box;
    border: 1px solid #737272;
    color: #737272;
    background: #FFFFFF;
    font-size: 11px;
    line-height: 100%;
    text-align: center;

    position: absolute;
    top: 18px;
    right: 75px;
    
    z-index: 600;    
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}


.h_lgo a:hover{
    box-sizing: border-box;
    border: 1px solid #737272;
    background: #737272;
    color:#FFFFFF;
}




.header_yoyaku{
    display: none;
}


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

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


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

}


.header_tel{
    display: none;
}






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



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




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


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

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


}

.footer_in{	

	width:100%;
	height:auto;
	margin:0 auto 0px auto;
	
	padding:20px 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: 41px;
    line-height: 120%;
    color: #FFFFFF;

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

}

h1 img{

}


h2.h2_01{
    font-size: 20px;
    line-height: 120%;

    margin-bottom: 35px;

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

h2.h2_01 p{
    font-size: 60px;
    line-height: 110%;

    margin-bottom: 2px;

    font-family: adobe-garamond-pro,serif;
    font-weight: 400;
    font-style: normal;
}

h2.h2_01 span{
    color: #66a576;
}

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

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



h3.h3_01{
    height: 80px;
    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 24px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;

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

.h3_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #5bc8ac;
  z-index: -1;
  transition: all 0.8s;
}
.h3_01.isActive:after {
height: 100%;
}



h3.h3_02 {
    font-size: 30px;
    line-height: 140%;
    color: #030000;
    box-sizing: border-box;
    padding-bottom: 12px;
    margin-bottom: 40px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
    
  border-bottom: 4px solid #dcdedf;
  position: relative;
}

h3.h3_02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #022c4a;
  bottom: -4px;
  width: 10%;
}




h4.h4_01{
    height: auto;

    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 24px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #076820;

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

.h4_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #076820;
  z-index: -1;
  transition: all 0.8s;
}
.h4_01.isActive:after {
height: 100%;
}





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


.fixed_btn{
  position: fixed;
  bottom: 10px; 

  top: 250px;
  right: 10px;

}


.fixed_btn a{
  width: 50px;
  height:120px;
    background: #E1292C;
    color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;    
  
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
  
}

.top_slide_out{
/*padding: 0 40px;*/
height: 530px;
/*background: #5BC1B9;*/
margin-bottom: 0px;
}
.top_slide{
	width:100%;
height: 530px;
    margin-top: 100px;
    position: relative;
    margin-bottom: 8px;
    
	z-index:2;

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

}







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

.clearfix01{
 display:inline-block;
overflow:hidden;
}

.top_slide_in01{

    width: 100%;
    margin: 0 auto!important;
    display: block;
/*    background: rgba(0,0,0,0.60)*/
    
/*    background: #AC6B6C;*/
}



.top_slide_l{
width: 60%;
height: 530px;
    float: left  !important;
/*    background: rgba(233,153,154,0.40);*/
/*    background: #A25D5E;*/
}

.top_slide_r{
width: 40%;
height: 530px;
    float: right !important;
/*    background: #CCD8E1;*/
    padding: 17px 40px 0 0px;
    box-sizing: border-box;
/*    background: rgba(170,150,211,0.40);*/
}
.top_slide_h{
/*	min-height:650px;*/
    
/*   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    */
}


.top_slide_in{
/*    max-width: 1200px;*/
    height: 100%;
    padding: 10px;
    box-sizing: border-box;

    
    z-index: 100;
/*    background: #F59FA1;*/

  
}

.top_slide_in dl{
max-width: 490px;
width: 100%;
height: auto;
margin: 0 auto;
padding-left: 150px;

}

.top_slide_in dl dt{
margin-top: 180px;
}

.top_slide_in dl dd{

}




.sl_b01{
    max-width: 370px;
    width: 100%;
    height: auto;

    box-sizing: border-box;
    float: right;
    clear: both;

}


.sl_b01 ul li{
    width: 100%;
    height: 190px;


margin-bottom: 10px;
    
/*   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; */
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

.sl_b01 ul li:nth-child(3n){
margin-bottom: 0px;
}




.sl_b01_in01{
padding: 10px 20px;

 
}

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

    color: #FFFFFF;
    margin-bottom: 2px;
    

    float: left;
    
    display: block;


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

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



.sl_b01_in01 p{
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;


}

.sl_b01_in01 dl dt:after{
margin-top: -30px;
margin-left: 15px;
  content:url("../img/top/sl_al.png");

transform: rotate(-90deg) translateX(50%);
   display:inline-block;


}

.sl_b01_in01 dl dd{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;
	padding-left:130px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;
    
    float: right;
  
      display: block;
      
   width: 200px;
   padding: 5px;
/*   background: #804142;*/
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
}

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



.sl_b01_in02{
padding: 20px;
 }

.sl_b01_in02 dl dt{
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 11px;

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


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


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


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


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


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




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



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

.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:100px auto 0px auto;
}


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



.mnbr_top{
	 margin:100px 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;                               /* 画像のサイズを指定    */
}




.button01_w{
    width: 320px !important;
    height: 36px !important;
}

.button01_w a{
    width: 320px !important;
    height: 36px !important;
}


.button01_w01{
    width: 395px !important;
}


.button01_l{
margin: 0 !important;
}

.button01{
	width:160px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.button01 a{    
    display: block;
    height: 30px;
    font-size: 16px;
    line-height: 100%;
    color:#FFFFFF;
	padding:0 10px;
	background:#022c4a;
	border: 1px solid #FFFFFF;
     box-sizing: border-box;

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

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


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




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

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

.button_ar a{
    color: #76ae84;
    text-decoration: none;
}

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



.button_ar01{
width: 120px;
    font-size: 12px;
    line-height: 110%;
    
    margin-top: 15px;    

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

.button_ar01 a{
    color: #76ae84;
    text-decoration: none;
}

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




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

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

    padding: 0 0 10px 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{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

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

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

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFFFFF;
/*    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{
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 30px;
    text-align: center;

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

}

.tp_txt01 dl dd{
    font-size: 30px;
    line-height: 140%;
    text-align: center;


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


.tp_txt02{    

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

.tp_txt02 ul li{
    width: 33%;
    height: auto;
    float:left;
    margin-right: 0.5%;

    z-index: 5;
}

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


.tp_txt02_in{
height: 100%;
    background:url("../img/common/header_logo01.png") left top no-repeat,url("../img/common/header_logo02.png") right bottom no-repeat;
 
     padding: 20px;
    box-sizing: border-box;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


.tp_txt02_in_txt{
    max-width: 440px;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;



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

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

.tp_txt02_in_txt_left{
    text-align: left !important;
}

.tp_txt02_in_txt ul{
    margin-bottom: 15px;
}

.tp_txt02_in_txt ul li{
    background:url("../img/common/list002.jpg") left 7px no-repeat;
    padding-left: 26px;
    
    line-height: 130%;    
    
    width: auto;
    height: auto;
    float:none;

    margin-right: 0%;   
    margin-bottom: 12px;
 
}

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


.tp_txt02_in_txt  p{
font-size: 20px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
    line-height: 120% !important;

}


.tp_txt02_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
 
.tp_txt02_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}

.tp_txt02_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}
     
     
     
     
/* トップ　当法人の特徴--------------------------------------------- */
     
.tp_ftrs{
    font-size: 36px;
    line-height: 140%;
    margin-bottom: 30px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;  

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

.tp_ftrs_bx01 ul li{
    width: 33%;
    height: auto;
    float:left;
    margin-right: 0.5%;

    box-sizing: border-box;


    z-index: 5;
    
    position: relative;
}

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

    position: absolute;
    bottom: 0;
    
    width: auto;
    height: 280px;
    word-break: break-all;
    word-wrap: break-word;
}   

.tp_ftrs_bx01_in dl {
padding-left: 20px;
}

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

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

}
     

.tp_ftrs_bx01_in dl dd{
    font-size: 25px;
    line-height: 160%;
    color: #FFFFFF;
    letter-spacing: -0.04em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;  

}


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

     
     
.tp_ftrs_bx01_bg01{
	width: 100%;
	height:420px !important;
	background:url("../img/top/t_02_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
       
     
.tp_ftrs_bx01_bg02{
	width: 100%;
	height:420px !important;
	background:url("../img/top/t_02_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
          
     
.tp_ftrs_bx01_bg03{
	width: 100%;
	height:420px !important;
	background:url("../img/top/t_02_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
     

.Block2 {
  position: relative;
  z-index: 0;
}
.Block2::after{
  content: '';
  position: absolute;
  left:0;
  top: 30px;
  
  /*四角形を傾けます*/
  transform: skewY(-3.5deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:82.5%;
  background:#95bc9e;
}


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

.tp_ftrs_bx02_00 ul li{
    width: 49.7%;
    height: 280px;
    float:left;
    margin-right: 0.6%;

    box-sizing: border-box;
    margin-bottom: 10px;

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

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

.tp_ftrs_bx02_00 dl dt{
    max-width: 96px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.tp_ftrs_bx02_00 dl dd p{
    max-width: 75px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}


.tp_ftrs_bx02_00 dl dd{
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}
    
.tp_ftrs_bx02_00 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_00_bg01{
	width: 100%;
	height:280px !important;
	background:url("../img/top/tp_01_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_ftrs_bx02_00_in{

}

.tp_ftrs_bx02_00_in_l{
    width: 23%;
    height: 280px;
    padding: 15px;
    box-sizing:border-box;
    float: left;
    background: rgba(0,0,0,0.2);
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    

.tp_ftrs_bx02_00_in_r{
    width: 76%;
    height: 280px;    
    padding: 0px 30px;
    box-sizing:border-box;
    float: right;

    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    
    
     
     
     
     
     
     
     
     
     
     
     
.tp_ftrs_bx02_btm01{
    margin: 0 auto 80px auto !important;
}
     
          
.tp_ftrs_bx02{
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.tp_ftrs_bx02 ul li{
    width: 100%;
    height: 80px;
    float:none;
    margin-right: 0%;

    box-sizing: border-box;
    margin-bottom: 15px;

 

}


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

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

.tp_ftrs_bx02 dl dt{
    max-width: 96px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.tp_ftrs_bx02 dl dd p{
    max-width: 75px;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
}


.tp_ftrs_bx02 dl dd{
    font-size: 19px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
}
    
.tp_ftrs_bx02 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_bg01{
	width: 100%;
	height:80px !important;
	background:url("../img/features/bg.jpg")  repeat-x;

}


.tp_ftrs_bx02_in{
max-width: 1000px;
width: 100%;
margin: 0 auto;

}

.tp_ftrs_bx02_in_l{
    width: 70px;
    height: 80px;
    padding: 10px 0px 10px 15px;
    box-sizing:border-box;
    float: left;
    text-align:center;
/*    background: rgba(0,0,0,0.2);*/

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

.tp_ftrs_bx02_in_r{
    width: 92%;
    height: 80px;
    padding: 0px 20px 0 20px;
    box-sizing:border-box;
    float:left;
    text-align: left;

    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    
/*  background: #BD6A6B;*/
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 

}
    
    
     
     
     

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





.tp_svs_out{

    width: 100%;
    height: auto;
}

.tp_svs_out ul li{
    width: 33%;
    height: auto;
    float:left;
    margin-right: 0.5%;
    margin-bottom: 10px;

    box-sizing: border-box;
    position: relative;
}

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

.tp_svs_out01_ht01{
    height: 160px !important;

}

.tp_svs_out01_ht02{
    height: 170px !important;

}




.tp_svs_out01 a{
    display: block;
    height: 280px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_svs_out01 a:hover{
    background:rgba(0,0,0,0.2);

}



.tp_svs_in{
    max-width: 430px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0 30px;

    position: absolute;
    bottom: 40px;

}

.tp_svs_in dl{
    margin-bottom: 15px;
}


.tp_svs_in dl dt{
    font-size: 26px;
    line-height: 160%;
    color: #FFFFFF;

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


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

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


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



.tp_svs_bg01{
	width: 100%;
	height:1200px !important;
	background:url("../img/top/t_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_bg02_01{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_02{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_03{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_04{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_05{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_bg02_06{
	width: 100%;
	height:600px !important;
	background:url("../img/top/t_03_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}



.tp_svs_out01_btm01{
margin-bottom: 80px;
}

.tp_svs_out01{

    width: 100%;
    height: auto;
}

.tp_svs_out01 ul li{
    width: 33%;
    height: 280px;
    float:left;
    margin-right: 0.5%;
    margin-bottom: 10px;




}

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

.tp_svs_out01 dl{

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


}


.tp_svs_out01 dl dt{    
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #FFFFFF;

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

.tp_svs_out01 dl dd{    
    font-size: 19px;
    line-height: 150%;

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



.tp_svs_out01 dl dd p{
    font-size: 17px;
    line-height: 150%;
    color: #ffff33;
    margin-top: 7px;
}





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


.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.sample5-2::before{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.tp_svs_out01_img{
max-width: 150px !important;
width: 100% !important;
margin: 0 auto !important;
    text-align: center !important;
}

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


.tp_svs_out01_in{
       height: 280px;

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





.tp_svs_out01_in_01{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 60px 60px;    
}

.tp_svs_out01_in_02{

    background:url("../img/top/tp_05_02.png") right 240px no-repeat;
    background-size: 30px 30px;

    margin-right: 10px;

}


.tp_svs_out01_in_03{

    background:url("../img/top/tp_05_02.png") right 120px no-repeat;
    background-size: 30px 30px;

    margin-right: 10px;

}


.tp_svs_out01_in_04{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 60px 60px;   
}

.tp_svs_out01_bg{
	width: 100%;
	height:280px;
	background:url("../img/top/tp_04_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     

/* トップ　法人概要---------------------------------------------- */

.tp_au{

}

.tp_au_l{
    width: 36%;
    height: auto;
    float:left;

}

.tp_au_r{
    width: 61%;
    height: auto;
    float:right;
}


.tp_au_in{
    font-size: 16px;
    line-height: 160%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
    margin-bottom: 25px;
}



.tp_au_bg{

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






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

.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_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{
width: 100%;
height: auto;
margin: 0 auto 70px auto;
}


.cmm_ctt dl dt{

}


.cmm_ctt dl dd{
    font-size: 48px;
    line-height: 130%;
    margin-bottom: 20px;

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

}

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


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



.cmm_ctt_btn{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.cmm_ctt_btn a{
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    box-sizing: border-box;

    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    background: #333333;
    padding: 10px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.cmm_ctt_btn a:hover{
    background: #7194B7;
}






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

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


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

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

.abt_msg dl dt{
    font-size: 19px;
    line-height: 170%;
    margin-bottom: 20px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

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







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


.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;
    vertical-align: text-top;
    border-bottom: 1px dotted #66a576;
}

.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;
    vertical-align: text-top;    
    border-bottom: 1px dotted #66a576;
}



.abt_tbl a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_tbl a:hover{
    color: #0099cc;
    text-decoration:none;
}





.abt_map{
    margin-bottom: 70px;
filter: grayscale(100%);    
}



.abt_img01_btm01{
    margin-bottom: 25px;
}


.abt_img01{
    width: 100%;
    height: auto;
}

.abt_img01 ul li{
    width: 24.4%;
    height: auto;
    float: left;
    margin-right: 0.8%;
}

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





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

.abt_txt01_btm01{

    margin-bottom: 40px;
}


.abt_img{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    text-align: center;
}


/* 当法人の特徴---------------------------------------------- */

.ftr_01{
    font-size: 38px;
    line-height: 140%;

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


.ftr_01_01{
    font-size: 18px;
    line-height: 180%;
    
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #949494;
}


.ftr_02_img{

    text-align: center;
}


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


.svs_01{
    margin-bottom: 60px;
}


.svs_01 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 20px;


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


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

}


.svs_02{
    font-size: 17px;
    line-height: 170%;
    margin-bottom: 40px;
}

.svs_02 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 17px;
    line-height: 120%;
    margin-bottom: 12px;
    padding: 0 0 0 10px;
    margin-right: 25px;
    display: inline-block;
}


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




.svs_03{
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    margin-bottom: 60px;

}


.svs_03 dl dt{
    font-size: 24px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 15px;


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

.svs_03 dl dd{
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    
    border-bottom: 1px solid #cccccc;

}

.svs_03 dl dd img{
    text-align: center;
    margin: 40px auto 0 auto;
    display: block;
}


.svs_04{
    margin-bottom: 15px;
}

.svs_04 ul li{
    list-style: square;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 19px;
    line-height: 130%;
}


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

.svs_05{
    text-align: center;
    margin-bottom: 60px;
}


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

.svs_06_01{
    text-align: center;
    margin-bottom: 40px;
}


.svs_07{
}


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


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


.svs_07 dl dd{
    margin-bottom: 40px;
}


.svs_07 dl dd table{
	width:100%;
	height:auto;

}

.svs_07 dl dd table th{
	width:220px;

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

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

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

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

.svs_07_bg01{
    background: #884533;
}

.svs_07_bg02{
    background: #8d7533;
}

.svs_07_bg03{
    background: #3d7682;
}


.svs_08{

}

.svs_08 ul li{
    margin-bottom: 25px;
}


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

.svs_08 ul li table{
	width:100%;
	height:auto;

}

.svs_08 ul li table th{
	width:220px;

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:16px;
    line-height: 150%;
	border-collapse:collapse;
    color: #FFFFFF;
    text-align: center;

    border: 1px solid #cbcccc;
}

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

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



.svs_08_bg01{
    background: #8b9baa;
}

.svs_08_bg02{
    background: #628b9c;
}


.svs_08_bg03{
    background: #e9e9e9;
    color: #000000 !important;
}




.svs_09{
	font-size:16px;
    line-height: 150%;
    
    border: 1px solid #1d979a;
    padding: 30px;


 
 	-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 */
}

.svs_09 ul li{
    background: url("../img/common/list002.png") left 7px no-repeat;
    margin-bottom: 5px;
    padding-left: 14px;
}

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







.svs_hr{
  display: block;
  margin-bottom: 40px;

  height: 1px;
  background-color: #cccccc;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}




.svs_pg_mn{
    height: 350px;
    margin-bottom: 45px;
    padding: 45px;
    box-sizing: border-box;
background: #E8C3C3;
    position: relative;

}


.svs_pg_mn_in{
    position: absolute;
    bottom: 45px;


    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    box-sizing: border-box;
}

.svs_pg_bg01{
	height:350px !important;
	background:url("../img/service/01/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg02{
	height:350px !important;
	background:url("../img/service/02/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg03{
	height:350px !important;
	background:url("../img/service/03/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg04{
	height:350px !important;
	background:url("../img/service/04/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}


.svs_komon_out{

    padding: 70px 50px;
    background: url("../img/service/02_bg.jpg") repeat;
    
	-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 */
}



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

.svs_komon dl dt{
height: 90px;
    font-size: 36px;
    line-height: 220%;
    margin-bottom: 15px;
    background: url("../img/service/02.png") left 00px no-repeat;
    padding-left: 135px;
    margin-bottom: 20px;
    vertical-align: text-bottom;

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

.svs_komon dl dt span{
    color: #006600;
}


.svs_komon dl dd{
    font-size: 18px;
    line-height: 170%;

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






.svs_rhj_tx1{
    font-size: 26px;
    line-height: 140%;
    color: #003366;
    margin-bottom: 40px;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}


.svs_rhj_01{
margin-bottom: 70px;
}

.svs_rhj_01 ul li{
    width: 32%;
    height: 130px;
    float: left;
    margin-right: 2%;
    background: #355163;
    padding: 15px;
    box-sizing: border-box;
    
    text-align: center;
    color: #FFFFFF;

    font-size: 20px;
    line-height: 160%;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
 
   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 */   
}

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


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





.svs_rhj_02{
margin-bottom: 70px;
}

.svs_rhj_02 dl dt{
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 30px;
}

.svs_rhj_02 dl dd{

}

.svs_rhj_02 dl dd img{
border: 1px solid #cdcecd;
}





.svs_rhj_03{
margin-bottom: 70px;
}

.svs_rhj_03 dl dt{
    text-align: center;
    margin-bottom: 30px;
}

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


.svs_rhj_04{
    border: 1px solid #cbcccb;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 70px;
}

.svs_rhj_04_l{
    height: 170px;
    float: left;
    
    font-size: 17px;
    line-height: 180%;    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.svs_rhj_04_l ul li{
    margin-bottom: 5px;
    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 8px;
}


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




.svs_rhj_04_r{
    width: 170px;
    height: 170px;
    float: right;
    
    font-size: 19px;
    line-height: 140%;    
    text-align: center;
    color: #FFFFFF;
    background: #006e9c;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
   
	-webkit-border-radius: 50%x;     /* for Safari and Chrome */
	moz-border-radius: 50%;    /* for Firefox */
	-o-border-radius: 50%;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:50%;   /* Linux browsers */
	border-radius: 50%;     /* CSS3 */ 
    
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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



.svs_rhj_05{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 180%;
    
}



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


.svs_rhj_06{
    margin-bottom: 100px;
    
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;    
}

.svs_rhj_06 p{
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;

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

.svs_rhj_06 table{
	width:100%;
	height:auto;
    margin-bottom: 15px;

}

.svs_rhj_06 table th{


	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    text-align: center;
    background: #006e9c;
    color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

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

    border: 1px solid #E3E3E3;
}




.svs_rhj_07{
    border: 8px solid #076820;
    padding: 50px;
}

.svs_rhj_07 dl dt{
    text-align:center;

    font-size: 28px;
    line-height: 160%;
    margin-bottom: 20px;
    color: #076820;

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

.svs_rhj_07 dl dd{
    max-width: 490px;
    width: 100%;
    margin: 0 auto;

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

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










/* 会員---------------------------------------------- */



.mbr_tab01{

margin-bottom: 40px;
}



.mbr_tab01 ul li{
    width: 19.2%;
    height: auto;
    float: left;
    margin-right: 1%;
}

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


.mbr_tab01 ul li a{
    display: block;
    height: 50px;
    background: #659b70;
    color:#FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
 
   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;   
}


.mbr_tab01 ul li a:hover{
    background: #096d4f;
    color:#FFFFFF;
}


.mbr_tab01_on{
    background: #096d4f !important;
    color:#FFFFFF;
}



.mbr01{
    margin-bottom: 30px;
}

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

.mbr01 dl dd{
    font-size: 18px;
    line-height: 140%;
    padding-left: 110px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    border-bottom: 1px dotted #B1B1B1;
    
    word-wrap: break-word;
    word-break: break-all;
}


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

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



.mbr01_post{
    font-size: 18px;
    line-height: 180%;
    
    word-wrap: break-word;
    word-break: break-all;
    
    margin-bottom: 60px;
}


.mbr01_post a{
    color: #073500;
    text-decoration:underline;
}

.mbr01_post a:hover{
    color: #073500;
    text-decoration: none;
}

.mbr01_post img{
    margin: 25px 0;
}




.mbr02{
    border: 4px solid #66A576;
    padding: 50px;
}

.mbr02 ul li{
    font-size: 18px;
    line-height: 140%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    
    word-wrap: break-word;
    word-break: break-all;
    
    border-bottom: 2px dotted #C7C7C7;
}

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


.mbr02 ul li a{
    color: #000000;
    text-decoration: none;
}

.mbr02 ul li a:hover{
    color: #000000;
    text-decoration:underline;
}


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

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

.mbr_mv{
    margin-bottom: 60px;
}


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


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

.mbr_mv ul li dl dt{
    margin-bottom: 10px;
}

.mbr_mv ul li dl dd{


}


.mbr_mv dd dl dt{
    margin-bottom: 0;
    width: 65px;
    height: auto;
    padding: 3px 8px;
    border: 1px solid #000000;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    
    float: left;
    clear: both;
}

.mbr_mv dd dl dd{
    font-size: 14px;
    line-height: 140%;
    margin-left: 95px;
    margin-bottom: 17px;
}

.mbr_mv dd dl dd a{
    color: #168ABB;
    text-decoration: underline;
}

.mbr_mv dd dl dd a:hovre{
    color: #168ABB;
    text-decoration:none;
}


	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #ccc;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

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

    transform: translate(-50%,-50%);
}





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

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

    margin-bottom: 25px;

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


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

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


.privacy dd p{

}

.privacy dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}

.privacy dd ul li ul{
    margin-top: 5px;
}


.privacy dd ul li ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    margin-left: 0;
    margin-bottom: 7px;
    padding-left: 10px;
    list-style: none;
}

.privacy dd ul li ul lilast-child{
	margin-bottom:0px;
}




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


.f_text01{
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 100%;
}

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

.f_text01 a:hover{
    color: #000000;
    text-decoration:none;

}




.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%;
    color: #FFFFFF;
     text-align: center;
    margin-bottom: 20px;
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 800;

}

h1 img{

}


h2.h2_01{
    font-size: 18px;
    line-height: 120%;

    margin-bottom: 35px;

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

h2.h2_01 p{
    font-size: 47px;
    line-height: 110%;

    margin-bottom: 2px;

    font-family: adobe-garamond-pro,serif;
    font-weight: 400;
    font-style: normal;
}

h2.h2_01 span{
    color: #66a576;
}

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

}


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


h3.h3_01{
    height: 70px;
    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 22px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px;

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

.h3_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #5bc8ac;
  z-index: -1;
  transition: all 0.8s;
}
.h3_01.isActive:after {
height: 100%;
}





h3.h3_02 {
    font-size: 24px;
    line-height: 140%;
    color: #030000;
    box-sizing: border-box;
    padding-bottom: 12px;
    margin-bottom: 35px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
    
  border-bottom: 4px solid #dcdedf;
  position: relative;
}

h3.h3_02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #022c4a;
  bottom: -4px;
  width: 10%;
}




h4.h4_01{
    height: auto;
    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 18px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #076820;

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

.h4_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #076820;
  z-index: -1;
  transition: all 0.8s;
}
.h4_01.isActive:after {
height: 100%;
}


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


.top_slide_out{
/*padding: 0 30px;*/
height: 760px;
/*background: #5BC1B9;*/
margin-bottom: 00px;
}

.top_slide{
	width:100%;

    margin-top: 55px;
    position: relative;
    margin-bottom: 8px;
    
	z-index:2;

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

}


.top_slide_h{
	min-height:400px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.top_slide_in{
    max-width: 1200px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    
    z-index: 100;
/*    background: #F59FA1;*/
  
}



.top_slide_in dl dt{
}

.top_slide_in dl dd{
    text-align: center;
}

.top_slide_in dl dd img{
    width: 240px;
    margin: 0 auto;
}


.sl_b01{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin-top: -120px;
}


	
.sl_b01 ul li:first-child{
width: 100%;
margin-bottom: 15px;
}



.sl_b01 ul li{
    width: 49%;

    height: 230px;
    float: left;
    margin-right: 2%;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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




.sl_b01_in01{
padding: 20px;
 
}

.sl_b01_in01 dl dt{
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 8px;

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



.sl_b01_in01 p{
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    
    padding-bottom:10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;


}



.sl_b01_in01 dl dt:after{
margin-top: 9px;
  content:url("../img/top/sl_al.png");
  display: block;/*前後に改行を入れる*/
  

  display: block;/*前後に改行*/

}

.sl_b01_in01 dl dd{
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

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



.sl_b01_in02{
padding: 20px;
 }

.sl_b01_in02 dl dt{
    font-size: 22px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;

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


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


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


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


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


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





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



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



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


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


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

.mnbr_top{
	 margin:55px 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;                               /* 画像のサイズを指定    */
}



.button01_w{
    width: 310px !important;
}


.button01_w01{
    width: 310px !important;
}



.button01_l{
margin: 0 !important;
}

.button01{
	width:170px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.button01 a{    
    display: block;
    height: 35px;
    font-size: 15px;
    line-height: 100%;
    color:#FFFFFF;
	padding:0 10px;
	background:#022c4a;
	border: 1px solid #FFFFFF;
     box-sizing: border-box;

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

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


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






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

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

.button_ar a{
    color: #76ae84;
    text-decoration: none;
}

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


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

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

.button_ar01 a{
    color: #76ae84;
    text-decoration: none;
}

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


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

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

    padding: 0 0 10px 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{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

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

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

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFFFFF;
/*    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{
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 20px;
    text-align: center;

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

}

.tp_txt01 dl dd{
    font-size: 24px;
    line-height: 140%;
    text-align: center;


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


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

.tp_txt02 ul li{
    width: 33%;
    height: auto;
    float:left;
    margin-right: 0.5%;

    z-index: 5;
}

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


.tp_txt02_in{
height: 100%;
    background:url("../img/common/header_logo01.png") left top no-repeat,url("../img/common/header_logo02.png") right bottom no-repeat;
    
    background-size: 55px;

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


.tp_txt02_in_txt{
    max-width: 440px;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 800;
    font-style: normal;  
}

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


.tp_txt02_in_txt_left{
    text-align: left !important;
}

.tp_txt02_in_txt ul{
    margin-bottom: 15px;
}

.tp_txt02_in_txt ul li{
    background:url("../img/common/list002.jpg") left 4px no-repeat;
    background-size: 17px 17px;
    padding-left: 26px;
    
    line-height: 130%;    
    
    width: auto;
    height: auto;
    float:none;

    margin-right: 0%;   
    margin-bottom: 12px;
 
}

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


.tp_txt02_in_txt  p{
font-size: 16px;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
    line-height: 120% !important;

}


.tp_txt02_bg01{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
 
.tp_txt02_bg02{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}

.tp_txt02_bg03{
	width: 100%;
	height:300px !important;
	background:url("../img/top/t_01_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}



    
/* トップ　当法人の特徴--------------------------------------------- */
     
.tp_ftrs{
    font-size: 28px;
    line-height: 140%;
    margin-bottom: 30px;
font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;  

}



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

.tp_ftrs_bx01 ul li{
    width: 100%;
    height: auto;
    float:left;
    margin-right: 0%;

    box-sizing: border-box;


    z-index: 5;
    
    position: relative;
}

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

    position: absolute;
    bottom: 0;
    
    width: auto;
    height: 220px;
    word-break: break-all;
    word-wrap: break-word;
}   

.tp_ftrs_bx01_in dl {
padding-left: 20px;
}

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

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

}
     

.tp_ftrs_bx01_in dl dd{
    font-size: 25px;
    line-height: 160%;
    color: #FFFFFF;
    letter-spacing: -0.04em;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;  

}


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

     
     
.tp_ftrs_bx01_bg01{
	width: 100%;
	height:350px !important;
	background:url("../img/top/t_02_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
       
     
.tp_ftrs_bx01_bg02{
	width: 100%;
	height:350px !important;
	background:url("../img/top/t_02_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
          
     
.tp_ftrs_bx01_bg03{
	width: 100%;
	height:350px !important;
	background:url("../img/top/t_02_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
     
     
     
.Block2 {
  position: relative;
  z-index: 0;
  padding: 0;
}
.Block2::after{
  content: '';
  position: absolute;
  left:0;
  top: 30px;
  
  /*四角形を傾けます*/
  transform: skewY(-3.5deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:82.5%;
  background:#95bc9e;
}





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

.tp_ftrs_bx02_00 ul li{
    width: 49.4%;
    height: 280px;
    float:left;
    margin-right: 1.2%;

    box-sizing: border-box;
    margin-bottom: 10px;
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}

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

.tp_ftrs_bx02_00 dl dt{
    max-width: 80px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.tp_ftrs_bx02_00 dl dd p{
    max-width: 60px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}


.tp_ftrs_bx02_00 dl dd{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 150%;

    color: #FFFFFF;
    letter-spacing: -0.06em;
}
    
.tp_ftrs_bx02_00 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_00_bg01{
	width: 100%;
	height:280px !important;
	background:url("../img/top/tp_01_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}





.tp_ftrs_bx02_00_in{

}

.tp_ftrs_bx02_00_in_l{
    width: 23%;
    height: 280px;
    padding: 15px;
    box-sizing:border-box;
    float: left;
    background: rgba(0,0,0,0.2);
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    


.tp_ftrs_bx02_00_in_l dl dt img{
    width: 60px;

}
    
.tp_ftrs_bx02_00_in_l dl dd img{
    width: 60px;

}


.tp_ftrs_bx02_00_in_r{
    width: 76%;
    height: 280px;    
    padding: 0px 20px;
    box-sizing:border-box;
    float: right;

    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    
    
    






.tp_ftrs_bx02_btm01{
    margin: 0 auto 60px auto !important;
}

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

.tp_ftrs_bx02 ul li{
    width: 100%;
    height: 90px;
    float:none;
    margin-right: 0%;

    box-sizing: border-box;
    margin-bottom: 15px;
 


}

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

.tp_ftrs_bx02 dl dt{
    max-width: 80px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}

.tp_ftrs_bx02 dl dd p{
    max-width: 60px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}


.tp_ftrs_bx02 dl dd{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 150%;

    color: #FFFFFF;
    letter-spacing: -0.06em;
}
    
.tp_ftrs_bx02 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_bg01{
	width: 100%;
	height:90px !important;
	background:url("../img/features/bg.jpg")  repeat-x;
}





.tp_ftrs_bx02_in{

}

.tp_ftrs_bx02_in_l{
    width: 70px;
    height: 90px;
    padding: 15px 15px;
    box-sizing:border-box;
    float: left;
    margin-right: 15px;
/*    background: rgba(0,0,0,0.2);*/


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


.tp_ftrs_bx02_in_l dl dt img{
    width: 60px;

}
    
.tp_ftrs_bx02_in_l dl dd img{
    width: 60px;

}


.tp_ftrs_bx02_in_r{
    width: 85%;
    height: 90px;
    padding: 0px 10px  0 0;
    box-sizing:border-box;
    float:left;

    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
 
}
    
    
    


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



.tp_svs_out{

    width: 100%;
    height: auto;
}

.tp_svs_out ul li{
    width: 49.7%;
    float:left;
    margin-right: 0.6%;
    margin-bottom: 5px;

    box-sizing: border-box;
    position: relative;
}


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



.tp_svs_out01_ht01{
    height: 90px !important;

}

.tp_svs_out01_ht02{
    height: 100px !important;

}



.tp_svs_out01 a{
    display: block;
    height: 250px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_svs_out01 a:hover{
    background:rgba(0,0,0,0.2);
}

.tp_svs_in{
width:auto;

    height: auto;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    bottom: 10px;

}



.tp_svs_in dl{
    margin-bottom: 15px;
}


.tp_svs_in dl dt{
    font-size: 19px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 10px;

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


.tp_svs_in dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;

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


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



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


.tp_svs_bg02_01{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_02{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_03{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_04{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_bg02_05{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_06{
	width: 100%;
	height:250px !important;
	background:url("../img/top/t_03_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_out01_btm01{
margin-bottom: 60px;
}


.tp_svs_out01{

    width: 100%;
    height: auto;
}

.tp_svs_out01 ul li{
    width: 49.5%;
    height: 240px;
    float:left;
    margin-right: 1%;
    margin-bottom: 8px;
}

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

.tp_svs_out01 dl{
    padding: 25px;
    box-sizing: border-box;
}



.tp_svs_out01 dl dt{    
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 15px;
    color: #FFFFFF;

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

.tp_svs_out01 dl dd{    
    font-size: 17px;
    line-height: 140%;

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



.tp_svs_out01 dl dd p{
    font-size: 16px;
    line-height: 150%;
    color: #ffff33;
    margin-top: 7px;
}






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


.tp_svs_out01_img{
max-width: 130px !important;
width: 100% !important;
margin: 0 auto !important;
    text-align: center !important;
}

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



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



.tp_svs_out01_in_01{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 60px 60px;    
}


.tp_svs_out01_in_02{

    background:url("../img/top/tp_05_02.png") right 205px no-repeat;
    background-size: 25px 25px;

    margin-right: 10px;

}


.tp_svs_out01_in_03{

    background:url("../img/top/tp_05_02.png") right 58px no-repeat;
    background-size: 25px 25px;

    margin-right: 10px;

}

.tp_svs_out01_in_04{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 40px 40px;    
}


.tp_svs_out01_bg{
	width: 100%;
	height:240px;
	background:url("../img/top/tp_04_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
    
     
     
     
/* トップ　法人概要---------------------------------------------- */

.tp_au{

}

.tp_au_l{
    width: 100%;
    height: auto;
    float:none;
    margin-bottom: 25px;

}

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


.tp_au_in{
    font-size: 16px;
    line-height: 160%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
    margin-bottom: 25px;
}



.tp_au_bg{

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



     
     






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

.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_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{
    padding-bottom: 20px;

}


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


.cmm_ctt dl dt{

}


.cmm_ctt dl dd{
    font-size: 38px;
    line-height: 130%;
    margin-bottom: 20px;

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

}


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


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

.cmm_ctt_btn{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.cmm_ctt_btn a{
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    box-sizing: border-box;

    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    background: #333333;
    padding: 10px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.cmm_ctt_btn a:hover{
    background: #7194B7;
}







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


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



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

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

.abt_msg dl dt{
    font-size: 18px;
    line-height: 170%;
    margin-bottom: 17px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
}

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

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






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



.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;
    vertical-align: text-top;    
    border-bottom: 1px dotted #66a576;
}

.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;
    vertical-align: text-top;    
    border-bottom: 1px dotted #66a576;
}


.abt_tbl a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_tbl a:hover{
    color: #0099cc;
    text-decoration:none;
}



.abt_map{
    margin-bottom: 60px;
filter: grayscale(100%);       
}



.abt_img01_btm01{
    margin-bottom: 20px;
}



.abt_img01{
    width: 100%;
    height: auto;
}

.abt_img01 ul li{
    width: 49.5%;
    height: auto;
    float: left;
    margin-right: 1%;
    margin-bottom: 12px;
}

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

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

    margin-bottom: 0;    
}

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

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


.abt_txt01_btm01{

    margin-bottom: 30px;
}


.abt_img{
    max-width: 600px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    text-align: center;
}


/* 当法人の特徴---------------------------------------------- */


.ftr_01{
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 10px;

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


.ftr_01_01{
    font-size: 16px;
    line-height: 180%;
    
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #949494;
}



.ftr_02_img{
max-width: 330px;
width: 100%;
height: auto;
margin: 0 auto;
    text-align: center;
}




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


.svs_01{
    margin-bottom: 40px;
}


.svs_01 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 20px;


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


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

}


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

.svs_02 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    margin-right: 20px;
    display: inline-block;
}



.svs_02_01{
    font-size: 16px;
    line-height: 170%;
    margin-bottom: 60px;
}




.svs_03{
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    margin-bottom: 60px;

}


.svs_03 dl dt{
    font-size: 20px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 15px;


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

.svs_03 dl dd{
    font-size: 16px;
    line-height: 150%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    
    border-bottom: 1px solid #cccccc;

}

.svs_03 dl dd img{
max-width: 550px;
    text-align: center;
    margin: 40px auto 0 auto;
    display: block;
}


.svs_04{
    margin-bottom: 12px;
}

.svs_04 ul li{
    list-style: square;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 17px;
    line-height: 130%;
}


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


.svs_05{
    text-align: center;
    margin-bottom: 40px;
}






.svs_06{
    text-align: center;
    margin-bottom: 50px;
}


.svs_06_01{
    text-align: center;
    margin-bottom: 30px;
}

.svs_07{
}


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


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


.svs_07 dl dd{
    margin-bottom: 40px;
}


.svs_07 dl dd table{
	width:100%;
	height:auto;

}

.svs_07 dl dd table th{
	width:220px;

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

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

.svs_07 dl dd 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 #cbcccc;
}

.svs_07_bg01{
    background: #884533;
}

.svs_07_bg02{
    background: #8d7533;
}

.svs_07_bg03{
    background: #3d7682;
}




.svs_08{

}

.svs_08 ul li{
    margin-bottom: 20px;
}


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

.svs_08 ul li table{
	width:100%;
	height:auto;

}

.svs_08 ul li table th{
	width:220px;

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    color: #FFFFFF;
    text-align: center;

    border: 1px solid #cbcccc;
}

.svs_08 ul li 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 #cbcccc;
}



.svs_08_bg01{
    background: #8b9baa;
}

.svs_08_bg02{
    background: #628b9c;
}

.svs_08_bg03{
    background: #e9e9e9;
    color: #000000 !important;
}




.svs_09{

	font-size:15px;
    line-height: 150%;
    
    border: 1px solid #1d979a;
    padding: 25px;

 
 	-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 */
}


.svs_09 ul li{
    background: url("../img/common/list002.png") left 7px no-repeat;
    margin-bottom: 5px;
    padding-left: 14px;
}

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










.svs_hr{
  display: block;
  margin-bottom: 40px;

  height: 1px;
  background-color: #cccccc;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}




.svs_pg_mn{
    height: 300px;
    margin-bottom: 45px;
    padding: 45px;
    box-sizing: border-box;
background: #E8C3C3;
    position: relative;

}


.svs_pg_mn_in{
    position: absolute;
    bottom: 40px;


    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
    box-sizing: border-box;
}

.svs_pg_bg01{
	height:300px !important;
	background:url("../img/service/01/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg02{
	height:300px !important;
	background:url("../img/service/02/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg03{
	height:300px !important;
	background:url("../img/service/03/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg04{
	height:300px !important;
	background:url("../img/service/04/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}






.svs_komon_out{
    padding: 40px 30px;
    background: url("../img/service/02_bg.jpg") repeat;
    
	-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 */
}



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

.svs_komon dl dt{
height: 74px;
    font-size: 32px;
    line-height: 220%;
    margin-bottom: 15px;
    background: url("../img/service/02.png") left 00px no-repeat;
    background-size: 94px 74px;
    padding-left: 115px;
    margin-bottom: 20px;
    vertical-align: text-bottom;

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

.svs_komon dl dt span{
    color: #006600;
}


.svs_komon dl dd{
    font-size: 17px;
    line-height: 170%;

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









.svs_rhj_tx1{
    font-size: 22px;
    line-height: 140%;
    color: #003366;
    margin-bottom: 40px;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}


.svs_rhj_01{
margin-bottom: 60px;
}

.svs_rhj_01 ul li{
    width: 32%;
    height: 100px;
    float: left;
    margin-right: 2%;
    background: #355163;
    padding: 15px 10px;
    box-sizing: border-box;
    
    text-align: center;
    color: #FFFFFF;

    font-size: 18px;
    line-height: 160%;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
 
   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 */   
}

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


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





.svs_rhj_02{
margin-bottom: 60px;
}

.svs_rhj_02 dl dt{
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
}

.svs_rhj_02 dl dd{

}

.svs_rhj_02 dl dd img{
border: 1px solid #cdcecd;
}





.svs_rhj_03{
margin-bottom: 60px;
}

.svs_rhj_03 dl dt{
    text-align: center;
    margin-bottom: 30px;
}

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


.svs_rhj_04{
    border: 1px solid #cbcccb;
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 60px;
}

.svs_rhj_04_l{

    float: none;
    
    font-size: 18px;
    line-height: 180%;    
    margin-bottom: 20px;

}


.svs_rhj_04_l ul li{
    margin-bottom: 3px;
    background: url("../img/common/list001.png") left 13px no-repeat;
    padding-left: 8px;
}


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




.svs_rhj_04_r{
    float: none;
    
    font-size: 18px;
    line-height: 160%;    
    text-align: center;
    color: #FFFFFF;
    background: #006e9c;
    padding: 15px;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
   
	-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 */ 
    

}

.svs_rhj_04_r span::before {
	content: "" ;
	white-space: noen;
}



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

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




.svs_rhj_06{
    margin-bottom: 100px;
    
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;    
}

.svs_rhj_06 p{
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;

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

.svs_rhj_06 table{
	width:100%;
	height:auto;
    margin-bottom: 15px;

}

.svs_rhj_06 table th{

	padding:10px 15px 10px 15px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    text-align: center;
    background: #006e9c;
    color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

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

    border: 1px solid #E3E3E3;
}





.svs_rhj_07{
    border: 6px solid #076820;
    padding: 40px;
}

.svs_rhj_07 dl dt{
    text-align:center;

    font-size: 25px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #076820;

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

.svs_rhj_07 dl dd{
    max-width: 425px;
    width: 100%;
    margin: 0 auto;

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

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








/* 会員---------------------------------------------- */




.mbr_tab01{

margin-bottom: 25px;
}



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

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


.mbr_tab01 ul li a{
    display: block;
    height: 50px;
    background: #659b70;
    color:#FFFFFF;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
 
   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;   
}


.mbr_tab01 ul li a:hover{
    background: #096d4f;
    color:#FFFFFF;
}


.mbr_tab01_on{
    background: #096d4f !important;
    color:#FFFFFF;
}





.mbr01{
    margin-bottom: 25px;
}

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

.mbr01 dl dd{
    font-size: 16px;
    line-height: 140%;
    padding-left: 110px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    border-bottom: 1px dotted #B1B1B1;
    
    word-wrap: break-word;
    word-break: break-all;
}


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

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



.mbr01_post{
    font-size: 16px;
    line-height: 170%;
    
    word-wrap: break-word;
    word-break: break-all;
    
    margin-bottom: 50px;
}

.mbr01_post a{
    color: #073500;
    text-decoration:underline;
}

.mbr01_post a:hover{
    color: #073500;
    text-decoration: none;
}

.mbr01_post img{
    margin: 25px 0;
}





.mbr02{
    border: 4px solid #66A576;
    padding: 30px;
}

.mbr02 ul li{
    font-size: 16px;
    line-height: 140%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("../img/common/list001.png") left 10px no-repeat;
    padding-left: 10px;
    
    word-wrap: break-word;
    word-break: break-all;
    
    border-bottom: 2px dotted #C7C7C7;    
}

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


.mbr02 ul li a{
    color: #000000;
    text-decoration: none;
}

.mbr02 ul li a:hover{
    color: #000000;
    text-decoration:underline;
}



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

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


.mbr_mv{
    margin-bottom: 50px;
}


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


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

.mbr_mv ul li dl dt{
    margin-bottom: 10px;
}

.mbr_mv ul li dl dd{

}





.mbr_mv dd dl dt{
    margin-bottom: 0;
    width: 70px;
    height: auto;
    padding: 3px 8px;
    border: 1px solid #000000;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    
    float: left;
    clear: both;
}

.mbr_mv dd dl dd{
    font-size: 15px;
    line-height: 140%;
    margin-left: 100px;
    margin-bottom: 17px;
}

.mbr_mv dd dl dd a{
    color: #168ABB;
    text-decoration: underline;
}

.mbr_mv dd dl dd a:hovre{
    color: #168ABB;
    text-decoration:none;
}




	
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #ccc;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}


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

    transform: translate(-50%,-50%);
}





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

.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:16px;
    line-height: 160%;

    margin-bottom: 20px;

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


.privacy dd p{

}

.privacy dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}

.privacy dd ul li ul{
    margin-top: 5px;
}


.privacy dd ul li ul li{
    background: url("../img/common/list001.png") left 10px no-repeat;
    margin-left: 0;
    margin-bottom: 7px;
    padding-left: 10px;
    list-style: none;
}

.privacy dd ul li ul lilast-child{
	margin-bottom:0px;
}




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



.f_text01{
    text-align: center;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 100%;
}

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

.f_text01 a:hover{
    color: #000000;
    text-decoration:none;

}




.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%;
    color: #FFFFFF;
 
      text-align: center;
    margin-bottom: 15px;
    
    
font-family: ryo-gothic-plusn, sans-serif;
font-style: normal;
font-weight: 800;

}

h1 img{

}





h2.h2_01{
    font-size: 15px;
    line-height: 120%;

    margin-bottom: 25px;

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

h2.h2_01 p{
    font-size: 36px;
    line-height: 110%;

    margin-bottom: 2px;

    font-family: adobe-garamond-pro,serif;
    font-weight: 400;
    font-style: normal;
}

h2.h2_01 span{
    color: #66a576;
}

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

}


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




h3.h3_01{
    height: 60px;
    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 20px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;

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

.h3_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #5bc8ac;
  z-index: -1;
  transition: all 0.8s;
}
.h3_01.isActive:after {
height: 100%;
}


h3.h3_02 {
    font-size: 19px;
    line-height: 140%;
    color: #030000;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin-bottom: 27px;

    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
    
  border-bottom: 4px solid #dcdedf;
  position: relative;
}

h3.h3_02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 4px solid #022c4a;
  bottom: -4px;
  width: 10%;
}





h4.h4_01{
    height: auto;
    
    position: relative;
      z-index: 1;
      
    display: flex;
    flex-direction: column-reverse;

    font-size: 15px;
    line-height: 120%;
    vertical-align: text-bottom;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    color: #076820;

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

.h4_01:after {
  content: '';
  position: absolute;
  left: 0;
  top:0;
  height: 0%;
  width: 2px;
  margin: 0;

  background: #076820;
  z-index: -1;
  transition: all 0.8s;
}
.h4_01.isActive:after {
height: 100%;
}

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




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

.top_slide_out{
/*padding: 0 20px;*/
height: 630px;
/*background: #5BC1B9;*/
margin-bottom: 20px;
}

.top_slide{
	width:100%;
	min-height:300px;
    margin-top: 55px;
    position: relative;
    margin-bottom: 8px;
    
	z-index:2;

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

}


.top_slide_h{
	min-height:300px;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;    
}


.top_slide_in{
    max-width: 1200px;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    
    z-index: 100;
/*    background: #F59FA1;*/
  
}



.top_slide_in dl dt{
}

.top_slide_in dl dd{
    text-align: center;
}

.top_slide_in dl dd img{
    width: 200px;
    margin: 0 auto;
}



.sl_b01{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin-top: -60px;
}


	
.sl_b01 ul li:first-child{
width: 100%;
margin-bottom: 8px;
}



.sl_b01 ul li{
    width: 49%;

    height: 230px;
    float: left;
    margin-right: 2%;
    
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}

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




.sl_b01_in01{
padding: 15px;
 
}

.sl_b01_in01 dl dt{
    font-size: 17px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 4px;

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



.sl_b01_in01 p{
    font-size: 17px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    
    padding-bottom:8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #FFFFFF;

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



.sl_b01_in01 dl dt:after{
margin-top: 7px;
  content:url("../img/top/sl_al.png");
  display: block;/*前後に改行を入れる*/


}

.sl_b01_in01 dl dd{
    font-size: 15px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 15px;

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



.sl_b01_in02{
padding: 15px;
 }

.sl_b01_in02 dl dt{
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;

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


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


.sl_b01_in02 em{
    font-size: 13px;
    letter-spacing: -0.03em;

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

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


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


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




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




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



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



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


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


.mnbr_top{
	 margin:55px auto 0px 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;                               /* 画像のサイズを指定    */
}




.button01_w{
    width: 230px !important;
}



.button01_w01{
    width: 230px !important;
}


.button01_l{
margin: 0 !important;
}

.button01{
	width:140px;
	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.button01 a{   
	width:140px;
    display: block;
    height: 30px;
    font-size: 13px;
    line-height: 100%;
    color:#FFFFFF;
	padding:0 5px;
	background:#022c4a;
	border: 1px solid #FFFFFF;
     box-sizing: border-box;

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

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


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



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

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

.button_ar a{
    color: #76ae84;
    text-decoration: none;
}

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

.button_ar01{
width: 120px;
    font-size: 12px;
    line-height: 110%;
    
    margin-top: 15px;

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

.button_ar01 a{
    color: #76ae84;
    text-decoration: none;
}

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



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

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

    padding: 0 0 10px 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{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*リンクの形状*/ 

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

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

/*矢印の設定*/
.button_ar_in01::after {
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom:-4px;
    /*矢印の形状*/
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFFFFF;
/*    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: 30px;
}

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

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

}

.tp_txt01 dl dd{
    font-size: 17px;
    line-height: 140%;
    text-align: center;


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


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



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

.tp_txt02 ul li{
    width: 95%;
    height: auto;
    float:none;
    margin-right:0%;
    margin-bottom: 13px;

    z-index: 5;
}

.tp_txt02 ul li:nth-child(1){
    margin-right: 0%;
    margin-left: 5%;

}

.tp_txt02 ul li:nth-child(2){
    margin-right: 5%;
}
.tp_txt02 ul li:nth-child(3){
    margin-right: 0%;
    margin-left: 5%;
    margin-bottom: 0;    
}


.tp_txt02_in{
height: 100%;
    background:url("../img/common/header_logo01.png") left top no-repeat,url("../img/common/header_logo02.png") right bottom no-repeat;
    
    background-size: 45px;

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


.tp_txt02_in_txt{
    max-width: 540px;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;

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

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


.tp_txt02_in_txt_left{
    text-align: left !important;
}



.tp_txt02_in_txt ul{
    margin-bottom: 15px;
}

.tp_txt02_in_txt ul li{
    background:url("../img/common/list002.jpg") left 3px no-repeat;
    background-size: 15px 15px;
    padding-left: 26px;
    
    line-height: 130%;    
    
    width: auto;
    height: auto;
    float:none;

    margin-right: 0%;   
    margin-bottom: 12px;
 
}

.tp_txt02_in_txt ul li:nth-child(1){
    margin-right: 0%;
    margin-left: 0%;

}



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




.tp_txt02_bg01{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_01_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
 
.tp_txt02_bg02{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_01_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}

.tp_txt02_bg03{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_01_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;    
}










    
/* トップ　当法人の特徴--------------------------------------------- */
     
.tp_ftrs{
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 25px;

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


}

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





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

.tp_ftrs_bx01 ul li{
    width: 100%;
    height: auto;
    float:left;
    margin-right: 0%;

    box-sizing: border-box;


    z-index: 5;
    
    position: relative;
}

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

    position: absolute;
    bottom: 0;
    
    width: auto;
    height: 200px;
    word-break: break-all;
    word-wrap: break-word;
}   

.tp_ftrs_bx01_in dl {
padding-left: 20px;
}

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

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

}
     

.tp_ftrs_bx01_in dl dd{
    font-size: 22px;
    line-height: 160%;
    color: #FFFFFF;
    letter-spacing:0;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;  

}


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

     
     
.tp_ftrs_bx01_bg01{
	width: 100%;
	height:280px !important;
	background:url("../img/top/t_02_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
       
     
.tp_ftrs_bx01_bg02{
	width: 100%;
	height:280px !important;
	background:url("../img/top/t_02_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
          
     
.tp_ftrs_bx01_bg03{
	width: 100%;
	height:280px !important;
	background:url("../img/top/t_02_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
     
     
.Block2 {
  position: relative;
  z-index: 0;
  padding: 0;
}
.Block2::after{
  content: '';
  position: absolute;
  left:0;
  top: 50px;
  
  /*四角形を傾けます*/
  transform: skewY(-4.5deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:89%;
  background:#95bc9e;
}



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

.tp_ftrs_bx02_00 ul li{
    width: 100%;
    height: 200px;
    float:none;
    margin-right: 0%;

    box-sizing: border-box;
    margin-bottom: 12px;

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


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

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

.tp_ftrs_bx02_00 dl dt{
    max-width: 55px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}



.tp_ftrs_bx02_00 dl dd p{
    max-width: 48px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}



.tp_ftrs_bx02_00 dl dd{
max-width: 375px;
width: 100%;
height: auto;
margin: 0 auto;
    font-size: 16px;
    line-height: 150%;

    color: #FFFFFF;
    letter-spacing: 0em;
}
    
.tp_ftrs_bx02_00 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_00_bg01{
	width: 100%;
	height:180px !important;
	background:url("../img/top/tp_01_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
     
     
     
     
     

.tp_ftrs_bx02_00_in{

}

.tp_ftrs_bx02_00_in_l{
    width: 22%;
    height: 180px;
    padding: 15px;
    box-sizing:border-box;
    float: left;
    background: rgba(0,0,0,0.2);
    
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    


.tp_ftrs_bx02_00_in_l dl dt img{
    width: 80px;

}
    
.tp_ftrs_bx02_00_in_l dl dd img{
    width: 50px;

}


.tp_ftrs_bx02_00_in_r{
    width: 78%;
    height: 180px;    
    padding: 0px 20px;
    box-sizing:border-box;
    float: right;

    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    
     
     
     
     
     
     

.tp_ftrs_bx02_btm01{
    margin: 0 auto 50px auto !important;
}
          
.tp_ftrs_bx02{    
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
}

.tp_ftrs_bx02 ul li{
    width: 100%;
    height: 100px;
    float:none;
    margin-right: 0%;

    box-sizing: border-box;
    margin-bottom: 12px;


}


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

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

.tp_ftrs_bx02 dl dt{
    max-width: 55px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}



.tp_ftrs_bx02 dl dd p{
    max-width: 48px;
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: center;
}



.tp_ftrs_bx02 dl dd{
max-width: 375px;
width: 100%;
height: auto;
margin: 0 auto;
    font-size: 16px;
    line-height: 150%;

    color: #FFFFFF;
    letter-spacing: 0em;
}
    
.tp_ftrs_bx02 dl dd span::before {
	content: "\A" ;
	white-space: pre ;
}
    

.tp_ftrs_bx02_bg01{
	width: 100%;
	height:100px !important;
	background:url("../img/features/bg.jpg")  repeat-x;
}
     
     
     
     
     

.tp_ftrs_bx02_in{

}

.tp_ftrs_bx02_in_l{

    width: 62px;
    height: 100px;
    padding: 15px 10px;
    box-sizing:border-box;
    float: left;
    margin-right: 10px;
/*    background: rgba(0,0,0,0.2);*/



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


.tp_ftrs_bx02_in_l dl dt img{
    width: 80px;

}
    
.tp_ftrs_bx02_in_l dl dd img{
    width: 50px;

}


.tp_ftrs_bx02_in_r{
    width: 78%;
    height: 100px;
    padding: 0px 10px 0 0;
    box-sizing:border-box;
    float:left;

    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 700;
    font-style: normal;     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;     
}
    
     
     

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



.tp_svs_out{

    width: 100%;
    height:auto;
}

.tp_svs_out ul li{
    width: 100%;
    float:none;
    margin-bottom: 8px;

    box-sizing: border-box;
    position: relative;
}

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



.tp_svs_out01_ht01{
    height: 50px !important;

}

.tp_svs_out01_ht02{
    height: 70px !important;
}


.tp_svs_out01 a{
    display: block;
    height: 200px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;    
}

.tp_svs_out01 a:hover{
    background:rgba(0,0,0,0.2);
}


.tp_svs_in{
width:auto;

    height: auto;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    bottom: 5px;

}


.tp_svs_in dl{
    margin-bottom: 12px;
}

.tp_svs_in dl dt{
    font-size: 21px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 8px;

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


.tp_svs_in dl dd{
    font-size: 15px;
    line-height: 160%;
    color: #FFFFFF;

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


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



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


.tp_svs_bg02_01{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_01.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_02{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_02.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_03{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_03.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}

.tp_svs_bg02_04{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_04.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_bg02_05{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_05.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_bg02_06{
	width: 100%;
	height:200px !important;
	background:url("../img/top/t_03_06.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}


.tp_svs_out01_btm01{
margin-bottom: 50px;
}

.tp_svs_out01{

    width: 100%;
    height: auto;
}

.tp_svs_out01 ul li{
    width: 100%;
    height: 170px;
    float:left;
    margin-right: 0%;
    margin-bottom: 10px;
}

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

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


.tp_svs_out01 dl{
    padding: 20px;
    box-sizing: border-box;
}


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

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

.tp_svs_out01 dl dd{    
    font-size: 15px;
    line-height: 140%;

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



.tp_svs_out01 dl dd p{
    font-size: 14px;
    line-height: 150%;
    color: #ffff33;
    margin-top: 7px;
}


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


.tp_svs_out01_img{
max-width: 80px !important;
width: 100% !important;
margin: 0 auto !important;
    text-align: center !important;
}

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




.tp_svs_out01_in{
       height: 170px;
   display: -webkit-flex;
   display: flex;
   -webkit-align-items:left; 
   align-items:left; 
   -webkit-justify-content: left; 
   justify-content: left; 
}



.tp_svs_out01_in_01{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 50px 50px;    
}


.tp_svs_out01_in_02{
    height:200px;
    background:url("../img/top/tp_05_02.png") right 140px no-repeat;
    background-size: 20px 20px;

    margin-right: 13px;

}

.tp_svs_out01_in_03{

    background:url("../img/top/tp_05_02.png") right 25px no-repeat;
    background-size: 20px 20px;

    margin-right: 10px;

}

.tp_svs_out01_in_04{
    background:url("../img/top/tp_05_01.png") left top no-repeat;
    background-size: 35px 35px;    
}




.tp_svs_out01_bg{
	width: 100%;
	height:170px;
	background:url("../img/top/tp_04_bg.jpg") center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;   
}
    
     
     
     
/* トップ　法人概要---------------------------------------------- */

.tp_au{

}

.tp_au_l{
    width: 100%;
    height: auto;
    float:none;
    margin-bottom: 25px;

}

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


.tp_au_in{
    font-size: 15px;
    line-height: 150%;
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 400;
    font-style: normal;  
    margin-bottom: 20px;
}



.tp_au_bg{

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






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

.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_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{
    padding-bottom: 20px;

}


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


.cmm_ctt dl dt{

}


.cmm_ctt dl dd{
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;

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

}


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


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

.cmm_ctt_btn{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 10px auto;
}

.cmm_ctt_btn a{
    display: block;
    max-width: 400px;
    width: 100%;
    height: auto;
    box-sizing: border-box;

    font-size: 20px;
    line-height: 110%;
    color: #FFFFFF;
    text-align: center;
    background: #333333;
    padding: 10px;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.cmm_ctt_btn a:hover{
    background: #7194B7;
}




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


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







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

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

.abt_msg dl dt{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
    
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;
}

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


.abt_msg dl dd  p{
    text-align:right;
    margin-top: 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_tbl_btm0{
    margin-bottom: 0 !important;
}



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

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

}

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

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

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

	text-align:left;
    vertical-align: text-top;    
    border-bottom: 1px dotted #66a576;
}


.abt_tbl a{
    color: #0099cc;
    text-decoration: underline;
}

.abt_tbl a:hover{
    color: #0099cc;
    text-decoration:none;
}



.abt_map{
    margin-bottom: 50px;
filter: grayscale(100%);       
}


.abt_img01_btm01{
    margin-bottom: 17px;
}



.abt_img01{
    width: 100%;
    height: auto;
}

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


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


.abt_img01 ul li:nth-child(3){
    margin-right: 2%;
    margin-bottom: 0;    
}

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



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

.abt_txt01_btm01{

    margin-bottom: 25px;
}


.abt_img{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 0px auto;
    text-align: center;
}


/* 当法人の特徴---------------------------------------------- */



.ftr_01{
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 10px;

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


.ftr_01_01{
    font-size: 15px;
    line-height: 170%;
    
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #949494;
}




.ftr_02_img{
max-width: 280px;
width: 100%;
height: auto;
margin: 0 auto;
    text-align: center;
}


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


.svs_01{
    margin-bottom: 40px;
}


.svs_01 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 15px;


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


.svs_01 dl dd{
    font-size: 15px;
    line-height: 150%;

}


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

.svs_02 ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 12px;
    padding: 0 0 0 10px;
    margin-right: 15px;
    display: inline-block;
}




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





.svs_03{
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    margin-bottom: 60px;

}


.svs_03 dl dt{
    font-size: 18px;
    line-height: 140%;
    color: #246694;
    margin-bottom: 15px;


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

.svs_03 dl dd{
    font-size: 15px;
    line-height: 150%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    
    border-bottom: 1px solid #cccccc;

}

.svs_03 dl dd img{
max-width: 320px;
    text-align: center;
    margin: 40px auto 0 auto;
    display: block;
}


.svs_04{
    margin-bottom: 13px;
}

.svs_04 ul li{
    list-style: square;
    margin-bottom: 15px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 150%;
}


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


.svs_05{
    text-align: center;
    margin-bottom: 30px;
}





.svs_06{
    text-align: center;
    margin-bottom: 30px;
}

.svs_06_01{
    text-align: center;
    margin-bottom: 25px;
}


.svs_07{
}


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


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


.svs_07 dl dd{
    margin-bottom: 30px;
}


.svs_07 dl dd table{
	width:100%;
	height:auto;

}

.svs_07 dl dd table th{
	width:130px;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    color: #FFFFFF;

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

.svs_07 dl dd table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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

.svs_07_bg01{
    background: #884533;
}

.svs_07_bg02{
    background: #8d7533;
}

.svs_07_bg03{
    background: #3d7682;
}









.svs_08{

}

.svs_08 ul li{
    margin-bottom: 20px;
}


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

.svs_08 ul li table{
	width:100%;
	height:auto;

}

.svs_08 ul li table th{
	width:130px;

	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;
    color: #FFFFFF;
    text-align: center;

    border: 1px solid #cbcccc;
}

.svs_08 ul li table td{
	padding:10px 10px 10px 10px;	
	box-sizing:border-box;
    
	font-size:14px;
    line-height: 150%;
	border-collapse:collapse;

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



.svs_08_bg01{
    background: #8b9baa;
}

.svs_08_bg02{
    background: #628b9c;
}


.svs_08_bg03{
    background: #e9e9e9;
    color: #000000 !important;
}

.svs_09{

	font-size:14px;
    line-height: 150%;
    
    border: 1px solid #1d979a;
    padding: 15px;


 
 	-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 */
}



.svs_09 ul li{
    background: url("../img/common/list002.png") left 5px no-repeat;
    margin-bottom: 5px;
    padding-left: 14px;
}

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













.svs_hr{
  display: block;
  margin-bottom: 25px;

  height: 1px;
  background-color: #cccccc;
  border: 0;  /*デフォルトデザインでは線がある場合があるので、消しておく。*/
}




.svs_pg_mn{
    height: 250px;
    margin-bottom: 40px;
    padding: 25px;
    box-sizing: border-box;
background: #E8C3C3;
    position: relative;

}


.svs_pg_mn_in{
    position: absolute;
    bottom: 30px;


    font-size: 17px;
    line-height: 130%;
    color: #FFFFFF;
    box-sizing: border-box;
}

.svs_pg_bg01{
	height:250px !important;
	background:url("../img/service/01/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg02{
	height:300px !important;
	background:url("../img/service/02/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg03{
	height:300px !important;
	background:url("../img/service/03/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}

.svs_pg_bg04{
	height:300px !important;
	background:url("../img/service/04/01.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
}





.svs_komon_out{
    padding: 30px 20px;
    background: url("../img/service/02_bg.jpg") repeat;
    
	-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 */
}



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

.svs_komon dl dt{
height: 49px;
    font-size: 28px;
    line-height: 200%;
    margin-bottom: 15px;
    background: url("../img/service/02.png") left 00px no-repeat;
    background-size: 60px 49px;
    padding-left: 80px;
    margin-bottom: 20px;
    vertical-align: text-bottom;

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

.svs_komon dl dt span{
    color: #006600;
}


.svs_komon dl dd{
    font-size: 16px;
    line-height: 170%;

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











.svs_rhj_tx1{
    font-size: 17px;
    line-height: 140%;
    color: #003366;
    margin-bottom: 35px;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
}


.svs_rhj_01{
margin-bottom: 50px;
}

.svs_rhj_01 ul li{
    width: 49%;
    height: 90px;
    float: left;
    margin-right: 2%;
    background: #355163;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    
    text-align: center;
    color: #FFFFFF;

    font-size: 15px;
    line-height: 160%;
  
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
 
   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 */   
}

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


.svs_rhj_01 ul li:nth-child(3n){
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0;
}


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





.svs_rhj_02{
margin-bottom: 50px;
}

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

.svs_rhj_02 dl dd{

}

.svs_rhj_02 dl dd img{
border: 1px solid #cdcecd;
}





.svs_rhj_03{
margin-bottom: 60px;
}

.svs_rhj_03 dl dt{
    text-align: center;
    margin-bottom: 30px;
}

.svs_rhj_03 dl dd{
    font-size: 15px;
    line-height: 170%;
}


.svs_rhj_04{
    border: 1px solid #cbcccb;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 60px;
}

.svs_rhj_04_l{

    float: none;
    
    font-size: 15px;
    line-height: 150%;    
    margin-bottom: 20px;

}


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


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




.svs_rhj_04_r{
    float: none;
    
    font-size: 15px;
    line-height: 160%;    
    text-align: center;
    color: #FFFFFF;
    background: #006e9c;
    padding: 10px 10px;
 
    font-family: ryo-gothic-plusn, sans-serif;
    font-weight: 600;
    font-style: normal;  
    
   
	-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 */ 
    

}

.svs_rhj_04_r span::before {
	content: "" ;
	white-space: noen;
}



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


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





.svs_rhj_06{
    margin-bottom: 100px;
    
    font-size: 15px;
    line-height: 160%;
    margin-bottom: 10px;    
}

.svs_rhj_06 p{
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;

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

.svs_rhj_06 table{
	width:100%;
	height:auto;
    margin-bottom: 15px;

}

.svs_rhj_06 table th{

	padding:6px 10px 6px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    text-align: center;
    background: #006e9c;
    color: #FFFFFF;
    border: 1px solid #E3E3E3;
}

.svs_rhj_06 table td{
	padding:6px 10px 6px 10px;	
	box-sizing:border-box;
    
	font-size:15px;
    line-height: 150%;
	border-collapse:collapse;
    text-align: center;

    border: 1px solid #E3E3E3;
}





.svs_rhj_07{
    border: 5px solid #076820;
    padding: 15px;
}

.svs_rhj_07 dl dt{
    text-align:center;

    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;
    color: #076820;

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

.svs_rhj_07 dl dd{
    max-width: 330px;
    width: 100%;
    margin: 0 auto;

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

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







/* 会員---------------------------------------------- */



.mbr_tab01{

margin-bottom: 25px;
}



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

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


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

.mbr_tab01 ul li:nth-child(5n){
    width: 100%;
    margin-right: 0%;
}



.mbr_tab01 ul li a{
    display: block;
    height: 50px;
    background: #659b70;
    color:#FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 120%;
 
   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;   
}


.mbr_tab01 ul li a:hover{
    background: #096d4f;
    color:#FFFFFF;
}


.mbr_tab01_on{
    background: #096d4f !important;
    color:#FFFFFF;
}






.mbr01{
    margin-bottom: 20px;
}

.mbr01 dl dt{
    float: none;
    clear: both;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 3px;
}

.mbr01 dl dd{
    font-size: 15px;
    line-height: 140%;
    padding-left: 0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    
    border-bottom: 1px dotted #B1B1B1;
    
    word-wrap: break-word;
    word-break: break-all;
}


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

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



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

.mbr01_post a{
    color: #073500;
    text-decoration:underline;
}

.mbr01_post a:hover{
    color: #073500;
    text-decoration: none;
}

.mbr01_post img{
    margin: 25px 0;
}



.mbr02{
    border: 2px solid #66A576;
    padding: 15px;
}

.mbr02 ul li{
    font-size: 15px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url("../img/common/list001.png") left 8px no-repeat;
    padding-left: 10px;
    
    word-wrap: break-word;
    word-break: break-all;
    
    border-bottom: 2px dotted #C7C7C7;    
}

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


.mbr02 ul li a{
    color: #000000;
    text-decoration: none;
}

.mbr02 ul li a:hover{
    color: #000000;
    text-decoration:underline;
}


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

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



.mbr_mv{
    margin-bottom: 30px;
}



.mbr_mv ul li{
    max-width: 450px;
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin: 0 auto 40px auto;

}


.mbr_mv ul li:nth-child(2n){
    margin: 0 auto 40px auto;
}

.mbr_mv ul li dl dt{
    margin-bottom: 10px;
}

.mbr_mv ul li dl dd{

}


	
    

.mbr_mv dd dl dt{
    margin-bottom: 0;
    width: 70px;
    height: auto;
    padding: 3px 8px;
    border: 1px solid #000000;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    
    float: left;
    clear: both;
}

.mbr_mv dd dl dd{
    font-size: 15px;
    line-height: 140%;
    margin-left: 100px;
    margin-bottom: 17px;
}

.mbr_mv dd dl dd a{
    color: #168ABB;
    text-decoration: underline;
}

.mbr_mv dd dl dd a:hovre{
    color: #168ABB;
    text-decoration:none;
}





.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #ccc;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

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

    transform: translate(-50%,-50%);
}



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

.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:15px;
    line-height: 150%;

    margin-bottom: 20px;

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


.privacy dd p{

}

.privacy dd ul li{
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}

.privacy dd ul li ul{
    margin-top: 5px;
}


.privacy dd ul li ul li{
    background: url("../img/common/list001.png") left 8px no-repeat;
    margin-left: 0;
    margin-bottom: 7px;
    padding-left: 8px;
    list-style: none;
}

.privacy dd ul li ul lilast-child{
	margin-bottom:0px;
}



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


.f_text01{
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 100%;
}

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

.f_text01 a:hover{
    color: #000000;
    text-decoration:none;

}




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













}



