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

/*------------------------------------------------------------

common

------------------------------------------------------------*/



@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}
@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}

body {
    font-family: Roboto, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
counter-reset: item;
background-color:#fff;
overflow-x: hidden;
}


@keyframes slideInleft {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateX(100px);
}
to {
    opacity: 1;
    transform: translateX(0);
}

}

a {
text-decoration: none;
}

.flex {
	display: flex;
}
.left {
	width: 30%;
}

.right {
	width: 70%;
}

.wht {
	color: #fff;
}


.snap-container {
overflow: auto;
 scroll-snap-type: y mandatory;
height: 100vh;
}
 
.snap-child {
  scroll-snap-align: start;
}


/*------------------------------------------------------------

contents

------------------------------------------------------------*/

.globalMenuSp {
	display: none;
}

.navToggle {
	display: none;
}


.main {
position: relative;
height: 100vh!important;
width: 100%;
}

.sub {
position: relative;
height: 300px;
background: url(../img/bridge2.jpg);
background-size: cover;
background-position: center;
width: 100%;
}

.sub::after {
content: '';
  background:url(../img/vegas_bg05.png);
background-size: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navlogo {
width: 100%;
padding: 50px 10px;
box-sizing: border-box;
}
.navlogo img{
width: 100%;
}

.logo h1 {
	font-size: 1.5em;
	text-shadow: 1px 1px 3px #fff;
}

#gnav {
	position: fixed;
	border-top: solid 3px #99cc33;
	animation-name: slideInleft;
  animation-duration: 1s;
  animation-timing-function: ease-out;
	left: 0;
	height: 100vh;
	width: 200px;
	background: rgba(255,255,255,1);
	box-sizing: border-box;
	transition: .5s;
	z-index: 99;
}

#gnav.bd-right{
	background: rgba(255,255,255,.9);
	transition: .5s;
}

#gnav.bd-right::after {
	height: 0;
}

#gnav:after {
    content: '';
    display: block;
    width: 1px;
    height: 100vh;
     background-color:#dcdcdc; 
    -webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: absolute;
    right: 0;
    bottom: 0;
}



.nav{
	margin: 0 20px;
	padding:30px 0;
	border:solid #f5f5f5;
	border-width:1px 0 1px 0;
	box-sizing: border-box;
}

.nav li{
	padding: 30px 0;
}

.nav li a{
	position: relative;
	display: inline-block;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 10px;
	transition: 0.3s;
}

.nav li a::after {
	position: absolute;
	bottom: 0;
	left: 10px;
	content: '';
	width: 0;
	height: 2px;
	background-color: #99cc33;
	transition: .3s;
}

.nav li a:hover::after {
	width: 100%;
}

.toplogo {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-left: 100px;
	text-align: center;
}

#title {
	color:#fff;
	font-size: 4em;
	font-weight: bold;
}


p.title-b{
	position: relative;
  display: inline-block;
	color:#fff;
	padding: 30px 55px;
	font-size: 1.5em;
}

p.title-b:before, p.title-b:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}

p.title-b:before {
  left:0;
}
p.title-b:after {
  right: 0;
}


.sublogo {
	position: absolute;
	top: 40%;
	width: 100%;
	margin-left: 100px;
	text-align: center;
	z-index: 99;
}

#subtitle {
	color:#fff;
	font-size: 3.5em;
	font-weight: bold;
}

.sublogo p{
	position: relative;
  display: inline-block;
	color:#fff;
	padding: 10px 40px;
	font-size: 1.3em;
}

.sublogo p:before, .sublogo p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.sublogo p:before {
  left:0;
}
.sublogo p:after {
  right: 0;
}


#contents {
	position: relative;
		width: calc(100% - 200px);
	left: 200px;
}

