@charset "UTF-8";
/* ------------------------------
 選ばれる理由（PC）
------------------------------ */
.reasonBox {
	position: relative;
	background-color: #fff;
}
.contents .reasonBox h3::before {
	content: none;
}
.contents .reasonBox h3 {
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 30px;
	padding-left: 0;
}
.contents .reasonBox h3 span {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	color: #ef804f;
	font-family: "Poppins", sans-serif;
	font-size: 5.8rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.01em;
}
.contents .reasonBox h3 span em {
	font-size: 2.4rem;
	font-style: normal;
}
@media print, screen and (min-width: 768px) {
	.reasonBlock {
		margin-bottom: 100px;
		padding: 100px 0 136px;
		background: url(../img/reason_bg.jpg) no-repeat center 0 / cover;
	}
	.reasonBox {
		width: 970px;
		margin-bottom: 150px;
		padding: 62px 65px 65px;
		border-radius: 30px;
	}
	.reasonBox:nth-child(2) {
		margin-bottom: 192px;
	}
	.reasonBox:last-child {
		margin-bottom: 0;
	}
	.reasonBox p {
		width: 467px;
	}
	.reasonBox img {
		position: absolute;
		top: 180px;
		right: -170px;
		border-radius: 30px;
	}
	.reasonBox:first-child img {
		top: 110px;
	}
	.important.flexBox .w1-3:first-child {
		padding-top: 8px;
		text-align: right;
	}
	.important.flexBox .w1-3:nth-child(2) {
		padding-top: 3px;
	}
}
/* ------------------------------
 選ばれる理由（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.reasonBlock {
		margin-bottom: 60px;
		padding: 50px 5%;
		background: url(../img/reason_bg_sp.jpg) no-repeat center 0 / cover;
	}
	.reasonBox {
		padding: 0 20px 20px;
		border-radius: 20px;
	}
	.reasonBox:not(:last-child) {
		margin-bottom: 50px;
	}
	.contents .reasonBox h3 {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 10px;
		position: relative;
		top: -8px;
		margin-bottom: 5px;
	}
	.contents .reasonBox h3 span {
		padding-left: 5px;
		font-size: 4.4rem;
	}
	.contents .reasonBox h3 span em {
		font-size: 1.8rem;
	}
	.reasonBox p {
		margin-bottom: 20px;
	}
	.reasonBox img {
		width: 100%;
		border-radius: 12px;
	}
	.important.flexBox .w1-3 + .w1-3:not(.sp_w1-3) {
		margin-top: 20px !important;
	}
}

/* ------------------------------
 お家リフォーム（PC）
------------------------------ */
.houseMenu img {
	border-radius: 15px;
}
.houseMenu .w1-3 h3 {
	margin-bottom: 15px;
}
.houseMenu .w1-3 img + h3 {
	margin-top: 30px;
}
.houseMenu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 1em;
	margin-top: 20px;
	padding: 14px 20px;
	border-radius: 10px;
	background-color: #f3f3f3;
}
.worksLink {
	margin-bottom: 100px;
	padding: 40px;
	border-radius: 20px;
	background-color: #f4f4f5;
	text-align: right;
}
.worksLink .btn a {
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700 !important;
}
@media print, screen and (min-width: 768px) {
	h3:has(+ .houseMenu) {
		margin-bottom: 20px;
	}
	.narrow {
		letter-spacing: -.04em;
	}
}
/* ------------------------------
 お家リフォーム（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.houseMenu img {
		width: 100%;
	}
	.houseMenu .w1-3 img + h3 {
		margin-top: 20px;
	}
	.houseMenu .w1-3 + .w1-3:not(.sp_w1-3) {
		margin-top: 40px !important;
	}
	.houseMenu .w1-3 + .w2-3:not(.sp_w2-3) {
		margin-top: 20px !important;
	}
	.worksLink {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 120px;
		margin-bottom: 60px;
		padding: 0 20px;
		border-radius: 10px;
		text-align: center;
	}
}

/* ------------------------------
 事業所リフォーム（PC）
------------------------------ */
.officeMenu img {
	border-radius: 15px;
}
.officeMenu ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 1em;
	margin-top: 20px;
	padding: 14px 20px;
	border-radius: 10px;
	background-color: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
	h3:has(+ .officeMenu) {
		margin-bottom: 20px;
	}
}
/* ------------------------------
 事業所リフォーム（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.officeMenu img {
		width: 100%;
	}
	.officeMenu .w1-3 + .w2-3:not(.sp_w2-3) {
		margin-top: 20px !important;
	}
}

/* ------------------------------
 リフォームの流れ（PC）
------------------------------ */
.flowBox {
	position: relative;
	background-color: #fff;
}
.flowBox:not(:last-child) {
	margin-bottom: 66px;
}
.flowBox:not(:last-child)::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
	width: 34px;
	height: 14px;
	margin: 0 auto;
	background: url(../img/icon_flow_arrow.svg) no-repeat 0 0 / cover;
}
.step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	top: 28px;
	left: 30px;
	color: #ef804f;
	font-family: "Poppins", sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: -.01em;
}
.step em {
	font-size: 1.3rem;
	font-style: normal;
}
.contents .flowBox h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c4c8;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt";
	letter-spacing: .15rem;
}
.contents .flowBox h2::before  {
	content: none;
}
.contents .flowBox h2::after {
	content: none;
}
.contents .flowBox h2 span {
	display: inline-block;
	width: 47px;
	height: 22px;
	margin-bottom: 2px;
	border-radius: 11px;
	background-color: #b4b8bd;
	color: #fff;
	font-size: 1.3rem;
	line-height: 21px;
	font-weight: 700;
	text-align: center;
	text-align: center;
	vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
	.flowBlock {
		padding: 100px 0 150px;
		background: url(../img/flow_bg.jpg) no-repeat center 0 / cover;
	}
	.flowBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 65px 90px;
		border-radius: 30px;
	}
	.flowIcon {
		display: flex;
		align-items: center;
		width: 160px;
	}
	.flowText {
		width: 800px;
	}
}
/* ------------------------------
 リフォームの流れ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.flowBlock {
		padding: 50px 5%;
		background: url(../img/flow_bg_sp.jpg) no-repeat center 0 / cover;
	}
	.flowBox {
		padding: 45px 20px 30px;
		border-radius: 20px;
	}
	.flowBox:not(:last-child) {
		margin-bottom: 50px;
	}
	.flowBox:not(:last-child)::after {
		bottom: -32px;
	}
	.step {
		top: 18px;
		left: 20px;
	}
	.contents .flowBox h2 {
		font-size: 2.3rem;
		letter-spacing: .03em;
	}
	.flowIcon {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
}