@charset "utf-8";

.lower_fv {
	background-image: url("../img/concept_fv.jpg");
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	.lower_fv {
		background-image: url("../img/concept_fv_sp.jpg");
	}
}



#concept {
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}



#lead {
	max-width: 1215px;
	padding: 60px 20px 120px;
	margin-inline: auto;
}
#lead h2 {
	margin-bottom: 20px;
	font-size: var(--text-title);
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#lead h2 + p {
	margin-bottom: 60px;
	font-size: var(--text-base);
	text-align: center;
}
#lead section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: calc(7500% / 1175);
}
#lead section:not(:first-child) {
	margin-top: 80px;
}
#lead .img {
	width: calc(60000% / 1175);
}
#lead .img img {
	width: 100%;
}
#lead .content {
	width: calc(50000% / 1175);
}
#lead .ttl {
}
#lead .ttl .en {
	color: var(--beige);
	line-height: 1;
}
#lead h3 {
	margin-top: 30px;
	font-size: var(--text-title);
	font-weight: bold;
	line-height: 2;
}
#lead p {
}
#lead section:nth-child(2n) .img {
	order: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#lead {
		padding-bottom: 60px;
	}
	#lead h2 + p {
		margin-bottom: 30px;
	}
	#lead section {
		display: block;
	}
	#lead section:not(:first-child) {
		margin-top: 30px;
	}
	#lead .img {
		width: 100%;
	}
	#lead .content {
		width: 100%;
		margin-top: 30px;
	}
	#lead h3 {
		margin-top: 10px;
	}
}



#merit {
}
#merit h2 {
	position: relative;
	text-align: center;
}
#merit h2 img {
}
#merit h2 span {
	position: absolute;
	inset: 0;
	display: block;
	width: fit-content;
	height: fit-content;
	margin: auto;
	font-size: 30px;
	font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#merit h2 span {
		font-size: 25px;
	}
}


#merit .cost {
	margin-top: 60px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--gray-eee);
}
#merit .cost .inner {
	max-width: 980px;
	padding-inline: 20px;
	margin-inline: auto;
}
#merit .cost .ttl {
	text-align: center;
}
#merit .cost .ttl .en {
	color: var(--beige);
	line-height: 1;
}
#merit .cost h3 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: bold;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
}

#merit .cost .desc {
	margin-top: 30px;
}
#merit .cost .desc ul {
	display: flex;
	gap: 20px;
}
#merit .cost .desc li {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	padding: 35px 15px;
	background-color: #fff;
	border: 1px solid;
	box-shadow: 4px 4px 0 #fff;
}
#merit .cost .desc .img {
}
#merit .cost .desc .img img {
}
#merit .cost .desc p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#merit .cost .desc {
		margin-top: 20px;
	}
	#merit .cost .desc ul {
		flex-direction: column;
		gap: 10px;
		max-width: 300px;
		margin-inline: auto;
	}
}

#merit .cost .content {
	position: relative;
	max-width: 980px;
	margin-top: 30px;
	margin-inline: auto;
}
#merit .cost .content .table_wrapper {
}
#merit .cost .content table {
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: var(--yu-gothic);
}
#merit .cost .content tr {
}
#merit .cost .content th,
#merit .cost .content td {
	height: 60px;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 13px;
}
#merit .cost .content th {
	color: var(--beige);
	line-height: 1;
}
#merit .cost .content th span {
	display: inline-block;
	margin-top: 5px;
	font-size: 11px;
	line-height: 1.4;
}
#merit .cost .content td {
}
#merit .cost .content td:last-child {
	font-weight: bold;
}
#merit .cost .content tr:first-child th {
	height: 40px;
	background-color: #F5F5F5;
}
#merit .cost .content tr:first-child th:nth-child(2) {
	color: var(--black);
}
#merit .cost .content tr:first-child th:nth-child(3) {
	font-size: 19px;
	font-weight: bold;
	font-family: var(--gothic);
}
#merit .cost .content tr:last-child td:nth-child(2) {
	font-size: 20px;
}
#merit .cost .content tr:last-child td:nth-child(3) {
	color: var(--btn-orange-hover);
	font-size: 28px;
}
#merit .cost .content .note {
	margin-top: 5px;
	font-size: 13px;
}
#merit .cost .content .otoku {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	width: 135px;
	aspect-ratio: 1;
	background-color: #fff;
	border: 2px solid var(--btn-orange-hover);
	border-radius: 50%;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
