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


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


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

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

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

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

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



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

}

*:first-child + html body {
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
}

body{
    font-family: a-otf-ud-shin-go-pr6n,sans-serif;
    font-weight: 300;
    font-style: normal;
	
	padding:0;
	margin:0;
	font-size:16px;
	color:#000;
	line-height:140%;
	text-align:left;

}

body a:focus{
	outline:none;
}




.bd_bg{

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



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


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

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


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

.slicknav_menu {
	display:none;
}

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

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

}

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

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


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

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

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

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




}

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

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

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


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

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



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

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

}	 

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




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

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

}

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

}

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

}

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

}

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

}



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




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

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

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


#header {

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


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

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


.header_bg{

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

	position:relative;

    



}

header{

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

	box-sizing:border-box;
}


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

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


.header_yoyaku a:hover{

    color: #FFFFFF;
    background: #ff6666

}


.header_yoyaku01{
display: none;
}


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

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

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

}

.header_sns01{
 	position:absolute;
	top:18px;
	right:314px;
    
    width: 25px;
    height: auto;

}

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







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


}

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

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

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


.f_cpy{

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

}



address p{
margin-top: 7px;
}

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

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



}



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


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


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

}	

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



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

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

}

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

}

.container01{
	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:50px 0 0px;

}


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

}

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



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

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

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


#header {

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

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


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


}

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



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


.header_sns01{
 	position:absolute;
	top:16px;
	right:90px;
    
    width: 26px;
    height: auto;

}

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






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


.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:30px 0 0px;

}

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



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


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

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


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


#header {

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

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


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

}

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

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


.header_yoyaku{
    display: none;
}


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

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


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

}


.header_tel{
    display: none;
}


.header_sns01{
 	position:absolute;
	top:16px;
	right:70px;
    
    width: 26px;
    height: auto;

}

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





#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{
width: 305px;
height: auto;
position: absolute;
top: 22px;
left: 30px;


}

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


h2.h2_01{
    font-size: 40px;
    line-height: 120%;
    color:#c7000b;
    text-align: center;
    margin-bottom: 35px;

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

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

h2.h2_01 span{
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    display: block;
    margin-top: 8px;
}

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

}



h3.h3_01{
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 26px;
    letter-spacing: 0.06em;

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


}


h3.h3_01::first-letter {
    font-size: 36px;
    color: #4f719e;

}


h4.h4_01{
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    
    border-bottom: 2px solid #4F719E;


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

}




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


.top_slide{
	width:100%;
	min-height:700px;

	z-index:5;


    margin-top: 80px;

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








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



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

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

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


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





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


.recruit_top_no_img{
	width: 100%;
	height:0px !important;
	margin:80px auto 0px auto;
}



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








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










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

.contact_banner{
	margin-top:100px;	
}

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






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



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




.button01_w{
    width: 320px !important;
}


.button01{

	width:250px;
	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: 50px;
    font-size: 14px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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:#cf363d;
	border: 1px solid #cf363d;

  color:#FFFFFF;
}





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


.tp_txt01_l{
    margin-left: -100px;

}

.tp_txt01{
    margin-bottom: 80px;
}

.tp_txt01 dl dt{
    max-width: 340px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align: center;



}



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




}


.tp_txt01 dl dd p{
    font-size: 30px;
    line-height: 180%;

 font-family: 'noto700';
}




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

.tp_bns{

}

.tp_bns dl dt{
    max-width: 678px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align: center;

}

.tp_bns dl dd{

}






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

.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_news dl dd a{
    color: #000000;
    text-decoration: none;
}


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


.news_ttl{
    border-left: 5px solid #C60310;
    font-size: 22px;
    line-height: 140%;
    padding: 8px;
    margin-bottom: 5px;
}

.news_day{
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 15px;
}


.news_post{
    font-size: 18px;
    line-height: 180%;
}

.news_post a{
    color: #C60310;
    text-decoration: underline;
}

.news_post a:hover{
    color: #C60310;
    text-decoration:none;
}

.news_post_img{
text-align: center;
margin: 0 auto 0 auto;

}

.news_post_img p{
    margin-top: 10px;
    font-size: 16px;
    line-height: 120%;
    text-align: center;

}





.banner01{
    margin-bottom: 70px;
}

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

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


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





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

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

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

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


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

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

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





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

.tp_ig01_in dl dt{
}


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

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

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

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




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

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

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










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

.cmm_ctt_bg{
	height:450px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


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


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

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


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

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

.cmm_ctt dl dd{


}


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

    font-family: 'noto700';

}


