@charset "utf-8";
/*デザイナーズ住宅*/
.tagBox .designer-housingList1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 25px 0;
}
.tagBox .designer-housingList1 li {
	list-style: none;
	width: calc((100% - 50px) / 6);
	margin: 0 9.9px 0 0;	
}
.tagBox .designer-housingList1 li:nth-of-type(6n) {margin-right: 0;}

/*お問い合わせ用ボックス*/
.contactBox1 {
	margin: 0 auto;
	border: 1px solid #999;
	padding: 40px;
	margin-bottom: 40px;
}
.contactBox1 .flexBox1 {
	margin-bottom: 0;
}
.contactBox1 .flexBox1 i, .i-img {
	font-size: 5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #db407e;
	margin: 0 auto 15px;
	text-align: center;
	color: #fff;
}
.contactBox1-midashi {
	display: block;
	background: #f9d2e2;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 700;
}
.contactBox1-num {
	font-size: 3.0rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.contactBox1-num a {
	text-decoration: none;
	color: #000;
}
@media only screen and (max-width:999px) {
	.contactBox1 {
		padding: 20px;
	}
	.contactBox1 .flexBox1 > div {margin-bottom: 40px;}
    .contactBox1 .flexBox1 > div:last-child {margin-bottom: 0;}
	.contactBox1 i {
		font-size: 4.0rem;
		width: 100px;
		height: 100px;
	}
}

/*耐震住宅*/
.tagBox .technostructureList1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px 0;
	padding: 0;
	overflow: visible;
}
.tagBox .technostructureList1 li {
	list-style: none;
	width: calc((100% - 25px) / 2);
	margin: 0 24.9px 60px 0;
}
.tagBox .technostructureList1 li:nth-of-type(2n) {margin-right: 0;}
.technostructureList1 li a {
	text-decoration: none;
	color: #000;
	display: block;
	height: 100%;
	transition: all 0.5s ease;
}
.technostructureList1 li a:hover {
	box-shadow: 0 0 25px 0 rgba(0,0,0,0.1);
}
.technostructureList1 img {display: block;}
.technostructureList1-img {
	margin-bottom: 25px;
}
.technostructureList1-info {
	display: flex;
	align-items: center;
	padding: 0 25px 25px;
}
.technostructureList1-info > div:nth-of-type(1) {
	width: 175px;
	padding-right: 25px;
	border-right: 2px solid #ccc;
	min-height: 90px;
	display: flex;
	align-items: center;
}
.technostructureList1-info > div:nth-of-type(2) {
	width: clac(100% - 175px);
	padding-left: 25px;
}
.technostructureList1-more::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 10px;
	font-size: 1.4rem;
	color: #999;
}
@media only screen and (max-width:999px) {
	.tagBox .technostructureList1 {
		display: block;
	}
	.tagBox .technostructureList1 li {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 40px;
	}
	.tagBox .technostructureList1 li:nth-of-type(2n) {margin: 0 auto 40px;}
	.technostructureList1-info {
		padding: 0 5px 25px;
	}
	.technostructureList1-info > div:nth-of-type(1) {
		width: 150px;
		padding-right: 15px;
		min-height: 70px;
	}
	.technostructureList1-info > div:nth-of-type(2) {
		width: clac(100% - 150px);
		padding-left: 15px;
	}
}

