/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 07:33:10 */
/* ドット柄 - dodBackg
-------------------------------------------------- */
.bg_dot { position: relative; }
.bg_dot::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
    display: block;
	width: 100%;
	height: 100%;
	background-image: radial-gradient( rgba( 152, 207, 246, .3 ) 20%, transparent 20% );
	background-size: 15px 15px;
}


/* 見出し - title
-------------------------------------------------- */
h2.ttl_custom {
	font-family: 'Shippori Mincho', serif;
	font-size: 21px !important;
	font-weight: bold;
	color: rgba( 22, 45, 94, 1 );
}
.ttl_custom span {
	font-family: 'Noto Serif JP', serif;
	font-size: 36px;
	letter-spacing: .05em;
}


/* メインビジュアル - mainVisual
-------------------------------------------------- */
section#mainVisual {
	position: relative;
}
section#mainVisual::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient( -45deg, rgba( 0, 0, 0, 0.3 ), rgba( 0, 0, 0, 0.3 ) 1px, rgba( 0, 0, 0, 0.2 ) 0, rgba( 0, 0, 0, 0.2 ) 6px );
}
section#mainVisual > div:first-child {
	background-attachment: fixed;
	filter: brightness( 60% );
}
.main_visual {
    position: relative;
    height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.full-width {
    margin-left: calc( -50vw + 50% );
    margin-right: calc( -50vw + 50% );
}

.main_visual p {
	margin-bottom: 0;
	font-size: 36px;
	letter-spacing: .1em;
	color: #fff;
}
.main_visual p img {
	display: block;
	margin: 0 0 50px;
	width: 100%;
}

.es-maintenance header#header_org {
	display: none;
}


/* 検索リスト - searchlist
-------------------------------------------------- */
.search_list {
	position: absolute;
	margin: 0;
	display: flex;
	align-items: center;
	left: 50%;
	bottom: 200px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	list-style: none;
}
.search_list > li {
	position: relative;
	text-align: center;
	overflow: hidden;
	transition: .5s all ease;
}

.search_list > li:not(:last-child) {
	margin-right: 50px;
}

.search_list > li::before, .search_list > li::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
}
.search_list > li::before {
	top: 0;
	left: 0;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.search_list > li::after {
	right: 0;
	bottom: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.search_list > li a {
	position: relative;
	padding: 20px;
	color: #fff;
	display: flex;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
}
.search_list > li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	z-index: -1;
}
.search_list > li a::before {
	display: block;
	font-family: 'Material Icons Round';
	font-size: 36px;
	content: '\e570';
}
.search_list > li:nth-child(2) a::before {
	content: '\e0c8';
}
.search_list > li:nth-child(3) a::before {
	content: '\e55b';
}

.search_list > li span {
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient( to right, rgba( 255, 255, 255, 0 ) 0%, rgba( 255, 255, 255, .3 ) 100% );
	transform: skewX( -25deg );
}

.search_list > li:hover span {
	animation: shine 0.7s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.room_illust {
	position: relative;
}
.room_illust::before {
	content: '';
	position: absolute;
	width: 300px;
	height: 300px;
	left: -100px;
	bottom: 20px;
	background-image: url( '/wp-content/uploads/sites/962/2023/04/top_01.png' );
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .6;
	z-index: -1;
}


/* おすすめの物件 - Recommend
-------------------------------------------------- */
.feature-advertisement-block figure img {
	object-fit: cover !important;
}


/* バナー集 - banner
-------------------------------------------------- */
.bnr_area .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.bnr_area .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}

.bnr_lists {
	list-style: none;
	margin: 0;
}
.bnr_lists li {
	margin-right: 2%;
	width: 32%;
	height: 250px;
	overflow: hidden;
	border-radius: 10px;
}
.bnr_lists li a {
	display: block;
}
.bnr_lists li a img {
	width: 100%;
	transition: all ease .6s;
	border-radius: 10px;
	object-fit: contain;
}
.bnr_lists li a:hover img {
	transform: scale( 1.1 );
}

.bnr_lists button {
	padding: 0;
	transition: all ease .6s;
}
.bnr_lists button:hover {
	background-color: #333 !important;
}

.bnr_lists ol.flickity-page-dots {
	bottom: -50px;
}



/* おすすめ物件 - Reccomend
-------------------------------------------------- */
body.es-page-s-03 .es_new_block .es-list .wp-block-column,
body.es-page-s-04 .es_new_block .es-list .wp-block-column,
body.es-page-design-sample03 .es_new_block .es-list .wp-block-column {
    background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}


/* 特集リンク - serviceBox
-------------------------------------------------- */
.service_box {
	margin: -100px 0 50px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	display: none;
}
.service_box > li {
	width: 23%;
	background: #fff;
	box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
}

.caption_tag {
	position: relative;
}
.caption_tag figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 10px 15px;
	width: fit-content;
	color: #fff;
	text-align: center;
	background: rgba( 21, 45, 96, 1 );
}

.service_box > li a {
	text-decoration: none;
	color: rgba( 21, 45, 96, 1 );
}

.service_box > li .service_info {
	padding: 20px;
}
.service_box > li .service_info h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.service_box > li .service_info h2::after {
	display: none;
}
.service_box > li .service_info p {
	font-size: 12px;
}


/* スクロールダウン - scrollDown
-------------------------------------------------- */
.scroll_down {
	display: inline-block;
	position: absolute;
	right: 120px;
	bottom: 120px;
	z-index: 2;
	padding: 10px 10px 110px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}
.scroll_down::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: #fff;
}
.scroll_down::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	background: rgba(255, 255, 255, .4);
}
.scroll_down::after {
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}


@keyframes sdl {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}

/* アイコンリスト - iconList
-------------------------------------------------- */
ul.icon_link_list {
	list-style: none;
	margin: 20px 0;
	display: flex;
	flex-wrap: wrap;
}
ul.icon_link_list > li {
	margin-bottom: 2%;
	width: 18%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
	transition: .5s all ease;
}
ul.icon_link_list > li a {
	font-family: 'Zen Kurenaido', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	min-height: 100px;
	text-decoration: none;
	font-weight: bold;
	color: rgba( 87, 181, 192, 1 );
}
ul.icon_link_list > li a i {
	margin-bottom: 2.5px;
	font-size: 36px;
}
ul.icon_link_list > li a span {
	color: rgba( 51, 51, 51, 1 );
}
ul.icon_link_list > li:not(:nth-child(5n)) {
	margin-right: 2%;
}

