@charset "UTF-8";

/* base
--------------------------------------------------*/
main,
main a {
	color: #000;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Helvetica", "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
}

main a:hover {
	text-decoration: underline;
}

.cts {
	width: 100%;
	margin-bottom: 100px;
}

.cts .ctsInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

@media screen and (max-width: 767px) {
	main a:hover {
		text-decoration: none;
	}

	.cts {
		margin-bottom: 43px;
	}

	.cts .ctsInner {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	main a:hover {
		text-decoration: none !important;
	}
}

/* scaleImage */
.scaleImage {
	display: block;
	transition: all 0.3s;
}

a:hover .scaleImage {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition-duration: 0.3s;
}

@media screen and (max-width: 767px) {
	.scaleImage {
		display: block;
		transition: none;
	}

	a:hover .scaleImage {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/* arwBlank */
.arwBlank i {
	position: relative;
	padding-right: 30px;
}

.arwBlank i::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(/-/media/image/msh/company/realestate/icon_blank.svg) no-repeat 0 0;
	background-size: cover;
}

/* arwLink */
.arwLink i {
	position: relative;
	left: 10px;
	padding-right: 17px;
}

/* IE */
_:-ms-input-placeholder,
:root .arwLink i {
	top: -3px;
}

.arwLink i::before {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 1px);
	transform: translate3d(0, -50%, 1px);
	width: 17px;
	height: 2px;
	background-color: #1C73D0;
	transition: all 0.3s;
}

.arwLink i::after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 50%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 16px;
	background: url(/-/media/image/msh/company/realestate/arrow_head_blue.svg) no-repeat 0 0;
	background-size: cover;
	transition: all 0.3s;
}


a:hover .arwLink i::after {
	right: -8px;
}

a:hover .arwLink i::before {
	width: 24px;
}

@media screen and (max-width: 767px) {
	.arwBlank span {
		padding-right: 25px;
	}

	.arwLink i {
		left: 5px;
	}

	.arwLink .arwLink i::before,
	.arwLink .arwLink i::after {
		transition: none;
	}

	a:hover .arwLink i::after {
		right: 0;
	}

	a:hover .arwLink i::before {
		width: 17px;
	}
}

/* ctsHeader h2 */
.ctsHeader {
	text-align: center;
}

.headingTitle {
	margin: 0 auto 16px;
	text-indent: -9999px;
}

.headingText {
	font-size: 1.4rem;
	line-height: 1.5;
}

/* section_block */
@media screen and (max-width: 767px) {
	.section_block {
		padding: 0 25px;
	}
}


/* MV
--------------------------------------------------*/
.mv {
	position: relative;
	height: 450px;
	margin-bottom: 74px;
	background: url(/-/media/image/msh/company/realestate/img_mv_pc.jpg) no-repeat center;
	background-size: cover;
}

.mvInner {
	position: relative;
}

.mvInner .mvTitle {
	position: absolute;
	top: 95px;
	left: 54px;
}

.mvInner .mvTitle .en {
	padding-right: 60px;
}

.mvInner .mvTitle h1 {
	color: #fff;
	margin-bottom: 8px;
	font-size: 5.6rem;
	line-height: 1;
}

.mvInner .mvTitle .en {
	position: relative;
	display: inline-block;
	padding: 4px 93px 4px 5px;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1;
}

.mvInner .mvTitle .en::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 7px 0 0;
	border-color: #000 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
	.mv {
		height: 388px;
		margin-bottom: 65px;
		background: url(/-/media/image/msh/company/realestate/img_mv_sp.jpg) no-repeat center;
		background-size: cover;
	}

	.mvInner .mvTitle {
		position: absolute;
		top: 85px;
		left: 25px;
	}

	.mvInner .mvTitle h1 {
		margin-bottom: 8px;
		font-size: 5.6rem;
	}
}

/* property
--------------------------------------------------*/
.property {
	margin-bottom: 150px;
}

.propertyHeader {
	margin-bottom: 30px;
}

.propertyHeader .headingLead {
	margin-bottom: 75px;
	font-size: 17px;
	line-height: 1.76;
	text-align: center;
}

.propertyHeader .headingTitle {
	width: 299px;
	height: 30px;
	background: url(/-/media/image/msh/company/realestate/txt_propertylist.svg) no-repeat 0 0;
	background-size: cover;
}

.propertyBody {
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}

.propertyBody .subTitle {
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 36px;
	border-bottom: 3px solid #acacac;
	font-size: 30px;
	font-weight: bold;
}

.propertyBody .subTitle::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 70px;
	height: 3px;
	background-color: #0851d7;
}

.listproperty {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px -43px;
}

.listpropertyItem {
	width: 312px;
	margin: 0 16px 43px;
}

.listpropertyItem a {
	position: relative;
	display: block;
}

.listpropertyItem a:hover {
	text-decoration: none;
}

.listpropertyItem a:hover .name {
	text-decoration: underline;
}

.listpropertyItem .figure {
	display: block;
	margin-bottom: 16px;
}

.listpropertyItem .name {
	font-size: 18px;
	font-weight: bold;
	padding-right: 1em;
}

.listpropertyItem .address {
	font-size: 15px;
}

/* building */
.building {
	margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
	.property {
		margin-bottom: 90px;
	}

	.propertyHeader .headingLead {
		font-size: 16px;
		text-align: left;
	}

	.property {
		margin-bottom: 90px;
	}

	.propertyBody .subTitle {
		padding-bottom: 5px;
		margin-bottom: 44px;
		font-size: 24px;
	}

	.propertyBody .subTitle::before {
		width: 35px;
	}

	.listproperty {
		display: block;
		flex-wrap: wrap;
		margin: 0 0 -30px;
	}

	.listpropertyItem {
		width: 100%;
		margin: 0 0 30px;
	}

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

	.listpropertyItem .figure {
		width: 44.78%;
		margin-bottom: 0;
	}

	.listpropertyItem .detail {
		width: 51.19%;
	}

	.listpropertyItem .name {
		font-size: 17px;
		padding-right: 0;
	}

	.listpropertyItem .name>span {
		display: inline-block;
		position: relative;
	}

	.listpropertyItem .address {
		font-size: 14px;
	}

	/* building */
	.building {
		margin-bottom: 82px;
	}
}