.technostructureSeishin {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.technostructureSeishin > div:nth-of-type(1) {
	width: 100px;
}
.technostructureSeishin > div:nth-of-type(2) {
	width: calc(100% - 120px);
}
@media only screen and (max-width:999px) {
	.technostructureSeishin {
		align-items: flex-start;
	}
}

/*つむぎえ*/
.tsumugieImgBox1,
.tsumugieImgBox2{
	display: flex;
	margin-bottom: 25px;
}
.tsumugieImgBox1 img,
.tsumugieImgBox2 img{
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:999px) {
	.tsumugieImgBox2 {
		flex-wrap: wrap;
	}
	.tsumugieImgBox2 > div {
		width: calc((100% - 2px) / 2);
		margin: 0 1.9px 2px 0;
	}
	.tsumugieImgBox2 > div:nth-of-type(2n) {margin-right: 0;}
}

/*耐震　標準仕様　工法*/
.technostructureShiyoBox1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
}
.technostructureShiyoBox1 > div:nth-of-type(1) {
	width: 150px;
	margin-right: 30px;
}
.technostructureShiyoBox1 > div:nth-of-type(2) {
	width: calc(100% - 180px);
}
@media only screen and (max-width:999px) {
	.technostructureShiyoBox1 {
		display: block;
	}
	.technostructureShiyoBox1 > div:nth-of-type(1) {
		margin: 0 auto 25px;
	}
	.technostructureShiyoBox1 > div:nth-of-type(2) {
		width: 100%;
	}
}
/*耐震　標準仕様　パナソニック*/
.technostructureShiyoBox2 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.technostructureShiyoBox2 > div {
	width: calc((100% - 25px) / 2);
	border: 1px solid #ccc;
	padding: 25px;
}
.technostructureShiyoBox2-img1 {
	display: flex;
	margin-bottom: 25px;
}
.technostructureShiyoBox2-img1 img {
	display: block;
}
.technostructureShiyoBox2-img1 > div:nth-of-type(1) {
	width: 150px;
	margin-right: 30px;
}
.technostructureShiyoBox2-img1 > div:nth-of-type(2) {
	width: calc(100% - 180px);
}
.technostructureShiyoBox2-img1 > div:nth-of-type(2) img {
	max-height: 150px;
	width: auto;
}
@media only screen and (max-width:999px) {
	.technostructureShiyoBox2 {
		display: block;
	}
	.technostructureShiyoBox2 > div {
		width: 100%;
		padding: 15px;
	}
	.technostructureShiyoBox2 > div:nth-of-type(1) {margin-bottom: 25px;}
	.technostructureShiyoBox2-img1 {
		display: flex;
		margin-bottom: 25px;
	}
	.technostructureShiyoBox2-img1 > div:nth-of-type(1) {
		width: 150px;
		margin-right: 15px;
	}
	.technostructureShiyoBox2-img1 > div:nth-of-type(2) {
		width: calc(100% - 165px);
	}
	.technostructureShiyoBox2-img1 > div:nth-of-type(2) img {
		max-height: auto;
	}
}
.technostructureShiyoBox3 {
	border: 1px solid #ccc;
	padding: 25px;
	margin-bottom: 25px;
}
.technostructureShiyoBox3-img1 {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}
.technostructureShiyoBox3-img1 > div:nth-of-type(1),
.technostructureShiyoBox3-img1 > div:nth-of-type(3) {
	width: 150px;
}
.technostructureShiyoBox3-img1 > div:nth-of-type(2) {
	width: 470px;
	margin: 0 25px;
}
@media only screen and (max-width:999px) {
	.technostructureShiyoBox3 {
		padding: 15px;
	}
	.technostructureShiyoBox3-img1 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.technostructureShiyoBox3-img1 > div:nth-of-type(1),
	.technostructureShiyoBox3-img1 > div:nth-of-type(3) {
		margin: 0 1px;
	}
	.technostructureShiyoBox3-img1 > div:nth-of-type(1) {
		order: 2;
	}
	.technostructureShiyoBox3-img1 > div:nth-of-type(3) {
		order: 3;
	}
	.technostructureShiyoBox3-img1 > div:nth-of-type(2) {
		width: 100%;
		margin: 0 auto 25px;
		order: 1;
	}
}

