@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  メインビジュアル
**************************************************
--------------------------------------------------*/
.mv {
	background-image: url(../imgs/guide/renovation/mv.png);
}

/* SP */
@media screen and (max-width: 767px) {
	.mv {
		background-image: url(../imgs/guide/renovation/mv_sp.png);
	}
}


/*--------------------------------------------------
**************************************************
  リフォームが必要なケースと不要なケース
**************************************************
--------------------------------------------------*/
.contents_01 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
}

.contents_01 p {
	margin-top: 40px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.contents_01 .list {
	display: flex;
	gap: 40px;
	margin-top: 64px;
}

.contents_01 .item {
	max-width: 620px;
	width: 100%;
	padding: 80px 20px;
	background: var(--white);
	border-radius: 24px;
	box-shadow: 0px 0px 40px 0px #00000026;
}

.contents_01 .item .check_01 {
	width: 28px;
	height: 28px;
	margin: auto;
}

.contents_01 .item h3 {
	margin-top: 32px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--blue-dark);
}

.contents_01 .item ul {
	margin: 32px auto 0;
}

.contents_01 .item:nth-of-type(1) ul {
	max-width: 445px;
}

.contents_01 .item:nth-of-type(2) ul {
	max-width: 520px;
}

.contents_01 .item ul li {
	font-size: 1.8rem;
	font-weight: 600;
	color: var(--blue-dark);
}

.contents_01 .item ul li:not(:first-child) {
	margin-top: 16px;
}


/* SP */
@media screen and (max-width: 767px) {
	.contents_01 h2 {
		font-size: 2.0rem;
	}

	.contents_01 p {
		margin-top: 24px;
		text-align: left;
		font-size: 1.4rem;
	}

	.contents_01 .list {
		flex-wrap: wrap;
		gap: 30px;
		margin-top: 32px;
	}

	.contents_01 .item {
		padding: 40px 22px;
	}

	.contents_01 .item .check_01 {
		width: 20px;
		height: 20px;
	}

	.contents_01 .item h3 {
		margin-top: 16px;
		font-size: 2.0rem;
		font-weight: 600;
	}

	.contents_01 .item .list_edit_dots li {
		padding-left: 1.5em;
		font-size: 1.5rem;
	}
}


/*--------------------------------------------------
**************************************************
  contents_02
**************************************************
--------------------------------------------------*/
.contents_02 {
	margin-top: 120px;
}

.contents_02 .flex_item {
	display: flex;
	justify-content: space-between;
	gap: 80px;
}

.contents_02 > .flex_item:not(:first-child) {
	margin-top: 100px;
}

.contents_02 > .flex_item:nth-child(even) {
	flex-direction: row-reverse;
}

.contents_02 .flex_item .text_box {
	max-width: 560px;
	width: 100%;
}

.contents_02 .flex_item .text_box h2 {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.5;
}

.contents_02 .flex_item .text_box .description {
	margin-top: 24px;
}

.contents_02 .flex_item .text_box .description p {
	font-weight: 500;
	line-height: 2;
}

.contents_02 .flex_item .text_box .description p .txt_blue_1 {
	font-weight: 600;
}

.contents_02 .flex_item .text_box .description .list_edit_dots li {
	line-height: 2;
	color: var(--blue-dark);
}

.contents_02 .flex_item .text_box .description .list_edit_dots li::before {
	top: 12px;
}

.contents_02 .flex_item .image_box {
	max-width: 640px;
	width: 100%;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_02 .flex_item {
		flex-direction: column;
		justify-content: flex-start;
		gap: 24px;
	}

	.contents_02 > .flex_item:not(:first-child) {
		margin-top: 64px;
	}

	.contents_02 > .flex_item:nth-child(even) {
		flex-direction: column;
	}

	.contents_02 .flex_item .text_box h2 {
		font-size: 2.0rem;
	}

	.contents_02 .flex_item .text_box .description p,
	.contents_02 .flex_item .text_box .description li {
		font-size: 1.4rem;
	}

	.contents_02 .flex_item .text_box .description .list_edit_dots li::before {
		top: 9px;
	}
}


/*--------------------------------------------------
**************************************************
  専門家の視点で「やるorやらない」を正しく見極めます
**************************************************
--------------------------------------------------*/
.contents_03 {
	margin: 120px 0 380px;
	padding: 120px 0 320px;
	color: var(--white);
}

.contents_03 .inner {
	position: relative;
}

.contents_03 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
	line-height: 1.5;
}

.contents_03 .text_box {
	max-width: 800px;
	width: 100%;
	margin: 40px auto 0;
}

.contents_03 .text_box p {
	font-weight: 500;
	line-height: 2;
}

.contents_03 .text_box p:nth-of-type(1) {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.45;
}

.contents_03 .inner .image_box {
	position: absolute;
	top: 570px;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_03 {
		margin: 120px 0 170px;
		padding: 80px 0 100px;
	}

	.contents_03 h2 {
		font-size: 2.2rem;
		line-height: 1.6;
	}

	.contents_03 .text_box p {
		font-size: 1.4rem;
	}

	.contents_03 .text_box p:nth-of-type(1) {
		font-size: 1.7rem;
	}

	.contents_03 .inner .image_box {
		top: 105%;
	}
}
