@charset "UTF-8";



/*  l-intro
--------------------------------------------------*/
.l-intro {
	position: relative;
	padding-block: 19.0rem 0;
	background : linear-gradient(90deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 50%, rgba(240, 238, 230, 0) 100%);
}
.l-intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 17.4rem;
	background: linear-gradient(0deg, rgba(195, 185, 155, 0) 0%, rgb(204 197 176) 100%);
	pointer-events: none;
}
.intro-head {
	position: relative;
	z-index: 1;
}
.intro-head__heading {
	font-size: 3.6rem;
	line-height: 1.75;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 1.0rem;
}
.intro-head__desc {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
	text-align: center;
}
.intro-gallery {
	position: relative;
	padding-bottom: 6.5rem;
}
.intro-slide-wrap {
	position: relative;
	width: min(90%,1680px);
	margin-inline: auto;
}
.intro-slide__box {
	position: relative;
	padding-block: 8.5rem;
}
.intro-slide__item {
	transition: filter .3s linear;
}
.intro-slide__item.swiper-slide-active {
	filter: drop-shadow(0 0 30px rgba(0, 0, 0, .1));
}
:root .intro-gallery .swiper-button-prev,
:root .intro-gallery .swiper-button-next {
	position: absolute;
	left: auto;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
	margin: 0;
	line-height: 1;
	display: block;
	width: calc(70 / 1680 * 100%);
	height: auto;
	transition: opacity .3s;
	opacity: 1;
	z-index: 3;
}
:root .intro-gallery .swiper-button-prev {
	left: 27.7%;
}
:root .intro-gallery .swiper-button-next {
	right: 27.7%;
}
:root .intro-gallery .swiper-button-prev.swiper-button-disabled,
:root .intro-gallery .swiper-button-next.swiper-button-disabled {
	pointer-events: none;
	opacity: 0;
	cursor: default;
}
:root .intro-gallery .swiper-button-prev:after,
:root .intro-gallery .swiper-button-next:after {
	display: none;
}

/* ページネーション（カウント数字）エリア */
:root .intro-gallery .swiper-pagination {
	position: absolute;
	inset: auto 0 3rem;
	margin-inline: auto;
	width: 168px;
}
:root .intro-gallery .intro-slide__count {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
}
:root .intro-gallery .intro-slide__count::after {
	content: '';
	position: absolute;
	inset: 0 0 auto;
	margin-inline: auto;
	width: 1px;
	height: 100%;
    background: #93877c;
    transform: rotate(25deg) translateX(-1px);
}
:root .intro-gallery .intro-slide__num {
	font-size: 20px;
	line-height: 1;
	letter-spacing: .1em;
	color: #93877c;
}
:root .intro-gallery .swiper-progressbar {
	position: absolute;
	inset: auto 0 0;
    height: 2px;
    width: 100%;
    border-radius: 0;
    margin-inline: auto; /* 中央寄せ */
    overflow: hidden;
}
:root .intro-gallery .swiper-progressbar:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #cccccc;
}
:root .intro-gallery .swiper-pagination-progressbar-fill {
	background: #b4a882;
	border-radius: 0;
    height: 100%;
    transform-origin: left top;
    z-index: 1;
}
.intro-gallery .sec-slide__operation {
	width: 80px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-inline: 10px;
	display: none;
}
@media screen and (max-width: 768px){
	.l-intro {
		padding-block: 5.5rem 0;
	}
	.l-intro::before {
		height: 8.0rem;
	}
	.intro-head__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 1.0rem;
	}
	.intro-head__desc {
		font-size: 1.4rem;
		line-height: 1.71428571;
		/*text-align: justify;*/
	}
	.intro-gallery {
	    padding-bottom: 4.5rem;
	}
	.intro-slide-wrap {
	    width: min(100%, 560px);
	}
	.intro-slide__box {
		padding-block: 4.5rem;
	}
	.intro-slide__item.swiper-slide-active {
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, .05));
	}
	:root .intro-gallery .swiper-button-prev, 
	:root .intro-gallery .swiper-button-next {
		width: calc(30 / 380 * 100%);
	}
	:root .intro-gallery .swiper-button-prev {
		left: 2%;
	}
	:root .intro-gallery .swiper-button-next {
		right: 2%;
	}
	:root .intro-gallery .swiper-button-prev, 
	:root .intro-gallery .swiper-button-next {
		width: calc(30 / 380 * 100%);
	}
	:root .intro-gallery .swiper-pagination {
	    inset: auto 0 .5rem;
	}
	:root .intro-gallery .intro-slide__count {
        gap: 0 25px;
	}
	:root .intro-gallery .intro-slide__num {
		font-size: 16px;
	}
}




