/* CSS Document */

#visual {
	width: 100%;
	position: relative;
}
#visual .image {
	width: calc( 100vw * ( 1498 / 1918 ));
}
#visual .image img {
	width: 100%;	
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 767px) {
	#visual .image {
		width: calc( 100vw * ( 665 / 730 ));
	}
}

.page-title-wrap {
	padding-top: 100px;
	padding-bottom: 150px;
}
.page-title-wrap h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.page-title-wrap h2 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.page-title-wrap h2 span.en {
	padding: 0 0 40px 0;
}
.page-title-wrap h2 span.en img {
	width: 260px;
}
.page-title-wrap h2 span.ja {
	font-size: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}

@media only screen and (max-width: 1024px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 100 / 1024 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 40 / 1024 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 286 / 1024 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 1024 ));
	}
}
@media only screen and (max-width: 767px) {
	.page-title-wrap {
		padding-top: calc( 100vw * ( 67 / 730 ));
		padding-bottom: calc( 100vw * ( 130 / 730 ));
	}
	.page-title-wrap h2 span.en {
		padding: 0 0 calc( 100vw * ( 30 / 730 )) 0;
	}
	.page-title-wrap h2 span.en img {
		width: calc( 100vw * ( 320 / 730 ));
	}
	.page-title-wrap h2 span.ja {
		font-size: calc( 100vw * ( 40 / 730 ));
	}
}

.heading-center-eng {
	padding-bottom: 70px;
}
.heading-center-eng h3 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 0;
	padding: 0;
}
.heading-center-eng h3 span {
	display: flex;
	justify-content: center;
	flex-direction: row;
}
.heading-center-eng h3 span.en {
	font-size: 40px;
	letter-spacing: 0.2rem;
	padding-bottom: 30px;
}
.heading-center-eng h3 span.ja {
	font-size: 28.5px;
}

@media only screen and (max-width: 1024px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 70 / 1024 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 1024 ));
		padding-bottom: calc( 100vw * ( 30 / 1024 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	.heading-center-eng {
		padding-bottom: calc( 100vw * ( 70 / 730 ));
	}
	.heading-center-eng h3 span.en {
		font-size: calc( 100vw * ( 40 / 730 ));
		padding-bottom: calc( 100vw * ( 30 / 730 ));
	}
	.heading-center-eng h3 span.ja {
		font-size: calc( 100vw * ( 28.5 / 730 ));
	}
}


/* reason
-------------------------------------------------------------*/

#reason {
	padding-bottom: 150px;
}

#reason p {
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
	#reason {
		padding-bottom: calc( 100vw * ( 70 / 1024 ));
	}
	#reason p {
		font-size: calc( 100vw * ( 24 / 1024 ));
	}
}

@media only screen and (max-width: 767px) {
	#reason {
		padding-bottom: calc( 100vw * ( 120 / 730 ));
	}
	#reason p {
		font-size: calc( 100vw * ( 24 / 730 ));
		text-align: left;
		width: calc( 100vw * ( 600 / 730 ));
		margin: 0 auto;
	}
	#reason p br {
		display: none;
	}
}



/* five_points
----------------------------------------------------------------*/

#five_points {
	background-color: #efefef;
	padding-top: 80px;
	padding-bottom: 80px;
}