.com_pgtxt01 span{
    color: #c7000b;
}


.com_pgtxt01 em{
    font-family: 'noto700';

}


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

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

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

}

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


    margin-bottom: 25px;


    font-family: 'noto700'

}

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



    font-family: 'noto500'
}


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

}

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

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

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







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

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

}

.abt_tbl table th{
	width:120px;

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

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

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

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


.abt_b01{
margin-bottom: 70px;
}

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

	font-size:15px;
    line-height: 150%;
    border-bottom: 1px dotted #999999; 
	padding:10px 0px 10px 0px;	    
}


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


.abt_b01 ul li dl dt{
    clear: both;
    float: left;
    
    text-align: left;
}

.abt_b01 ul li dl dd{
text-align: right;
}

.abt_map{
    margin-bottom: 70px;
}


.abt_001{
    margin-bottom: 70px;
}

.abt_001 dl dt{
    margin-bottom: 20px;
}

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

    font-family: 'noto500';
}



.abt_002{
    margin-bottom: 50px;
    
}

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

    margin-bottom: 20px;

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

.abt_002 dl dd{

}

.abt_002 dl dd ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #999999
}

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

.abt_002 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_002 dl dd ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: right;


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







.abt_003{
    margin-bottom: 30px;
    
}

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

    margin-bottom: 20px;

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

.abt_003 dl dd{

}

.abt_003 dl dd ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;

}

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

.abt_003 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_003 dl dd ul li dl dd{
    font-size: 14px;
    line-height: 120%;
    text-align: right;

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



.abt_004{
    margin-bottom: 50px;
    
}

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

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


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


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



.abt_004 ul li dl dt{
    margin-bottom: 8px;
    text-align: center;
}


.abt_004 ul li dl dd{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}



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

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

.abt_005_txt a:hover{
    text-decoration: none;
}



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


.abt_005_txt span,.abt_005_txt01 span{
    font-weight: 700;
}


.abt_005{
    margin-bottom: 60px;
}

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

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

.graph_img{
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}



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


.bnb_01{
    margin-bottom: 60px;
}


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

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

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

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


.bnb_sub_menu{
    width: 100%;
    max-width: 640px;
    margin: 0px auto 60px;
}

.bnb_sub_menu ul{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.bnb_sub_menu li{
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}

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

.bnb_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.bnb_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.bnb_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}


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

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

}

.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_tb{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
}

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

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

.rrt_tb ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #4F719E;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;

    transition: all  0.3s ease;
}

.rrt_tb ul li a:hover{
    background:#024A77;
    color: #FFFFFF;
}




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


.rrt_sub_menu{
    width: 100%;
    max-width: 1200px;
}

.rrt_sub_menu ul{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.rrt_sub_menu li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
}

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

.rrt_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.rrt_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.rrt_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}

.rrt_msg01{
    font-size: 18px;
    line-height: 160%;
}

.rrt_msg01_btm{
margin-bottom: 60px;
}


.rrt_msg01 dt{
    font-size: 25px;
    font-weight: bold;
    line-height: 160%;
    color: #0f86b2;

    margin-bottom: 10px;
}

.rrt_msg01 dd{
    font-size: 18px;
    line-height: 160%;
}