ul.icon_link_list > li:hover {
	background: rgba( 87, 181, 192, 1 );
}
ul.icon_link_list > li:hover a, ul.icon_link_list > li:hover a span {
	color: #fff !important;
}


/* ３つの特徴 - strengths
-------------------------------------------------- */
.es-page-s-03 .rtc_point_text h2 {
	font-size: 16px;
}
.rtc_point_text h2::before {
	display: block;
	margin-bottom: 10px;
	content: 'Strengths';
	font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    letter-spacing: .05em;
}


/* バナー集 - banner
-------------------------------------------------- */
.custom_bnr figure {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.custom_bnr figure a::before {
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 6px);
	z-index: 1;
}

.custom_bnr figure a {
	display: block;
}
.custom_bnr figure a img {
	transition: ease all .5s;
}
.custom_bnr figure:hover a img {
	transform: scale( 1.1 );
}
.custom_bnr figure figcaption {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
	cursor: pointer;
	letter-spacing: .05em;
}


/* アクセスマップ - map
-------------------------------------------------- */
.map_custom { padding-top: 0 !important; }
.map_custom .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.map_custom .uagb-columns__inner-wrap .uagb-column__inner-wrap {
	padding: 0;
	height: 400px;
}


/* フッター - footer
-------------------------------------------------- */
body.home footer.site-footer,
body.es-page-s-03 footer.site-footer {
	margin-top: 0;
}


/* ページ：ヘッダーカスタマイズ - headerCustom
-------------------------------------------------- */
.custom_detail {
	border-bottom: 1px solid rgba( 51, 51, 51, .3 );
}
.custom_detail p {
	margin-bottom: 20px;
}

.tag_list {
	list-style: none;
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.tag_list > li {
	margin-bottom: 10px;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	background-color: rgba( 32, 127, 127, 1 );
	border-radius: 30px;
}
.tag_list > li::before {
	margin-right: 5px;
	content: '\f02b';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.tag_list > li:not(:last-child) {
	margin-right: 10px;
}


/* ページ：パスワード付 - password
-------------------------------------------------- */
.password_01 {
	text-align: center;
}
.password_01 .passkey i {
	color: rgba( 215, 166, 55, 1 );
}
.password_01 .passkey span {
	margin-left: 10px;
	padding: 0 20px;
	color: #fff;
	background: rgba( 215, 166, 55, 1 );
	border-radius: 30px;
}

button.btn_pass {
	border-radius: 30px;
	transition: ease all .6s;
}
button.btn_pass i {
	margin-left: 10px;
}


/* ページ：簡易検索カスタム - searchCustom
-------------------------------------------------- */
.kanisearch_custom {
	margin: 0 !important;
	width: 100% !important;
}
.kanisearch_custom .search-form {
	flex-direction: column;
}
.kanisearch_custom .search-form #real-time-bukken-count-and-search-button {
	width: 100%;
}


@media screen and ( max-width: 480px ) {
	ul.icon_link_list {
		justify-content: space-between;
	}
	ul.icon_link_list > li {
		width: 48%;
	}
	ul.icon_link_list > li:not(:nth-child(5n)) {
		margin-right: 0;
	}
	
	/* ヘッダー - header
	-------------------------------------------------- */
	header#header_org .header_fixed {
		padding: 0 10px;
	}
	header#header_org .header_fixed h1.header_logo {
		width: 200px;
	}
	.header_nav > li:not(:last-child) {
		display: none;
	}
	
	section#mainVisual {
		padding: 0 !important;
	}
	section#mainVisual > div:first-child {
		background-size: cover;
		background-position: 50% 50%;
	}
	
	section#mainVisual .main_visual {
		height: 100vh;
	}
	.main_visual p {
		margin-top: -250px;
		font-size: 24px;
	}
	
	.search_list {
		width: 70%;
		bottom: 50px;
		flex-direction: column;
	}
	.search_list > li {
		width: 100%;
	}
	.search_list > li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.search_list > li a {
		padding: 10px;
		justify-content: center;
		flex-direction: row;
		font-size: 14px;
	}
	.search_list > li a::before {
		margin-right: 10px;
		font-size: 24px;
	}
	
	
	.scroll_down {
		right: 10px;
		bottom: 15px;
	}
	
	
	/* ナビ - nav
	-------------------------------------------------- */
	nav#nav_org {
		width: 100%;
	}
	
	
	/* バナー集 - banner(feature)
	-------------------------------------------------- */
	.bnr_area .uagb-column__inner-wrap {
		padding: 0 !important;
	}
	
	.bnr_lists li {
		width: 100%;
		height: 150px;
	}
	.bnr_lists li a img {
		height: 150px;
	}
	
	.flickity-prev-next-button {
		width: 25px;
		height: 25px;
	}
	
	
	/* ３つの特徴
	-------------------------------------------------- */
	.top-company-feature h2 {
		margin: 20px 0;
		font-size: 18px;
	}
	.top-company-feature h3 {
		font-size: 16px;
	}
	.top-company-feature p {
		font-size: 12px;
	}
	.top-company-feature p br {
		display: none;
		flex-direction: column;
	}
	
}


/* ◆ S-4 - サイトサンプル02
-------------------------------------------------- */
.rtc_block_full .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_list_iconlink {
	list-style: none;
	margin: 0;
}
.rtc_list_iconlink > li a {
	display: block;
	padding: 10px 50px;
	font-size: 1.1rem;
	font-weight: bold;
	transition: ease all .6s;
}
.rtc_list_iconlink > li a::before {
	display: inline-block;
	margin-right: 10px;
	width: 20px;
	text-align: center;
	content: '\f35a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_list_iconlink > li a:hover {
	text-decoration: none;
	background-color: rgba( 0, 0, 0, .1 );
}