.swiper-button-prev,
.swiper-button-next {
	width: 35px;
	height: 35px;
	margin-top: -17.5px;
	z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: center center;
	content: "";
	height: 35px;
	width: 35px;
	display: block;
	margin: auto;
}
.swiper-button-prev::after {
	background-image: url('../rent/arw_left.svg');
}
.swiper-button-next::after {
	background-image: url('../rent/arw_right.svg');
}
.swiper {
	padding-bottom: 55px;
}
.swiper-pagination {
	bottom: 0 !important;
}
.swiper-pagination-bullet {
	background-color: #dbdcdc;
	width: 18px;
	height: 18px;
}
.swiper-pagination-bullet-active {
	background-color: #9e9f9f;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}
.points-slide {
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.pointsSwiper {
	width: 100%;
	height: auto !important;
}
.pointsSwiper .swiper-wrapper {
	display: flex;
	align-items: stretch !important;
}
.pointsSwiper .swiper-slide {
	width: calc(355px + 52px);
	width: calc((100vw * (355 / 1920)) + (100vw * (52 / 1920)));
	min-width: calc(355px + 52px);
	
	display: flex !important;
	justify-content: center;
	height: auto !important;
}
.pointsSwiper .swiper-slide .slide-card {
	width: 355px;
	width: calc(100vw * (355 / 1920));
	min-width: 355px;

	aspect-ratio: 355 / 275;

	height: 100% !important;
	border-radius: 20px;
	background-color: #fff;
	height: auto;
	min-height: 100%;
	text-align: center;
	padding: 30px 0 26px;
	flex-shrink: 0;
	
	box-shadow: 6px 6px rgba(150,151,151,0.4);
}
.points-slide .swiper-button-next,
.points-slide .swiper-button-prev {
	display: none;
}
.points-slide .swiper-pagination {
	bottom: -0.5em;
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	
}
.points-slide .swiper-pagination-bullet {
	background-color: rgba(150,151,151,0.4);
	opacity: 1;
	width: 18px;
	height: 18px;
}
.points-slide .swiper-pagination-bullet-active {
	background-color: #f18700;
}
.pointsSwiper .swiper-slide .label {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	background-color: #f18700;
	border-radius: 999px;
	color: #fff;
	padding: 0 1em;
	font-size: 20px;
}
.pointsSwiper .swiper-slide h3 {
	color: #f18700;
	font-size: 22px;
	margin: 0;
	padding: 1em 0
}
.pointsSwiper .swiper-slide p {
	width: 306px;
	width: calc(100vw * (306 / 1920));
	min-width: 306px;
	flex-grow: 1;
	border-top: 1px solid #000;
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.6;
}

@media only screen and (max-width: 1218px) {
	.pointsSwiper .swiper-slide {
		width: calc((100vw * (355 / 1218)) + (100vw * (52 / 1218)));
		min-width: auto;
	}
	.pointsSwiper .swiper-slide .slide-card {
		width: calc(100vw * (355 / 1218));
		min-width: auto;
		padding:calc(100vw * (30 / 1218)) 0 calc(100vw * (26 / 1218));
	}
	.pointsSwiper .swiper-slide p {
		width: calc(100vw * (306 / 1218));
		min-width: auto;
		font-size: calc(100vw * (16 / 1218));
	}
	
	.pointsSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 1218));
	}
	.pointsSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 1218));
	}
}
@media only screen and (max-width: 1024px) {
	.pointsSwiper .swiper-slide p {
		font-size: calc(100vw * (16 / 1024));
	}
	.pointsSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 1024));
	}
	.pointsSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 1024));
	}
}
@media only screen and (max-width: 970px) {
	.pointsSwiper .swiper-slide {
		width: calc((100vw * (355 / 970)) + (100vw * (52 / 970)));
		min-width: auto;
	}
	.pointsSwiper .swiper-slide .slide-card {
		padding:calc(100vw * (30 / 970)) 0 calc(100vw * (26 / 970));
		width: calc(100vw * (355 / 970));
	}
	.pointsSwiper .swiper-slide p {
		width: calc(100vw * (306 / 970));
		font-size: calc(100vw * (16 / 970));
	}
	
	.pointsSwiper .swiper-slide .label {
		font-size: calc(100vw * (20 / 970));
	}
	.pointsSwiper .swiper-slide h3 {
		font-size: calc(100vw * (22 / 970));
	}
}
@media only screen and (max-width: 767px) {

	.pointsSwiper .swiper-slide {
		width: calc((100vw * (520 / 730)) + (100vw * (52 / 730)));
		min-width: auto;
	}
	.pointsSwiper .swiper-slide .slide-card {
		padding:calc(100vw * (59 / 730)) 0 calc(100vw * (38 / 730));
		width: calc(100vw * (520 / 730));
	}
	.pointsSwiper .swiper-slide p {
		width: calc(100vw * (447 / 730));
		font-size: calc(100vw * (26 / 730));
	}
	.pointsSwiper .swiper-slide .label {
		font-size: calc(100vw * (24 / 730));
	}
	.pointsSwiper .swiper-slide h3 {
		font-size: calc(100vw * (32 / 730));
	}

	.points-slide .swiper-button-next,
	.points-slide .swiper-button-prev {
		display: block !important;
		top: 45%;
		transform: translateY(-50%);
		margin-top: 0;
	}

	.points-slide .swiper-button-prev {
		left: calc(100vw * (30 / 730));
	}
	.points-slide .swiper-button-next {
		right: calc(100vw * (30 / 730));
	}

	.points-slide .swiper-button-next,
	.points-slide .swiper-button-prev {
		display: block !important;
	}
	
}

/* management-content
----------------------------------------------------------------*/

