@charset "UTF-8";
/*
* 使用変数
===================================================================*/
/*
* mixin、placehoderなど
===================================================================*/
/*
html5doctor.comResetStylesheet
v1.6.1
LastUpdated:2010-09-17
Author:RichardClark-http://richclarkdesign.com
Twitter:@rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abb, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, vr, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: separate;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

navul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*changecolourstosuityourneeds*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/*changecolourstosuityourneeds*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1pxdotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*changebordercolourtosuityourneeds*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1pxsolid #cccccc;
  margin: 1em0;
  padding: 0;
}

li {
  list-style: none;
}

input,
select {
  vertical-align: middle;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text],
input[type=password],
input[type=submit],
textarea,
select {
  outline: none;
  border: none;
  font-family: Yu Mincho,"游明朝";
font-weight: 400;
  font-size: 14px;
  color: #333333;
}

body {
  font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 1.74;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #333333;
}

img{
	vertical-align:top;
}

/* ===================================================

BODY
body、header、contents、footer　など

=================================================== */
/* body
----------------------------------------------------- */
html {
  font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
  position: relative;
  /*font-family: '游明朝 Medium', serif;*/
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  letter-spacing:2px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  body {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a:visited, a:active {
	
	/*color:#B81C22;*/
}
a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
  .pc {
    display: block !important;
  }

  .pc_inline {
    display: inline-block !important;
  }

  .sp,
.sp_inline {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .pc {
    display: block !important;
  }

  .pc_inline {
    display: inline-block !important;
  }

  .sp,
.sp_inline {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  .pc_inline {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp_inline {
    display: inline-block !important;
  }
}


/*共通*/

body{
	box-sizing:border-box
}

@media screen and (min-width: 1001px) {
	.pc_d {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.sp_d {
		display: none;
	}
}

.hum_menu {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#1D1D1D;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 11;
}

.hum_menu ul {
	margin: 150px 0 0px 40px;
}

.hum_menu li {
	margin: 0 0 40px 0;
	font-size: 2.4rem;
	line-height: 0.9;
}

.hum_menu li a span {
	font-size: 1.3rem;
}

/**/
.hum{
	position: fixed;
	cursor: pointer;
	top:25px;
	left: 5%;
	width: 40px;
	height:35px;
	z-index: 16;
}

.hum span{
	display: inline-block;
	transition: all .4s;/*アニメーションの設定*/
	position: absolute;
	left: 12px;
	height: 1px;
	background: #FFF;
	width: 50%;
}

.hum span:nth-of-type(1) {
	top:9px; 
}

.hum span:nth-of-type(2) {
	top:17px;
}

.hum span:nth-of-type(3) {
	top:25px;
}

.hum.active span:nth-of-type(1) {
    top: 8px;
    left: 9px;
    transform: translateY(10px) rotate(-45deg);
    width: 60%;
}

.hum.active span:nth-of-type(2) {
	opacity: 0;
}

.hum.active span:nth-of-type(3){
    top: 28px;
    left: 9px;
    transform: translateY(-10px) rotate(45deg);
    width: 60%;
}

.hum_menu li a:link ,
.hum_menu li a:visited {
	color: #FFF;
	text-decoration: none;
}

/**/

.top header {
	width: 100%;
	height: 100vh;
	position: relative;
}

.sub header {
	margin-bottom: 80px;
}

.header-inner {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:#000;
	z-index:12;
	display:flex;
	justify-content: space-around;
	align-items: center;
	z-index:11;
}

.header-inner h1 {
	color:#fff;
	margin-left:2%;
	margin-right:auto;
}

.header-inner nav {
	display:flex;
	margin-right:4%;
}

.header-inner ul {
	height:80px;
	display:flex;
	justify-content: space-around;
	align-items: center;
	color:#ffffff;
	font-size:1.5rem;
	margin-right:2%;
}

.header-inner ul:nth-of-type(1) li {
	margin:0 0px 0 30px;
	white-space: nowrap;
}

.header-inner ul:nth-of-type(2) li a {
	background:#ffffff;
	width:135px;
	line-height:30px;
	border-radius: 30px;
	color:#000000;
	margin:0 0px 0 20px;
	text-align:center;
	display: inline-block;
}

.header-inner ul:nth-child(2) a:link {
	color: #000000;
}

@media screen and (min-width: 1000px) {
	.header-inner nav.pc_d {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.header-inner h1 {
		text-align: center;
		margin: 20px auto;
	}
	
	.header-inner nav.sp_d {
		display: none;
	}
	
}



/*スライド*/

.slider {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	margin:-100vh 0 0 0;
	z-index:5;
}
 
.slider-img {
	content: "";
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 120%;
	height: 120vh;
}
 
.slider-img-01 {
	background-image: url(img/slide08.png);
}
 
.slider-img-02 {
	background-image: url(img/slide07.png);
}

.slider-img-03 {
	background-image: url(img/slide04.png);
}

.slider-img-04 {
	background-image: url(img/slide02.png);
}

.slider-img-05 {
	background-image: url(img/slide06.png);
}

.slider-img-06 {
	background-image: url(img/slide05.png);
}

.slider-img-07 {
	background-image: url(img/slide03.png);
}

.slider-img-08 {
	background-image: url(img/slide01.png);
}
 
.slick-list {
	width: 100%;
}
 
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	
	100% {
		transform: scale(1.1);
	}
}
 
.add-zoom {
	animation: fadezoom 10s 0s forwards;
}

@media screen and (max-width: 1000px) {
	
	.slider {
		width: 100%;
		height: 60vh;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		padding: 0;
		margin:-60vh 0 0 0;
		z-index:5;
	}
	
	.slider-img {
		content: "";
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 60vh;
	}
}

/**/

.copy {
	display:inline-block;
	z-index:10;
	position:absolute;
	top:40%;
	left:5%;
	color:#ffffff;
}

.copy h2 {
	font-size:5.0rem;
	line-height:1.4;
}

.copy h2 span {
	font-size:2.3rem;
}

.copy p {
	font-size:2.0rem;
	line-height:1.3;
	margin:30px 0 0 0;
	line-height:1.5;
}

@media screen and (max-width: 1000px) {
	.copy {
		display:inline-block;
		z-index:10;
		position:absolute;
		top:0%;
		left:0%;
		color:#ffffff;
		background: #1D1D1D;
		width: 100%;
		height: 50vh;
		padding: 19vh 0 0 5%;
	}
	
	.copy h2 {
		font-size:2.7rem;
	}
	
	.copy h2 span {
		font-size:1.5rem;
	}
	
	.copy p {
		font-size:1.5rem;
	}
}

/**/

main {
	width:100%;
	background:#1D1D1D;
	padding-bottom: 100px;
}

.section-inner {
	width:80%;
	min-width:800px;
	max-width:1600px;
	/*background:red;*/
	margin:0px auto 0;
	padding :100px 0 0 0;
	color: #ffffff;
	letter-spacing: 3px;
}

.section-inner h1 {
	font-size:3.5rem;
	line-height:0.7;
	margin-bottom:20px;
}

.section-inner h1 span {
	font-size:1.2rem;
}

.section-inner p {
	font-size:1.4rem;
	line-height: 1.8;
}

.all {
	text-align: center;
	padding: 60px 0 40px;
}

.r-link {
	text-align: center;
	padding-bottom: 50px;
}

.r-link a {
	border: 1px solid #ffffff;
	display: inline-block;
	padding: 5px 50px;
	border-radius: 30px;
}

@media screen and (max-width: 1000px) {
	.section-inner {
		width: 90%;
		min-width: auto;
		padding :50px 0 0 0;
	}
	
	.section-inner h1 {
		font-size:2.0rem;
		line-height:1.0;
	}
	
	.section-inner h1 span {
		display: inline-block;
	}
	
	.all {
		text-align: center;
		padding: 20px 0 20px;
	}
}



/**/

.about .text {
	width:40%;
	min-width:350px;
	max-width:900px;
	margin-top: -150px;
}

.about h2 {
	font-size:2.8rem;
	line-height:1.3;
	margin-bottom:20px;
}

.about  h2 span {
	font-size:1.7rem;
}

.about .text p span {
	display: inline-block;
	text-align: right;
	width: 100%;
	margin: 20px 0 50px;
}

@media screen and (max-width: 1000px) {
	.about .text {
		width:100%;
		min-width: auto;
		margin-top: 30px;
	}
	
	.about .text p span {
		margin: 20px 0 0px;
	}
}

/**/

.news-wrap {
	padding:0 0 40px 0;
	margin:30px 0 0px 0;
	border-bottom:1px solid #ffffff;
}


.news h2 {
	font-size:1.8rem;
}

.news ul {
	display:flex;
	font-size:1.3rem;
	margin:5px 0 15px;
}

.news-inner {
	display:flex;
}

.news-inner p:nth-child(1) {
	width:55%;
}

.news-inner p:nth-child(2) {
	width:45%;
	margin-top: auto;
	text-align:right;
}

@media screen and (max-width: 1000px) {
	.news-inner {
		display: block;
	}
	
	.news-inner p:nth-child(1) {
		width:100%;
	}

	.news-inner p:nth-child(2) {
		width:100%;
		margin-top: 20px;
		text-align:right;
	}
}

/**/

.servis-wrap {
	margin: 100px 0 0 0;
}

.servis-wrap h2 {
	font-size:2.5rem;
	margin-bottom: 20px;
}

.servis-wrap ul {
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	margin: 1% 0 0 0;
}

.servis-wrap li:nth-child(2) {
	margin: 0 1%;
}


.servis-wrap p {
	margin: 20px 0 50px;
}

@media screen and (max-width: 1000px) {
	.servis-wrap p {
		margin: 20px 0 20px;
	}
}

/**/

.works-list {
	display: flex;
	flex-wrap: wrap;
	margin-top:100px;
	margin-bottom: 100px;
}

.works-list li {
	width: 48%;
	margin-bottom: 2%;
	position: relative;
}

.works-list li:nth-child(odd) {
	margin-right: 2%;
}

.works-list li::after  {
	background: #000000;
	box-sizing:border-box;
	display: inline-block;
	width: 100%;
	padding: 20px 0 20px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 2.5rem;
	background-color:rgba(0,0,0,0.5);
	pointer-events: none;
}

.works-list li:nth-child(1)::after  {
	content: "土木工事一式";
}

.works-list li:nth-child(2)::after  {
	content: "鳶工事一式";
}

.works-list li:nth-child(3)::after  {
	content: "防水工事";
}

.works-list li:nth-child(4)::after  {
	content: "解体工事";
}

.works-list li:nth-child(5)::after  {
	content: "塗装工事";
}

.works-list li:nth-child(6)::after  {
	content: "除雪・排雪";
}

.works-list li:nth-child(7)::after  {
	content: "その他";
}


@media screen and (max-width: 1000px) {
	.works-list {
		margin-bottom: 30px;
	}
	.works-list li {
		width: 100%;
	}
	
	.works-list li:nth-child(odd) {
		margin-right: 0%;
	}
}

/**/

.insta-example ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0 0px;
	padding: 0 0 30px 0;
}

.insta-example li {
    position: relative;
	width: 31%;
	margin-bottom: 3.5%;
}

.insta-example li:nth-child(3n+2) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}

.insta-example li::before{
    content: "";
	display: block;
	padding-top: 100%;
}

.insta-example li img{
    position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

@media screen and (max-width: 1000px) {
	.insta-example li {
		width: 48.5%;
		margin-bottom: 3%;
	}
	
	.insta-example li:nth-child(3n+2) {
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.insta-example li:nth-child(odd) {
		margin-right: 3%;
	}
}

/**/

footer {
	background: #000000;
	padding:0 0 20px 0;
}


.footer {
	padding:50px 0 20px;
}

footer .nav-wrap {
	display: flex;
	flex-wrap:wrap;
}

footer .nav-wrap h2 {
	font-size: 1.3rem;
	border-bottom: 1px solid #ffffff;
	margin: 0 0 20px 0;
}

footer .nav-wrap ul {
	width:fit-content;
	margin-right: 3%;
}

footer .nav-wrap ul:nth-child(2) {
	padding: 43px 0 0 0;
}

footer .nav-wrap ul li {
	margin: 0 0 10px 0;
}

footer p {
	font-size:1.2rem;
	margin: 30px 0 10px;
}

@media screen and (max-width: 1000px) {
	
	footer h1 img {
		width: 40%;
	}
	
	footer .nav-wrap ul:nth-child(1) ,
	footer .nav-wrap ul:nth-child(2) {
		width: 30%;
	}
	
	footer .nav-wrap ul:nth-child(3) ,
	footer .nav-wrap ul:nth-child(4) {
		width: 67%;
		margin-right: 0;
	}
	
	footer .nav-wrap ul:nth-child(1) {
		order: 0;
	}
	
	footer .nav-wrap ul:nth-child(2) {
		order: 2;
	}
	
	footer .nav-wrap ul:nth-child(3) {
		order: 1;
	}
	
	footer .nav-wrap ul:nth-child(4) {
		order: 3;
	}
	
	footer p {
		text-align: center;
	}
}

/*sub about*/

.sub .about .text {
	width:100%;
	min-width: auto;
	max-width: 100%;
	margin-top: 30px;
}

.company-p {
}

.company-p table {
	width: 70%;
	margin: 50px 0;
}

.company-p tr {
	border-top: 1px solid #ffffff;
}

.company-p th {
	width: 25%;
	text-align: left;
	padding: 20px 0;
}

.company-p td {
	width: 75%;
	text-align: left;
	padding: 20px 0;
}

.company-p .access-addr {
	margin: 30px 0;
}

.company-p .access-map {
	display: flex;
	justify-content: space-between;
}

.company-p .access-map li {
	width: 48%;
}

iframe {
		height: 100%;
	}

@media screen and (max-width: 1000px) {
	.company-p table {
		width: 100%;
		margin: 0px 0;
		font-size: 1.2rem;
	}
	
	.company-p th {
		width: 33%;
	}

	.company-p td {
		width: 67%;
	}
	
	.company-p .access-map {
		display: block;
	}
	
	.company-p .access-map li {
		width: 100%;
		margin-bottom: 20px;
	}
	
	iframe {
		height: 270px;
	}
}

/*sub service*/

#doboku , 
#tobi , 
#bousui , 
#kaitai , 
#toso , 
#jyosetsu {
	margin-top: -80px;
	padding: 150px 0 0 0;
}

/*sub recruit*/

.recruit {
	height: 70vh;
}

.recruit p {
	margin: 50px 0 100px 0;
}

/*sub works*/

.insta-example h2 {
	font-size: 2.5rem;
	margin: 90px 0 -20px 0;
}

/*sub contact*/
.contact dl {
	margin: 90px 0 90px 0;
	padding: 0 0 50px 0;
	display: flex;
	flex-wrap :wrap;
	align-items: center;
	border-bottom: 1px solid #ffffff;
}

.contact dt {
	width: 30%;
	padding: 20px 0;
}

.contact dd {
	width: 70%;
	padding: 20px 0;
	
}

.contact dl:nth-child(1) {
	border:none;
}

.contact dd input {
	width: 100%;
	padding: 0.5%;
	border:none;
}

.contact dd textarea {
	width:100%;
	height:300px;
	padding:3%;
}

.contact dd .submit {
	width: 25%;
	padding: 15px 0;
	background: #ADADAD;
	color: #ffffff;
}

.contact .tel dd {
	font-size: 5.5rem;
	line-height: 0.4;
}

.contact dt span ,
.contact dd span {
	font-size: 1.2rem
}

.form h2 {
	font-weight: lighter;
}

.form h2 span {
	font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
	.contact dl {
		margin: 30px 0 30px 0;
	}
	
	.contact dt {
		width: 38%;
		padding: 25px 0;
	}
	
	.contact dd {
		width: 62%;
		padding: 25px 0;
		
	}
	
	.contact dt  ,
	.contact dd {
		font-size: 1.0rem
	}
	
	.contact dd textarea {
		height:100px;
	}
	
	.contact .tel dd {
		font-size: 2.6rem;
		line-height: 0.7;
	}
	
	.contact dd .submit {
		width: 35%;
		padding: 10px 0;
	}

}


.jirei-list ul {
	flex-wrap: wrap;
	margin: 1% 0 0 0;
}

.jirei-list ul::after{
  content:"";
  display: block;
  width:32.65%;
}

.jirei-list li {
	width:32.65%;
	margin:0 0 1% 0;
}

.jirei-list li a ,
.jirei-list li span {
	width:100%;
	height: 0;
  padding-top: 100%;/*widthと同じにする*/
  position: relative;
  overflow: hidden;
	display: block;
}

.jirei-list li img{
      width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.jirei-list li:nth-child(3n-1){
	margin:0 1% 0;
}

.jirei-list p {
	margin:3% 0 3%;
	padding-right: 10%;
}

@media screen and (max-width: 1000px) {
	.jirei-list ul::after{
	  width:49.5%;
	}

	.jirei-list li {
		width:49.5%;
		margin:0 0 1% 0;
	}
	
	.jirei-list li:nth-child(3n-1){
		margin-left:0%;
		margin-right: 0%;
	}
	
	.jirei-list li:nth-child(odd){
		margin-right:1%;
	}
}






