@charset "utf-8";



/*  l-page
--------------------------------------------------*/
.l-page {
	position: relative;
	margin-top: 6.0rem;
}
.page-list {
	position: relative;
}
.page-list__item {
	width: calc(326 / 1360 * 100%);
}
.page-list__item a {
	display: block;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	background-color: #e5e9eb;
}
@media screen and (min-width: 769px){
	.page-list__item a {
		transition: background-color .3s,color .3s;
	}
	.page-list__item a:hover {
		color: #fff;
		background-color: #6a9f8e;
	}
}
@media screen and (max-width: 768px){
	.l-page {
		margin-top: 0;
	}
	.page-list {
		width: calc(300 / 380 * 100%);
	}
	.page-list__item {
		width: 100%;
	}
	.page-list__item + .page-list__item {
		margin-top: 2.0rem;
	}
	.page-list__item a {
		height: auto;
		font-size: 1.4rem;
		padding-block: 1.4rem 1.5rem;
	}
	.page-list__item:last-of-type a {
		padding-block: 1.0rem 1.1rem;
	}
}




/*  l-scheme
--------------------------------------------------*/
.l-scheme {
	position: relative;
	margin-top: 13.0rem;
	padding-bottom: 9.0rem;
}
.scheme-head {
	margin-bottom: 5.0rem;
}
.scheme-head__en {
	font-size: 2.5rem;
	letter-spacing: .05em;
	color: #999999;
	text-align: center;
	margin-bottom: 4.0rem;
}
.scheme-head__ttl {
	font-size: 3.6rem;
	letter-spacing: .35em;
	line-height: 1.944444444444444;
	text-align: center;
	margin-bottom: 3.0rem;
}
.scheme-head__ttl span {
	color: #ae131b;
}
.scheme-head__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
}
.scheme-profile {
	width: min(100%,1160px);
	margin: 10.0rem auto 0;
	padding: calc(50 / 1360 * 100%);
	background-color: #e8f2f2;
}
.scheme-profile__figure {
	width: calc(200 / 1060 * 100%);
}
.scheme-profile__info {
	width: calc(810 / 1060 * 100%);
}
.scheme-profile__info__name {
	position: relative;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: .2em;
	font-weight: 600;
	margin-block: calc((2 - 1) / 2 * -1em) 2.0rem;
}
.scheme-profile__info__name span {
	display: block;
	font-size: .727272727272727em;
	font-weight: 500;
}
.scheme-profile__info__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: justify;
}
@media screen and (max-width: 768px){
	.l-scheme {
		margin-top: 6.0rem;
		padding-bottom: 6.0rem;
	}
	.scheme-head {
		margin-bottom: 3.0rem;
	}
	.scheme-head__en {
		font-size: 1.8rem;
        letter-spacing: 0.1em;
		margin-bottom: 2.0rem;
	}
	.scheme-head__ttl {
		font-size: 1.9rem;
		letter-spacing: .2em;
		margin-bottom: 2.5rem;
	}
	.scheme-head__desc {
		font-size: 1.4rem;
		text-align: justify;
	}
	.scheme-profile {
		margin: 3.5rem auto 0;
		padding: calc(30 / 320 * 100%);
		background-color: #e8f2f2;
	}
	.scheme-profile__figure {
		width: calc(200 / 260 * 100%);
		margin: 0 auto 2.0rem;
	}
	.scheme-profile__info {
		width: 100%;
	}
	.scheme-profile__info__name {
		font-size: 1.6rem;
		margin-block: 0 2.0rem;
	}
	.scheme-profile__info__desc {
		font-size: 1.4rem;
	}
}





