@charset "utf-8";

/*ヘッダー*/
header{
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
}

header ul{
	background: rgba(255,255,255,.7);
	padding: 0 30px;
	border-radius: 30px;
}
header nav li a{
	padding:10px 0 ;
}

/*imgエリア*/
.top-img{
	background: url(/pc/img/index/topimg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	height: 760px;
}
.top-img .in-w{
	position: relative;
}
.top-img .textarea{
	padding:275px 0 0 15px;
}
.top-img .textarea h1{
	font-size: 5.0rem;
	line-height: 1.42;
	margin-bottom: 9px;
}
.top-img .textarea b{
	color:var(--orange);
}

.top-img .textarea p{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.9;
}
.top-img .img-f{
	position: absolute;
	top: 184px;
	right: -18px;
}
.top-img .img-f img{
	width: 400px;
}
.top-img .img-w{
	position: absolute;
	top: 470px;
	right: 70px;
}
.top-img .img-w img{
	width: 210px;
}
/*topコンテンツ*/
.contents-nav{
	padding: 50px;
	background: #f5f2f0;
}
.contents-nav .in-w{
	justify-content:space-between;
	align-items: unset;
}
.contents-nav .property{
	width: 590px;
	padding:25px 0;
	background: #fff;
	display: flex;
	justify-content: space-between;
}


.contents-nav .property,
.contents-nav .about,
.contents-nav .about-col1{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}


.contents-nav .property .buy{
	width:295px;
	border-right:2px solid #dcdcdc;
}
.contents-nav .property .rent{
	width:293px;
}

.contents-nav .property > div a{
	padding:0 25px;
	display: block;
}
.contents-nav .property > div .sub{
	font-size: 18px;
	line-height: 1;
	margin-bottom:8px;
}
.contents-nav .property .title{
	font-weight: bold;
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: .04em;
	background: url(/pc/img/common/arrow-blk.svg) no-repeat right 55%;
	background-size:10px auto;
}

.contents-nav .property .title b{
	color:var(--orange);
}
.contents-nav .property .img{
	margin-bottom: 10px;
	height: 132px;
}
.contents-nav .property .img img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
/*会社概要エリア*/
.contents-nav .about{
	width: 370px;
	background: #fff;
	padding: 25px;
}
.contents-nav .about h2{
	font-size: 2.4rem;
	margin-bottom: 8px;
}
.contents-nav .about .btn a{
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 42px;
	background: var(--blk) url(/pc/img/common/arrow-w.svg) no-repeat right 20px center;
	background-size:6px auto;
	border-radius: 30px;
}
.contents-nav .about .text-area{
	justify-content:space-between;
	margin-bottom: 14px;
}
.contents-nav .about .text-area .img{
	width: 78px;
}
.contents-nav .about .text-area p{
	flex:1;
	letter-spacing: 0;
}
/*会社概要エリア*/
.contents-nav .about-col1{
	background: #fff;
	padding: 25px;
	text-align: center;
	width: 100%
}
.contents-nav .about-col1 h2{
	font-size: 2.84rem;
	margin-bottom: 8px;
	text-align: center;
}
.contents-nav .about-col1 .btn a{
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 44px;
	background: var(--blk) url(/pc/img/common/arrow-w.svg) no-repeat right 20px center;
	background-size:6px auto;
	border-radius: 30px;
	width: 320px;
	margin:auto;
}
.contents-nav .about-col1 .text-area{
	text-align: center;
	margin-bottom: 14px;
	font-size: 1.6rem;
	line-height: 1.8;
}
.contents-nav .about-col1 .img{
	width: 60px;
	margin: 0 auto 5px;
}


/*お知らせ*/
.top-info {
	padding: 70px 0;
}
.top-info .title h2{
	font-size: 3.0rem;
	letter-spacing: .06em;
}
.top-info .title{
	margin-bottom: 25px;
}
.top-info .in-w{
	justify-content: space-between;
}

.top-info .title .en{
	font-size: 1.4rem;
	font-weight: bold;
	color:var(--orange);
}
.top-info .btn{
	width: 220px;
}
.top-info .btn a{
	font-weight: bold;
	font-size: 1.6rem;
	align-items: center;
	color: #fff;
	height: 50px;
	background: var(--blk) url(/pc/img/common/arrow-w.svg) no-repeat right 20px center;
	padding:5px 20px 5px 25px;
	background-size:6px auto;
	border-radius: 30px;
}
/*リスト部分*/
.top-info .info-wrap{
	width: 660px;
}
.top-info .info-wrap li{
	border-bottom: 1px solid #dcdcdc;
}
.top-info .info-wrap li a{
	display: block;
	padding: 21px 0 19px;
}
.top-info .info-wrap li:first-of-type{
	padding-top: 0;
}
.top-info .info-wrap li .date{
	font-size: 1.3rem;
	margin-bottom:3px;
	display: block;
}
.top-info .info-wrap li .post-title{
	font-size: 1.6rem;
}
/*お勧め売買物件*/
.recommend-area{
	background: #f5f5f5;
	padding: 70px 0;
}
.recommend-buy .title{
	text-align: center;
	margin-bottom: 25px;
}
.recommend-buy .title h2{
	font-size: 3.0rem;
	letter-spacing: .06em;
}
.recommend-buy .in-w{
	justify-content: space-between;
}
.recommend-buy .title .en{
	font-size: 1.4rem;
	font-weight: bold;
	color:var(--orange);
}
.recommend-buy .btn{
	width: 360px;
	margin: 0 auto;
}
.recommend-buy .btn a{
	font-weight: bold;
	font-size: 2.0rem;
	align-items: center;
	justify-content:center;
	color: #fff;
	height: 60px;
	background: var(--blk) url(/pc/img/common/arrow-w.svg) no-repeat right 20px center;
	padding:5px 20px 5px 25px;
	background-size:6px auto;
	border-radius: 30px;
}