@charset "utf-8";



@media screen and (max-width: 768px) {
    .underttl-area .deco-img {
        bottom: 138px;
    }
}



/* -------------------------------------------------------------
    定期借家契約について
-------------------------------------------------------------- */
.fixed-term-lease-area {
	background: url("../img/blue_bg01.png") no-repeat top center / cover;
	border-radius: 100px;
	padding: 80px 0;
	margin-bottom: 80px;
}

.fixed-term-lease-area .voice-list {
	display: flex;
	justify-content: center;
	gap:20px;
	margin-top: 40px;
}

.fixed-term-lease-area .voice-list li {
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 30px 50px;
	width: 580px;
	position: relative;
}

.fixed-term-lease-area .voice-list li .img-wrap {
	width: 100%;
	height: 250px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.fixed-term-lease-area .voice-list li .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fixed-term-lease-area .voice-list li .catch {
	font-size: 2.5rem;
	text-align: center;
}

.fixed-term-lease-area .voice-list li .name {
	font-size: 1.4rem;
	position: absolute;
	bottom: 20px;
	right: 30px;
}

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

@media screen and (max-width: 768px) {
	.fixed-term-lease-area {
		border-radius: 50px;
		padding: 40px 20px;
		margin-bottom: 40px;
	}

	.fixed-term-lease-area .voice-list {
		display: flex;
		justify-content: center;
		flex-direction: column;
		gap:15px;
		margin-top: 20px;
	}

	.fixed-term-lease-area .voice-list li {
		border-radius: 30px;
		padding: 20px 20px 20px;
		width: 100%;
	}

	.fixed-term-lease-area .voice-list li .img-wrap {
		width: 100%;
		height: 150px;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.fixed-term-lease-area .voice-list li .img-wrap img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.fixed-term-lease-area .voice-list li .catch {
		font-size: 1.8rem;
	}

	.fixed-term-lease-area .voice-list li .name {
		font-size: 1.2rem;
		bottom: 10px;
		right: 20px;
	}
}
