@charset "UTF-8";


/* ------------------------------------- */
/*	  overwrite
/* ------------------------------------- */

body{
	position: relative;
	color: #6D6D6D;
	font-size: 14px;
	line-height: 1.7143;
	font-family:Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
h1,h2,h3,p,dl,dt,dd,li,ul,ol,address{
	margin: 0;
	padding: 0;
}
dt,dd{
	line-height: 1.6875;
}
ul{
	list-style: none;
}
dt{
	font-weight: normal;
}
h1,h2,h3,h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

em, address{
	font-style: normal;
}

a,
a:visited{
	text-decoration: underline;
  -webkit-transition: 0.5s;  /* Saf3.2+, Chrome */
  transition: 0.5s;
}
a:hover{
}


/* ------------------------------------- */
/*	 layout
/* ------------------------------------- */

html,body{
	height: 100%;
}
.sec02,
.sec03,
.sec04,
.sec05,
.map_canvas-out{
	position: relative;
	z-index: 10;
}

/* ------------------------------------- */
/*	 module
/* ------------------------------------- */

.font-SSP{	
	font-family: 'Source Sans Pro', sans-serif;
}
.fontW-300{
	font-weight: 300;
}
.fontW-400{
	font-weight: 400;
}
.fontW-600{
	font-weight: 600;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb12{
	margin-bottom: 12px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb95{
	margin-bottom: 95px;
}
.mb140{
	margin-bottom: 140px;
}
.mb1em{
	margin-bottom: 1em;
}
.rmb75a{
	margin-bottom: 45px;
}
.rmb75{
	margin-bottom: 65px;
}

@media (min-width: 768px){
	.rmb75,
	.rmb75a{
		margin-bottom: 75px;
	}
}

.m-auto{
	margin-left: auto;
	margin-right: auto;
}

.pos-re{
	position: relative;
}

.fs11px{
	font-size: 11px;
}
.fs14px{
	font-size: 14px;
}
.txtC{
	text-align: center;
}
.txtR{
	text-align: right;
}
.txtidt{
	text-indent: 1em;
}
.lspace{
	letter-spacing: .2em;
}


/* ------------------------------------- */
/*	 common
/* ------------------------------------- */

.co-h2{
	color: #6D6D6D;
	font-size: 45px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.2;
}
@media (min-width: 768px){
	.co-h2{
		font-size: 63px;
	}
}


/* ------------------------------------- */
/*	 nav
/* ------------------------------------- */

.navbar-fixed-top{
	border: 0;
}
.nav li{
	font-size: 19px;
}
.navbar-default .navbar-nav > li > a{
	padding: 17px 14px;
	text-align: center;
	text-decoration: none;
}
.navbar-toggle{
	border: 0;
	padding: 0;
	margin: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover{
	background: transparent;
}
.navbar-brand a{
	outline: none;
}

@media (min-width: 768px){
	nav,
	.navbar-brand,
	.navbar-nav{
	-webkit-transition: 0.5s;  /* Saf3.2+, Chrome */
	transition: 0.5s;
	}
	.navbar-default{
		background-color: transparent;	
	}
	.navbar-default.scrollheader{
		background-color: #fff;	
		box-shadow: 0 0 3px #d3d3d3;
	}
	.navbar-default .navbar-brand{
		height: 123px;
		padding: 57px 0 0;
		line-height: 1;
	}
	.navbar-default.scrollheader .navbar-brand{
		height: 84px;
		padding: 9px 0;
	}
	.navbar-nav{
		margin-top: 49px;
		float: right;
	}
	.navbar-default .navbar-nav > li:last-child a{
		line-height: 0;
		font-size: 16px;
		padding-top: 14px;
	}
	.scrollheader .navbar-nav{
		margin-top: 20px;
	}
	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover{
		color: #fff;
		background-color: transparent;
		outline: none;
	}
	.navbar-default.scrollheader .navbar-nav > li > a,
	.navbar-default.scrollheader .navbar-nav > li > a:focus{
		color: #6D6D6D;
	}
	.navbar-default.scrollheader .navbar-nav > li > a:hover, 
	.navbar-default.scrollheader .navbar-nav > .active > a, 
	.navbar-default.scrollheader .navbar-nav > .active > a:focus, 
	.navbar-default.scrollheader .navbar-nav > .active > a:hover{
		color: #AD8F4C;
		background-color: transparent;
	}
}
@media (max-width: 767px){
	.navbar-default{
		background-color: #fff;	
		box-shadow: 0 0 3px #d3d3d3;
	}
	.navbar-default .navbar-nav > li > a{
		padding-top: 14px;
		padding-bottom: 14px;
		border-bottom: solid 1px #999;
	}
	.navbar-default .navbar-brand{
		width: 70px;
		height: 46px;
		margin: 8px 0 8px 15px;
		padding: 0;
		line-height: 1;
	}
	.navbar-nav{
		margin-bottom: 0;
		margin-top: 0;
	}
	.navbar-default .navbar-nav > li:last-child a .on_img{
		display: none !important;
	}
	.navbar-default .navbar-nav > li > a.act,
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus{
		color: #6D6D6D;
		outline: none;
	}
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .active > a:hover{
		color: #AD8F4C;
		background-color: transparent;
	}
}


/* ------------------------------------- */
/*	  Footer
/* ------------------------------------- */

footer{
	position: relative;
    z-index: 1;
	padding: 45px 0;
	text-align: center;
	background-color: #1F2C37;
	color: #fff;
	border-top: solid 7px #AD8F4C;
}
.f-copy small{
	font-size: 18px;
}


/* ------------------------------------- */
/*	 sec01
/* ------------------------------------- */

.sec01{
	overflow: hidden;
	width: 100%;
}
.logo{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../sy-images/pattern.png) fixed;
	-webkit-transform: translateZ(0);
}
.sec01-head{
	position: absolute;
	width: 100%;
	min-width: 320px;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.sec01-more{
	display: inline-block;
	width: 240px;
	height: 49px;
	border: solid 2px #fff;
	line-height: 45px;
	padding-left: 10px;
	font-size: 20px;
	letter-spacing: 10px;
	text-decoration: none;
	color: #fff;
  -webkit-transition: 0.5s;  /* Saf3.2+, Chrome */
  transition: 0.5s;
}
.sec01-head h1{
	line-height: 1;
}
.sec01-more:hover{
	background-color: #fff;
	color: #292A2E;
	text-decoration: none;
}
@media (min-width: 768px){
	.sec01-head{
		height: 335px;
		left: 0;
		top: 50%;
		margin-top: -167px;
	}
	.sec01-head h1{
		font-size: 125px;
		margin: 15px 0 35px;
	}
	.sec01-head p{
		font-size: 30px;
	}
	.sec01-more{
		margin-top: 50px;
	}
}
@media (max-width: 767px){
.logo{
	position: absolute;
	width: 100%;
	z-index: 2;
}
	.sec01{
	background: url(../sy-images/pattern.png);		
	}
	.sec01-head{
		position: absolute;
		height: 236px;
		left: 0;
		top: 152px;
	}
	.sec01-head h1{
		font-size: 67px;
		margin: 13px 0 20px;
	}
	.sec01-head p{
		font-size: 16px;
	}
	.sec01-more{
		margin-top: 55px;
	}
}


/* ------------------------------------- */
/*	 sec02
/*  service
/* ------------------------------------- */

.sec02{
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 25x;
	background-color: #fff;
}
.sec02-icon{
	position: relative;
	display: inline-block;
	width: 174px;
	height: 174px;
	background: url(../sy-images/se_base.png) no-repeat center;
	background-size: 174px 174px;
	margin-bottom: 30px;
}
.sec02-icon img{
	position: absolute;
	display: inline-block;
	left: 50%;
	top: 50%;
	margin: -52px 0 0 -53px;
    transition-duration: 0.6s, 0.6s;
    transition-timing-function: cubic-bezier(0.17, 0.89, 0.67, 1), ease-out;
}
.reset,
.sec02-icon.leave img{
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.sec02-icon.enter img{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.sec02-txt{
	text-align: left;
	margin: 10px 15px 95px;
}
@media (min-width: 768px){
	.sec02{
		padding-top: 146px;
		padding-bottom: 75px;
	}
}
@media (max-width: 767px){
	.sec02-txt{
	}
}

/* ------------------------------------- */
/*	 sec03
/*  about
/* ------------------------------------- */

.sec03{
	overflow: hidden;
	background-color: #f6f6f6;
	color: #2A3333;
	padding-top: 60px;
	padding-bottom: 80px;
	text-align: center;
}
.sec03-L h3{
	font-size: 17px;
	margin-bottom: 20px;
}
.sec03-R h3{
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 20px;
}
.sec03-dl{
	padding-bottom: 35px;
}
.sec03-dl dd{
	margin-bottom: 10px;
}
.sec03-link{
	display: inline-block;
	width: 230px;
	height: 50px;
	border: solid 2px #2A3333;
	line-height: 46px;
	padding-left: 10px;
	font-size: 20px;
	letter-spacing: 10px;
	text-decoration: none;
	color: #2A3333;
  -webkit-transition: 0.5s;  /* Saf3.2+, Chrome */
  transition: 0.5s;
}
.sec03-link_long {
	letter-spacing: 5px;
	padding: 0 20px 0 28px;
	width: auto;
}
.sec03 .scrollimation.d5 {
	transition-delay: 1.4s;
}
.sec03-link:hover{
	background-color: #2A3333;
	color: #fff;
	text-decoration: none;
}
@media (min-width: 768px){
	.sec03{
		padding-top: 146px;
		padding-bottom: 170px;
	}
	.sec03-L{
		text-align: right;
	}
	.sec03-R{
		text-align: left;
	}
	.sec03-L a,
	.sec03-R a{
		color: #2a3333;
		text-decoration: none;
	}
}
@media (max-width: 767px){
	.sec03-R .sec03-dl span{
		display: inline-block;
	}
	.sec03-L a,
	.sec03-R a{
		font-size: 16px;
		display: inline-block;
		line-height: 30px;
	}
}

/* ------------------------------------- */
/*	 sec04
/*  works
/* ------------------------------------- */

.sec04{
	overflow: hidden;
	background-color: #48545E;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 60px;
	text-align: center;
}
.sec04 .co-h2{
	color: #fff;
}
.sec04-sort{
	margin-bottom: 65px;
}
.sec04-sort li{
	display: inline-block;
	font-size: 20px;
}
.sec04-sort li a{
	display: inline-block;
	margin: 0 13px;
	color: #fff;
	text-decoration: none;
}
.sec04-sort li a:hover,
.sec04-sort li a.sortact{
	color: #AD8F4C;
}
.sec04-wrapper{
/*	width: 100%;*/
    margin: 0 auto;
	overflow: hidden;
}
.sec04-list {
    margin: 0 auto;
}
.sec04-list li{
	position: relative;
	display: inline-block;
	width: 230px;
	height: 128px;
	overflow: hidden; 
	text-align: center;
	margin-bottom: 25px;
}
.sec04-list a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sec04-img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.sec04-img img{
	max-width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 4s ease;
   transition: all 4s ease;
}
.sec04-img.reset,
.sec04-img.leave img{
	-webkit-transition: none 0s ease 0s;
	transition: none 0s ease 0s;
}
.sec04-img.enter img{
    -webkit-transform: scale( 1.7 );
    transform: scale( 1.7 );
}
.sec04-hover{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
}
.sec04-hover:hover{
	opacity: 1;
}
.sec04-hover h3{
	font-size: 20px;
	font-weight: 700;
	transform: translateY(182px);
	-webkit-transition: all 0.6s ease-out 0.1s;
   transition: all 0.6s ease-out 0.1s;
}
.sec04-hover:hover h3{
	transform: translateY(80px);
}
.sec04-hover p{
	transform: translateY(200px);
	-webkit-transition: all 0.6s ease-out 0.2s;
   transition: all 0.6s ease-out 0.2s;
}
.sec04-hover:hover p{
	transform: translateY(100px);
}
.sec04 .other_clients{
	padding: 20px 0;
}
.sec04 .other_clients h3{
	margin-bottom: 20px;
	opacity: 0.8;
}
.sec04 .other_clients table{
	width: 85%;
	margin: 0 auto;
}
.sec04 .other_clients table td{
	text-align: center;
	padding: 10px;
	vertical-align: top;
	width: 33%;
}
@media (min-width: 768px){
	.sec04{
		padding-top: 146px;
		padding-bottom: 120px;
	}
	.sec04-list li{
		width: 326px;
		height: 182px;
/*
		margin: 0 20px 50px;
*/
	}
}
@media (min-width: 992px){
/*
	.sec04-list li{
		margin: 0 30px 50px;
	}	
*/
}


/* ------------------------------------- */
/*	 sec05
/*  contact
/* ------------------------------------- */

.sec05{
	overflow: hidden;
	background-color: #fff;
	padding-top: 75px;
	padding-bottom: 70px;
}
.sec05-R{
	text-align: center;
}
.sec05-add dt{
	font-size: 16px;
}
.sec05-add dd{
	font-size: 11px;
}
.sec05-add dd address{
	font-size: 15px;
}
.sec05-add dd address a{
	display: inline-block;
	line-height: 35px;
}
@media (min-width: 768px){
	.sec05{
		padding-top: 146px;
		padding-bottom: 150px;
		background: #fff url(../sy-images/co_logo.png) no-repeat 0 bottom;
	}
	.sec05-R{
		text-align: right;
	}
	.sec05-add a{
		color: #2a3333;
		text-decoration: none;
	}
}

@media (max-width: 767px){
	.sec05-add{
		margin-bottom: 35px;
	}
}


/* form */
.form-group{
	position: relative;
	margin-bottom: 30px;
}
.cnt-form label{
	display: none;
}
.cnt-form .form-control {
	display: block;
	width: 100%;
	height: auto;
	border: none;
	padding: 13px 20px 13px 70px;
	background-color: #F6F6F6;
  	color: #2a3333;
	font-size: 16px;
	line-height: 2;
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
	-webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
#cnt-name{
	background: #F6F6F6 url(../sy-images/co_icon_01.png) no-repeat 30px 19px;
	background-size: 20px 20px;
}
#cnt-company{
	background: #F6F6F6 url(../sy-images/co_icon_02.png) no-repeat 30px 19px;
	background-size: 20px 20px;
}
#cnt-mail{
	background: #F6F6F6 url(../sy-images/co_icon_03.png) no-repeat 30px 19px;
	background-size: 20px 20px;
}
#cnt-message{
	background: #F6F6F6 url(../sy-images/co_icon_04.png) no-repeat 30px 19px;
	background-size: 20px 20px;
	height: 210px;
}
#cnt-name:focus,
#cnt-company:focus,
#cnt-mail:focus,
#cnt-message:focus{
	background-color: #ddd;
}
.btn.btn-col{
	background-color: #2A3333;
	color: #fff;
	border-radius: 0;
	padding: 14px 10px;
	font-size: 20px;
	line-height: 24px !important;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
   transition: all 0.5s ease;
}
.btn.btn-col:hover{
	opacity: .7;
}
.btn.btn-col span{
	margin-right: 10px;
}
.btn.btn-col span img{
	vertical-align: baseline;
}
.sec05 .btn-block + .btn-block{
	margin-top: 0;
}

.cnt-form-at{
	position: absolute;
	display: inline-block;
	right: 0;
	top: -23px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	color: #FD0000;
}

/* ------------------------------------- */
/*	 gmap
/* ------------------------------------- */

#gmap{
	width: 100%;
	height: 300px;
}
@media (min-width: 768px){
	#gmap{
		height: 500px;
	}
}


#loader {
	width:100%;
	height:100%;
	position:absolute;
	z-index: 99999;
	text-align: center;
	background-color: #ffffff;
}
#loader img {
	display: none;
}


@media (max-width: 767px){
	.pc {
		display: none !important;
	}
}
@media (min-width: 768px){
	.sp {
		display: none !important;
	}
}

.sy-linktitle {
	background-color: #292a2e;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 16px 0;
	padding: 10px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.sy-linktitle:after {
	border: solid 1px #fff;
	content: "";
	height: calc( 100% - 4px );
	position: absolute;
	left: 2px;
	top: 2px;
	width: calc( 100% - 4px );
}
a.sy-linktitle:hover {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
