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

/* SP */
@media screen and (max-width: 767px) {
	.mv {
		background-image: url(../imgs/guide/assessment-price/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-size: 2.0rem;
	font-weight: 600;
}

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

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


/*--------------------------------------------------
**************************************************
  査定価格とは？
**************************************************
--------------------------------------------------*/
.contents_02 {
	max-width: 1728px;
	margin-top: 50px;
	padding: 80px 63px;
	background: var(--gray-bg-light);
	border-radius: 24px;
}

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

.contents_02 .text_2_2 {
	margin-top: 24px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.contents_02 .appraised_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px 18px;
	margin-top: 84px;
}

.contents_02 .appraised_list li {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 302px;
	width: 100%;
	padding: 80px 10px;
	border-radius: 24px;
	box-shadow: 0px 0px 40px 0px #0000001A;
}

.contents_02 .appraised_list li img {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.contents_02 .appraised_list li:nth-child(3) img {
	top: -30px;
}

.contents_02 .appraised_list li:nth-child(5) img {
	top: -40px;
}

.contents_02 .appraised_list li p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
}

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

	.contents_02 .text_2_1,
	.contents_02 .text_2_2 {
		margin-top: 24px;
		text-align: left;
	}

	.contents_02 .appraised_list li {
		padding: 60px 10px;
	}

	.contents_02 .appraised_list li img {
		top: -40px;
		width: 65px;
	}

	.contents_02 .appraised_list li:nth-child(3) img {
		top: -20px;
	}

	.contents_02 .appraised_list li:nth-child(5) img {
		top: -30px;
		width: 50px;
	}
}


/*--------------------------------------------------
**************************************************
  contents_03
**************************************************
--------------------------------------------------*/
.contents_03 {
	margin-top: 50px;
}

.contents_03 p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.25;
}

/* SP */
@media screen and (max-width: 767px) {
	.contents_03 p {
		text-align: left;
		font-size: 1.5rem;
		line-height: 2;
	}
}


/*--------------------------------------------------
**************************************************
  相場の見方と調べ方
**************************************************
--------------------------------------------------*/
.method {
	margin-top: 94px;
	padding: 140px 0 120px;
	color: var(--white);
}

.method .heading_01 .sub {
	color: #69B1FF;
}

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

.method .viewpoint {
	margin-top: 80px;
}

.method h3 {
	text-align: center;
	font-size: 3.4rem;
	font-weight: 600;
}

.method .viewpoint .list {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}

.method .viewpoint .item {
	max-width: 620px;
	width: 100%;
	padding: 80px;
	background: var(--white);
	border-radius: 24px;
}

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

.method .viewpoint .item h4 {
	margin-top: 32px;
	font-size: 2.8rem;
	font-weight: 600;
	color: var(--blue-dark);
}

.method .viewpoint .item p {
	margin-top: 32px;
	font-weight: 500;
	line-height: 2;
	color: var(--black-base);
}

.method .viewpoint .item p .txt_blue_1 {
	font-weight: 700;
}

.method .how {
	margin-top: 80px;
}

.method .how .list {
	display: flex;
	gap: 18px;
	margin-top: 40px;
}

.method .how .item {
	max-width: 414px;
	width: 100%;
	padding: 56px 38px;
	background: var(--white);
	box-shadow: 0px 0px 40px 0px #0000001A;
	border-radius: 16px;
}

.method .how .item img {
	display: block;
	margin: auto;
}

.method .how .item h4 {
	margin-top: 15px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--blue-dark);
}

.method .how .item p {
	margin-top: 10px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2;
	color: var(--black-base);
}

/* SP */
@media screen and (max-width: 767px) {
	.method {
		position: relative;
		margin-top: 64px;
		padding: 40px 0 120px;
		background: linear-gradient(131.51deg, #237DDE 11.62%, #0252A8 99.2%);
	}

	.method .text_4_1 {
		margin-top: 24px;
		text-align: left;
		
	}

	.method .viewpoint {
		margin-top: 40px;
	}

	.method h3 {
		font-size: 2.2rem;
	}

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

	.method .viewpoint .item {
		padding: 40px 22px;
	}

	.method .viewpoint .item .check_01 {
		width: 20px;
		height: 20px;
	}

	.method .viewpoint .item h4 {
		margin-top: 16px;
		font-size: 2.0rem;
		font-weight: 600;
	}

	.method .viewpoint .item p {
		margin-top: 16px;
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.8;
	}

	.method .how {
		margin-top: 64px;
	}

	.method .how .list {
		flex-wrap: wrap;
		gap: 30px;
		margin-top: 20px;
	}

	.method .how .item {
		padding: 40px 22px;
		border-radius: 24px;
	}

	.method .how .item:nth-of-type(1) img,
	.method .how .item:nth-of-type(3) img {
		width: 25%;
	}

	.method .how .item:nth-of-type(2) img {
		width: 60%;
	}

	.method .how .item h4 {
		font-size: 2.0rem;
		font-weight: 600;
		line-height: 1.6;
	}

	.method .how .item p {
		margin-top: 16px;
		font-size: 1.5rem;
		line-height: 1.8;
	}
}


/*--------------------------------------------------
**************************************************
  当社の相場算出は「精度」と「現場感」にこだわります
**************************************************
--------------------------------------------------*/
.calculation {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 68px;
}

.calculation .text_box {
	width: 988px;
}

.calculation .check_02 {
	margin: auto;
}

.calculation h2 {
	margin-top: 24px;
	text-align: center;
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1.5;
}

.calculation .text_4_2_1 {
	margin-top: 24px;
	text-align: center;
	font-weight: 500;
	line-height: 2;
}

.calculation .text_box > ul {
	max-width: 520px;
	width: 90%;
	margin: 64px auto 0;
	padding: 35px 0;
	border-top: var(--white) 1px solid;
	border-bottom: var(--white) 1px solid;
}

.calculation .text_box > ul li {
	position: relative;
}

.calculation .text_box > ul li:not(:first-child) {
	margin-top: 10px;
}

.calculation .text_box > ul li::before {
	background: var(--white);
}

.calculation .text_4_2_2 {
	margin-top: 57px;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 2.1;
}

/* SP */
@media screen and (max-width: 767px) {
	.calculation {
		display: block;
		width: 90%;
		margin: 62px auto 0;
	}

	.calculation .text_box {
		width: 100%;
	}

	.calculation .check_02 {
		width: 24px;
		height: 24px;
	}

	.calculation h2 {
		margin-top: 16px;
		font-size: 2.6rem;
		line-height: 1.4;
	}

	.calculation .text_4_2_1 {
		text-align: left;
	}

	.calculation .text_box > ul {
		margin: 45px auto 0;
		padding: 30px 0;
	}

	.calculation .text_box > ul li {
		font-size: 1.5rem;
	}

	.calculation .text_4_2_2 {
		margin-top: 40px;
		font-size: 1.8rem;
		line-height: 2;
	}

	.calculation .image_02 {
		position: absolute;
		bottom: -20vw;
		left: 50%;
		transform: translateX(-50%);
		width: 90%;
	}
}
