/*	tag	*/
a {
	text-decoration:none;
}
a:link {color:inherit;}
a:visited {color:inherit;}
a:hover {color:inherit;}
a:active {color:inherit;}

body {
	font-family: "Helvetica Neue",
	Arial,
	"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	Meiryo,
	sans-serif;
}

img{
	vertical-align:top;
}

dd p {
	line-height: 1.4em;
	margin-top: 0;
}

span {
	display: inline-block; 
}

ul {
	margin: 0px;
	padding: 0px;
}

section {
	margin-bottom: 100px;
	color: #666464;
	/* width: 100%; */
}

	section#top {
		margin-bottom: 20px;
	}

	section h1 {
	/*	margin: 0;*/
		position: relative;
	}

	section dl {
		width: 80%;
		margin: 2em auto;
		padding-bottom: 1em;
	}

		section dl dd {
			margin-bottom: 1em;
			line-height: 1.4em;
		}

	section dt {
		font-weight: bold;
		padding-bottom: 0.5em;
	}

	section article {
		/*border: 1px blue solid;*/
		/* min-height: 900px; */
	/*	margin-bottom: 60px;*/
		margin-left: auto;
		margin-right: auto;
	}

		section article p {
			/* width: 80%; */
		}

footer {
	margin-top: auto;
}



/*	id #	*/

#container {
	width: 100%;
/*	height: 100%;*/
	margin:0px auto;
	/*border: solid red 1px;*/
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#main_bgimage {
/*	background-color: gray;*/
/*	clip-path: circle(100.0% at top);*/
/*	height: 43%;*/
/*	height: 50vh;*/
	display: flex;
	z-index: 5;
/*	margin-top: 40px;*/
}

	#main_bgimage img {
		opacity: 0.8;
	}

#main_front {
/*	position: absolute;*/
/*	top: 100px;*/
	left: 0px;
	width: 100%;
/*	margin-top: 7vh;*/
	z-index: 10;
}

#top article > span {
/*	display: block;*/
}

#top h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#recruit h2 {
	color: #005050; 
	background-color: #B8D2D3;
}

#est .float_box {
	padding-top: 40px;
}

#est h2 {
	color: #500300; 
	background-color: #D3B9B8;
}

#recruit .h_big,
#recruit .h_small {
	color: #009DA1;
}

#recruit .h_pale2,
#recruit .h_pale {
	color: #009DA1;
	opacity: 0.2;
}

#work .h_big,
#work .h_small {
	color: #F8B62D;
}

#work .h_pale2,
#work .h_pale {
	color: #F8B62D;
	opacity: 0.3;
}

#est .h_big,
#est .h_small {
	color: #972B26;
}

#est .h_pale2,
#est .h_pale {
	color: #972B26;
	opacity: 0.3;
}

#work .h_pale,
#recruit .h_pale,
#est .h_pale {
	position: relative;
/*	position: absolute;*/
}

#work .h_pale2,
#recruit .h_pale2,
#est .h_pale2 {
/*	position: relative;*/
	position: absolute;
}

#work .h_pale,
#work .h_pale2,
#recruit .h_pale,
#recruit .h_pale2,
#est .h_pale,
#est .h_pale2 {
/*	z-index: -10;*/
}

#history .gaiyou .td1 {
	width: 30%;
}

#registration td {
	width: 150px;
	padding-bottom: 0.2em;
}

#company .td1 {
	width: 7em;
	text-align-last: justify;
	text-justify: inter-ideograph;
	padding-right: 50px;
}

#qualifications ul {
	margin: 0px;
	padding: 0px;
	/* width: 100%; */
	/* flex-direction: row; */
	/* display: flex; */
	/* flex-wrap: wrap; */
	/* justify-content: flex-end; */
}

#qualifications li {
	line-height: 1.5em;
	list-style-type:none; 
	margin-right: 1.2em;
	/* margin: 5px 5px; */
	/*border:blue solid 1px;*/
	font-size: 1em;
	/* color: white; */
	white-space: nowrap;
	/* background-color: #EB6100; */
}



/*	class .	*/
.job_tag {
	font-size: 0;
}

	.job_tag li {
		display: inline-block;
		margin: 0 5px 5px 0;
		padding: 2px 5px; 
		/*border:blue solid 1px;*/
		font-size: 14px;
	/*	color: #005050; */
	/*	background-color: #B8D2D3; */
		border-radius: 5px;
		background-color: #F2F2F2;
	}

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

