@charset "UTF-8";

hgroup
{
	text-align: left;
	margin: 0 auto;
}

hgroup p
{
	margin-bottom: 0;
}

.lp .page-titleimg
{
	background-image: url(../img/landpurchase/top.webp);
	background-position: center bottom;
	background-size: cover;
}

@media screen and (max-width:500px)
{
	.lp .page-titleimg
	{
		background-image: url(../img/landpurchase/top-sp.webp);
	}
}

.check
{
	margin: 73px auto;
	width: 828px
}

.check h2
{
	position: relative;
	display: block;
	width: 14em;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 1em;
	color: var(--bl);
}

.check h2::before
{
	position: absolute;
	content: '／';
	left: -2em;
	top: 0;
	width: 2rem;
	height: 1em;
	transform: rotateY(180deg);
	color: var(--bl);
}

.check h2::after
{
	position: absolute;
	content: '／';
	right: -2em;
	top: 0;
	width: 2rem;
	height: 1em;
	color: var(--bl);
}

.check .flex
{
	display: flex;
	justify-content: center;
}

.check a
{
	position: relative;
	width: 300px;
	height: 170px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	background-size: cover;
	background-position: center;
	margin: 0 20px;
}

.check a.land01
{
	background-image: url(../img/sale/land01.webp)
}

.check a.land02
{
	background-image: url(../img/sale/land02.webp)
}

.check a.land03
{
	background-image: url(../img/sale/land03.webp)
}

.check a::before
{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	background-size: cover
}

.check a.land01::before
{
	top: 60px;
	width: 72.99px;
	height: 59.72px;
	background-image: url(../img/sale/icon-land01.svg)
}

.check a.land02::before
{
	top: 60px;
	width: 75px;
	height: 61.36px;
	background-image: url(../img/sale/icon-land02.svg)
}

.check a.land03::before
{
	top: 60px;
	width: 68.27px;
	height: 59.79px;
	background-image: url(../img/sale/icon-land03.svg)
}

@media screen and (max-width:999px)
{
	.check h2
	{
		font-size: 1.5rem;
		padding-bottom: 1em
	}

	.check
	{
		margin: 30px auto 40px;
		width: 85%
	}

	.check a
	{
		padding-top: 50px;
		width: 48%;
		height: 100px;
		font-size: 1.4rem;
		letter-spacing: 0
	}

	.check a.land01::before
	{
		top: 20px;
		width: 40px;
		height: 32.69px
	}

	.check a.land02::before
	{
		top: 20px;
		width: 40px;
		height: 32.73px
	}

	.check a.land03::before
	{
		top: 20px;
		width: 40px;
		height: 35.03px
	}
}

@media screen and (max-width:700px)
{
	.check .flex
	{
		justify-content: space-between;
	}

	.check a
	{
		margin: 0;
	}
}

.find
{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 70px
}

.find-left
{
	width: 72%
}

.find-left .top
{
	line-height: 1.8;
	margin-bottom: 40px;
}

.find-left .top h3
{
	font-size: 2rem;
	font-weight: 500;
}

.find-left .top img
{
	margin: 20px 0;
}

.find-left .top .detail
{
	background: #F2F2F2;
	padding: 20px 30px;
	margin-top: 20px;
}

.find-left .top .detail dl
{
	display: flex;
	padding-bottom: 0.5em;
}

.find-left .top .detail dl dt
{
	color: var(--bl);
}

.find-left .about
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid var(--bl);
	padding: 30px;
	margin-bottom: 30px;
}

.find-left .about .txt
{
	width: 65%;
	line-height: 1.7;
}

.find-left .about .txt h4
{
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--bl);
	border-bottom: 1px solid var(--bl);
	margin-bottom: 0.5em;
}

.find-left .about .txt p
{
	font-size: 1.4rem;
}

.find-left .about .img
{
	width: 31%;
}

.find-left .about .flow
{
	margin-top: 30px;
}

.find-left .about .flow h5
{
	font-weight: 500;
	padding-bottom: 0.5em;
}

.find-left .about .flow dl
{
	display: flex;
	background: #F2F2F2;
	padding: 10px;
}

.find-left .about .flow dl dt
{
	background: var(--bl);
	color: #fff;
	font-size: 1.1rem;
	font-weight: normal;
	padding: 0 1em;
	margin-right: 1em;
	border-radius: 4px;
}

.find-left .about .flow dl dt span
{
	font-size: 1.4rem;
	margin-left: 0.2em;
}

.find-left .about .flow dl dd
{
	color: var(--bl);
}

.find-left .about .flow img
{
	width: 4px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

.find-left .about .flow p
{
	font-size: 1.4rem;
	padding-top: 20px;
}

.find-left .btn
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 352px;
	height: 77px;
	background: #FFDC26;
	border: 2px solid var(--bl);
	font-size: 1.8rem;
	font-weight: 500;
	color: var(--bl);
}

.find-left .btn img
{
	position: absolute;
	top: 22px;
	right: 20px;
	width: 28px;
	height: 28px;
}

.find-right
{
	width: 22%
}

.find-right h2
{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 500;
	background: #F2F2F2;
	margin-bottom: 10px;
	padding: 5px 1em;
}

.find-right h2 img
{
	width: 1em;
	height: 1em;
	margin-right: 5px
}

.find-right li
{
	margin-bottom: 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #BEBEBE;
}

.find-right li:first-child
{
	padding: 10px 0 10px;
}

.find-right li a
{
	position: relative
}

.find-right li .new
{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 45px;
	height: 20px;
	line-height: 20px;
	background-color: var(--red);
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	display: block;
}

.find-right li img
{
	width: 100%;
	height: 140px;
	object-fit: cover;
	padding-bottom: 5px
}

.find-right li .contract
{
	position: absolute;
	content: '';
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	display: block
}

.find-right .detail h3
{
	font-size: 1.4rem;
	font-weight: 500
}

.find-right .detail p
{
	font-size: 1.3rem;
	color: #777
}

.find-right .btn-bk
{
	width: 100%;
	font-size: 1.4rem;
}

@media screen and (max-width:999px)
{
	.find
	{
		display: block;
		width: 85%
	}

	.find-left,
	.find-right
	{
		width: 100%
	}

	.find-left
	{
		margin-bottom: 30px;
	}

	.find-left .top
	{
		margin-bottom: 20px;
	}

	.find-left .top h3
	{
		font-size: 1.7rem;
		line-height: 1.6;
	}

	.find-left .top img
	{
		margin: 10px 0;
	}

	.find-left .top .detail
	{
		padding: 15px;
	}

	.find-left .top .detail dl
	{
		display: block;
	}

	.find-left .about
	{
		padding: 15px;
	}

	.find-left .about .txt,
	.find-left .about .img
	{
		width: 100%;
	}

	.find-left .about .txt h4
	{
		font-size: 1.6rem;
	}

	.find-left .btn
	{
		margin: 0 auto;
		width: 320px;
		height: 60px;
		font-size: 1.5rem;
	}

	.find-left .btn img
	{
		width: 22px;
		height: 22px;
		top: 17px;
	}

	.find-right ul
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.find-right li:first-child,
	.find-right li
	{
		width: 46%;
		padding: 0;
		border: none
	}

	.find-right li img
	{
		height: 25vw
	}

	.find-right li .contract
	{
		top: 35px;
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem
	}
}