@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  「何から手をつけていいかわからない」
**************************************************
--------------------------------------------------*/
.contents_01 .text_1_1 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: 700;
}

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

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

	.contents_01 .text_1_2 {
		margin-top: 24px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.7;
	}
}


/*--------------------------------------------------
**************************************************
  チェックリストの中身
**************************************************
--------------------------------------------------*/
.contents_02 {
	max-width: var(--content-max-width);
	margin-top: 80px;
	padding: 80px 5%;
	background: var(--gray-bg-light);
	border-radius: 24px;
}

.contents_02 .text_2_1 {
	margin-top: 32px;
	text-align: center;
	font-weight: 500;
}

.contents_02 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 40px;
	max-width: var(--content-width);
	margin: 44px auto 0;
}

.contents_02 .list li {
	max-width: 620px;
	width: 100%;
	padding: 16px 10px 16px 68px;
	background: var(--white) url(../imgs/other/check_01.png) no-repeat left 24px center / 28px;
	border-radius: 16px;
	box-shadow: 0px 0px 40px 0px #0000001A;
}

.contents_02 .text_2_2 {
	margin-top: 64px;
	text-align: center;
	font-size: 3.0rem;
	font-weight: 700;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_02 {
		margin-top: 40px;
		padding: 40px 5%;
	}

	.contents_02 .text_2_1 {
		margin-top: 16px;
		font-size: 1.4rem;
	}

	.contents_02 .list {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 30px;
	}

	.contents_02 .list li {
		padding: 16px 10px 16px 46px;
		background: var(--white) url(../imgs/other/check_01_sp.png) no-repeat left 15px center / 22px;
	}

	.contents_02 .text_2_2 {
		margin-top: 24px;
		font-size: 1.7rem;
	}
}


/*--------------------------------------------------
**************************************************
  こんな方におすすめ
**************************************************
--------------------------------------------------*/
.recommend {
	max-width: var(--content-max-width);
	margin-top: 120px;
}

.recommend .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 35px;
	margin: 64px auto 0;
}

.recommend .list li {
	max-width: 400px;
	width: 100%;
	padding: 64px 40px;
	background: var(--white);
	border-radius: 16px;
	box-shadow: 0px 0px 40px 0px #0000001A;
}

.recommend .list li h3 {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.8;
	color: var(--blue-dark);
}

.recommend .list li p {
	margin-top: 24px;
	font-weight: 500;
	line-height: 2.25;
}

/* SP */
@media screen and (max-width: 767px) {
	.recommend {
		margin-top: 80px;
	}

	.recommend .list {
		margin-top: 40px;
	}

	.recommend .list li {
		max-width: none;
		padding: 40px 5% 32px;
	}

	.recommend .list li h3 {
		font-size: 1.9rem;
	}

	.recommend .list li p {
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------
**************************************************
  売却は、事前準備で9割が決まります。
**************************************************
--------------------------------------------------*/
.contents_04 {
	margin-top: 120px;
	padding: 113px 0;
	color: var(--white);
}

.contents_04 .flex {
	display: flex;
	justify-content: space-between;
}

.contents_04 .flex .image_box {
	width: 460px;
}

.contents_04 .flex .inner {
	max-width: calc( var(--content-width) - 460px );
}

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

.contents_04 .flex .text_4_1 {
	margin-top: 24px;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 600;
}

.contents_04 .flex .text_4_2 {
	position: relative;
	margin-top: 120px;
	padding-top: 42px;
	background: url(../imgs/other/check_02.png) no-repeat center top / 28px;
	text-align: center;
	font-size: 5.0rem;
	font-weight: 700;
}

.contents_04 .flex .text_4_3 {
	margin-top: 32px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.contents_04 .flex .list {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 64px auto 0;
}

.contents_04 .flex .list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 240px;
	border: var(--white) 1px dashed;
	border-radius: 50%;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_04 {
		position: relative;
		margin-top: 160px;
		padding: 0;
	}

	.contents_04 .flex {
		display: block;
	}

	.contents_04 .flex .image_box {
		position: relative;
		width: 90%;
		margin: auto;
	}

	.contents_04 .flex .image_box.image_1 {
		top: -90px;
	}

	.contents_04 .flex .image_box.image_2 {
		top: 80px;
		margin-top: -40px;
	}

	.contents_04 .flex .inner {
		max-width: none;
	}

	.contents_04 .flex h2 {
		margin-top: -50px;
		font-size: 2.4rem;
		line-height: 1.3;
	}

	.contents_04 .flex .text_4_1 {
		margin-top: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.contents_04 .flex .text_4_2 {
		margin-top: 40px;
		padding-top: 30px;
		background: url(../imgs/other/check_02_sp.png) no-repeat center top / 24px;
		font-size: 2.2rem;
	}

	.contents_04 .flex .text_4_3 {
		margin-top: 16px;
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.8;
	}

	.contents_04 .flex .list {
		flex-direction: column;
		justify-content: flex-start;
		gap: 16px;
		margin-top: 40px;
	}

	.contents_04 .flex .list li {
		display: block;
		width: 100%;
		height: auto;
		padding: 8px 16px;
		border-radius: 8px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.6;
	}
}


/*--------------------------------------------------
**************************************************
  10のチェックリストをダウンロードする
**************************************************
--------------------------------------------------*/
.contents_05 {
	margin-top: 120px;
}

.contents_05 h2 {
	text-align: center;
	font-size: 5.0rem;
	font-weight: 700;
}

.contents_05 .text_5_1 {
	margin-top: 64px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.contents_05 .form_box {
	max-width: 960px;
	margin: 80px auto 0;
}

.form_box .item_name {
	width: 215px;
}

.form_box .item_body {
	max-width: 700px;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_05 {
		margin-top: 160px;
	}
	.contents_05 h2 {
		font-size: 2.4rem;
	}

	.contents_05 .text_5_1 {
		margin-top: 32px;
		font-size: 1.4rem;
	}

	.contents_05 .form_box {
		margin-top: 40px;
	}
}