html[lang="en"] #merit .cost .content .otoku {
	right: -80px;
	bottom: -60px;
	width: 200px;
	height: 150px;
	font-size: 20px;
}
#merit .cost .content .otoku span {
	color: var(--btn-orange-hover);
	font-size: 46px;
}
html[lang="en"] #merit .cost .content .otoku span {
	font-size: 35px;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#merit .cost .content .note {
		text-align: right;
	}
	#merit .cost .content .otoku {
		position: static;
		display: block;
		width: 100%;
		aspect-ratio: auto;
		padding: 5px;
		margin-top: 30px;
		border-radius: 6px;
		font-size: 20px;
	}
	html[lang="en"] #merit .cost .content .otoku {
		width: 100%;
		height: auto;
		font-size: 18px;
	}
	#merit .cost .content .otoku span {
		font-size: 42px;
	}
	html[lang="en"] #merit .cost .content .otoku span {
		font-size: 32px;
	}
	html:not([lang="en"]) #merit .cost .content .otoku br {
		display: none;
	}
}


#merit .merit {
	padding-top: 100px;
	padding-bottom: 100px;
}
#merit .merit .inner {
	max-width: 1360px;
	padding-inline: 20px;
	margin-inline: auto;
}
#merit .merit .ttl {
	text-align: center;
}
#merit .merit .ttl .en {
	color: var(--beige);
	line-height: 1;
}
#merit .merit h3 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: bold;
}
#merit .merit .content {
	margin-top: 50px;
}
#merit .merit ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
#merit .merit li {
	padding: 20px;
	border: 1px solid;
}
#merit .merit li img {
	width: 100%;
}
#merit .merit li .subttl {
	margin-top: 30px;
	font-size: var(--text-merit-title);
	font-weight: bold;
	line-height: 1.4;
}
#merit .merit li p {
	margin-top: 20px;
	line-height: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#merit .merit {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#merit .merit .content {
		margin-top: 30px;
	}
	#merit .merit ul {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#merit .merit li .subttl {
		margin-top: 20px;
	}
	#merit .merit li p {
		margin-top: 10px;
	}
}


#merit .point {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--gray-eee);
}
#merit .point .inner {
	max-width: 1260px;
	padding: 0 20px;
	margin-inline: auto;
}
#merit .point .ttl {
	text-align: center;
}
#merit .point .ttl .en {
	color: var(--beige);
	line-height: 1;
}
#merit .point h3 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: bold;
}
#merit .point .content {
	margin-top: 50px;
}
#merit .point ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 40px;
}
#merit .point li {
}
#merit .point li img {
	width: 100%;
}
#merit .point li .subttl {
	margin-top: 30px;
	font-size: var(--text-merit-title);
	font-weight: bold;
	line-height: 1.4;
}
#merit .point li p {
	margin-top: 20px;
	line-height: 2;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
	#merit .point {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#merit .point .content {
		margin-top: 30px;
	}
	#merit .point ul {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	#merit .point li .subttl {
		margin-top: 20px;
	}
	#merit .point li p {
		margin-top: 10px;
	}
}



