@charset "UTF-8";

@media screen and (min-width: 770px) {
/* swiper 上の文字　*/
.swiper-text{
	position: absolute;
  	top: 35%;
	left: 10%;
	z-index: 20;
}
.swiper-text img{
	width: 70%;
}
	
/* メニューバー　*/
#menu{
	width: 100%;
	margin-top: -10%;
	background-color: #1F5C7B;
	position: absolute;
	z-index: 15;
	transform:skew(0deg, -5deg);
	-webkit-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
}
.menu_child{
	transform:skew(0deg, 5deg);
	-webkit-transform: skew(0deg, 5deg);
    -moz-transform: skew(0deg, 5deg);
	width: 100%;
	background-color: #fff;
}
.dropdwn{
    display: flex;
	width: 80%;
	margin: 100px auto;
}
.dropdwn li{
	width: 20%;
	text-align: center;
	position: relative;
	border-left: 2px solid #ddd;
}
	.dropdwn a{
		display: block;
	}
	.dropdwn img{
		padding: 20px 0;
	}
.dropdwn li:first-child{
	border: none;
}
.dropdwn a:hover{
	opacity: 0.5;
}
.dropdwn_menu{
    width: 100%;
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
}
.dropdwn_menu li{
    width: 100%;
	padding: 0;
	border: none;
}
.dropdwn_menu li a{
    padding: 10px 0;
    display: block;
    color: #000;
	font-size: 13px;
}
.dropdwn_menu li a:hover{
	background-color: #1F5C7B;
	color: #fff;
}

/* 現在のページのメニューの背景色を変更　*/
#thispage{
	background-color: #399F4A;
}
#thispage img{ 
	filter: invert(100%);
}

	
/* 事業内容　*/
#services{
	width: 100%;
	background-image: url("../image/index/background1.jpg");
	position: relative;
	z-index: 10;
	background-attachment: fixed;
}
#services h2{
	text-align: center;
	padding-top: 250px;
}
#services .services_child{
	width: 80%;
	margin: 60px auto 100px;
	text-align: center;
}
#services .services_child a img{
	width: 40%;
	margin: 0 30px;
}
#services .services_child a:hover{
	opacity: 0.7;
	transition: 0.5s;
}
#services .services_btn{
	text-align: center;
	padding-bottom: 300px;
}
#services .services_btn a{
	padding: 20px 60px;
	background-color: #1F5C7B;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#services .services_btn a:hover{
	background-color: #399F4A;
	transition: 0.3s;
}

/* 施工事例　*/
#works{
	width: 100%;
	margin-top: -250px;
	background-image: url("../image/index/background2.png");
	position: relative;
	z-index: 15;
	text-align: center;  
}
#works h2{
	text-align: center;
	padding-top: 220px;
}
#works .works_child{
	width: 90%;
	margin: auto;
	display: flex;
	margin-top: 60px;
}
#works .works_child .works_container{
	width: 30%;
	margin: 30px auto 100px;
	text-align: center;
}
#works .works_child .works_container img{
	width: 100%;
	border: 10px solid #fff;
}
#works .works_child .works_container p{
	margin-top: 10px;
	color: #fff;
}
#works .works_child .works_container a:hover{
	opacity: 0.5;
	transition: 0.5s;
}
#works .works_btn{
	padding-bottom: 100px;
}
#works .works_btn a{
	padding: 20px 60px;
	background-color: #fff;
	color: #1F5C7B;
	font-size: 1.2em;
}
#works .works_btn a:hover{
	background-color: #399F4A;
	color: #FFF;
	transition: 0.3s;
}

/* 会社案内と採用情報　*/
	#background{
		background-image: url("../image/index/background1.jpg");
		padding-top: 20px;
		background-attachment: fixed;
  		background-position: center;
  		background-size: cover;
	}
	#company{
		width: 100%;
		display: flex;
	}
	#company .company_child{
		width: 50%;
		background-image: url("../image/index/company.jpg");
		background-size: cover;
	}
	#company .company_child:last-child{
		background-image: url("../image/index/recruit.jpg");
	}
	.company_container{
		width: 60%;
		background: rgba(255,255,255,0.7);
		margin: 50px auto;
	}
	.company_container h3{
		padding: 40px 0 30px;
		text-align: center;
	}
	.company_container p{
		color: #000;
		text-align: left;
		padding: 0px 20px 40px;
		font-size: 0.9em;
		line-height: 1.7em;
	}
	.company_container:hover{
		background: rgba(250,250,250,1);
	}
	
	/* お問い合わせ　*/
	#contact{
		width: 100%;
		background-image: url("../image/index/contact.jpg");
		background-size: cover;
		margin-top: 30px;
	}
	#contact h3{
		padding: 40px 0;
		text-align: center;
	}
	#contact .contact_container{
		background: rgba(255,255,255,0.7);
		width: 60%;
		margin: auto;
		display: flex;
	}
	#contact .contact_child{
		border-right: 2px solid #333;
	}
	#contact .contact_child,#contact .contact_child2{
		width: 50%;
		text-align: center;
		margin: 20px 0;
	}
	#contact .contact_child p{
		font-size: 15px;
		margin-bottom: 20px;
	}
	#contact .contact_child a{
		font-size: 30px;
		font-weight: 900;
		color: #000;
		letter-spacing: 2px;
	}
	#contact .contact_child a:hover{
		opacity: 0.5;
	}
	#contact .contact_child2{
		margin-top: 45px;
	}
	#contact .contact_child2 a{
		padding: 20px 20px;
		background-color: #1F5C7B;
		border-radius: 10px;
		color: #fff;
	}
	#contact .contact_child2 a:hover{
		background-color: #399F4A;
		transition: 0.3s;
	}
	
	/* マップ　*/
	#map{
		margin-top: 80px;
	}
	#map h3{
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 769px) {
.top-slider.swiper-container::before {
	display: none;
	padding: 0;
}
.top-slider .swiper-wrapper {
	position: relative;
}

.top-slider .swiper-slide img{
	width: 100%;
	height: 80vh;
	object-fit: cover;
	object-position: 50% 50%;
}
/* スライダー上の文字*/
.swiper-text{
	position: absolute;
  top: 35%;
	z-index: 20;
}
.swiper-text img{
	width: 95%;
}
	
/* メニューバー　*/
#menu{
	width: 100%;
	height: 120px;
	margin-top: -5%;
	background-color: #1F5C7B;
	position: relative;
	z-index: 15;
	transform:skew(0deg, -5deg);
}
.menu_child{
	display: none;
}
	