#management-content {
	background-color: #f5eedf;
}
#management-content .outer {
	overflow: hidden;
}
.property-management {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 145px;
	position: relative;
}
.management-wrap-flex {
	display: flex;
	padding-bottom: 110px;
}
.management-wrap-flex .text-wrap p {
	font-size: 19px;
	line-height: 1.8;
}
.property-management .text-wrap {
	width: 520px;
	position: relative;
	z-index: 1;
}
.property-management .text-wrap h3 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f18700;
	margin-bottom: 35px;
}
.property-management .text-wrap h3 span.en {
	font-size: 28px;
	color: #f18700;
}
.property-management .text-wrap h3 span.ja {
	font-size: 40px;
	color: #f9b700;
}
.property-management .text-wrap p {
	font-size: 19px;
	line-height: 1.8;
}
.property-management .image-wrap {
	width: 777px;
	position: absolute;
	top: 0;
	left: 668px;
	z-index: 0;
}

@media only screen and (max-width: 1024px) {
	.property-management {
		width: calc(100vw * (970 / 1024));
		padding-top: calc(100vw * (145 / 1024));
	}
	.management-wrap-flex {
		padding-bottom: calc(100vw * (110 / 1024));
	}
	.property-management .text-wrap {
		width: calc(100vw * (520 / 1024));
	}
	.property-management .text-wrap h3 {
		padding-top: calc(100vw * (16 / 1024));
		padding-bottom: calc(100vw * (25 / 1024));
		margin-bottom: calc(100vw * (35 / 1024));
	}
	
	.property-management .text-wrap h3 span.en {
		font-size: calc(100vw * (24 / 1024));
	}
	.property-management .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 1024));
	}
	
	.property-management .text-wrap p {
		font-size: calc(100vw * (19 / 1024));
	}
	
	.property-management .image-wrap {
		width: calc(100vw * (777 / 1024));
		left: calc(100vw * (668 / 1024));
	}
	.property-management .image-wrap img {
		width: calc(100vw * (777 / 1024));
	}
}

@media only screen and (max-width: 767px) {
	.property-management {
		width: 100%;
		padding-top: 0;
	}
	.management-wrap-flex {
		flex-direction: column-reverse;
		padding-bottom: calc(100vw * (110 / 730));
	}
	.property-management .image-wrap {
		width: 100%;
		position: static;
	}
	.property-management .image-wrap img {
		width: 100%;
	}
	
	.property-management .text-wrap {
		width: calc(100vw * (600 / 730));
		margin-left: auto;
		margin-right: auto;
	}
	
	.property-management .text-wrap h3 {
		padding-top: calc(100vw * (70 / 730));
		padding-bottom: calc(100vw * (30 / 730));
		margin-bottom: calc(100vw * (40 / 730));
		text-align: center;
	}
	
	.property-management .text-wrap h3 span.en {
		font-size: calc(100vw * (31 / 730));
		padding-bottom: calc(100vw * (20 / 730));
	}
	.property-management .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 730));
	}
	
	.property-management .text-wrap p {
		font-size: calc(100vw * (25 / 730));
	}
	
}


.management-item-flex {
	display: flex;
	justify-content: space-between;
	gap: 56px 37px;
	flex-wrap: wrap;
	
	padding-bottom: 130px;
}
.management-item {
	width: 298px;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.management-item h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	padding: 1em;
}
.property-management .management-item h4 {
	background-color: #f18700;
}
.management-item p {
	font-size: 17px;
	padding: 1.2em;
	margin: 0;
	line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
	.management-item-flex {
		gap: calc(100vw * (56 / 1024)) calc(100vw * (37 / 1024));
		padding-bottom: calc(100vw * (130 / 1024));
	}
	.management-item {
		width: calc(100vw * (298 / 1024));
		border-radius: calc(100vw * (20 / 1024));
	}
	.management-item h4 {
		font-size: calc(100vw * (22 / 1024));
	}
	.management-item p {
		font-size: calc(100vw * (17 / 1024));
	}

}

@media only screen and (max-width: 767px) {
	.management-item-flex {
		flex-direction: column;
		align-items: center;
		gap: 56px 37px;
		padding-bottom: 130px;
	}
	.management-item {
		width: calc(100vw * (600 / 730));
		border-radius: calc(100vw * (20 / 730));
	}
	.management-item h4 {
		font-size: calc(100vw * (32 / 730));
	}
	.management-item p {
		font-size: calc(100vw * (24 / 730));
	}
	
}


.buildings-management {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 145px;
	position: relative;
}
.buildings-management .management-wrap-flex {
	flex-direction: row-reverse;
}
.buildings-management .text-wrap {
	width: 520px;
	position: relative;
	z-index: 1;
}
.buildings-management .text-wrap h3 {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	padding-bottom: 25px;
	border-bottom: 1px solid #3a8b53;
	margin-bottom: 35px;
}
.buildings-management .text-wrap h3 span.en {
	font-size: 28px;
	color: #00a37a;
}
.buildings-management .text-wrap h3 span.ja {
	font-size: 40px;
	color: #00a895;
}
.property-management .text-wrap p {
	line-height: 1.8;
}
.buildings-management .image-wrap {
	width: 777px;
	position: absolute;
	top: 0;
	right: 668px;
	z-index: 0;
}
.buildings-management .management-item h4 {
	background-color: #00a895;
}