.copy {
	position: relative;
		padding: 100px;
	box-sizing: border-box;
	background:url(../img/horse.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.copy::after {
	content: '';
  background-color: rgba(128,128,128,.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.txt-area {
z-index: 99;
position: relative;
}

.txt-area h2{
	font-size: 1.5em;
	padding:8px 5px 8px 10px;
	border-left: solid 5px #99cc33;
	font-weight: bold;
}

.txt-area h3{
	font-size: 1.2em;
	color: #7F7F7F;
	padding: 10px;
	font-weight: bold;
}

.txt-area p{
	padding: 5px;
	font-weight:500;
}

.worklist {
	justify-content: space-between;
}

.worklist li{
	 position: relative;
	width: 33.333%;
	height: 420px;
	border:solid 1px #ccc;
	
}

.worklist li:nth-child(1){
background: url(../img/company.jpg);
background-size: cover;
background-position: center;
}

.worklist li:nth-child(2){
background: url(../img/road.jpg);
background-size: cover;
background-position: center;
}

.worklist li:nth-child(3){
background: url(../img/const.jpg);
background-size: cover;
background-position: center;
}

.worklist li a{
/*font-size: 1.8em;*/
color: #fff;
/*letter-spacing: .5em;*/
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}

.worklist li a:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background:#7F7F7F;
	position: absolute;
	left: 0;
	right: 0;
	margin: 40px auto 0 auto;
}


button.btn-1{
  position: relative;
  border: none;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
	padding: 0!important;
  background-color: rgba(0,0,34,.6);
width: 100%;
height: 100%;
}

button.btn-1:hover{
  background-color: rgba(0,0,34,.2);
	transition: .3s;
}

button.btn-1::before, button.btn-1::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}



button.btn-1:hover::before, button.btn-1:hover::after{
  width: 100%;
}
button.btn-1:hover span::before, button.btn-1:hover span::after{
  height: 100%;
}

.btn-1::before, .btn-1::after{
  transition-delay: 0.2s;
}
.btn-1 span::before, .btn-1 span::after{
  transition-delay: 0s;
}
.btn-1::before{
  right: 0;
  top: 0;
}
.btn-1::after{
  left: 0;
  bottom: 0;
}
.btn-1 span::before{
  left: 0;
  top: 0;
}
.btn-1 span::after{
  right: 0;
  bottom: 0;
}
.btn-1:hover::before, .btn-1:hover::after{
  transition-delay: 0s;
}
.btn-1:hover span::before, .btn-1:hover span::after{
  transition-delay: 0.2s;
}

span.workttl{
	font-size: 1.8em;
	letter-spacing: .5em;
}

span.workttl::before, span.workttl::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #fff;
}

.access {
	height: 800px;
}

.access h2{
	position: relative;
	text-align: center;
	font-size: 2em;
	color: #7F7F7F;
	padding:100px 0 30px 0;
	font-weight: bold;
}

.access h2:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background:#99cc33;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0%;
	margin: 0 auto;
}

.add-area {
	text-align: center;
	margin-top: 10px;
	padding: 20px;
}

.add-area p{
	line-height: 1.5em;
}
.gmap {
margin-top: 20px;
position: relative;
padding-bottom:450px;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left:0;
right: 0;
margin: auto;
width: 100%;
height: 450px;
}

footer {
	position: relative;
	background:url(../img/wool.png),#4e454a;
	height: 100px;
}

footer p {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	color: #fff;
}

/*------------------------------------------------
下層ページ
------------------------------------------------*/

.work-bg{
	background: url(../img/horsebg.png),#fff;
	background-size: cover;
	background-attachment: fixed;
}
.work{
	position: relative;
	padding:10px 20px;
}
.company{
	padding:10px 20px;
}

.construction {
	padding:10px 20px;
}

.recruit{
	padding:10px 20px;
}


.work h3,.company h3,.construction h3,.recruit h3{
	font-size: 1.5em;
	padding:8px 5px 8px 10px;
	border-left: solid 5px #99cc33;
	border-bottom: solid 1px #dcdcdc;
	background: rgba(255,255,255,.8);
	font-weight: bold;
	margin: 20px 0;
}



.workbox{
	display: flex;
}

