/* 
 tenant
----------------------------------------------------------- */
body{
	background-color: #454649 !important;
}
.tenant,
.tenant a{
	color: #222;
}
.navwrap {
	position:absolute!important;
	box-shadow: none !important;
	background-color: transparent !important;
	top: 0;
	left: 0;
}
.navwrap a{
	color: #fff !important;
}
.navwrap a:hover{
	color: #AA0E31 !important;
}
.navwrap div > ul:nth-child(1) > li:not(:first-child){
	border-left: 1px solid #fff !important;
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(1) a{
	background-color: #14519A !important;
	border: 1px solid #14519A !important;
}
.navwrap div > ul:nth-child(2) > li:nth-last-child(-n+2) a:hover,
.navwrap div > ul:nth-child(2) > li:nth-last-child(1) a:hover{
	border: 1px solid #fff !important;
	background-color: #fff !important;
}
.nav-trigger span {
	background-color: #AA0E31 !important;
}
#spnav .open {
	background:rgba(34,34,34,0.7) !important;
}
#spnav ul li a{
	color: #fff !important;
}
#spnav .trigger > ul > li,
#spnav .trigger > ul > li:last-child{
	border-bottom:1px solid rgba(255,255,255,0.5) !important;
}
#spnav ul li a:hover, #spnav .navright:hover {
	background:none !important;
}
.tenant::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	background-image: url('../images/tenant_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.tenant_fix{
	position: fixed;
	right: 0;
	bottom: 70px;
	z-index: 10;
	width: clamp(50px, 3.9vw, 75px);
}
.tenant_fix a{
	padding: clamp(10px, 1.6vw, 30px) 0;
	transition: all ease 0.5s;
	border-radius: 5px 0 0 5px;
	font-size: clamp(16px, 1vw, 20px);
	font-weight: 600;
	color: #fff;
	background-color: #AA0E31;
	writing-mode: vertical-rl; 
	line-height: 1.3;
	width: 100%;
	height: fit-content;
	display: grid;
	place-content: center;
	place-items: center center;
	letter-spacing: 0.1em;
}
.tenant_fix a:hover{
	opacity: 0.7;
}
.tenant_fix a i{
	padding-top: 5px;
}
.tenant_fv{
	background-image: url('../images/tenant_fv.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 97vh;
	display: grid;
	place-content: center;
	place-items: center center;
	padding: 20px;
}
.tenant_fv hgroup{
	line-height: 1.5;
}
.tenant_fv hgroup img {
	height: clamp(25px, 2.6vw, 50px);
	width: auto;
	margin: 0 auto;
}
.tenant_fv hgroup h1{
	font-family: "Marcellus", serif;
	color: #fff;
	text-align: center;
	font-size: clamp(38px, 5.7vw, 110px);
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}
.tenant_fv .txt a{
	display: block;
	width: fit-content;
	padding: clamp(10px, 1vw, 20px) clamp(20px, 2.3vw, 45px);
	border-radius: 5px;
	background-color: #AA0E31;
	border: 1px solid #AA0E31;
	margin: clamp(15px, 1.6vw, 30px) auto 0;
	color: #fff;
	transition: all ease 0.5s;
	font-weight: 600;
	text-align: center;
	font-size: clamp(16px, 1.1vw, 22px);
}
.tenant_fv .txt a:hover{
	background-color: #fff;
	color: #AA0E31;
}
.tenant_submenu{
	position: relative;
	z-index: 2;
	margin-top: calc(clamp(30px, 3.1vw, 60px) * -1);
}
.tenant_submenu .inner{
	padding: 0;
}
.tenant_submenu ul{
	padding: clamp(10px, 1vw, 20px) clamp(20px, 2vw, 40px);
	background-color: #fff;
	border-radius: 5px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}
.tenant_submenu ul li:not(:last-child){
	border-right: 1px solid #DCDBDA;
}
.tenant_submenu ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(16px, 0.94vw, 18px);
	font-weight: 600;
	transition: all ease 0.5s;
}
.tenant_submenu ul li a img{
	width: clamp(30px, 2.6vw, 50px);
	height: auto;
	margin-right: clamp(10px, 1.6vw, 30px);
	position: relative;
	z-index: 1;
}
.tenant_submenu ul li a .img{
	width: clamp(30px, 2.6vw, 50px);
	height: auto;
	margin-right: clamp(10px, 1.6vw, 30px);
	position: relative;
	z-index: 1;
}
.tenant_submenu ul li a .img::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%) scale(0,0);
	transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	background-color: #e7edf4;
	width: clamp(40px, 3.6vw, 70px);
	height: clamp(40px, 3.6vw, 70px);
	border-radius: 40px;
	z-index: -1;
}
.tenant_submenu ul li a:hover .img::before{
	transform: translate(-50%,-50%) scale(1,1);
}
.tenant_read{
	background-color: #14519A;
	color: #fff;
	margin-top: calc(clamp(30px, 3.1vw, 60px) * -1);
}
.tenant_read .inner{
	padding: clamp(70px, 7.3vw, 140px) 0 clamp(30px, 4.1vw, 80px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.tenant_read .inner h2{
	width: clamp(230px, 15.6vw, 300px);
	padding-right: 10px;
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 600;
	line-height: 1.5;
}
.tenant_read .inner p{
	width: calc(100% - clamp(230px, 15.6vw, 300px));
	padding-left: clamp(25px, 2.6vw, 50px);
	border-left: 1px solid #FFFFFF;
}
.tenant_rec {
	background-color: #454649;
}
.tenant_rec .inner{
	padding: clamp(20px, 1.6vw, 30px) 0;
	color: #fff;
}
.tenant_rec ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.tenant_rec ul li:first-child p{
	font-size: clamp(18px, 1vw, 20px);
	font-weight: 600;
	margin-bottom: 5px;
}
.tenant_rec  ul li:first-child span{
	line-height: 1.3;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 8px;
	background-color: #AA0E31;
}
.tenant_rec ul li:not(:first-child){
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.5;
}
.tenant_rec ul li:not(:first-child) p:first-of-type{
	font-size: clamp(22px, 1.6vw, 30px);
}
.tenant_rec ul li:not(:first-child) p:first-of-type span{
	display: block;
	font-size: clamp(18px, 1vw, 20px);
	padding-top: 3px;
	border-top: 1px solid #fff;
}
.tenant_rec ul li:not(:first-child) p:last-of-type{
	font-size: clamp(30px, 2vw, 40px);
	padding-left: clamp(10px, 0.83vw, 16px);
	margin-left: clamp(10px, 0.83vw, 16px);
	border-left: 1px solid #fff;
}
.tenant_rec ul li:not(:first-child) p:last-of-type span{
	display: block;
	font-size: clamp(16px, 0.94vw, 18px);
	font-weight: 400;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.tenant_map{
	position: relative;
	z-index: 1;
	background-image: url('../images/tenant_map_bg.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 100%;
}
.tenant_map::before{
	content: "";
	position: absolute;
	left: clamp(5px, 1.3vw, 25px);
	bottom: calc(clamp(15px, 1.8vw, 35px) * -1);
	height: clamp(300px, 36.5vw, 700px);
	width: 100%;
	background-image: url('../images/tenant_map_txt.svg');
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto 100%;
	z-index: -1;
}
.tenant_map .txt{
	width: min(100%,550px);
}
.tenant_map .txt h2{
	font-size: clamp(23px, 1.7vw, 33px);
	font-weight: 600;
	margin-bottom: clamp(20px, 2vw, 40px);
	line-height: 1.3;
}
.tenant_map .txt h2 small{
	font-size: clamp(18px, 1vw, 20px);
	display: block;
}
.tenant_map .txt h2 span{
	color: #AA0E31;
	font-size: clamp(25px, 2.6vw, 50px);
}
.tenant_map .txt p{
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.tenant_btn{
	display: block;
	text-align: center;
	padding: clamp(15px, 1.3vw, 25px);
	border-radius: 5px;
	border: 1px solid #14519A;
	background-color: #14519A;
	transition: all ease 0.5s;
	line-height: 1.3;
	color: #fff !important;
	font-weight: 600;
}
.tenant_btn:hover{
	color: #14519A !important;
	border: 1px solid #fff;
	background-color: #fff;
}
.tenant_features{
	background-color: #454649;
}
.tenant_h2{
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: clamp(25px, 2.2vw, 42px);
	margin-bottom: clamp(30px, 3.4vw, 65px);
}
.tenant_h2.white{
	color: #fff;
}
.tenant_h2 span{
	display: block;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: clamp(20px, 1.3vw, 25px);
	color: rgba(34,34,34,0.5);
	padding-left: clamp(40px, 2.9vw, 55px);
	font-weight: 400;
	position: relative;
}
.tenant_h2.white span{
	color: rgba(255,255,255,0.5);
}
.tenant_h2.tac span{
	width: fit-content;
	margin: 0 auto;
	padding: 0 clamp(40px, 2.9vw, 55px);
}
.tenant_h2 span::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: clamp(30px, 2vw, 40px);
	background-color: rgba(34,34,34,0.5);
}
.tenant_h2.tac span::after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	width: clamp(30px, 2vw, 40px);
	background-color: rgba(34,34,34,0.5);
}
.tenant_h2.white span::before,
.tenant_h2.tac.white span::after{
	background-color: rgba(255,255,255,0.5);
}
.features_slider{
	margin: 0 calc(50% - 50vw) clamp(30px, 3.4vw, 65px) !important;
	width: 100vw;
}
.features_slider li{
	position: relative;
	z-index: 1;
}
.features_slider li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(34,34,34,0.03) 0%, rgba(19,19,19,0) 50%, rgba(17,17,17,0.4) 55%, rgba(0,0,0,0.5) 100%);
}
.features_slider li img{
	width: 100%;
	height: auto;
}
.features_slider li > span{
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Roboto", sans-serif;
	font-size: clamp(80px, 9.6vw, 185px);
	color: #8B8B8B;
	mix-blend-mode: color-burn;
	line-height: 1;
}
.features_slider li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 2vw, 40px);
	color: #fff;
}
.features_slider li .txt h3{
	font-size: 16px;
	margin-bottom: clamp(15px, 2.6vw, 50px);
}
.features_slider li .txt h3 span{
	font-family: "Roboto", sans-serif;
	display: block;
	font-size: clamp(28px, 2.6vw, 50px);
}
.features_slider li .txt p{
	font-size: 16px;
	font-weight: 600;
}
.features_slider .slick-next, 
.features_slider .slick-prev {
	width:8px;
	height:15px;
	border-radius: 35px;
	transition: all ease 0.5s;
	z-index: 3;
	top: calc(clamp(30px, 3.4vw, 65px) * -1) !important;
}
.features_slider .slick-prev {
	left: auto;
	right: 425px;
}
.features_slider .slick-next {
	right: 360px;
}
.features_slider .slick-next::before, 
.features_slider .slick-prev::before {
	color: #FF7B29;
	opacity: 1;
	font-size: 18px;
}
.features_slider .slick-next:hover, 
.features_slider .slick-prev:hover {
	opacity: 0.5;
}
.features_slider .slick-next:before {
	content:"";
	background-image: url("../images/features_slider_next.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
.features_slider .slick-prev:before {
	content:"";
	background-image: url("../images/features_slider_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	display: block;
}
.logo_link{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #AA0E31;
	color: #fff !important;
	font-size: clamp(17px, 1.1vw, 22px);
	border-radius: 40px;
	border: 1px solid #AA0E31;
	transition: all ease 0.5s;
	height: clamp(50px, 3.9vw, 75px);
}
.logo_link:hover{
	background-color: #fff;
	color: #AA0E31 !important;
}
.logo_link span{
	height: 100%;
	border-radius: 40px;
	border: 1px solid #AA0E31;
	width: clamp(160px, 15.6vw, 300px);
	background-color: #fff;
	display: grid;
	place-content: center;
	place-items: center center;
}
.logo_link span img{
	height: clamp(30px, 2vw, 40px);
	width: auto;
}
.logo_link p{
	width: calc(100% - clamp(160px, 15.6vw, 300px));
	text-align: center;
}
.logo_link p i{
	margin-left: 10px;
}
.tenant_floor{
	background-image: url("../images/tenant_floor_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: clamp(50px, 6.8vw, 130px) 0;
}
.tenant_floor .inner{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.tenant_floor .inner::before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 90vw;
	height: 100%;
	background-color: #454649;
	border-radius: 5px;
	z-index: -1;
	background-image: url("../images/tenant_floor_logo.svg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 40% auto;
}
.tenant_floor p{
	color: #fff;
}
.tenant_floor .txt{
	width: 45%;
}
.tenant_floor ul{
	width: 50%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}
.tenant_floor ul li{
	border: 2px solid #fff;
	height: clamp(70px, 7.6vw, 145px);
	text-align: center;
	display: grid;
	place-content: center;
	place-items: center center;
	position: relative;
	background-color: rgba(220,219,218,0.5);
}
.tenant_floor ul li:nth-child(1){
	grid-column: 1/3;
	grid-row: 1/1;
}
.tenant_floor ul li:nth-child(2){
	grid-column: 1/3;
	grid-row: 2/2;
}
.tenant_floor ul li:nth-child(3){
	grid-column: 1/3;
	grid-row: 3/3;
}
.tenant_floor ul li:nth-child(4){
	grid-column: 1/3;
	grid-row: 4/4;
}
.tenant_floor ul li:nth-child(5){
	grid-column: 1/2;
	grid-row: 5/5;
}
.tenant_floor ul li:nth-child(6){
	grid-column: 2/3;
	grid-row: 5/5;
}
.tenant_floor ul li:nth-child(1),
.tenant_floor ul li:nth-child(4),
.tenant_floor ul li:nth-child(6){
	background-color: rgba(170,14,49,0.5);
}
.tenant_floor ul li p{
	font-weight: 600;
	font-size: clamp(18px, 1vw, 20px);
}
.tenant_floor ul li span{
	font-weight: 600;
	font-size: clamp(30px, 3.4vw, 65px);
	position: absolute;
	left: clamp(10px, 0.83vw, 16px);
	bottom: -9px;
	line-height: 1;
	color: #fff;
	font-family: "Roboto", sans-serif;
}
.tenant_introduction{
	background-color: rgba(255,255,255,0.8);
}
.tenant_hyo{
	overflow-x: auto;
}
.tenant_hyo dl {
	border-bottom: 1px dotted #222;
	padding-bottom: clamp(10px, 0.83vw, 16px);
	margin-bottom: clamp(10px, 0.83vw, 16px);
}
.tenant_hyo dl:last-of-type {
	margin-bottom: 0;
}
.tenant_hyo dl dt {
	font-weight: 600;
	font-size: clamp(18px, 1vw, 20px);
}
.tenant_hyo dl dd a{
	transition: all ease 0.5s;
	text-decoration: underline;
}
.tenant_hyo dl dd a:hover{
	opacity: 0.7;
}
.tenant_introduction .tenant_hyo{
	margin: clamp(15px, 1.6vw, 30px) 0 clamp(30px, 3.4vw, 65px);
}
.tenant_introduction .swiper-container {
	position: relative;
	overflow: inherit;
}
.tenant_introduction .swiper-container.slider-thumbnail {
	overflow: hidden;
	margin-top: clamp(25px, 2.6vw, 50px);
	padding-bottom: clamp(40px, 3.4vw, 65px);
}
.tenant_introduction .swiper-slide img{
	border-radius: 5px;
	margin: 0 auto;
}
.tenant_introduction .swiper-slide-next,
.tenant_introduction .swiper-slide-prev{
	opacity: 0;
}
.tenant_introduction .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
	opacity: 0.5;
}
.tenant_introduction .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}
.tenant_introduction .swiper-button-prev {
	left: auto;
	right: 55px;
}
.tenant_introduction .swiper-button-next {
	right: 0;
}
.tenant_introduction .swiper-button-prev,
.tenant_introduction .swiper-button-next {
	height: 15px;
	width: 8px;
	top: auto;
	bottom: 0;
}
.tenant_introduction .swiper-button-prev:after,
.tenant_introduction .swiper-button-next:after {
	content: "";
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	width: 8px;
	margin: auto;
}
.tenant_introduction .swiper-button-prev:after {
	background-image: url("../images/tenant_prev.svg");
}
.tenant_introduction .swiper-button-next:after {
	background-image: url("../images/tenant_next.svg");
}
.tenant_recruitment ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: clamp(30px, 3.4vw, 65px);
	grid-column-gap: clamp(30px, 4.9vw, 95px);
}
.tenant_recruitment ul li{
	display: flex;
	flex-direction: column;
}
.tenant_recruitment ul li .box{
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: clamp(20px, 1.3vw, 25px);
	margin-bottom: clamp(20px, 2.6vw, 50px);
}
.tenant_recruitment ul li .box h3{
	font-weight: 600;
	font-size: clamp(23px, 2.2vw, 42px);
	margin-bottom: 10px;
}
.tenant_recruitment ul li a{
	display: block;
	text-align: center;
	padding: clamp(15px, 1.3vw, 25px);
	border-radius: 5px;
	background-color: #454649;
	transition: all ease 0.5s;
	line-height: 1.3;
	color: #fff !important;
	font-weight: 600;
	margin-top: auto;
}
.tenant_recruitment ul li a:hover{
	color: #454649 !important;
	background-color: #fff;
}
.tenant_access {
	background-color: rgba(255,255,255,0.8);
}
.tenant_access .tenant_hyo{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.tenant_access .tenant_hyo dl dd a{
	margin-left: 10px;
}
.tenant_contact a{
	height: clamp(200px, 26vw, 500px);
	background-image: url('../images/tenant_contact_bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	display: block;
	display: grid;
	place-content: center;
	place-items: center center;
}
.tenant_contact a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(34,34,34,0.8) 0%, rgba(34,34,34,0.3) 50%, rgba(34,34,34,0.8) 100%);
	transition: all ease 0.5s;
}
.tenant_contact a:hover::before{
	opacity: 0.7;
}
.tenant_contact .logo_link{
	width: min(90%,1200px);
	margin-inline: auto;
	position: absolute;
	left: 50%;
	top: calc(clamp(20px, 2vw, 40px) * -1);
	transform: translateX(-50%);
}
.tenant_contact:hover .logo_link{
	background-color: #fff;
	color: #AA0E31 !important;
}
.tenant_contact a h2{
	font-size: clamp(100px, 12.5vw, 240px);
	font-family: "Roboto", sans-serif;
	width: fit-content;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	position: relative;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 2px rgba(255,255,255,0.5);
	text-stroke: 2px rgba(255,255,255,0.5);
	transition:all ease 0.5s;
}
.tenant_contact a:hover h2{
	color: #fff;
	text-stroke: none;
	-webkit-text-stroke: none;
}
.tenant_contact a h2::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	width: clamp(60px, 7.8vw, 150px);
	background-color: #fff;
	transition:all ease 0.5s;
}
.tenant_contact a:hover h2::before{
	width: 100%;
}
.tenant_ovewview{
	background-color: rgba(255,255,255,0.8);
}
.tenant .hyo dl {
	border-bottom: 1px solid #222;
}
.tenant .hyo dl dt {
	background-color: rgba(216,216,216,0.7);
}
.tenant_link ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: min(100%,400px);
}
.tenant_link ul li{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.tenant_link ul li a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: clamp(30px, 4.9vw, 95px) 15px;
}
.tenant_link ul li .img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.tenant_link ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
	filter: grayscale(1);
}
.tenant_link ul li:hover .img img{
	filter: grayscale(0);
	transform: scale(1.1,1.1);
}
.tenant_link ul li h2{
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin-bottom: clamp(10px, 1.3vw, 25px);
}
.tenant_link ul li p{
	text-align: center;
}
.tenant_link ul li .tenant_btn{
	width: min(100%,550px) !important;
	margin: clamp(15px, 1.6vw, 30px) auto 0;
}
.tenant_link ul li .tenant_btn:hover{
	color: #fff !important;
	border: 1px solid #14519A;
	background-color: #14519A;
}
.tenant_link ul li:nth-child(1) h2,
.tenant_link ul li:nth-child(1) p{
	color: #fff;
}
.tenant_link ul li:nth-child(2) .tenant_btn{
	background-color: #AA0E31;
	border: 1px solid #AA0E31;
}
#footer{
	background-color: #222 !important;
	color: #fff !important;
}
#footer a{
	color: #fff !important;
}
#footer .sitemap .flex > ul > li > a::before{
	background-image: url('../images/w_arrow.svg') !important;
}
#footer .sitemap .flex > ul > li > ul > li > a{
	color: rgba(255,255,255,0.5) !important;
}
#footer .sitemap .flex > ul > li i{
	color: rgba(255,255,255,0.5) !important;
}
.copy {
	padding-top: 0 !important;
	border-top: none !important;
	text-align: right !important;
}
@media screen and (max-width: 1400px) {
	/* 
	 tenant
	----------------------------------------------------------- */
	.tenant_floor .inner{
		width: min(80%,1200px);
	}
	.tenant_floor ul li span{
		bottom: -8px;
	}
}
@media screen and (max-width: 1100px) {
	/* 
	 tenant
	----------------------------------------------------------- */
	.tenant_submenu ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.tenant_submenu ul li:nth-child(1),
	.tenant_submenu ul li:nth-child(2){
		border-bottom: 1px solid #DCDBDA;
	}
	.tenant_submenu ul li:nth-child(2){
		border-right: none !important;
	}
	.tenant_rec ul li:nth-child(1){
		width: 100%;
		margin-bottom: 15px;
	}
	.tenant_rec ul li:nth-child(1) p{
		text-align: center;
	}
	.tenant_floor ul li span{
		bottom: -6px;
	}
	.tenant_access iframe{
		height: 300px;
	}
}
@media screen and (max-width: 820px) {
	/* 
	 tenant
	----------------------------------------------------------- */
	.tenant_rec ul li:not(:first-child){
		width: 50%;
	}
	.tenant_rec ul li:not(:first-child),
	.tenant_rec ul li:not(:last-child){
		margin-bottom: 15px;
	}
	.logo_link{
		height: auto;
		background-color: transparent !important;
		border: none !important;
	}
	.logo_link:hover{
		background-color: transparent !important;
	}
	.logo_link p{
		width: 100%;
		background-color: #AA0E31;
		border: 1px solid #AA0E31;
		transition: all ease 0.5s;
		padding: 25px 10px 10px;
		border-radius: 5px;
		margin-top: -25px;
		line-height: 1.6;
	}
	.logo_link:hover p{
		background-color: #fff !important;
		color: #AA0E31 !important;
	}
	.logo_link span{
		width: 250px;
		padding: 10px;
		margin: 0 auto 5px;
		position: relative;
		z-index: 2;
	}
	.tenant_floor .txt{
		width: 100%;
		margin-bottom: 30px;
	}
	.tenant_floor ul{
		width: 100%;
	}
	.tenant_recruitment ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.tenant_access{
		padding-bottom: 100px;
	}
	.tenant_contact .logo_link{
		top: -100px;
	}
	.tenant_link ul{
		grid-template-columns: repeat(1, 1fr);
	}
}
@media screen and (max-width:640px) {
	/* 
	 tenant
	----------------------------------------------------------- */
	.tenant_fv .txt a{
		line-height: 1.6;
	}
	.tenant_submenu ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.tenant_submenu ul li:nth-child(3){
		border-bottom: 1px solid #DCDBDA;
	}
	.tenant_submenu ul li{
		border-right: none !important;
	}
	.tenant_submenu ul li a{
		justify-content: flex-start;
		padding: 8px 20px;
	}
	.tenant_read .inner h2{
		width: 100%;
	}
	.tenant_read .inner p{
		width: 100%;
		padding-left: 0;
		border-left: none;
		border-top: 1px solid #FFFFFF;
		margin-top: 10px;
		padding-top: 10px;
	}
	.tenant_rec ul li:not(:first-child){
		width: 100%;
		justify-content: center;
	}
	.tenant_floor ul li p{
		line-height: 1.6;
	}
}