@charset "UTF-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#buy-sell #pagetitle::after {
	content: "REAL ESTATE BUYING AND SELLING";
}

#buy-sellSec {
	margin-bottom: 70px;
}

/* 相談例 */
#example {
	margin-bottom: 70px;
}

#exampleHead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#exampleHead:before,
#exampleHead::after {
	content: "";
	width: 94px;
	height: 100px;
	display: inline-block;
}

#exampleHead:before {
	background: transparent url(../../../img/service/buy-sell/buy-sell_illust01.png) no-repeat center center/contain;
}

#exampleHead::after {
	background: transparent url(../../../img/service/buy-sell/buy-sell_illust02.png) no-repeat center center/contain;
}

#exampleBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exampleItem {
	width: calc(50% - 12px);
	margin-right: 24px;
	padding: 50px 10px 20px;
	font-size: 1.6rem;
	text-align: center;
	background: transparent url(../../../img/service/buy-sell/balloon.png) no-repeat bottom center/contain;
}

.exampleItem:nth-child(2n) {
	margin-right: 0;
}

.exampleItem.em {
	color: #009843;
	background: transparent url(../../../img/service/buy-sell/balloon_em.png) no-repeat bottom center/contain;
	font-weight: 700;
}

#performanceWrap {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#performanceBadgeWrap {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.performanceBadge01 {
	width: 45%;
	padding-top: 45%;
	position: relative;
}

.performanceBadge01 p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fcf907;
	background-color: #009843;
	border-radius: 50%;
	font-size: 2.2rem;
	font-weight: 700;
}

.performanceBadge01 p .txt_sm {
	font-size: 0.818em;
}

.performanceBadge01 p .txt_md {
	font-size: 0.91em;
}

.performanceBadge01 p .txt_lg {
	font-size: 2em;
	font-weight: bold;
	line-height: 1;
}

.performanceTxt {
	font-size: 2rem;
	text-align: center;
}

#performanceBody {
	width: 44%;
	margin-right: 3%;
}

#performanceImg {
	width: 52.941176%;
	height: 320px;
}

#performanceImg img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

#performanceBox {
	margin-bottom: 70px;
	padding: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 3px solid #009843;
}

.performanceBoxItem {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #009843;
	font-size: 2.4rem;
}

.performanceBoxItem .txt_sm {
	font-size: 0.833em;
}

.performanceBoxItem .txt_lg {
	font-size: 1.167em;
}

.performanceBoxItem .mr_10 {
	margin-right: 10px;
}

.performanceBoxItem:nth-child(1) {
	width: 40%;
}

.performanceBoxItem:nth-child(2) {
	width: 24%;
	border-left: 1px solid #0a9a4a;
}

.performanceBoxItem:nth-child(3) {
	width: 36%;
	border-left: 1px solid #0a9a4a;
}

.performanceBadge02 {
	width: 90px;
	height: 90px;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fefe00;
	border-radius: 50%;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}

#caseWrap {
	padding: 40px 30px;
	background-color: #e4f4eb;
	border-radius: 6px;
	text-align: center;
}

#caseHead {
	margin-bottom: 50px;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#caseHead .txt_lg {
	font-size: 1.267em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.06em;
}

#caseBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.caseItem {
	width: calc(50% - 12px);
	height: auto;
	margin-bottom: 50px;
	margin-right: 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	border: 2px solid #32ad68;
	border-radius: 10px;
}

.caseItem:nth-child(2n) {
	margin-right: 0;
}

.caseItem::before {
	content: "";
	width: 80px;
	height: 2px;
	position: absolute;
	top: -2px;
	left: 20%;
	background-color: #ffffff;
}

.caseItemHead {
	margin-top: -20px;
	padding-bottom: 30px;
	position: relative;
	z-index: 1;
}

.caseItemHeadImg {
	margin-bottom: 10px;
}

