#container.quality .chapter {
	flex-direction: column;
}

#container.quality .chapter .headding {
	margin-bottom: 30px;
}

.tablist {
	display: flex;
	justify-content: center;
}

.tablist .tab {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	letter-spacing: 0.2em;
	margin: 0 5px;
	padding: 8px 0 7px;
	text-align: center;
	text-shadow: 1px 1px 10px #fff;
	text-indent: 0.2em;
	width: 200px;
}

@media screen and (max-width: 736px) {
	.tablist {
		width: 100%;
	}
	.tablist .tab {
		font-size: 11px;
		margin: 0 1px 0 0;
		width: 33%;
	}
	.tablist .tab:last-child {
		margin-right: 0;
	}
}

.tablist .tab.current {
	color: #93914c;
	border-color: #93914c;
}

.tablist.under {
	padding: 50px 0 60px;
}

@media screen and (max-width: 736px) {
	.tablist.under {
		padding: 30px 0 35px;
	}
}

.head-primary {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 28px;
	letter-spacing: 0.4em;
	margin-bottom: 100px;
	text-align: center;
	text-indent: 0.4em;
}

@media screen and (max-width: 736px) {
	.head-primary {
		font-size: 20px;
		letter-spacing: 0.3em;
		margin-bottom: 70px;
		text-indent: 0.3em;
	}
}

.head-secondary {
	margin-bottom: 50px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.head-secondary {
		margin-bottom: 35px;
	}
}

.head-secondary span {
	display: block;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
}

.head-secondary span.ja {
	font-size: 24px;
	letter-spacing: 0.3em;
	margin-bottom: 15px;
	text-indent: 0.3em;
}

@media screen and (max-width: 736px) {
	.head-secondary span.ja {
		font-size: 17px;
		margin-bottom: 12px;
	}
}

