@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body{
	font-family: 'Noto Sans Japanese', sans-serif;
	overflow-x: hidden;
}
a:hover{
	text-decoration: none;
	opacity: 0.6;
}
.top-img{
	background-image: url(../image/toppatern2.jpg);
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-top: 14vh;
	padding-bottom: 14vh;
	padding-left: 50%;
	padding-right: 2.5em;
}
.top-img h1{
	margin: 0;
	padding: 16px;
	font-size: 18px;
	color: #000000;
	line-height: 2em;
	background-color: rgba(255,255,255,0.60);
}
#back{
	margin: 0 auto;
	width: 1280px;
	padding: 0;
}
#page{
	max-width: 288px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #005F91;
	z-index: -1;
}
#page4{
	max-width: 16px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #005F91;
	z-index: -1;
	margin-left: 1248px;
}
#page2{
	max-width: 16px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #005F91;
	z-index: -1;
	margin-left: 768px;
}
#page3{
	max-width: 16px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #005F91;
	z-index: -1;
	margin-left: 1008px;
}
#page1{
	max-width: 16px;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	background-color: #005F91;
	z-index: -1;
	margin-left: 528px;
}
main{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
h3{
	padding-left: 16px;
}
/********************
グローバルナビゲーション
*********************/
#menu-box{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	max-width: 1280px;
}

#toggle{
	float: left;
	width: 10%;
	padding-top: 16px;
}
nav {
	width: 70%;
	float: right;
	padding-top: 32px;
}

#menu-box::after{
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: "";	
}
#menu{
	margin: 0;
	padding: 0;
}
#menu  li{
	list-style-type: none;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#menu  li a{
	color: #3E454C;
	font-size: 16px;
	padding: 16px;
}

nav :after{
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: "";	
}
/******************
	トップページサービス
*******************/
.box{
	max-width: 1120px;
	width: 100%;
}
.text{
	float: left;
	width: 35%;
}
.img{
	float: right;
	width: 50%;
}
.box::after{
	clear: both;
	content: "";
	display: block;
}
.news h2{
	font-size: 24px;
	color: #005F91;
}
.news p{
	font-size: 16px;
	padding-left: 16px;
}
.description{
	padding-top: 24px;
	padding-bottom: 24px;
}
.description a {
	background-color: #005F91;
	color: #ffffff;
	padding: 16px;
	text-align: center;
}
.description a:hover{
	border: 2px solid #005F91;
	background-color: #ffffff;
	color: #005F91;
}
/********************
	施工実績
*********************/
.results-works h3{
	font-size: 24px;
}
.results-works h3 span{
	display: block;
	font-size: 14px;
	padding-left: 8px;
}
.results-box {
	overflow:hidden;
	margin:	10px 8px 10px 16px;
	position:relative;
}
 .results-article {
	text-align: center;
	color:#fff;
}
.results-works-text {
	width:100%;
	height:100%;
	position:absolute;
	margin: 0 auto;
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.results-box:hover .results-works-text {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.results-btn{
	border: 2px solid #084D81;
	padding: 12px;
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #222222;
	background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(242, 242, 242, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(242, 242, 242, 1) 50%);
    -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s;
	font-size: 14px;
}
.results-btn i{
	padding-left: 16px;
}
.results-btn:hover{
	background-color: rgba(242, 242, 242, 1);
	background-position: -100% 100%;
}
@media screen and (max-width:768px){
#page{
	width: 100%;
	max-width: 144px;
	}
#page4{
	max-width: 8px;
	margin-left: 360px;
}
#page2{
	max-width: 8px;
	margin-left: 248px;
}
#page3{
	max-width: 8px;
	margin-left: 304px;
}
#page1{
	max-width: 8px;
	margin-left: 192px;
}
/******************
	トップリード文
*******************/
.top-img{
	padding-top: 6vh;
	padding-bottom: 6vh;
	padding-left: 25%;
	padding-right: 1.5em;
}
.top-img h1{
	margin: 0;
	padding: 12px;
	font-size: 14px;
	color: #000000;
	position: static;
	line-height: 2em;
	background-color: rgba(255,255,255,0.60);
}
/*****************
	グローバルメニュー
******************/
#menu-box:after{
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	visibility: hidden;
	content: "";
}
.header-top{
		display: none;
	}
#menu-box{
		position: relative;
		background: #ffffff;
	}
nav{
		width: 100%;
	margin: 0 auto;
	text-align: center;
	}
#menu{
	display: none;
	margin: 0;
	padding: 0;
	padding-top: 16px;
	}
	
#menu li{
		width: 100%;
		list-style-type: none;
		padding-top: 8px;
	}
#menu li a{
		color: #434343;
		line-height: 1.5em;
		font-size: 16px;
	}

#toggle {
		color: #f1f1f1;
		padding: 8px;
		font-size: 24px;
		display: inline-block;
		z-index: 900;
	}

/*ハンバーガーメニューアイコン*/
#position-toggle{
		position: absolute;
		top: 12px;
		right: 3%;
	}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 25px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left:0;
	width: 100%;
	height: 3px;
	background-color: #005F91;
	border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
/***************************
.top-img{
	background-image: url(../image/work2_after.jpg);
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 0px;
	
}
***********************/
	
/******************
	トップページサービス
*******************/
.box{
	width: 100%;
}
.text{
	float: none;
	width: 100%;
}
.img{
	float: none;
	width: 100%;
}
/***************
	news
****************/
.news h2{
	font-size: 21px;
	color: #005F91;
}
.news p {
	font-size: 12px;
}
/*********************
	動画の埋め込み
**********************/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
/******************
	細かい設定
*******************/
.font-size{
	font-size: 21px;
}

/******************
	新着情報
*******************/
.news{
	background-color: #fafafa;
	margin-top: 0;
	padding: 16px;
	margin-bottom: 16px;
}

.top-service{
	background-color: #FAFAFA;
	padding: 16px 16px 72px;
	width: 95%;
	margin: 0 auto 24px;
}
.top-service .row{
	padding-top: 32px;
}
.top-img{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		height: 100%;
	}
/******************
	トップページ項目
*******************/
.box-img{
	display: block;
	padding: 16px;
	position: relative;
	padding: 0;
}
.box-img h3{
	background-color: #005F91;
	color: #ffffff;
	text-align: center;
	display: block;
	position: absolute;
	top: -8.2%;
	right: 0;
	font-size: 16px;
	padding-top: 12px;
	width: 88px;
	height: 44px;
}
/****************
	共通部分footer
*****************/
footer{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #fafafa;
	border-top: 1px solid #95989A;
	/*
	border-bottom: 20px solid #005F91;
	*/
	padding: 16px;
}
footer .footer_box{
	float: left;
}
footer .footer_nav{
	float: left;
}
footer .footer_nav ul li{
	list-style-type: none;
	padding: 8px;
	float: left;
}
footer .footer_nav ul li a{
	border-right: 1px solid #666666;
	display: inline-block;
	padding-right: 8px;
}

footer .footer_nav::after{
	display: block;
	content: "";
	clear: both;
}
footer .footer_nav ul li a{
	color: #000000;
}
.footer-bottom{
	background-color: #005F91;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	width: 100%;
	color: #ffffff;
	max-width: 1280px;
	margin: 0 auto;
}
#footer::after{
	display: block;
	content: "";
	clear: both;
}
/***
パンくずリスト
*****************/
ul.breadcrumb{
	padding-left: 4px;
	background-color: rgba(255,255,255,0.00);
}
.breadcrumb li{
	padding-left: 0;
}
.breadcrumb li a span{
	font-size: 12px;
	color: #fefefe;
}