.caseItemNum {
	margin-bottom: 10px;
	display: inline-block;
	border-bottom: 2px solid #009843;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.caseItemTtl {
	display: block;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.caseItemTtl .txt_xs {
	font-size: 0.6em;
}

.caseItemTtl .txt_sm {
	font-size: 0.87em;
}

.caseItemBody {
	height: 100%;
	padding: 20px 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffff99;
	border-radius: 0 0 10px 10px;
}

.caseItemBody::before,
.caseItemBody::after {
	content: "";
	width: 50%;
	height: 45px;
	position: absolute;
	top: -45px;
}

.caseItemBody::before {
	left: 0;
	background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ffff99)) no-repeat top left/100% 100%;
	background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #ffff99 50.5%) no-repeat top left/100% 100%;
}

.caseItemBody::after {
	right: 0;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.5%, #ffff99)) no-repeat top left/100% 100%;
	background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #ffff99 50.5%) no-repeat top left/100% 100%;
}

.caseItemTxt {
	color: #009843;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0;
}

.caseItemTxt.txt_sm {
	font-size: 2.1rem;
}

/* 強み */
#buy-sellStrength .serviceSecTtl {
	margin-bottom: 65px;
}

/* 店舗のご紹介 */
#buy-sellShopWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buy-sellStaff {
	width: 62%;
}

.buy-sellStaffImgWrap {
	margin-bottom: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.buy-sellStaffImgWrap img {
	width: 31.878557%;
	height: auto;
}

.buy-sellStaffTxt {
	font-size: 1.6rem;
	letter-spacing: 0;
	line-height: 1.625;
}

.buy-sellStaffTxt .underline {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(255, 255, 0, 0.5)));
	background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.5) 0%);
}

.buy-sellShopItem {
	width: 31.764705%;
}

.buy-sellShopImg {
	margin-bottom: 10px;
}

.buy-sellShopImg img {
	width: 100%;
	border-radius: 6px;
}

.buy-sellShopName {
	font-size: 1.8rem;
	font-weight: 700;
}

.buy-sellShopAddressWrap {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buy-sellShopAddress {
	/*	width: calc(100% - 65px);*/
	letter-spacing: 0;
	line-height: 1.2;
}

a.buy-sellShopAddressLink {
	width: 60px;
	padding: 0.5em;
	display: inline-block;
	color: #ffffff;
	background-color: #009843;
	border-radius: 12px;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.buy-sellShopAddressLink::after {
	content: "";
	width: 9px;
	height: 12px;
	margin-left: 0.2em;
	display: inline-block;
	background: transparent url(../../../img/common/icon_map.svg) no-repeat center center/contain;
	vertical-align: bottom;
}

.buy-sellShopTel {
	margin-bottom: 20px;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #009843;
}

.buy-sellShopFreecall {
	color: #009843;
	font-size: 1.2rem;
	font-weight: 700;
}

.buy-sellShopTelNum {
	padding-left: 20px;
	background: transparent url(../../../img/common/icon_tel.svg) no-repeat center left/18px auto;
	font-size: 2.4rem;
}

.buy-sellShopTelNote {
	font-size: 1.2rem;
}

/* -------------------------------------------------- */
/* PC調整 */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.exampleItem {
		padding: 3.906vw 0.781vw 1.563vw;
		font-size: 1.25vw;
	}

	.performanceBadge01 p {
		font-size: 1.8rem;
	}

	.performanceTxt {
		font-size: 1.7rem;
	}

	#performanceImg {
		height: 280px;
	}

	.performanceBoxItem {
		font-size: 1.9rem;
	}

	#caseHead {
		font-size: 2.6rem;
	}

	.caseItemHeadImg img {
		width: 64%;
	}

	.caseItemTtl {
		font-size: 1.797vw;
	}

	.caseItemTxt {
		font-size: 2.031vw;
	}

	.caseItemTxt.txt_sm {
		font-size: 1.641vw;
	}

	.buy-sellShopTelNum {
		font-size: 2rem;
	}
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	a.buy-sellShopAddressLink:hover {
		opacity: 0.7;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.exampleItem {
		padding: 5.376vw 1.075vw 2.151vw;
		font-size: 1.72vw;
	}

	.performanceBadge01 p {
		font-size: 2.146vw;
	}

	.performanceTxt {
		font-size: 1.8rem;
	}

	.performanceBoxItem {
		font-size: 2rem;
	}

	#caseHead {
		font-size: 2.6rem;
	}

	.caseItemHead {
		padding-bottom: 20px;
	}

	.caseItemHeadImg img {
		width: 60%;
	}

	.caseItemTtl {
		font-size: 2rem;
	}

	.caseItemBody {
		padding-top: 10px;
	}

	.caseItemBody::before,
	.caseItemBody::after {
		height: 30px;
		top: -30px;
	}

	.caseItemTxt {
		font-size: 2.3rem;
	}

	.caseItemTxt.txt_sm {
		font-size: 1.8rem;
	}
}