/*  l-movie
--------------------------------------------------*/
.l-movie {
	position: relative;
	padding-block: 14.5rem 20.0rem;
}
.movie-inner {
	max-width: 1700px;
}
.movie-ttl {
	font-size: 3.4rem;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 10.0rem;
}
.movie-contents {
	width: 100%;
}
.movie-contents__btn {
	width: calc(800 / 1700 * 100%);
}
.movie-modal .modal-overlay {
	background-color: rgba(114, 98, 86, .9);
}
.movie-modal .modal-container {
    max-width: 1200px;
    width: 100%;
    padding: 0;
    background: transparent;
}
.movie-modal .modal-content {
	width: 100%;
}
.modal-content__movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: clip;
}
.modal-content__movie iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.movie-modal .modal-close {
	position: absolute;
    top: 40px;
    right: 40px;
    width: 70px;
    height: 84px;
    background-color: transparent;
	font-size: 16px;
	letter-spacing: .12em;
	line-height: 1;
	color: #fff;
	text-align: center;
	pointer-events: none;
    z-index: 2;
}
.movie-modal .modal-close:before, 
.movie-modal .modal-close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.movie-modal .modal-close span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.l-movie {
		padding-block: 5.5rem 7.0rem;
	}
	.movie-inner {
		max-width: 560px;
	}
	.movie-ttl {
		font-size: 2.4rem;
		margin-bottom: 3.0rem;
	}
	.movie-contents__btn {
		width: 100%;
	}
	.movie-contents__btn + .movie-contents__btn {
		margin-top: 3.0rem;
	}
	.movie-modal .modal-content {
		width: calc(340 / 380 * 100%);
		margin-inline: auto;
	}
	.movie-modal .modal-close {
		top: 20px;
        right: 20px;
        width: 50px;
        height: 60px;
        font-size: 12px;
	}
}




/*  l-guidance
--------------------------------------------------*/
.l-guidance {
	position: relative;
	padding-block: 13.5rem 20.0rem;
	background: linear-gradient(90deg, rgba(240, 238, 230, 0) 0%, rgba(240, 238, 230, 1) 50%, rgba(240, 238, 230, 0) 100%);
}
.guidance-inner {
    max-width: 1360px;
}
.guidance-head {
	margin-bottom: 11.0rem;
}
.guidance-head__heading {
	font-size: 3.6rem;
	line-height: 1.61111111;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 1.5rem;
}
.guidance-head__desc {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
	text-align: center;
}
.guidance-list {
	width: 100%;
}
.guidance-list__item {
	display: block;
	position: relative;
	width: calc(400 / 1360 * 100%);
}
.guidance-list__item__photo {
	width: 100%;
	height: 24.0rem;
	overflow: clip;
}
.guidance-list__item__photo img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}
.guidance-list__item__photo .f-caption {
	opacity: .8;
}
.guidance-list__item br.custom {
	display: none;
}
.guidance-list__item__detail {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	gap: 1.0rem 0;
	padding-bottom: 2.0rem;
}
.guidance-list__item__detail::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.0rem;
  margin-inline: auto;
  width: .9rem;
  height: .9rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
}
.guidance-list__item__detail__point {
	width: 100%;
	font-size: 5.0rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
}
.guidance-list__item__detail__heading {
	width: 100%;
	font-size: 2.4rem;
	line-height: 1.55;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
}
.guidance-list__item__detail__heading em {
	font-size: 3.2rem;
	letter-spacing: .1em;
}
@media screen and (min-width: 769px) and (max-width: 1200px){
	.guidance-list__item {
	    width: calc(440 / 1360 * 100%);
	}
	.guidance-list__item__photo .f-caption {
		font-size: 7px;
	}
	.guidance-list__item br.custom {
		display: block;
	}
}
@media screen and (max-width: 768px){
	.l-guidance {
		padding-block: 5.5rem 7.0rem;
	}
	.guidance-inner {
	    max-width: 560px;
	}
	.guidance-head {
		margin-bottom: 4.0rem;
	}
	.guidance-head__heading {
        font-size: 2.0rem;
        line-height: 1.6;
        margin-bottom: 2.0rem;
	}
	.guidance-head__desc {
		font-size: 1.4rem;
        line-height: 1.71428571;
        text-align: justify;
	}
	.guidance-list {
		gap: 2.0rem 0;
	}
	.guidance-list__item {
		width: 100%;
	}
	.guidance-list__item__photo {
		height: 12.0rem;
	}
	.guidance-list__item__detail {
		padding-inline: calc(30 / 320 * 100%);
		padding-bottom: 0;
		gap: .7rem 0;
	}
	.guidance-list__item__detail::after {
	  content: '';
	  position: absolute;
	  left: auto;
	  top: 50%;
	  right: 3.0rem;
	  bottom: auto;
	  margin-inline: 0;
	  transform: rotate(45deg) skew(10deg, 10deg) translateY(-50%);
	}
	.guidance-list__item__detail__point {
		font-size: 3.0rem;
		text-align: left;
	}
	.guidance-list__item__detail__heading {
		font-size: 1.7rem;
		line-height: 1.4;
		text-align: left;
	}
	.guidance-list__item__detail__heading em {
		font-size: 2.4rem;
	}
}