/*  l-leasehold
--------------------------------------------------*/
.l-leasehold {
	position: relative;
	padding-block: 10.0rem 14.0rem;
	background-color: #f6f6f4;
}
.leasehold-head {
	margin-bottom: 5.0rem;
}
.leasehold-head__en {
	font-size: 2.5rem;
	letter-spacing: .05em;
	color: #999999;
	text-align: center;
	margin-bottom: 2.0rem;
}
.leasehold-head__ttl {
	font-size: 3.6rem;
	letter-spacing: .35em;
	line-height: 1.944444444444444;
	text-align: center;
}
.leasehold-contents {
	position: relative;
	padding-block: 9.0rem 9.5rem;
	background-color: #e5e9eb;
}
.leasehold-contents + .leasehold-contents {
	margin-top: 15.0rem;
}
.leasehold-box {
	position: relative;
	width: calc(1164 / 1360 * 100%);
	margin-inline: auto;
}
.leasehold-heading {
	font-size: 3.2rem;
	line-height: 1.75;
	letter-spacing: .3em;
	text-align: center;
}
.leasehold-article {
	width: 100%;
	padding-block: 4.5rem 5.5rem;
	background-color: #fff;
}
.leasehold-article__heading {
	font-size: 2.4rem;
	line-height: 2.25;
	letter-spacing: .2em;
	text-align: center;
}
.leasehold-article__heading span{
	display: inline-block;
}
.leasehold-article__heading small{
	display: block;
	text-align: justify;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #999999;
}
.leasehold-article__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
	margin-top: 2.0rem;
}
.leasehold-article__desc span {
	color: #ae131b;
}
.leasehold-article__desc small {
	display: block;
	font-size: 1.1rem;
	line-height: 1.75;
	letter-spacing: .05em;
	color: #999999;
	margin-top: 1em;
}
.leasehold-article__note {
	width: calc(1040 / 1164 * 100%);
	margin-inline: auto;
	font-size: 1.1rem;
	line-height: 1.4;
	letter-spacing: .1em;
	color: #999999;
	text-align: right;
	margin-top: 1.0rem;
}
.leasehold-cacth {
	position: relative;
	width: 100%;
	margin-top: 5.0rem;
	padding-top: 8.2rem;
}
.leasehold-cacth:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-inline: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.0rem 5.0rem 0 5.0rem;
	border-color: #d3dade transparent transparent transparent;
}
.leasehold-cacth__txt {
	position: relative;
	font-size: 3.0rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
	padding-block: 1.8rem 1.6rem;
}
.leasehold-cacth__txt:before,
.leasehold-cacth__txt:after {
	content: '';
	position: absolute;
	top: 0;
	width: 2.0rem;
	height: 100%;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;
}
.leasehold-cacth__txt:before {
	left: 0;
	border-left: solid 2px #000000;
}
.leasehold-cacth__txt:after {
	right: 0;
	border-right: solid 2px #000000;
}
.leasehold-cacth__txt span {
	background: linear-gradient(transparent 50%, #f6f8cb 50%);
}

/* leasehold-feature */
.leasehold-feature{
	position: relative;
}
.leasehold-feature__explain {
	font-size: 2.4rem;
	line-height: 2;
	letter-spacing: .3em;
	text-align: center;
	margin-block: 5.0rem 2.5rem;
}
.leasehold-feature__describe {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 2.5rem;
}
.leasehold-feature__txt {
	font-size: 1.8rem;
	line-height: 1.75;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: 2.0rem;
}
.leasehold-feature__point {
	gap: 3.3rem;
	margin-bottom: 3.5rem;
}
.leasehold-feature__point__item {
	position: relative;
	padding-left: 2.5rem;
}
.leasehold-feature__point__item em {
	position: absolute;
	left: 0;
	top: .3em;
	width: 2.0rem;
	height: 2.0rem;
	font-size: 1.8rem;
	letter-spacing: 0;
	color: #fff;
	line-height: 1;
	background-color: #6a9f8e;
	border-radius: 50%;
}
.leasehold-feature__point__item span {
	display: inline-block;
	font-size: 2.0rem;
	line-height: 1.7;
	letter-spacing: .2em;
}
.leasehold-feature__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: justify;
}


