@charset "UTF-8";
@media screen and (max-width: 767px) {
	.l-bg {
		background: linear-gradient(211deg, rgba(166, 216, 237, 0.8) 9.32%, rgba(255, 255, 255, 0.8) 34.05%, rgba(247, 237, 228, 0.8) 69.85%);
	}
	.l-bg.-bg02 {
		background: linear-gradient(24deg, rgba(166, 216, 237, 0.8) 3.39%, rgba(255, 255, 255, 0.8) 37.06%, rgba(247, 237, 228, 0.8) 78.52%);
	}
}

.p-partner-heading {
	padding-top: 3.5rem;
	padding-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-partner-heading {
		padding-top: 0;
		padding-bottom: 8rem;
	}
}
.p-partner-heading .l-content-inner {
	width: 136rem;
	padding: 0 1.2rem 0 1rem;
}
@media screen and (max-width: 767px) {
	.p-partner-heading .l-content-inner {
		padding: 0 4rem;
	}
}

.p-links {
	background-color: #1F1F1F;
}
@media screen and (max-width: 767px) {
	.p-links {
		background-color: transparent;
		padding-bottom: 13rem;
	}
}
@media print, screen and (min-width: 768px) {
	.p-links__list.pc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.p-links__list.pc .item {
	width: 50%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-links__list.pc .item {
		display: 100%;
	}
}
.p-links__list.pc .item .cnt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-links__list.pc .item .cnt {
		position: static;
	}
}
.p-links__list.pc .item .cnt > .text {
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 3.2rem; /* 133.333% */
	letter-spacing: 0.24rem;
}
.p-links__list.pc .item .c-btn {
	width: 41rem;
	position: absolute;
	left: 50%;
	bottom: 6rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-links__list.pc .item .c-btn__inn:hover .arrow img {
	-webkit-animation: none;
	        animation: none;
}
.p-links__list.pc .item .c-btn__inn .text {
	letter-spacing: 0.2em;
}
.p-links__list.pc .item__inn:hover {
	opacity: 1;
}
.p-links__list.pc .item__inn:hover .c-btn__inn::before {
	width: 100%;
	background-image: url(../images/common/bg_btn-before.png);
}
.p-links__list.sp .c-btn.-arrow.-icon {
	width: 55.4rem;
	height: 12rem;
	margin: 2.4rem auto auto;
}
.p-links__list.sp .c-btn.-arrow.-icon:first-of-type {
	margin-top: 0;
}
.p-links__list.sp .c-btn.-arrow.-icon .c-btn__inn {
	background-color: #1c1c1c;
	padding-left: 1rem;
}
.p-links__list.sp .c-btn.-arrow.-icon .c-btn__inn .icon {
	width: 10rem;
	height: 10rem;
}
.p-links__list.sp .c-btn.-arrow.-icon .c-btn__inn .text {
	font-size: 3.2rem;
	letter-spacing: 0;
}
.p-links__list.sp .c-btn.-arrow.-icon .c-btn__inn .arrow {
	right: 3.4rem;
	width: 1.8rem;
	height: 1.1rem;
}
.p-links__list.sp .c-btn.-arrow.-icon .c-btn__inn .arrow img {
	width: 100%;
}
.p-links__list.sp .c-btn.-arrow.-icon .icon.-residents img {
	width: 5.5rem;
}
.p-links__list.sp .c-btn.-arrow.-icon .icon.-construction img {
	width: 6.1rem;
}

.p-contents {
	padding-top: 16rem;
}
@media screen and (max-width: 767px) {
	.p-contents {
		padding-top: 10rem;
	}
}
.p-contents__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-contents__content {
		display: block;
	}
}
.p-contents__content .img {
	width: 55.2rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .img {
		margin: 6.4rem -4rem auto;
		width: calc(100% + 8rem);
	}
}
.p-contents__content .cnt {
	width: 52rem;
}
@media screen and (max-width: 767px) {
	.p-contents__content .cnt {
		width: 100%;
	}
}
.p-contents__text {
	margin-top: 4rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
}
@media screen and (max-width: 767px) {
	.p-contents__text {
		margin-top: 3.8rem;
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 6rem; /* 230.769% */
	}
}
.p-contents__btns {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.p-contents__btns {
		display: block;
		margin-top: 6.4rem;
	}
	.p-contents__btns .c-btn {
		margin: 2.4rem auto auto;
	}
	.p-contents__btns .c-btn:first-of-type {
		margin-top: 0;
	}
	.p-contents__btns .c-btn__inn .icon img {
		width: 5rem;
	}
}
.p-contents .sound-link {
	margin-top: 1.8rem;
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
}
@media screen and (max-width: 767px) {
	.p-contents .sound-link {
		margin-top: 4rem;
		text-align: center;
		font-size: 2.4rem;
		font-weight: 400;
		line-height: 2.8rem; /* 116.667% */
	}
}
.p-contents .sound-link a {
	text-decoration: underline;
}
.p-contents__merit {
	padding-top: 9.5rem;
	padding-bottom: 13.5rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit {
		padding-top: 12rem;
		padding-bottom: 14rem;
	}
}
.p-contents__merit-text {
	margin-top: 2.5rem;
	color: #000;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
	letter-spacing: 0.052rem;
	margin-bottom: 5.6rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-text {
		margin-top: 5.6rem;
		text-align: justify;
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 6rem; /* 230.769% */
	}
}
.p-contents__merit-content {
	margin-top: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 4rem;
	color: #000;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content {
		margin-top: 8rem;
	}
}
.p-contents__merit-content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #ffffff;
	border-radius: 2rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box {
		border-radius: 3rem;
		display: block;
	}
}
.p-contents__merit-content .box .img {
	width: 56.4rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .img {
		width: 100%;
	}
}
.p-contents__merit-content .box .cnt {
	width: calc(100% - 56.4rem);
	padding: 0 7.4rem 0 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .cnt {
		width: 100%;
		padding: 4rem 3.4rem 6rem;
	}
}
.p-contents__merit-content .box .title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .title-wrap {
		gap: 2.4rem;
	}
}
.p-contents__merit-content .box .title-wrap .icon {
	width: 8rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .title-wrap .icon {
		width: 10rem;
	}
}
.p-contents__merit-content .box .title-wrap .title {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3.2rem; /* 177.778% */
	letter-spacing: 0.18rem;
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .title-wrap .title {
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 5.3rem; /* 165.625% */
		letter-spacing: 0.16rem;
	}
}
.p-contents__merit-content .box .text {
	margin-top: 2rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.8rem; /* 215.385% */
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .text {
		text-align: justify;
		font-size: 2.6rem;
		font-weight: 400;
		line-height: 5.6rem; /* 215.385% */
	}
}
.p-contents__merit-content .box .small-text {
	margin-top: 2.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem; /* 200% */
}
@media screen and (max-width: 767px) {
	.p-contents__merit-content .box .small-text {
		margin-top: 1em;
		text-align: justify;
		font-size: 2rem;
		font-weight: 400;
		line-height: 2;
	}
}
@media print, screen and (min-width: 768px) {
	.p-contents__merit-content .box:nth-of-type(2n+1) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.p-contents__merit-content .box:nth-of-type(2n+1) .cnt {
		padding: 0 8.4rem 0 7.4rem;
	}
}
.p-contents.-realestate {
	background-color: #1F1F1F;
	color: #ffffff;
}
.p-contents.-realestate .c-btn__inn {
	color: #1F1F1F;
	background-image: url(../images/common/bg_btn-before-w.png);
}
@media print, screen and (min-width: 768px) {
	.p-contents.-realestate .c-btn__inn:hover {
		color: #ffffff;
	}
}
.p-contents.-construction {
	padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
	.p-contents.-construction {
		padding-bottom: 24rem;
	}
}
.p-contents.-construction .p-contents__merit {
	padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
	.p-contents.-construction .p-contents__merit-content {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 2.4rem;
	}
	.p-contents.-construction .p-contents__merit-content .box {
		display: block;
		width: 36rem;
	}
	.p-contents.-construction .p-contents__merit-content .box .cnt {
		width: 100%;
		padding: 4.6rem 3.3rem;
	}
	.p-contents.-construction .p-contents__merit-content .box .title-wrap {
		display: block;
	}
	.p-contents.-construction .p-contents__merit-content .box .title-wrap .icon {
		margin: auto;
	}
	.p-contents.-construction .p-contents__merit-content .box .title-wrap .title {
		margin-top: 3.2rem;
		text-align: center;
	}
	.p-contents.-construction .p-contents__merit-content .box .text {
		margin-top: 3.2rem;
	}
}
@media screen and (max-width: 767px) {
	.p-contents.-construction .p-contents__merit-content .box .cnt {
		padding-top: 5.5rem;
	}
}