.rrt_sub_title01{
    display: block;
    width: fit-content;

    margin: 0px auto 60px;

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


.rrt_sub_title01 p{
    color: #c7000b;
    font-size: 18px;
}

.rrt_sub_title01 span{
    color: #4f719e;
    font-size: 30px;
    font-weight: bold;
    line-height: 140%;
    padding: 0px 0px 8px;
    box-sizing: border-box;

    border-bottom: 5px solid #4f719e;
}


.rrt_01_cont{
    max-width: 1850px;
    width: 100%;

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

    margin: 0px auto;
}

.rrt_01_cont ul{
    width: 100%;
}

.rrt_01_cont li{
    position: relative;
    width: 100%;
    padding-top: 60px;

    margin-bottom: 90px;

}

.rrt_01_cont .rrt_01_bg{
    background: linear-gradient(to right,#55bbca,#358db6);

    width: 100%;
    height: 465px;
}

.rrt_01_cont li:nth-child(odd) .rrt_01_img{
    position: absolute;
    top: 0;
    right: 50%;

    width: calc(50% - 25px);
}

.rrt_01_cont li:nth-child(even) .rrt_01_img{
    position: absolute;
    top: 0;
    left: 50%;

    width: calc(50% - 25px);
}




.rrt_01_cont .rrt_01_img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.rrt_01_cont .rrt_01_txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center;

    padding: 80px 50px 30px;
    box-sizing: border-box;

    height: 100%;
    width: auto;

}

.rrt_01_cont li:nth-child(even) .rrt_01_txt{
    position: absolute;
    top: 0;
    right: 50%;
}

.rrt_01_cont li:nth-child(odd) .rrt_01_txt{
    position: absolute;
    top: 0;
    left: 50%;
}

.rrt_01_cont .rrt_01_txt dt{
    width: 100%;
    margin-bottom: 30px;
}

.rrt_01_cont .rrt_01_txt dt span{
    font-size: 30px;
    line-height: 200%;
    color: #fff;
    font-weight: bold;

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

    background: linear-gradient(to right,#d7272f ,#ff934c);

}

.rrt_01_cont .rrt_01_txt dd{

    color: #fff;
    font-size: 18px;
    line-height: 180%;
}

.rrt_01_cont .rrt_01_txt dd p{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}



.rrt_02_cont{
    max-width: 1100px;
    width: 100%;

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

    margin: 0px auto 60px;
}

.rrt_02_cont ul{
    width: 100%;
}

.rrt_02_cont li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;

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

    border-radius: 30px;
    border: 1px solid #cf363d;
}

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



.rrt_02_img{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    height: 290px;
}

.rrt_02_img img{
    width: 100%;
    height: 290px;
    object-fit: cover;
}


.rrt_02_name{
    text-align: center;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;
}

.rrt_02_btn{

}

.rrt_02_btn{
	width:250px;

	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.rrt_02_btn a{
    display: block;
    height: 50px;
    font-size: 14px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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;     
}


.rrt_02_btn a:hover {
    background:#cf363d;
	border: 1px solid #cf363d;

  color:#FFFFFF;
}


.rrt_02_sub_cont{
    width: 100%;
}

.rrt_02_sub_name{
    border-left:8px solid #3969a8;
    padding-top: 4px;
    padding-left: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #3969a8;

    font-size: 23px;
    font-weight: bold;
    line-height: 160%;
}

.rrt_02_sub_img{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: 270px;
}

.rrt_02_sub_img img{
    width: 100%;
    height: 270px;
    object-fit: cover;
}


.rrt_02_sub_cont dt{
    border-bottom:1px dashed #3969a8;

    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    color: #3969a8;

    font-size: 25px;
    font-weight: bold;
    line-height: 160%;
}


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

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

    margin-bottom: 40px;

}

.rrt_03_list01{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}


.rrt_03_list01 li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}

.rrt_03_list01 li img{
    width: 100%;
}

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






.rrt_03_list02{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
}


.rrt_03_list02 li{
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 15px;
    box-sizing: border-box;

    background:url(../img/recruit/03/list_bg02.png) center no-repeat; 

    border-radius: 5px;
    text-align: center;
}

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

.rrt_03_list02 li dt{
    font-size: 20px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd{
    font-size: 50px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd span{
    font-size: 75px;
    font-weight: 600;
}



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

.rrt_03_list03 ul{
    width: 100%;
}


.rrt_03_list03 ul li{
    position: relative;
    display: inline-block;
    
    font-size: 18px;
    line-height: 160%;

    margin-right: 20px;
    padding-left: 12px;

}

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


.rrt_03_list03 ul li::before{
    position: absolute;
    
    content: '';
    background-color: #4f719e;

    top: 50%;
    left: 0px;

    width: 8px;
    height: 8px;

    transform: translateY(-50%);

    border-radius: 4px;
}

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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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




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



.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:50px;	
}

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

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

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

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

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

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

}

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

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

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

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

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

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


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


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

}

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

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

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



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

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

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

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

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




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

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

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






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

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




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





}


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



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


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

h1.h1_01{
    width: 240px;
	height:auto;
	position: absolute;
    top: 10px;
}

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





h2.h2_01{
    font-size: 32px;
    line-height: 120%;
    color:#c7000b;
    text-align: center;
    margin-bottom: 35px;

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

h2.h2_01 p{
    font-size: 18px;
    line-height: 120%;
    color: #999999;
    margin-bottom: 5px;
}

h2.h2_01 span{
    font-size: 22px;
    line-height: 120%;
    color: #000000;
    display: block;
    margin-top: 6px;
}


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

}





h3.h3_01{
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 26px;
    letter-spacing: 0.06em;

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


}


h3.h3_01::first-letter {
    font-size: 32px;
    color: #4f719e;

}