.rtc_list_iconlink > li:nth-child(1) a::before { content: '\f3c5'; color: #4AB6C1; }
.rtc_list_iconlink > li:nth-child(2) a::before { content: '\f238'; color: #0693E3; }
.rtc_list_iconlink > li:nth-child(3) a::before { content: '\f5a0'; color: #E2AA31; }

.es-page-s-04 .rtc_title_opacity > span {
	font-family: 'Alatsi', sans-serif;
}

/* Sample02:slider - サイトサンプル02:スライダー
-------------------------------------------------- */
.rtc_bg_stripe_left_sample02 > span {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, .5 ), rgba( 255, 255, 255, .5 ) 1px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 11px );
}

.rtc_block_search {
	position: relative;
}
.rtc_block_search::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX( -50% );
	bottom: 0;
    width: 480px;
    height: 300px;
	background-image: url( '/app/uploads/sites/962/2023/11/bg_konoha.png' );
	background-size: contain;
	background-repeat: no-repeat;
	opacity: .6;
}
.rtc_block_search figure img {
	width: 75%;
}

.rtc_company_info {
	border-radius: 10px;
}


/* Sample02:news - サイトサンプル02:お知らせ
-------------------------------------------------- */
.s_4_blogs > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	overflow: visible;
}


/* Sample02:strengths - サイトサンプル02:３つの特徴
-------------------------------------------------- */
.rtc_point_text.rtc_point_s4 h2::before {
	margin-bottom: -20px;
	font-family: 'Alatsi', sans-serif;
	font-size: 3.6rem;
	opacity: .2;
    z-index: 0;
    letter-spacing: .03em;
}


/* Sample02:map - サイトサンプル02:地図
-------------------------------------------------- */
.rtc_map_customsample02 {
	height: 400px;
}
.rtc_map_customsample02 .uagb-columns__inner-wrap {
	max-width: 100% !important;
}

.rtc_map_customsample02 .uagb-columns__inner-wrap .uagb-column__inner-wrap {
	padding: 0;
}


/* Sample02:footer - サイトサンプル02:フッター
-------------------------------------------------- */
body.es-page-s-04 footer.site-footer {
	margin-top: 0;
}


/* subtitle:test - テスト中…(★後で削除していいかも…)
-------------------------------------------------- */
.rtc_sub_visual_typec > .uagb-columns__inner-wrap {
	min-height: 430px;
}
.rtc_sub_visual_typec > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.rtc_top_image {
	position: relative;
}
.rtc_top_image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 219, 236, 253, 1 );
	clip-path: polygon( 100% 0, 100% 100%, 0 100%, 90% 90%, 60% 0 );
	z-index: 1;
}
.rtc_top_image figure {
	position: absolute;
	top: 50px;
	right: 10px;
	width: 430px;
	z-index: 2;
}

.rtc_sub_visual_text {
	position: relative;
}
.rtc_sub_visual_text h1 {
	margin-left: 10%;
	padding: 10px 20px;
	width: fit-content;
	background-color: #fff;
}
.rtc_sub_visual_text p {
	margin-left: 20%;
	padding: 10px 20px;
	width: fit-content;
	font-size: 21px;
	text-align: center;
	background-color: #fff;
}

@media ( max-width: 480px ) {
	.rtc_top_image {
		min-height: 420px;
	}
	.rtc_top_image figure {
		width: 80%;
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	
	.rtc_block_search::after { width: 100%; }
}



/* ◆ S-5 - サイトサンプル03
-------------------------------------------------- */

.rtc_s5_title {
	position: relative;
	font-size: .9rem !important;
	font-weight: bold;
	color: rgba( 93, 182, 229, 1 ) !important;
}

.rtc_s5_title > span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: .025em;
	color: rgba( 51, 51, 51, 1 );
}

.rtc_s5_title_left {
	position: relative;
	font-size: .9rem !important;
	font-weight: bold;
}
.rtc_s5_title_left::before {
	content: '';
	position: absolute;
	width: 75%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 1px;
	background: rgba( 255, 255, 255, 1 );
}
.rtc_s5_title_left > span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: .025em;
}
.rtc_s5_title_black::before {
	background: rgba( 51, 51, 51, 1 );
}


/* メインビジュアル - Mainvisual
-------------------------------------------------- */
.rtc_s5_mainvisual {
	min-height: 630px;
	background-color: rgba( 93, 182, 229, .3 );
}
.rtc_s5_mainvisual img {
	object-fit: contain !important;
}
.rtc_s5_catchtitle {
	font-family: 'Whisper', cursive;
	font-size: 4.2rem !important;
	font-weight: bold;
	color: #fff !important;
	line-height: 1 !important;
	letter-spacing: .025em;
	transform: rotate( -5deg );
}

.rtc_s5_main_catchtxt > .uagb-columns__inner-wrap > .wp-block-uagb-column  {
	overflow: visible;
}


/* 検索ボタン - BtnGroup
-------------------------------------------------- */
.rtc_s5_btngroup {
	position: relative;
	z-index: 8;
	margin-top: -100px !important;
	padding-top: 20px !important;
	background: transparent !important;
}
.rtc_s5_btngroup .search_btn_group > li > a > span.color_sub1 { display: none; }
.rtc_s5_btngroup .search_btn_group > li > a > span {
	margin-right: 5px;
	font-size: 1.2rem;
	color: rgba( 93, 182, 229, 1 );
}
.rtc_s5_btngroup .search_btn_group > li > a {
	padding-bottom: 25px !important;
	border-radius: 5px;
	outline: 5px solid rgba( 93, 182, 229, 1 );
	outline-offset: -1px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, .3 );
}
.rtc_s5_btngroup .search_btn_group > li > a::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
}

.rtc_s5_btngroup .search_btn_group > li:nth-child(1) > a::before {
	background-image: url( '/app/uploads/sites/962/2023/12/s5_top_btngroup01.png' );
}
.rtc_s5_btngroup .search_btn_group > li:nth-child(2) > a::before {
	background-image: url( '/app/uploads/sites/962/2023/12/s5_top_btngroup02.png' );
}
.rtc_s5_btngroup .search_btn_group > li:nth-child(3) > a::before {
	background-image: url( '/app/uploads/sites/962/2023/12/s5_top_btngroup03.png' );
}