.head-secondary span.en {
	font-size: 17px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

@media screen and (max-width: 736px) {
	.head-secondary span.en {
		font-size: 13px;
		line-height: 1.5;
	}
}

/* ---------------------- */
/* grid list */
/* ---------------------- */

.grid-wrap {
	display: grid;
	/* grid-auto-rows: auto; */
	column-gap: 60px;
	/* align-items: start; */
}

@media screen and (max-width: 736px) {
	.grid-wrap {
		display: block;
	}
}

.grid-wrap .list {
	border-top: 1px solid #000;
	padding: 50px 0 45px;
	height: auto; 
}

@media screen and (max-width: 736px) {
	.grid-wrap .list {
		padding: 35px 0;
	}
}

.grid-wrap .list:nth-last-child(-n+2) {
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list:nth-last-child(-n+2) {
		border-bottom: none;
	}

	.grid-wrap .list:last-child {
		border-bottom: 1px solid #000;
	}
}

.grid-wrap .list .title {
	font-size: 18px;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-bottom: 20px;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list .title {
		font-size: 15px;
		margin-bottom: 18px;
	}
}

.grid-wrap .list .title span {
	display: block;
	font-size: 12px;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list .title span {
		display: inline-block;
	}
}

.grid-wrap .list .content .text {
	font-size: 16px;
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list .content .text {
		font-size: 13px;
	}
}

.grid-wrap .list .info {
	display: block;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	line-height: 1.5;
	margin-top: 5px;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list .info {
		font-size: 11px;
	}
}

.grid-wrap .list img {
	height: auto;
	width: 100%;
}

.grid-wrap .list .image {
	margin-top: 25px;
}

@media screen and (max-width: 736px) {
	.grid-wrap .list .image {
		margin-top: 30px;
	}
}

.grid-wrap .list .image img {
	height: auto;
	width: 100%;
}

.grid-wrap .list.flex {
	display: flex;
	justify-content: space-between;
}

.grid-wrap .list.flex .image {
	margin-top: 0;
}

/* ---------------------- */
/* quality */
/* ---------------------- */

.quality-wrap .mainvisual {
	height: 550px;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.quality-wrap .mainvisual {
		height: 200px;
	}
}

.quality-wrap.comfort .mainvisual {
	background: url(../images/quality/mainvisual-comfort.jpg) no-repeat center center;
	background-size: cover;
}

@media screen and (max-width: 736px) {
	.quality-wrap.comfort .mainvisual {
		background: url(../images/quality/mainvisual-comfort_sp.jpg) no-repeat center center;
		background-size: cover;
	}
}

.quality-wrap .mainvisual .maincopy {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.quality-wrap.comfort .mainvisual .maincopy img {
	height: auto;
	width: 705px
}

@media screen and (max-width: 736px) {
	.quality-wrap.comfort .mainvisual .maincopy img {
		height: 95px;
		width: auto;
	}
}

.quality-wrap.equipment .mainvisual {
	background: url(../images/quality/mainvisual-equipment.jpg) no-repeat center center;
	background-size: cover;
}

.quality-wrap.equipment .mainvisual .maincopy img {
	height: 30px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.quality-wrap.equipment .mainvisual {
		background: url(../images/quality/mainvisual-equipment_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	
	.quality-wrap.equipment .mainvisual .maincopy img {
		height: 75px;
		width: auto;
	}
}

.quality-wrap.construction .mainvisual {
	background: url(../images/quality/mainvisual-construction.jpg) no-repeat center center;
	background-size: cover;
}

.quality-wrap.construction .mainvisual .maincopy img {
	height: 30px;
	width: auto;
}

@media screen and (max-width: 736px) {
	.quality-wrap.construction .mainvisual {
		background: url(../images/quality/mainvisual-construction_sp.jpg) no-repeat center center;
		background-size: cover;
	}

	.quality-wrap.construction .mainvisual .maincopy img {
		height: 77px;
		width: auto;
	}
}

/* ---------------------- */
/* performance */
/* ---------------------- */


.performance-wrap {
	background-color: #e7e7e8;
	padding: 110px 0 105px;
}

@media screen and (max-width: 736px) {
	.performance-wrap {
		padding: 80px 0 60px;
	}
}

.performance-wrap .zeh-wrap {
	border-bottom: 1px solid #000;
	padding-bottom: 70px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap {
		padding-bottom: 60px;
	}
}

.performance-wrap .zeh-wrap > .title {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 74px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-indent: 0.12em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .title {
		font-size: 40px;
		margin-bottom: 25px;
	}
}

.performance-wrap .zeh-wrap > .subttl {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 24px;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
	text-indent: 0.12em;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .subttl {
		font-size: 18px;
		line-height: 1.8;
		margin-bottom: 15px;
		text-align: left;
	}
}

.performance-wrap .zeh-wrap > .text {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0 auto 50px;
	text-align: justify;
	width: 730px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .text {
		font-size: 14px;
		width: 100%;
	}
}

.performance-wrap .zeh-wrap > .logo {
	margin: 0 auto 25px;
	width: 440px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .logo {
		margin: 0 auto 40px;
		width: 280px;
	}
}

.performance-wrap .zeh-wrap > .logo img {
	height: auto;
	width: 100%;
}

.performance-wrap .zeh-wrap > .wrap {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap {
		flex-direction: column;
	}
}

.performance-wrap .zeh-wrap > .wrap .content {
	width: 45.2%;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .content {
		margin-bottom: 30px;
		width: 100%;
	}
}

.performance-wrap .zeh-wrap > .wrap .content > .title {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .content > .title {
		font-size: 18px;
	}
}

.performance-wrap .zeh-wrap > .wrap .content > .text {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-bottom: 10px;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .content > .text {
		font-size: 13px;
	}
}

.performance-wrap .zeh-wrap > .wrap .content > span {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .content > span {
		font-size: 11px;
	}
}

.performance-wrap .zeh-wrap > .wrap .figure {
	width: 50%;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .figure {
		width: 100%;
	}
}

.performance-wrap .zeh-wrap > .wrap .figure img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.performance-wrap .zeh-wrap > .wrap .figure img {
		margin: 0 auto;
		width: 248px;
	}
}

.performance-wrap .seinou-wrap {
	padding-top: 75px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .seinou-wrap {
		padding-top: 60px;
	}
}

.performance-wrap .seinou-wrap > .title {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 24px;
	letter-spacing: 0.12em;
	margin-bottom: 40px;
	text-align: center;
	text-indent: 0.12em;
}

@media screen and (max-width: 736px) {
	.performance-wrap .seinou-wrap > .title {
		font-size: 18px;
		margin-bottom: 25px;
		text-align: left;
		text-indent: 0;
	}
}

.performance-wrap .seinou-wrap > .text {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
	margin: 0 auto 40px;
	text-align: justify;
	width: 730px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .seinou-wrap > .text {
		font-size: 14px;
		width: 100%;
	}
}

.performance-wrap .seinou-wrap > .logo {
	margin: 0 auto 40px;
	width: 390px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .seinou-wrap > .logo {
		margin: 0 auto 30px;
		width: 100%;
	}
}

.performance-wrap .seinou-wrap > .logo img {
	height: auto;
	width: 100%;
}

.performance-wrap .seinou-wrap > .info {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 0 auto;
	text-align: justify;
	width: 730px;
}

@media screen and (max-width: 736px) {
	.performance-wrap .seinou-wrap > .info {
		font-size: 13px;
		line-height: 1.8;
		width: 100%;
	}
}

/* ---------------------- */
/* common space */
/* ---------------------- */

.common-space-wrap {
	background-color: #fff;
	padding: 145px 0 125px;
}

@media screen and (max-width: 736px) {
	.common-space-wrap {
		padding: 70px 0;
	}
}

.common-space-wrap .grid-wrap.security {
	grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(4, 1fr); */
}

@media screen and (max-width: 736px) {
	.common-space-wrap .grid-wrap.security {
		display: block;
	}
}

.common-space-wrap .grid-wrap.security .list:nth-child(1) {
	grid-row: span 2 / span 2;
}

.common-space-wrap .grid-wrap.security .list:nth-child(2) {
	grid-row: span 2 / span 2;
}

.common-space-wrap .grid-wrap.security {
	margin-bottom: 180px;
}

@media screen and (max-width: 736px) {
	.common-space-wrap .grid-wrap.security {
		margin-bottom: 75px;
	}
}


.common-space-wrap .grid-wrap.facility {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 736px) {
	.common-space-wrap .grid-wrap.facility {
		display: block;
	}
}

.common-space-wrap .grid-wrap.facility .list:nth-child(6) {
	grid-row: span 2 / span 2;
}

.common-space-wrap .grid-wrap .list .flex {
	display: flex;
	justify-content: space-between;
}

.common-space-wrap .grid-wrap .list .flex .content {
	width: 53.8%
}

@media screen and (max-width: 736px) {
	.common-space-wrap .grid-wrap .list .flex .content {
		width: 55.4%
	}
}

.common-space-wrap .grid-wrap .list .flex .image {
	margin: 0;
	width: 42.6%
}

@media screen and (max-width: 736px) {
	.common-space-wrap .grid-wrap .list .flex .image {
		margin: 0;
		width: 39.3%;
	}
}

.common-space-wrap .grid-wrap.facility .list:nth-child(6) > img {
	margin-top: 20px;
}

/* ---------------------- */
/* SERVICE & SUPPORT*/
/* ---------------------- */

.service-wrap {
	background-color: #e7e7e8;
	padding: 115px 0 105px;
}

@media screen and (max-width: 736px) {
	.service-wrap {
		padding: 70px 0 65px;
	}
}

.service-wrap .grid-wrap.service {
	grid-template-columns: repeat(2, 1fr);
}

.service-wrap .grid-wrap .list .flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.service-wrap .grid-wrap .list .flex {
		flex-direction: column;
	}
}

.service-wrap .grid-wrap .list .flex .content {
	width: 53.8%
}

@media screen and (max-width: 736px) {
	.service-wrap .grid-wrap .list .flex .content {
		width: 100%;
	}
}

.service-wrap .grid-wrap .list .flex .image {
	width: 42.6%
}

@media screen and (max-width: 736px) {
	.service-wrap .grid-wrap .list .flex .image {
		width: 100%;
	}
}

.service-wrap .grid-wrap .list > img {
	margin-top: 20px;
}


/* ---------------------- */
/* EQUIPMENT*/
/* ---------------------- */

.equipment-wrap {
	background-color: #fff;
	padding: 140px 0 65px;
}

@media screen and (max-width: 736px) {
	.equipment-wrap {
		padding: 75px 0 45px;
	}
}

.equipment-list {
	margin-bottom: 90px;
}

@media screen and (max-width: 736px) {
	.equipment-list {
		margin-bottom: 45px;
	}
}

.equipment-list.foyer,
.equipment-list.storage,
.equipment-list.bathroom {
	margin-bottom: 130px;
}

@media screen and (max-width: 736px) {
	.equipment-list.foyer,
	.equipment-list.storage,
	.equipment-list.bathroom {
		margin-bottom: 70px;
	}
}

.equipment-list:last-child {
	margin-bottom: 0;
}

.equipment-list > .wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.equipment-list > .wrap .list {
	margin-right: 4%;
	margin-bottom: 40px;
	width: 22%;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list {
		margin-right: 3.6%;
		margin-bottom: 25px;
		width: 48.2%;
	}
}

.equipment-list > .wrap .list:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list:nth-child(4n) {
		margin-right: 3.6%;
	}

	.equipment-list > .wrap .list:nth-child(2n) {
		margin-right: 0;
	}
}

.equipment-list > .wrap .list.half {
	width: 48%;
}

.equipment-list > .wrap .list .image {
	margin-bottom: 10px;
}

.equipment-list > .wrap .list .image.mt {
	margin: 25px 0 0;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .image.mt {
		margin: 15px 0 0;
	}
}

.equipment-list > .wrap .list img {
	height: auto;
	width: 100%;
}

.equipment-list > .wrap .list .title {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .title {
		font-size: 13px;
		letter-spacing: 0;
	}
}

.equipment-list > .wrap .list .title span {
	font-size: 14px;
	letter-spacing: 0;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .title span {
		font-size: 13px;
		letter-spacing: 0;
	}
}

.equipment-list > .wrap .list .info {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .info {
		font-size: 10px;
		margin-top: 10px;
	}
}

.equipment-list > .wrap .list .content .title.narrow {
	transform: scale(0.83, 1);
	transform-origin: top left;
	width: 120%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .content .title.narrow {
		transform: none;
		width: 100%;
	}
}

.equipment-list > .wrap .list .content .text {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list .content .text {
		font-size: 12px;
	}
}

.equipment-list > .wrap .list.flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.flex {
		flex-direction: column;
	}
}