h4.h4_01{
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
    padding-bottom: 7px;
    
    border-bottom: 2px solid #4F719E;


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

}


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


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

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

}







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



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

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

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

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



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


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

.button01{

	width:230px;

	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: 40px;
    font-size: 14px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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:#cf363d;
	border: 1px solid #cf363d;

  color:#FFFFFF;
}





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


.tp_txt01_l{
    margin-left: -50px;

}


.tp_txt01{
    margin-bottom: 70px;
}

.tp_txt01 dl dt{
    max-width: 280px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    text-align: center;

}

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

}


.tp_txt01 dl dd p{
    font-size: 23px;
    line-height: 180%;

 font-family: 'noto700';
}





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

.tp_bns{

}

.tp_bns dl dt{
    max-width: 550px;
    width: 100%;
    height: auto;
    margin: 0 auto 50px auto;
    text-align: center;

}

.tp_bns dl dd{

}




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

.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_news dl dd a{
    color: #000000;
    text-decoration: none;
}


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




.news_ttl{
    border-left: 5px solid #C60310;
    font-size: 18px;
    line-height: 140%;
    padding: 8px;
    margin-bottom: 5px;
}

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


.news_post{
    font-size: 16px;
    line-height: 170%;
}

.news_post a{
    color: #C60310;
    text-decoration: underline;
}

.news_post a:hover{
    color: #C60310;
    text-decoration:none;
}


.news_post_img{
text-align: center;
margin: 0 auto 0 auto;

}

.news_post_img p{
    margin-top: 10px;
    font-size: 15px;
    line-height: 120%;
    text-align: center;

}


.banner01{
    margin-bottom: 60px;
}

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

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



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


.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{
	height:350px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


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


.cmm_ctt dl dt{
    font-size: 38px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 12px;

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


.cmm_ctt dl dt p{
    font-size: 22px;
    line-height: 120%;
    text-align: center;

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

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

font-family: nitalago-rera, sans-serif;
font-weight: 100;
font-style: normal;
}


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

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

    font-size: 18px;
    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;
    font-family: 'noto700';
}

.com_pgtxt01 span{
    color: #c7000b;
}

.com_pgtxt01 em{
    font-family: 'noto700';

}

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

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

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

}

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


    margin-bottom: 15px;

    font-family: 'noto700'

}

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

    font-family: 'noto500'
}


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

}

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


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

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









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

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

}

.abt_tbl table th{
	width:120px;

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

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

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

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


.abt_b01{
margin-bottom: 60px;
}

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

	font-size:14px;
    line-height: 140%;
    border-bottom: 1px dotted #999999; 
	padding:10px 0px 10px 0px;	    
}


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


.abt_b01 ul li dl dt{
    clear: both;
    float: left;
    
    text-align: left;
}

.abt_b01 ul li dl dd{
text-align: right;
}

.abt_map{
    margin-bottom: 60px;
}







.abt_001{
    margin-bottom: 60px;
}

.abt_001 dl dt{
    margin-bottom: 20px;
}

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

    font-family: 'noto500';
}





.abt_002{
    margin-bottom: 40px;
    
}

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

    margin-bottom: 20px;

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

.abt_002 dl dd{

}

.abt_002 dl dd ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #999999
}

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

.abt_002 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_002 dl dd ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: right;


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








.abt_003{
    margin-bottom: 30px;
    
}

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

    margin-bottom: 20px;

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

.abt_003 dl dd{

}

.abt_003 dl dd ul li{
    width: 48%;
    height: auto;
    float: left;
    margin-right: 4%;

}

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

.abt_003 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_003 dl dd ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: right;

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





.abt_004{
    margin-bottom: 50px;
    
}

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

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


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


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



.abt_004 ul li dl dt{
    margin-bottom: 8px;
    text-align: center;
}


.abt_004 ul li dl dd{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}




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

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

.abt_005_txt a:hover{
    text-decoration: none;
}


.abt_005_txt01{
    margin-bottom: 50px;
}


.abt_005_txt span,.abt_005_txt01 span{
    font-weight: 700;
}

.abt_005{
    margin-bottom: 50px;
}

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

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

.graph_img{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}


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


.bnb_01{
    margin-bottom: 60px;
}


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

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

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

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


.bnb_sub_menu{
    width: 100%;
    max-width: 640px;
    margin: 0px auto 50px;
}

.bnb_sub_menu ul{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.bnb_sub_menu li{
    float: left;
    width: 48%;
    margin-right: 4%;
    box-sizing: border-box;
}

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

.bnb_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.bnb_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.bnb_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}




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

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

}

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

