/* ============================
	top-commitment
============================ */

#top-commitment {
	background:
		url('../images/top/top_bg_01.png') no-repeat top 60px left calc(50% + 500px) / auto,
		url('../images/top/top_bg_02.png') no-repeat top 460px left calc(50% - 100px) / auto;
}

#top-commitment .image-text-item:first-child .img-box {
	width: 60%;
}

#top-commitment .image-text-item:nth-child(2) .img-box {
	width: 40%;
}

#top-commitment .image-text-item:nth-child(3) .img-box {
	width: 35%;
}

#top-commitment .image-text-item .img-box img {
	box-shadow: 0 0 40px rgba(67, 60 ,58, 0.4);
}

#top-commitment .btn {
	margin-top: 60px;
}

@media screen and (min-width: 768px) {
	#top-commitment .image-text-item .img-box {
		margin: 0;
	}

	#top-commitment .image-text-item:first-child .img-box {
		margin-right: -60px;
	}

	#top-commitment .image-text-item:nth-child(3) .txt-box {
		padding-left: 100px;
	}
}

/* ============================
	top-service
============================ */

#top-service .txt-box {
	text-align: center;
	margin-top: 25px;
}

#top-service .item:first-child .img-btn-box::before {
	background-image: url('../images/top/service_img_01.png');
}

#top-service .item:nth-child(2) .img-btn-box::before {
	background-image: url('../images/top/service_img_02.png');
}

#top-service .service-ttl {
	margin: 0;
	line-height: 1;
	font-weight: normal;
}

#top-service .service-ttl .en {
	display: block;
	font-family: "Bellefair", serif;
	font-style: normal;
	font-size: 2.0rem;
	margin-bottom: 20px;
}

#top-service .service-ttl .jp {
	display: block;
	font-size: 3.0rem;
}

@media screen and (max-width: 767px) {
	#top-service .txt-box {
		text-align: left;
	}

	#top-service .service-ttl .en {
		margin-bottom: 15px;
	}

	#top-service .service-ttl .jp {
		font-size: 2.3rem;
	}
}

/* ============================
	top-modelhouse
============================ */

#top-modelhouse .content-box {
	padding-top: 440px;
	position: relative;
}

#top-modelhouse .content-box::before {
	content: '';
	width: calc(100% + ((100vw - 100%) / 2) );
	height: 500px;
	background: url('../images/top/modelhouse_img_01.png') no-repeat center / cover;
	position: absolute;
	top: 0;
	left: 0;
}

#top-modelhouse .content-box .inner {
	background: var(--color-beige);
	padding: 60px 60px 60px 0;
	position: relative;
}

#top-modelhouse .content-box .inner .txt-box {
	display: flex;
	gap: 10px 60px;
	position: relative;
}

#top-modelhouse .content-box .inner .txt-box .sub-ttl {
	flex-shrink: 0;
	margin-bottom: 0;
}

#top-modelhouse .content-box .inner .btn {
	transform: unset;
	margin-right: 0;
}

@media screen and (max-width: 767px) {
	#top-modelhouse .content-box {
		padding-top: 240px;
	}

	#top-modelhouse .content-box::before {
		width: 100%;
		height: 300px;
	}

	#top-modelhouse .content-box .inner {
		margin: 0 15px;
		padding: 30px 20px;
	}

	#top-modelhouse .content-box .inner .txt-box {
		flex-direction: column;
	}

	#top-modelhouse .content-box .inner .txt-box > * {
		width: 100%;
	}
}

/* ============================
	top-architectual
============================ */

#top-architectual .txt-box .btn {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	#top-architectual .img-box {
		width: 47%;
		margin-right: -60px;
	}
}


/* ============================
	top-company
============================ */

@media screen and (min-width: 768px) {
	#top-company .image-text-item {
		align-items: flex-start;
	}

	#top-company .image-text-item .img-box {
		width: 50%;
	}
}


/* ============================
	top-news
============================ */

#top-news .news-wrap {
	display: flex;
	flex-wrap: nowrap;
}

#top-news .news-wrap {
	column-gap: 80px;
}

@media screen and (min-width: 768px) {
	#top-news .content-box {
		margin: 0;
		flex-grow: 1;
	}

	#top-news .head-box {
		width: 200px;
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	#top-news .news-wrap {
		flex-direction: column;
	}
}