/*  sec
--------------------------------------------------*/
.sec {
	position: relative;
	width: 100%;
}
.sec-head {
	position: relative;
	width: 100%;
}
.sec-head__photo {
	width: 100%;
	opacity: 0;
}
.sec-head__detail {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	z-index: 1;
}
.sec-head__box {
	width: fit-content;
	opacity: 0;
}
.sec-head__point {
    font-size: 8.4rem;
	line-height: 1;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
    margin-bottom: 1.0rem;
}
.sec-head__heading {
	font-size: 4.4rem;
	line-height: 1.55;
	letter-spacing: .1em;
	color: #fff;
	text-align: center;
}
.sec-head__scroll {
	position: absolute;
	inset: auto 0 5.5rem;
	width: fit-content;
	margin-inline: auto;
	opacity: 0;
	z-index: 2;
}
.sec-head__scroll i {
	display: block;
	position: relative;
	width: 1px;
	height: 80px;
	margin-inline: auto;
	background-color: rgba(255, 255, 255, .3);
	overflow: clip;
    margin-bottom: 20px;
}
.sec-head__scroll i::after {
	content: '';
    position: absolute;
    left: 0;
    top: -100%;
    width: 1px;
    height: 80%;
    background-color: rgba(255, 255, 255, 1);
    animation: scrollDown 2s infinite forwards;
    z-index: 1;
}
.sec-head__scroll span {
	font-size: 14px;
	letter-spacing: .15em;
	color: #fff;
	text-align: center;
}
.sec-head .p-caption {
	z-index: 2;
}
.sec-voice {
	max-width: 1300px;
	margin-bottom: 11.0rem;
	align-items: center;
}
.sec-voice__heading {
	width: calc(161 / 1300 * 100%);
}
.sec-voice__detail {
	width: calc(1060 / 1300 * 100%);
}
.sec-voice__detail__item {
	width: calc(500 / 1060 * 100%);
    filter: drop-shadow(0 0 30px rgba(0, 0, 0, .1));
}
@keyframes scrollDown{
	0%{ top: -100%; }
	100%{ top: 110%; }
}
@media screen and (min-width: 769px) and (max-width: 1200px){
    .sec-head__box {
        padding-bottom: 22.0rem;
    }
}
@media screen and (max-width: 768px){
	.sec-head__photo {
		aspect-ratio: 380 / 600;
	}
	.sec-head__photo img {
		object-fit: cover;
		object-position: center center;
		width: 100%;
		height: 100%;
	}
	.sec-head__box {
	    padding-bottom: 10.0rem;
	}
	.sec-head__point {
		font-size: 5.0rem;
	    margin-bottom: 2.0rem;
	}
	.sec-head__heading {
		font-size: 3.0rem;
		line-height: 1.73333333;
	}
	.sec-head__scroll {
		inset: auto 0 3.5rem;
	}
	.sec-voice {
		max-width: 560px;
		margin-bottom: 6.0rem;
	}
	.sec-voice__heading {
		width: calc(110 / 320 * 100%);
		margin-inline: auto;
		margin-bottom: 3.0rem;
	}
	.sec-voice__detail {
		width: calc(280 / 320 * 100%);
		margin-inline: auto;
		gap: 2.0rem 0;
	}
	.sec-voice__detail__item {
		width: 100%;
	    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
	}
}



