/* ------------------------------------------------------------
Business
---------------------------------------------------------------*/
/* -- Value ---------------------------------------------------*/
.sec-value {
	background-image: url("../images/business/bg-value.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 170px;
}
.sec-value-flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.value-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	max-width: 650px;
	gap: 50px;
}
.value-contents-ttl {
	width: 100%;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}

@media screen and (max-width: 999px) {
	.sec-value {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.sec-value-flex {
		justify-content: flex-start;
		flex-flow: column;
		gap: 30px;
	}
	.value-contents {
		gap: 30px;
	}
	.value-contents-ttl {
		font-size: 34px;
	}
}

/* -- Value Desc -----------------------------------------------*/
.sec-value-desc {
	padding-top: 42px;
	padding-bottom: 74px;
}
.value-desc-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 10px;
	max-width: 624px;
	margin: 0 auto;
}
.value-desc-contents-ttl {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: var(--fw-semibold);
	letter-spacing: 0;
}
.value-desc-anim-wrapper {
	width: 100%;
	max-width: 624px;
	height: auto;
	aspect-ratio: 624 / 596;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 47px;
}
.value-desc-anim-wrapper > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}

.value-desc-anim-1 {
	transition-delay: 0.5s !important;
}
.value-desc-anim-2 {
	transition-delay: 1.5s !important;
}
.value-desc-anim-3 {
	transition-delay: 2s !important;
}
@media screen and (max-width: 999px) {
	.value-desc-contents {
		gap: 30px;
	}
	.value-desc-contents-ttl {
		font-size: 24px;
	}
	.value-desc-anim-wrapper {
		margin-bottom: 0px;
	}
}

/* -- About -----------------------------------------------*/

.sec-about {
	padding-top: 128px;
	padding-bottom: 128px;
}

.sec-about-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.about-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 30px;
}

.about-contents-ttl {
	width: 100%;
	text-align: center;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}
.about-contents-img {
	width: 100%;
	max-width: 796px;
	height: auto;
	aspect-ratio: 796 / 307;
}

@media screen and (max-width: 999px) {
	.sec-about {
		padding-top: 47px;
		padding-bottom: 70px;
	}

	.sec-about-cont {
		gap: 30px;
	}

	.about-contents-ttl {
		font-size: 34px;
	}
}

/* -- Idea -----------------------------------------------*/
.sec-idea {
	padding-top: 150px;
	padding-bottom: 190px;
}
.sec-idea-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
}
.sec-idea-flex {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 6.71%;
	padding-left: 6.71%;
}
.idea-anim-wrapper {
	width: 100%;
	max-width: 440px;
	height: auto;
	aspect-ratio: 440 / 396;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
}
.idea-anim-wrapper > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute;
}

.idea-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
}

.idea-contents-ttl {
	width: 100%;
	text-align: left;
	font-size: 50px;
	letter-spacing: 0;
	font-weight: var(--fw-semibold);
}

.idea-desc-anim-1 {
	transition-delay: 0.5s !important;
}
.idea-desc-anim-2 {
	transition-delay: 1.5s !important;
}
.idea-desc-anim-3 {
	transition-delay: 2s !important;
}

@media screen and (max-width: 999px) {
	.sec-idea {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.sec-idea-flex {
		flex-flow: column;
		align-items: center;
		gap: 30px;
		padding: 0;
		justify-content: flex-start;
	}

	.idea-contents {
		gap: 30px;
	}

	.idea-contents-ttl {
		font-size: 34px;
	}
}

@media screen and (max-width: 768px) {
	.idea-contents-ttl {
		font-size: 28px;
	}
}

/* ------------------------------------------------------------
Our Service
---------------------------------------------------------------*/
#page_real-estate-sales .sec-lower-heading::before {
	content: "";
	width: 50%;
	max-width: 720px;
	height: auto;
	aspect-ratio: 720 / 837;
	position: absolute;
	background-image: url("../images/ourservice/img-heading-real-estate-sales.webp");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	right: 0;
	top: 0;
}
#page_real-estate-sales .lower-heading-flex {
	width: calc(50% - 50px);
	position: relative;
}
#page_real-estate-sales .breadcrumbs-box {
	position: absolute;
	right: 50px;
	bottom: 0;
}