.technostructureShiyoBox4 {
	border: 1px solid #ccc;
	padding: 25px;
	margin-bottom: 25px;
}
.technostructureShiyoBox4 .flexBox1 > div:nth-of-type(1) {
	width: calc(100% - 470px);
}
.technostructureShiyoBox4 .flexBox1 > div:nth-of-type(2) {
	width: 440px;
}
@media only screen and (max-width:999px) {
	.technostructureShiyoBox4 {
		padding: 15px;
	}
	.technostructureShiyoBox4 .flexBox1 > div:nth-of-type(1) {
		width:100%;
	}
	.technostructureShiyoBox4 .flexBox1 > div:nth-of-type(2) {
		width:100%;
	}
}
/*耐震　標準仕様　自由*/
.technostructureShiyoBox5{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.technostructureShiyoBox5 > div{	
	margin: 0 24.9px 25px 0;
	background: #f5f5f5;
	padding: 25px;
}
.technostructureShiyoBox5 > div {width: calc((100% - 50px) / 3);}
.technostructureShiyoBox5 > div:nth-of-type(3n){margin-right: 0;}
@media only screen and (max-width:999px) {
	.technostructureShiyoBox5 {
		display: block;
	}
	.technostructureShiyoBox5 > div {
		width: 100%;
		margin-bottom: 25px;
	}
}
/*フォルカーサ*/
.tagBox .forcasaList1 {
	margin: 0 0 25px 0;
	display: flex;
	flex-wrap: wrap;
}
.tagBox .forcasaList1 li {
	list-style: none;
	width: calc((100% - 50px) / 6);
	margin: 0 9.9px 25px 0;
}
.tagBox .forcasaList1 li:nth-of-type(6n) {margin-right: 0;}
.tagBox .forcasaList1 li img {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:999px) {
	.tagBox .forcasaList1 li {
		width: calc((100% - 10px) / 2);
		margin: 0 9.9px 25px 0;
	}
	.tagBox .forcasaList1 li:nth-of-type(2n) {margin-right: 0;}
}

.tagBox .forcasaList2 {
	display: flex;
	margin-bottom: 40px;
}
.tagBox .forcasaList2 li {
	list-style: none;
	width: calc((100% - 100px) / 3);
	margin: 0 50px 0 0;
	position: relative;
	border: 1px solid #ccc;
	padding: 15px;
}
.tagBox .forcasaList2 li:nth-of-type(3n) {margin-right: 0;}
.tagBox .forcasaList2 li::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f067";
	font-size: 3.0rem;
	width: 50px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -50px;
	top: 0;
}
.tagBox .forcasaList2 li:nth-of-type(3n)::after {display: none;}
@media only screen and (max-width:999px) {
	.tagBox .forcasaList2 {
		display: block;
	}
	.tagBox .forcasaList2 li {
		width: 100%;
		margin: 0 0 50px 0;
		padding-bottom: 5px;
	}
	.tagBox .forcasaList2 li:nth-of-type(3n) {margin-right: 0;}
	.tagBox .forcasaList2 li::after {
		width: 100%;;
		height: 50px;
		right: 0;
		top: auto;
		bottom: -50px;
	}
}

.tagBox .forcasaList3 {
	margin: 0 0 25px 0;
	display: flex;
}
.tagBox .forcasaList3 li {
	list-style: none;
	width: calc((100% - 50px) / 3);
	margin: 0 24.9px 0 0;
}
.tagBox .forcasaList3 li:nth-of-type(3n) {margin-right: 0;}
.tagBox .forcasaList3 li a {
	transition: all 0.3s ease;
	display: block;
	height: 100%;
	border: 1px solid #ccc;
	padding: 10px 15px 280px;
	position: relative;
	text-decoration: none;
	color: #000;
}
.tagBox .forcasaList3 li a:hover {
	border: 1px solid #999;
}
.forcasaList3img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
@media only screen and (max-width:999px) {
	.tagBox .forcasaList3 {
		display: block;
	}
	.tagBox .forcasaList3 li {
		width: 100%;
		margin: 0 0 25px 0;
	}
	.tagBox .forcasaList3 li a {
		height: auto;
		padding: 15px;
	}
	.forcasaList3img {
		position: static;
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	#main .tagBox .forcasaList3 li p:last-of-type {margin-bottom: 0;}
}

.slideBox1,
.slideBox2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 40px;
}
.slideBox1 > div:nth-of-type(1),
.slideBox2 > div:nth-of-type(1){
	width: calc(100% - 750px);
}
.slideBox1 > div:nth-of-type(1) {order: 2;}
.slideBox1 > div:nth-of-type(2),
.slideBox2 > div:nth-of-type(2){
	width: 720px;
}
.slideBox1 > div:nth-of-type(2) {order: 1;}
@media only screen and (max-width:999px) {
	.slideBox1,
	.slideBox2{
		display: block;
	}
	.slideBox1 > div:nth-of-type(1),
	.slideBox2 > div:nth-of-type(1){
		width: 100%;
		margin-bottom: 25px;
	}
	.slideBox1 > div:nth-of-type(2),
	.slideBox2 > div:nth-of-type(2){
		width: 100%;
		padding-bottom: 5px;
	}
}