/* leasehold-difference */
.leasehold-difference__change {
	margin-top: 4.0rem;
}
.leasehold-difference__change__figure {
	width: calc(820 / 1164 * 100%);
	margin-inline: auto;
	margin-top: 4.0rem;
}
.leasehold-difference__price {
	margin-top: 10.0rem;
}
.leasehold-difference__price__desc {
	width: calc(1040 / 1164 * 100%);
	margin-inline: auto;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	margin-top: 3.0rem;
}
.leasehold-difference__price__desc span {
	position: relative;
	display: block;
	font-size: 1.125em;
	padding-left: 2.0rem;
}
.leasehold-difference__price__desc span:before {
	content: '';
	position: absolute;
	left: 0;
	top: .55em;
	width: 1.3rem;
	height: 1.3rem;
	background-color: #6a9f8e;
	transform: rotate(45deg);
	transform-origin: center center;
}
.leasehold-difference__price__figure {
	width: calc(860 / 1164 * 100%);
	margin-inline: auto;
	margin-top: 4.0rem;
}


/* leasehold-about */
.leasehold-about__explain {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: center;
	margin-block: 3.0rem 4.0rem;
}
.leasehold-about__graph {
	padding-block: 1.5rem;
    background-color: transparent;
}
.leasehold-about__graph__figure {
	width: calc(1040 / 1164 * 100%);
	margin-inline: auto;
}