.fixed-bnr {
	position: fixed;
	right: 4rem;
	bottom: 19.5rem;
	width: 36rem;
	height: 13.2rem;
	border-radius: 1.6rem;
	padding: 0.3rem 0.4rem;
	background-color: #1F1F1F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.fixed-bnr {
		position: relative;
		right: auto;
		bottom: auto;
		border-radius: 3rem;
		padding: 0;
		display: block;
		width: 67rem;
		height: auto;
		background-color: #ffffff;
	}
}
.fixed-bnr.-fixed02 {
	bottom: 4rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr.-fixed02 {
		bottom: auto;
	}
}
.fixed-bnr .img {
	width: 17.5rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .img {
		width: 100%;
	}
}
.fixed-bnr .cnt {
	width: calc(100% - 17.5rem);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt {
		width: 100%;
		padding: 2.8rem 6rem 5rem;
		display: block;
	}
}
.fixed-bnr .cnt > div > .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 2.1rem; /* 150% */
}
@media screen and (max-width: 767px) {
	.fixed-bnr .cnt > div > .text {
		color: #1D1D1D;
		font-size: 3.2rem;
		font-weight: 600;
		line-height: 5.6rem; /* 175% */
	}
}
.fixed-bnr .c-btn {
	width: 15.6rem;
	height: 3.4rem;
	margin: 1.2rem auto auto;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn {
		width: 55.4rem;
		height: 12rem;
		margin-top: 2.4rem;
	}
}
.fixed-bnr .c-btn__inn {
	border-radius: 1rem;
	background: #515151;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2rem; /* 169.231% */
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0;
	padding: 0 1.3rem 0 0.7rem;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn__inn {
		background-color: #1F1F1F;
		border-radius: 3rem;
		font-size: 3.2rem;
	}
}
.fixed-bnr .c-btn__inn::before {
	content: none !important;
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn__inn {
		-webkit-transition: 0.3s opacity;
		transition: 0.3s opacity;
	}
	.fixed-bnr .c-btn__inn:hover {
		opacity: 0.7 !important;
	}
}
@media print, screen and (min-width: 768px) {
	.fixed-bnr .c-btn .icon {
		display: none !important;
	}
}
.fixed-bnr .c-btn .text {
	width: 12rem;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}