/*M-WING*/
.m-wingBox1 {
	display: flex;
	padding-top: 50px;
	margin-bottom: 40px;
}
.m-wingBox1 > div {
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
}
.m-wingBox1:nth-of-type(3n) {margin-right: 0;}
.m-wingBox1 > div:nth-of-type(1) {
	position: relative;
}
.m-wingBox1 > div:nth-of-type(1) .txtDeco1 {
	position: absolute;
	top: -60px;
	left: 0;
}
@media only screen and (max-width:999px) {
	.m-wingBox1 {
		display: block;
	}
	.m-wingBox1 > div {
		width: 100%;
		margin-right: 0;
	}
	.m-wingBox1 > div:nth-of-type(1) .txtDeco1 {
		width: 100%;
	}
}
.m-wingBox2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.m-wingBox2 > div {
	width: calc((100% - 6px) / 4);
	margin: 0 1.9px 2px 0;
}
.m-wingBox2 > div:nth-of-type(4n) {margin-right: 0;}
.m-wingBox2 > div img {
	display: block;
}
@media only screen and (max-width:999px) {
	.m-wingBox2 > div {
		width: calc((100% - 2px) / 2);
		margin: 0 1.9px 2px 0;
	}
	.m-wingBox2 > div:nth-of-type(2n) {margin-right: 0;}
}

/*いえづくり*/
.iezukuriBox1 {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	margin-bottom: 25px;
}
.iezukuriBox1 > div {
	width: calc((100% - 25px) / 2);
}
.iezukuriBox1 > div:nth-of-type(1) {
	padding: 25px;
}
.iezukuriBox1 > div:nth-of-type(2) {
	background: #f5f5f5;
	padding: 15px;
	text-align: right;
}
.iezukuriBox1 > div:nth-of-type(2) img {
	display: block;
	margin: 0 auto 10px;
}
@media only screen and (max-width:999px) {
	.iezukuriBox1 {
		display: block;
		border: none;
	}
	.iezukuriBox1 > div {
		width: 100%;
	}
	.iezukuriBox1 > div:nth-of-type(1) {
		padding: 0;
		margin-bottom: 25px;
	}
	.iezukuriBox1 > div:nth-of-type(2) {
		background: none;
		padding: 0;
		text-align: center;
	}
}
/*アフターサポート*/
.supportBox1 {
	display: flex;
	margin-bottom: 25px;
}
.supportBox1 > div:nth-of-type(1) {
	margin-right: 15px;
}
.supportBox1 img {
	height: 245px;
	width: auto;
	display: block;
}
@media only screen and (max-width:999px) {
	.supportBox1 img {
		height: auto;
	}
}