.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_tb{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
}

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

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

.rrt_tb ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #4F719E;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 150%;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 5px;

    transition: all  0.3s ease;
}

.rrt_tb ul li a:hover{
    background:#024A77;
    color: #FFFFFF;
}





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


.rrt_sub_menu{
    width: 100%;
    max-width: 1200px;
}

.rrt_sub_menu ul{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.rrt_sub_menu li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    box-sizing: border-box;
}

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

.rrt_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.rrt_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.rrt_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}

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

.rrt_msg01_btm{
    margin-bottom: 50px;
}
    

.rrt_msg01 dt{
    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
    color: #0f86b2;

    margin-bottom: 10px;
}

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


.rrt_sub_title01{
    display: block;
    width: fit-content;

    margin: 0px auto 50px;

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


.rrt_sub_title01 p{
    color: #c7000b;
    font-size: 16px;
}

.rrt_sub_title01 span{
    color: #4f719e;
    font-size: 26px;
    font-weight: bold;
    line-height: 140%;
    padding: 0px 0px 8px;
    box-sizing: border-box;

    border-bottom: 5px solid #4f719e;
}


.rrt_01_cont{
    max-width: 1850px;
    width: 100%;

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

    margin: 0px auto;
}

.rrt_01_cont ul{
    width: 100%;
}

.rrt_01_cont li{
    position: relative;
    width: 100%;
    margin-bottom: 80px;
    height: 460px;

}

.rrt_01_cont .rrt_01_bg{

}

.rrt_01_cont li .rrt_01_img{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
}


.rrt_01_cont .rrt_01_img img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}

.rrt_01_cont .rrt_01_txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center;

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

    height: auto;
    width: 80%;

    background: linear-gradient(to right,#55bbca,#358db6);

    position: absolute;
    top: 50%;
    left: 50%;

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

}

.rrt_01_cont .rrt_01_txt dt{
    width: 100%;
    margin-bottom: 25px;
}