.rtc_s5_btngroup .search_btn_group > li > a:hover {
	opacity: 1;
	color: #fff !important;
	background-color: rgba( 93, 182, 229, 1 ) !important;
}
.rtc_s5_btngroup .search_btn_group > li > a:hover > span {
	color: #fff !important;
}

/* 不動産について - About
-------------------------------------------------- */
.rtc_s5_about h2.rtc_s5_title, .rtc_s5_about h2.rtc_s5_title span {
	color: #fff !important;
}
.rtc_full_background {
	margin-top: -156px !important;
	min-height: 640px;
}
.rtc_s5_about figure img {
	width: 70%;
}


/* こだわり条件 - PickUp
-------------------------------------------------- */
.rtc_s5_block_pickup {
	position: relative;
	overflow: visible;
}

.rtc_s5_pickup_items .es-list-items > li figure {
	border-radius: 10px;
}

.rtc_s5_pickup_items .es-list-items > li h3 {
	position: relative;
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
    background-color: #fff;
	border: 3px solid rgba( 93, 182, 229, 1 );
    border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_s5_pickup_items .es-list-items > li h3::after {
	position: absolute;
	right: 15px;
	content: '\f0a9';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.rtc_s5_pickup_items .es-list-items > li a:hover h3 {
	color: #fff !important;
	background-color: transparent !important;
	text-decoration: none;
	border: 3px solid #fff;
}

/* オーナー様へ - forOwner
-------------------------------------------------- */
.rtc_s5_forowner .uagb-columns__inner-wrap {
	justify-content: space-between;
}

.rtc_s5_forowner h3 a {
	display: block;
	position: relative;
	font-size: 1.1rem !important;
	color: rgba( 93, 182, 229, 1 );
}
.rtc_s5_forowner h3 a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	transition: all ease .2s;
}
.rtc_s5_forowner h3:hover a {
	color: #333;
	text-decoration: none;
}
.rtc_s5_forowner h3:hover a::after {
	right: 20px;
}

.rtc_s5_forowner figure {
	text-align: center;
}
.rtc_s5_forowner figure img {
	width: 50%;
}

.rtc_s5_btn a {
	transition: all ease .6s;
}
.rtc_s5_btn a:hover {
	color: #fff !important;
	background-color: rgba( 93, 182, 229, 1 ) !important;
}
.rtc_s5_btn a::before,
.rtc_s5_btn a::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_btn_phone a::before {
	margin-right: 10px;
	content: '\f2a0';
}
.rtc_btn_mail a::before {
	margin-right: 10px;
	content: '\f658';
}



.rtc_s5_news ul.es-list-items > li {
	border-bottom: 1px dashed #fff;
}
.rtc_s5_news ul.es-list-items > li span,
.rtc_s5_news ul.es-list-items > li h3 {
	position: relative;
	color: #fff;
	transition: all ease .6s;
}
.rtc_s5_news ul.es-list-items > li h3::after {
	position: absolute;
	right: 10px;
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_s5_news ul.es-list-items > li h3:hover {
	opacity: .6;
}

.rtc_s5_blogs ul.es-list-items > li figure {
	border-radius: 10px;
}
.rtc_s5_blogs ul.es-list-items > li h3 {
	color: #fff;
	font-weight: bold;
}


/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.rtc_s5_title_left::before {
		display: none;
	}
	.rtc_s5_btngroup .search_btn_group > li > a > span {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}

}


/* ★管理_S01 - SP_01
-------------------------------------------------- */
body.es-page-sp01 .sub_visual, body.es-page-sp01 #header_org,
body.es-page-sp01 .es-header-breadcrumb, body.es-page-sp01 .es-container.page-header {
  display: none;
}

body.es-page-sp01 {
	position: relative;
	overflow-x: hidden;
	background-color: rgba( 238, 242, 244, 1 );
}
body.es-page-sp01 * {
	letter-spacing: .05em;
}
body.es-page-sp01 h2 {
	letter-spacing: .05em;
}

body.es-page-sp01 .site-footer {
	margin-top: 0;
}


/* 画面幅 - MonitorWidth
-------------------------------------------------- */
body.es-page-sp01 .es-container { max-width: 85%; }
body.es-page-sp01 * { box-sizing: border-box; }


#particles-js {
	position: relative;
}

.rtc_title_sp01 {
	font-weight: bold;
}
.rtc_title_sp01 > span {
	display: block;
	font-size: 1.2rem;
	color: rgba( 6, 162, 162, 1 );
}

.rtc_sp01_btn > a {
	position: relative;
	padding: 10px 100px;
	border-radius: 50vh !important;
	color: rgba( 8, 49, 81, 1 ) !important;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid rgba( 8, 49, 81, 1 );
	overflow: hidden;
}
.rtc_sp01_btn > a::before {
	content:"";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate( -50%, -50% );
	width: 0;
	height: 0;
	background: rgba( 8, 49, 81, 1 );
	z-index: 0;
	transition: all .3s ease-out;
	border-radius: 50%;
	z-index: -1;
	opacity: 1;
}
.rtc_sp01_btn > a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	content: '\f061';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.rtc_sp01_btn > a:hover {
 	color: rgba( 255, 255, 255, 1 ) !important;
}
.rtc_sp01_btn > a:hover::before {
	width: 300px;
	height: 300px;
}


/* ヘッダー - Header
-------------------------------------------------- */
body.nav_moved header#rtc_spcustom_header {
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	background-color: rgba( 255, 255, 255, .8 );
}
header#rtc_spcustom_header {
	margin: 0 calc( -50vw + 50% );
	padding: 20px 50px;
	max-width: 100vw;
	position: sticky;
	top: 0;
	z-index: 999;
	transition: all ease .8s;
}
body.logged-in.admin-bar header#rtc_spcustom_header {
	top: 32px;
}