/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#buy-sellSec.serviceSecLead {
		margin-bottom: 40px;
	}

	#example {
		margin-bottom: 50px;
	}

	#exampleHead {
		font-size: 1.8rem;
	}

	#exampleHead:before,
	#exampleHead::after {
		width: 47px;
		height: 50px;
	}

	#exampleHead::before {
		margin-right: 10px;
	}

	#exampleHead::after {
		margin-left: 10px;
	}

	.exampleItem {
		width: calc(50% - 4px);
		height: 40px;
		margin-top: 20px;
		margin-right: 6px;
		padding: 0;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-image: none;
		border: 2px solid #dcdcdc;
		border-radius: 6px;
		font-size: 1rem;
	}

	.exampleItem {
		background: none;
	}

	.exampleItem.em {
		background: #e6f5ed;
	}

	.exampleItem::before,
	.exampleItem::after {
		content: "";
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-style: solid;
	}

	.exampleItem::before {
		top: -13px;
		border-width: 0 12px 13px 12px;
		border-color: transparent transparent #dcdcdc transparent;
	}

	.exampleItem::after {
		top: -10px;
		border-width: 0 9px 10px 9px;
		border-color: transparent transparent #ffffff transparent;
	}

	.exampleItem.em::after {
		border-color: transparent transparent #e6f5ed transparent;
	}

	#performanceBody {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#performanceBadgeWrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.performanceBadge01 {
		width: 130px;
		height: 130px;
		padding-top: initial;
	}

	.performanceBadge01+.performanceBadge01 {
		margin-left: 20px;
	}

	.performanceBadge01 p {
		width: 100%;
		position: relative;
		font-size: 1.8rem;
	}

	.performanceTxt {
		font-size: 1.8rem;
	}

	#performanceImg {
		width: 100%;
		height: auto;
	}

	#performanceBox {
		margin-bottom: 50px;
		padding: 0;
	}

	.performanceBoxItem:nth-child(1),
	.performanceBoxItem:nth-child(2),
	.performanceBoxItem:nth-child(3) {
		width: 90%;
		margin: 0 auto;
		padding: 20px 0;
		font-size: 2.2rem;
	}

	.performanceBoxItem:nth-child(2),
	.performanceBoxItem:nth-child(3) {
		border-left: none;
		border-top: 1px solid #0a9a4a;
	}

	#caseWrap {
		padding: 20px;
	}

	#caseHead {
		font-size: 2rem;
	}

	.caseItem {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.caseItem::before {
		width: 60px;
		left: unset;
		right: 70px;
	}

	.caseItemHead {
		padding: 50px 20px 20px;
		text-align: left;
	}

	.caseItemHeadImg {
		width: 110px;
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.caseItemHeadImg img {
		width: 100%;
	}

	.caseItemBody {
		padding: 10px 5px 20px;
	}

	.caseItemBody::before,
	.caseItemBody::after {
		height: 25px;
		top: -25px;
	}

	.caseItemTtl {
		font-size: 1.7rem;
	}

	.caseItemTxt {
		font-size: 2.2rem;
	}

	.caseItemTxt.txt_sm {
		font-size: 1.7rem;
	}

	#buy-sellStrength {
		margin-bottom: 50px;
	}

	#buy-sellStrength .serviceSecTtl {
		margin-bottom: 30px;
	}

	.buy-sellStaff {
		width: 100%;
		margin-bottom: 20px;
	}

	.buy-sellShopItem {
		width: 100%;
	}

	.buy-sellShopAddress {
		width: auto;
		margin-right: 20px;
	}
}