/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 04 2026 | 01:13:23 */
@import url( 'https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap' );


/* 基本設定 - common
-------------------------------------------------- */
:root {
	--main-color: #00396d;
	--font-type01: "Outfit", sans-serif;
	--font-sans: "Noto Sans JP", sans-serif;
}

body.es-page-tenant .es-container.page-header,
body.es-page-tenant-flow .es-container.page-header {
	display: none;
}
body.es-page-tenant, body.es-page-tenant-flow {
	background-color: #fff;
}
body.es-page-tenant {
	font-family: var( --font-sans );
}
body.es-page-tenant #page { overflow-x: hidden; }


/* パーツ - parts
-------------------------------------------------- */
.rtc_before_back {
	position: relative;
}
.rtc_before_back::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: #fff;
	z-index: 1;
}
.rtc_block_company.rtc_before_back::before { height: 95px; }

.rtc_btn_icon a.wp-block-button__link::before {
	margin-right: 10px;
	content: '\f15c';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_btn_icon.rtc_btn_icon_store a.wp-block-button__link::before { content: '\f54f'; }
.rtc_btn_icon.rtc_btn_icon_building a.wp-block-button__link::before { content: '\f1ad'; }

.rtc_btn_flow a.wp-block-button__link {
	position: relative;
	padding: 5px 20px;
	min-width: 320px;
	font-weight: 600;
}
.rtc_btn_flow a.wp-block-button__link::after {
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.rtc_btn_contact a.wp-block-button__link {
	padding: 10px 0;
	min-width: 300px;
}
.rtc_btn_contact a.wp-block-button__link::before {
	margin-right: 10px;
	content: '\f0e0';
	font-weight: 400;
	font-family: 'Font Awesome 5 Free';
}

.rtc_btn_stepflow {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	min-width: 300px;
	color:	var( --main-color );
	font-weight: bold;
	text-align: center;
	background-color: #FFD900;
	border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_btn_stepflow:hover {
	text-decoration: none;
	transform: translateY(6px);
}
.rtc_btn_stepflow::after {
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.rtc_bg_stripe_left > .uagb-columns__overlay {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, .1 ), rgba( 255, 255, 255, .1 ) 5px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 18px );
}
.rtc_bg_stripe_right {
	background-image: repeating-linear-gradient( 45deg, rgba( 255, 255, 255, 1 ), rgba( 255, 255, 255, 1 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 11px );
}

.esx-expand-link {
	cursor: pointer;
	box-shadow: 0 6px 0 rgba( 0, 0, 0, .2 ) !important;
	transition: all ease .6s;
}
.esx-expand-link:hover {
	box-shadow: none !important;
	transform: translateY(6px);
}


/* 事業用TOP - tenant
-------------------------------------------------- */
.rtc_mainvisual {
	margin: 0 calc(50% - 50vw);
	padding: 20px 30px;
	width: 100vw;
}
.rtc_mainvisual > .rtc_main_contents {
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url( '/app/uploads/sites/588/2026/08/main_visual.png' );
	background-size: cover;
	border-radius: 20px;
}

.rtc_mainvisual > .rtc_main_contents h2 {
	color: #256294;
	font-family: var( --font-sans );
	font-size: 46px;
	font-weight: bold;
}
.rtc_mainvisual > .rtc_main_contents h2::after { display: none; }
.rtc_mainvisual > .rtc_main_contents h2 span {
	display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
	letter-spacing: .15em;
}

.rtc_tenant_btns .rtc_btn_icon::after {
	content: '\f35d';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	right: 50px;
	color: #256294;
	transform: translateY(-50%);
}

.rtc_tbl_tenant {
	padding: 20px 50px;
	border-radius: 10px;
	background: #fff;
}
.rtc_tbl_tenant table, .rtc_tbl_tenant table tr, .rtc_tbl_tenant table tr td {
	border: none;
}
.rtc_tbl_tenant table {
	margin-bottom: 0;
}
.rtc_tbl_tenant table tr:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}
.rtc_tbl_tenant table tr td:first-of-type {
	color: #03558B;
}
.rtc_tbl_tenant table tr td {
	padding: 15px 0;
	font-weight: bold;
}

.rtc_ttl_company {
	font-family: var( --font-type01 );
	font-size: 128px !important;
	font-weight: 600;
}

.rtc_bnr_imgs figure img {
	width: auto;
	height: 60px;
}


.rtc_ahref_link > .uagb-columns__inner-wrap {
	align-items: center;
}

.rtc_ahref_link h2 {
	margin-bottom: 0 !important;
}

.rtc_ahref_link h2 strong {
	font-size: 30px;
	letter-spacing: .2em;
}

.rtc_ahref_link h2 span {
	display: block;
	margin-top: 10px;
	font-family: var( --font-type01 );
	font-weight: 600;
	letter-spacing: .2em;
}

.rtc_ahref_link figure {
	margin-bottom: 0;
}
.rtc_ahref_link figure a:hover img {
	transform: scale( 1 );
}

.custom-media-text1 .wp-block-media-text__content {
	padding: 30px 20px 10px;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 4px 0px rgba( 0, 0, 0, 0.15 );
}
.custom-media-text1 h3 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid var(--main-color);
}
.custom-media-text1 h3 i {
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 36px;
	font-style: normal;
	color: var(--main-color);
}
.custom-media-text1 h3 span {
	color: var(--main-color);
}
.custom-media-text1 p {
	font-size: 14px;
}

@media (min-width: 481px) {
	.custom-media-text1 {
		margin-bottom: 50px !important;
	}
	.custom-media-text1 .wp-block-media-text__media { width: 130%; }
	.custom-media-text1 .wp-block-media-text__content {
		width: 80%;
		margin-top: 120px;
		margin-left: 0;
		padding: 20px 30px;
		text-align: center;
		background: #fff;
		border-radius: 5px;
		box-shadow: 1px 1px 4px 0px rgba( 0, 0, 0, 0.15 );
	}
	.custom-media-text1.has-media-on-the-right .wp-block-media-text__media {
		margin-left: -30%;
	}
	.custom-media-text1.has-media-on-the-right .wp-block-media-text__content {
		position: relative;
		z-index: 1;
		margin-left: 40%;
	}
}

.rtc_slider_photo img {
	border-radius: 10px;
}
.rtc_slider_photo .flexslider.es_slider .flex-control-nav {
	position: static;
	margin-top: 10px;
	transform: none;
}
.rtc_slider_photo .flex-control-paging li a {
	width: 15px;
	height: 15px;
}
.rtc_slider_photo .flexslider.es_slider .flex-control-nav li a {
	background: #C7C7C7;
	box-shadow: none;
}


/* テナントのご契約の流れ - tenant-flow
-------------------------------------------------- */
body.es-page-tenant-flow [id*="anker_"] {
	scroll-margin-top: 80px;
}


.rtc_sub_visual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 320px;
}
.rtc_sub_visual h1 {
	margin-bottom: 0 !important;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
}
.rtc_sub_visual h1 span {
	display: block;
	margin-top: 10px;
	font-size: 30px;
	font-weight: 600;
	font-family: var( --font-type01 );
	letter-spacing: .1em;
}


