/* Nonresidential */

/* Hero */

.page_summarize #page_hero::before {
	animation: hero_smog 1000ms 1000ms 1 ease-in forwards;
}
@keyframes hero_smog {
	0% {
		background: rgba(0, 0, 0, 0.15);
	}
	100% {
		background: rgba(0, 0, 0, 0.4);
		background: rgba(0, 0, 0, 0.6);
	}
}
#nonresidential_hero_contents {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -45%);
	width: 80%;
	max-width: 880px;
	z-index: 10;
}
#nonresidential_hero_panes {
	margin: 0 auto 5em auto;
	width: 100%;
	opacity: 0;
	animation: hero_pane_reveal 1500ms 1500ms 1 ease-in-out forwards;
}
/* .nonresidential_hero_pane {
	float: left;
	width: 25%;
	opacity: 0;
}
.nonresidential_hero_pane:first-of-type {
	animation: hero_pane_reveal 1500ms 1500ms 1 ease-in-out forwards;
}
.nonresidential_hero_pane:nth-of-type(2n) {
	animation: hero_pane_reveal 1500ms 1800ms 1 ease-in-out forwards;
}
.nonresidential_hero_pane:last-of-type {
	animation: hero_pane_reveal 1500ms 2100ms 1 ease-in-out forwards;
}
@keyframes hero_pane_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.nonresidential_hero_pane:nth-of-type(2n) {
	position: relative;
	width: 25%;
	margin: 0 12.5%;
} */
 
@keyframes hero_pane_reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
._nonresidential_hero_pane:nth-of-type(2n)::before {
	position: absolute;
	top: 50%;
	left: -2.5%;
	transform: rotate(10deg) translateY(-50%);
	content: '';
	width: 1px;
	height: 30%;
	background: #fff;
}
._nonresidential_hero_pane:nth-of-type(2n)::after {
	position: absolute;
	top: 50%;
	right: -2.5%;
	transform: rotate(10deg) translateY(-40%);
	content: '';
	width: 1px;
	height: 30%;
	background: #fff;
}
._nonresidential_hero_icon {
	margin: 0 auto 0.8em auto;
	margin: 0 auto;
	width: 180px;
}
.nonresidential_hero_pane h4 {
	color: #fff;
	font-size: 0.8em;
	font-weight: 400;
	font-family: 'Inter','Noto Sans JP',sans-serif;
	line-height: 1.4em;
	letter-spacing: 0.3em;
	text-align: center;
}
._nonresidential_hero_pane:not(#nonresidential_hero_clinic) h4 {
	padding-top: 1em;
}
#nonresidential_hero_copy {
	margin: 0 auto 1.5em auto;
	transform: translateX(-10px);
	text-align: center;
	color: #fff;
	font-size: 1.6em;
	font-size: 1.95em;
	font-weight: 500;
	text-align: center;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	opacity: 0;
	animation: hero_copy_reveal 1000ms 3200ms 1 ease-in-out forwards;
}
@keyframes hero_copy_reveal {
	0% {
		transform: translateX(-8px);
		opacity: 0;
	}
	80% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
#nonresidential_logo {
	margin: 0 auto;
	width: 130px;
	opacity: 0;
	animation: hero_logo_reveal 800ms 3700ms 1 ease-in-out forwards;
}
@keyframes hero_logo_reveal  {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.nonresidential_column_pane {
	padding: 4.53em 5.88em 4.34em 5em;
	background: #fff;
	border-radius: 11px;
}
.nonresidential_column_images {
	float: left;
	width: 26.7%;
	width: 43%;
	text-align: center;
}
.nonresidential_column_image {
	margin-top: 1em;
	border-radius: 7px;
	overflow: hidden;
}
.nonresidential_column_text {
	float: right;
	width: 64.5%;
	width: 50%;
}
.nonresidential_column_text h4 {
	margin-bottom: 1.2em;
	font-size: 1.34em;
	font-weight: 500;
}
.nonresidential_column_text p {
	font-size: 1.02em;
	line-height: 2em;
	letter-spacing: 0.06em;
}
.nonresidential_column_text p:not(:last-of-type) {
	margin-bottom: 1em;
}

/* Summary */

#nonresidential_summary_images .splide__pagination {
	position: relative;
	bottom: auto;
	margin-top: 1em;
}
#nonresidential_summary_images .splide__pagination__page.is-active {
	background: #111;
}

/* Works */