/*モデルハウス*/
.model-houseBox1 {
	border: 1px solid #ccc;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.model-houseBox1 > div {
	width: calc((100% - 25px) / 2);
}
.model-houseBox1 > div:nth-of-type(1) {
	padding: 30px;
}
.model-houseBox1-midashi1 {
	font-weight: 700;
	font-size: 2.8rem;
	border-bottom: 2px solid #666;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.model-houseBox1 > div:nth-of-type(2) img {
	display: block;
}
@media only screen and (max-width:999px) {
	.model-houseBox1 {
		display: block;
	}
	.model-houseBox1 > div {
		width: 100%;
	}
	.model-houseBox1 > div:nth-of-type(1) {
		padding:25px 15px 0;
	}
	.model-houseBox1-midashi1 {
		font-size: 2.2rem;
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
}

.model-houseBox2 {
	display: flex;
	flex-wrap: wrap;
}
.model-houseBox2 > div {
	width: calc((100% - 25px) / 2);
	margin: 0 24.9px 25px 0;
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
}
.model-houseBox2 > div:nth-of-type(2n) {
	margin-right: 0;
}
.model-houseBox2 > div:nth-of-type(1),
.model-houseBox2 > div:nth-of-type(2) {
	padding-bottom: 60px;
}
.model-houseBox2 > div:nth-of-type(1) .buttonLink1,
.model-houseBox2 > div:nth-of-type(2) .buttonLink1 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: calc(100% - 30px);
}

.model-adBox {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px 25px;
}
.model-adBox .model-adBox-title {
    margin-bottom: 10px;
    font-size: 2.4rem;
    font-weight: bold;
}
.model-adBox a {
    color: #000;
    text-decoration: none;
}
.model-adBox a:hover {
    text-decoration: underline;
}
@media only screen and (max-width:999px) {
	.model-houseBox2 {
		display: block;
	}
	.model-houseBox2 > div {
		width: 100%;
		margin: 0 0 25px 0;
		position: static;
	}
	.model-houseBox2 > div:nth-of-type(1),
	.model-houseBox2 > div:nth-of-type(2) {
		padding-bottom: 15px;
	}
	.model-houseBox2 > div:nth-of-type(1) .buttonLink1,
	.model-houseBox2 > div:nth-of-type(2) .buttonLink1 {
		position: static;
		width: 100%;
	}
}
/*販売区画ご案内*/
.area-informationBox1 {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.area-informationBox1 > div {
	padding: 0 20px;
}
.area-informationBox1 a {
	display: block;
	text-decoration: none;
	color: #000;
}
.area-informationBox1 > div img {
	display: block;
	margin: 0 auto 5px;
}
.area-informationBox1 > div span {
	display: block;
	background: #f5f5f5;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
}
.area-informationBox1 > div span::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-left: 10px;
	color: #db407e;
}
@media only screen and (max-width:999px) {
	.area-informationBox1 {
		flex-wrap: wrap;
	}
	.area-informationBox1 > div {
		width: calc((100% - 10px) / 2);
		margin: 0 9.9px 10px 0;
		padding: 0;
	}
	.area-informationBox1 > div:nth-of-type(2n) {margin-right: 0;}
	.area-informationBox1 > div span {
		padding: 15px 5px;
		font-size: 1.4rem;
	}
	.area-informationBox1 > div span::after {
		margin-left: 5px;
	}
	.area-informationBox1 > div img {
		width: 130px;
	}
}
@media only screen and (max-width:320px) {
	.area-informationBox1 > div span {
		font-size: 1.2rem;
	}
}