/*  l-section1
--------------------------------------------------*/
.l-section1 {
	position: relative;
}
.section1-main {
	padding-block: 14.0rem 19.0rem;
}
.section1-access {
	margin-bottom: 15.0rem;
}
.section1-access__heading {
	font-size: 3.6rem;
	line-height: 2.090909090909091;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 11.0rem;
}
.section1-access__contents__minites {
	width: calc(466 / 1200 * 100%);
}
.section1-access__contents__map {
	width: calc(666 / 1200 * 100%);
}
.section1-access__contents__list {
	position: relative;
	width: calc(880 / 1200 * 100%);
	margin-top: calc(-25 / 1200 * 100%);
	gap: 1.0rem 2.0rem;
}
.section1-access__contents__list__item {
	width: calc((100% - 4.0rem) / 3);
}
.section1-map {
	margin-bottom: 12.0rem;
}
.section1-map__heading {
	font-size: 2.8rem;
	line-height: 2.058823529411765;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: 4.0rem;
}
.section1-map__heading em {
	font-size: calc(34 / 28 * 1em);
}
.section1-map__item {
	width: 100%;
}
.section1-bnr {
	max-width: 1100px;
}
@media screen and (max-width: 768px){
	.section1-main {
		padding-block: 5.0rem 8.0rem;
	}
	.section1-access {
		margin-bottom: 6.5rem;
	}
	.section1-access__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 4.5rem;
	}
	.section1-access__contents__minites {
		width: 100%;
		padding-top: 0;
		margin-bottom: 4.5rem;
	}
	.section1-access__contents__map {
		width: 100%;
	}
	.section1-access__contents__list {
		width: calc(260 / 320 * 100%);
		margin-inline: auto;
		margin-top: 4.0rem;
	}
	.section1-access__contents__list__item {
		width: 100%;
	}
	.section1-map {
		width: 100%;
		margin-bottom: 5.0rem;
	}
	.section1-map__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 2.0rem;
	}
	.section1-bnr {
		max-width: 560px;
	}
}