/* 事業内容　*/
#services{
	margin-top: -40px;
	width: 100%;
	background-image: url("../image/index/background1.jpg");
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}
#services h2{
	text-align: center;
	padding-top: 100px;
	margin-bottom: 20px;
}
#services .services_child{
	width: 80%;
	text-align: center;
	margin: auto;
}
#services .services_child a img{
	width: 90%;
	margin: 10px 0;
}
#services .services_btn{
	margin-top: 50px;
	text-align: center;
	padding-bottom: 250px;
}
#services .services_btn a{
	padding: 20px 60px;
	background-color: #1F5C7B;
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 900;
}
	
	/* 施工事例　*/
#works{
	width: 100%;
	margin-top:-250px;
	background-image: url("../image/index/background2.png");
	position: relative;
	z-index: 15;
	text-align: center;
}
#works h2{
	text-align: center;
	padding-top: 250px;
}
#works .works_child{
	width: 95%;
	margin: auto;
	display: flex;
	margin-top: 20px;
}
#works .works_child .works_container{
	width: 48%;
	margin: 30px auto 100px;
	text-align: center;
}
	#works .works_child .works_container:last-child{
		display: none;
	}
#works .works_child .works_container img{
	width: 100%;
	border: 3px solid #fff;
}
#works .works_child .works_container p{
	margin-top: 10px;
	color: #fff;
	font-size: 0.8em;
}
#works .works_btn{
	text-align: center;
	padding-bottom: 80px;
}
#works .works_btn a{
	padding: 20px 60px;
	background-color: #fff;
	color: #1F5C7B;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: 900;
}
	
/* 会社案内と採用情報　*/
	#background{
		background-image: url("../image/index/background1.jpg");
		padding-top: 10px;
	}
	#company{
		width: 100%;
	}
	#company .company_child{
		width: 100%;
		background-image: url("../image/index/company.jpg");
		background-size: cover;
		margin: 20px auto;
		padding: 20px 0;
	}
	#company .company_child:last-child{
		background-image: url("../image/index/recruit.jpg");
	}
	.company_container{
		width: 80%;
		background: rgba(255,255,255,0.7);
		margin: 20px auto;
		padding: 20px 10px;
	}
	.company_container h3{
		padding: 10px 0 20px;
		text-align: center;
	}
	.company_container p{
		color: #000;
		text-align: left;
		padding: 0px 10px 10px;
		font-size: 0.9em;
		line-height: 1.7em;
	}
	
	/* お問い合わせ　*/
	#contact{
		width: 100%;
		background-image: url("../image/index/contact_sp.jpg");
		background-color:rgba(255,255,255,0.8);
		background-blend-mode:lighten;
		background-size: cover;
		margin-top: 30px;
	}
	#contact h3{
		padding: 50px 0 60px;
		text-align: center;
	}
	#contact .contact_container{
		width: 80%;
		margin: auto;
	}
	#contact .contact_child,#contact .contact_child2{
		width: 100%;
		text-align: center;
		margin: 0px 0;
	}
	#contact .contact_child p{
		font-size: 1em;
		margin-bottom: 20px;
	}
	#contact .contact_child a{
		font-size: 2em;
		font-weight: 900;
		color: #000;
		letter-spacing: 1px;
	}
	#contact .contact_child a i{
		margin-right: 5px;
	}
	#contact .contact_child2{
		margin-top: 100px;
		padding-bottom: 60px;
	}
	#contact .contact_child2 a{
		padding: 20px 20px;
		background-color: #1F5C7B;
		border-radius: 10px;
		color: #fff;
		font-weight: 900;
	}
	
	/* マップ　*/
	#map{
		margin-top: 80px;
	}
	#map h3{
		text-align: center;
		margin-bottom: 20px;
	}	
}