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

#renovation_case1 .sec-links__box {
	padding-block: 64px 64px;
}

.renovation_case1-sec1 {
	padding-block: 127px 138px;
	background: url("../images/renovation_case1/sec1_bg.png") repeat center center/cover;
	margin-top: 141px;
}

.renovation_case1-sec1__title.common-title-sans.--v1 {
	margin-bottom: 19px;
	padding-left: 92px;
	text-align: center;
}

.renovation_case1-sec1__text {
	padding-inline: 50px 10px;
	line-height: 1.875;
}

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

.renovation_case1-sec1__steps-wrapper:nth-of-type(1) {
	margin-top: 76px;
}

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

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

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

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

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

.renovation_case1-sec1__steps {
	grid-gap: 60px 57px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.renovation_case1-sec1__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;
}

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

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

.renovation_case1-sec1__step-num img {
	height: 22px;
}

.renovation_case1-sec1__step-title {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.3888888889;
	padding-bottom: 6px;
	text-align: center;
}

.renovation_case1-sec1__step-title.--2c {
	margin-bottom: -12px;
}

.renovation_case1-sec1__step-img {
	margin-inline: auto;
	margin-top: 8px;
}

.renovation_case1-sec2 {
	margin-top: 140px;
	padding-bottom: 346px;
}

.renovation_case1-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
	margin-left: -85px;
}

.renovation_case1-sec2__flow {
	margin-top: 67px;
	position: relative;
}

.renovation_case1-sec2__flow::before {
	background-color: #666666;
	content: "";
	height: calc(100% - 100px);
	left: -51px;
	position: absolute;
	top: -57px;
	width: 2px;
}

.renovation_case1-sec2__flow-item {
	position: relative;
}

.renovation_case1-sec2__flow-item::before {
	background-color: #666666;
	border-radius: 50%;
	content: "";
	height: 24px;
	left: -62px;
	position: absolute;
	top: 14px;
	width: 24px;
}

.renovation_case1-sec2__flow-item.--note::before {
	background-color: #b11f25;
	z-index: 3;
}

.renovation_case1-sec2__flow-item.--note::after {
	background-color: #fff;
	content: "";
	height: 74px;
	left: -62px;
	position: absolute;
	top: -13px;
	width: 57px;
	z-index: 2;
}

.renovation_case1-sec2__flow-item + .renovation_case1-sec2__flow-item {
	margin-top: 79px;
}

.renovation_case1-sec2__flow-item-heading {
	gap: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.renovation_case1-sec2__flow-item-heading-num {
	display: inline-block;
	height: 19px;
	margin-top: 16px;
}

.renovation_case1-sec2__flow-item-heading-num img {
	display: block;
	height: 100%;
}

.renovation_case1-sec2__flow-item-heading-title {
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	letter-spacing: 0.1em;
	line-height: 1.62;
}

.renovation_case1-sec2__flow-item-body {
	margin-top: 18px;
	width: 590px;
}

.renovation_case1-sec2__flow-item-body-text {
	line-height: 1.875;
}

.renovation_case1-sec2__flow-item-img {
	position: absolute;
	right: 0;
}

.renovation_case1-sec2__flow-item-img.--01 {
	top: 4px;
	width: 420px;
}

.renovation_case1-sec2__flow-item-img.--02 {
	top: -59px;
	width: 420px;
}

.renovation_case1-sec2__flow-item-img.--03 {
	top: 26px;
	width: 418px;
}

.renovation_case1-sec2__flow-item-img.--04 {
	right: 58px;
	top: 17px;
	width: 245px;
}

.renovation_case1-sec2__flow-item-img.--05 {
	top: 69px;
	width: 418px;
}

.renovation_case1-sec2__flow-item-img.--06 {
	top: -92px;
	width: 418px;
}

.renovation_case1-sec2__flow-item-note {
	color: #b11f25;
	font-family: "Shippori Mincho", serif;
	font-size: 25px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
}

}

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

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

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

.renovation_case1-sec1__text {
	line-height: 1.875;
}

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

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

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

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

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

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

.renovation_case1-sec1__steps-title {
	font-size: 4.228vw;
	font-weight: 500;
	letter-spacing: 0.5em;
	line-height: 1.75;
	margin-bottom: 7.092vw;
}

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

.renovation_case1-sec1__step {
	padding-block: 9.456vw 4.728vw;
	-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;
}

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

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

.renovation_case1-sec1__step-num img {
	height: 5.201vw;
}

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

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

.renovation_case1-sec2 {
	margin-top: 11.82vw;
	padding-bottom: 18.913vw;
}

.renovation_case1-sec2__title {
	font-family: "Shippori Mincho", serif;
	font-size: 5.674vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.6666666667;
}

.renovation_case1-sec2__flow {
	margin-top: 9.456vw;
	padding-left: 8.274vw;
	position: relative;
}

.renovation_case1-sec2__flow::before {
	background-color: #666666;
	content: "";
	height: 92.5%;
	left: 2.364vw;
	position: absolute;
	top: -7.092vw;
	width: 0.473vw;
}

.renovation_case1-sec2__flow-item {
	position: relative;
}

.renovation_case1-sec2__flow-item::before {
	background-color: #666666;
	border-radius: 50%;
	content: "";
	height: 4.728vw;
	left: -8.038vw;
	position: absolute;
	top: 1.891vw;
	width: 4.728vw;
}

.renovation_case1-sec2__flow-item.--note::before {
	background-color: #b11f25;
	z-index: 3;
}

.renovation_case1-sec2__flow-item.--note::after {
	background-color: #fff;
	content: "";
	height: 17.494vw;
	left: -13.239vw;
	position: absolute;
	top: -3.073vw;
	width: 11.82vw;
	z-index: 2;
}

.renovation_case1-sec2__flow-item.--last::after {
	background-color: #fff;
	content: "";
	height: 17.494vw;
	left: -9.929vw;
	position: absolute;
	top: 6.619vw;
	width: 7.092vw;
	z-index: 2;
}

.renovation_case1-sec2__flow-item + .renovation_case1-sec2__flow-item {
	margin-top: 11.82vw;
}

.renovation_case1-sec2__flow-item-heading {
	gap: 3.073vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.renovation_case1-sec2__flow-item-heading-num {
	display: inline-block;
	height: 3.783vw;
	margin-top: 2.364vw;
}

.renovation_case1-sec2__flow-item-heading-num img {
	display: block;
	height: 100%;
}

.renovation_case1-sec2__flow-item-heading-title {
	font-family: "Shippori Mincho", serif;
	font-size: 4.255vw;
	letter-spacing: 0.1em;
	line-height: 1.7777777778;
}

.renovation_case1-sec2__flow-item-body {
	margin-top: 4.728vw;
}

.renovation_case1-sec2__flow-item-body-text {
	line-height: 1.875;
}

.renovation_case1-sec2__flow-item-img {
	margin-top: 7.092vw;
}

.renovation_case1-sec2__flow-item-img.--02,
.renovation_case1-sec2__flow-item-img.--04 {
	margin-left: auto;
	width: 66.7%;
}

.renovation_case1-sec2__flow-item-note {
	color: #b11f25;
	font-family: "Shippori Mincho", serif;
	font-size: 4.255vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.7777777778;
}

}


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