/*  l-section2
--------------------------------------------------*/
.l-section2 {
	position: relative;
}
.section2-main {
	padding-block: 14.0rem 19.0rem;
}
.section2-main__caption {
	font-size: 1.2rem;
	line-height: 1.66666667;
	letter-spacing: 0;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 1.0rem;
}
.section2-main__ttl {
	font-size: 3.6rem;
	line-height: 2.090909090909091;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
    margin-bottom: 11.0rem;
}
.section2-intro {
	max-width: 1400px;
}
.section2-intro__photo {
	width: calc(420 / 1400 * 100%);
}
.section2-intro__detail {
	width: calc(880 / 1400 * 100%);
}
.section2-intro__detail__desc {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
	text-align: justify;
    margin-top: -.5em;
}
.section2-intro__detail__gallery {
	margin-top: 5.0rem;
}
.section2-intro__detail__gallery__item {
	position: relative;
}
.section2-intro__detail__gallery__item[data-num="item1"] {
	width: calc(240 / 880 * 100%);
}
.section2-intro__detail__gallery__item[data-num="item2"] {
	width: calc(150 / 880 * 100%);
}
.section2-intro__detail__gallery__item[data-num="item3"] {
	width: calc(470 / 880 * 100%);
}
.section2-equipment {
	max-width: 1240px;
	margin-bottom: 8.5rem;
}
.section2-equipment__photo {
	width: calc(650 / 1240 * 100%);
}
.section2-equipment__detail {
	width: calc(490 / 1240 * 100%);
	padding-top: 11.0rem;
}
.section2-equipment__detail__desc {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
	text-align: justify;
    margin-top: -.5em;
}
.section2-equipment__detail__gallery {
	margin-top: 5.0rem;
}
.section2-furniture {
	max-width: 1400px;
	padding-block: 8.0rem 9.0rem;
	background: #f4f2ed;
}
.section2-furniture__box {
	width: calc(1240 / 1400 * 100%);
	margin-inline: auto;
}
.section2-furniture__detail {
	width: calc(550 / 1240 * 100%);
}
.section2-furniture__detail__heading {
	font-size: 2.0rem;
	line-height: 1.2;
	letter-spacing: .1em;
	color: #92804c;
    padding-bottom: 2.8rem;
    margin-bottom: 1.8rem;
	border-bottom: solid 1px #c8bfa5;
}
.section2-furniture__detail__desc {
	font-size: max(10px,1.4rem);
	line-height: 2.28571429;
	letter-spacing: .1em;
}
.section2-furniture__photo {
	width: calc(630 / 1240 * 100%);
}
@media screen and (max-width: 1000px){
	.section2-intro {
		margin-bottom: 10.0rem;
	}
}
@media screen and (max-width: 768px){
	.section2-main {
		padding-block: 5.0rem 8.0rem;
	}
	.section2-main__caption {
		margin-top: .7rem;
	}
	.section2-main__ttl {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 3.5rem;
	}
	.section2-intro {
		max-width: 560px;
		margin-bottom: 5.0rem;
	}
	.section2-intro__photo {
		width: 100%;
		margin-bottom: 4.0rem;
	}
	.section2-intro__detail {
		width: 100%;
	}
	.section2-intro__detail__desc {
		font-size: 1.4rem;
		line-height: 1.71428571;
	    margin-top: 0;
	}
	.section2-intro__detail__gallery {
		margin-top: 4.0rem;
	}
	.section2-intro__detail__gallery__item[data-num="item1"] {
		width: calc(192 / 320 * 100%);
	}
	.section2-intro__detail__gallery__item[data-num="item2"] {
		width: calc(120 / 320 * 100%);
	}
	.section2-intro__detail__gallery__item[data-num="item3"] {
		width: calc(320 / 320 * 100%);
		margin-top: 1.0rem;
	}
	.section2-equipment {
		max-width: 560px;
		margin-bottom: 6.5rem;
	}
	.section2-equipment__photo {
		width: 100%
	}
	.section2-equipment__detail {
		width: 100%;
		padding-top: 3.5rem;
	}
	.section2-equipment__detail__desc {
		font-size: 1.4rem;
		line-height: 1.71428571;
	    margin-top: 0;
	}
	.section2-equipment__detail__gallery {
		margin-top: 3.5rem;
	}
	.section2-furniture {
		max-width: 560px;
		width: 100%;
		padding-block: 6.0rem 7.0rem;
	}
	.section2-furniture__box {
		width: min(calc(320 / 380 * 100%),560px);
	}
	.section2-furniture__detail {
		width: 100%;
		margin-bottom: 3.5rem;
	}
	.section2-furniture__detail__heading {
        padding-bottom: 2.4rem;
        margin-bottom: 2.3rem;
	}
	.section2-furniture__detail__desc {
		font-size: 1.4rem;
		line-height: 1.71428571;
	}
	.section2-furniture__photo {
		width: 100%;
	}
}





/*  l-section3
--------------------------------------------------*/
.l-section3 {
	position: relative;
}
.section3-main {
	padding-block: 14.0rem 20.0rem;
}