/* leasehold-charm */
.leasehold-charm__wrap {
	margin-top: 4.0rem;
}
.leasehold-charm__wrap + .leasehold-charm__wrap {
	margin-top: 5.0rem;
}
.leasehold-charm__ttl {
	width: calc(1060 / 1164 * 100%);
	margin: 0 auto 3.5rem;
	font-size: 2.8rem;
	letter-spacing: .2em;
	color: #fff;
	line-height: 1.444444444444444;
	text-align: center;
	padding-block: 1.0rem 1.1rem;
	background-color: #4b4b4b;
}
.leasehold-charm__box {
	width: calc(960 / 1164 * 100%);
	margin-inline: auto;
}
.leasehold-charm__box__desc {
	text-align: justify;
	margin-bottom: 4.5rem;
}
.leasehold-charm__box__note {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: .2em;
	padding-left: 2.0rem;
	margin-bottom: 3.0rem;
}
.leasehold-charm__wrap2 .leasehold-charm__box__note {
	margin-bottom: -2.2rem;
}
.leasehold-charm__box__note:before {
	content: '';
	position: absolute;
	left: 0;
	top: .55em;
	width: 1.3rem;
	height: 1.3rem;
	background-color: #6a9f8e;
	transform: rotate(45deg);
	transform-origin: center center;
}
.leasehold-charm__box__note small {
	font-size: .6em;
}
.leasehold-charm__wrap2 .leasehold-charm__box__figure {
	width: calc(870 / 960 * 100%);
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.l-leasehold {
		padding-block: 4.0rem 6.0rem;
	}
	.leasehold-head {
		margin-bottom: 3.0rem;
	}
	.leasehold-head__en {
		font-size: 1.6rem;
        letter-spacing: 0.1em;
		margin-bottom: 1.0rem;
	}
	.leasehold-head__ttl {
		font-size: 1.9rem;
		letter-spacing: .2em;
	}
	.leasehold-contents {
		padding-block: 4.0rem 5.5rem;
	}
	.leasehold-contents + .leasehold-contents {
		margin-top: 5.0rem;
	}
	.leasehold-box {
		width: calc(300 / 340 * 100%);
	}
	.leasehold-heading {
		font-size: 1.9rem;
		letter-spacing: .2em;
	}
	.leasehold-article__heading {
		font-size: 1.6rem;
		line-height: 2;
	}
	.leasehold-article__heading small{
		text-align: left;
		font-size: .8rem;
		margin-top: .5rem;
	}
	.leasehold-article {
		padding-block: 3.0rem 5.0rem;
	}
	.leasehold-article__desc {
		width: calc(260 / 300 * 100%);
		margin-inline: auto;
		font-size: 1.4rem;
        line-height: 2.25;
		letter-spacing: .15em;
		text-align: justify;
		margin-top: 1.5rem;
	}
	.leasehold-article__desc small {
		font-size: 1.0rem;
	}
	.leasehold-article__note {
		width: calc(260 / 300 * 100%);
		font-size: .8rem;
		text-align: justify;
	}
	.leasehold-cacth {
		margin-top: 4.0rem;
		padding-top: 6.2rem;
	}
	.leasehold-cacth:before {
		border-style: solid;
		border-width: 3.0rem 3.0rem 0 3.0rem;
		border-color: #d3dade transparent transparent transparent;
	}
	.leasehold-cacth__txt {
		position: relative;
		font-size: 1.6rem;
		letter-spacing: .15em;
		padding-block: 1.2rem 1.6rem;
	}
	.leasehold-cacth__txt:before,
	.leasehold-cacth__txt:after {
		border-top: solid 1px #000000;
		border-bottom: solid 1px #000000;
	}

	/* leasehold-feature */
	.leasehold-feature__explain {
		font-size: 1.6rem;
		letter-spacing: .2em;
		margin-block: 3.0rem 2.1rem;
	}
	.leasehold-feature__describe {
		font-size: 1.4rem;
		text-align: justify;
		margin-bottom: 2.0rem;
	}
	.leasehold-feature__txt {
		font-size: 1.4rem;
		line-height: 2;
		text-align: justify;
		margin-bottom: 2.0rem;
	}
	.leasehold-feature__point {
		gap: 1.0rem 0;
		margin-bottom: 2.0rem;
	}
	.leasehold-feature__point__item {
		width: 100%;
		padding-left: 2.2rem;
	}
	.leasehold-feature__point__item em{
		top: .3em;
		width: 1.7rem;
		height: 1.7rem;
		font-size: 1.4rem;
	}
	.leasehold-feature__point__item span{
		font-size: 1.6rem;
	}
	.leasehold-feature__desc {
		font-size: 1.4rem;
	}


	/* leasehold-about */
	.leasehold-about__explain {
		font-size: 1.4rem;
        line-height: 2.25;
		letter-spacing: .15em;
		text-align: justify;
		margin-block: 2.0rem 3.0rem;
	}
	.leasehold-about__graph {
		padding-block: 0;
	}
	.leasehold-about__graph__figure {
		width: calc(260 / 300 * 100%);
		margin-top: 2.5rem;
	}
	.leasehold-about__graph__figure figure{
		width: 600px;
	}


	/* leasehold-difference */
	.leasehold-difference__change {
		margin-top: 3.0rem;
	}
	.leasehold-difference__change__figure {
		width: calc(260 / 300 * 100%);
		margin-top: 2.5rem;
	}
	.leasehold-difference__price {
		margin-top: 6.0rem;
	}
	.leasehold-difference__price__desc {
		width: calc(260 / 300 * 100%);
		font-size: 1.4rem;
		text-align: justify;
		margin-top: 2.5rem;
	}
	.leasehold-difference__price__desc span {
		padding-left: 1.8rem;
	}
	.leasehold-difference__price__desc span:before {
		top: .55em;
		width: 1.1rem;
		height: 1.1rem;
	}
	.leasehold-difference__price__figure {
		width: calc(260 / 300 * 100%);
		margin-top: 2.5rem;
	}

	/* leasehold-charm */
	.leasehold-charm__wrap {
		margin-top: 3.0rem;
	}
	.leasehold-charm__wrap + .leasehold-charm__wrap {
		margin-top: 4.0rem;
	}
	.leasehold-charm__ttl {
		width: calc(300 / 340* 100%);
		font-size: 1.6rem;
		padding-block: 1.0rem 1.1rem;
	}
	.leasehold-charm__box {
		width: 100%;
	}
	.leasehold-charm__box__desc {
		margin-bottom: 2.5rem;
	}
	.leasehold-charm__box__note {
		width: calc(260 / 300* 100%);
		margin-inline: auto;
		font-size: 1.4rem;
		padding-left: 1.8rem;
		margin-bottom: 2.0rem;
	}
	.leasehold-charm__wrap2 .leasehold-charm__box__note {
		margin-bottom: 2.0rem;
	}
	.leasehold-charm__box__note:before {
		top: .55em;
		width: 1.1rem;
		height: 1.1rem;
	}
	.leasehold-charm__box__figure {
		width: calc(260 / 300* 100%);
		margin-inline: auto;
	}
	.leasehold-charm__wrap2 .leasehold-charm__box__figure {
		width: calc(260 / 300* 100%);
	}
	.leasehold-charm .leasehold-cacth__txt {
		font-size: 1.5rem;
	}

}