.rtc_stepflow {
	margin-top: 80px;
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.rtc_stepflow::before {
	content: "";
	display: block;
	margin-left: -8px;
	width: 15px;
	height: 100%;
	background: #D9D9D9;
	border-radius: 50vh;
	position: absolute;
	top: 0;
	left: 120px;
}
.rtc_stepflow > li {
	position: relative;
}
.rtc_stepflow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.rtc_stepflow > li .rtc_step {
	font-size: 14px;
	color: #fff;
	background: var( --main-color );
	padding: 5px 20px;
	display: block;
	position: absolute;
	top: -5px;
	left: -120px;
	z-index: 100;
}
.rtc_stepflow > li dl {
	padding-left: 70px;
	position: relative;
}
.rtc_stepflow > li dl::before,
.rtc_stepflow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.rtc_stepflow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #333;
	border-radius: 50%;
	left: -4px;
}
.rtc_stepflow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed rgba( 51, 51, 51, 1 );
	position: absolute;
	left: 5px;
}
.rtc_stepflow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: var( --main-color );
	margin-bottom: 1vh;
}
.rtc_stepflow > li dl dd {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.rtc_stepflow > li dl dd ul {
	list-style: none;
	margin: 20px 0;
}
.rtc_stepflow > li dl dd img {
	margin-right: 20px;
    width: 200px;
    height: 150px;
    flex-shrink: 0;
    object-fit: cover;
}

.rtc_flow_phone *, .rtc_flow_form * {
	font-family: var( --font-sans );
	font-weight: 600;
}
.rtc_tenant_flow_contact > .uagb-columns__inner-wrap {
	align-items: center;
}

.rtc_flow_phone {
	border-right: 1px solid #fff;
}
.rtc_flow_phone p {
	margin-bottom: 10px !important;
	line-height: 1.5;
}
.rtc_flow_phone p span {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 30px;
	color: var( --main-color );
	font-size: 14px;
    font-weight: bold;
	background: #fff;
	border-radius: 50vh;
}

.rtc_tel {
	font-family: var( --font-type01 );
	font-size: 42px;
	font-weight: 600;
	letter-spacing: .1em;
}
.rtc_tel::before {
	content: '\f095';
	margin-right: 5px;
	font-size: 36px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}


/* 事業用物件に関するお問い合わせ - tenant-contact
-------------------------------------------------- */


/* フローティングバナー - banner
-------------------------------------------------- */
.rtc_bnr_floating {
	list-style: none;
	margin: 0;
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 99;
}
.rtc_bnr_floating > li:first-of-type {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
}
.rtc_bnr_floating > li:not(:first-of-type) {
	margin-top: 20px;
}
.rtc_bnr_floating > li:not(:first-of-type) a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 120px;
	height: 120px;
	background-color: #06D05A;
	border-radius: 50%;
	font-family: var( --font-type01 );
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	transition: all ease .6s;
}
.rtc_bnr_floating > li:not(:first-of-type) a:hover {
	text-decoration: none;
	opacity: .8;
}
.rtc_bnr_floating > li:not(:first-of-type) a svg {
	display: block;
	margin: 0 auto;
	width: 40px;
    height: 40px;
}
.rtc_bnr_floating > li:last-of-type a { background-color: #366CBB; }

@media ( max-width: 480px ) {
	
	.rtc_before_back::before, .rtc_block_company.rtc_before_back::before { height: 45px; }
	.rtc_btn_flow a.wp-block-button__link {
		min-width: 260px;
		font-size: 14px;
	}
	.rtc_btn_icon a.wp-block-button__link {
		font-size: 14px;
	}
	
	
	/* 事業用TOP - tenant
	-------------------------------------------------- */
	.rtc_mainvisual {
		margin: 0;
		padding: 10px;
	}
	.rtc_mainvisual > .rtc_main_contents {
		min-height: 300px;
	}
	.rtc_mainvisual > .rtc_main_contents h2 {
		padding: 0 10px;
		font-size: 18px;
		 text-shadow: 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
	}
	.rtc_mainvisual > .rtc_main_contents h2 span { font-size: 12px; }
	.rtc_mainvisual > .rtc_main_contents h2 span br { display: none; }
	
	.rtc_ttl_flow { font-size: 21px !important; }
	
	.rtc_block_bukkenlist {
		background-size: contain !important;
	}
	
	.rtc_ahref_link h2 strong { font-size: 21px; }
	.rtc_ahref_link h2 span { font-size: 16px; }
	
	.rtc_ttl_company {
		font-size: 48px !important;
	}
	
	.rtc_bnr_imgs figure img {
		width: 100%;
		height: auto;
	}
	
	.rtc_tbl_tenant {
		padding: 20px;
	}
	.rtc_tbl_tenant table tr td {
		display: block;
		width: 100%;
	}
	.rtc_tbl_tenant table tr td:last-of-type {
		padding-top: 0;
		font-size: 14px;
	}
	
	
	/* テナントのご契約の流れ - tenant-flow
	-------------------------------------------------- */
	.rtc_sub_visual { min-height: 160px;	}
	.rtc_sub_visual h1 { font-size: 21px; }
	.rtc_sub_visual h1 span {
		margin-top: 5px;
		font-size: 21px;
	}
	
	/* ----- flow:Step ----- */
	.rtc_stepflow {
		margin: 0 1em;
		padding-left: 0;
	}
	.rtc_stepflow::before {
		left: 0;
	}
	.rtc_stepflow > li .rtc_step {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.rtc_stepflow > li .rtc_step::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: rgba( 74, 182, 193, 1 );
		border: none;
	}
	.rtc_stepflow > li dl {
		padding-left: 35px;
	}
	.rtc_stepflow > li dl::before {
		margin-top: 0;
	}
	.rtc_stepflow > li dl::after {
		width: 10px;
	}
	
	.rtc_stepflow > li dl dd img {
		width: 100%;
	}

	/* ----- [●--- がずれた場合] ----- */
	.rtc_stepflow > li:first-child dl::before {
		margin-top: -3.5px;
	}
	.rtc_stepflow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	.rtc_flow_phone {
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	.rtc_flow_form p {
		margin-bottom: 20px !important;
		line-height: 1.5;
	}
	.rtc_tel {
		font-size: 30px;
	}
	
	/* フローティングバナー - banner
	-------------------------------------------------- */
	.rtc_bnr_floating {
		padding: 0;
		right: 5px;
	}
	.rtc_bnr_floating > li:first-of-type {
		font-size: 10px;
	}
	.rtc_bnr_floating > li:not(:first-of-type) {
		margin-top: 5px;
	}
	.rtc_bnr_floating > li:not(:first-of-type) a {
		width: 65px;
		height: 65px;
		font-size: 14px;
	}
	.rtc_bnr_floating > li:not(:first-of-type) a svg {
		width: 20px;
		height: 20px;
	}
}