.wareki {
	font-size:0.9em;
}

.container_float_box {
	display: grid;
/*	flex-wrap: wrap;*/
	column-gap: 40px;
	row-gap: 80px;
	margin: 2em 0;
}

.cat_button div {
/*	background-color: darkred;*/
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: bold;
}

	.cat_button .cat_bt1 {
		background-color: #F8B62D;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cat_button .cat_bt2 {
		background-color: #009DA1;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.cat_button .cat_bt3 {
		background-color: #972B26;
		display: flex;
		justify-content: center;
		align-items: center;
		/*opacity: 0.8;*/
		/*color: #ba6b68;*/
	}

	.cat_button .cat_bt4 {
		background-color: #475a84;
		display: flex;
		justify-content: center;
		align-items: center;
	}


.gaiyou	{
	/* width: 500px;
	min-width: 400px;
	max-width: 600px; */
	/*border:solid 1px gray;*/
	margin:0em;
	padding:0px;
	border-collapse:collapse;
	/* margin-left: auto;
	margin-right: auto; */
}

	.gaiyou tr,
	.gaiyou td {
		border:solid 0px blue;
		vertical-align: top;
		margin: 0em;
		padding: 0em;
		padding-bottom: 1.5em;
		/* text-shadow: 1px 1px 1px #FFFFFF; */
	}

	.gaiyou td span {
		vertical-align: top;
	}

	.gaiyou .td1 {
		width: 40%;
		/* color: #6D3F00; */
		/* font-weight: bold; */
		line-height: 1.2em;
		padding: 0.1em 0 0.5em 0;
	}

	.gaiyou .td2 {
		font-weight:bold;
		width: 10%;
		/* color: #595757; */
		text-align: right;
		padding-right: 1em;
	}

	.gaiyou .td3 {
		/* color: #036EB8; */
		font-size: 0.9em;
		min-width: 50px;
		padding-left: 1em;
		line-height: 1.5em;
	}

.h_big {
	font-size: 1.6em;
}

.h_small {
	font-size: 1em;
	margin-left: 1.2em;
}

.float_box h2,
.float_box2 h2 {
	display: block;
/*	background-color: #F2F2F2;*/
	padding: 0.8em;
	border-radius: 10px;
	margin-top: 0;
}

.float_box li {
	list-style-type: none;
	padding-bottom: 0.4em;
}

.float_box2 ul {
	margin-left: 1.5em;
}

.detail {
	background-color: #009DA1;
	color: white;
	font-weight: bold;
	width: 90%;
	padding: 1em 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}

/*.main_link:hover img {
	opacity: 0.7;
}
*/

.postnum,
.phone,
.adress,
.mail {
	display: inline-flex;
	align-items: center;
}

	.postnum span {
		font-size: 1.2em;
	}

	.phone i,
	.adress i {
		font-size: 1.6em;
	}

.mail {
	margin-top: 15px;
}

.mail i {
	font-size: 2.5em;
	color: #139EA1;
	padding-right: 0.2em;
}

.vcopy {
	font-weight: bold;
}

.vcopy2 {
	font-weight: bold;
}

.vcopy3 {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	/*font-weight: bold;*/
	padding-left: 3.5em;
	margin-top: 5em;
}


/*				*/
/*	1200px以上	*/
/*				*/
@media screen and (min-width:1200px) {

	body {
		background-color: #6c6c6c;
	}

	#container {
		width: 1000px;
/*		z-index: -20;*/
		background-color: white;
	}
}