/*HIRAYA*/
.tagBox .hirayaList1 {
	padding: 0;
	margin: 0 0 40px 0;
	display: flex;
}
.tagBox .hirayaList1 li {
	list-style: none;
	width: calc((100% - 50px) / 3);
	margin: 0 25px 0 0;
	border: 1px solid #ccc;
	padding: 25px 15px 15px;
}
.tagBox .hirayaList1 li:nth-of-type(3n) {margin-right: 0;}
.tagBox .hirayaList1 li h3 {
	font-size: 2.2rem;
}
@media only screen and (max-width:999px) {
	.tagBox .hirayaList1 {
		display: block;
	}
	.tagBox .hirayaList1 li {
		width: 100%;
		margin: 0 0 15px 0;
	}
	.tagBox .hirayaList1 li:nth-of-type(3n) {margin-right: 0;}
	.tagBox .hirayaList1 li h3 {
		font-size: 2.6rem;
	}
}
/*会社情報*/
.companyAccessBox1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.companyAccessBox1 > div {
	width: calc((100% - 25px) / 2);
}
.companyAccessBox1gaikan {
	display: block;
	float: left;
	margin-right: 25px;
}
@media only screen and (max-width:999px) {
	.companyAccessBox1 {
		display: block;
	}
	.companyAccessBox1 > div {
		width: 100%;
	}
	.companyAccessBox1 > div:nth-of-type(1) {
		margin-bottom: 25px;
		text-align: center;
	}
	.companyAccessBox1gaikan {
		float: none;
		margin: 0 auto 15px;
	}
}

.tagBox .awardList1 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 40px 0;
}
.tagBox .awardList1 li {
	list-style: none;
	width: calc((100% - 25px) / 2);
	margin: 0 24.9px 25px 0;
	text-align: center;
}
.tagBox .awardList1 li:nth-of-type(2n) {margin-right: 0;}
@media only screen and (max-width:999px) {
	.tagBox .awardList1 {
		display: block;
	}
	.tagBox .awardList1 li {
		width:100% ;
		margin: 0 0 25px 0;
	}
}

.companyImg1 {
	display: block;
	margin: 0 auto;
}
@media only screen and (max-width:999px) {
	.companyImg1 {
		width: 200px;
		margin: 0 auto 25px;
	}
}

/*つむぎえＺＥＲＯ*/
.tsumugie-zeroMidashiSet1 {
	position: relative;
	padding-left: 110px;
	padding-top: 5px;
	margin-bottom: 35px;
}
.tsumugie-zeroMidashiSet1 > div {
	font-weight: 700;
	color: #db407e;
}
.tsumugie-zeroMidashiSet1 > div > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #db407e;
	color: #fff;
	font-weight: 700;
	position: absolute;
	top: -10px;
	left: 0;
	font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.0rem;
}
@media only screen and (max-width:999px) {
	.tsumugie-zeroMidashiSet1 {
		padding-left:0;
		padding-top: 0;
		margin-bottom: 35px;
	}
	.tsumugie-zeroMidashiSet1 > div {
		font-weight: 700;
		color: #db407e;
		padding-left:70px;
	}
	.tsumugie-zeroMidashiSet1 > div > span {
		width: 60px;
		height: 60px;
		top: 0;
		left: 0;
		font-size: 1.5rem;
	}
	.tsumugie-zeroMidashiSet1 h3 {
		padding-left:70px;
	}
}

/*つむぎえZERO*/
.tagBox .tsumugie-zeroList1 {
	display: flex;
	margin: 0;
	padding: 0;
}
.tagBox .tsumugie-zeroList1 li {
	width: calc((100% - 50px) / 3);
	border: 1px solid #ccc;
	padding: 25px 15px;
	margin: 0 24.9px 0 0;
	list-style: none;
	
}
.tagBox .tsumugie-zeroList1 li:nth-of-type(3n) {margin-right: 0;}
#main .tsumugie-zeroList1 li > p:last-of-type {margin-bottom: 0;}
.tagBox .tsumugie-zeroList1 li img {
	display: block;
	margin: 0 auto 25px;
}
@media only screen and (max-width:999px) {
	.tagBox .tsumugie-zeroList1 {
		display: block;
		margin-bottom:20px;
	}
	.tagBox .tsumugie-zeroList1 li {
		width: 100%;
		margin: 0 0 15px 0;

	}
	.tagBox .tsumugie-zeroList1 li:last-of-type {margin-bottom: 0;}
}
@media only screen and (max-width:999px) {
	.reformImg1 {
		width: 150px;
	}
}