.rtc_spcustom_header_inner {
	display: flex;
	align-items: center;
}
.rtc_spcustom_header_inner > h1 {
	margin-bottom: 0 !important;
}
.rtc_spcustom_header_inner > h1 img {
	width: 200px;
}

.sp_header_navlist {
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: auto;
	list-style: none;
}

.sp_header_navlist > li {
	position: relative;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
}
.sp_header_navlist > li:not(.rtc_spnav_contact):not(.icon_history):not(.icon_favorite)::after {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( -50% );
	content: '\f107';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.sp_header_navlist > li.icon_history, .sp_header_navlist > li.icon_favorite {
	flex-basis: 100px;
}
.sp_header_navlist > li:not(.rtc_spnav_contact):not(.icon_history):not(.icon_favorite) {
	padding: 0 20px;
	width: 200px;
	flex-grow: 1;
}

.sp_header_navlist > li.icon_history a::before, .sp_header_navlist > li.icon_favorite a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 24px;
}
.sp_header_navlist > li.icon_history a::before { content: '\f1da'; }
.sp_header_navlist > li.icon_favorite a::before { content: '\f004'; }

.sp_header_navlist > li.icon_history span,
.sp_header_navlist > li.icon_favorite span {
	top: 0;
	right: 20px;
}

.sp_header_navlist > li.icon_history p , .sp_header_navlist > li.icon_favorite p {
	margin-bottom: 0 !important;
	font-size: 11px;
}

.rtc_spnav_contact {
	margin: 0 20px;
	padding: 5px 25px;
	width: 230px;
	color: #fff;
	background: linear-gradient( 90deg, rgba( 47, 174, 166, 1 ) 0%, rgba( 5, 69, 129, 1 ) 100% );
	border-radius: 50vh;
}


.rtc_spnav_submenu {
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
	list-style: none;
	margin: 0;
	width: 300px;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgba( 255, 255, 255, .6 );
	opacity: 0;
	transition: all ease .3s;
}
.rtc_spnav_submenu > li {
	padding: 10px 0;
	text-align: center;
	transition: all ease .6s;
}
.rtc_spnav_submenu > li:hover {
	color: #fff;
	background-color: rgba( 0, 0, 0, .6 );
}
.rtc_spnav_submenu > li:not(:last-child) {
	border-bottom: 1px solid rgba( 51, 51, 51, .6 );
}

.sp_header_navlist > li:hover .rtc_spnav_submenu {
	visibility: visible;
	z-index: 3;
	opacity: 1;
}


/* メインビジュアル - MainVisual
-------------------------------------------------- */
.rtc_sp01_mainvisual {
	position: relative;
	margin: 0 calc( -50vw + 50% ) ;
	padding: 0 30px;
	width: 100vw;
	height: 630px;
	border-radius: 10px;
}

.rtc_slider_imgs {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 630px;
	border-radius: 10px;
	background-color: gray;
	overflow: hidden;
}

.rtc_slider_imgs > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 10;
	opacity: 0;
	animation: fade 12s infinite;
}