/*				*/
/*	モバイル用	*/
/*				*/
@media screen and (max-width:480px) {
	
	/*	tag	*/
	* {
	   position: static;
	   float: none;
	}

	section h1 {
		height: 60px;
	}

	section article {
		width: 95%;
		font-size: 0.85em;
	}

	section dl {
		width: 90%;
		margin-left: auto;
		margin-right: 0;
	}

	section dl dd {
		margin-bottom: 1em;
		margin-left: 1.5em;
	}

	body {
		height: 100%;
		margin:0px;
		padding: 0px;
	}
 
	header {
		margin: 0px;
		padding-top: 10px;
/*		padding-bottom: 5px;*/
		/* border: solid red 0px; */
		position: relative;
		background-color: #595757;
		border-bottom: 3px solid #F8B62D;
		min-height: 40px;
	}

	header .logoimg {
		width: 50%;
	}

	header .logo {
		margin-left: 5%;
		margin-bottom: -10px; 
		/* border: solid 1px red; */
		z-index: 15;
	}

	header .copystr {
		color: white;
		font-size: 2.6vw;
		/* border: solid red 1px; */
		/* line-height: 1.5em; */
/*		padding-left: 20%;*/
/*		display: flex; */
		/* vertical-align: bottom; */
		text-align: right;
		padding-right: 2em; 
		padding-bottom: 5px;
		/* height: 60px; */
		/* font-family:
			"Times New Roman",
			"游明朝",
			YuMincho,
			"Hiragino Mincho ProN",
			Meiryo,
			"ＭＳ Ｐ明朝",
			"MS PMincho",
			serif; */
	}

	main {
		width: 80%;
		/* height: 100%; */
		margin-right: auto;
		margin-left: auto;
		/* position: relative;
		height: 100%; */
		/* border: solid red 1px; */
	}

	footer {
		text-align: center;
/*		z-index: 100;*/
/*		margin: 0px;*/
		/* border: solid red 1px; */
/*		bottom: 0px;*/
		width: 100%;
/*		position:sticky;*/
		background-color: white;
/*		top: 100vh;*/
/*		top: 100dvh;*/
	}
		
		footer .lower_f {
			text-align: center;
			/*border: solid 1px green;*/
			min-height: 30px;
			color: white;
			font-size: 10pt;
			background-color: #595757;
/*			border-top: 2px solid #F8B62D;*/
			display: flex;
		}

		footer .f_cpright {
/*			width: 35%;*/
/*			top: 8px;*/
/*			left: 3em;*/
			flex-grow: 1;
			padding: 5px 20px 10px 10px;
			font-size: 2.3vw;
		}

			footer .f_cpright span {
				display: inline-block; 
			}

	/*	id #	*/
	#main_bgimage {
/*		background-color: gray;*/
		clip-path: circle(50vh at top);
/*		height: 43%;*/
		height: 50vh;
/*		position: absolute;*/
/*		display: flex;*/
/*		opacity: 0.8;*/
/*		z-index: -5;*/
/*		margin-top: 40px;*/
	}

		#main_bgimage .bg_left {
/*			object-position: 50%;*/
/*			height: 540px;*/
		}

		#main_bgimage .bg_right {
/*			object-position: 40%;*/
/*			height: 450px;*/
		}

		#main_bgimage img {
			width: 50%;
			/*width: 45%;*/
/*			height: 55vmax;*/
			object-fit: cover;
		}

		#main_bgimage .leftcopy,
		#main_bgimage .rightcopy  {
			display: flex;
		    width: 5%;
		    height: 100%;
		    writing-mode: vertical-rl;
		    letter-spacing: 0.3em;
		    text-orientation: mixed;
		    overflow-wrap: break-word;
		    /*padding: 3.5vw 2px;*/
		    position: relative;
		    align-items: center;
		    /*justify-content: center;*/
			background-color: #302525;
		}

		#main_bgimage .leftcopy {
			/*background-color: rgb(56, 86, 87, 0.6);*/
		}

		#main_bgimage .rightcopy {
			/*background-color: rgb(56, 86, 87, 0.6);*/
		}

	#main_front {
		margin-top: -50vh;
	}

	#top {
		text-align: center;
		margin-top: 80px;
		line-height: 2em;
	}

	#catch {
		font-size: 0.8em;
		color: #888888;
		line-height: 1.5em;
		margin-top: 2em;
		margin-bottom: 3em;
		padding: 0.8em;
/*		border: 0.5px dashed #888888;*/
		border-radius: 10px;
/*		background-color: #F8F8F8;*/
	}

		#catch h1 {
			font-size: 1em;
			padding-bottom: 0.5em;
			height: auto;
			padding-top: 2em;
		}

		#catch br {
			display: block;
			content: "";
			padding-bottom: 0.5em;
		}

	#work .h_pale,
	#recruit .h_pale,
	#est .h_pale {
		top: -1em;
		left: 2em;
/*		background-color: #F7D495;*/
/*		width: 100%;*/
	}

	#work .h_pale2,
	#recruit .h_pale2,
	#est .h_pale2 {
/*		top: 1em;*/
/*		left: 2em;*/
		font-size: 0.8em;
		width: 100%;
		height: 5px;
