/* Home Hero */

#home_hero {
	position: relative;
	width: 100%;
	height: 80vh;
	max-height: 960px;
	overflow: hidden;
}
#home_hero .inner {
	position: relative;
	padding: 0;
	width: 100%;
	height: 100%;
	max-width: 1440px;
}
#home_hero_slides,
#home_hero_slides .splide__track {
	height: 100%;
}
#home_hero_slides {
	padding-right: 16%;
	margin-left: -25px;
}
.home_hero_slide {
	position: relative;
	aspect-ratio: 2293 / 1418;
}
.home_hero_slide_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 960px;
	border-radius: 30px;
	overflow: hidden;
}
.home_hero_slide_image p,
.home_hero_slide_image img {
	width: 100%;
	height: 100%;
	background: #ccc;
	object-fit: cover;
}
.home_hero_slide h2 {
	position: absolute;
	top: 25%;
	left: 10%;
	color: #FFF;
	font-size: 1.3em;
	font-weight: 500;
	writing-mode: vertical-rl;
	line-height: 1.8em;
	letter-spacing: 0.15em;
	z-index: 2;
}
.home_hero_slide h2 span {
	display: block;
	margin-right: 0.3em;
	font-size: 1.76em;
}
.home_hero_slide_desc {
	position: absolute;
	top: 28px;
	right: -35px;
	color: #c0c0c0;
	writing-mode: sideways-rl;
	font-size: 1.05rem;
	letter-spacing: 0.1em;
	z-index: 2;
}
#home_hero_logo {
	position: absolute;
	bottom: 10%;
	right: 8%;
	width: 217px;
}


/* Home Action */

.action_pane {
	float: left;
	position: relative;
	width: 31%;
}
.action_pane:nth-of-type(3n - 1) {
	margin: 0 3.5%;
}
.action_pane a {
	display: block;
	padding: 1.6em;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
	color: #111;
	transition: transform 0.2s, box-shadow 0.2s;
}
.action_pane a:hover {
	transform: translateY(-5px);
}
.action_pane_image {
	margin: 0 auto 1em auto;
	width: 58%;
}
.action_pane h4 {
	font-size: 1.14em;
	font-weight: var(--bold);
	text-align: center;
}
.action_pane.weekend a:before {
	content: '今週末';
	position: absolute;
	top: -15px;
	left: -15px;
	background: var(--main);
	color: #FFF;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.8rem;
	font-weight: bold;
	z-index: 2;
}


/* Home Works */

.home_works_slide {
	position: relative;
	aspect-ratio: 30 / 43;
	border-radius: 20px;
	background: #ccc;
	overflow: hidden;
}
.home_works_slide a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.home_works_image p,
.home_works_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home_works_slide h4 {
	position: absolute;
	bottom: 20px;
	left: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	width: calc(100% - 170px);
	font-size: 0.7em;
	line-height: 1.5em;
	color: #fff;
}
.home_works_slide h5 {
	position: absolute;
	bottom: 20px;
	right: 40px;
	padding: 0.8em 0.5em;
	width: 80px;
	font-size: 0.9em;
	font-weight: var(--bold);
	line-height: 1em;
	text-align: center;
	background: #fff;
	border-radius: 10px;
}


/* Home Concept */

#home_concept {
	position: relative;
	padding-top: 22em;
	background: linear-gradient(135deg, #E6F3FF 0%, #F5F9FF 100%);
}
#home_concept .inner {
	position: relative;
	padding-bottom: 13em;
}
#home_concept_heading {
	float: left;
}
#home_concept_heading h3 {
	margin-bottom: 1.5em;
	font-size: 1.33em;
	font-weight: var(--bold);
	line-height: 1.8em;
	letter-spacing: 0.14em;
}
#home_concept_heading h4 {
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 0.18em;
}
#home_concept_content {
	float: right;
	width: 50%;
}
#home_concept_content h5 {
	font-size: 2.2em;
	margin-bottom: 1.5em;
	letter-spacing: 0.08em;
}
.home_concept_text p {
	font-size: 1.4em;
	line-height: 1.95em;
	letter-spacing: 0.1em;
}
#home_concept_titles {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
}


/* Home Modelhouse */

#home_modelhouse .heading {
	margin-bottom: 5em;
	text-align: center;
}
#home_modelhouse .heading h3 {
	margin: 0 auto 5em auto;
	width: 150px;
}
#home_modelhouse .heading h4 {
	margin-bottom: 1em;
	font-size: 1.33em;
	line-height: 1.8em;
	font-weight: var(--bold);
}
#home_modelhouse .heading p {
	font-size: 0.8em;
}
.home_modelhouse_image {
	float: left;
	width: 48%;
	border-radius: 20px;
	overflow: hidden;
}
.home_modelhouse_image:nth-of-type(even) {
	float: right;
}

/* Home FAQ */

.home_faq_heading_image {
	margin: 0 auto 2.6em auto;
	width: 115px;
}
#home_faq .heading {
	margin-bottom: 7em;
	text-align: center;
}
#home_faq .heading h3 {
	margin-bottom: 1em;
	font-size: 1.67em;
	font-weight: var(--bold);
	line-height: 1.2em;
}
#home_faq .heading h4 {
	font-size: 0.8em;
	font-weight: var(--bold);
}