@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/demolition/m_bg.png");
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 578px;
	padding-left: 100px;
	height: 120px;
	background-color: #EEEFEF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 80px;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#demolition {
	margin-top: 110px;
}
#demolition h2 {
	font-size: 36px;
	font-weight: bold;
	color: #528F42;
}
#demolition h2+p {
	font-size: 21px;
	line-height: 1.6em;
	margin-top: 35px;
	margin-bottom: 130px;
}
#demolition .flex {
	width: 90%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 160px;
}
#demolition .flex div {
	text-align: left;
	width: 35%;
}
#demolition .flex div h3 {
	font-size: 36px;
	font-weight: bold;
}
#demolition .flex div h3 span {
	font-size: 24px;
	color: #EC6646;
	position: relative;
	top: -4px;
}
#demolition .flex div p {
	font-size: 21px;
	line-height: 1.6em;
	margin-top: 25px;
}
#demolition .flex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
}
#demolition .flex ul li {
	width: 48.5%;
	margin-bottom: 20px;
}
#demolition .flex ul li img {
	width: 100%;
	height: auto;
}

#demolition .flex2 {
	width: 90%;
	min-width: 950px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 160px;
}
#demolition .flex2 div {
	text-align: left;
	width: 35%;
}
#demolition .flex2 div h3 {
	font-size: 36px;
	font-weight: bold;
}
#demolition .flex2 div h3 span {
	font-size: 24px;
	color: #EC6646;
	position: relative;
	top: -4px;
}
#demolition .flex2 div p {
	font-size: 21px;
	line-height: 1.6em;
	margin-top: 25px;
}
#demolition .flex2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 60%;
}
#demolition .flex2 ul li {
	width: 48.5%;
	margin-bottom: 20px;
}
#demolition .flex2 ul li img {
	width: 100%;
	height: auto;
}






#contact {
	margin-bottom: 100px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch {
	background-image: url("../images/pc/demolition/m_bg.png");
	height: 60vh;
	border-bottom-right-radius: 20vw;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#catch div {
	width: 85%;
	padding-left: 5%;
	height: 18vw;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top-right-radius: 69px;
	text-align: left;
}
#catch div h1 {
	font-size: 3.5vw;
	font-weight: 500;
	position: absolute;
	bottom: 0px;
}
#catch div h1 span {
	font-size: 12vw;
	font-weight: bold;
	font-family: "Lato", sans-serif;
}
#catch div h1 em {
	color: #4E903C;
	margin-left: 15px;
}





#demolition {
	margin-top: 10vw;
}
#demolition h2 {
	font-size: 6vw;
	font-weight: bold;
	color: #528F42;
}
#demolition h2+p {
	line-height: 1.6em;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vw;
	margin-bottom: 10vw;
}
#demolition .flex {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vw;
}
#demolition .flex div {
	text-align: left;
}
#demolition .flex div h3 {
	font-size: 5vw;
	font-weight: bold;
}
#demolition .flex div h3 span {
	font-size: 3vw;
	color: #EC6646;
	position: relative;
	top: -4px;
}
#demolition .flex div p {
	line-height: 1.6em;
	margin-top: 2vw;
	margin-bottom: 3vw;
}
#demolition .flex ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#demolition .flex ul li {
	width: 48.5%;
	margin-bottom: 3vw;
}
#demolition .flex ul li img {
	width: 100%;
	height: auto;
}

#demolition .flex2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vw;
}
#demolition .flex2 div {
	text-align: left;
}
#demolition .flex2 div h3 {
	font-size: 5vw;
	font-weight: bold;
}
#demolition .flex2 div h3 span {
	font-size: 3vw;
	color: #EC6646;
	position: relative;
	top: -4px;
}
#demolition .flex2 div p {
	line-height: 1.6em;
	margin-top: 2vw;
	margin-bottom: 3vw;
}
#demolition .flex2 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#demolition .flex2 ul li {
	width: 48.5%;
	margin-bottom: 3vw;
}
#demolition .flex2 ul li img {
	width: 100%;
	height: auto;
}





#contact {
	margin-bottom: 20vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}