/*		padding: 0 10px;*/
		text-align: right;
	}

	#work .h_pale2 {
		background-color: #F8B62D;
	}

	#recruit .h_pale2 {
		background-color: #009DA1;
	}

	#est .h_pale2 {
		background-color: #972B26;
	}

		#work .h_pale2 span,
		#recruit .h_pale2 span,
		#est .h_pale2 span {
			margin-top: 3px;
			position: relative;
		}

		#work .h_pale2 span {
			color: #F8B62D;
		}

		#recruit .h_pale2 span {
			color: #009DA1;
		}

		#est .h_pale2 span {
			color: #972B26;
		}

	#est h3 {
		margin-bottom: 2em;
	}

	#est h3 .h_big {
		margin-bottom: -7px;
		font-size: 1.4em;
	}

	#est h3 .h_pale2 {
		height: 3px;
		width: 50%;
		text-align: left;
	}

	#company .gaiyou .td1 {
		font-weight: bold;
	}

	#history .gaiyou .td1,
	#history .gaiyou .td2,
	#history .gaiyou .td3 {
		display: inline-block;
	}

	#history .gaiyou .td1 {
		width: 100%;
	}

	#history .gaiyou .td2 {
		text-align: left;
		width: 15%;
	}

	#history .gaiyou .td3 {
		width: 70%;
	}

	#registration .gaiyou {
		margin-bottom: 2em;
	}

		#registration td {
			width: 40%;
		}

	#qualifications li {
		display: block;
	}

	#flow {
		padding-bottom: 1em;
	}

	/*	class	*/
	.main_button {
		/* height: 100%; */
/*		padding: 10% 0; */
/*		text-align: center; */
		/* border: solid red 1px; */
		display: flex;
		flex-direction: column;
		row-gap: 4vh;
		margin-top: 7vh;
		font-size: 1.6vh;
		align-items: center;
	}

		.main_button img {
			width: 80%;
			padding: 5%;
			/* margin: 50px; */
			/* border: solid red 1px; */
		}

	.cat_button div {
		width: 10vh;
		height: 10vh;
	}

	.container_float_box {
		flex-direction: column;
		row-gap: 40px;
	}

	.h_big {
		font-size: 1em;
		display: block;
		word-wrap: break-word;
		margin-bottom: -10px;
	}

	.float_box,
	.float_box2 {
/*		float: none;*/
		width: 100%;
/*		min-width: 400px;*/
		/* border: solid red 1px; */
		/* background-color: #999; */
/*		margin-bottom: 4em;*/
		font-size: 0.85em;
	}

	.float_box h2,
	.float_box2 h2 {
		font-size: 1.4em;
		padding-left: 1em;
		padding-right: 1em;
	}

	.float_separate {
/*		border: dashed #90BDBF 1.5px;*/
/*		width: fit-content;*/
		height: 1.5px;
		background-image : linear-gradient(
			to right, 
			#90BDBF, 
			#90BDBF 5px, 
			transparent 5px
		);
		background-size: 10px 20px;
		background-position: bottom;
		background-repeat: repeat-x;
		margin-top: -30px;
		margin-bottom: 30px;
	}

	.float_box + .float_box {
/*		border-top: 1px solid red;*/
		padding-top: 40px;
/*		height: 1.5px;*/
		background-image : linear-gradient(
			to right, 
			#90BDBF, 
			#90BDBF 5px, 
			transparent 5px
		);
		background-size: 10px 1.5px;
		background-position: top;
		background-repeat: repeat-x;
	}
	
	.gaiyou .td1,
	.gaiyou .td2,
	.gaiyou .td3 {
		width: 100%;
		display: block;
	}

	.gaiyou .td2 {
		padding-bottom: 1em;
	}

	.gaiyou .td3 {
		padding-bottom: 2.5em;
	}

	.consul,
	.hearing,
	.survey,
	.design,
	.estimate,
	.production {
		width: 100%;
	}

		.consul img,
		.hearing img,
		.survey img,
		.design img,
		.estimate img,
		.production img {
			width: 100%;
		}

	.flownext {
		font-size: 50px;
		text-align: center;
	}

	.textmax {
		font-size: 9vw ;
		text-align: center;
	}

	.vcopy {
		width: 120%;
		font-size: 7.5vw;
		margin-bottom: 1em;
		margin-left: -10%;
		margin-right: -10%;
	}

	.vcopy2 {
		font-size: 9.5vw;
		margin-bottom: 1em;
		line-height: 0.5em;
	}

	.vcopy3 {
		width: 90%;
	}

		.vcopy3 li {
			margin-bottom: 0.6em;
		}

	.est_flex img {
		width: 100%;
		height: auto;
		max-height: 200px;
		object-fit: contain;
	}



}

