@charset "UTF-8";
/*-----------------------賃貸アパート*/
.concept_top {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.concept_top::before {
	content: "";
	display: block;
	width: 24%;
	max-width: 240px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-image: url("../img/common/dot_b2.png");
	background-size: 8px 8px;
	position: absolute;
	left: -4%;
	top: -4%;
	z-index: 1;
}
.concept_top::after {
	content: "";
	display: block;
	width: 24%;
	max-width: 220px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-image: url("../img/common/dot_y2.png");
	background-size: 8px 8px;
	position: absolute;
	right: -4%;
	top: 40%;
	z-index: 1;
}
.concept_top_img {
	aspect-ratio: 2 / 1;
	position: relative;
	overflow: hidden;
	border-radius: 270px;
}
.concept_top_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.concept_text {
	font-size: clamp(1.125rem, 0.993rem + 0.563vw, 1.5rem);
	line-height: 2.4;
	margin-top: 2em;
	text-align: center;
}
.concept_text span {
	background: linear-gradient(to top, #ffdc62 40%, transparent 40%);
}
.concept_text02 {
	line-height: 2.4;
	text-align: center;
	margin-top: 3em;
}
.concept_text02 span {
	background: linear-gradient(to top, #ffdc62 40%, transparent 40%);
}
@media screen and (max-width: 768px) {
	.concept_top {
		width: 100%;
	}
	.concept_top::before {
		width: 24%;
		left: -1%;
		top: -3%;
	}
	.concept_top::after {
		width: 22%;
		right: 1%;
		top: 36%;
	}
	.concept_top_img {
		aspect-ratio: 4 / 3;
		position: relative;
		overflow: hidden;
		border-radius: 270px;
	}
	.concept_text {
		line-height: 2;
		text-align: left;
	}
	.concept_text02 {
		line-height: 2;
		text-align: left;
	}
}
@media screen and (max-width: 480px) {
	.concept_top::after {
		top: 28%;
	}
}


.section.point {
	padding: 40px 5vw 80px;
}
.point_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.point_wrap .point_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #ffffff;
	background-image: url("../img/common/dot_y.png");
	background-size: 10px 10px;
	padding: 3em;
	border-radius: 40px;
	border: 5px solid #ffc800;
	margin-bottom: 3em;
}
.point_wrap .point_item:nth-child(2) {
	flex-direction: row-reverse;
}
.point_wrap .point_item .point_img {
	width: 42%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.point_wrap .point_item .point_img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
.point_wrap .point_item .point_text {
	width: 52%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.point_wrap .point_item .point_text .num {
	font-size: clamp(1rem, 0.824rem + 0.751vw, 1.5rem);
	font-weight: 700;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 50px;
	border-radius: 25px;
	background-color: #20b9e6;
	color: #ffffff;
	margin-bottom: 1.5em;
}
.point_wrap .point_item .point_text .text {
	font-size: clamp(1rem, 0.868rem + 0.563vw, 1.375rem);
}
@media screen and (max-width: 768px) {
	.section.point {
		padding: 20px 20px 50px;
	}
	.point_wrap .point_item, .point_wrap .point_item:nth-child(2) {
		flex-direction: column;
		padding: 2em;
		border-radius: 30px;
		border: 3px solid #ffc800;
		background-size: 8px 8px;
		margin-bottom: 2em;
	}
	.point_wrap .point_item .point_img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 2em;
	}
	.point_wrap .point_item .point_text {
		width: 100%;
	}
	.point_wrap .point_item .point_text .num {
		width: 130px;
		height: 40px;
		border-radius: 20px;
		margin: 0 auto 1.5em;
	}
	.point_wrap .point_item .point_text .text {
		font-size: clamp(1rem, 0.868rem + 0.563vw, 1.375rem);
	}
}

.section.b_contact {
	padding: 40px 5vw 100px;
}
.section.b_contact .list_contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}
.section.b_contact .list_contact li {
	margin: 0 20px;
}
.section.b_contact .list_contact li .phone_num span {
	font-size: clamp(1.75rem, 1.486rem + 1.127vw, 2.5rem);
	font-weight: 600;
	line-height: 1;
	padding-left: 1.5em;
	position: relative;
}
.section.b_contact .list_contact li .phone_num span::before {
	content: "";
	display: block;
	width: 1.2em;
	height: 1.2em;
	background-image: url("../img/common/ic_phone.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0.1em;
}
.section.b_contact .list_contact li .btn_contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 270px;
	height: 60px;
	border-radius: 30px;
	padding: 0 10px;
	font-size: clamp(0.938rem, 0.827rem + 0.469vw, 1.25rem);
	color: #ffffff;
	background-color: #ffc800;
	text-align: center;
	font-weight: 600;
	transition: .3s;
	position: relative;
}
.section.b_contact .list_contact li .btn_contact::after {
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	background-image: url("../img/common/arrow_w_r.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.section.b_contact .list_contact li .btn_contact:hover {
	background-color: #ffdc62;
}
.section.b_contact .list_contact li .btn_contact:hover::after {
	right: 10px;
}
@media screen and (max-width: 768px) {
	.section.b_contact {
		padding: 20px 20px 80px;
	}
	.section.b_contact .list_contact {
		flex-direction: column;
	}
	.section.b_contact .list_contact li {
		margin: 0 auto 2em;
	}
	.section.b_contact .list_contact li .btn_contact {
		max-width: 240px;
	}
}



