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


@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: 'noto400';
	

}

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

body{
    font-family: 'noto400';
	
	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:140%;
	text-align:left;
}	

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




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

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

}

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

}

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

}



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

}

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

}



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

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

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

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


}

header{

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

.header_txt{
	position: absolute;
	top:15px;
	left:60px;
	line-height: 120%;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	z-index:200;
	box-sizing:border-box;
}

.header_tel{

	position:absolute;
	top:5px;
	right:60px;
	font-size:25px;
	line-height:100%;
	vertical-align:top;	
	text-align:right;
}


.header_tel span{
	font-size:16px;
	line-height:100% !important;
	margin-right:10px;
	margin-bottom:10px;
	vertical-align:bottom;
} 

.header_tel p{
	font-size:16px;
}


.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
{
    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;
	position:relative;
		
	padding:0 50px;
	box-sizing:border-box;


}

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


.f_img{
	max-width:180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

address{
	width: 40%;
	float: left;
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

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

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

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

.f_menu{
	width: 60%;
	float: right;

	padding: 10px 0px 0px;

	box-sizing: border-box;

	margin-bottom: 10px;
}

.f_menu ul{
	width: 100%;
	text-align: right;
}

.f_menu ul li{
	display: inline-block;
	margin-right: 15px;
}

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

.f_menu ul li a{
	transition: 0.3s;
}

.f_menu ul li a:hover{
	color: #e70505;
}


.f_cpy{
	width: 60%;
	float: right;
	text-align: right;

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

}


}



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


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


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

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



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

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

}


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

}


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

}


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

}

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

}



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

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

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


.header_bg{
	max-width:1420px;
	width:100%;
	height:80px;
	margin:0 auto;
	position:relative;


}

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

.header_txt{

	position: absolute;
	top:9px;
	left:40px;
	line-height: 120%;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	z-index:10;

	text-align:left;

	box-sizing:border-box;
}

.header_tel{
	width:219px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;
	
	display:none;
}


.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:72px;
	left:15px;


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

	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:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 19px;
	right:64px;
}

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


#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    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;
	position:relative;
		
	padding:0 40px;
	box-sizing:border-box;

}

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


address{
	width: 100%;
	font-size:14px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

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

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

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

.f_menu{
	width: 100%;
	padding: 10px 0px 0px;

	box-sizing: border-box;

	margin-bottom: 10px;
}

.f_menu ul{
	width: 100%;
	text-align: center;
}

.f_menu ul li{
	display: inline-block;
	margin-right: 15px;
}

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

.f_menu ul li a{
	font-size:15px;
	line-height:120%;
	transition: 0.3s;
}

.f_menu ul li a:hover{
	color: #e70505;
}

.f_menu .gnav_on{
	color: #e70505;
}


.f_cpy{
	width: 100%;
	text-align: center;

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

}










.f_logo{
	max-width:347px;
	width:100%;
	height:auto;
	margin:0 0 10px 0;

}

.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}


}



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


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

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


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

}

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


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

}

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

}



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

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


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



.header_bg{
	max-width:1420px;
	width:100%;
	height:70px;
	margin:0 auto;
	position:relative;

}

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

.header_txt{

	position: absolute;
	top:10px;
	left:20px;
	margin-left:0 !important;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align:left !important;
	line-height:110%;
	z-index:10;

	box-sizing:border-box;
}

.header_tel{
	width:180px;
	height:auto;
	position:absolute;
	top:50px;
	right:0;

	display:none;
}

.header_01{
	width:220px;
	height:28px;
	position:absolute;
	top:62px;
	left:50%;
	margin-left:-110px;
	
	border-top:1px solid #ff6633;
	border-bottom:1px solid #ff6633;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; 
	align-items: center; 
	-webkit-justify-content: center; 
	justify-content: center; 
}





.h_tanjyou{
	width:250px;
	height:auto;
	
	position: absolute;
	top:68px;
	left:22px;


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

	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:30px;
	width:100%;
	height:auto;
	position:absolute;
	
	top: 58px;
	right:20px;
}

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



#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7,
#section8,
#section9,
#section10
{
    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;
	position:relative;
		
	padding:0 20px;
	box-sizing:border-box;


}

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

address{
	font-size:13px;
	line-height:120%;
	color:#000;
	margin-bottom:10px;
}

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

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

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

.f_menu{
	width: 100%;
	padding: 10px 0px 0px;

	box-sizing: border-box;

	margin-bottom: 10px;
}

.f_menu ul{
	width: 100%;
	text-align: center;
}

.f_menu ul li{
	display: inline-block;
	margin-right: 10px;
}

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

.f_menu ul li a{
	font-size:13px;
	line-height:120%;
	transition: 0.3s;
}

.f_menu ul li a:hover{
	color: #e70505;
}

.f_menu .gnav_on{
	color: #e70505;
}


.f_cpy{

	font-size: 12px;
	color:#999999;
	width:100%;
	box-sizing:border-box;
	line-height:120%;

}




}




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


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

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


h1.h1_01{
	width:336px;
	height:auto;
	position: absolute;
	top:17px;
	left:50px;

}

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


h2.h2_01{
	font-size:20px;
	line-height:100%;
	color: #ffffff;
	text-align:center;

	margin-bottom:40px;

    font-family: 'noto400';
}

h2.h2_01 p{
	font-size: 70px;
	line-height: 100%;

	color: #ffffff;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 5px;

}



h2.h2_02{
	font-size:20px;
	line-height:100%;
	color: #000000;
	text-align:center;

	margin-bottom:40px;
    
    font-family: 'noto400';    
}

h2.h2_02 p{
	font-size: 70px;
	line-height: 100%;

	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 5px;

}






h3.h3_01{
	font-size:30px;
	line-height:120%;
	color:#000000;
	font-weight:normal;
	margin-bottom:30px;

	padding: 10px 8px 0px;

	border-left: 8px solid #e70505;
}