.equipment-list > .wrap .list.flex .content {
	width: 45.8%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.flex .content {
		width: 100%;
	}
}

.equipment-list > .wrap .list.flex .image {
	width: 50%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.flex .image {
		width: 100%;
	}
}

.equipment-list > .wrap .list.door {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0; 
	margin-top: 20px;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.door {
		margin: 0;
		width: 100%;
	}
}

.equipment-list > .wrap .list.door .image {
	margin-bottom: 0
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.door .content .title {
		font-size: 15px;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}

	.equipment-list > .wrap .list.door .image {
		margin: 20px 0 0;
		padding: 0 25px;
	}
}

.equipment-list > .wrap.storage {
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap.storage {
		flex-wrap: wrap;
	}
}

.equipment-list > .wrap.storage .list {
	margin-right: 0;
	margin-bottom: 0;
	width: 15.6%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap.storage .list {
		margin-bottom: 15px;
		width: 31.4%;
	}

	.equipment-list > .wrap.storage .list:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
}

.equipment-list > .wrap.storage .list img {
	margin-bottom: 5px;
}

.equipment-list > .wrap.storage .list .name {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
}

.equipment-list > .wrap .list.half {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.half {
		margin: 20px 0 0;
		width: 100%;
	}

	.equipment-list > .wrap .list.half .title {
		font-size: 15px;
	}
}