/* 複合開発ページ 資産性ページ */
.rarity-life {
	margin-bottom: 12.0rem;
}
.rarity-life__head {
	position: relative;
	z-index: 1;
}
.rarity-life__head__heading {
	font-size: 3.6rem;
	line-height: 2.090909090909091;
	letter-spacing: .1em;
	color: #92804c;
	text-align: center;
	margin-bottom: .5rem;
}
.rarity-life__head__desc {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .1em;
	text-align: center;
}
.rarity-life__photo {
	margin-top: -23.5rem;
}
.rarity-life__photo .p-caption {
	bottom: 12%;
}
.rarity-bnr {
	padding-top: 12.0rem;
}
.rarity-bnr a {
	display: block;
	position: relative;
	width: min(90%,1100px);
	margin-inline: auto;
}
.rarity-bnr a + a {
	margin-top: 15.0rem;
}

.section3-site {
	max-width: 1460px;
}
.section3-site__layout {
	width: calc(700 / 1460 * 100%);
}
.section3-site__list {
	width: calc(650 / 1460 * 100%);
}
.section3-site__list__item {
	width: 100%;
}
.section3-site__list__item + .section3-site__list__item {
	margin-top: calc(60 / 650 * 100%);
}
.section3-site__list__item__photo {
	width: calc(280 / 650 * 100%);
}
.section3-site__list__item__photo .f-caption {
	font-size: 8px;
}
.section3-site__list__item__detail {
	width: calc(320 / 650 * 100%);
}
.section3-site__list__item__detail__heading {
	font-size: 2.2rem;
	letter-spacing: .1em;
	color: #92804c;
	margin-bottom: 2.0rem;
}
.section3-site__list__item__detail__heading i {
	font-size: 2.7rem;
	letter-spacing: 0;
	color: #fff;
	line-height: 1;
	width: 4.0rem;
	height: 4.0rem;
	background: #b09559;
	margin-right: 1.5rem;
}
.section3-site__list__item__detail__desc {
	font-size: 1.6rem;
	line-height: 2.25;
	letter-spacing: .05em;
}
@media screen and (max-width: 1000px){
	.rarity-life__photo {
		margin-top: -13.5rem;
	}
}
@media screen and (max-width: 768px){
	.section3-main {
		padding-block: 5.0rem 8.0rem;
	}

	/* 複合開発ページ 資産性ページ */
	.rarity-life {
		margin-bottom: 6.0rem;
	}
	.rarity-life__head__heading {
		font-size: 2.2rem;
		line-height: 2.090909090909091;
		margin-bottom: 1.5rem;
	}
	.rarity-life__head__desc {
		font-size: 1.4rem;
		line-height: 1.71428571;
		text-align: justify;
	}
	.rarity-life__photo {
		margin-top: -5.0rem;
	}
	.rarity-life__photo .js-scroll--body {
		width: 800px;
	}
	.rarity-life__photo .p-caption {
		bottom: 9%;
		left: 0;
		right: auto;
	}
	.rarity-bnr {
		padding-top: 7.0rem;
	}
	.rarity-bnr a {
		width: min(calc(320 / 380 * 100%),560px);
		margin-inline: auto;
	}
	.rarity-bnr a + a {
		margin-top: 5.0rem;
	}

	.section3-site {
		display: block;
		max-width: 560px;
	}
	.section3-site__layout {
		width: calc(360 / 320 * 100%);
		margin-left: calc(-20 / 320 * 100%);
		margin-bottom: 5.0rem;
	}
	.section3-site__list {
		width: calc(280 / 320 * 100%);
		margin-inline: auto;
	}
	.section3-site__list__item + .section3-site__list__item {
		margin-top: 3.0rem;
	}
	.section3-site__list__item__photo {
		width: 100%;
		margin-bottom: 2.0rem;
	}
	.section3-site__list__item__detail {
		width: 100%;
	}
	.section3-site__list__item__detail__heading {
		font-size: 2.2rem;
		letter-spacing: .1em;
		color: #92804c;
		margin-bottom: 2.0rem;
	}
	.section3-site__list__item__detail__heading i {
		font-size: 2.7rem;
		letter-spacing: 0;
		color: #fff;
		line-height: 1;
		width: 4.0rem;
		height: 4.0rem;
		background: #b09559;
		margin-right: 1.5rem;
	}
	.section3-site__list__item__detail__desc {
		font-size: 1.6rem;
		line-height: 2.25;
		letter-spacing: .05em;
	}
}