h3.h3_01 p{
	font-size:24px;
	line-height:100%;
	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;
}


h4.h4_01{
    font-size: 22px;
    line-height: 150%;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 3px solid #135686;
}




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


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

	z-index:5;



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








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




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

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

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








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


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






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


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


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


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


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






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


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

.button01 a{
	width: 100%;
	display: block;
	height: 40px;
    font-size: 17px;
    line-height: 100%;

	padding: 9px 10px 10px 10px;

	color: #FFFFFF;

	text-align: center;

	background-color: #2d589e;
	border: 1px solid #2d589e;
	box-sizing: border-box;

	border-radius: 20px;

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


.button01 a:hover {
	background-color: #FFFFFF;
	border: 1px solid #2d589e;
	color: #2d589e;
}

.left{
    margin: 0px;
}


.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #02c2da;
	border: 2px solid #02c2da;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #02c2da;
  color: #02c2da;
}








.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

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

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}


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

.bg_jsra{
	width: 100% !important;
	height:500px;
	background:url(../img/top/bg_jsra.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.jsra_area{
	padding: 60px 0px;
}


.top_msg_jsra{
	padding: 0px;
	float: left;
	width: 740px;
}

.jsra_title{
	font-size: 40px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 20px;
}

.jsra_title p{
	font-size: 14px;
	line-height: 120%;
}


.top_msg_jsra dl dt{
	font-size: 26px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 15px;
}


.top_msg_jsra dl dd{
	font-size: 17px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 30px;
}

.jsra_img{
	float: right;
	width: 200px;
}

.jsra_img img{
	margin: 0px auto;
}


/* トップ　カンパニー ---------------------------------------------- */


.top_comp_area{
	width: 100%;
	height: 450px;
}

.top_comp_area .top_comp_img{
	float: right;
	width: 50%;
	height: 450px;

	background:url("../img/top/top_comp.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_comp_area .top_comp_txt{
	float: left;
	width: 50%;
	height: 450px;

	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

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

.top_comp_area .top_comp_txt dl dt{
	font-size: 70px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 30px;
}

.top_comp_area .top_comp_txt dl dd{
	font-size: 20px;

	margin: 0px auto 30px;
}


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


.bg_top_bis{
	width: 100% !important;
	height:900px;
	background:url(../img/top/bg_top_bis.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_bis_list{
	margin-bottom: 40px;
}

.top_bis_list ul li{
	position: relative;
	float: left;
	width: 23.8%;
	max-width: 238px;
	padding-top: 23.8%;

	margin-right: 1.6%;
	margin-bottom: 20px;

	text-align: center;  
}

.top_bis_list ul li:first-child{
	margin-left: 12.7%;
}

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

.top_bis_list ul li:nth-child(4){
	margin-left: 25.4%;
}

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


.top_bis_list ul li.list1{
	background:url(../img/top/top_bis_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list2{
	background:url(../img/top/top_bis_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list3{
	background:url(../img/top/top_bis_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list4{
	background:url(../img/top/top_bis_list4.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list5{
	background:url(../img/top/top_bis_list5.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list6{
	background:url(../img/top/top_bis_list6.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list7{
	background:url(../img/top/top_bis_list7.png) center top  no-repeat ; 
    background-size:contain; 
}


.top_bis_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;

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

.top_bis_list ul li p span{
	font-size: 22px;
}


/* トップ　施工実績 ---------------------------------------------- */


.top_works_area{
	width: 100%;
	height: 450px;
}

.top_works_area .top_works_img{
	float: left;
	width: 50%;
	height: 450px;

	background:url("../img/top/top_works.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_works_area .top_works_txt{
	float: right;
	width: 50%;
	height: 450px;

	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

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

.top_works_area .top_works_txt dl dt{
	font-size: 70px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 30px;
}

.top_works_area .top_works_txt dl dd{
	font-size: 20px;

	margin: 0px auto 30px;
}




/* トップ　リクルート ---------------------------------------------- */


.bg_top_rrt{
	width: 100% !important;
	height:690px;
	background:url(../img/top/bg_top_rrt.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_rrt_txt{
	font-size: 30px;
	font-weight: 700;
	color: #ffffff;

	margin: 0px auto 60px;

	text-align: center;
}


.top_rrt_list{
	margin-bottom: 40px;
}

.top_rrt_list ul li{
	position: relative;
	float: left;
	width: 23.8%;
	max-width: 238px;
	padding-top: 23.8%;

	margin-right: 1.6%;
	margin-bottom: 20px;

	text-align: center;  
}

.top_rrt_list ul li:first-child{
	margin-left: 12.7%;
}

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



.top_rrt_list ul li.list1{
	background:url(../img/top/top_rrt_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list2{
	background:url(../img/top/top_rrt_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list3{
	background:url(../img/top/top_rrt_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;

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

.top_rrt_list ul li p span{
	font-size: 18px;
}



















/* トップ新着 ---------------------------------------------- */


.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;
	color:#02c2da;
	font-size:16px;
	line-height:120%;
	max-width:100px;
}

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

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}



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




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

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

}



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

.tp_cpy_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}








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




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

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

}



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

.tp_svs_l{
	width:49%;
	height:500px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:500px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}











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

.tp_cmn_ctt_bg{

	height:450px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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


.tp_cmn_ctt dl dt{
	font-size:42px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:24px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{
	

}





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


.cpy_msg_area{
	margin-bottom:60px;
}


.cpy_msg{

	width: 100%;

	text-align: left;

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

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

.cpy_msg p{
	text-align: right;
}

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


.cpy_b01{
	width:100%;
	height:auto;
	margin-bottom:80px;

}

.cpy_b01 table{
	width:100%;
	height:auto;
}

.cpy_b01 table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #e70505;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.cpy_b01 table td{
	border-collapse:collapse;
	font-size:16px;
	border-bottom:1px dotted #e70505;
	text-align:left;
	padding:10px 0px;
}


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

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



.cpy_map_txt{
	margin-bottom:20px;	
}

.cpy_map_txt dl dt{
	font-size:17px;
	line-height:120%;
	margin-bottom:5px;
}


.cpy_map_txt dl dd{
	font-size:16px;
	line-height:130%;
}

.cpy_map01{
	margin-bottom:40px;
}

.cpy_map02{
}









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

.bis_top{
	font-size: 36px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 40px;

}

.bis_txt1{
	font-size: 16px;
	line-height: 140%;

	margin-bottom: 60px;
	word-wrap:break-word;
	word-break:break-all;
}


.bis_list{
	margin-bottom: 40px;
}

.bis_list ul li{
	float: left;
	width: 32%;

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

}

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

.bis_list ul li dt{
	position: relative;
	width: 100%;
	padding-top: 63.2%;

	margin: 0px auto 10px;

	text-align: center;
}


.bis_list ul li.list1 dt{
	background:url(../img/business/bis_list1.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list2 dt{
	background:url(../img/business/bis_list2.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list3 dt{
	background:url(../img/business/bis_list3.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list4 dt{
	background:url(../img/business/bis_list4.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list5 dt{
	background:url(../img/business/bis_list5.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list6 dt{
	background:url(../img/business/bis_list6.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list7 dt{
	background:url(../img/business/bis_list7.jpg) center top  no-repeat ; 
    background-size:contain; 
}


.bis_list ul li dt p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;

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

.bis_list ul li dt p span{
	font-size: 22px;
}


.bis_list ul li dd{
	text-align: left;
	font-size: 15px;
	line-height: 140%;

	/*height: 120px;*/

	width: 100%;
	word-wrap:break-word;
	word-break:break-all;
}

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

.work_top{
	font-size: 36px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 40px;

}


.work_table{
	width:100%;
	height:auto;
	margin-bottom:80px;

}

.work_table table{
	width:100%;
	height:auto;
}

.work_table table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #000000;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.work_table table td{
	border-collapse:collapse;
	font-size:16px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:10px 0px;
}


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

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


.cnt_01{
    margin-bottom: 80px;
}

.cnt_01 ul li{
    font-size: 18px;
    line-height: 160%;
}


.cnt_01 ul li {

}

.cnt_01 ul li dl dt{
    font-size: 16px;
    color: #000000;
    color: #000000;
    text-decoration: none;
    float: left;
    clear: both;
    margin-right: 3px;
}


.cnt_01 ul li dl dd{
    font-size: 14px;
    color: #000000;
    color:#606060;
    text-decoration: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #ACACAC;
}

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

.cnt_01 ul li a:hover{
    color: #54658D;
    text-decoration: none;
}
















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

.rrt_top{
	font-size: 36px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 40px;
}

.rrt_top span{
	font-size: 24px;
}

.rrt_top span br{
	display: none;

}


.rrt_txt1{
	font-size: 16px;
	line-height: 140%;

	margin-bottom: 60px;
	word-wrap:break-word;
	word-break:break-all;
}


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

.rrt_sm_list > ul > li{
	width: 48%;
	float: left;
}

.rrt_sm_list > ul > li:first-child{
	margin-right: 4%;
}

.rrt_sm_img{
	width: 100%;
	margin: 0px auto 20px;
}

.rrt_sm_img img{
	width: 100%;
}

.rrt_sm_name{
	font-size: 30px;
	line-height: 120%;
	font-weight: 700;

	margin-bottom: 30px;

}

.rrt_sm_name p{
	font-size: 16px;
	line-height: 100%;
	font-weight: 400;

}

.rrt_sm_faq{

}

.rrt_sm_faq li{
	padding: 15px 0px;
	border-bottom: 1px dotted #000;
}

.rrt_sm_faq li:last-child{
	border-bottom: none;
}


.rrt_sm_faq li dt{
	font-size: 20px;
	line-height: 120%;

	margin-bottom: 20px;
}

.rrt_sm_faq li dt span{
	font-size: 32px;
	line-height: 120%;

	color: #e70505;
}

.rrt_sm_faq li dd{
	font-size: 16px;
	line-height: 120%;

	word-wrap:break-word;
	word-break:break-all;
	margin-bottom: 10px;
}


.rrt_table{
	width:100%;
	height:auto;
	margin-bottom:80px;

}

.rrt_table table{
	width:100%;
	height:auto;
}

.rrt_table table th{
	border-collapse:collapse;
	font-size:16px;
	line-height:160%;

	border-bottom:1px dotted #000000;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.rrt_table table td{
	border-collapse:collapse;
	font-size:16px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:10px 0px;
}


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

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










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



.f_txt01{
    font-size: 14px;
    line-height: 100%;
    text-align: center;


}

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

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



.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:#2d589e;

	font-size:22px;
	font-weight: 700;
	line-height:120%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:20px;
	line-height:140%;
	margin-bottom:15px;
	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);
    }
}


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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}




}


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



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


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

h1.h1_01{
	width:270px;
	height:auto;
	position: absolute;
	top:19px;
	left:30px;

}

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



h2.h2_01{
	font-size:18px;
	line-height:100%;
	color: #ffffff;
	text-align:center;

	margin-bottom:30px;

    font-family: 'noto400';
}

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

	color: #ffffff;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 0px;

}

h2.h2_02{
	font-size:18px;
	line-height:100%;
	color: #000000;
	text-align:center;

	margin-bottom:30px;

    font-family: 'noto400';
}

h2.h2_02 p{
	font-size: 60px;
	line-height: 100%;

	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 0px;

}




h3.h3_01{
	font-size:24px;
	line-height:120%;
	color:#000000;
	font-weight:normal;
	margin-bottom:30px;

	padding: 10px 8px 0px;

	border-left: 8px solid #e70505;
}

h3.h3_01 p{
	font-size:18px;
	line-height:100%;
	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;
}



h4.h4_01{
    font-size: 19px;
    line-height: 150%;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 3px solid #135686;
}



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


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


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

}






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


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

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

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






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




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





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



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


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



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


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

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




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


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

.button01 a{
	width: 100%;
	display: block;
	height: 34px;
    font-size: 15px;
    line-height: 100%;

	padding: 8px 7px 7px 7px;

	color: #FFFFFF;

	text-align: center;

	background-color: #2d589e;
	border: 1px solid #2d589e;
	box-sizing: border-box;

	border-radius: 17px;

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


.button01 a:hover {
	background-color: #FFFFFF;
	border: 1px solid #2d589e;
	color: #2d589e;
}

.left{
    margin: 0px;
}





.button02_b{
	max-width:440px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:470px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #02c2da;
	border: 2px solid #02c2da;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #02c2da;
  color: #02c2da;
}







.button03_b{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:18px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:250px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 12px 10px 12px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

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

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}







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

.bg_jsra{
	width: 100% !important;
	height:450px;
	background:url(../img/top/bg_jsra.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.jsra_area{
	padding: 50px 0px;
}


.top_msg_jsra{
	padding: 0px;
	float: left;
	width: 74%;
}

.jsra_title{
	font-size: 32px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 20px;
}

.jsra_title p{
	font-size: 13px;
	line-height: 120%;
}


.top_msg_jsra dl dt{
	font-size: 20px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 15px;
}


.top_msg_jsra dl dd{
	font-size: 15px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 30px;
}

.jsra_img{
	float: right;
	width: 20%;
}

.jsra_img img{
	margin: 0px auto;
}


/* トップ　カンパニー ---------------------------------------------- */


.top_comp_area{
	width: 100%;
	height: 400px;
}

.top_comp_area .top_comp_img{
	float: right;
	width: 50%;
	height: 400px;

	background:url("../img/top/top_comp.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_comp_area .top_comp_txt{
	float: left;
	width: 50%;
	height: 400px;

	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

	padding: 100px 40px;
	box-sizing: border-box;
}

.top_comp_area .top_comp_txt dl dt{
	font-size: 60px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 25px;
}

.top_comp_area .top_comp_txt dl dd{
	font-size: 18px;

	margin: 0px auto 25px;
}


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


.bg_top_bis{
	width: 100% !important;
	height:auto;
	background:url(../img/top/bg_top_bis.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_bis_list{
	margin-bottom: 30px;
}

.top_bis_list ul li{
	position: relative;
	float: left;
	width: 23.8%;
	max-width: 238px;
	padding-top: 23.8%;

	margin-right: 1.6%;
	margin-bottom: 20px;

	text-align: center;  
}

.top_bis_list ul li:first-child{
	margin-left: 12.7%;
}

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

.top_bis_list ul li:nth-child(4){
	margin-left: 25.4%;
}

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


.top_bis_list ul li.list1{
	background:url(../img/top/top_bis_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list2{
	background:url(../img/top/top_bis_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list3{
	background:url(../img/top/top_bis_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list4{
	background:url(../img/top/top_bis_list4.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list5{
	background:url(../img/top/top_bis_list5.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list6{
	background:url(../img/top/top_bis_list6.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list7{
	background:url(../img/top/top_bis_list7.png) center top  no-repeat ; 
    background-size:contain; 
}


.top_bis_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;

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

.top_bis_list ul li p span{
	font-size: 16px;
}


/* トップ　施工実績 ---------------------------------------------- */


.top_works_area{
	width: 100%;
	height: 400px;
}

.top_works_area .top_works_img{
	float: left;
	width: 50%;
	height: 400px;

	background:url("../img/top/top_works.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_works_area .top_works_txt{
	float: right;
	width: 50%;
	height: 400px;

	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

	padding: 100px 40px;
	box-sizing: border-box;
}

.top_works_area .top_works_txt dl dt{
	font-size: 60px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 25px;
}

.top_works_area .top_works_txt dl dd{
	font-size: 18px;

	margin: 0px auto 25px;
}




/* トップ　リクルート ---------------------------------------------- */


.bg_top_rrt{
	width: 100% !important;
	height:auto;
	background:url(../img/top/bg_top_rrt.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_rrt_txt{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;

	margin: 0px auto 50px;

	text-align: center;
}


.top_rrt_list{
	margin-bottom: 30px;
}

.top_rrt_list ul li{
	position: relative;
	float: left;
	width: 23.8%;
	max-width: 238px;
	padding-top: 23.8%;

	margin-right: 1.6%;
	margin-bottom: 20px;

	text-align: center;  
}

.top_rrt_list ul li:first-child{
	margin-left: 12.7%;
}

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



.top_rrt_list ul li.list1{
	background:url(../img/top/top_rrt_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list2{
	background:url(../img/top/top_rrt_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list3{
	background:url(../img/top/top_rrt_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;

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

.top_rrt_list ul li p span{
	font-size: 15px;
}





/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:40px;
}

.tp_news_in dl dt{
	float:left;
	clear:both;
	color:#02c2da;
	font-size:16px;
	line-height:120%;
	max-width:100px;
}

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

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}




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




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

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

}



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

.tp_cpy_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}









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




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

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

}



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

.tp_svs_l{
	width:49%;
	height:400px;
	float:left;
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r{
	width:49%;
	height:400px;
	float:right;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:18px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}




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

.tp_cmn_ctt_bg{

	height:400px !important;
	background:url(../img/top/tp_ctt_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

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


.tp_cmn_ctt dl dt{
	font-size:42px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:24px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}








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





.cpy_msg_area{
	margin-bottom:50px;
}



.cpy_msg{

	width: 100%;

	text-align: left;

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

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

.cpy_msg p{
	text-align: right;
}

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



.cpy_b01{
	width:100%;
	height:auto;
	margin-bottom:80px;

}

.cpy_b01 table{
	width:100%;
	height:auto;
}

.cpy_b01 table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:160%;

	border-bottom:1px dotted #e70505;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.cpy_b01 table td{
	border-collapse:collapse;
	font-size:15px;
	border-bottom:1px dotted #e70505;
	text-align:left;
	padding:10px 0px;
}


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

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

.cpy_map_txt{
	margin-bottom:20px;	
}

.cpy_map_txt dl dt{
	font-size:17px;
	line-height:120%;
	margin-bottom:10px;
}


.cpy_map_txt dl dd{
	font-size:16px;
	line-height:130%;
}

.cpy_map01{
	margin-bottom:40px;
}

.cpy_map02{
}






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


.bis_top{
	font-size: 28px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 30px;

}

.bis_txt1{
	font-size: 15px;
	line-height: 140%;

	margin-bottom: 50px;
	word-wrap:break-word;
	word-break:break-all;
}


.bis_list{
	margin-bottom: 30px;
}

.bis_list ul li{
	float: left;
	width: 32%;

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

}

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

.bis_list ul li dt{
	position: relative;
	width: 100%;
	padding-top: 63.2%;

	margin: 0px auto 10px;

	text-align: center;
}


.bis_list ul li.list1 dt{
	background:url(../img/business/bis_list1.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list2 dt{
	background:url(../img/business/bis_list2.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list3 dt{
	background:url(../img/business/bis_list3.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list4 dt{
	background:url(../img/business/bis_list4.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list5 dt{
	background:url(../img/business/bis_list5.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list6 dt{
	background:url(../img/business/bis_list6.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list7 dt{
	background:url(../img/business/bis_list7.jpg) center top  no-repeat ; 
    background-size:contain; 
}


.bis_list ul li dt p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 18px;
	line-height: 120%;
	font-weight: 700;

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

.bis_list ul li dt p span{
	font-size: 16px;
}


.bis_list ul li dd{
	text-align: left;
	font-size: 14px;
	line-height: 140%;

	/*height: 120px;*/

	width: 100%;
	word-wrap:break-word;
	word-break:break-all;
}

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

.work_top{
	font-size: 28px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 30px;

}

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

}

.work_table table{
	width:100%;
	height:auto;
}

.work_table table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:160%;

	border-bottom:1px dotted #000000;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.work_table table td{
	border-collapse:collapse;
	font-size:15px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:10px 0px;
}


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

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


.cnt_01{
    margin-bottom: 70px;
}

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


.cnt_01 ul li {

}

.cnt_01 ul li dl dt{
    font-size: 15px;
    color: #000000;
    color: #000000;
    text-decoration: none;
    float: none;
    clear: both;
    margin-right:0px;
    margin-bottom: 6px;
}


.cnt_01 ul li dl dd{
    font-size: 14px;
    color: #000000;
    color:#606060;
    text-decoration: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #ACACAC;
}

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


.cnt_01 ul li a:hover{
    color: #54658D;
    text-decoration: none;
}



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

.rrt_top{
	font-size: 28px;
	line-height: 120%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 30px;
}

.rrt_top span{
	font-size: 18px;
}

.rrt_top span br{
	display: none;

}

.rrt_txt1{
	font-size: 15px;
	line-height: 140%;

	margin-bottom: 50px;
	word-wrap:break-word;
	word-break:break-all;
}


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

.rrt_sm_list > ul > li{
	width: 49%;
	float: left;
}

.rrt_sm_list > ul > li:first-child{
	margin-right: 2%;
}

.rrt_sm_img{
	width: 100%;
	margin: 0px auto 20px;
}

.rrt_sm_img img{
	width: 100%;
}

.rrt_sm_name{
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;

	margin-bottom: 25px;

}

.rrt_sm_name p{
	font-size: 15px;
	line-height: 100%;
	font-weight: 400;

}

.rrt_sm_faq{

}

.rrt_sm_faq li{
	padding: 15px 0px;
	border-bottom: 1px dotted #000;
}

.rrt_sm_faq li:last-child{
	border-bottom: none;
}

.rrt_sm_faq li dt{
	font-size: 18px;
	line-height: 120%;

	margin-bottom: 20px;
}

.rrt_sm_faq li dt span{
	font-size: 28px;
	line-height: 120%;

	color: #e70505;
}

.rrt_sm_faq li dd{
	font-size: 15px;
	line-height: 120%;

	word-wrap:break-word;
	word-break:break-all;
	margin-bottom: 10px;
}


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

}

.rrt_table table{
	width:100%;
	height:auto;
}

.rrt_table table th{
	border-collapse:collapse;
	font-size:15px;
	line-height:160%;

	border-bottom:1px dotted #000000;
	text-align:left;
	width:180px;
	padding:10px 0px;

}

.rrt_table table td{
	border-collapse:collapse;
	font-size:15px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:10px 0px;
}


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

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






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


.f_txt01{
    font-size: 14px;
    line-height: 100%;
    text-align: center;


}

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

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

.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:#2d589e;
	font-size:20px;
	font-weight: 700;
	line-height:140%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:18px;
	line-height:140%;
	margin-bottom:15px;

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



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


.privacy{
}


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

    margin-bottom: 8px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}







}



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

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


h1.h1_01{
	width:240px;
	height:auto;
	position: absolute;
	top:16px;
	left:20px;
}

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




h2.h2_01{
	font-size:15px;
	line-height:110%;
	color: #ffffff;
	text-align:center;

	margin-bottom:20px;
    
    font-family: 'noto400';    
}

h2.h2_01 p{
	font-size: 50px;
	line-height: 100%;

	color: #ffffff;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 0px;

}




h2.h2_02{
	font-size:15px;
	line-height:110%;
	color: #000000;
	text-align:center;

	margin-bottom:20px;
    
    font-family: 'noto400';    
}

h2.h2_02 p{
	font-size: 50px;
	line-height: 100%;

	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 0px;

}



h3.h3_01{
	font-size:18px;
	line-height:120%;
	color:#000000;
	font-weight:normal;
	margin-bottom:30px;

	padding: 10px 8px 0px;

	border-left: 8px solid #e70505;
}

h3.h3_01 p{
	font-size:16px;
	line-height:100%;
	color: #405969;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;
}




h4.h4_01{
    font-size: 18px;
    line-height: 150%;
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 18px;
    border-bottom: 3px solid #135686;
}




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


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

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

}






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




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


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

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







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




.agriculture_division00_top_img{
	width: 100%;
	height:250px !important;
	background:url(../img/agriculture_division/00/main.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}





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



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


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


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


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

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





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


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

.button01 a{
	width: 100%;
	display: block;
	height: 30px;
    font-size: 14px;
    line-height: 100%;

	padding: 6px 5px 5px 5px;

	color: #FFFFFF;

	text-align: center;

	background-color: #2d589e;
	border: 1px solid #2d589e;
	box-sizing: border-box;

	border-radius: 15px;

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


.button01 a:hover {
	background-color: #FFFFFF;
	border: 1px solid #2d589e;
	color: #2d589e;
}

.left{
    margin: 0px;
}





.button02_b{
	max-width:350px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:16px;
	line-height:100%;
}


.button02 {
	display: inline-block;
	max-width:350px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background-color: #02c2da;
	border: 2px solid #02c2da;
	color: #fff;
	



}
.button02::before,
.button02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button02,
.button02::before,
.button02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button02:hover {
  background:#FFF !important;
  border-color: #02c2da;
  color: #02c2da;
}











.button03_b{
	max-width:200px;
	width:100%;
	height:auto;
	margin:0 auto 0px auto;

	font-size:16px;
	line-height:100%;
}


.button03 {
	display: inline-block;
	max-width:200px;
	width:100%;
	height:auto;
	text-align: center;
	text-decoration: none;

	padding:7px 5px 7px 5px;
  
	background-color: #ff6600;
	border: 2px solid #ff6600;
	color: #fff;
	
font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
	

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

}
.button03::before,
.button03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button03,
.button03::before,
.button03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button03:hover {
  background:#FFF !important;
  border-color: #ff6600;
  color: #ff6600;
}



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

.bg_jsra{
	width: 100% !important;
	height:auto;
	background:url(../img/top/bg_jsra.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.jsra_area{
	padding: 10px 0px;
}


.top_msg_jsra{
	padding: 0px;
	float: none;
	width: 100%;
}

.jsra_title{
	font-size: 24px;
	line-height: 130%;
	color: #ffffff;

	text-align: center;

	margin-bottom: 20px;
}

.jsra_title p{
	font-size: 12px;
	line-height: 120%;
}


.top_msg_jsra dl dt{
	font-size: 16px;
	line-height: 130%;
	color: #ffffff;

	margin-bottom: 10px;
}


.top_msg_jsra dl dd{
	font-size: 14px;
	line-height: 140%;
	color: #ffffff;

	margin-bottom: 20px;
}

.jsra_img{
	float: none;
	width: 100%;
	max-width: 100px;
	margin: 0px auto 20px;
}

.jsra_img img{
	margin: 0px auto;
}

.top_msg_jsra .left{
	margin: 0px auto;
}


/* トップ　カンパニー ---------------------------------------------- */


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

.top_comp_area .top_comp_img{
	float:none;
	width:100%;
	height: 200px;

	background:url("../img/top/top_comp.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_comp_area .top_comp_txt{
	float: left;
	float:none;
	height: 200px;
	width:100%;
	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

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

.top_comp_area .top_comp_txt dl dt{
	font-size: 50px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 15px;
}

.top_comp_area .top_comp_txt dl dd{
	font-size: 15px;

	margin: 0px auto 30px;
}


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


.bg_top_bis{
	width: 100% !important;
	height:auto;
	background:url(../img/top/bg_top_bis.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_bis_list{
	margin-bottom: 20px;
}

.top_bis_list ul li{
	position: relative;
	float: left;
	width: 32%;
	max-width: 238px;
	padding-top: 32%;

	margin-right: 2%;
	margin-bottom: 0px;

	text-align: center;  
}
.top_bis_list ul li:first-child{
	margin-left: 0%;
}

.top_bis_list ul li:nth-child(3){
	margin-right: 0%;
}
.top_bis_list ul li:nth-child(4){
	margin-left: 17%;
}

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



.top_bis_list ul li.list1{
	background:url(../img/top/top_bis_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list2{
	background:url(../img/top/top_bis_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list3{
	background:url(../img/top/top_bis_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list4{
	background:url(../img/top/top_bis_list4.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list5{
	background:url(../img/top/top_bis_list5.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list6{
	background:url(../img/top/top_bis_list6.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_bis_list ul li.list7{
	background:url(../img/top/top_bis_list7.png) center top  no-repeat ; 
    background-size:contain; 
}


.top_bis_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
	font-weight: 700;

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

.top_bis_list ul li p em::before{
	content: "\A" ;
	white-space: pre ;
}

.top_bis_list ul li p span{
	font-size: 13px;
}


/* トップ　施工実績 ---------------------------------------------- */


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

.top_works_area .top_works_img{
	float: none;
	width:100%;
	height: 200px;

	background:url("../img/top/top_works.jpg") center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;
}

.top_works_area .top_works_txt{
	float: none;
	width:100%;
	height: 200px;

	background:url("../img/top/top_cont_bg.png") center center  no-repeat ; 
	-moz-background-size: cover;
   -o-background-size: cover;
	background-size: cover;
	margin:0px auto 0px auto;

	text-align: center;

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

.top_works_area .top_works_txt dl dt{
	font-size: 50px;
	line-height: 120%;

	font-family: "alternate-gothic-no-2-d", sans-serif;
	font-weight: 400;
	font-style: normal;

	margin: 0px auto 15px;
}

.top_works_area .top_works_txt dl dd{
	font-size: 15px;

	margin: 0px auto 30px;
}




/* トップ　リクルート ---------------------------------------------- */


.bg_top_rrt{
	width: 100% !important;
	height:auto;
	background:url(../img/top/bg_top_rrt.jpg) center top  no-repeat ; 
    background-size:cover;                               /* 画像のサイズを指定    */

}

.top_rrt_txt{
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;

	margin: 0px auto 40px;

	text-align: center;
}


.top_rrt_list{
	margin-bottom: 20px;
}

.top_rrt_list ul li{
	position: relative;
	float: left;
	width: 32%;
	max-width: 238px;
	padding-top: 32%;

	margin-right: 2%;
	margin-bottom: 20px;

	text-align: center;  
}

.top_rrt_list ul li:first-child{
	margin-left: 0%;
}

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



.top_rrt_list ul li.list1{
	background:url(../img/top/top_rrt_list1.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list2{
	background:url(../img/top/top_rrt_list2.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li.list3{
	background:url(../img/top/top_rrt_list3.png) center top  no-repeat ; 
    background-size:contain; 
}

.top_rrt_list ul li p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 15px;
	line-height: 120%;
	font-weight: 700;

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

.top_rrt_list ul li p span{
	font-size: 13px;
}







/* トップ新着 ---------------------------------------------- */




.tp_news_in{
	width:100%;
	height:auto;
	margin-bottom:30px;
}

.tp_news_in dl dt{
	float:none;
	clear:both;
	color:#02c2da;
	font-size:15px;
	line-height:120%;
	max-width:auto;
	margin-bottom:5px;
}

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

.tp_news_in dl dd a{
	color:#000;
	text-decoration:none;
}

.tp_news_in dl dd a:hover{
	color:#000;
	text-decoration:underline;
}





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




.tp_cpy_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_01_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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

}



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

.tp_cpy_l{
	width:100%;
	height:auto;
	float:none;

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

.tp_cpy_r{
	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;
}

.tp_cpy_l dl dt{
}


.tp_cpy_l dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







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




.tp_svs_bg{
	width: 100%;
	height:600px !important;
	background:url(../img/top/tp_03_02_bg.jpg) center center  no-repeat ; 
	 -moz-background-size: cover;
	-o-background-size: cover;
	 background-size: cover;
	 margin:0px auto 0px auto;

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

}



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

.tp_svs_l{

	max-width:400px;
	width:100%;
	height:auto;
	float:none;
	margin:0 auto 30px auto;
	
	
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center; 
   align-items: center; 
   -webkit-justify-content: center; 
   justify-content: center;

}

.tp_svs_r{
   
	width:100%;
	height:auto;
	float:none;

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

.tp_svs_r dl dt{
}


.tp_svs_r dl dd{
	max-width:390px;
	width:100%;
	height:auto;
	margin:0 auto 20px auto;
	font-size:16px;
	line-height:150%;
	
	word-wrap:break-word;
	word-break:break-all;
}







/* トップ　商品案内 ---------------------------------------------- */

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

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

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

.tp_pdt_b_img{
	text-align:center;
	

}

.tp_pdt_b_img img{
	max-width:420px;
	width:100%;
  height: 170px;
  object-fit: cover;
}

.tp_pdt_b dl{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(../img/top/tp01_bg.jpg) repeat;
	padding:18px 10px;
	box-sizing:border-box;
}


.tp_pdt_b dl dt{
	font-size:18px;
	line-height:120%;
	margin-bottom:5px;
	font-style:italic;

	text-align:center;
	margin-bottom:12px;
}


.tp_pdt_b dl dt p{
	font-size:24px;
	line-height:120%;
	margin-bottom:5px;
	font-style:normal;
	color:#000;
}

.tp_pdt_b dl dt span::before {
	content: "" ;
	white-space:normal;
}


.tp_pdt_b_cr01{
	color:#0455a7;
}

.tp_pdt_b_cr02{
	color:#339900;
}

.tp_pdt_b_cr03{
	color:#00cccc;
}

.tp_pdt_b dl dd{
	font-size:15px;
	line-height:165%;
	word-wrap:break-word;
	word-break:break-all;
	margin-bottom:20px;
}




/* トップ　会社情報　事業案内 ---------------------------------------------- */


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


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

.tp_cysvs_b ul li{
	max-width:420px;
	width:100%;
	height:auto;
	margin:0 auto 40px auto;
	float:none;

}

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

.tp_cysvs_b_img{
	text-align:center;
	margin:0 auto 15px auto;
}


.tp_cysvs_b ul li dl dt{
}






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

.tp_cmn_ctt_bg{

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

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


.tp_cmn_ctt dl dt{
	font-size:26px;
	line-height:130%;

	text-align:center;
	margin-bottom:15px;
}

.tp_cmn_ctt dl dt p{
	font-size:18px;
	line-height:130%;

	text-align:center;
	margin-bottom:2px;
}

.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:none;
}


.tp_cmn_ctt dl dt a{
	color:#000;
	text-decoration:underline;
}

.tp_cmn_ctt dl dd{

}





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





.cpy_msg_area{
	margin-bottom:40px;
}



.cpy_msg{

	width: 100%;


	text-align: left;

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

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

.cpy_msg p{
	text-align: right;
}

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


.cpy_b01{
	width:100%;
	height:auto;
	margin-bottom:80px;

}

.cpy_b01 table{
	width:100%;
	height:auto;
}

.cpy_b01 table th{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	line-height:130%;

	border-bottom:none;
	text-align:left;
	width:100%;
	padding:7px 0px 0 0;
	
	font-weight:bold;

}

.cpy_b01 table td{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	border-bottom:1px dotted #e70505;
	text-align:left;
	padding:5px 0px 7px 0;
}



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

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


.cpy_map_txt{
	margin-bottom:20px;	
}

.cpy_map_txt dl dt{
	font-size:17px;
	line-height:120%;
	margin-bottom:10px;
}


.cpy_map_txt dl dd{
	font-size:16px;
	line-height:130%;
}

.cpy_map01{
	margin-bottom:30px;
}

.cpy_map02{
}





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


.bis_top{
	font-size: 20px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 20px;

}

.bis_txt1{
	font-size: 14px;
	line-height: 140%;

	margin-bottom: 40px;
	word-wrap:break-word;
	word-break:break-all;
}


.bis_list{
	margin-bottom: 20px;
}

.bis_list ul li{
	float: left;
	width: 48%;

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

}

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

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

.bis_list ul li dt{
	position: relative;
	width: 100%;
	padding-top: 63.2%;

	margin: 0px auto 5px;

	text-align: center;
}


.bis_list ul li.list1 dt{
	background:url(../img/business/bis_list1.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list2 dt{
	background:url(../img/business/bis_list2.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list3 dt{
	background:url(../img/business/bis_list3.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list4 dt{
	background:url(../img/business/bis_list4.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list5 dt{
	background:url(../img/business/bis_list5.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list6 dt{
	background:url(../img/business/bis_list6.jpg) center top  no-repeat ; 
    background-size:contain; 
}

.bis_list ul li.list7 dt{
	background:url(../img/business/bis_list7.jpg) center top  no-repeat ; 
    background-size:contain; 
}


.bis_list ul li dt p{
	position: absolute;
	top: 50%;
	left: 50%;

	width: 100%;

	color: #ffffff;
	font-size: 16px;
	line-height: 120%;
	font-weight: 700;

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

.bis_list ul li dt p span{
	font-size: 14px;
}


.bis_list ul li dd{
	text-align: left;
	font-size: 13px;
	line-height: 140%;

	/*height: 140px;*/

	width: 100%;
	word-wrap:break-word;
	word-break:break-all;
}

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

.work_top{
	font-size: 20px;
	line-height: 140%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 20px;

}

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

}

.work_table table{
	width:100%;
	height:auto;
}

.work_table table th{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	line-height:130%;

	border-bottom:none;
	text-align:left;
	width:100%;
	padding:7px 0px 0 0;
	
	font-weight:bold;

}

.work_table table td{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:5px 0px 7px 0;
}



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

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


.cnt_01{
    margin-bottom: 60px;
}

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


.cnt_01 ul li {

}

.cnt_01 ul li dl dt{
    font-size: 14px;
    line-height: 140%;
    color: #000000;
    color: #000000;
    text-decoration: none;
    float: none;
    clear: both;
    margin-right:0px;
    margin-bottom: 4px;
}


.cnt_01 ul li dl dd{
    font-size: 12px;
    color: #000000;
    color:#606060;
    text-decoration: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #ACACAC;
}

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


.cnt_01 ul li a:hover{
    color: #54658D;
    text-decoration: none;
}











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

.rrt_top{
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;

	text-align: center;
	margin-bottom: 20px;

}

.rrt_top span{
	font-size: 16px;
}

.rrt_top span br{
	display: inline;

}


.rrt_txt1{
	font-size: 14px;
	line-height: 140%;

	margin-bottom: 40px;
	word-wrap:break-word;
	word-break:break-all;
}






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

.rrt_sm_list > ul{
	width: 100%;
	max-width: 580px;
	margin: 0px auto;
}

.rrt_sm_list > ul > li{
	width: 100%;
	float: none;
}

.rrt_sm_list > ul > li:first-child{
	margin-right: 0%;
	margin-bottom: 30px;
}

.rrt_sm_img{
	width: 100%;
	margin: 0px auto 15px;
}

.rrt_sm_img img{
	width: 100%;
}

.rrt_sm_name{
	font-size: 20px;
	line-height: 120%;
	font-weight: 700;

	margin-bottom: 20px;

}

.rrt_sm_name p{
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;

}

.rrt_sm_faq{

}

.rrt_sm_faq li{
	padding: 10px 0px;
	border-bottom: 1px dotted #000;
}

.rrt_sm_faq li:last-child{
	border-bottom: none;
}

.rrt_sm_faq li dt{
	font-size: 16px;
	line-height: 120%;

	margin-bottom: 20px;
}

.rrt_sm_faq li dt span{
	font-size: 22px;
	line-height: 120%;

	color: #e70505;
}

.rrt_sm_faq li dd{
	font-size: 14px;
	line-height: 120%;

	word-wrap:break-word;
	word-break:break-all;
	margin-bottom: 10px;
}


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

}

.rrt_table table{
	width:100%;
	height:auto;
}

.rrt_table table th{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	line-height:130%;

	border-bottom:none;
	text-align:left;
	width:100%;
	padding:7px 0px 0 0;
	
	font-weight:bold;

}

.rrt_table table td{
	display:block;
	
	border-collapse:collapse;
	font-size:14px;
	border-bottom:1px dotted #000000;
	text-align:left;
	padding:5px 0px 7px 0;
}


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

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




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


.f_txt01{
    font-size: 13px;
    line-height: 100%;
    text-align: center;


}

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

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



.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:#2d589e;
	font-size:18px;
	font-weight: 700;
	line-height:140%;
	margin-bottom:10px;
}

.contact-t dl dd{
	
	font-size:16px;
	line-height:140%;
	margin-bottom:15px;
	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);
    }
}




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


.privacy{
}


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

    margin-bottom: 5px;

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 600;
}


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

font-family: klee-one, sans-serif;
font-style: normal;
font-weight: 400;
}













}
