@charset "UTF-8";
/**********************************

 parts

***********************************/
body {
	padding-bottom: 100px;
}

.anchor {
	display: block;
}

.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ov:hover {
	opacity: .7;
}

.fade-up {
	opacity: 0;
	transform: translateY(50%);
}

.fade-up.inview-acv {
	-webkit-animation: fadeInUp 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	animation: fadeInUp 1.5s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;

	}

	100% {
		opacity: 1;

	}
}

.pageTop {
	bottom: 140px;
}

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

	.spOnly {
		display: none !important;
	}
}

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

	body {
		padding-bottom: 50px;
	}

	.pageTop {
		bottom: 65px;
	}
}

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

	.pcOnly {
		display: none !important;
	}

}

/**********************************

 c-title01

***********************************/
.c-title01 {
	padding: 12px 18px 12px 38px;
	color: #b71213;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	background: #fff;
	border: 2px solid #b71214;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.c-title01:before {
	content: "";
	display: block;
	width: 4px;
	height: 14px;
	margin-left: 18px;
	background: #b71213;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.c-title01 {
		padding: 0.968vw 1.452vw 0.968vw 3.065vw;
		font-size: 1.613vw;
		border: 0.16129032vw solid #b71214;
		border-radius: 1.613vw;
	}

	.c-title01:before {
		width: 0.323vw;
		height: 1.129vw;
		margin-left: 1.452vw;
		border-radius: 0.806vw;
	}

}

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

	.c-title01 {
		padding: .6rem .9rem .6rem 1.9rem;
		font-size: 1.2rem;
		border: .1rem solid #b71214;
		border-radius: 1rem;
	}

	.c-title01:before {
		width: .2rem;
		height: .7rem;
		margin-left: .9rem;
		border-radius: 50px;
	}
}


/**********************************

 mv

***********************************/

@media screen and (min-width: 1240px) {
	.sale-price-appraisal .pageMV__img:before {
		-webkit-transform: translateY(-50%);
		background-image: url(../img/sale-price-appraisal/mv-illust.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		display: block;
		width: 23rem;
		height: 16.6rem;
		left: -31rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}

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

}


/**********************************

 formAppraisal

***********************************/
.formAppraisal {

}

.formAppraisal__inner {
	padding-bottom: 6rem;
}

.formAppraisal__inner-txt01 {
	font-size: clamp(1.2rem, 1.4516129032vw, 1.6rem);
	line-height: 2;
}

.formAppraisal__inner-form {
	max-width: 69rem;
	margin: 50px auto 0;
}

.formAppraisal__inner-form iframe {
	display: block;
	width: 100%;
}

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

	.formAppraisal__inner {
		padding: 1.6rem 3.5rem 2rem;
	}

	.formAppraisal__inner-txt01 {
		line-height: 1.8;
	}

	.formAppraisal__inner-form {
		margin-top: 25px;
	}

}


/**********************************

 mapAppraisal

***********************************/
.mapAppraisal {

}

.mapAppraisal__inner {
	padding-top: 6rem;
}

.mapAppraisal__inner-map {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.mapAppraisal__inner-map-inner {
	padding: 0 clamp(2rem, 1.6129032258vw, 2rem);
}

.mapAppraisal__inner-map-inner-box {
	max-width: 1730px;
	margin: 0 auto 0;
}

.mapAppraisal__inner-map-inner-box iframe {
	display: block;
	width: 100%;
	height: 650px;
}

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

	.mapAppraisal__inner {
		padding: 2rem 3.5rem 0;
	}

	.mapAppraisal__inner-map {
		margin-left: 0;
		margin-right: 0;
	}

	.mapAppraisal__inner-map-inner {
		padding: 0;
	}

	.mapAppraisal__inner-map-inner-box iframe {
		width: 100%;
		height: 600px;
	}

}



/**********************************

 rebFixed-pc

***********************************/
.rebFixed-pc {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100px;
	background: #fff;
	border-top: 3px solid #b71215;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.rebFixed-pc img {
	width: auto;
	max-width: 100%;
}