#share_house {
	padding-top: 100px;
	padding-bottom: 120px;
}
#share_house .inner {
	position: relative;
	max-width: 1160px;
	padding-inline: 20px;
	margin-inline: auto;
}
#share_house .header {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 2;
	max-width: 480px;
}
#share_house .ttl {
}
#share_house .ttl .en {
	color: var(--beige);
	line-height: 1;
}
#share_house h2 {
	margin-top: 20px;
	font-size: var(--text-title);
	font-weight: bold;
}
#share_house .header p {
	margin-top: 10px;
	line-height: 2;
}
#share_house .content {
	position: relative;
	z-index: 1;
	padding-top: 70px;
}
#share_house .content .img {
	display: none;
}
#share_house ul {
	position: relative;
	margin-left: auto;
	max-width: 990px;
	height: 760px;
	background-image: url("../img/concept_map.png");
	background-position: left top;
	background-repeat: no-repeat;
}
#share_house li {
	position: absolute;
	left: 0;
}
#share_house li:nth-child(1) {
	bottom: 414px;
}
#share_house li:nth-child(2) {
	bottom: 276px;
}
#share_house li:nth-child(3) {
	bottom: 138px;
}
#share_house li:nth-child(4) {
	bottom: 0;
}
#share_house li a {
	position: relative;
	display: block;
	width: 400px;
	padding: 20px 50px 20px 40px;
	border: 1px solid var(--beige);
	border-radius: 200px;
	background-color: #fff;
}
#share_house li a::after {
	content: '';
	position: absolute;
	right: 50px;
	bottom: 35px;
	display: block;
	width: 19px;
	height: 14px;
	background: url(../img/navi_arrow.svg) no-repeat;
	transition: all ease 0.3s;
}
#share_house li a:hover::after {
	translate: 10px;
}
#share_house li svg {
	position: absolute;
	left: 0;
	top: 0;
}
#share_house li .area {
	line-height: 1;
}
#share_house li .top {
	font-weight: bold;
}
#share_house li .pref {
}
#share_house li .coming_soon {
	position: absolute;
	left: 150px;
	width: max-content;
	padding: 0 3px;
	margin-left: 15px;
	background-color: #FFEB79;
	font-size: var(--text-base);
	font-weight: bold;
	font-family: var(--yu-gothic);
	line-height: 1.5;
	letter-spacing: 0;
}
html[lang="en"] #share_house li .coming_soon {
	left: 180px;
}
#share_house li p {
	width: 275px;
	margin-top: 8px;
	line-height: 1.5;
	letter-spacing: 0;
}
@media (max-width: 959px) {
	#share_house ul {
		height: 560px;
		background-size: auto 100%;
		background-position: left 100px top;
	}
	#share_house li:nth-child(1) {
		bottom: 303px;
	}
	#share_house li:nth-child(2) {
		bottom: 202px;
	}
	#share_house li:nth-child(3) {
		bottom: 101px;
	}
	#share_house li:nth-child(4) {
		bottom: 0px;
	}
	#share_house li a {
		width: 350px;
		padding: 10px 40px 10px 30px;
	}
	#share_house li a::after {
		right: 40px;
		bottom: 15px;
	}
	#share_house li svg {
		left: -10px;
		top: -10px;
	}
	#share_house li p {
		width: 250px;
	}
}
@media (max-width: 699px) {
	#share_house .header {
		position: static;
	}
	#share_house .content .img {
		display: block;
		text-align: center;
	}
	#share_house .content .img img {
		max-width: 100%;
		width: 339px;
	}
	#share_house ul {
		height: auto;
		margin-top: 30px;
		background-image: none;
	}
	#share_house li {
		position: static;
		margin-top: 10px;
	}
	#share_house li a {
		width: 100%;
		margin-inline: auto;
		padding: 20px 50px 20px 40px;
	}
	#share_house li svg {
		left: 0;
		top: -10px;
	}
}
@media (max-width: 599px) {
}
@media (max-width: 519px) {
	#share_house li .coming_soon {
		left: auto;
		right: -10px;
		top: 5px;
		/*margin-left: 15px;*/
		padding: 5px 5px 2px;
		line-height: 1.2;
	}
	html[lang="en"] #share_house li .coming_soon {
		left: auto;
		top: -10px;
	}
}