@charset "UTF-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01.メインビジュアル
　02.Dプロジェクトシルバー

******************************************************************************* */
/* ==

　01.メインビジュアル

=============================================================================== */
#headerSub .nav .nav01 > li.headerSubPoint > a {
	border-bottom-color: #c80028;
}
#main.main_tenant {
	background-color: #F6F6F8;
}

/* visualBlock
------------------------------------------------------------------------------- */
.tVisualBlock {
	height: 510px;
	background: url(../../images/rn02/point/fullvisual_bg01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.tVisualBlock::after {
	content: "CORE STRENGTHS";
	width: 100%;
	font-size: 160px;
	line-height: 1.0;
	font-family: "Inter", sans-serif;
	color: rgba(255, 255, 255, 0.15);
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	bottom: 30px;
	left: -20px;
	right: -20px;
	z-index: 2;
}
.tVisualBlockInner {
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 0 90px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}
.tVisualHeading {
	width: 870px;
	margin: 0 auto 25px;
	padding: 22px 20px 24px;
	background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	position: relative;
}
.tVisualHeading::before,
.tVisualHeading::after {
	content: "";
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
	display: block;
	position: absolute;
	left: 0;
}
.tVisualHeading::before {
	top: 0;
}
.tVisualHeading::after {
	bottom: 0;
}
.tVisualHeading h1{
	margin: 0 0 0 0.3em;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 44px;
	line-height: 1.0;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.3em;
	position: relative;
}




/* ==

　02.

=============================================================================== */
.tMainInner {
	box-sizing: border-box;
	width: calc(100% - 60px);
	max-width: 1240px;
	margin: -70px auto 0;
	padding: 50px 60px;
	background: #fff;
	position: relative;
	z-index: 3;
}
.main_tenant .tHeading01 {
	margin-bottom: 50px;
	padding: 0 0 20px;
	font-size: 280%;
	color: #333;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.main_tenant .tHeading01::after {
	content: "";
	width: 200px;
	height: 1px;
	background-color: #666;
	display: block;
	position: absolute;
	left: calc(50% - 100px);
	bottom: 0;
}
.main_tenant .tLeadTxt01 {
	margin-bottom: 60px;
	font-size: 150%;
	line-height: 1.7;
	font-weight: 400;
	color: #333;
	text-align: center;
}



/* 事業スキーム
------------------------------------------------------------------------------- */
.bSchemeBox {
	margin-bottom: 100px;
}
.bSchemeBox h3.bShemeHeading01 {
	font-size: 200%;
	line-height: 1.7;
	font-weight: 500;
	text-align: center;
}
.bSchemeBox .bSchemeLead{
	margin-bottom: 20px;
	font-size: 134%;
	line-height: 2.0;
	text-align: center;
}
.bSchemeBox h4.bSchemeHeading02{
	margin-bottom: 10px;
	padding: 4px 10px;
	background-color: #000;
	font-size: 150%;
	line-height: 1.8;
	color: #FFF;
	font-weight: 500;
}
.bSchemeBox figure img{
	max-width: 100%;
	height: auto;
}
.bSchemeBox p.bSchemeTxt{
	font-size: 134%;
	line-height: 2.0;
	color: #333;
}
.bSchemeBox .bSchemeBtn {
	max-width: 450px;
	margin: 20px auto 0 0;
}
.bSchemeBox .bSchemeBtn a{
	padding: 10px 15px 10px 10px;
	background-color: #000;
	border-radius: 4px;
	font-size: 125%;
	color: #FFF;
	font-weight: 700;
	font-feature-settings: "palt";
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 0 10px;
	position: relative;
	transition: opacity .5s;
}
.bSchemeBox .bSchemeBtn a:hover{
	opacity: 0.6;
}
.bSchemeBox .bSchemeBtn a::before{
	content: "";
	width: 19px;
	height: 10px;
	background: url(../../images/rn02/point/icon_arrow01.png) left top no-repeat;
	background-size: 100% auto;
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}
.bSchemeBox .bSchemeBtn a p{
	font-size: 100%;
}

.bScemeItemList {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 60px 40px
}
.bScemeItemList .bSchemeItem{
	width: calc((100% - 40px) / 2);
}
.bScemeItemList .bSchemeItem figure{
	margin-bottom: 10px;
	text-align: center;
}

.bSchemeItem02 .bSchemeItem_in {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.bSchemeItem02 .bSchemeItem_in figure{
	width: calc(50% - 20px);
	text-align: center;
}
.bSchemeItem02 .bSchemeItem_in > div{
	width: calc(50% - 20px);
}





/* まずはご相談
------------------------------------------------------------------------------- */
.tSoudan {
	padding: 40px 20px;
	background-color: #F6F6F8;
}
.tSoudan .tSoudanBtn {
	margin-top: -30px;
}
.tSoudan .tSoudanBtn a {
	max-width: 304px;
	min-height: 65px;
	background: #D3232E;
	background: linear-gradient(180deg, rgba(211, 35, 46, 1) 0%, rgba(162, 27, 35, 1) 100%);
	border-radius: 5px;
	margin: 0 auto;
	font-size: 200%;
	line-height: 1.0;
	color: #FFF;
	font-weight: 700;
	font-feature-settings: "palt";
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity .5s;
}
.tSoudan .tSoudanBtn a:hover{
	opacity: 0.6;
}



/* テナント募集中の物件
------------------------------------------------------------------------------- */
#tenant{
	margin-top: -100px;
	padding-top: 180px;
}
#tenant .tHeading01 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 44px;
}
#tenant .tHeading01::after {
	display: none;
}














