@charset "utf-8";


body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

.l-main * {
	font-family: "Zen Maru Gothic", sans-serif;
}

#contents,
.l-main {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 0;
}

#contents {
	background: #FAFAFA;
}

.mv__wrap {
	width: 100%;
	height: 450px;
	position: relative;
	background-image: url(../images/mv.webp);
	background-size: cover;
	background-position: center;
}

.mv__wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main__inner {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.mv__city {
	position: absolute;
	top: 40px;
	right: -60px;
	width: 768px;
	height: 504px;
}

[class*="cnt__wrap"] {
	padding-block: 60px;
}

[class*="cnt__inner"] {
	width: 1140px;
	margin: 0 auto;
}

[class*="cnt__ttl"] {
	font-size: 46px;
	font-weight: 700;
	line-height: 1.56;
	color: #231815;
	position: relative;
	z-index: 1;
	padding-top: 39px;
}

.initiatives__ttl .cng__color-b {
	color: #00A0B2;
}

.cng__color-b {
	color: #0062B2;
}

[class*="cnt__en-ttl"] {
	font-size: 120px;
	font-weight: 300;
	line-height: 0.06;
	position: absolute;
	z-index: -1;
}

/*//////// SDGsとは////////*/
.cnt__wrap--about {
	padding: 60px 0 100px;
}

.cnt__ttl--about {
	margin-bottom: 32px;
}

.about__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.8px;
	margin-bottom: 50px;
}

/*//////// 私たちの想い////////*/
.cnt__wrap--philosophy {
	background-color: #E2F1FA;
	padding: 100px 0 100px;
}

.cnt__ttl--philosophy .cnt__en-ttl--philosophy {
	color: #fff;
	left: 30px;
	top: 30px;
}

.cnt__ttl--philosophy {
	margin-bottom: 33px;
}

.cnt__inner--philosophy {
	display: flex;
	align-items: center;
	gap: 0 40px;
}

.philosophy__text__wrap {
	width: 590px;
}

.philosophy__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.8px;
}

.philosophy__text:first-child {
	margin-bottom: 14px;
}

/*//////// 弊社の取り組み ////////*/
.cnt__wrap--initiatives {
	padding: 60px 0 100px;
}

.cnt__ttl--initiatives {
	margin-bottom: 35px;
}

.cnt__en-ttl--initiatives {
	color: #E2F1FA;
	left: 30px;
	top: 30px;
}

.initiatives__list {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.initiatives__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 600px;
}

.initiatives__item:nth-of-type(odd) {
	margin-left: auto;
}

.initiatives__item:nth-of-type(even) {
	margin-right: auto;
}

.initiatives__item:nth-of-type(odd) .initiatives__img {
	left: -925px;
}

.initiatives__item:nth-of-type(even) .initiatives__img {
	right: -923px;
}

.initiatives__item--reverse {
	flex-direction: row-reverse;
}

.initiatives__img {
	width: 864px;
	height: 600px;
	position: absolute;
}

.initiatives__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.initiatives__content {
	width: 606px;
	position: relative;
	margin-bottom: 10px;
}

.initiatives__num {
	font-size: 56px;
	font-weight: 500;
	color: #AEE2EC;
	line-height: 1;
	display: block;
	margin-bottom: 6px;
	letter-spacing: 5.6px;
}

.initiatives__ttl {
	font-size: 26px;
	font-weight: 700;
	color: #231815;
	line-height: 1.5;
	margin-bottom: 28px;
}

.initiatives__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	color: #231815;
	letter-spacing: 0.8px;
}

.initiatives__text:not(:last-child) {
	margin-bottom: 14px;
}

.initiatives__icon-list {
	display: flex;
	gap: 10px;
	margin-top: 36px;
}

.initiatives__icon-list li {
	width: 140px;
	height: 140px;
}

/*//////// 各種ご相談 ////////*/
.cnt__wrap--service {
	background: #C3E4FF;
	padding-bottom: 100px;
}

.cnt__en-ttl--service {
	color: #E2F1FA;
	top: 29px;
	left: 31px;
}

.service__list {
	display: flex;
	flex-wrap: wrap;
	gap: 33px 40px;
	margin-top: 27px;
}

.service__item--sell {
	width: 1140px;
}

.service__item--buy {
	width: 550px;
}

.service__item--rent {
	width: 550px;
}

.service__item--other {
	width: 830px;
}

.service__type {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #0062B2;
	margin-bottom: 18px;
}

.service__item--buy .service__type {
	color: #00A0B2;
}

.service__item--rent .service__type {
	color: #D30D2E;
}

.service__item--other .service__type {
	color: #231815;
}

.service__type::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #0062B2;
	margin-top: 5px;
}

.service__item--buy .service__type::before {
	background: #00A0B2;
}

.service__item--rent .service__type::before {
	background: #D30D2E;
}

.service__item--other .service__type::before {
	background: #231815;
}

.service__type-list {
	display: flex;
	gap: 10px;
}

[class*="service__bt"] {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	width: 220px;
	height: 90px;
	border-radius: 10px;
	background: #FFF;
	border: 2px solid #fff;
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.22);
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #231815;
	transition: .4s;
}

[class*="service__bt"]:hover {
	opacity: 1;
	border: 2px solid #0062B2;
}

.service__item--buy [class*="service__bt"]:hover {
	border: 2px solid #00A0B2;
}

.service__item--rent [class*="service__bt"]:hover {
	border: 2px solid #D30D2E;
}

.service__item--other [class*="service__bt"]:hover {
	border: 2px solid #231815;
}

.service__item--buy [class*="service__bt"],
.service__item--rent [class*="service__bt"] {
	width: 550px;
}

.service__item--other [class*="service__bt"] {
	width: 270px;
}

[class*="service__bt"]::before {
	content: "";
	display: inline-block;
}

.service__bt--housesell::before {
	width: 59px;
	height: 59px;
	background: url(../images/service_icn01.svg) no-repeat center / contain;
}

.service__bt--voluntary-sale::before {
	width: 58px;
	height: 59px;
	background: url(../images/service_icn02.svg) no-repeat center / contain;
}

.service__bt--purchase::before {
	width: 37px;
	height: 59px;
	background: url(../images/service_icn03.svg) no-repeat center / contain;
}

.service__bt--legacy::before {
	width: 37px;
	height: 59px;
	background: url(../images/inheritance-icn.webp) no-repeat center / contain;
}


.service__bt--vacant-house::before {
	width: 56px;
	height: 59px;
	background: url(../images/service_icn04.svg) no-repeat center / contain;
}

.service__bt--buy::before {
	width: 66px;
	height: 59px;
	background: url(../images/service_icn05.svg) no-repeat center / contain;
}

.service__bt--rent::before {
	width: 63px;
	height: 59px;
	background: url(../images/service_icn06.svg) no-repeat center / contain;
}

.service__bt--rectuit::before {
	width: 59px;
	height: 59px;
	background: url(../images/service_icn07.svg) no-repeat center / contain;
}

.service__bt--staff::before {
	width: 53px;
	height: 53px;
	background: url(../images/service_icn08.svg) no-repeat center / contain;
}

.service__bt--sdgs::before {
	width: 37px;
	height: 59px;
	background: url(../images/service_icn09.svg) no-repeat center / contain;
}

.cnt__wrap--service .org-comingsoon__bt {
	pointer-events: none;
	position: relative;
}

.cnt__wrap--service .org-comingsoon__bt::after {
	content: "Coming soon…";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
	color: rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	left: 0px;
	pointer-events: none;
	border-radius: 10px;
	background: rgba(86, 86, 86, 0.8);
}