@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	line-height: 1.7;
}

/*------------ 全体 ------------*/
html>body {
	font-size: 3.2vw;
}
body {
}
._hover{
	transition: opacity 0.3s linear;
	opacity: 1;
}
._hover:hover{
	opacity: 0.7;
}
img{
	max-width: 100%;
	height: auto;
}

/*------------ WRAPPER ------------*/
#wrapper {
}
.content_inner{
	margin:0 auto;
	padding: 0 2.66vw;
}

/*------------ HEADER ------------*/
#header{
	padding: 1.33vw 0 2.66vw;
}
#header h1{
	font-size: 2.4vw;
	text-align: center;
	color: #3eb134;
	margin-bottom: 1.33vw;
}
#header .logo{
	text-align: center;
}
#header .logo img{
	width: 57.33vw;
}

/*------------ NAVI ------------*/


/*------------ TOP ------------*/
.list_slide{
	margin: 0 auto;
}
#main .swiper-slide{
	height:46.66vw;
	position:relative;
	margin:0 auto;
	background-position:center top;
	background-repeat:no-repeat;
	background-size: auto 100%;
}
#main .swiper-pagination-bullet{
	opacity: 1;
	background-color: #b4b4b4;
	width: 1.33vw;
	height: 1.33vw;
	margin: 0 1.33vw;
}
#main .swiper-pagination-bullet-active{
	background-color: #3eb134;
}
#main .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 2.66vw;
}
#news{
	padding: 2.66vw 0;
}
.table_news{
	width: 100%;
}
.table_news th,
.table_news td{
	vertical-align: middle;
	box-sizing: border-box;
}
.table_news th{
	text-align: center;
	background-color: #3eb134;
	width: 20.00vw;
	padding: 0 1.33vw;
}
.table_news th img{
	vertical-align: sub;
}
.table_news td{
	text-align: left;
	padding-left: 2.66vw;
	padding-right: 0;
}
.bg_ttl{
	background-image: url(../images/bg_ttl.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: auto 100%;
	box-sizing: border-box;
	height: 12.533vw;
	padding: 3.0vw 2.66vw 0;
	color: #FFF;
	font-weight: 700;
}
.link{
	text-align: right;
	padding-top: 2.66vw;
}
.link a{
	color: #3eb134;
}
.lead{
	margin-bottom: 1.33vw;
}
.img_flow{
	margin-bottom: 5.33vw;
}
.img_flow img{
	width: 100%;
}
.link_contact{
	margin-bottom: 3.99vw;
	text-align: center;
}
.link_contact img{
	width: 72vw;
}
.table_outline{
	width:100%;
	border-bottom:1px solid #787878;
	margin-bottom: 2.66vw;
}
.table_outline th,
.table_outline td{
	font-weight:normal;
	padding:1.33vw;
	border-bottom:1px dotted #787878;
	vertical-align:top;
	text-align:left;
}
.table_outline tr:last-child th,
.table_outline tr:last-child td{
	border:none;
}
.table_outline th{
	width:25%;
	white-space: nowrap;
}
.ttl_icon{
	margin-bottom:1.33vw;
}
.ttl_icon img{
	width: 4.26vw;
	vertical-align: middle;
}
.ttl_icon .icon{
	display:inline-block;
	vertical-align:middle;
	margin-right:1vw;
}
.ttl_icon .ttl{
	display:inline-block;
	vertical-align:middle;
	color:#46b035;
	font-size:4.26vw;
	font-weight:normal;
}
.content_works{
	padding: 0 5.33vw;
}
#list_works{
	padding-top: 2vw;
	padding-bottom: 3vw;
}
#list_works li{
	float: left;
	width: 48.5%;
	margin-bottom: 5%;
}
#list_works li:nth-child(odd){
	clear: both;
}
#list_works li:nth-child(even){
	float: right;
}
#list_works li .info{
	padding-top: 2vw;
	font-size: 2.8vw;
}
#fancybox-title-over {
    padding: 0 !important;
	background: none !important;
	font-size: 4vw !important;
	font-weight: 700 !important;
	color: #FFF !important;
}


/*------------ FOOTER ------------*/

#footer{
	background-image: url(../images/bg_footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: auto 100%;
	height: 26.66vw;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
	padding-top: 2.66vw;
	font-size: 2.8vw;
	margin-top: 2.66vw;
}
#footer .logo{
	margin-bottom: 1.33vw;
}
#footer .logo img{
	width: 40vw;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