.rrt_01_cont .rrt_01_txt dt span{
    font-size: 26px;
    line-height: 200%;
    color: #fff;
    font-weight: bold;

    padding: 8px 16px;
    box-sizing: border-box;

    background: linear-gradient(to right,#d7272f ,#ff934c);

}

.rrt_01_cont .rrt_01_txt dd{

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

.rrt_01_cont .rrt_01_txt dd p{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}



.rrt_02_cont{
    max-width: 1100px;
    width: 100%;

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

    margin: 0px auto 50px;
}

.rrt_02_cont ul{
    width: 100%;
}

.rrt_02_cont li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;

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

    border-radius: 30px;
    border: 1px solid #cf363d;
}

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




.rrt_02_img{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    height: 240px;
}

.rrt_02_img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.rrt_02_name{
    text-align: center;
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 10px;
}

.rrt_02_btn{

}

.rrt_02_btn{
	width:200px;

	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.rrt_02_btn a{
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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;     
}


.rrt_02_btn a:hover {
    background:#cf363d;
	border: 1px solid #cf363d;

    color:#FFFFFF;
}

.rrt_02_sub_cont{
    width: 100%;
}

.rrt_02_sub_name{
    border-left:6px solid #3969a8;
    padding-top: 3px;
    padding-left: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #3969a8;

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


.rrt_02_sub_img{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: 240px;
}

.rrt_02_sub_img img{
    width: 100%;
    height: 240px;
    object-fit: cover;
}


.rrt_02_sub_cont dt{
    border-bottom:1px dashed #3969a8;

    padding-bottom: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    color: #3969a8;

    font-size: 22px;
    font-weight: bold;
    line-height: 160%;
}


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

    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 30px;

}


.rrt_03_list01{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}


.rrt_03_list01 li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
}

.rrt_03_list01 li img{
    width: 100%;
}

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






.rrt_03_list02{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}


.rrt_03_list02 li{
    float: left;
    width: 32%;
    margin-right: 2%;
    padding: 15px;
    box-sizing: border-box;

    background:url(../img/recruit/03/list_bg02.png) center no-repeat; 

    border-radius: 5px;
    text-align: center;
}

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

.rrt_03_list02 li dt{
    font-size: 18px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd{
    font-size: 40px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd span{
    font-size: 60px;
    font-weight: 600;
}





.rrt_03_list03{
    width: 100%;
    margin-bottom: 50px;
}

.rrt_03_list03 ul{
    width: 100%;
}


.rrt_03_list03 ul li{
    position: relative;
    display: inline-block;
    
    font-size: 16px;
    line-height: 160%;

    margin-right: 18px;
    padding-left: 10px;

}

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


.rrt_03_list03 ul li::before{
    position: absolute;
    
    content: '';
    background-color: #4f719e;

    top: 50%;
    left: 0px;

    width: 6px;
    height: 6px;

    transform: translateY(-50%);

    border-radius: 3px;
}





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


.privacy{
}


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

    margin-bottom: 8px;

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


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

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




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


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

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

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

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

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

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



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

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

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

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

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

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

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

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


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

}

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

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

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



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

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

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


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

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




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

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

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






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

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




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



}



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

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


h1.h1_01{
    width: 220px;
	height:auto;
	position: absolute;
    top: 12px;

}

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





h2.h2_01{
    font-size: 26px;
    line-height: 120%;
    color:#c7000b;
    text-align: center;
    margin-bottom: 25px;

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

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

h2.h2_01 span{
    font-size: 18px;
    line-height: 120%;
    color: #000000;
    display: block;
    margin-top: 5px;
}


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

}



h3.h3_01{
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 20px;
    letter-spacing: 0.06em;

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


}


h3.h3_01::first-letter {
    font-size: 26px;
    color: #4f719e;

}

h4.h4_01{
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 25px;
    padding-bottom: 5px;
    
    border-bottom: 2px solid #4F719E;


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

}




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


.top_slide{
	width:100%;
	min-height:300px;
	z-index:5;

    margin-top: 57px;
	 	 
	background:center center no-repeat;
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;

}






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




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


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

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


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




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

.recruit_top_no_img{
	width: 100%;
	height:0px !important;
	margin:57px auto 0px auto;
}


.contact_top_img{
	width: 100%;
	height:220px !important;
	background:url("../img/contact/main.jpg") center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:57px 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{

	width:210px;

	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.button01 a{
display: block;
height: 30px;
    font-size: 13px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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:#cf363d;
	border: 1px solid #cf363d;

  color:#FFFFFF;
}



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


.tp_txt01_l{
    margin-left: -50px;

}


.tp_txt01{
    margin-bottom: 50px;
}

.tp_txt01 dl dt{
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    text-align: center;
}

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

}

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

 font-family: 'noto700';
}



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



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

.tp_bns{

}

.tp_bns dl dt{
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    text-align: center;

}

.tp_bns dl dd{

}






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

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




.news_ttl{
    border-left: 5px solid #C60310;
    font-size: 17px;
    line-height: 140%;
    padding: 8px;
    margin-bottom: 5px;
}

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


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

.news_post a{
    color: #C60310;
    text-decoration: underline;
}

.news_post a:hover{
    color: #C60310;
    text-decoration:none;
}


.news_post_img{
text-align: center;
margin: 0 auto 0 auto;

}

.news_post_img p{
    margin-top: 10px;
    font-size: 14px;
    line-height: 120%;
    text-align: center;

}


.banner01{
    margin-bottom: 50px;
}

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

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






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


.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{
	height:220px !important;
	background:url("../img/top/tp_ctt.jpg") center no-repeat; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
     
 
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center; 
}


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


.cmm_ctt dl dt{
    font-size: 28px;
    line-height: 140%;
    text-align: center;
    margin-bottom: 4px;

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


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

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

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

font-family: nitalago-rera, sans-serif;
font-weight: 100;
font-style: normal;

}


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

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

    font-size: 13px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
    background: #333333;
    padding: 8px;
    
    -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;

    font-family: 'noto700';
}

.com_pgtxt01 span{
    color: #c7000b;
}


.com_pgtxt01 em{
    font-family: 'noto700';

}






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

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

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

}



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


    margin-bottom: 15px;

    font-family: 'noto700'

}

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




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

    font-family: 'noto500'
}


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

}



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


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

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






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

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

}

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

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

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

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


.abt_b01{
margin-bottom: 50px;
}

.abt_b01 ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 2%;

	font-size:13px;
    line-height: 130%;
    border-bottom: 1px dotted #999999; 
	padding:10px 0px 10px 0px;	    
}


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


.abt_b01 ul li dl dt{
    clear: both;
    float: left;
    text-align: left;
    letter-spacing: -0.04em;
}

.abt_b01 ul li dl dd{
text-align: right;
}

.abt_map{
margin-bottom: 50px;
}




.abt_001{
    margin-bottom: 50px;
}

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

.abt_001 dl dd{
    font-size: 15px;
    line-height: 150%;

    font-family: 'noto500';
}




