@charset "UTF-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01.メインビジュアル
　02.

******************************************************************************* */
#headerSub .nav .nav01 > li.headerSubHome > a {
	border-bottom-color: #c80028;
}
#main.main_tenant{
	background-color: #FFF;
}

/* ==

　01.メインビジュアル

=============================================================================== */
/* visualBlock
------------------------------------------------------------------------------- */
.tVisualBlock {
	height: 510px;
	background: url(/business/tenant_recruitment/images/fullvisual_bg01.jpg) center center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
.tVisualBlockInner {
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	padding: 0 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.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);
	box-sizing: border-box;
	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: 700;
	letter-spacing: 0.3em;
	position: relative;
}
.tVisualTxt {
	font-size: 150%;
	line-height: 2.0;
	color: #FFF;
	font-weight: 500;
	
}



/* ==

　02.

=============================================================================== */
.mainBg {
	background: url(../images/fullvisual_bg02.jpg) center top no-repeat;
	background-size: 100% auto;
	position: relative;
}
.mainBg::before {
	content: "NOW LEASING";
	width: 100%;
	font-size: 160px;
	line-height: 1.0;
	font-family: "Inter", sans-serif;
	color: rgba(255, 255, 255, 0.08);
	font-weight: 700;
	font-style: italic;
	text-align: center;
	position: absolute;
	top: 70px;
	left: auto;
}
.mainBg::after {
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.mainInner {
	box-sizing: border-box;
	width: calc(100% - 60px);
	max-width: 1240px;
	margin: 0 auto;
	padding: 50px 60px;
	background-color: transparent;
}
.main_tenant .tHeading01 {
	margin: 0 0 10px;
	padding: 0;
	color: #FFF;
	font-size: 290%;
	line-height: 1.3;
	font-weight: 300;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	text-align: center;
}
.main_tenant .tLeadTxt01 {
	font-size: 150%;
	font-weight: 400;
	color: #FFF;
	text-align: center;
}




/* dp-lab
=============================================================================== */
.tDplabBox01 {
	/*
	max-width: 1440px;
	margin: 0 auto 120px;
	*/
	margin-bottom: 120px;
	position: relative;
}
.tDplabBox01 h2 {
	max-width: 1180px;
	margin: 0 auto 15px;
}
.tDplabBox01Bg {
	padding: 0 20px;
	background: linear-gradient(164deg, #a3a3a3 0%, #7b7b7b 33%, #5b5b5b 58%, #474747 76%, #383838 100%);
}
.tDplabInner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 45px 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	box-sizing: border-box;
}
.tDplabImage {
	width: 49%;
	margin-top: -175px;
}
.tDplabDocs {
	width: calc(51% - 70px);
}
.tDplabTxt {
	margin-bottom: 20px;
	font-size: 135%;
	line-height: 2.0;
	color: #FFF;
}
.tDplabBtn {
	width: 200px;
	height: 53px;
	display: flex;
}
.tDplabBtn a {
	width: 100%;
	padding: 0 15px;
	background-color: #FFF;
	border-radius: 3px;
	text-decoration: none;
	display: flex;
	align-items: center;
	position: relative;
	transition: opacity .5s;
}
.tDplabBtn a:hover {
	opacity: 0.6;
}
.tDplabBtn a::after {
	content: "";
	width: 19px;
	height: 10px;
	background: url(../common/images/ico_arw01.svg) left top no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}



@media only screen and (max-width: 1300px) {
	.tDplabTxt {
		line-height: 1.8;
	}
}




/* 開発実績ギャラリー
=============================================================================== */
.tGallery {
	margin-top: -100px;
	padding-top: 100px;
	position: relative;
}
.tGallery::after {
	content: "GALLERY";
	width: 100%;
	font-size: 160px;
	line-height: 1.0;
	font-family: "Inter", sans-serif;
	color: #EFF0F1;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 2;
}
.tGallery .tHeading01 {
	padding: 40px 0;
	font-size: 44px;
	line-height: 1.0;
	color: #000;
	font-weight: 400;
	letter-spacing: 0.22em;
	position: relative;
	z-index: 3;
}
.tGalleryInner {
	max-width: 1180px;
	margin: 0 auto;
}


/* スライダ― */
.tGallerySlider01 {
	margin: 48px 0 0;
	position: relative;
	z-index: 5;
}
.tGallerySlider01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.tGallerySlider01_in {
	margin: 0 -100% 0 0;
	transition: opacity .5s;
	opacity: 0;
}
.tGallerySlider01_in.swiper-initialized {
	opacity: 1;
}
.tGallerySlider01_item {
	width: 483px;
}
.tGallerySlider01_item:last-child {
	border-right: 30px solid transparent;
}
.tGallerySlider01_img {
	display: block;
}
.tGallerySlider01_img img {
	width: 100%;
	height: auto;
}
.tGallerySlider01_caption {
	line-height: 1.6;
	margin: 15px 0 0;
	font-size: 100%;
	font-weight: 400;
}
.tGallerySlider01_bar {
	transition: opacity .5s;
	opacity: 0;
}
.tGallerySlider01_bar-show {
	opacity: 1;
}
.tGallerySlider01_bar.swiper-scrollbar {
	position: static;
	width: auto;
	height: 3px;
	margin: 50px 100px 0 0;
	border-radius: 0;
	background: #E5E4E0;
}
.tGallerySlider01_bar .swiper-scrollbar-drag {
	border-radius: 0;
	background: #000;
}
.tGallerySlider01_btn {
	position: absolute;
	bottom: -12px;
	width: 30px;
	height: 30px;
	z-index: 2;
	cursor: pointer;
	transition: opacity .5s;
	opacity: 0;
}
.tGallerySlider01_btn-show {
	opacity: 1;
}
.tGallerySlider01_btn-prev {
	right: 46px;
}
.tGallerySlider01_btn-next {
	right: 0;
}
.tGallerySlider01_btn.swiper-button-disabled {
	opacity: .25;
}
.tGallerySlider01_btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin: -12px 0 0 -12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.tGallerySlider01_btn-prev::before {
	background-image: url(/business/tenant_recruitment/images/gallery/ico_arw_prev.svg);
}
.tGallerySlider01_btn-next::before {
	background-image: url(/business/tenant_recruitment/images/gallery/ico_arw_next.svg);
}

@media only screen and (max-width: 1180px) {
	.tGallerySlider01 {
		margin-right: -15px;
	}
	.tGallerySlider01_in {
		width: auto !important;
		max-width: 100%;
	}
	.tGallerySlider01_bar.swiper-scrollbar {
		margin: 50px 115px 0 0;
	}
	.tGallerySlider01_btn-prev {
		right: 61px;
	}
	.tGallerySlider01_btn-next {
		right: 15px;
	}
}