.reformImgBox1 {
	display: flex;
	justify-content: space-between;
}
.reformImgBox1 img {
	display: block;
}
@media only screen and (max-width:999px) {
	.reformImgBox1 {
		flex-wrap: wrap;
		justify-content:center;
	}
	.reformImgBox1 > div {
		width: calc((100% - 20px) / 3);
		margin: 0 9.9px 10px 0;
	}
	.reformImgBox1 > div:nth-of-type(3n) {margin-right: 0;}
}
/*物件プラン用テーブル*/
.planTable1,
.planTable2{
	text-align: center;
}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th,
.tagBox table.planTable2 tbody > tr:nth-of-type(1) th{
	background: #FFE1ED;
}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(1) {width: 12%;}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(2) {width: 12%;}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(3) {width: 12%;}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(4) {width: 40%;}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(5) {width: 12%;}
.tagBox table.planTable1 tbody > tr:nth-of-type(1) th:nth-of-type(6) {width: 12%;}

.tagBox table.planTable2 tbody > tr:nth-of-type(1) th:nth-of-type(1) {width: 12%;}
.tagBox table.planTable2 tbody > tr:nth-of-type(1) th:nth-of-type(2) {width: 12%;}
.tagBox table.planTable2 tbody > tr:nth-of-type(1) th:nth-of-type(3) {width: 12%;}
.tagBox table.planTable2 tbody > tr:nth-of-type(1) th:nth-of-type(4) {width: 52%;}
.tagBox table.planTable2 tbody > tr:nth-of-type(1) th:nth-of-type(5) {width: 12%;}

.tagBox .planTable1List1 {
	text-align: left;
	font-size: 0;
	margin-bottom: 0;
}
.tagBox .planTable1List1 li {
	list-style: none;
	margin: 0 5px 5px 0;
	display: inline-block;
}
.tagBox .planTable1List1 li a,
.tagBox .planTable1List1 li span{
	display: inline-block;
	font-size: 1.5rem;
	text-decoration: none;
	color: #fff;
	background: #db407e;
	padding: 5px 10px;
}
.tagBox .planTable1List1 li a::after {
	font-size: 1.0rem;
}

/* テクノストラクチャー工法 */
.technostructure-method .headline1 {
    margin-bottom: 25px;
    font-size: 4.0rem;
    text-align: center;
}.technostructure-method .headline2 {
    margin-bottom: 25px;
    font-size: 3.0rem;
    text-align: center;
    color: #db407e;
}

/* スタッフページテンプレート */
.staff-page-entryList h2, .staff-page-writerList h2 {
    height: 70px;
    line-height: 1.0;
	padding-left: 81px;
	margin-bottom: 50px;
	font-size: 5.0rem;
	font-family: 'Bellefair', serif;
	letter-spacing: 0.25rem;
	position: relative;
}
.staff-page-entryList h2 > span, .staff-page-writerList h2 > span {
	display: block;
	letter-spacing: 0.125rem;
	font-size: 1.6rem!important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #000;
}
.staff-profile, .staff-message {
    background: #f2f2f2;
    margin-bottom: 50px;
    padding: 40px;
    position: relative;
}
.staff-profile h3, .staff-message h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.0rem;
    color: #ec79a7;
    position: absolute;
    top: -20px;
}
.staff-profile p:last-child, .staff-message p:last-child {
    margin-bottom: 0!important;
}
.staff-page .slick-slide {
    padding: 0 10px;
}
.staffListInner {
    background: #fff;
}
.staffListInner a {
    text-decoration: none;
    color: #000;
    display: block;
}
.staffListInner {
    transform: scale(0.9);
    transition-duration: 0.3s;
}
.staffListInner:hover {
    transform: scale(1.0);
}
.staffListName {
    padding: 5px 15px;
    font-weight: bold;
    font-size: 1.8rem;
}
.staffListThumbs img { vertical-align: bottom; }

