@charset "UTF-8";

.sec-philosophy {
	background: #fff;
}
.sec-philosophy section {
	padding-bottom: 100px;
}
.sec-philosophy .tpl-headline__title-en {
	text-align: left;
}
.sec-philosophy .tpl-card-row__header {
	width: 43.66812227%;
}
.sec-philosophy .tpl-col .tpl-figure {
	position: relative;
	overflow: unset;
}
.sec-philosophy .tpl-col .tpl-figure:after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	background: url(../images/design_img02.png) no-repeat center center/ contain;
}
.sec-philosophy .tpl-card-row__body {
	width: 50.873362445%;
}
.tpl-txt__img {
	width: 145px;
	padding-bottom: 20px;
}
.sec-philosophy .tpl-card-row__body .tpl-card__copy {
	padding-top: 20px;
}
.sec-philosophy > .tpl-block {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.sec-philosophy > .tpl-block .tpl-caption {
	background: #271714;
	color: #fff;
}

.sec-position.tpl-section--dark:before {
	background-color: #271714
}
.sec-position .tpl-headline__title-en {
	color: #fff;
	text-align: left;
}
.sec-position .tpl-figure {
	width: 100%;
	margin: 0 auto;
}
.sec-position .tpl-caption {
	color: #fff;
}

.sec-design {
	padding-bottom: 0;
}
.sec-design .tpl-headline__title-en {
	text-align: left;
	padding-bottom: 20px;
}
.sec-design > .tpl-figure {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.sec-landScape {
	padding-top: 0;
	padding-bottom: 0;
}
.sec-landScape .tpl-headline__title-en {
	text-align: left;
	padding-bottom: 20px;
}
.sec-landScape .tpl-col {
	padding-top: 20px;
}
.sec-landScape .tpl-card-row__header {
	width: 43.66812227%;
}
.sec-landScape .tpl-card-row__body {
	width: 50.873362445%;
}
.sec-landScape .flex-plant {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 38px;
}
.sec-landScape .flex-plant li {
	width: calc((100% - 76px) / 3);
}

.sec-roofBalcony {
	padding-top: 0;
}
.sec-roofBalcony .tpl-headline__title-en {
	text-align: left;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.sec-philosophy section {
		padding-bottom: 60px;
	}
	.sec-philosophy .tpl-card-row {
		row-gap: 30px;
	}
	.sec-philosophy .tpl-card-row__header {
		width: 80%;
	}
	.sec-philosophy .tpl-card-row__body {
		width: 100%;
	}
	.tpl-txt__img {
		padding-bottom: 10px;
	}
	.sec-philosophy .tpl-card-row__body .tpl-card__copy {
		padding-top: 10px;
	}

	.sec-design {
		padding: 0;
	}
	.sec-design .tpl-headline__title-en {
		text-align: left;
		padding-bottom: 10px;
	}
	.sec-design .tpl-cover--large {
		min-height: auto;
		aspect-ratio: 1 / 0.6;
	}
	.sec-design > .tpl-cover--large {
		aspect-ratio: 1 / 0.8;
		min-height: 300px;
	}
	.sec-design .tpl-cover .tpl-cover__bg .tpl-image,
	.sec-design .tpl-cover--large .tpl-cover__bg .tpl-image {
		min-height: auto;
	}
	.sec-design > .tpl-figure {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

	.sec-landScape {
		padding-top: 0;
	}
	.sec-landScape .tpl-headline__title-en {
		text-align: left;
		padding-bottom: 10px;
	}
	.sec-landScape .tpl-col {
		padding-top: 10px;
	}
	.sec-landScape .tpl-card-row {
		align-items: stretch;
		flex-direction: row;
		column-gap: 20px;
	}
	.sec-landScape .tpl-card-row__header {
		width: calc(50% - 20px);
	}
	.sec-landScape .tpl-card-row__body {
		width: 50%;
	}
	.sec-landScape .flex-plant {
		gap: 5px;
	}
	.sec-landScape .flex-plant li {
		width: calc((100% - 5px) / 2);
	}

	.sec-roofBalcony .tpl-figure {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}

}