.equipment-list > .wrap .list.eco {
	border: 1px solid #000;
	margin: 0;
	padding: 35px 24px;
	position: relative;
}

.equipment-list > .wrap .list.eco .flex {
	display: flex;
	justify-content: space-between;
}

.equipment-list > .wrap .list.eco .flex .content {
	width: 45.8%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.eco .flex .content {
		width: 56%
	}

	.equipment-list > .wrap .list.eco .flex .content .title {
		margin: 0
	}

	.equipment-list > .wrap .list.eco .text {
		font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 12px;
		line-height: 1.6;
		margin-top: 10px;
	}
}

.equipment-list > .wrap .list.eco .flex .image {
	margin: 0;
	width: 50%
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.eco .flex .image {
		margin: 0;
		width: 44%
	}
}

.equipment-list > .wrap .list.eco .logo {
	position: absolute;
	right: 25px;
	top: 40px;
	height: auto;
	width: calc(100% - 340px);
}

@media screen and (max-width: 1250px) {
	.equipment-list > .wrap .list.eco {
		padding: 82px 24px 35px;
	}
	.equipment-list > .wrap .list.eco .logo {
		top: 35px;
		right: auto;
		left: 25px;
		width: 150px;
	}
}

@media screen and (max-width: 736px) {
	.equipment-list > .wrap .list.eco {
		margin-top: 35px;
		padding: 15px;
	}

	.equipment-list > .wrap .list.eco .logo {
		margin-bottom: 10px;
		position: static;
		width: 83px;
	}
}

