@media screen and (min-width: 768px), print {

.newhouse-sec1.layout-full {
	padding-block: 135px 139px;
	background: url("../images/newhouse/sec1_bg.png") repeat center center/cover;
	margin-top: 107px;
	padding-right: 6px;
}

.newhouse-sec1__inner.layout-inner {
	max-width: 1200px;
}

.newhouse-sec1__media {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newhouse-sec1__media.--01 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.newhouse-sec1__media.--01 .newhouse-sec1__media-body {
	padding-right: 44px;
	width: 578px;
}

.newhouse-sec1__media-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.newhouse-sec1__media-img.--01 {
	width: 527px;
}

.newhouse-sec1__media-body-title {
	margin-left: 42px;
	width: 445px;
}

.newhouse-sec1__media-body > img {
	margin-inline: auto;
	width: 445px;
}

.newhouse-sec1__media-body-title + .newhouse-sec1__media-body-text {
	margin-top: 76px;
}

.newhouse-sec1__media-body-text + .newhouse-sec1__media-body-text {
	margin-top: 40px;
}

.newhouse-sec1__media.--02 {
	margin-top: 89px;
}

.newhouse-sec1__media.--02 .newhouse-sec1__media-body {
	padding-left: 50px;
	width: 571px;
}

.newhouse-sec1__media-img.--02 {
	padding-top: 8px;
	width: 520px;
}

.newhouse-sec2 {
	padding-block: 140px;
}

.newhouse-sec2__media {
	gap: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.newhouse-sec2__media-body {
	padding-top: 34px;
	width: 584px;
}

.newhouse-sec2__media-body-title {
	font-family: "Shippori Mincho", serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.8421052632;
	margin-bottom: 31px;
}

.newhouse-sec2__media-body-text {
	line-height: 2.5;
	max-width: 520px;
}

.newhouse-sec2__media-img {
	width: 414px;
}

.newhouse-sec3 {
	padding-block: 129px 140px;
	background: url("../images/newhouse/sec1_bg.png") repeat center center/cover;
}

.newhouse-sec3__title.common-title-sans.--v1 {
	margin-bottom: 30px;
	padding-left: 11px;
	text-align: center;
}

.newhouse-sec3__text {
	line-height: 1.875;
	text-align: center;
}

.newhouse-sec3__steps-wrapper {
	grid-gap: 0px 0px;
	display: grid;
	grid-template-columns: 50px 1fr;
	position: relative;
}

.newhouse-sec3__steps-wrapper:nth-of-type(1) {
	margin-top: 96px;
}

.newhouse-sec3__steps-wrapper:nth-of-type(1) .newhouse-sec3__step::before {
	background: url("../images/renovation_case1/icon_triangle-gray.png") no-repeat center center/contain;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) {
	margin-top: 60px;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) .newhouse-sec3__step::before {
	background: url("../images/renovation_case1/icon_triangle-red.png") no-repeat center center/contain;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) .newhouse-sec3__steps-title {
	color: #b11f25;
}

.newhouse-sec3__steps-title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.7em;
	line-height: 2.5833333333;
	padding-top: 85px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.newhouse-sec3__steps {
	grid-gap: 64px 57px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.newhouse-sec3__step {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 250px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 50px;
	position: relative;
}

.newhouse-sec3__step:not(.--last)::before {
	content: "";
	height: 41px;
	position: absolute;
	right: -40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 23px;
}

.newhouse-sec3__step-num {
	left: 50%;
	position: absolute;
	top: -29px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.newhouse-sec3__step-num img {
	height: 22px;
}

.newhouse-sec3__step-title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.3888888889;
	text-align: center;
}

.newhouse-sec3__step-title.--2c {
	margin-bottom: -12px;
}

.newhouse-sec3__step-img {
	margin-inline: auto;
	margin-top: 8px;
	padding-bottom: 6px;
}

.newhouse-sec3__step-note {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b11f25;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 500;
	height: 26px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1.875;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.newhouse-sec1.layout-full {
	padding-block: 18.913vw;
	background: url("../images/newhouse/sec1_bg.png") repeat center center/cover;
	margin-top: 11.82vw;
}

.newhouse-sec1__media-img {
	margin-top: 7.092vw;
}

.newhouse-sec1__media-body-title + .newhouse-sec1__media-body-text {
	margin-top: 9.456vw;
}

.newhouse-sec1__media-body-text + .newhouse-sec1__media-body-text {
	margin-top: 7.092vw;
}

.newhouse-sec1__media.--02 {
	margin-top: 11.82vw;
}

.newhouse-sec2 {
	padding-block: 18.913vw;
}

.newhouse-sec2__media-body-title {
	font-family: "Shippori Mincho", serif;
	font-size: 5.674vw;
	font-weight: 500;
	letter-spacing: 0.09em;
	line-height: 1.6666666667;
	margin-bottom: 7.092vw;
}

.newhouse-sec2__media-body-text {
	line-height: 2.5;
}

.newhouse-sec2__media-img {
	margin-top: 7.092vw;
}

.newhouse-sec3 {
	padding-block: 18.913vw;
	background: url("../images/renovation_case1/sec1_bg.png") repeat center center/cover;
	margin-top: 11.82vw;
}

.newhouse-sec3__title.common-title-sans.--v1 {
	letter-spacing: 0.1em;
	margin-bottom: 4.728vw;
	text-align: center;
}

.newhouse-sec3__text {
	line-height: 1.875;
}

.newhouse-sec3__steps-wrapper {
	margin-inline: auto;
	padding-right: 7.2463768116vw;
	position: relative;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.newhouse-sec3__steps-wrapper:nth-of-type(1) {
	margin-top: 11.82vw;
}

.newhouse-sec3__steps-wrapper:nth-of-type(1) .newhouse-sec3__step::before {
	background: url("../images/renovation_case1/icon_triangle-gray.png") no-repeat center center/contain;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) {
	margin-top: 9.456vw;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) .newhouse-sec3__step::before {
	background: url("../images/renovation_case1/icon_triangle-red.png") no-repeat center center/contain;
}

.newhouse-sec3__steps-wrapper:nth-of-type(2) .newhouse-sec3__steps-title {
	color: #b11f25;
}

.newhouse-sec3__steps-title {
	font-size: 4.728vw;
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.75;
	margin-bottom: 7.092vw;
}

.newhouse-sec3__steps {
	grid-gap: 9.5971014493vw 5.7971014493vw;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.newhouse-sec3__step {
	padding-block: 9.456vw 4.728vw;
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	width: 37.009vw;
}

.newhouse-sec3__step:not(.--last)::before {
	content: "";
	height: 5.437vw;
	position: absolute;
	right: -8.092vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9.693vw;
}

.newhouse-sec3__step-num {
	left: 50%;
	position: absolute;
	top: -5.91vw;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.newhouse-sec3__step-num img {
	height: 5.201vw;
}

.newhouse-sec3__step-title {
	font-size: 3.783vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.5625;
	text-align: center;
}

.newhouse-sec3__step-img {
	margin-inline: auto;
	margin-top: 1.891vw;
	width: 50%;
}

.newhouse-sec3__step-note {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b11f25;
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.71vw;
	font-weight: 500;
	height: 5.201vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	letter-spacing: 0.05em;
	line-height: 1.875;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
}

}


/*# sourceMappingURL=page-newhouse.css.map */