/*  l-interview
--------------------------------------------------*/
.l-interview {
	position: relative;
	padding-block: 10.0rem 14.0rem;
	background-color: #4c4c4c;
}
.interview-head {
	margin-bottom: 5.0rem;
}
.interview-head__en {
	font-size: 2.5rem;
	letter-spacing: .05em;
	color: #fff;
	text-align: center;
	margin-bottom: 2.0rem;
}
.interview-head__ttl {
	font-size: 3.6rem;
	letter-spacing: .35em;
	line-height: 1.944444444444444;
	color: #fff;
	text-align: center;
}
.interview-head__ttl span {
	display: inline-block;
}
.interview-head__ttl small {
	display: block;
	font-size: 1.4rem;
	letter-spacing: .15em;
	color: #d2cece;
	text-align: right;
}
.interview-contents {
	position: relative;
	padding: 5.0rem 4.8rem 5.0rem;
	background-color: #fff;
}
.interview-figure {
	width: calc(250 / 1264 * 100%);
}
.interview-detail {
	width: calc(964 / 1264 * 100%);
}
.interview-detail__heading {
	font-size: 2.4rem;
    line-height: 2.25;
    letter-spacing: .2em;
    padding-bottom: 1.0rem;
    margin-top: calc((2 - 1) / 2 * -1em);
    margin-bottom: 2.5rem;
    border-bottom: solid 1px #000000;
}
.interview-detail__desc {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: .2em;
	text-align: justify;
}
.interview-detail__name {
	font-size: 1.4rem;
	line-height: 1.4;
	letter-spacing: .2em;
	text-align: right;
	margin-top: 3.0rem;
}
.interview-detail__name span{
	display: inline-block;
	padding-right: 2.0rem;
}
.interview-detail__name em{
	font-size: 2.4rem;
	letter-spacing: .2em;
}
.bnr-suumo {
	width: min(100%,1080px);
	margin: 6.0rem auto 0;
}
@media screen and (max-width: 768px){
	.l-interview {
		padding-block: 4.0rem 6.0rem;
	}
	.interview-head {
		margin-bottom: 3.0rem;
	}
	.interview-head__en {
		font-size: 1.6rem;
        letter-spacing: 0.1em;
		margin-bottom: 1.0rem;
	}
	.interview-head__ttl {
		font-size: 1.9rem;
		letter-spacing: .2em;
	}
	.interview-head__ttl small {
		font-size: 1.0rem;
	}
	.interview-contents {
		padding: 3.5rem calc(20 / 340* 100%) 5.0rem;
	}
	.interview-figure {
		width: calc(200 / 300 * 100%);
		margin-inline: auto;
	}
	.interview-detail {
		width: 100%;
		margin-top: 3.0rem;
	}
	.interview-detail__heading {
		font-size: 1.8rem;
		line-height: 2;
		text-align: center;
	    margin-top: 0;
	    padding-bottom: 2.2rem;
        margin-bottom: 2.6rem;
	}
	.interview-detail__desc {
		font-size: 1.4rem;
        line-height: 2.25;
		letter-spacing: .15em;
		text-align: justify;
	}
	.interview-detail__name {
		font-size: 1.2rem;
		letter-spacing: .2em;
	}
	.interview-detail__name span{
		display: block;
		padding-right: 0;
		margin-bottom: .5rem;
	}
	.interview-detail__name em{
		font-size: 1.8rem;
	}
	.bnr-suumo {
		margin: 3.0rem auto 0;
	}
}