.equipment-list.rest > .wrap .list:nth-child(4n) {
	margin-right: 4%;
}

.equipment-list.rest > .wrap .list:nth-child(3),
.equipment-list.rest > .wrap .list:nth-child(7) {
	margin-right: 0;
}

@media screen and (max-width: 736px) {
	.equipment-list.rest > .wrap .list {
		margin-right: 0;
	}

	.equipment-list.rest > .wrap .list:nth-child(4n) {
		margin-right: 0;
	}

	.equipment-list.rest > .wrap .list:nth-child(3),
	.equipment-list.rest > .wrap .list:nth-child(7) {
		margin-right: 0;
	}

	.equipment-list.rest > .wrap .list:nth-child(4),
	.equipment-list.rest > .wrap .list:nth-child(6),
	.equipment-list.rest > .wrap .list:nth-child(8) {
		margin-right: 3.6%;
	}
}

.equipment-list.rest > .wrap .list.design .flex {
	display: flex;
	justify-content: space-between;
}

.equipment-list.rest > .wrap .list.design .flex .content {
	width: 68.8%
}

.equipment-list.rest > .wrap .list.design .flex .image {
	width: 25%
}

@media screen and (max-width: 736px) {
	.equipment-list.rest > .wrap .list.design {
		margin-right: 0;
		width: 100%;
	}

	.equipment-list.rest > .wrap .list.design .flex {
		display: flex;
		justify-content: space-between;
	}

	.equipment-list.rest > .wrap .list.design .flex .image {
		width: 42.9%;
	}

	.equipment-list.rest > .wrap .list.design .flex .content {
		width: 52.5%;
	}

	.equipment-list.rest > .wrap .list.img {
		margin-right: 0;
		width: 100%;
	}

	.equipment-list.rest > .wrap .list.img .image {
		margin: 0 auto;
		text-align: center;
	}

	.equipment-list.rest > .wrap .list.img .image img {
		margin: 0 auto;
		width: 65.7%;
	}
}