#nonresidential_gallery,
#nonresidential_variation_panes {
	margin-bottom: 8em;
}
.nonresidential_variation_pane {
	float: left;
	margin: 0 3.2% 1em 0;
	margin: 0 6% 1.5em 0;
	width: 22.6%;
	width: 20.5%;
}
.nonresidential_variation_pane:nth-of-type(4n) {
	margin-right: 0;
}
.nonresidential_variation_pane:nth-of-type(4n + 1) {
	clear: both;
}
.nonresidential_variation_pane img {
	mix-blend-mode: difference;
	opacity: 0.8;
}
.nonresidential_variation_pane h4 {
	margin-bottom: 0.75em;
	font-size: 0.95em;
	font-weight: 500;
	text-align: center;
}
.nonresidential_variation_pane p {
	font-size: 0.85em;
	line-height: 1.6em;
}
#nonresidential_works {
	padding: 8em 0;
	background: #fff;
}
.works_few .splide__list {
	justify-content: space-between;
}
.nonresidential_works_pane {
	padding: 2.5em 3.5em 2.6em 3.5em;
	padding: 0;
	width: 48%;
	border-radius: 12px;
	background: #fff;
	background: #f0f0f0;
	border: solid 2px #d6dde5;
	border: none;
	overflow: hidden;
}
.nonresidential_works_pane a {
	display: block;
	height: 100%;
	text-decoration: none;
}
.nonresidential_works_pane_text {
	position: relative;
	padding: 2em 2.5em 2em 2.3em;
}
.nonresidential_works_pane_text h4 {
	margin-bottom: 0.8em;
	margin-bottom: 1em;
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.nonresidential_works_pane_text p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.nonresidential_works_pane_text li {
	float: left;
	padding: 0.4em 0.4em 0.3em 0.4em;
	width: 31%;
	color: #fff;
	background: #2a2c2f;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	border-radius: 5px;
}
.nonresidential_works_pane_text li:nth-of-type(2n) {
	margin: 0 3.5%;
}
.nonresidential_works_pane_text li span {
	display: block;
	font-size: 0.6em;
	letter-spacing: 0.08em;
	line-height: 1.4em;
}

.nonresidential_gallery_pane {
	position: relative;
	float: left;
	margin-bottom: 2.5em;
	width: 30%;
}
.nonresidential_gallery_pane:nth-of-type(3n - 1) {
	margin-left: 5%;
	margin-right: 5%;
}
.nonresidential_gallery_pane img {
	border-radius: 8px;
	overflow: hidden;
}
.gallery_category {
	position: absolute;
	right: 12px;
	top: 12px;
	padding: 0.45em 0.8em 0.25em 0.8em;
	color: #fff;
	line-height: 1.2em;
	font-size: 0.7em !important;
	text-align: center;
	border-radius: 200px;
	background: rgba(0,0,0,0.9);
}

/* Merit */

#nonresidential_merit {
	counter-reset: number 0;
}
.nonresidential_merit_pane:not(:last-of-type) {
	margin-bottom: 6em;
}
.nonresidential_merit_text {
	float: left;
	padding-top: 0.8em;
	width: 44%;
}
.nonresidential_merit_text h4 {
	position: relative;
	margin-bottom: 1em;
	padding-left: 2.6em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
	font-size: 1.5em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.nonresidential_merit_text h4 span {
	margin-left: 0.5em;
	font-size: 0.75em;
}
.nonresidential_merit_text h4::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: number 1;
	content: "0" counter(number);
	font-size: 1.5em;
	letter-spacing: 0.03em;
}
.nonresidential_merit_text h5 {
	margin-bottom: 0.8em;
	font-size: 1.1em;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.nonresidential_merit_text p {
	font-size: 0.95em;
}
.nonresidential_merit_pane:nth-of-type(even) .nonresidential_merit_text {
	float: right;
}
.nonresidential_merit_image {
	float: right;
	width: 48%;
	/* background: #ccc; */
	aspect-ratio: 3 / 2;
	border-radius: 10px;
	overflow: hidden;
}
.nonresidential_merit_pane:nth-of-type(even) .nonresidential_merit_image {
	float: left;
}
#nonresidential_merit .note {
	font-size: 0.85em !important;
	line-height: 1.6em;
}
#nonresidential_merit .astarisc {
	margin-left: 0;
	font-size: 0.85em;
}
#nonresidential_merit_rent {
	clear: both;
	padding: 2.5em 3.5em;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
#nonresidential_merit_rent h3 {
	margin-bottom: 1em;
	font-size: 1.15em;
	font-weight: 500;
}
#nonresidential_merit_rent h4 {
	font-size: 0.95em;
}
#nonresidential_merit_asset .nonresidential_merit_text,
#nonresidential_merit_asset .nonresidential_merit_image {
	margin-bottom: 3.5em;
}
#nonresidential_merit_rent_text {
	float: left;
	width: calc(100% - 300px);
}
#nonresidential_merit_rent_image {
	float: right;
	width: 250px;
}

/* Contact */

#nonresidential_contact {
	padding: 6em 0 10em 0;
	background: #fff;
}

@media screen and (max-width: 900px) and (min-width: 601px) {
	
	.nonresidential_column_pane {
		padding: 4em 3em 4.34em 2.8em;
	}
	.nonresidential_column_images {
		width: 40%;
	}
	.nonresidential_column_text {
		width: 54%;
	}
	
}