.abt_002{
    margin-bottom: 30px;
    
}

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

    margin-bottom: 13px;

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

.abt_002 dl dd{

}

.abt_002 dl dd ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px dotted #999999
}

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

.abt_002 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_002 dl dd ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: right;


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








.abt_003{
    margin-bottom: 15px;
    
}

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

    margin-bottom: 20px;

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

.abt_003 dl dd{

}

.abt_003 dl dd ul li{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0%;
    margin-bottom: 20px;

}

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

.abt_003 dl dd ul li dl dt{
    float: left;
    clear: both;
   
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 0;

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


.abt_003 dl dd ul li dl dd{
    font-size: 13px;
    line-height: 120%;
    text-align: right;

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

.abt_003 dl dd ul li img{
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;

}



.abt_004{
    margin-bottom: 50px;
    
}

.abt_004 ul li{
    max-width: 320px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;

    
    float: none;

    margin-bottom: 30px;
}

.abt_004 ul li:nth-child(2n){
    margin: 0 auto 30px auto;
}


.abt_004 ul li:nth-child(3){
    margin: 0 auto 30px auto;
}


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



.abt_004 ul li dl dt{
    margin-bottom: 8px;
    text-align: center;
}


.abt_004 ul li dl dd{
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
}






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

.abt_005_txt span{
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}

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

.abt_005_txt a:hover{
    text-decoration: none;
}


.abt_005_txt01{
    margin-bottom: 40px;
}


.abt_005_txt span,.abt_005_txt01 span{
    font-weight: 700;
}



.abt_005{
    margin-bottom: 40px;
}

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

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

.graph_img{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}


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


.bnb_01{
    margin-bottom: 40px;
}


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

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

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

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


.bnb_sub_menu{
    width: 100%;
    max-width: 640px;
    margin: 0px auto 40px;
}

.bnb_sub_menu ul{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}


.bnb_sub_menu li{
    float: left;
    width: 49%;
    margin-right: 2%;
    box-sizing: border-box;
}

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

.bnb_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.bnb_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.bnb_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}




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

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

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

.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(3n){
    margin-right: 3%;
}

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



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

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


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


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

.rrt_tb ul li a{
    display: block;
    width: 100%;
    height: auto;
    background: #4F719E;
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    line-height: 150%;
    padding: 10px 5px;
    box-sizing: border-box;
    border-radius: 5px;

    transition: all  0.3s ease;
}

.rrt_tb ul li a:hover{
    background:#024A77;
    color: #FFFFFF;
}


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


.rrt_sub_menu{
    width: 100%;
    max-width: 1200px;
}

.rrt_sub_menu ul{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}


.rrt_sub_menu li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
    box-sizing: border-box;
}

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

.rrt_sub_menu li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #677fa0;
    border: 1px solid #677fa0;

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

    border-radius: 10px;

    transition: 0.3s;
}

.rrt_sub_menu li:first-child a{
    font-size: 13px;
}


.rrt_sub_menu li a:hover{
    color: #677fa0;
    background-color: #fff;
}

.rrt_sub_menu li a.on{
    color: #677fa0;
    background-color: #fff;
}

.rrt_msg01{
    font-size: 14px;
    line-height: 160%;
}

.rrt_msg01_btm{
    margin-bottom: 40px;
}


.rrt_msg01 dt{
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    color: #0f86b2;

    margin-bottom: 10px;
}

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