@keyframes fade {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	85%{
		opacity: 0;
		transform: scale( 1.1 );
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.rtc_slider_imgs > div.rtc_sp01_slideimg01 {
	background-image: url( '/app/uploads/sites/962/2024/01/sp01_coverimg01.jpg' );
}

.rtc_slider_imgs > div.rtc_sp01_slideimg02 {
	background-image: url( '/app/uploads/sites/962/2024/02/sp01_coverimg04.jpg' );
	animation-delay: 4s;
}

.rtc_slider_imgs > div.rtc_sp01_slideimg03 {
	background-image: url(  '/app/uploads/sites/962/2024/02/sp01_coverimg05.jpg'  );
	animation-delay: 8s;
}

.rtc_catchtxt {
	position: absolute;
	top: 15%;
	left: 15%;
	font-size: 2.6rem;
	font-weight: bold;
	z-index: 10;
	line-height: 1.5;
	background: linear-gradient( 90deg, rgba( 47,174,166,1 ) 0%, rgba( 5,69,129,1 )100% );
	color: transparent;
	-webkit-background-clip: text;
	letter-spacing: .05em;
}
.rtc_catchtxt > p {
	margin-bottom: 0 !important;
	font-size: 1.4rem;
}


/* スクロールダウン - Scroll
-------------------------------------------------- */
.rtc_scroll {
	position: absolute;
	top: 50%;
    right: 80px;
	transform: translateY( -50% );
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
	opacity: 1;
	z-index: 10;
}
.rtc_scroll_text {
	writing-mode: vertical-rl;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 2.6rem;
	font-weight: 200;
    letter-spacing: .1em;
}

.rtc_scroll_bar {
	position: relative;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.rtc_scroll_bar::before {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: calc( 50% - 5px );
    width: 10px;
    height: 10px;
    background-color: #fff;
	border-radius: 50%;
    opacity: 0;
    animation: scrollDown 3s ease-in-out infinite;
}

@keyframes scrollDown {
	0% {
		opacity: 0;
		transform: translateY(0) rotate(0)
	}

	10% {
		opacity: 1;
		transform: translateY(0) rotate(0)
	}

	90% {
		opacity: 1;
		transform: translateY(120px) rotate(-360deg)
	}

	100% {
		opacity: 0;
		transform: translateY(120px) rotate(-360deg)
	}
}


/* ●●不動産が選ばれる理由 - REASON
-------------------------------------------------- */
.rtc_block_reason > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_block_reason > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding-top: 30px;
}

.rtc_block_reason > .uagb-columns__inner-wrap > .wp-block-uagb-column {
	border-radius: 10px;
	transition: all ease .6s;
}
.rtc_block_reason > .uagb-columns__inner-wrap > .wp-block-uagb-column:hover {
	transform: scale( 1.1 );
}

.rtc_block_reason h3 {
	position: relative;
}
.rtc_block_reason h3::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX( -50% );
	width: 60px;
	height: 1px;
	background-color: #fff;
	opacity: .6;
}

.rtc_reason_count {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.rtc_reason_count > span {
	padding: 0 10px;
	font-family: 'Jost', sans-serif;
	font-weight: normal;
	font-size: 3rem;
}

/* コンセプト - CONSEPT
-------------------------------------------------- */
.rtc_sp01_block_consept {
	background-color: #fff;
	border-radius: 10px;
}

.rtc_consept_img {
	position: relative;
}
.rtc_consept_img figure {
	position: absolute;
	width: 50%;
}
.rtc_consept_img figure img {
	border-radius: 10px;
}

.rtc_consept_img figure.rtc_consept_img01 {
	top: 20px;
	left: 30px;
}
.rtc_consept_img figure.rtc_consept_img02 {
	right: 30px;
	bottom: 20px;
}

.rtc_title_contact {
	line-height: 1.5;
	font-weight: bold;
}
.rtc_title_contact strong {
	font-size: 4rem;
	letter-spacing: .1em;
}

.rtc_sp01_maxwidth_change > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}



/* 賃貸管理メニュー - MENU
-------------------------------------------------- */
.rtc_list_cardmenu {
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.rtc_list_cardmenu > li {
	position: relative;
	cursor: pointer;
	margin-bottom: 40px;
	padding: 20px;
	width: 32%;
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
}

.rtc_list_cardmenu > li .card_front {
	background-image: linear-gradient(rgba(116, 209, 209, .8),rgba(116, 209, 209, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img01.jpg);
	background-size: cover;
}
.rtc_list_cardmenu > li .card_back {
	background-color: rgba( 116, 209, 209, 1 );
}

.rtc_list_cardmenu > li .card_front,
.rtc_list_cardmenu > li .card_back {
	transition: all 0.6s;
	position: absolute;
	left: 0;
	top: 0;
	padding: 30px;
	height: 100%;
	width: 100%;
	backface-visibility: hidden;
	border-radius: 10px;
}

.rtc_list_cardmenu > li .card_front {
	transform: rotateY(-180deg);
}

.rtc_list_cardmenu > li:hover .card_back {
	transform: rotateY(180deg);
}

.rtc_list_cardmenu > li:hover .card_front {
	transform: rotateY(0);
}

.rtc_list_cardmenu > li .card_front h3,
.rtc_list_cardmenu > li .card_back h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .1em;
}
.rtc_list_cardmenu > li .card_front h3 span,
.rtc_list_cardmenu > li .card_back h3 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.rtc_list_cardmenu > li .card_back figure img {
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.card_txt {
	font-size: 14px;
	color: #fff;
}

.rtc_list_cardmenu > li:nth-child(2) .card_back { background-color: rgba( 83, 186, 216, 1 ); }
.rtc_list_cardmenu > li:nth-child(3) .card_back { background-color: rgba( 93, 158, 214, 1 ); }
.rtc_list_cardmenu > li:nth-child(4) .card_back { background-color: rgba( 127, 126, 192, 1 ); }
.rtc_list_cardmenu > li:nth-child(5) .card_back { background-color: rgba( 83, 186, 216, 1 ); }
.rtc_list_cardmenu > li:nth-child(6) .card_back { background-color: rgba( 116, 209, 209, 1 ); }

.rtc_list_cardmenu > li:nth-child(2) .card_front {
	background-image: linear-gradient(rgba(83, 186, 216, .8),rgba(83, 186, 216, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img02.jpg);
}
.rtc_list_cardmenu > li:nth-child(3) .card_front {
	background-image: linear-gradient(rgba(93, 158, 214, .8),rgba(93, 158, 214, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img03.jpg);
}
.rtc_list_cardmenu > li:nth-child(4) .card_front {
	background-image: linear-gradient(rgba(127, 126, 192, .8),rgba(127, 126, 192, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img04.jpg);
}
.rtc_list_cardmenu > li:nth-child(5) .card_front {
	background-image: linear-gradient(rgba(83, 186, 216, .8),rgba(83, 186, 216, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img05.jpg);
}
.rtc_list_cardmenu > li:nth-child(6) .card_front {
	background-image: linear-gradient(rgba(116, 209, 209, .8),rgba(116, 209, 209, .8)),url(/app/uploads/sites/962/2024/01/sp01_menu_img06.jpg);
}

.rtc_list_cardmenu.rtc_list_company > li:nth-child(1) .card_back { background-color: rgba( 40, 75, 102, 1 ); }
.rtc_list_cardmenu.rtc_list_company > li:nth-child(2) .card_back { background-color: rgba( 116, 209, 209, 1 ); }
.rtc_list_cardmenu.rtc_list_company > li:nth-child(1) .card_front {
	background-image: linear-gradient(rgba(40, 75, 102, .8),rgba(40, 75, 102, .8)),url(/app/uploads/sites/962/2024/01/sp_company_img01.jpg);
}
.rtc_list_cardmenu.rtc_list_company > li:nth-child(2) .card_front {
	background-image: linear-gradient(rgba(116, 209, 209, .8),rgba(116, 209, 209, .8)),url(/app/uploads/sites/962/2024/01/sp_company_img02.jpg);
}

.rtc_list_company {
	margin: 50px 0 0;
}
.rtc_list_company > li {
	width: 48%;
	height: 350px;
}

.rtc_list_company > li .card_back figure img {
	height: 210px;
}


/* 管理プラン表 - PLAN
-------------------------------------------------- */
.rtc_s01_plan_table {
	background-color: #fff;
	color: #333;
}

.rtc_s01_plan_table .rtc_plan_df {
	background-color: rgba( 204, 229, 229, 1 );
}
.rtc_s01_plan_table .rtc_recommend_plan {
	position: relative;
	color: #fff;
	background-color: rgba( 116, 209, 209, 1 );
}

.rtc_s01_plan_table .rtc_recommend_plan > .rtc_sp01_fukidashi {
	padding: 10px;
	position: absolute;
	top: -65px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	color: #fff;
	background-color: rgba( 116, 209, 209, 1 );
	border-radius: 10px;
}
.rtc_s01_plan_table .rtc_recommend_plan > .rtc_sp01_fukidashi::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
    height: 10px;
	background-color: rgba( 116, 209, 209, 1 );
	clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.rtc_s01_plan_table thead th {
	text-align: center;
}
.rtc_s01_plan_table tbody td {
	text-align: center;
	vertical-align: middle;
}
.rtc_s01_plan_table tbody td.rtc_tbl_cate {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	background-color: #EFEFEF;
}

.sp01_circle {
	vertical-align: middle;
	text-align: center;
}
.sp01_circle::before {
	content: '';
	margin: 0 auto;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 7px solid rgba( 116, 209, 209, 1 );
}
.circle_opacity::before {
	border-color: rgba( 116, 209, 209, .4 );
}


/* お客様の声 - Voice
-------------------------------------------------- */
.rtc_sp01_voice_block {
	position: relative;
	margin-top: 80px;
    padding: 0 5%;
}

.rtc_sp01_voice_block > h2 {
	position: absolute;
	right: 30px;
	bottom: -75px;
	font-size: 110px;
    font-weight: bold;
    color: rgba( 152, 175, 186, .4 );
}
.rtc_sp01_voice_block > h2::after {  display: none; }

.rtc_sp01_voice_block ul > li {
	padding: 20px 20px 50px;
    background-color: rgba( 116, 209, 209, 1 );
    border-radius: 10px;
}
.rtc_sp01_voice_block .es-list-content {
	margin-top: 10px;
}

.rtc_sp01_voice_block .es-list-content,
.rtc_sp01_voice_block .es-list-content h3 {
	color: #fff;
}
.rtc_sp01_voice_block .es-list-content h3 {
	font-size: 14px;
}
.rtc_sp01_voice_block .es-list-items > li a:hover h3 {
	text-decoration: none;
}
.rtc_sp01_voice_block ul > li:nth-child(2) { background-color: rgba( 116, 187, 209, 1 ); }
.rtc_sp01_voice_block ul > li:nth-child(3) { background-color: rgba( 116, 153, 209, 1 ); }
.rtc_sp01_voice_block ul > li:nth-child(4) { background-color: rgba( 87, 99, 144, 1 ); }

.rtc_sp01_voice_block ul > li span.date::before {
	margin-right: 5px;
	content: '\f017';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.rtc_sp01_voice_block .img_4_3:before {
	padding-top: 60%;
}


/* おすすめ物件 - RECOMMEND
-------------------------------------------------- */
.rtc_sp01_block_recommend {
	position: relative;
}
.rtc_sp01_abstxt {
	position: absolute;
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
	color: rgba( 152, 175, 186, 1 );
	white-space: nowrap;
	overflow: hidden;
}
.rtc_sp01_abstxt > p {
	margin-bottom: 0 !important;
}

body.es-page-sp01 .feature-advertisement-block .wp-block-columns > div {
	border-radius: 10px;
    overflow: hidden;
}


/* よくある質問 - FAQ
-------------------------------------------------- */
.rtc_sp01_qa_list {
	list-style: none;
	margin-left: 0;
}
.rtc_sp01_qa_list > li {
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 10px;
}
.rtc_sp01_qa_list > li:not(:last-child) {
	margin-bottom: 20px;
}

.rtc_qa_title {
	display: flex;
	align-items: center;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	transition: all ease .6s;
}
.rtc_qa_title::before, .rtc_qa_anser::before {
	flex-shrink: 0;
	content: '\51';
    margin-right: 10px;
	width: 20px;
	text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	color: rgba( 6, 162, 162, 1 );
}
.rtc_qa_anser {
	display: flex;
	font-size: 14px;
	height: 0;
	overflow: hidden;
	transition: all ease .6s;
}
.rtc_qa_anser::before {
	content: '\41';
	font-size: 16px;
	color: rgba( 247, 188, 36, 1 );
}
.rtc_qa_title::after {
	flex-shrink: 0;
	margin-left: auto;
	content: '\2b';
	width: 20px;
	text-align: center;
	color: rgba( 6, 162, 162, 1 );
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    transition: all ease .6s;
}

.rtc_sp01_qa_list > li.is_active .rtc_qa_title {
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_title::after {
	content: '\f068';
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_anser {
	padding-top: 15px;
	height: auto;
}


/* お知らせ - News
-------------------------------------------------- */
.rtc_s01_news_custom {
	padding: 0;
}
.rtc_s01_news_custom ul > li {
	padding: 10px 20px !important;
	transition: all ease .6s;
}
.rtc_s01_news_custom ul > li:hover {
	background-color: #fff;
}


/* 会社概要 - Company
-------------------------------------------------- */
.rtc_s01_company {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}

.rtc_s01_company > li {
	flex-grow: 1;
	height: 420px;
	background-color: gray;
	border-radius: 10px;
	transition: all ease .2s;
}
.rtc_s01_company > li:first-child {
	margin-right: 2%;
}
.rtc_s01_company > li:hover {
	flex-grow: 1.6;
	animation: .5s poyon ease-in-out;
}

@keyframes poyon {
	0% {
		flex-grow: 1;
	}

	33.33% {
		flex-grow: 1.6;
	}
	66.67% {
		flex-grow: 1.4;
	}
	100% {
		flex-grow: 1.6;
	}
}


/* お問い合わせ - Contact
-------------------------------------------------- */
.rtc_sp01_contact_block {
	cursor: none;
	margin: 0 calc( -50vw + 50% );
	padding: 20px;
	width: 100vw;
	min-height: 430px;
	background: rgba( 8, 49, 81, 1 );
}

.rtc_sp01_contact_block > a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 410px;
	cursor: none;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: .05em;
	text-decoration: none;
}
.rtc_sp01_contact_block > a > span {
	display: block;
	font-size: 16px;
}

.rtc_block_contact {
	cursor: none;
}
#js-mouse{
/* 	content: 'もっと見る'; */
	pointer-events: none;
	position: fixed;
	top: -30px; 
	left: -30px;
	width: 100px;
	height: 100px;
	background-color: rgba( 255, 255, 255, .8 );
	border-radius: 50%;
	transform: translate( 0, 0 );
	transition: all 0.3s ease-out;
	mix-blend-mode: difference;
	z-index: 9999;
	opacity: 0;
}
#js-mouse.js-hover {
    width: 80px;
    height: 80px;
}


/* アクセスマップ - Access
-------------------------------------------------- */
.rtc_block_accessmap {
	position: relative;
	margin-bottom: 50px;
	height: 400px;
	overflow: hidden;
	border-radius: 10px;
}
.rtc_block_accessmap ifreame {
	filter: invert( 80% );
	-webkit-filter: invert( 80% );
}


@media ( max-width: 480px ) {
	
	/* 基本設定 - Common
	-------------------------------------------------- */
	body.es-page-sp01 .es-container {
		max-width: 100%;
	}
	body.es-page-sp01 h2.rtc_title_pdg { padding: 0 20px; }
	
	.sp_ac_menu {
		display: flex;
		margin-left: auto;
		width: 40px;
		height: 40px;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.sp_ac_menu::before {
		content: '\f0c9';
		font-family: 'Font Awesome 5 Free';
		font-size: 1.6rem;
		font-weight: 900;
	}
	
	.rtc_title_sp01 {
		font-size: 1.2rem !important;
	}
	
	.rtc_sp01_btncenter {
		justify-content: center !important;
	}
	.rtc_sp01_btn > a {
		font-size: 14px;
	}
	
	/* ヘッダー - Header
	-------------------------------------------------- */
	body.logged-in.admin-bar header#rtc_spcustom_header {
		top: 46px;
	}
	header#rtc_spcustom_header {
		padding: 10px;
/* 		box-shadow: 0 0 5px rgba( 0, 0, 0, .3 ); */
		background-color: rgba( 255, 255, 255, .8 );
	}
	.rtc_spcustom_header_inner > h1 img {
		width: 120px;
	}
	header#rtc_spcustom_header .sp_header_navlist {
		display: none;
	}
	
	
	/* メインビジュアル - MV
	-------------------------------------------------- */
	.rtc_sp01_mainvisual, .rtc_slider_imgs, .rtc_slider_imgs > div {
		height: 300px;
	}
	.rtc_sp01_mainvisual {
		padding: 0 10px;
	}
	
	.rtc_catchtxt {
		top: 10%;
		left: 10%;
		font-size: .9rem;
	}
	.rtc_catchtxt > p {
		font-size: 1.1rem;
	}
	
	.rtc_scroll_text {
		font-size: 1.4rem;
	}
	.rtc_scroll {
		bottom: 0px;
		right: 20px;
		transform: none;
		overflow: hidden;
	}
	
	
	/* 選ばれる理由 - Reason
	-------------------------------------------------- */
	.rtc_block_reason {
		padding: 0 20px !important;
	}
	.rtc_block_reason > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		margin-bottom: 20px;
	}
	
	
	/* コンセプト - Concept
	-------------------------------------------------- */
	.rtc_sp01_block_consept {
		border-radius: 0;
	}
	
	/* 賃貸管理メニュー - Menu
	-------------------------------------------------- */
	.rtc_list_cardmenu > li .card_front,
	.rtc_list_cardmenu > li .card_back {
		padding: 20px;
	}
	
	.rtc_list_cardmenu > li {
		margin-bottom: 20px;
		width: 100%;
		height: 280px;
	}
	.rtc_list_company > li .card_back figure img {
		height: 160px;
	}
	.rtc_list_cardmenu > li .card_front h3,
	.rtc_list_cardmenu > li .card_back h3 {
		font-size: 21px;
	}
	
	.rtc_s01_tablescroll {
		padding-top: 80px;
		overflow-x: scroll;
	}
	.rtc_s01_plan_table {
		width: 100%;
		white-space: nowrap;
	}
	
	
	.rtc_sp01_qa_list > li {
		padding: 10px;
	}
	
	.rtc_sp01_contact_block, .rtc_sp01_contact_block > a {
		min-height: 200px;
	}
	.rtc_sp01_contact_block > a {
		font-size: 40px;
	}
	
	.rtc_sp01_qa_list > li .rtc_qa_anser {
		line-height: 1.2;
		font-size: 12px;
	}
	.rtc_qa_title::before { font-size: 16px; }
	
	.rtc_sp01_recommend_txt {
		bottom: -80px;
	}
	
	
	body.es-page-sp01 .feature-advertisement-block .wp-block-columns {
		width: 100%;
	}
	body.es-page-sp01 .feature-advertisement-block .wp-block-columns > div:not(:last-child) {
		margin-right: 0;
	}
	
	.rtc_qa_title {
		font-size: 11px;
	}
	
	.rtc_sp01_abstxt {
		position: static;
		font-size: 30px;
		white-space: pre-wrap;
	}
	
	/* お客様の声 - Voice
	-------------------------------------------------- */
	.rtc_sp01_voice_block { margin: 50px 0; }
	.rtc_sp01_voice_block > h2 {
		margin-bottom: 40px;
		position: static;
		display: flex;
		align-items: center;
		font-size: 30px;
		text-align: right !important;
		color: rgba( 152, 175, 186, 1 );
	}
	.rtc_sp01_voice_block > h2::before {
		content: '';
		margin-right: 25px;
		flex-grow: 1;
		height: 1px;
		background: rgba( 152, 175, 186, 1 );
	}
	
	.rtc_sp01_voice_block ul.es-list-items > li {
		margin-bottom: 20px;
	}
	
	.rtc_sp01_abstxt p {
		display: flex;
		align-items: center;
	}
	.rtc_sp01_abstxt p::after {
		content: '';
		margin-left: 25px;
		min-width: 100px;
		flex-grow: 1;
		height: 1px;
		background: rgba( 152, 175, 186, 1 );
	}
	
	/* よくある質問 - Q&A
	-------------------------------------------------- */
	.rtc_qa_list_typ02 {
		padding: 20px;
	}
	
	/* アクセスマップ - AccessMap
	-------------------------------------------------- */
	.rtc_block_accessmap iframe {
		border-radius: 10px;
	}
	
	/* お問い合わせ - CONTACT
	-------------------------------------------------- */
	.rtc_sp01_contact_block > a {
		letter-spacing: .1em;
	}
}