.rebFixed-pc__logo {
	width: 100px;
	margin-right: 40px;
}

.rebFixed-pc__tel {
	margin-right: 20px;
}

.rebFixed-pc__tel-num {
	text-align: center;
}

.rebFixed-pc__tel-num a {
	padding-left: 22px;
	color: #b71213;
	font-size: 24px;
	font-weight: bold;
	overflow: visible;
	position: relative;
	z-index: 1;
}

.rebFixed-pc__tel-num a:before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/brokerage/icon_tel01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.rebFixed-pc__tel-time {
	padding: 6px 5px;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	background: #f5f5f5;
	border-radius: 100px;
}

.rebFixed-pc__line {
	margin-right: 20px;
}

.rebFixed-pc__line a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background: #00a900;
	border: 1px solid #00a900;
	border-radius: 200px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rebFixed-pc__line a:hover {
	background: #4cc34c;
	box-shadow: 0 0 .16rem .1rem rgba(0,0,0,.25);
}

.rebFixed-pc__line a span {
	padding-left: 28px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.rebFixed-pc__line a span:before {
	content: "";
	display: block;
	width: 22px;
	height: 19px;
	background: url(../img/brokerage/icon_line01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.rebFixed-pc__mail {

}

.rebFixed-pc__mail a {
	display: block;
	padding: 17px 25px;
	color: #fff;
	text-align: center;
	background: #b71215;
	border: 1px solid #b71215;
	border-radius: 200px;
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.rebFixed-pc__mail a:hover {
	background: #cc595b;
	box-shadow: 0 0 .16rem .1rem rgba(0,0,0,.25);
}

.rebFixed-pc__mail a span {
	padding-left: 32px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.rebFixed-pc__mail a span:before {
	content: "";
	display: block;
	width: 22px;
	height: 16px;
	background: url(../img/brokerage/icon_mail01.png) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

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

	.rebFixed-pc {
		display: none;
	}
}


/**********************************

 rebFixed-sp

***********************************/

@media screen and (min-width:1080px){

	.rebFixed-sp {
		display: none;
	}
}

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

	.rebFixed-sp {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 50px;
		background: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.rebFixed-sp img {
		width: auto;
		max-width: 100%;
	}

	.rebFixed-sp .di-b {
		display: inline-block;
	}

	.rebFixed-sp__tel {
		width: 33.333334%;
	}

	.rebFixed-sp__tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #b71214;
		text-align: left;
		background: #fff;
	}

	.rebFixed-sp__tel a * {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}

	.rebFixed-sp__tel a .icon {
		padding-left: 27px;
		position: relative;
		z-index: 1;
	}

	.rebFixed-sp__tel a .icon:before {
		content: "";
		display: block;
		width: 21px;
		height: 21px;
		background: url(../img/brokerage/icon_tel01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.rebFixed-sp__line {
		width: 33.333334%;
	}

	.rebFixed-sp__line a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		text-align: left;
		background: #00a900;
	}

	.rebFixed-sp__line a * {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}

	.rebFixed-sp__line a .icon {
		padding-left: 27px;
		position: relative;
		z-index: 1;
	}

	.rebFixed-sp__line a .icon:before {
		content: "";
		display: block;
		width: 21px;
		height: 18px;
		background: url(../img/brokerage/icon_line01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.rebFixed-sp__mail {
		width: 33.333334%;
	}

	.rebFixed-sp__mail a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		text-align: center;
		background: #b71215;
	}

	.rebFixed-sp__mail a * {
		font-size: 13px;
		font-weight: bold;
		line-height: 1.4;
	}

	.rebFixed-sp__mail a .icon {
		display: inline-block;
		padding-left: 25px;
		position: relative;
		z-index: 1;
	}

	.rebFixed-sp__mail a .icon:before {
		content: "";
		display: block;
		width: 19px;
		height: 13px;
		background: url(../img/brokerage/icon_mail01.png) no-repeat center / contain;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}


/**********************************

 xxx

***********************************/

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

}