.rrt_sub_title01{
    display: block;
    width: fit-content;

    margin: 0px auto 40px;

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


.rrt_sub_title01 p{
    color: #c7000b;
    font-size: 15px;
}

.rrt_sub_title01 span{
    color: #4f719e;
    font-size: 22px;
    font-weight: bold;
    line-height: 140%;
    padding: 0px 0px 8px;
    box-sizing: border-box;

    border-bottom: 5px solid #4f719e;
}


.rrt_01_cont{
    max-width: 1850px;
    width: 100%;

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

    margin: 0px auto;
}

.rrt_01_cont ul{
    width: 100%;
}

.rrt_01_cont li{
    position: relative;
    width: 100%;
    margin-bottom: 70px;
    height: 400px;

}

.rrt_01_cont .rrt_01_bg{

}

.rrt_01_cont li .rrt_01_img{
    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
}


.rrt_01_cont .rrt_01_img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.rrt_01_cont .rrt_01_txt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; 
    align-items: center; 
    -webkit-justify-content: center; 
    justify-content: center;

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

    height: auto;
    width: 90%;

    background: linear-gradient(to right,#55bbca,#358db6);

    position: absolute;
    top: 50%;
    left: 50%;

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

}

.rrt_01_cont .rrt_01_txt dt{
    width: 100%;
    margin-bottom: 20px;
}

.rrt_01_cont .rrt_01_txt dt span{
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    font-weight: bold;

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

    background: linear-gradient(to right,#d7272f ,#ff934c);

}

.rrt_01_cont .rrt_01_txt dd{

    color: #fff;
    font-size: 14px;
    line-height: 180%;
}

.rrt_01_cont .rrt_01_txt dd p{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
















.rrt_02_cont{
    max-width: 640px;
    width: 100%;

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

    margin: 0px auto 40px;
}

.rrt_02_cont ul{
    width: 100%;
}

.rrt_02_cont li{
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;

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

    border-radius: 20px;
    border: 1px solid #cf363d;
}

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



.rrt_02_img{
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    height: 200px;
}

.rrt_02_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.rrt_02_name{
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 10px;
}

.rrt_02_btn{

}

.rrt_02_btn{
	width:180px;

	height:auto;
	text-align: center;
	text-decoration: none;
    margin: 0 auto;

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

.rrt_02_btn a{
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    color:#cf363d;;
	padding:0 10px;
	background:#FFFFFF;
	border: 1px solid #cf363d;
     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;     
}


.rrt_02_btn a:hover {
    background:#cf363d;
	border: 1px solid #cf363d;

  color:#FFFFFF;
}

.rrt_02_sub_cont{
    width: 100%;
}

.rrt_02_sub_name{
    border-left:6px solid #3969a8;
    padding-top: 3px;
    padding-left: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #3969a8;

    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
}

.rrt_02_sub_img{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: 200px;
}

.rrt_02_sub_img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.rrt_02_sub_cont dt{
    border-bottom:1px dashed #3969a8;

    padding-bottom: 6px;
    margin-bottom: 6px;
    box-sizing: border-box;
    color: #3969a8;

    font-size: 18px;
    font-weight: bold;
    line-height: 160%;
}


.rrt_02_sub_cont dd{
    font-size: 14px;
    line-height: 180%;

    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 20px;

}




.rrt_03_list01{
    max-width: 600px;
    width: 100%;
    margin: 20px auto 40px;
}


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

    margin-bottom: 20px;
}

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

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





.rrt_03_list02{
    max-width: 600px;
    width: 100%;
    margin: 20px auto 40px;
}


.rrt_03_list02 li{
    float: left;
    width: 48%;
    margin-right: 4%;
    padding: 15px;
    box-sizing: border-box;

    background:url(../img/recruit/03/list_bg02.png) center no-repeat; 

    border-radius: 5px;
    text-align: center;

    margin-bottom: 20px;
}

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

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

.rrt_03_list02 li dt{
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd{
    font-size: 30px;
    line-height: 160%;
    color: #fff;
    font-weight: 600;
}

.rrt_03_list02 li dd span{
    font-size: 45px;
    font-weight: 600;
}




.rrt_03_list03{
    width: 100%;
    margin-bottom: 40px;
}

.rrt_03_list03 ul{
    width: 100%;
}


.rrt_03_list03 ul li{
    position: relative;
    display: inline-block;
    
    font-size: 14px;
    line-height: 160%;

    margin-right: 15px;
    padding-left: 10px;

}

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


.rrt_03_list03 ul li::before{
    position: absolute;
    
    content: '';
    background-color: #4f719e;

    top: 50%;
    left: 0px;

    width: 6px;
    height: 6px;

    transform: translateY(-50%);

    border-radius: 3px;
}


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


.privacy{
}


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

    margin-bottom: 5px;

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


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

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




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


.contact-t{
	font-size:18px;
	line-height:160%;
	margin-bottom:30px;	
}

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

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

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

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





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

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


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

	border-bottom:none;
	text-align:left;
	font-weight:bold;
	color:#333;
	
	width:100%;
	display:block;
	padding:10px 10px 5px 10px;	
	box-sizing:border-box;
	background:url(../img/contact/bg.png) repeat;

}

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

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


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

}

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

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

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

}



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

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

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

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

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




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

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

}

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







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

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




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



}


/*
@media screen and (max-width: 500px) {

    

.rrt_03_list01{
    max-width: 320px;
}


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

    margin-bottom: 20px;
}

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

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





.rrt_03_list02{
    max-width: 320px;

}


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

    margin-bottom: 20px;
}

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

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

}
*/