@charset "UTF-8";
:root {
	--color-rd: #820000;
	--color-grey1: #555555;
	--color-brw: #a38a77;
	--color-brw2: #a48b78;
	--color-pl: #8e647e;
	--color-wh: #fff;
	--color-bk: #333;
	--color-bk2: #323232;
	--color-bk3: #000000;
	--font-goc: "游ゴシック", "Yu Gothic", YuGothic, "游ゴシック体", "Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	--font-min: "fot-tsukuaoldmin-pr6n", sans-serif;
	--font-forum: "Forum", "Noto Serif JP", serif;
}
body.is-popup-open {
  overflow: hidden;
}

.p-investment {
	font-family: var(--font-min);
	background-color: var(--color-wh);
}
.p-investment .c-cta ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	gap: clamp(2rem, 1.6rem + 1.25vw, 4rem) clamp(3rem, 2.4rem + 1.875vw, 6rem);
	max-width: 1200px;
	width: 90%;
	margin-inline: auto;
}
@media screen and (max-width: 1000px) {
	.p-investment .c-cta ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px;
	}
}
.p-investment .c-cta ul li {
	width: 100%;
	max-width: 575px;
}
@media screen and (max-width: 767px) {
	.p-investment .c-cta ul li {
		width: 90%;
	}
}
.p-investment .c-cta ul li:nth-child(3) {
	grid-column: 1/-1; /* 1列目〜最終列まで占有(=2列分の幅を確保) */
	justify-self: center; /* その確保した幅の中でコンテンツ幅ぶんだけ中央寄せ */
}
.p-investment .c-cta ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.4rem, 1.12rem + 0.875vw, 2.8rem);
	height: clamp(4rem, 3.2rem + 2.5vw, 8rem);
	position: relative;
}
.p-investment .c-cta ul li a:after {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid rgba(255, 255, 255, 0.4);
	top: 5px;
	left: 5px;
	position: absolute;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.p-investment .c-cta ul li a:after {
		width: calc(100% - 5px);
		height: calc(100% - 5px);
		top: 2.5px;
		left: 2.5px;
	}
}
.p-investment .c-cta.-bgs ul li .c-btn--tertiary {
	background-color: rgba(255, 255, 255, 0.6);
	color: var(--color-bk);
}
.p-investment .c-cta.-bgs ul li .c-btn--tertiary:after {
	display: none;
}
.p-investment .c-btn--primary {
	background: radial-gradient(ellipse at center, rgb(189, 130, 105) 0%, rgb(152, 65, 42) 50%, rgb(134, 29, 15) 100%);
	color: var(--color-wh);
}
.p-investment .c-btn--secondary {
	background: radial-gradient(ellipse at center, rgb(117, 144, 152) 0%, rgb(59, 94, 102) 50%, rgb(7, 51, 56) 100%);
	color: var(--color-wh);
}
.p-investment .c-btn--tertiary {
	border: 1px solid;
	border: 1px solid var(--color-grey1);
}
.p-investment .c-bnr {
	width: 90%;
	max-width: 1200px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-investment .c-bnr {
		width: 80%;
	}
}
.p-investment .c-bnr a {
	display: grid;
	grid-template-columns: 1fr 60%;
	grid-template-rows: max-content max-content;
	background: linear-gradient(to right, rgb(84, 111, 125) 0%, rgb(11, 51, 65) 50%, rgb(0, 0, 52) 100%);
	padding: clamp(1.5rem, 1.4rem + 0.3125vw, 2rem);
	color: var(--color-wh);
}
@media screen and (max-width: 767px) {
	.p-investment .c-bnr a {
		display: flex;
		flex-direction: column;
	}
}
.p-investment .c-bnr a span {
	grid-column: 1;
	grid-row: 1;
	font-size: clamp(1.4rem, 1.08rem + 1vw, 3rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
	text-align: center;
	margin-block: clamp(1rem, 0.6rem + 1.25vw, 3rem);
	margin-block: auto 30px;
}
@media screen and (max-width: 767px) {
	.p-investment .c-bnr a span {
		margin-block-start: 0;
	}
}
.p-investment .c-bnr a ul {
	grid-column: 1;
	grid-row: 2;
	width: 90%;
	max-width: 340px;
	margin-inline: auto;
	display: flex;
	flex-direction: column;
	gap: clamp(0.7rem, 0.58rem + 0.375vw, 1.3rem);
}
@media screen and (max-width: 767px) {
	.p-investment .c-bnr a ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
		gap: 5px;
		margin-block-start: 10px;
	}
}
.p-investment .c-bnr a ul li {
	font-size: clamp(1.1rem, 0.76rem + 1.0625vw, 2.8rem);
	background-color: rgba(255, 255, 255, 0.3);
	text-align: center;
	padding-block: clamp(0.5rem, 0.3rem + 0.625vw, 1.5rem);
}
.p-investment .c-bnr a figure {
	grid-row: 1/-1;
	grid-column: 2;
}
.p-investment .c-bnr a figure .caption {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4);
}
.p-investment .c-section {
	position: relative;
}
.p-investment .c-section:before {
	content: "";
	width: 1px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: -75px;
	background-color: var(--color-brw2);
}
@media screen and (max-width: 767px) {
	.p-investment .c-section:before {
		height: 60px;
		top: -30px;
	}
}
.p-investment .c-heading {
	text-align: center;
	padding-block-start: clamp(5rem, 3.7rem + 4.0625vw, 11.5rem);
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(0.5rem, 0rem + 1.5625vw, 3rem) clamp(2rem, 1.6rem + 1.25vw, 4rem);
	align-items: center;
}
@media screen and (max-width: 767px) {
	.p-investment .c-heading {
		margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
	}
}
.p-investment .c-heading__en {
	font-family: var(--font-forum);
	font-size: clamp(3.5rem, 1.2rem + 7.1875vw, 15rem);
	font-weight: 400;
	position: relative;
	/*&:after{
	    content: "";
	    background-image: url(../images/investment/readmore.webp);
	    background-size: cover;
	    aspect-ratio: 1 / 1;
	    width: 130px;
	    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
	    @include me{
	        display: none;
	    }
	}*/
}
@media screen and (max-width: 767px) {
	.p-investment .c-heading__en {
		width: 100%;
		margin-block-end: 0;
		letter-spacing: 0.1em;
	}
}
.p-investment .c-heading__jp {
	order: 2;
	width: 100%;
	font-size: clamp(1.2rem, 0.6rem + 1.875vw, 4.2rem);
	letter-spacing: 0.05em;
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment .c-heading__jp {
		width: auto;
		line-height: 1.5;
		text-align: left;
		gap: 15px;
		margin-block-end: 0;
		/*&:after{
		    content: "";
		    background-image: url(../images/investment/readmore.webp);
		    background-size: cover;
		    aspect-ratio: 1 / 1;
		    width: 60px;
		    filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));
		}*/
	}
}
.p-investment .c-heading__badge {
	width: 130px;
}
@media screen and (max-width: 767px) {
	.p-investment .c-heading__badge {
		order: 3;
		width: 50px;
	}
}
.p-investment .c-heading__badge img {
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
.p-investment-mv {
	position: relative;
}
.p-investment-mv__title {
	font-size: clamp(1.9rem, 1.2rem + 2.1875vw, 5.4rem);
	font-weight: 400;
	color: var(--color-wh);
	position: absolute;
	margin-inline: auto;
	inset: auto 0;
	top: 7.5%;
	z-index: 2;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.2);
}
.p-investment-mv__title span {
	font-family: var(--font-forum);
	font-size: clamp(5.2rem, 3.24rem + 6.125vw, 15rem);
	color: var(--color-wh);
	letter-spacing: 0.1em;
	line-height: 1;
	display: block;
}
.p-investment-mv__copy {
	font-size: clamp(2.4rem, 1.92rem + 1.5vw, 4.8rem);
	font-weight: 400;
	color: var(--color-wh);
	position: absolute;
	margin: auto;
	white-space: nowrap;
	text-align: center;
	left: 50%;
	bottom: 3.5%;
	transform: translateX(-50%);
	z-index: 2;
}
.p-investment-mv__copy span {
	margin-block-start: 5px;
	display: block;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
.p-investment-hero {
	text-align: center;
	padding-block-start: clamp(2rem, 1.7rem + 0.9375vw, 3.5rem);
	padding-block-end: clamp(3rem, 2.4rem + 1.875vw, 6rem);
}
.p-investment-hero__txt {
	display: grid;
	justify-content: center;
	grid-template: ". h3 fig" auto ". p fig" auto ". dl fig" auto/20% max-content 20%;
}
@media screen and (max-width: 767px) {
	.p-investment-hero__txt {
		grid-template: "h3 fig" auto "p p" auto "dl dl" auto/max-content 30%;
	}
}
.p-investment-hero__txt h3 {
	grid-area: h3;
	font-weight: 400;
	font-size: clamp(1.4rem, 0.96rem + 1.375vw, 3.6rem);
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
	letter-spacing: 0.05em;
}
.p-investment-hero__txt h3 span {
	display: block;
	font-size: clamp(1.6rem, 1.08rem + 1.625vw, 4.2rem);
	margin-block-start: clamp(1rem, 0.9rem + 0.3125vw, 1.5rem);
	margin-block-end: clamp(1rem, 0.2rem + 2.5vw, 5rem);
	letter-spacing: 0.1em;
}
.p-investment-hero__txt h3 em {
	font-size: clamp(3rem, 2.4rem + 1.875vw, 6rem);
	display: block;
	font-style: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.p-investment-hero__txt h3 em {
		line-height: 1.1;
	}
}
.p-investment-hero__txt h3 em em {
	font-size: clamp(1.2rem, 0.72rem + 1.5vw, 3.6rem);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
	margin-block-start: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-investment-hero__txt h3 em em:before, .p-investment-hero__txt h3 em em:after {
	content: "";
	width: clamp(0.5rem, 0.26rem + 0.75vw, 1.7rem);
	height: clamp(1.5rem, 0.92rem + 1.8125vw, 4.4rem);
	border: 1px solid var(--color-bk);
	display: block;
}
.p-investment-hero__txt h3 em em:before {
	border-right: none;
}
.p-investment-hero__txt h3 em em:after {
	border-left: none;
}
.p-investment-hero__txt figure {
	max-width: 257px;
	grid-area: fig;
	margin-inline: 0 auto;
}
.p-investment-hero__txt p.-txt {
	grid-area: p;
	font-size: clamp(1.6rem, 1.28rem + 1vw, 3.2rem);
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-block-end: clamp(1rem, 0.2rem + 2.5vw, 5rem);
}
.p-investment-hero__txt dl {
	grid-area: dl;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: clamp(0.5rem, 0.2rem + 0.9375vw, 2rem);
	margin-block-end: clamp(2.5rem, 2rem + 1.5625vw, 5rem);
}
.p-investment-hero__txt dl dt {
	font-size: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	padding-block-end: clamp(0.7rem, 0.54rem + 0.5vw, 1.5rem);
}
.p-investment-hero__txt dl dt span {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
}
.p-investment-hero__txt dl dd {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	gap: 10px;
}
.p-investment-hero__txt dl dd em {
	font-style: normal;
	font-size: clamp(5rem, 4rem + 3.125vw, 10rem);
	color: var(--color-rd);
}
.p-investment-hero__txt dl dd p {
	font-size: clamp(2.1rem, 1.68rem + 1.3125vw, 4.2rem);
	line-height: 1.3;
}
.p-investment-hero__txt dl dd p span {
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	display: block;
}
.p-investment-hero p.-exp {
	font-size: clamp(1.2rem, 1.08rem + 0.375vw, 1.8rem);
	line-height: 1.25;
	margin-block-start: clamp(2rem, 1.8rem + 0.625vw, 3rem);
}
.p-investment-hero p.-exp span {
	font-size: clamp(1rem, 0.92rem + 0.25vw, 1.4rem);
	display: block;
	margin-block-start: 5px;
}

#intro,
#assetvalue,
#osaka {
	padding-top: 140px;
	margin-top: -140px;
}
@media screen and (max-width: 767px) {
	#intro {
		padding-top: 80px;
		margin-top: -50px;
	}
	#assetvalue,
	#osaka {
		padding-top: 80px;
		margin-top: -80px;
	}
}
.p-investment-intro {
	background-color: var(--color-bk2);
	padding-block-start: clamp(2rem, 1.6rem + 1.25vw, 4rem);
	padding-block-end: clamp(5rem, 2rem + 9.375vw, 20rem);
	margin-block-end: clamp(3.5rem, 1.4rem + 6.5625vw, 14rem);
}
@media screen and (max-width: 767px) {
	.p-investment-intro {
		padding-block-start: 1px;
	}
}
.p-investment-intro__inner {
	max-width: 1070px;
	width: 90%;
	margin-inline: auto;
}
.p-investment-intro h3 {
	text-align: center;
	font-size: clamp(2rem, 1.48rem + 1.625vw, 4.6rem);
	font-weight: 400;
	letter-spacing: 0.07em;
	margin-block-end: clamp(1.5rem, 1.1rem + 1.25vw, 3.5rem);
	margin-block-start: clamp(6rem, 4.8rem + 3.75vw, 12rem);
	color: var(--color-wh);
}
@media screen and (max-width: 767px) {
	.p-investment-intro h3 {
		line-height: 1.25;
	}
	.p-investment-intro h3:nth-of-type(1) {
		margin-block-start: 30px;
	}
}
.p-investment-intro__box ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(3rem, 1.2rem + 5.625vw, 12rem);
}
@media screen and (max-width: 767px) {
	.p-investment-intro__box ul {
		grid-template-columns: 1fr;
		width: 70%;
		margin-inline: auto;
	}
}
.p-investment-intro__box ul li .is-shadow {
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.4);
}
.p-investment-intro__box ul li span {
	display: block;
	margin-block-start: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
	font-size: clamp(1.1rem, 0.86rem + 0.75vw, 2.3rem);
	color: var(--color-wh);
	position: relative;
	padding-inline-end: 25%;
}
@media screen and (max-width: 767px) {
	.p-investment-intro__box ul li span {
		padding-inline-end: 22%;
	}
}
.p-investment-intro__box ul li span:before {
	content: "";
	background-image: url(../images/investment/readmore.webp);
	background-size: cover;
	aspect-ratio: 1/1;
	position: absolute;
	width: 27%;
	right: 0;
	top: -15%;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
	.p-investment-intro__box ul li span:before {
		width: 22%;
		top: 2%;
	}
}
.p-investment-intro__box ul li span em {
	font-style: normal;
	font-family: var(--font-forum);
	color: var(--color-brw);
	display: block;
	font-size: clamp(1.8rem, 1.46rem + 1.0625vw, 3.5rem);
}
.p-investment-intro__box ul li span strong {
	font-weight: 400;
	font-size: clamp(1.6rem, 1.28rem + 1vw, 3.2rem);
	display: block;
	color: var(--color-wh);
	margin-block: 5px clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-investment-access {
	background-color: var(--color-bk2);
	color: var(--color-wh);
	margin-block-start: clamp(4.5rem, 2.1rem + 7.5vw, 16.5rem);
	padding-block-end: clamp(8rem, 6.4rem + 5vw, 16rem);
}
.p-investment-access__inner {
	width: 90%;
	max-width: 1420px;
	margin-inline: auto;
	margin-block-start: clamp(2rem, 0.8rem + 3.75vw, 8rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__inner {
		width: 100%;
	}
}
.p-investment-access__flex {
	display: flex;
	justify-content: center;
	gap: clamp(3rem, 2.4rem + 1.875vw, 6rem);
	margin-block: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem);
}
.p-investment-access__grid {
	display: grid;
	grid-template-columns: max-content 1fr;
	grid-template-rows: max-content 1fr;
	gap: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem) clamp(1rem, 0.6rem + 1.25vw, 3rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__grid {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.p-investment-access__grid .-txt3a, .p-investment-access__grid .-txt3b {
	color: var(--color-grey);
	font-family: var(--font-min);
}
.p-investment-access__grid .-txt3a dt, .p-investment-access__grid .-txt3b dt {
	font-size: clamp(1.3rem, 1.04rem + 0.8125vw, 2.6rem);
	letter-spacing: 0.16em;
	margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-investment-access__grid .-txt3a dd, .p-investment-access__grid .-txt3b dd {
	font-size: clamp(2.5rem, 2rem + 1.5625vw, 5rem);
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-block-end: clamp(1rem, 0.6rem + 1.25vw, 3rem);
}
.p-investment-access__grid .-txt3a dd strong, .p-investment-access__grid .-txt3b dd strong {
	font-weight: 400;
	font-size: clamp(3.1rem, 2.48rem + 1.9375vw, 6.2rem);
	color: var(--color-wh);
}
.p-investment-access__grid .-txt3a dd span, .p-investment-access__grid .-txt3b dd span {
	font-size: clamp(3.1rem, 2.48rem + 1.9375vw, 6.2rem);
	color: var(--color-brw);
}
.p-investment-access__grid .-txt3a dd em, .p-investment-access__grid .-txt3b dd em {
	font-style: normal;
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
	letter-spacing: 0;
	display: inline-flex;
	align-items: center;
	line-height: 1.3;
}
.p-investment-access__grid .-txt2 dt {
	display: flex;
	align-items: center;
	font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
	letter-spacing: 0.16em;
	margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-investment-access__grid .-txt2 dt span {
	flex-shrink: 0;
}
.p-investment-access__grid .-txt2 dt:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--color-bk);
}
.p-investment-access__grid .-txt2 dd {
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__grid .-txt2 dd.-dd2 {
	margin-block-end: clamp(2.5rem, 1.9rem + 1.875vw, 5.5rem);
}
.p-investment-access__grid .-txt2 dd dl dt {
	display: block;
	font-size: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__grid .-txt2 dd dl dt:after {
	display: none;
}
.p-investment-access__grid .-txt2 dd dl dd {
	font-size: clamp(1.6rem, 1.28rem + 1vw, 3.2rem);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.p-investment-access__grid .-txt2 dd dl dd strong {
	font-weight: 400;
	font-size: clamp(2rem, 1.6rem + 1.25vw, 4rem);
	color: var(--color-wh);
}
.p-investment-access__grid .-txt2 dd dl dd span {
	font-size: clamp(2rem, 1.6rem + 1.25vw, 4rem);
	color: var(--color-brw);
}
.p-investment-access__grid .-txt2 dd dl dd em {
	font-style: normal;
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
	display: inline-flex;
	align-items: center;
	line-height: 1.3;
}
.p-investment-access__grid .-pic2 {
	grid-column: 2;
	grid-row: 2;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
@media screen and (max-width: 767px) {
	.p-investment-access__grid .-pic2 {
		width: 80%;
	}
}
.p-investment-access__grid .-pic2 li {
	position: relative;
}
.p-investment-access__grid .-pic2 li em {
	position: absolute;
	top: 10px;
	left: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	z-index: 2;
	font-family: var(--font-forum);
	color: var(--color-wh);
	font-size: clamp(1.8rem, 1.44rem + 1.125vw, 3.6rem);
	letter-spacing: 0.05em;
	font-style: normal;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
	.p-investment-access__grid .-pic2 li em {
		display: none;
	}
}
.p-investment-access__grid .-pic1 {
	grid-row: 1/-1;
	grid-column: 2;
}
@media screen and (max-width: 767px) {
	.p-investment-access__grid .-pic1 {
		width: 90%;
	}
}
.p-investment-access__box {
	background-color: var(--color-bk3);
	padding-block: clamp(5rem, 4rem + 3.125vw, 10rem);
	margin-block-start: clamp(0.5rem, -0.8rem + 4.0625vw, 7rem);
	position: relative;
	color: var(--color-wh);
}
.p-investment-access__box:before, .p-investment-access__box:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 11px;
	background-size: cover;
	background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22photo%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201420%2011%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23a48b78%3B%20stroke-miterlimit%3A%2010%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221420%22%20y1%3D%22.5%22%20y2%3D%22.5%22%2F%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%221420%22%20y1%3D%2210.5%22%20y2%3D%2210.5%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 767px) {
	.p-investment-access__box:before, .p-investment-access__box:after {
		height: 5px;
	}
}
.p-investment-access__box:before {
	top: 20px;
}
@media screen and (max-width: 767px) {
	.p-investment-access__box:before {
		top: 10px;
	}
}
.p-investment-access__box:after {
	bottom: 20px;
}
@media screen and (max-width: 767px) {
	.p-investment-access__box:after {
		bottom: 10px;
	}
}
.p-investment-access__box .-grid {
	display: grid;
	grid-template: "h3 fig" max-content "dl fig" max-content "p fig" 1fr/42% 58%;
	max-width: 1430px;
	width: 95%;
	margin-inline: auto 0;
}
@media screen and (max-width: 1025px) {
	.p-investment-access__box .-grid {
		grid-template: "h3 fig" max-content "dl fig" max-content "p fig" 1fr/55% 45%;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-access__box .-grid {
		display: flex;
		flex-direction: column;
		margin-inline: auto;
		justify-content: center;
		align-items: center;
	}
}
.p-investment-access__box h3 {
	grid-area: h3;
	font-size: clamp(2.3rem, 1.68rem + 1.9375vw, 5.4rem);
	color: var(--color-brw2);
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__box h3 {
		text-align: center;
	}
}
.p-investment-access__box figure {
	grid-area: fig;
}
.p-investment-access__box .-txt1 {
	grid-area: dl;
	width: 90%;
	margin-block-end: clamp(2rem, 1.7rem + 0.9375vw, 3.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__box .-txt1 {
		width: 70%;
	}
}
.p-investment-access__box .-txt1 dt {
	font-size: clamp(1.9rem, 1.56rem + 1.0625vw, 3.6rem);
	line-height: 1.5;
	margin-block-end: clamp(0.5rem, 0.1rem + 1.25vw, 2.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__box .-txt1 dt {
		text-align: center;
	}
}
.p-investment-access__box .-txt1 dd {
	font-size: clamp(1.1rem, 0.92rem + 0.5625vw, 2rem);
	line-height: 2;
}
.p-investment-access__box .-txt2 {
	grid-area: p;
}
@media screen and (max-width: 767px) {
	.p-investment-access__box .-txt2 {
		width: 80%;
	}
}
.p-investment-access__box .-txt2 span {
	width: 90%;
	display: block;
	background-color: var(--color-bk2);
	font-size: clamp(1.1rem, 0.96rem + 0.4375vw, 1.8rem);
	line-height: 1.8;
	padding: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__box .-txt2 em {
	display: block;
	font-style: normal;
}
.p-investment-access__box2 {
	position: relative;
	margin-block-start: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__box2 p {
	position: absolute;
	left: clamp(1rem, 0.4rem + 1.875vw, 4rem);
	top: clamp(1rem, 0.4rem + 1.875vw, 4rem);
	z-index: 2;
	color: var(--color-wh);
	font-family: var(--font-min);
	font-size: clamp(1.2rem, 0.9rem + 0.9375vw, 2.7rem);
	font-weight: 400;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
}
.p-investment-access__box2 p.-right {
	left: auto;
	top: auto;
	right: clamp(1rem, 0.4rem + 1.875vw, 4rem);
	bottom: clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
@media screen and (max-width: 767px) {
	.p-investment-access__box2 p.-right {
		margin-inline: auto 0;
	}
}
.p-investment-access__box2 p em {
	font-style: normal;
	display: block;
	font-size: clamp(1rem, 0.86rem + 0.4375vw, 1.7rem);
	margin-block-end: 5px;
}
.p-investment-access__box2 p span {
	display: block;
	font-size: clamp(1rem, 0.9rem + 0.3125vw, 1.5rem);
	text-align: right;
	margin-block-start: 3px;
}
@media screen and (max-width: 767px) {
	.p-investment-access__box2 p span {
		font-size: 8px;
	}
}
.p-investment-access__box2 p strong {
	font-size: clamp(1.5rem, 1.04rem + 1.4375vw, 3.8rem);
	color: var(--color-wh);
}
.p-investment-access__from {
	padding-block-start: clamp(2rem, 1.5rem + 1.5625vw, 4.5rem);
	max-width: 1430px;
	width: 90%;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-investment-access__from {
		width: 80%;
	}
}
.p-investment-access__from h4 {
	text-align: center;
	position: relative;
	font-weight: 400;
	color: var(--color-wh);
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__from h4 span {
	background-color: var(--color-bk3);
	display: inline-block;
	position: relative;
	z-index: 2;
	font-size: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
	padding-inline: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
.p-investment-access__from h4:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: var(--color-wh);
}
@media screen and (max-width: 767px) {
	.p-investment-access__from h4:after {
		display: none;
	}
}
.p-investment-access__from ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px;
}
@media screen and (max-width: 767px) {
	.p-investment-access__from ul {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
.p-investment-access__from ul li {
	position: relative;
}
.p-investment-access__from ul li em {
	position: absolute;
	top: 10px;
	left: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	z-index: 2;
	font-family: var(--font-forum);
	color: var(--color-wh);
	font-size: clamp(2.7rem, 2.32rem + 1.1875vw, 4.6rem);
	font-style: normal;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
}
.p-investment-access__from ul li span {
	position: absolute;
	right: 10px;
	bottom: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
	z-index: 2;
	text-align: right;
	font-family: var(--font-min);
	color: var(--color-wh);
	font-size: clamp(1.6rem, 1.38rem + 0.6875vw, 2.7rem);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
	.p-investment-access__from ul li span {
		transform: scale(0.8);
		transform-origin: right top;
		width: 110%;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-access__from ul li span {
		transform: scale(1);
	}
}
.p-investment-access__from ul li span strong {
	color: var(--color-wh);
	font-size: clamp(2rem, 1.72rem + 0.875vw, 3.4rem);
	position: static;
}
.p-investment-access__from ul li span span {
	position: static;
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
}
.p-investment-access__from ul li span em {
	position: static;
	display: block;
	font-style: normal;
	font-size: clamp(1rem, 0.9rem + 0.3125vw, 1.5rem);
	line-height: 1.3;
	margin-block-start: 5px;
}
.p-investment-access .c-cta {
	margin-block-start: clamp(6rem, 4.8rem + 3.75vw, 12rem);
}
.p-investment-redeveloping {
	background-color: var(--color-wh);
	padding-block-end: clamp(10rem, 8.4rem + 5vw, 18rem);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping .c-heading .c-heading__jp {
		text-align: center;
	}
}
.p-investment-redeveloping__inner {
	max-width: 1250px;
	width: 90%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 56% 40%;
	justify-content: space-between;
	align-items: flex-start;
	margin-block-start: clamp(1rem, 0.2rem + 2.5vw, 5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping__inner {
		grid-template-columns: 1fr;
		width: 100%;
	}
}
.p-investment-redeveloping__inner dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.p-investment-redeveloping__inner dl dt {
	margin-block: auto;
	font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping__inner dl dt {
		text-align: center;
		line-height: 2.2;
		margin-block: 20px;
	}
}
.p-investment-redeveloping__inner dl dd {
	margin-block: auto 0;
}
.p-investment-redeveloping__inner dl dd a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient(to right, rgb(148, 111, 20) 33%, rgb(148, 111, 20) 33%, rgb(190, 155, 62) 100%);
	color: var(--color-wh);
	font-family: var(--font-forum);
	font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
	height: clamp(2.5rem, 2rem + 1.5625vw, 5rem);
	letter-spacing: 0.04em;
	max-width: 405px;
	padding-inline: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping__inner dl dd a {
		width: 60%;
		margin-inline: auto;
	}
}
.p-investment-redeveloping__inner dl dd a:after {
	content: "";
	width: 17px;
	height: 19px;
	background-color: var(--color-wh);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping__inner dl dd a:after {
		width: 8px;
		height: 10px;
	}
}
.p-investment-redeveloping .-pic1 {
	margin-block: clamp(2rem, 1.7rem + 0.9375vw, 3.5rem) clamp(3.5rem, 2.8rem + 2.1875vw, 7rem);
}
.p-investment-redeveloping .-txt1 {
	font-size: clamp(1.8rem, 1.72rem + 0.25vw, 2.2rem);
	line-height: 2;
	text-align: center;
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
}
.p-investment-redeveloping .-pic2 {
	display: grid;
	gap: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
	grid-template-columns: repeat(4, 1fr);
	margin-block-end: clamp(1.5rem, 1.3rem + 0.625vw, 2.5rem);
}
.p-investment-redeveloping .-pic2 li {
	text-align: right;
	font-size: clamp(1.4rem, 1.36rem + 0.125vw, 1.6rem);
	position: relative;
}
.p-investment-redeveloping .-pic2 li p {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: left;
	z-index: 2;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.8);
}
.p-investment-redeveloping .-pic2 li p span {
	font-family: var(--font-forum);
	font-size: clamp(2rem, 1.84rem + 0.5vw, 2.8rem);
	letter-spacing: 0.06em;
	display: block;
	margin-block-end: 5px;
}
.p-investment-redeveloping .-pic2 li figure {
	margin-block-end: 5px;
}
.p-investment-redeveloping .-txt2 {
	border: 1px solid var(--color-pl);
	display: flex;
	flex-wrap: wrap;
	padding: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
	gap: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem) clamp(2rem, 1.6rem + 1.25vw, 4rem);
}
.p-investment-redeveloping .-txt2 li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: clamp(1.8rem, 1.68rem + 0.375vw, 2.4rem);
}
.p-investment-redeveloping .-txt2 li span {
	background-color: var(--color-pl);
	flex-shrink: 0;
	width: 27px;
	height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.p-investment-redeveloping .c-cta {
	margin-block-start: clamp(10rem, 9rem + 3.125vw, 15rem);
}
.p-investment-redeveloping .c-cta li .c-btn--tertiary {
	background-color: rgba(255, 255, 255, 0.6);
	color: var(--color-bk);
}
.p-investment-redeveloping .c-cta li .c-btn--tertiary:after {
	display: none;
}
.p-investment-redeveloping.-location {
	background-color: var(--color-bk2);
	color: var(--color-wh);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping.-location {
		padding-block-end: 70px;
	}
}
.p-investment-redeveloping.-location .p-investment-redeveloping__inner dl dt {
	font-size: clamp(1.2rem, 0.76rem + 1.375vw, 3.4rem);
}
@media screen and (max-width: 767px) {
	.p-investment-redeveloping.-location .p-investment-redeveloping__inner dl dt {
		line-height: 1.5;
	}
}
.p-investment-assetvalue {
	background-color: var(--color-bk2);
	margin-block-start: clamp(4.5rem, 2.1rem + 7.5vw, 16.5rem);
	padding-block-end: clamp(1rem, -0.8rem + 5.625vw, 10rem);
	color: var(--color-wh);
}
.p-investment-assetvalue__inner {
	max-width: 1420px;
	width: 90%;
	margin-inline: auto;
	margin-block-start: clamp(5rem, 3.3rem + 5.3125vw, 13.5rem);
}
.p-investment-assetvalue .c-value-banner {
	position: relative;
	width: 100%;
	aspect-ratio: 1919/785;
}
.p-investment-assetvalue .c-value-banner__intro {
	position: absolute;
	top: clamp(20px, 6%, 44px);
	left: clamp(20px, 5%, 60px);
	z-index: 2;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
	color: var(--color-wh);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue .c-value-banner__intro {
		position: static;
		text-align: center;
		margin-block-start: 20px;
	}
}
.p-investment-assetvalue .c-value-banner__title {
	font-size: clamp(1.9rem, 1.44rem + 1.4375vw, 4.2rem);
	line-height: 1.5;
	margin-bottom: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
}
.p-investment-assetvalue .c-value-banner__lead {
	font-size: clamp(1.2rem, 1.04rem + 0.5vw, 2rem);
	line-height: 1.9;
	max-width: 410px;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue .c-value-banner__lead {
		width: 70%;
		margin-inline: auto;
		text-align: left;
		line-height: 1.55;
	}
}
.p-investment-assetvalue .c-value-banner__lead span {
	display: block;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue .c-value-banner__lead span {
		text-align: center;
	}
}
.p-investment-assetvalue .c-value-banner__note {
	position: absolute;
	left: 20px;
	bottom: 20px;
	margin: 0;
	z-index: 2;
	text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.5), 0 1px 6px rgba(0, 0, 0, 0.5);
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue .c-value-banner__note {
		display: none;
	}
}
.p-investment-assetvalue__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: max-content 1fr;
	border-left: 1px solid var(--color-brw2);
	border-top: 1px solid var(--color-brw2);
	margin-block-end: clamp(7.5rem, 6.4rem + 3.4375vw, 13rem);
}
@media screen and (max-width: 1000px) {
	.p-investment-assetvalue__grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__grid {
		border: none;
		display: flex;
		flex-direction: column;
	}
}
.p-investment-assetvalue dl.-txt {
	padding: clamp(2rem, 1.3rem + 2.1875vw, 5.5rem);
}
.p-investment-assetvalue dl.-txt dt {
	text-align: center;
	font-size: clamp(1.9rem, 1.52rem + 1.1875vw, 3.8rem);
	line-height: 1.7;
	margin-block-end: clamp(1.5rem, 1.4rem + 0.3125vw, 2rem);
}
.p-investment-assetvalue dl.-txt dt span {
	display: block;
	font-size: clamp(4.2rem, 3.36rem + 2.625vw, 8.4rem);
	line-height: 1;
}
.p-investment-assetvalue dl.-txt dd {
	font-size: clamp(1.1rem, 0.92rem + 0.5625vw, 2rem);
	line-height: 1.9;
}
.p-investment-assetvalue dl.-txt dd span {
	display: block;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
.p-investment-assetvalue dl.-txt.-t2 {
	padding-inline: 0;
	max-width: 1320px;
	margin-inline: auto;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue dl.-txt.-t2 {
		padding-inline: 5%;
	}
}
.p-investment-assetvalue dl.-txt.-t3 {
	max-width: 1320px;
	margin-inline: auto;
	padding-inline: 0;
	display: grid;
	grid-template-columns: 34% 62%;
	justify-content: space-between;
	grid-template-rows: max-content 1fr;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue dl.-txt.-t3 {
		padding-inline: 5%;
		display: flex;
		flex-direction: column;
	}
}
.p-investment-assetvalue dl.-txt.-t3 dt {
	grid-column: 1;
	grid-row: 1;
	text-align: left;
	font-size: clamp(1.9rem, 1.54rem + 1.125vw, 3.7rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue dl.-txt.-t3 dt {
		text-align: center;
	}
}
.p-investment-assetvalue dl.-txt.-t3 dd {
	grid-column: 1;
	grid-row: 2;
}
.p-investment-assetvalue dl.-txt.-t3 dd:nth-of-type(2) {
	grid-row: 1/-1;
	grid-column: 2;
}
.p-investment-assetvalue dl.-txt.-t3 dd:nth-of-type(2) p {
	font-size: clamp(1.1rem, 1rem + 0.3125vw, 1.6rem);
	line-height: 1.4;
	margin-block-end: clamp(0.7rem, 0.54rem + 0.5vw, 1.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue dl.-txt.-t3 dd:nth-of-type(2) p {
		margin-block-start: 15px;
	}
}
.p-investment-assetvalue dl.-txt.-t3 dd:nth-of-type(2) p span {
	font-size: clamp(1rem, 0.92rem + 0.25vw, 1.4rem);
	display: block;
	margin-inline-start: 1em;
	text-indent: -1em;
}
.p-investment-assetvalue__box {
	border-bottom: 1px solid var(--color-brw2);
	border-right: 1px solid var(--color-brw2);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box {
		border: none;
	}
}
.p-investment-assetvalue__box:nth-of-type(1) dl dd figure {
	max-width: 520px;
	margin-inline: auto;
	margin-block-start: clamp(3rem, 2.2rem + 2.5vw, 7rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(1) dl dd figure {
		width: 80%;
	}
}
.p-investment-assetvalue__box:nth-of-type(2) dl dd figure {
	margin-block-start: clamp(2rem, 1.8rem + 0.625vw, 3rem);
}
.p-investment-assetvalue__box:nth-of-type(2) dl dd figure figcaption {
	margin-block-start: 5px;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
	line-height: 1.5;
	margin-inline-start: 1em;
	text-indent: -1em;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(2) dl dd figure figcaption {
		line-height: 1.1;
	}
}
.p-investment-assetvalue__box:nth-of-type(3) dl dd {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1rem, 0.6rem + 1.25vw, 3rem);
}
.p-investment-assetvalue__box:nth-of-type(4) dl dd figure {
	margin-block-start: clamp(1rem, 0.7rem + 0.9375vw, 2.5rem);
}
.p-investment-assetvalue__box:nth-of-type(5) {
	grid-column: 1/-1;
}
.p-investment-assetvalue__box:nth-of-type(5) dl {
	display: grid;
	grid-template-columns: repeat(2, 22%) 26% 26%;
	grid-template-rows: max-content max-content 1fr;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(5) dl {
		display: block;
	}
}
.p-investment-assetvalue__box:nth-of-type(5) dl dt:nth-of-type(1) {
	grid-area: 1/1/2/5;
}
.p-investment-assetvalue__box:nth-of-type(5) dl dt:nth-of-type(2) {
	grid-area: 2/1/3/3;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(5) dl dt:nth-of-type(2) {
		text-align: center;
	}
}
.p-investment-assetvalue__box:nth-of-type(5) dl dd:nth-of-type(1) {
	grid-area: 3/1/4/3;
}
.p-investment-assetvalue__box:nth-of-type(5) dl dd:nth-of-type(2) {
	grid-area: 2/3/4/5;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(5) dl dd figure {
		margin-block-start: 20px;
	}
	.p-investment-assetvalue__box:nth-of-type(5) dl dd figure .caption {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue__box:nth-of-type(5) dl dd span {
		display: none;
	}
}
.p-investment-assetvalue h3 {
	text-align: center;
	margin-block-end: clamp(1.4rem, 1.38rem + 0.0625vw, 1.5rem);
	font-size: clamp(1.2rem, 0.84rem + 1.125vw, 3rem);
	letter-spacing: 0.05em;
	font-weight: 400;
}
.p-investment-assetvalue h3 span {
	display: block;
	font-family: var(--font-forum);
	font-size: clamp(3.5rem, 2.4rem + 3.4375vw, 9rem);
	letter-spacing: 0.1em;
	margin-block-end: clamp(1rem, 0.8rem + 0.625vw, 2rem);
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue h3 span {
		margin-block-end: 0;
	}
}
.p-investment-assetvalue .compare-table-wrap {
	max-width: 1320px;
	margin: 0 auto;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.p-investment-assetvalue .compare-table-wrap {
		padding-inline: 5%;
		margin-block-end: 20px;
	}
}
.p-investment-assetvalue .compare-table-wrap p {
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
	margin-block-end: clamp(0.5rem, 0.3rem + 0.625vw, 1.5rem);
}
.p-investment-assetvalue .compare-table {
	width: 100%;
	min-width: 860px;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
}
.p-investment-assetvalue .compare-table th,
.p-investment-assetvalue .compare-table td {
	padding: 20px 16px;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.6;
	color: var(--color-wh);
}
.p-investment-assetvalue .compare-table thead th {
	background: #a38a77;
	font-weight: 400;
	color: var(--color-wh);
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	padding-block: 2px;
}
.p-investment-assetvalue .compare-table thead th:not(:last-child) {
	border-right: 1px solid var(--color-wh);
}
.p-investment-assetvalue .compare-table thead th.is-main {
	font-size: clamp(2rem, 1.84rem + 0.5vw, 2.8rem);
}
.p-investment-assetvalue .compare-table tbody th {
	background: #2c2c2c;
	color: var(--color-wh);
	font-weight: 400;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	text-align: center;
	white-space: pre-line;
}
.p-investment-assetvalue .compare-table tbody th:not(:last-child) {
	border-right: 1px solid #7b7b7b;
}
.p-investment-assetvalue .compare-table tbody th sup {
	font-size: clamp(1.2rem, 1.16rem + 0.125vw, 1.4rem);
	vertical-align: middle;
}
.p-investment-assetvalue .compare-table tbody td {
	line-height: 1.2;
}
.p-investment-assetvalue .compare-table tbody td:not(:last-child) {
	border-right: 1px solid #7b7b7b;
}
.p-investment-assetvalue .compare-table tbody td sup {
	font-size: 10px;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(odd) th {
	background: #2c2c2c;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(even) th {
	background: #3d3d3d;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(odd) td {
	background: #2c2c2c;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(even) td {
	background: #3d3d3d;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(odd) td.is-main {
	background: #60322e;
}
.p-investment-assetvalue .compare-table tbody tr:nth-child(even) td.is-main {
	background: #7c3934;
}
.p-investment-assetvalue .compare-table td.is-main {
	color: #fff;
	font-size: clamp(2rem, 1.84rem + 0.5vw, 2.8rem);
	font-weight: 400;
}
.p-investment-assetvalue .compare-table td.is-main .sub {
	display: block;
	margin-top: 6px;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
	font-weight: 400;
}
.p-investment-assetvalue .compare-table td.is-sub {
	background: #262626;
	font-size: clamp(1.4rem, 1.32rem + 0.25vw, 1.8rem);
}
.p-investment-assetvalue .compare-table td.is-sub .note {
	display: block;
	margin-top: 4px;
	line-height: 1.2;
}
@media (max-width: 700px) {
	.p-investment-assetvalue .compare-table th,
	.p-investment-assetvalue .compare-table td {
		padding: 14px 10px;
		font-size: 13px;
	}
	.p-investment-assetvalue .compare-table thead th.is-main {
		font-size: 20px;
	}
	.p-investment-assetvalue .compare-table td.is-main {
		font-size: 20px;
	}
}
.p-investment-assetvalue .c-bnr {
	margin-block-start: clamp(8rem, 6.4rem + 5vw, 16rem);
}
.p-investment-innovation {
	background-color: var(--color-bk2);
	color: var(--color-wh);
	padding-block-end: clamp(10rem, 8.4rem + 5vw, 18rem);
}
@media screen and (max-width: 767px) {
	.p-investment-innovation .c-heading .c-heading__en {
		letter-spacing: 0;
	}
}
.p-investment-innovation__inner {
	max-width: 1420px;
	width: 90%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr) clamp(3rem, 2.4rem + 1.875vw, 6rem) repeat(2, 1fr) clamp(3rem, 2.4rem + 1.875vw, 6rem) repeat(2, 1fr);
	grid-template-rows: repeat(3, max-content) 1fr;
	margin-block-start: clamp(3.5rem, 2.7rem + 2.5vw, 7.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner {
		width: 80%;
		display: flex;
		flex-direction: column;
	}
}
.p-investment-innovation__inner dl {
	margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner dl {
		margin-block-end: 10px;
	}
}
.p-investment-innovation__inner dl dt {
	font-size: clamp(1.9rem, 1.52rem + 1.1875vw, 3.8rem);
	line-height: 1.5;
	margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner dl dt {
		text-align: center;
	}
}
.p-investment-innovation__inner dl dt span {
	font-size: clamp(1.1rem, 0.96rem + 0.4375vw, 1.8rem);
	display: flex;
	margin-block-end: 5px;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner dl dt span {
		justify-content: center;
	}
}
.p-investment-innovation__inner dl dt span span {
	font-size: clamp(1.1rem, 0.92rem + 0.5625vw, 2rem);
	margin: 0;
}
.p-investment-innovation__inner dl dd {
	font-size: clamp(1.1rem, 0.96rem + 0.4375vw, 1.8rem);
	line-height: 1.9;
	letter-spacing: 0.05em;
}
.p-investment-innovation__inner dl dd span {
	display: block;
	font-size: clamp(1rem, 0.96rem + 0.125vw, 1.2rem);
}
.p-investment-innovation__inner .-gd1 {
	grid-column: 1/5;
	grid-row: 1;
	padding-inline-end: clamp(2rem, 1.8rem + 0.625vw, 3rem);
}
.p-investment-innovation__inner .-gd2 {
	grid-column: 5/9;
	grid-row: 1;
	margin-block-end: clamp(4rem, 3.2rem + 2.5vw, 8rem);
}
.p-investment-innovation__inner .-gd3 {
	grid-column: 1/3;
	grid-row: 2;
}
.p-investment-innovation__inner .-gd4 {
	grid-column: 1/3;
	grid-row: 3;
}
.p-investment-innovation__inner .-gd5 {
	grid-column: 1/3;
	grid-row: 4;
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner .-gd5 {
		margin-block-end: 40px;
	}
}
.p-investment-innovation__inner .-gd6 {
	grid-column: 4/6;
	grid-row: 2;
}
.p-investment-innovation__inner .-gd7 {
	grid-column: 4/6;
	grid-row: 3;
}
.p-investment-innovation__inner .-gd8 {
	grid-column: 4/6;
	grid-row: 4;
}
@media screen and (max-width: 767px) {
	.p-investment-innovation__inner .-gd8 {
		margin-block-end: 40px;
	}
}
.p-investment-innovation__inner .-gd9 {
	grid-column: 7/9;
	grid-row: 2;
}
.p-investment-innovation__inner .-gd10 {
	grid-column: 7/9;
	grid-row: 3;
}
.p-investment-innovation__inner .-gd11 {
	grid-column: 7/9;
	grid-row: 4;
}
.p-investment-innovation__inner .-gd12 {
	grid-column: 3/4;
	grid-row: 2/5;
}
.p-investment-innovation__inner .-gd13 {
	grid-column: 6/7;
	grid-row: 2/5;
}
.p-investment-innovation__inner p.caption {
	display: flex;
	justify-content: space-between;
}
.p-investment-innovation__inner p.caption span {
	margin-inline: auto 0;
}
.p-investment-innovation__inner p.caption span:first-of-type:not(:only-of-type) {
	margin-inline: 0;
}
.p-investment-innovation .c-cta {
	margin-block-start: clamp(7rem, 5.4rem + 5vw, 15rem);
}
.p-investment-innovation .c-cta li .c-btn--tertiary {
	background-color: rgba(255, 255, 255, 0.6);
	color: var(--color-bk);
}
.p-investment-innovation .c-cta li .c-btn--tertiary:after {
	display: none;
}
.p-investment-residence {
	padding-block-end: clamp(5rem, 3.8rem + 3.75vw, 11rem);
}
@media screen and (max-width: 767px) {
	.p-investment-residence .c-heading .c-heading__en {
		letter-spacing: 0;
	}
}
.p-investment-residence__box {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-investment-residence__box {
		overflow: hidden;
	}
}
.p-investment-residence__box .-pic1 {
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 50%;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 767px) {
	.p-investment-residence__box .-pic1 {
		width: 65%;
		bottom: 0;
		right: -15px;
	}
}
.p-investment-residence__item1 {
	position: relative;
	isolation: auto;
}
@media screen and (max-width: 767px) {
	.p-investment-residence__item1 {
		margin-block-start: 30px;
	}
}
.p-investment-residence__item1:nth-of-type(1) dl {
	right: 0;
	top: 35px;
}
@media screen and (max-width: 767px) {
	.p-investment-residence__item1:nth-of-type(1) dl {
		right: auto;
		left: 0;
		top: -15px;
	}
}
.p-investment-residence__item1:nth-of-type(2) dl {
	left: 0;
	top: 35px;
}
@media screen and (max-width: 767px) {
	.p-investment-residence__item1:nth-of-type(2) dl {
		left: auto;
		right: 0;
		top: -15px;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-residence__item1:nth-of-type(3) figure {
		width: 65%;
	}
}
.p-investment-residence__item1:nth-of-type(3) dl {
	left: 0;
	top: 35px;
}
@media screen and (max-width: 767px) {
	.p-investment-residence__item1:nth-of-type(3) dl {
		width: 50%;
		left: 5%;
		top: 41%;
	}
	.p-investment-residence__item1:nth-of-type(3) dl dd {
		line-height: 1.3;
	}
}
.p-investment-residence__box2 {
	position: relative;
	margin-block-end: clamp(7rem, 5.6rem + 4.375vw, 14rem);
}
.p-investment-residence__box2 ul {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin-inline: auto;
	inset: auto 0;
	bottom: 60px;
	gap: clamp(2rem, 0.8rem + 3.75vw, 8rem);
}
@media screen and (max-width: 767px) {
	.p-investment-residence__box2 ul {
		bottom: 20px;
	}
}
.p-investment-residence__box2 ul li {
	width: 45%;
	max-width: 475px;
}
.p-investment-residence__box2 ul li a {
	background-color: rgba(255, 255, 255, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
	text-align: center;
	height: 70px;
	border: 1px solid var(--color-bk);
}
@media screen and (max-width: 767px) {
	.p-investment-residence__box2 ul li a {
		height: 40px;
	}
}
.p-investment-residence__box2 ul li a em {
	font-size: clamp(1.1rem, 0.82rem + 0.875vw, 2.5rem);
	font-style: normal;
	display: flex;
	gap: 10px;
}
.p-investment-residence__box2 ul li a em em {
	font-family: var(--font-forum);
	letter-spacing: 0.1em;
}
.p-investment-residence__box2 ul li a span {
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
}
.p-investment-residence dl {
	position: absolute;
	color: var(--color-wh);
	padding: 30px 40px;
}
@media screen and (max-width: 1000px) {
	.p-investment-residence dl {
		z-index: 2;
	}
}
@media screen and (max-width: 767px) {
	.p-investment-residence dl {
		padding: 10px 20px;
		width: 90%;
		width: auto;
	}
}
.p-investment-residence dl:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(50, 50, 50, 0.7);
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
}
.p-investment-residence dl dt {
	position: relative;
	font-family: var(--font-forum);
	font-size: clamp(1rem, 0.8rem + 0.625vw, 2rem);
	letter-spacing: 0.1em;
	margin-block-end: clamp(0.5rem, 0.4rem + 0.3125vw, 1rem);
}
.p-investment-residence dl dd {
	position: relative;
	font-size: clamp(1.1rem, 0.78rem + 1vw, 2.7rem);
}
.p-investment-potential {
	margin-block-start: clamp(4rem, 2.2rem + 5.625vw, 13rem);
	margin-block-end: clamp(6rem, 4.4rem + 5vw, 14rem);
	background-image: url(../images/investment/potential-bg.webp);
	background-size: cover;
	color: var(--color-wh);
	position: relative;
	width: 90%;
	max-width: 1320px;
	margin-inline: auto;
	padding-block: clamp(2.5rem, 1.8rem + 2.1875vw, 6rem) clamp(2.5rem, 1rem + 4.6875vw, 10rem);
}
@media screen and (max-width: 767px) {
	.p-investment-potential {
		width: 80%;
		background-image: url(../images/investment/potential-bg-sp.webp);
	}
}
.p-investment-potential:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid var(--color-wh);
	position: absolute;
	top: 9px;
	left: 9px;
}
.p-investment-potential h3 {
	text-align: center;
	font-size: clamp(1.8rem, 1.48rem + 1vw, 3.4rem);
	line-height: 1.3;
	margin-block-end: clamp(1rem, 0.7rem + 0.9375vw, 2.5rem);
}
.p-investment-potential p {
	text-align: center;
	font-size: clamp(1.2rem, 0.96rem + 0.75vw, 2.4rem);
	margin-block-end: clamp(1rem, 0.2rem + 2.5vw, 5rem);
}
.p-investment-potential ul {
	width: 90%;
	max-width: 1080px;
	margin-inline: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(1.2rem, 0.84rem + 1.125vw, 3rem);
}
@media screen and (max-width: 767px) {
	.p-investment-potential ul {
		grid-template-columns: 1fr;
		width: 85%;
	}
}
.p-investment-potential ul li {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: clamp(1.7rem, 1.36rem + 1.0625vw, 3.4rem);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-block: clamp(1.5rem, 1.2rem + 0.9375vw, 3rem);
}
@media screen and (max-width: 767px) {
	.p-investment-potential ul li {
		padding: 0;
		height: 75px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.p-investment-potential ul li span {
	margin-block-start: clamp(0.7rem, 0.54rem + 0.5vw, 1.5rem);
	display: block;
	font-size: clamp(1.1rem, 0.88rem + 0.6875vw, 2.2rem);
	line-height: 1.3;
}
.p-investment-plan {
	padding-block-end: clamp(7.5rem, 5.6rem + 5.9375vw, 17rem);
}
.p-investment-plan figure {
	max-width: 1230px;
	margin-inline: auto;
	margin-block-end: clamp(6rem, 5.2rem + 2.5vw, 10rem);
}
.p-investment-brand {
	background-color: var(--color-bk2);
	color: var(--color-wh);
	padding-block-end: clamp(9rem, 7.8rem + 3.75vw, 15rem);
	margin-block-end: clamp(5rem, 2.6rem + 7.5vw, 17rem);
}
.p-investment-brand__box {
	background-image: url(../images/investment/brand.webp);
	background-size: cover;
	position: relative;
	margin-block-end: clamp(8.5rem, 7.2rem + 4.0625vw, 15rem);
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-block: clamp(4rem, 2.6rem + 4.375vw, 11rem);
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box {
		display: flex;
		flex-direction: column;
		padding-block-end: 0;
		background-image: url(../images/investment/brand-sp.webp);
	}
}
.p-investment-brand__box:before {
	content: "";
	background-color: var(--color-brw2);
	width: 64%;
	height: 100%;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	clip-path: polygon(33% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box:before {
		clip-path: none;
		top: auto;
		bottom: auto;
		display: none;
	}
}
.p-investment-brand__box .-txt1 {
	margin-inline: auto 0;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt1 {
		align-items: center;
		justify-content: center;
		text-align: center;
		margin: 0;
	}
}
.p-investment-brand__box .-txt1 dt {
	font-size: clamp(1.3rem, 0.8rem + 1.5625vw, 3.8rem);
	color: var(--color-bk);
	line-height: 1.7;
	margin-block: 5% auto;
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt1 dt {
		margin: 0 0 40px 0;
	}
}
.p-investment-brand__box .-txt1 dd {
	margin-block: auto 5%;
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt1 dd {
		margin-block: 0 50px;
	}
}
.p-investment-brand__box .-txt1 dd img {
	width: 60%;
	max-width: 365px;
}
.p-investment-brand__box .-txt2 {
	position: relative;
	text-align: center;
	margin-inline: 0 auto;
	padding-inline-start: 5%;
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt2 {
		padding: 35px 0;
		margin: 0;
	}
	.p-investment-brand__box .-txt2:before {
		content: "";
		background-color: var(--color-brw2);
		width: 100%;
		height: 100%;
		mix-blend-mode: multiply;
		position: absolute;
		right: 0;
		top: 0;
	}
}
.p-investment-brand__box .-txt2 dt {
	font-size: clamp(2.4rem, 1.8rem + 1.875vw, 5.4rem);
	line-height: 1.7;
	margin-block-end: clamp(2rem, 1.3rem + 2.1875vw, 5.5rem);
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt2 dt {
		position: relative;
	}
}
.p-investment-brand__box .-txt2 dt span {
	display: block;
	font-size: clamp(1rem, 0.88rem + 0.375vw, 1.6rem);
}
.p-investment-brand__box .-txt2 dd {
	font-size: clamp(1rem, 0.84rem + 0.5vw, 1.8rem);
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.p-investment-brand__box .-txt2 dd {
		position: relative;
	}
}
.p-investment .page-footer-area {
	margin-block-start: clamp(4rem, 1.8rem + 6.875vw, 15rem);
}

/* modal */
/* モーダル全体の背景（最初は非表示） */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* モーダル表示時のクラス */
.modal.is-open {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	opacity: 1;
}

/* スクロールを制御するコンテナ */
.modal-content-wrapper {
	max-width: 90%;
	max-height: 90%;
	overflow-y: auto;
	margin: 50px auto;
	padding-right: 10px;
	box-sizing: border-box;
}

.modal-content {
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
}

.modal-close {
	position: fixed;
	top: 50px;
	right: 10%;
	width: 40px;
	cursor: pointer;
	z-index: 1001;
	transition: opacity 0.2s;
}

.modal-close:hover {
	opacity: 0.7;
}

@media (max-width: 767px) {
	.modal-content-wrapper {
		padding-right: 0px;
	}
	.modal-content-wrapper {
		margin: 40px auto;
	}
	.modal-close {
		top: 6%;
		right: 5%;
		width: 24px;
	}
}
/* サムネイル側にポインターを出す */
.modal-trigger {
	cursor: pointer;
	transition: opacity 0.3s, transform 0.3s ease-in-out;
}

.modal-trigger:hover {
	opacity: 0.6;
	transform: scale(0.96);
}
.p-investment .map-popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);
}
.p-investment .map-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 1200px;
  max-height: 90vh;
  background: #fff;
  transform: translate(-50%, -50%);
}
.p-investment .map-popup__content {
  max-height: 90vh;
  overflow-y: auto;
  padding: 40px;
}
.p-investment .map-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 0;
}
.p-investment .map-popup__close::before, .p-investment .map-popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 1px;
  background: #333;
}
.p-investment .map-popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-investment .map-popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-investment .map-popup .map-mv {
  display: none;
}
.p-investment .map-popup .general-section .inner {
  padding: 0px 0 100px;
}
.p-investment .map-popup .text-parking {
  line-height: 1.5;
  margin-top: 50px;
  font-size: 1.6rem;
  color: #002c69;
  letter-spacing: 0.1rem;
  border-top: 1px solid #002c69;
  border-bottom: 1px solid #002c69;
  padding: 20px 0;
}
.p-investment .map-popup .text-parking .small-text {
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-investment .map-popup .general-section .inner {
    padding: 0px 0 0;
  }
  .p-investment .map-popup__inner {
    width: calc(100% - 20px);
    max-height: calc(100vh - 160px);
  }
  .p-investment .map-popup__content {
    max-height: calc(100vh - 160px);
    padding: 10px 10px 10px;
  }
  .p-investment .map-popup__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  .p-investment .map-popup__close::before, .p-investment .map-popup__close::after {
    width: 24px;
  }
  .p-investment .map-popup .page-title-wrap {
    padding: 27px 0;
  }
  .p-investment .map-popup .text-parking {
    font-size: 1.1rem;
    margin-top: 30px;
  }
}

.p-investment .p-plan-detail {
  padding: 60px 0 0;
}
.p-investment .p-plan-detail__container {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  row-gap: 80px;
  grid-template:
    "txt1 . pic" auto
    /42% 13% 45%;
}
.p-investment .p-plan-detail__txt1 {
  grid-area: txt1;
}
.p-investment .p-plan-detail__txt1 .spec01 {
  font-weight: 400;
  font-size: 9rem;
  margin-bottom: 20px;
  line-height: 1;
}
.p-investment .p-plan-detail__txt1 .spec01 .num1 {
  font-size: 6rem;
  margin-left: 2.8%;
  letter-spacing: .9rem;
}
.p-investment .p-plan-detail__txt1 .spec02 {
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 31px;
  word-break: break-all;
	font-size: 38px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
.p-investment .p-plan-detail .menseki-box {
  font-size: clamp(1.1rem, 1.4vw, 1.5rem);
}
.p-investment .p-plan-detail .menseki01 {
  margin-bottom: 20px;
}
.p-investment .p-plan-detail .menseki02 + .menseki02 {
  margin-top: 5px;
}
.p-investment .p-plan-detail .menseki {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 0 2.6%;
}
.p-investment .p-plan-detail figure {
  grid-area: pic;
}
.p-investment .p-plan-list-icons-wrap {
  margin: 6% 0 0 0;
  width: 73%;
}
@media screen and (max-width: 1000px) {
  .p-investment .p-plan-list-icons-wrap {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .p-investment .p-plan-detail {
    padding: 10% 0 0;
  }
  .p-investment .p-plan-detail__container {
    width: calc(100% - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12vw;
  }
  .p-investment .p-plan-detail__container > * {
    grid-area: auto;
    grid-column: auto;
  }
  .p-investment .p-plan-detail__txt1 {
    width: 100%;
  }
  .p-investment .p-plan-detail__txt1 .spec01 {
    margin-bottom: 5%;
    font-size: 2rem;
    text-align: center;
  }
  .p-investment .p-plan-detail__txt1 .spec01 span {
    font-size: 5rem;
  }
  .p-investment .p-plan-detail__txt1 .spec01 .num1 {
    font-size: 3rem;
  }
  .p-investment .p-plan-detail__txt1 .spec02 {
    font-size: 5vw;
    margin-bottom: 6%;
		text-align: center;
  }
  .p-investment .p-plan-detail .menseki-box {
    display: flex;
    justify-content: center;
  }
  .p-investment .p-plan-detail .menseki {
    display: flex;
    gap: 1rem;
  }
  .p-investment .p-plan-detail .menseki01 {
    margin-bottom: 14px;
  }
}
.p-investment .p-plan-detail .menseki01 .num1 {
  font-size: 450%;
}
.p-investment .p-plan-detail .menseki01 .num2 {
  font-size: 330%;
}
.p-investment .p-plan-detail .menseki01 .num3 {
  font-size: 150%;
}
.p-investment .p-plan-detail .menseki01 .num4 {
  font-size: 130%;
}
.p-investment .p-plan-detail .menseki02 .num1 {
  font-size: 212%;
}
.p-investment .p-plan-detail .menseki02 .num2 {
  font-size: 187%;
}
.p-investment .hanrei-box {
  margin-top: 120px;
}
.p-investment .hanrei-box .detail {
  margin-bottom: 11px;
  font-size: clamp(1.1rem, 1.1vw, 1.5rem);
  color: #4b4949;
  line-height: 1.4;
}
.p-investment .hanrei-box .caption {
  color: #4b4949;
  font-size: 1.1rem;
}
.p-investment .hanrei img {
  vertical-align: bottom;
  margin-bottom: 22px;
}
.p-investment .p-plan-list-icons-wrap {
  margin: 6% 0 0 0;
  width: 73%;
}
@media screen and (max-width: 1000px) {
  .p-investment .p-plan-list-icons-wrap {
    width: 85%;
  }
}
.p-investment .p-plan-list-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px 4%;
  margin: 0 auto;
}
.p-investment .p-plan-list-icon {
  max-width: 176px;
  width: 48%;
  font-size: clamp(11px, 1.3vw, 16px);
  background: linear-gradient(
    to right,
    #ebf1f4 0%,
    #d6dce0 25%,
    #bec4c8 50%,
    #b1b7ba 75%,
    #b8bec2 100%
  );
  padding: 3.6% 0;
  text-align: center;
  color: #333;
  letter-spacing: -.07rem;
}
.p-investment .p-plan-list-icon.icon-red {
  background: linear-gradient(
    to right,
    #560d14 0%,
    #7e1b1f 25%,
    #ac2427 50%,
    #610f16 75%,
    #871b22 100%
  );
  color: #fff;
}
.p-investment .p-plan .madori.type_z {
  width: 97%;
  margin-right: 0;
  margin-left: auto;
}
.p-investment .p-plan .madori.type_h {
  width: 78%;
  margin-right: 0;
  margin-left: auto;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .p-investment .p-plan .madori.type_z {
    width: 100%;
    margin: 0 auto;
  }
  .p-investment .p-plan .madori.type_h {
    width: 93%;
    margin-right: 0;
    margin-left: auto;
    min-width: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-investment .p-plan .madori.type_i {
    width: 88%;
    margin: 0 auto;
  }
  .p-investment .p-plan .madori.type_j {
    width: 85%;
    margin: 0 auto;
  }
  .p-investment .p-plan .madori.type_l {
    width: 87%;
    margin: 0 auto;
    margin-right: auto;
    margin-left: 10%;
  }
  .p-investment .p-plan .madori.type_f {
    width: 88%;
    margin-right: 0;
    margin-left: auto;
    min-width: unset;
  }
  .p-investment .p-plan .madori.type_a {
    width: 88%;
    margin-right: 0;
    margin-left: auto;
    min-width: unset;
  }
  .p-investment .p-plan .madori.type_d {
    width: 88%;
    min-width: unset;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-investment .p-plan .hanrei-box .detail {
    margin-bottom: 6px;
    font-size: clamp(1.1rem, 1.1vw, 1.5rem);
    color: #4b4949;
  }
  .p-investment .p-plan .hanrei img {
    margin-bottom: 10px;
  }
  .p-investment .p-plan .hanrei-box {
    margin-top: 0;
    width: 100%;
  }
  .p-investment .p-plan .hanrei-box .caption {
    font-size: 1rem;
  }
  .p-investment .p-plan-list-icons-wrap {
    margin: 7% auto 0;
    width: 100%;
    max-width: none;
  }
  .p-investment .p-plan-list-icons {
    gap: 10px 3%;
    justify-content: flex-start;
  }
  .p-investment .p-plan-list-icons.sp-center {
    justify-content: center;
  }
  .p-investment .p-plan-list-icon {
    width: 48.5%;
    max-width: unset;
    font-size: 3.6vw;
    padding: 3.2% 0;
  }
}
@media screen and (max-width: 767px) {
    .p-investment .hanrei-box {
        margin-top: 0;
        width: 100%;
    }
}
/*# sourceMappingURL=investment.css.map */