.fixed-bnr .c-btn .arrow {
	width: 0.7rem;
	height: 0.7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fixed-bnr .c-btn .arrow svg {
	display: block;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .c-btn .arrow {
		display: none;
	}
}
.fixed-bnr .close {
	width: 2.4rem;
	height: 2.4rem;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translateX(50%) translateY(-50%);
	        transform: translateX(50%) translateY(-50%);
	cursor: pointer;
	-webkit-transition: 0.3s opacity;
	transition: 0.3s opacity;
}
@media screen and (max-width: 767px) {
	.fixed-bnr .close {
		display: none;
	}
}
.fixed-bnr .close:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	body.fixed {
		position: fixed;
		width: 100%;
	}
	.fixed-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
	}
	.fixed-wrap {
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		padding: 0 4rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 4rem;
		z-index: 10001;
	}
	.close-sp {
		width: 5.6rem;
		height: 5.6rem;
		position: absolute;
		right: 2rem;
		top: 2rem;
		z-index: 10001;
	}
}
.js-fixed {
	position: relative;
	z-index: 9999;
	-webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media print, screen and (min-width: 768px) {
	.js-fixed {
		opacity: 0;
		visibility: hidden;
	}
	.js-fixed.is-visible {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.3s ease;
		transition: opacity 0.3s ease;
	}
}
@media screen and (max-width: 767px) {
	.js-fixed {
		display: none; /* 初期非表示 */
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.js-fixed-overlay,
	.fixed-wrap {
		display: none !important;
	}
}
/*# sourceMappingURL=partner.css.map */