#page_real-estate-sales .lower-sec {
	padding-inline: 3.472%;
}

.os-flex {
	width: 100%;
	display: flex;
	padding-inline: 7.462%;
	align-items: flex-start;
	justify-content: space-between;
	gap: 2.98%;
}

.os-bg-group-wh {
	width: 100%;
	background: var(--c-white);
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	color: var(--c-bk);
	padding-block: 100px;
}

.sec-os-about {
	z-index: 20;
}
.sec-os-about .c-txt-sm {
	color: var(--c-bk);
}
.sec-os-about .os-flex > .ttl-box {
	width: 48.24%;
	flex-shrink: 0;
	max-width: 550px;
	gap: 30px;
}
.sec-os-about .os-flex > .c-txt-sm {
	width: 100%;
	padding-top: 48px;
}

.os-about-str-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
}
.os-about-str-list > li {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: var(--c-light);
	padding: 16px 30px;
	color: var(--c-primary);
	font-size: 20px;
	line-height: 1.5;
	font-weight: var(--fw-semibold);
}

.os-about-img-loop-carousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 220px;
	pointer-events: none;
	user-select: none;
	margin-bottom: 50px;
}

.os-about-img-loop-carousel-item {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 1770px;
	height: 100%;
	gap: 30px;
	animation: slide 40s linear infinite;
}

.os-about-img-loop-carousel-item-img {
	width: 330px;
	aspect-ratio: 330 / 220;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}

.os-about-img-loop-carousel-item-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.sec-os-issues {
	background: var(--c-primary);
	margin-block: -100px;
	padding-block: 200px;
}

.sec-os-issues .os-flex > .ttl-box {
	width: 48.24%;
	flex-shrink: 0;
	max-width: 550px;
	gap: 30px;
}
.os-issues-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
}
.os-issues-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	border-radius: 5px;
	background: var(--c-white);
	overflow: hidden;
	position: relative;
}
.os-issues-list-item > figure {
	width: 100%;
	aspect-ratio: 550 / 170;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
}
.os-issues-list-item > figure::after {
	content: "";
	width: 100%;
	height: 41.17%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	background: linear-gradient(0deg, rgb(0 0 0 / 51%), transparent);
}
.os-issues-list-item > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ili-num {
	position: absolute;
	right: 16px;
	bottom: 17px;
	z-index: 10;
	display: flex;
	justify-content: flex-end;
	gap: 7px;
	align-items: flex-end;
	line-height: 1;
	font-weight: var(--fw-reg);
}
.ili-num > span {
	font-size: 24px;
	font-family: var(--font-garamond);
	letter-spacing: -0.025em;
}
.ili-num > strong {
	font-size: 40px;
	letter-spacing: -0.05em;
}

.os-issues-list-item > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 20px;
	gap: 10px;
	min-height: 130px;
}

.os-issues-list-item > div > h4 {
	width: 100%;
	font-size: 20px;
	color: var(--c-primary);
	font-weight: var(--fw-bold);
	letter-spacing: 0;
}
.os-issues-list-item > div > p {
	width: 100%;
	font-size: 16px;
	color: var(--c-bk);
	font-weight: var(--fw-medium);
	letter-spacing: 0;
	font-family: var(--font-nototans);
}

.sec-os-property-survey {
	z-index: 20;
	padding-bottom: 50px;
}
.sec-os-property-survey .os-bg-group-wh {
	padding-block: 50px;
}
.sec-os-property-survey .os-flex {
	padding-inline: 3.472%;
}
.sec-os-sharehouse {
	z-index: 20;
	padding-bottom: 100px;
}
.sec-os-sharehouse .os-bg-group-wh {
	padding-block: 50px;
}
.sec-os-sharehouse .os-flex {
	padding-inline: 3.472%;
}