/* スタッフページリスト */

.staff .staffListName {
    padding: 5px 30px;
}

/*-------------------------*/
/*--- #consultation -------*/
/*-------------------------*/

.consultation-inner {
	width: 100vw;
	height: 600px;
	padding: 90px 0 80px;
	margin-left: calc(( 1200px - 100vw ) / 2 );
	background-image: url("../images/contents/index/consultation-bg.jpg");
	text-align: center;
}
.consultation-inner h3 {
	display: inline-block;
	height: 40px;
    line-height: 40px!important;
	margin: 0 0 50px 0!important;
	font-size: 4.0rem!important;
	font-weight: bold!important;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 2;
}
.consultation-inner h3 span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	height: 120px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	background: #ec79a7;
	font-size: 2.1rem!important;
	line-height: 1.4!important;
	letter-spacing: 0.3rem;
	position: absolute;
	top: -60px;
	left: -100px;
	z-index: -1;
}
.consultation-list {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.consultation-list li {
	margin: 0 30px 0 0;
	position: relative;
	z-index: 2;
}
.consultation-list li:last-child {
	margin: 0 0 0 0;
}
.consultation-list li:nth-of-type(3)::after {
	content: '';
	display: block;
	width: 210px;
	height: 177px;
	background-image: url("../images/contents/index/consultation-illust.png");
	position: absolute;
    top: -140px;
    right: -103px;
    z-index: -1;		
}
.consultation-list li img {
	vertical-align: bottom;
}
@media only screen and (max-width: 1200px) {
	.consultation-inner {
		margin-left: 0;
	}
}
@media only screen and (max-width:999px) {
	.consultation-inner {
		width: calc(100% + 30px);
		height: auto;
		padding: 90px 0 80px;
		margin: 0 -15px;
		background-image: url("../images/contents/index/consultation-bg.jpg") center bottom;
		background-size: cover;
	}
	.consultation-inner h3 {
		font-size: 3.0rem!important;
		margin-bottom: 90px!important;
	}
	.consultation-inner h3 span {
		min-width: 80px;
		height: 80px;
		font-size: 1.6rem!important;
		top: -60px;
		left:-45px;
	}
	.consultation-list {
		padding: 0 10px;
		margin-bottom: 40px;
	}
	.consultation-list li {
		margin: 0 10px 0 0;
	}
	.consultation-list li:nth-of-type(3)::after {
		content: '';
		display: block;
		width: 120px;
		height: 101px;
		background-size: 100%;
		position: absolute;
		top: -80px;
		right: -0px;
		z-index: -1;		
	}
}

/* property */

.property-contact {
    background: #db407e;
    padding: 25px 25px 20px 25px;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
}
.property-contact p::before, .property-contact p::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 1.1em;
    background-color: #fff;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.property-contact p::before {
    margin-right: 10px;
    transform: rotate(-40deg);
}
.property-contact p::after {
    margin-left: 10px;
    transform: rotate(40deg);
}
.property-contact span {
    color: #fff;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 1px;
}
@media only screen and (max-width:999px) {
    .property-contact {
        font-size: 2.0rem;
    }
    .property-contact span {
        font-size: 3.0rem;
    }
    .property-contact p::before, .property-contact p::after {
        display: none;
    }
}
/*不動産売却*/
.tagBox ol.olStep{
    counter-reset:stepnum 0;
}
.tagBox ol.olStep > li { 
    list-style-type:none;
    margin:0 0 25px 0;
    display:block;
}
.tagBox ol.olStep > li::before {
  content:"STEP" counter(stepnum) ":";
  counter-increment:stepnum;
}
.tagBox ol.olStep.post1390 > li::before {
  display:none;
}
.tagBox ol.olStep.post1390 > li h4::before {
  content:"STEP" counter(stepnum) ":";
  counter-increment:stepnum;
}
.tagBox ol.olStep.post1390 > li { 
    border:3px solid #eee;
    padding:25px;
}