/*				*/
/*	1200px未満用	*/
/*				*/
@media screen and (min-width:490px) {
 
	/*	tag	*/
	body {
		height: 100%;
		margin:0px;
		padding: 0px;
		min-width: 490px;
		min-height: 400px;
	}
 
	header {
		margin: 0px;
		padding-top: 20px;
		padding-bottom: 15px;
		/* border: solid red 0px; */
		position: relative;
		background-color: #595757;
		border-bottom: 3px solid #F8B62D;
		min-height: 4vh;
		display: flex;
		align-items: flex-end;
	}

		header .logoimg {
			max-height: 40px;
			max-width: 100%;
		}

		header .logo {
			margin-left: 40px;
			/* margin-bottom: 20px; */
			/* border: solid 1px red; */
	/*		position: relative;*/
	/*		float:left;*/
	/*		z-index: 15;*/
		}

		header .copystr {
			color: white;
			font-size: 0.9em;
			/* border: solid red 1px; */
			/* line-height: 1.5em; */
			padding-left: 50px;
			width: 50%;
			/* display: table-cell; */
			/* vertical-align: bottom; */
			/* text-align: left; */
			/* height: 60px; */
			/* font-family:
				"Times New Roman",
				"游明朝",
				YuMincho,
				"Hiragino Mincho ProN",
				Meiryo,
				"ＭＳ Ｐ明朝",
				"MS PMincho",
				serif; */
		}

	main {
		width: 85%;
		/* height: 100%; */
		margin-right: auto;
		margin-left: auto;
		/* position: relative;
		height: 100%; */
		/* border: solid red 1px; */
/*		padding: 0.5px;*/
	}

	footer {
		text-align: center;
/*		z-index: 100;*/
		width: 100%;
		background-color: white;
	}
		
		footer .lower_f {
			text-align: center;
			/*border: solid 1px green;*/
			min-height: 40px;
			color: white;
			font-size: 0.8em;
			background-color: #595757;
/*			border-top: 5px solid #F8B62D;*/
			display: flex;
		}

		footer .f_cpright {
			width: 35%;
			top: 8px;
			left: 3em;
			flex-grow: 1;
			padding: 10px 20px;
		}

			footer .f_cpright span {
				display: inline-block; 
			}

	section h1 {
		position: relative;
		background-size: 50px 5px;
		background-repeat: repeat-x;
		background-position: bottom;
		display: inline-block;
		width: 100%;
	}

	section h3 {
		position: relative;
		background-size: 50px 5px;
		background-repeat: repeat-x;
		background-position: bottom;
		display: inline-block;
		width: 100%;
	}

	section article {
		width: 90%;
	}

	/*	id #	*/
	#container {
		overflow: hidden;
	}

	#main_bgimage {
/*		background-color: gray;*/
/*		clip-path: circle(100.0% at 50% -60%);*/
/*		height: 43%;*/
		height: 60vh;
		position: relative;
/*		display: flex;*/
/*		opacity: 0.8;*/
/*		z-index: -5;*/
		margin: 0 -10vh;
/*		top: 10vh;*/
		border-radius: 0 0 9999px 9999px;
		overflow: hidden;
		padding: 0 10vh;
	}

		#main_bgimage .bg_left {
			object-position: 50% 30%;
	/*		height: 540px;*/
/*			left: 5vh;*/
/*			position: relative;*/
/*			clip-path: inset(0 5vh 0 0);*/
		}

		#main_bgimage .bg_right {
			object-position: 50% 30%;
	/*		height: 450px;*/
/*			right: 5vh;*/
/*			position: relative;*/
/*			clip-path: inset(0 0 0 5vh);*/
		}

		#main_bgimage img {
			width: 50%;
			object-fit: cover;
		}

	#main_front {
/*		position: absolute;*/
		margin-top: -60vh;
	}

	#top {
		text-align: center;
		margin-top: 7vh;
		line-height: 0.8em;
	}

		#top article {
	/*		width: 50%;*/
			font-size: 0.9em;
		}

			#top article div {
				padding-bottom: 10px;
			}

	#catch {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		font-size: 0.9em;
		color: #888888;
		line-height: 1.5em;
		margin-bottom: 3em;
		padding: 0.8em;
