<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*********** common変更 *************/


/*********** ↑common変更 *************/



/*********** 共通 *************/

.cont dt {
	color: #2a4957;
	line-height: 1.4;
	padding-top: 10px;
}

.cont dd {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
}



/*********** ↑共通 *************/




/*********** masterplan *************/

.masterplan_01-wrap {
	display: grid;
	grid-template-columns: 34.58% 57.83%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 100px;
}

.masterplan_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.masterplan_01-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.masterplan_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}


/*********** ↑masterplan *************/





/*********** design *************/

.design_01-wrap {
	display: grid;
	grid-template-columns: 34.92% 60.08%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 100px;
}

.design_01-wrap &gt; li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.design_01-wrap &gt; li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.design_01-wrap &gt; li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	align-self: center;
}

.design_01 {
	padding-top: 60px;
}

.design_02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 20px;
}

.design_02 li {
	width: 48.21%;
}

.design_03 {
	width: 110.68%;
}

.design_03 .cap-cover {
	right: 8%;
	bottom: 80px;
}

@media only screen and (max-width: 1200px){
.design_03 .cap-cover {	bottom: 70px;}
}

@media only screen and (max-width: 1050px){
.design_03 .cap-cover {	bottom: 45px;}
}



.design_04-wrap {
    max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 140px;
}



/*********** ↑design *************/






/*********** entrance *************/

.entrance_01-wrap {
	margin-top: 100px;
}

.entrance_02-wrap {
	display: grid;
	grid-template-columns: 34.5% 56%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 100px;
}

.entrance_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.entrance_02-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.entrance_02-wrap li:nth-child(3) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
	padding-top: 40px;
}

/*********** ↑entrance *************/




/*********** facade *************/

.facade_01-wrap {
	display: grid;
	grid-template-columns: 56.25% 42.92%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 40px;
}

.facade_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.facade_01-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.facade_01-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: flex-end;
}

/*********** ↑facade *************/





/*********** topics *************/

.topics_01-wrap {
	background-image: url("../images/design/topics_01bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 60px 130px;
	margin-top: 80px;
}

.topics_01-wrap li:nth-child(1) {
	width: 48%;
}

.topics_01-wrap li:nth-child(2) {
	width: 45%;
}

/*********** ↑topics *************/





/*********** landscape *************/

.landscape_01-wrap {
	margin-top: 80px;
}

.landscape_01-copy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 10px;
}
	
.landscape_01-copy li {
	width: 22.5%;
}

.landscape_01-copy dl {
	display: flex;
}

.landscape_01-copy dt {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.2rem;
	width: 30px;
	height: 30px;
	background: #294856;
}

.landscape_01-copy dd {
	color: #2a4957;
	font-size: 2.0rem;
	line-height: 1.4;
	margin-left: 10px;
}

.landscape_01-copy .copy {
	line-height: 1.5;
	padding-top: 10px;
}





.landscape_02-wrap {
	display: grid;
	grid-template-columns: 24.33% 24.33% 24.33% 24.33%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 40px;
}

.landscape_02-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.landscape_02-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.landscape_02-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.landscape_02-wrap li:nth-child(4) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}

.landscape_02-wrap li:nth-child(5) {
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}

.landscape_02-wrap li:nth-child(6) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.landscape_02-wrap li:nth-child(7) {
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}


/*********** ↑landscape *************/






/*********** service *************/

.service_mp01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 100px;
}

.service_mp01-wrap li:nth-child(1) {
	width: 34.5%;
}

.service_mp01-wrap li:nth-child(2) {
	width: 60.25%;
}


.service_01-wrap {
	display: grid;
	grid-template-columns: 30.25% 30.25% 30.25%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	padding-top: 40px;
}

.service_01-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.service_01-wrap li:nth-child(2) {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}

.service_01-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.service_01-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}

.service_01-wrap li:nth-child(5) {
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}

.service_01-wrap li:nth-child(6) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
}

.service_01-wrap li:nth-child(7) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

.service_01-wrap li:nth-child(8) {
	grid-column: 3 / 4;
	grid-row: 3 / 4;
}

.service_01-wrap li {
	padding-top: 60px;
}


/*********** ↑service *************/










</pre></body></html>