.boximage{
	width:30%;
}

.boximage img{
	width: 100%;
}

.boxtext{
	position: relative;
	width:70%;
	padding:5px 20px;
	box-sizing: border-box;
}

.boxtext p{
	line-height: 1.5em;
}

.bl-btn a{
	position: absolute;
	bottom:20px;
	right: 50px;
	font-size:1.1em;
	background-color: #009944;
    color: #fff !important;
    background-size: 200% 100%;	
    background-image: -webkit-linear-gradient(left, transparent 50%, rgba(108, 187, 90, 1) 50%);	
    background-image: linear-gradient(to right, transparent 50%, rgba(108, 187, 90, 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 ease;
	/*border-radius: 5px;*/
	padding: 10px 20px;
	}

.bl-btn a:hover{
	 background-color: #6cbb5a;
    background-position: -100% 100%;
}

.note{
	padding: 5px 20px 100px 20px;
	
}

.greebox{
padding: 10px;

}
.company-bg{
	background: url(../img/companybg2.png),#fff;
	background-size: cover;
	background-attachment: fixed;
}

.gree{
	padding-left: 330px;
/*	background: url(../img/companybg.png);
	background-repeat: no-repeat;
	background-position:left;*/
	box-sizing: border-box;
}


.greetxt{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	 background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #f5f5f5 97%,
      #f5f5f5 100%
    );
  background-size:100% 2em;
	padding:0 10px;
}
.daihyou{
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 50px 20px 10px 0;
	text-align: right;
}
.name{
	font-weight: bold;
	font-size: 1.5em;
	margin-left: .6em;
}
.greetxt p{
	 line-height:2;
}

.profile {
	padding: 0 20px 30px 300px;
}

.profile table{
	width: 100%;
}

.profile tr{

}



.profile th{
	padding: 20px 10px 5px 10px;
	font-weight: bold;
	border-bottom: solid 1px #c0c0c0;
	width: 25%;
	vertical-align: bottom;
}

.profile td{
	padding: 20px 10px 5px 20px;
	border-bottom: dotted 1px #ccc;
}

.profile td p{
	line-height: 1.3em;
}
/*.sliderflex{
	display: flex;
	justify-content: space-around;
}*/
.slider-box{
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	margin: 30px auto 100px auto;
}
.slider-wrap{
	width:100%;
	box-sizing: border-box;
}
.slider-wrap img{
	width: 100%;
	box-sizing: border-box;
}

.slider-nav{
	position: relative;
	width: 100%;
	padding: 0!important;
}
.slider-nav li:hover{ 
	cursor: pointer;
}
.slick-prev{
	margin: 0!important;
	position: absolute!important;
	bottom: 0!important;
	z-index: 99;
	font-size: 1.2em!important;
	padding: 0 20px;
	height: 100%!important;
	background: rgba(255,255,255,.8)!important;
	border: none!important;
	
}
.slick-next{
	margin: 0!important;
	position: absolute!important;
	bottom: 0!important;
	right: 0;
	font-size: 1.2em!important;
	padding: 0 20px;
	height: 100%!important;
	background: rgba(255,255,255,.8)!important;
	border: none!important;
}

.slick-current p.filter {
 background: #000;
}

 
.filter img {
 opacity: .8;
}


.caption-table{
	width: 100%;
	border: solid 1px #ccc;
	margin-top: 20px;
}

.caption-table th,.caption-table td{
	padding: 10px;
	line-height: 1.5em;
	border: solid 1px #ccc;
}

.caption-table th{
	width: 33.3%;
	background: #f5f5f5;
	font-weight: bold;
}


.job-bg{
	background: url(../img/jobbg.png),#fff;
	background-size: cover;
	background-attachment: fixed;
}


.job{
	    padding: 10px 30px;
	   box-sizing: border-box;
}

.job h4{
	font-weight: bold;
	font-size: 1.2em;
}

.job table{
	  margin: 50px auto 150px auto;
	width: 100%;
	max-width: 1000px;
	box-shadow: 1px 1px 3px #ccc;
	border: solid 1px #000;
	border-top: solid 3px #99cc33;
}
.job th{
	width: 25%;
	font-weight: bold;
	vertical-align: middle;
	background:url(../img/squairy_light.png),#f5f5f5;
}
.job th,.job td{
	padding: 20px 10px;
	border: solid 1px #ccc;
}

.job td{
	background: rgba(255,255,255,.8);
}

.job td a{
	border-bottom: 1px solid #00008b;
}

/*.job table tr:first-child th{
	background: linear-gradient(to bottom,#f5f5f5,#dcdcdc);
}

.job table tr:first-child td{
	font-weight: bold;
	background: linear-gradient(to bottom,#f5f5f5,#dcdcdc);
}*/

td.job-name{
	font-weight: bold;
	background:url(../img/squairy_light.png),#f5f5f5;
}

.job table p{
	 line-height: 1.5em;
}

/*------------------------------------------------
問い合わせ
------------------------------------------------*/

.contact{
	padding:10px 20px;
	/*margin: 30px auto;*/
	box-sizing: border-box;
}

.contact h3{
	font-size: 1.5em;
	padding:8px 5px 8px 10px;
	border-left: solid 5px #99cc33;
	border-bottom: solid 1px #dcdcdc;
	background: -moz-linear-gradient(top, #FFF 50%, #fffafa);
  background: -webkit-linear-gradient(top, #FFF 50%, #fffafa);
  background: linear-gradient(to bottom, #FFF 50%, #fffafa);
	font-weight: bold;
	margin:20px auto;
}

.contact p{
	padding: 5px;
	font-weight:500;
}

.contact-form{
	padding:10px 20px;
	/*border: solid 1px #f5f5f5;
	border-radius: 15px;*/
	/*margin:20px auto 50px auto;*/
	box-sizing: border-box;
}


.policy{
	padding: 5px;
	font-weight: bold;
}

.policy-txt{
	line-height: 1.4em;
	padding-left: .5em;
}

.thanks{
	padding: 100px 30px;
}

.thanks h3{
	font-weight: bold;
	font-size: 1.5em;
}

.thanks .txt{
	padding: 20px 0;
	line-height: 1.8em;
}

/*------------------------------------------------

メディアクエリ1024px以下
------------------------------------------------*/

@media screen and (max-width: 1024px) {
	
	.globalMenuSp {
		display: block;
	}

	nav.globalMenuSp {
		position: fixed;
		z-index:100;
		top: 0;
		left: 0;
		/*background: #fff;*/
		color: #000;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}

	nav.globalMenuSp ul {
	background: linear-gradient(-45deg,#4169e1 0%, #4682b4 100%);
    background: -webkit-linear-gradient(-45deg,#4169e1 0%, #4682b4 100%);
		margin: 0 auto;
		padding:100px 0;
		width: 100%;
		overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	}

	nav.globalMenuSp ul li {
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		/*border-bottom: 1px dotted #fff;*/
	}

	nav.globalMenuSp ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	nav.globalMenuSp ul li.sp {}
	p.psp {
		padding: 1em 0;
	}
	nav.globalMenuSp ul li a {
		display: block;
		color: #fff;
		padding: 1em 0;
	}

	nav.globalMenuSp ul li a:hover {
		background: rgba(245, 245, 245, 0.8);
	}



	/*nav.globalMenuSp ul li:hover > ul.spdrop{
display:block;

}*/
	nav.globalMenuSp.active {
		transform: translateY(0%);
	}


	.navToggle {
		display: block;
		position: fixed;
		right: 13px;
		top: 20px;
		width: 60px;
		height: 60px;
		cursor: pointer;
		z-index: 101;
		text-align: center;
		border-radius: 5px;
	}

	.navToggle span {
		display: block;
		position: absolute;
		width: 47px;
		border-bottom: solid 4px #fff;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
		text-shadow: 1px 1px 1px #ccc;
	}

	.navToggle span:nth-child(1) {
		top: 9px;
		box-shadow: 1px 1px 1px #ccc;
	}

	.navToggle span:nth-child(2) {
		top: 23px;
		box-shadow: 1px 1px 1px #ccc;
	}

	.navToggle span:nth-child(3) {
		top: 37px;
		box-shadow: 1px 1px 1px #ccc;
	}

	.navToggle span:nth-child(4) {
		border: none;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		top: 45px;
	}

	.navToggle.active span{
		box-shadow:none;
		text-shadow: none;
	}
	.navToggle.active span:nth-child(1) {
		top: 22px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}


	.navToggle.active span:nth-child(2),
	.navToggle.active span:nth-child(3) {
		top: 22px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	
	#gnav {
		display: none;
	}
	
	.toplogo,.sublogo {
	margin-left:0;
}
	

	#contents {
	position: relative;
		width:100%;
	left: 0;
}
	
	
	
	.worklist li {
		height: 350px;
	}
	}


/*------------------------------------------------

メディアクエリ480px以下
------------------------------------------------*/

@media screen and (max-width: 480px) {
	
	#contents {
     padding-bottom: 50px; 
}
	
	.sub {
		height: 200px;
	}
	
	#title {
		width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	 font-size: 2em;	
	}
/*	#title span{
		height: 2.5em;
	}*/
	p.title-b {
	font-size: 1em;
	padding: 20px 35px;
	}
	p.title-b:before, p.title-b:after {
  width: 20px;
}
	
		#subtitle {
	 font-size:2em;	
	}
	.sublogo p {
	font-size: .9em;
	padding: 5px 20px;
	}
	.sublogo p:before, .sublogo p:after {
  width: 15px;
}
	
	.copy {
		padding:50px 10px;
		background-attachment: scroll;
	}
	
	.txt-area h2 {
    font-size: 1em;
	}
	
	.txt-area h3 {
    font-size: .9em;
	}
	
	.txt-area p {
	line-height: 1.2em;
	font-size: .8em;	
	}
	
	.worklist {
		flex-wrap: wrap;
	}
	.worklist li{
		width: 100%;
	}
	
	.worklist li a {
    font-size: 1.5em;
}
	
	.access h2 {
    font-size: 1.5em;
    padding:80px 0 50px 0;
}
	
.add-area p{
	font-size: .9em;
	line-height: 1.2em;
}
	
footer {
	height: 50px;
}
	
footer p {
	 font-size: .7em;
	padding: 10px;
}
	

.contact{
	margin: 20px auto;
}

.contact h3{
	font-size: 1.2em;
}

.contact p{
	line-height: 1.2em;
	font-size: .8em;
}

.policy-txt{
	font-size: .8em;
}
	
/*------------------------------------------------

下層ページ
------------------------------------------------*/
.work-bg,.job-bg{
	background: #fff;
}
.work h3,.company h3,.construction h3,.recruit h3{
	font-size: 1.2em;
}

.contact,.company,.work,.construction,.recruit {
		padding: 10px;
	}
	
.workbox{
	display: flex;
	flex-wrap: wrap;
}

.boximage{
	width: 100%;
}


.boxtext{
	width:100%;
	padding:5px;
}
	
	.bl-btn{
		text-align: center;
		margin-top: 50px;
	}
	
.bl-btn a{
	position: relative;
	bottom: 0;
    right: 0;
	}
	
.company-bg{
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.gree{
	padding:10px;
	background:none;
}
	.name{
		display: block;
		margin-top: 10px;
	}
	
.slider-box{
	width: 100%;
	margin: 30px auto 100px auto;
}
	
.note{
	padding:0;
	
}
	
.profile{
		padding: 0 20px 30px 20px;
	}
	
.profile tr{
display: flex;
flex-wrap: wrap;
}



.profile th{
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	border-bottom: dotted 1px #ccc;
}

.profile td{
	width: 100%;
	padding: 10px 10px 5px 10px;
	vertical-align: bottom;
	border-bottom: solid 1px #c0c0c0;
	margin-bottom: 20px;
}
	
	.job{
		padding: 10px;
	}

}

/*------------------------------------------------

スマホ横向き用　※480px以下と共通
------------------------------------------------*/

@media (orientation: landscape) and (max-width: 896px) {
	
nav.globalMenuSp ul {
	background: linear-gradient(-45deg,#4169e1 0%, #4682b4 100%);
    background: -webkit-linear-gradient(-45deg,#4169e1 0%, #4682b4 100%);
		margin: 0 auto;
		padding:100px 0;
		width: 100%;
		height: 95vh;
		overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	}
	
.main {
height: 500px!important;

}
	
	#contents {
     padding-bottom: 50px; 
}
	
	.sub {
		height: 200px;
	}
	
	#title {
	 font-size: 2em;	
	}
/*	#title span{
		height: 2.5em;
	}*/
	p.title-b {
	font-size: 1em;
	padding: 20px 35px;
	}
	p.title-b:before, p.title-b:after {
  width: 20px;
}
	
		#subtitle {
	 font-size:2em;	
	}
	.sublogo p {
	font-size: .9em;
	padding: 5px 20px;
	}
	.sublogo p:before, .sublogo p:after {
  width: 15px;
}
	
	.copy {
		padding:50px 10px;
		background-attachment: scroll;
	}
	
	.txt-area h2 {
    font-size: 1em;
	}
	
	.txt-area h3 {
    font-size: .9em;
	}
	
	.txt-area p {
	line-height: 1.2em;
	font-size: .8em;	
	}
	
	.worklist {
		flex-wrap: wrap;
	}
	.worklist li{
		width: 100%;
	}
	
	.worklist li a {
    font-size: 1.5em;
}
	
	.access h2 {
    font-size: 1.5em;
    padding:80px 0 50px 0;
}
	
.add-area p{
	font-size: .9em;
	line-height: 1.2em;
}
	
footer {
	height: 50px;
}
	
footer p {
	 font-size: .7em;
	padding: 10px;
}
	

.contact{
	margin: 20px auto;
}

.contact h3{
	font-size: 1.2em;
}

.contact p{
	line-height: 1.2em;
	font-size: .8em;
}

.policy-txt{
	font-size: .8em;
}
	
/*------------------------------------------------

下層ページ
------------------------------------------------*/
.work-bg,.job-bg{
	background: #fff;
}
.work h3,.company h3,.construction h3,.recruit h3{
	font-size: 1.2em;
}

.contact,.company,.work,.construction,.recruit {
		padding: 10px;
	}
	
.workbox{
	display: flex;
	flex-wrap: wrap;
}

.boximage{
	width: 100%;
}


.boxtext{
	width:100%;
	padding:5px;
}
	
	.bl-btn{
		text-align: center;
		margin-top: 50px;
	}
	
.bl-btn a{
	position: relative;
	bottom: 0;
    right: 0;
	}
	
.company-bg{
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom left;
}

.gree{
	padding:10px;
	background:none;
}
	.name{
		display: block;
		margin-top: 10px;
	}
	
.slider-box{
	width: 100%;
	margin: 30px auto 100px auto;
}
	
.note{
	padding:0;
	
}
	
.profile{
		padding: 0 20px 30px 20px;
	}
	
.profile tr{
display: flex;
flex-wrap: wrap;
}



.profile th{
	width: 100%;
	text-align: left;
	vertical-align: bottom;
	border-bottom: dotted 1px #ccc;
}

.profile td{
	width: 100%;
	padding: 10px 10px 5px 10px;
	vertical-align: bottom;
	border-bottom: solid 1px #c0c0c0;
	margin-bottom: 20px;
}
	
	.job{
		padding: 10px;
	}
	
.thanks {
    padding: 50px 10px;
}

.thanks h3{
	font-size: 1.2em;
}
	
}
