@charset "UTF-8";

/* CSS Document */

.header_nav li{
	text-shadow: 0px 0px 7px #fff;
}
/* MV */
#under_mv{
	background:url("../img/under_mv.jpg");
	background-repeat: no-repeat;
	background-position:bottom;
	background-size: cover;
	padding: 12em 0em 12em;
}
#under_mv h2{
    color: #fff;
    letter-spacing: 5px;
	line-height: 65px;
    text-shadow: 6px 6px 10px #000;
	text-align: center;
	font-size: 60px;
}
/*-----------施工事例----------- */

.works_ttl{
	margin: 5em 0 2em;
}
.works_ttl p{
	font-size: 22px;
	color: #00145e;
	font-weight: bold;
}
.preparation{
	margin: 10em 0 10em;
}
/*-----------フッター----------- */
.footer_logo {
    max-width: 540px;
    margin: 0;
    width: 100%;
}
.footer_deco img{
	width: 80%;
}








/*==================================================
 SP
===================================*/
@media screen and (min-width: 1537px) and (max-width: 1920px) {
	.footer_inner {
    flex-direction: row;
    gap: 100px;
    justify-content: flex-start;
    padding: 60px 6vw;
	}
}
@media screen and (max-width: 1536px) {

}
/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1286px) {
	
}

@media screen and (max-width: 1174px) {
	.footer_inner {
    gap: 0px;
	}
}
@media screen and (max-width: 1024px) {	
	.footer_logo {
    width: 50%;
	}
	.footer_inner {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    padding: 60px 6vw;
	display: block;
	}
}
@media screen and (max-width: 960px) {
	#under_mv {
    background: url(../img/under_mv.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 7em 0em 7em;
	}
	#under_mv h2 {
    color: #fff;
    letter-spacing: 5px;
    line-height: 65px;
    text-shadow: 6px 6px 10px #000;
    text-align: center;
    font-size: 46px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	}
	.footer_logo {
    max-width: 1000px;
    margin: 0;
    width: 46%;
	}
}
/* 850px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 850px) {
	.footer_nav li {
    margin-bottom: 14px;
    text-align: center;
	}
}
@media screen and (max-width: 769px) {
	
}
@media screen and (max-width: 540px) {
	
}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.works_ttl p {
    font-size: 16px;
	}
	.preparation p{
	font-size: 16px;
	}
}
@media screen and (max-width: 391px) {

}
@media screen and (max-width: 376px) {
	
}