/*		border: 0.5px dashed #888888;*/
		border-radius: 10px;
/*		background-color: #F8F8F8;*/
	}

		#catch h1 {
			font-size: 1em;
			padding-bottom: 0.5em;
			height: auto;
			padding-top: 3em;
		}

		#catch br {
			display: block;
			content: "";
			padding-bottom: 0.5em;
		}

		#catch .vcopy {
			font-size: 2em;
			margin-bottom: 1em;
		}

		#catch .vcopy2 {
			font-size: 1.7em;
			margin-bottom: 1em;
		}

	#work h1 {
		background-image: linear-gradient(
			to bottom,
			rgba(248,182,45,0.3),
			rgba(248,182,45,0.3) 5px,
			transparent 50px
		);
	} 

	#recruit h1 {
		background-image: linear-gradient(
			to bottom,
			rgba(0,157,161,0.2),
			rgba(0,157,161,0.2) 5px,
			transparent 50px
		);
	} 

	#est h1 {
		background-image: linear-gradient(
			to bottom,
			rgba(153,43,38,0.2),
			rgba(153,43,38,0.2) 5px,
			transparent 50px
		);
	} 

	#est h3 {
		background-image: linear-gradient(
			to bottom,
			rgba(153,43,38,0.2),
			rgba(153,43,38,0.2) 5px,
			transparent 50px
		);
	} 

	#est h3 .h_big {
		font-size: 1.5em;
	}

	#work .h_pale,
	#work .h_pale2,
	#recruit .h_pale,
	#recruit .h_pale2,
	#est .h_pale,
	#est .h_pale2 {
		position: absolute;
		bottom: 2px;
		right: 0px;
	}

	#registration article {
		display: flex;
		flex-direction: row;
		column-gap: 20px;
	}

	#qualifications li {
		display: inline;		
	}
	
	/*	class	*/
	.main_button {
/*		position:absolute;*/
/*		top: 45%;*/
/*		left: 53%;*/
		/* height: 100%; */
		 padding: 23vh 0 23vh 0; 
		/* text-align: center; */
		/* border: solid red 1px; */
/*		margin-top: -32vh;*/
/*		margin-left: -450px;*/
		display: flex;
		column-gap: 4vh;
		justify-content: center;
	}

		.main_button img {
			height: 300px;
			padding: 50px;
			/* margin: 50px; */
			/* border: solid red 1px; */
		}

	.cat_button div {
		width: 12vh;
		height: 12vh;
		min-width: 8vw;
		min-height: 8vw;
		font-size: 1.6vh;
	}

	.h_big {
		font-size: 1.1em;
		margin-bottom: -1px;
	}

	.float_box {
/*		float: left;*/
/*		width: 70%;*/
/*		min-width: 400px;*/
/*		padding-right: 50px;*/
/*		padding-bottom: 50px;*/
/*		 border: solid red 1px; */
		/* background-color: #999; */
	}

	.float_box h2,
	.float_box2 h2 {
		font-size: 1.25em;
		padding-left: 3em;
		padding-right: 3em;
		text-align: center;
	}

	.float_separate {
		display: none;
	}

	.detail {
		width: 35%;
		min-width: 15em;
	}

	.textmax {
		font-size: 4vh ;
		text-align: center;
	}

	.consul,
	.hearing,
	.survey,
	.design,
	.estimate,
	.production {
		width: 100%;
	}

		.consul img,
		.hearing img,
		.survey img,
		.design img,
		.estimate img,
		.production img {
			width: 40%;
		}

	.vcopy {
		font-size: 2.5em;
		margin-bottom: 1.5em;
	}

	.vcopy2 {
		font-size: 2em;
		margin-bottom: 1.5em;
		line-height: 0.4em;
	}

	.vcopy3 {
		width: 50%;
	}

		.vcopy3 li {
			margin-bottom: 0.5em;
		}

	.est_flex {
		display: flex;
		align-items: stretch;
		gap: 20px;
		/*flex-direction: row-reverse;*/
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}

	.est_flex p {
		/*display: block;*/
		/*height: 100px;*/
		width: 50%;
	}

	.est_flex img {
		/*object-fit: cover;*/
		width: 50%;
		height: auto;
		max-height: 200px;
		object-fit: contain;

	}

}


/*				*/
/*	共通（上書き）	*/
/*				*/