@media only screen and (max-width: 1024px) {
	.buildings-management {
		width: calc(100vw * (970 / 1024));
		padding-top: calc(100vw * (145 / 1024));
	}
	.buildings-management .text-wrap {
		width: calc(100vw * (520 / 1024));
	}
	.buildings-management .text-wrap h3 {
		padding-top: calc(100vw * (16 / 1024));
		padding-bottom: calc(100vw * (25 / 1024));
		margin-bottom: calc(100vw * (35 / 1024));
	}
	.buildings-management .text-wrap h3 span.en {
		font-size: calc(100vw * (28 / 1024));
	}
	.buildings-management .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 1024));
	}
	.buildings-management .image-wrap {
		width: calc(100vw * (777 / 1024));
		right: calc(100vw * (668 / 1024));
	}
	.buildings-management .image-wrap img {
		width: calc(100vw * (777 / 1024));
	}
}
@media only screen and (max-width: 767px) {
	.buildings-management {
		width: 100%;
		padding-top: 0;
	}
	.buildings-management .management-wrap-flex {
		flex-direction: column-reverse;
		padding-bottom: calc(100vw * (110 / 730));
	}
	.buildings-management .image-wrap {
		width: 100%;
		position: static;
	}
	.buildings-management .image-wrap img {
		width: 100%;
	}
	
	.buildings-management .text-wrap {
		width: calc(100vw * (600 / 730));
		margin-left: auto;
		margin-right: auto;
	}
	.buildings-management .text-wrap h3 {
		padding-top: calc(100vw * (70 / 730));
		padding-bottom: calc(100vw * (30 / 730));
		margin-bottom: calc(100vw * (40 / 730));
		text-align: center;
	}
	
	.buildings-management .text-wrap h3 span.en {
		font-size: calc(100vw * (31 / 730));
		padding-bottom: calc(100vw * (20 / 730));
	}
	.buildings-management .text-wrap h3 span.ja {
		font-size: calc(100vw * (40 / 730));
	}
	
	.buildings-management .text-wrap p {
		font-size: calc(100vw * (25 / 730));
	}
	
}

/* contact
----------------------------------------------------------------*/

#contact {
	background-image: url('../rent/bg_rent.svg');
	background-size: cover;
	background-position: center center;
	color: #fff;
}
.contact-wrap-flex {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
}
.contact-wrap-flex .text-wrap {
	width: 716px;
}
.contact-wrap-flex .text-wrap h3 {
	margin: 0;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	font-size: 36px;
	border-bottom: 1px solid #fff;
}
.contact-wrap-flex .text-wrap p {
	font-size: 18px;
	line-height: 1.6;
}
.contact-wrap img {
	width: 166px;
}

@media only screen and (max-width: 1024px) {
	.contact-wrap-flex {
		width: calc(100vw * (970 / 1024));
		padding: calc(100vw * (40 / 1024)) 0;
	}
	.contact-wrap-flex .text-wrap {
		width: calc(100vw * (716 / 1024));
	}
	.contact-wrap-flex .text-wrap h3 {
		font-size: calc(100vw * (36 / 1024));
	}
	.contact-wrap-flex .text-wrap p {
		font-size: calc(100vw * (18 / 1024));
	}
	.contact-wrap img {
		width: calc(100vw * (166 / 1024));
	}
}

@media only screen and (max-width: 767px) {
	#contact {
		background-image: url('../rent/bg_rent-sp.svg');
		padding-top: calc(100vw * (50 / 730));
		padding-bottom: calc(100vw * (50 / 730));
	}
	.contact-wrap-flex {
		flex-direction: column;
	}
	
	.contact-wrap-flex .text-wrap {
		width: calc(100vw * (600 / 730));
		margin-left: auto;
		margin-right: auto;
	}
	.contact-wrap-flex .text-wrap h3 {
		font-size: calc(100vw * (40 / 730));
	}
	.contact-wrap-flex .text-wrap p {
		font-size: calc(100vw * (24 / 730));
	}
	.contact-wrap {
		width: calc(100vw * (600 / 730));
		margin-left: auto;
		margin-right: auto;
		margin-top: calc(100vw * (15 / 730));
	}
	.contact-wrap img {
		width: calc(100vw * (600 / 730));
	}
}