/* ---------------------- */
/* CONSTRUCTION */
/* ---------------------- */

.construction-wrap {
	background-color: #fff;
	padding: 140px 0 120px;
}

@media screen and (max-width: 736px) {
	.construction-wrap {
		padding: 80px 0 50px;
	}
}

.construction-list {
	margin-bottom: 175px;
}

@media screen and (max-width: 736px) {
	.construction-list {
		margin-bottom: 70px;
	}
}

.construction-list:last-child {
	margin-bottom: 0;
}

.construction-list .wrap {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
	.construction-list .wrap {
		flex-direction: column;
	}
}

.construction-list .wrap .list {
	padding: 60px 0;
	border-top: 1px solid #000;
	margin-right: 6%;
	width: 47%;
}

@media screen and (max-width: 736px) {
	.construction-list .wrap .list {
		margin-right: 0;
		padding: 35px 0;
		width: 100%;
	}
}

.construction-list .wrap .list:nth-child(2n) {
	margin-right: 0;
}

.construction-list .wrap .list.full {
	margin: 0;
	width: 100%;
}

.construction-list .wrap .list .flex {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.construction-list .wrap .list .flex {
		flex-direction: column;
	}
}

.construction-list > .wrap .list .title {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.construction-list > .wrap .list .title {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 13px;
	}
}

.construction-list > .wrap .list .text {
	font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ＭＳ 明朝', 'MS Mincho', serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.construction-list > .wrap .list .text {
		font-size: 13px;
	}
}

.construction-list > .wrap .list .info {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.construction-list > .wrap .list .info {
		font-size: 12px;
	}
}

.construction-list > .wrap .list .subttl {
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.5;
	margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.construction-list > .wrap .list .subttl {
		font-size: 14px;
	}
}

.construction-list > .wrap .list .image {
	margin-top: 30px;
}

@media screen and (max-width: 736px) {
	.construction-list > .wrap .list .image {
		margin-top: 20px;
	}
}

.construction-list > .wrap .list img {
	height: auto;
	width: 100%;
}

.construction-list > .wrap .list .image .note {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: justify;
}

.construction-list.air .list.full {
	border-bottom: 1px solid #000;
}

.construction-list.air .list.full:nth-child(1) .content {
	width: 24%;
}

@media screen and (max-width: 736px) {
	.construction-list.air .list.full:nth-child(1) .content {
		width: 100%;
	}
}

.construction-list.air .list.full:nth-child(1) .image {
	padding: 0 25px;
	width: 71%;
}

@media screen and (max-width: 736px) {
	.construction-list.air .list.full:nth-child(1) .image {
		padding: 0;
		width: 100%;
	}
}

.construction-list.air .list.full:nth-child(2) {
	border-top: none;
}

.construction-list.air .list.full:nth-child(2) .content {
	width: 47%;
}

@media screen and (max-width: 736px) {
	.construction-list.air .list.full:nth-child(2) .content {
		width: 100%;
	}

	.construction-list.air .list.full:nth-child(2) .content:nth-child(1) {
		margin-bottom: 30px;
	}
}

.construction-list.air .list.full:nth-child(2) .content img {
	margin-top: 20px;
}

.construction-list.technology .list:nth-last-child(-n+2) {
	border-bottom: 1px solid #000;
}

.construction-list.structure .list .image .note {
	margin-top: 3px;
}

.construction-list.structure .list.full .content {
	width: 53.1%;
}

@media screen and (max-width: 736px) {
	.construction-list.structure .list.full .content {
		width: 100%;
	}
}

.construction-list.structure .list.full .content .text {
	margin-bottom: 25px;
}

.construction-list.structure .list.full .content img {
	margin-bottom: 3px;
}

.construction-list.structure .list.full .content .info {
	display: block;
	font-family: 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

.construction-list.structure .list.full .image {
	width: 42.5%;
}

@media screen and (max-width: 736px) {
	.construction-list.structure .list.full .image {
		width: 100%;
	}
}