/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2026 | 05:52:12 */
/* import
-------------------------------------------------- */
@import url( 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Petrona:ital,wght@0,100..900;1,100..900&display=swap' );


/* 共通設定 - common
-------------------------------------------------- */
:root {
	--font-family-fa: 'Font Awesome 5 Free';
	--font-family-urbnist: "Urbanist", sans-serif;
	--font-family-petrona: "Petrona", serif;
	
	--main-color: #0B2651;
	--sub-color: #7387A6;
}
body.es-page-company {
	overflow-x: hidden;
}

body.es-page-company .es-container.page-header, body.es-page-info .es-container.page-header,
body.es-page-itjusetsu .es-container.page-header, body.es-page-point .es-container.page-header {
	display: none;
}
body.es-page-company .main-header-bar.es-header-breadcrumb, body.es-page-info .main-header-bar.es-header-breadcrumb,
body.es-page-itjusetsu .main-header-bar.es-header-breadcrumb, body.es-page-point .main-header-bar.es-header-breadcrumb {
	display: none;
}


#primary {
	padding-bottom: 0 !important;
}
.es-link-container {
	margin-top: 0 !important;
}

.rtc_cover_page h1 {
	margin-bottom: 0 !important;
}
.rtc_bg_cover_stripe_left > span {
	background-image: repeating-linear-gradient( -45deg, rgba( 255, 255, 255, .1 ), rgba( 255, 255, 255, .1 ) 8px, rgba( 255, 255, 255, 0 ) 0, rgba( 255, 255, 255, 0 ) 20px );
}

.rtc_evenly_only > .uagb-columns__inner-wrap {
	justify-content: space-between;
}

/* ヘッダー - header
-------------------------------------------------- */
.header_free_content {
	display: none !important;
}

header.site-header .es-container { width: 100%; }
.main-header-menu a, .es-header-custom-item a { color: #333 !important; }
#masthead .site-logo-img .custom-logo {
	max-width: 350px !important;
}

body.home header.site-header {
	position: fixed;
	width: 100%;
}
body.home header.site-header .main-header-bar { background-color: transparent; }
body.home header.site-header.fixed .main-header-bar { background-color: #fff; }

body.home header.site-header .main-header-menu > li > a, body.home header.site-header .header_links a:not(.menu-toggle) { color: #fff !important; }
body.home header.site-header.fixed .main-header-menu > li > a, body.home header.site-header.fixed .header_links a:not(.menu-toggle) { color: #333 !important; }

body.home #content {
	padding-top: 0 !important;
}

.rtc_header_contact a {
	display: block;
	padding: 5px 20px;
	text-align: center;
	color: #fff;
	min-width: 160px;
	font-weight: 600;
	border-radius: 50vh;
/* 	background: #fff; */
	border: 2px solid #fff;
}
.rtc_header_contact a:hover {
	color: var( --main-color );
	background: #fff;
}
body.home header.site-header.fixed .rtc_header_contact a,
body:not(.home) .rtc_header_contact a {
	color: #fff;
	background: var( --main-color );
	border: 2px solid var( --main-color );
}
body.home header.site-header.fixed .rtc_header_contact a:hover,
body:not(.home) .rtc_header_contact a:hover {
	color: var( --main-color );
	background: #fff;
}
body.home header.site-header.fixed .rtc_header_contact a {
	
}


/* フッター - footer
-------------------------------------------------- */
/* footer.site-footer { display: none; } */

footer.site-footer {
	border-top: 10px solid #AB9857;
}

.rtc_footer_logo {
	margin-bottom: 30px;
}
.rtc_footer_logo a {
	display: block;
	transition: all ease .6s;
}
.rtc_footer_logo a:hover {
	opacity: .6;
}
.rtc_footer_logo a svg {
	width: 100%;
	height: 60px;
}

footer.site-footer .footer-adv-overlay {
	background-color: var( --main-color ) !important;
}
footer.site-footer .es-container {
	width: 90%;
}
footer.site-footer h2.widget-title {
	color: #fff !important;
	border-bottom-color: #fff;
}
.footer-adv-overlay li a {
	color: #fff;
}

.rtc_btn_footer {
	display: block;
	margin-bottom: 30px;
	padding: 5px 10px;
	color: #fff !important;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_btn_footer:hover {
	color: var( --main-color ) !important;
	background-color: #fff;
	text-decoration: none;
}

.rtc_map_link {
	text-align: right;
}
.rtc_map_link a {
	color: #fff !important;
}
.rtc_map_link a::after {
	margin-left: 10px;
	content: '\f08e';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_address_info {
	color: #fff;
	font-size: 14px;
}

.rtc_clr_white { color: #fff; }
.site-footer .widget.widget_nav_menu a:hover {
	color: #fff;
}
.es-small-footer {
	border-top: none;
}

.rtc_footer_banner {
	margin-bottom: 30px;
}
.rtc_footer_banner img {
	width: 100%;
}
.rtc_footer_banner a:hover img {
	opacity: .6;
}


/* ロードアニメ - anime
-------------------------------------------------- */
/* ベース設定 */
body.home .loader-wrapper {
	position: fixed;
	inset: 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}

.loader-wrapper svg {
	width: 300px;
	height: 200px;
}

/* 全グループ共通：最初は消しておく */
[class^="logo-group-"] {
	opacity: 0;
}

/* --- アニメーション定義 --- */
/* 上からスライドイン */
@keyframes slideInFromTop {
	0% { opacity: 0; transform: translateY(-50px); }
	100% { opacity: 1; transform: translateY(0); }
}
/* 下からスライドイン */
@keyframes slideInFromBottom {
	0% { opacity: 0; transform: translateY(50px); }
	100% { opacity: 1; transform: translateY(0); }
}
/* 上へスライドアウト */
@keyframes slideOutToTop {
	to { opacity: 0; transform: translateY(-50px); }
}
/* 下へスライドアウト */
@keyframes slideOutToBottom {
	to { opacity: 0; transform: translateY(50px); }
}

/* --- 実行タイミングの設定（指定の順番） --- */

/* ① 2番目のg：最初に上からスライドイン */
.logo-group-2 {
	animation: slideInFromTop 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards,
		slideOutToTop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3.0s forwards;
}

/* ① 以降：上下交互にスライドイン */
.logo-group-3 { /* 下から */
	animation: slideInFromBottom 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,
		slideOutToBottom 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3.1s forwards;
}
.logo-group-4 { /* 上から */
	animation: slideInFromTop 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s forwards,
		slideOutToTop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3.2s forwards;
}
.logo-group-5 { /* 下から */
	animation: slideInFromBottom 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.8s forwards,
		slideOutToBottom 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3.3s forwards;
}

/* ② 最初のg：最後に上からスライドイン */
.logo-group-1 {
	animation: slideInFromTop 1.0s cubic-bezier(0.22, 1, 0.36, 1) 1.2s forwards,
		slideOutToTop 0.6s cubic-bezier(0.22, 1, 0.36, 1) 3.5s forwards;
}

body:not(.home) .loader-wrapper {
	display: none;
}


/* フローティングバナー - banner
-------------------------------------------------- */
/* ポップアップの外枠 */
.popup-container {
	position: fixed; /* 画面に固定（右下など） */
	bottom: 20px;
	right: 20px;
	width: 340px;
	background-color: #fff;
	border: 3px solid #0B2651; /* 濃紺の太い枠線 */
	border-radius: 15px;
	padding: 15px 20px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.1);
	z-index: 9999;
	font-family: "sans-serif";
}

/* 閉じるボタン (×) */
.close-button {
	position: absolute;
	padding: 0;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-color: #505050;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* テキスト部分 */
.popup-text {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.popup-text > span {
	background: linear-gradient(transparent 60%, #fbebc6 60%); /* 黄色のマーカー線 */
}

/* LINEボタン */
.line-button {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #06C755; /* LINEカラー */
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	border-radius: 10px;
	transition: opacity 0.3s;
}

.line-button:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

.line-icon {
	width: 30px; /* アイコンのサイズ */
	height: auto;
	margin-right: 10px;
}


/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_main {
	font-size: 20px !important;
	font-weight: bold;
	color: var( --main-color ) !important;
}
.rtc_ttl_main > span {
	display: block;
	font-family: var( --font-family-urbnist );
	font-size: 40px;
	font-weight: bold;
	color: #373737;
	letter-spacing: .05em;
}
.rtc_ttl_main.rtc_ttl_main_white, .rtc_ttl_main.rtc_ttl_main_white span {
	color: #fff !important;
}

.rtc_ttl_bigtxt span {
	display: block;
	font-family: var( --font-family-urbnist );
	font-size: 96px !important;
	color: #EBEBEB;
	letter-spacing: .1em;
}
.rtc_ttl_bigtxt_right span {
	text-align: right;
}

.rtc_ttl_num {
	display: flex;
	align-items: center;
}
.rtc_ttl_num span {
	margin-right: 20px;
    font-family: var(--font-family-petrona);
    font-size: 50px;
    color: #0B2651;
}

/* ボタン - button
-------------------------------------------------- */


/* トップ - top
-------------------------------------------------- */
body.home #page {
	overflow-x: hidden;
}


.rtc_mainvisual {
	position: relative;
	margin: 0 calc( -50vw + var(--es-scroll-var-half) + 50% ) ;
	padding: 0;
	width: 100vw;
	height: 630px;
}

.rtc_slider_imgs {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 630px;
	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_slideimg01 {
	background-image: url( '/app/uploads/sites/1449/2026/01/main_slider_img01.jpg' );
}

.rtc_slider_imgs > div.rtc_slideimg02 {
	background-image: url( '/app/uploads/sites/1449/2026/01/main_slider_img02.jpg' );
	animation-delay: 4s;
}

.rtc_slider_imgs > div.rtc_slideimg03 {
	background-image: url(  '/app/uploads/sites/1449/2026/01/main_slider_img03.jpg'  );
	animation-delay: 8s;
}

.rtc_catchtxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	width: 100%;
	text-align: center;
	z-index: 10;
}
.rtc_catchtxt > h2 {
	margin-bottom: 40px;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.5;
/* 	overflow: hidden; */
}
.rtc_catchtxt > h2 > em {
	font-style: normal;
/* 	overflow: hidden; */
}
.rtc_catchtxt > h2 > span {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	font-weight: normal;
}
.rtc_catchtxt > h2::after { display: none; }
.rtc_catchtxt > p {
	margin-bottom: 0 !important;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5 !important;
	color: #fff;
}


/* 親要素：文字がはみ出さないように */
.rtc_catchtxt h2 em {
    display: flex;
    justify-content: center;
    overflow: hidden; 
    line-height: 1.4;
    font-style: normal;
    opacity: 0; /* JSで1文字ずつに分解されるまで丸ごと隠す */
}

/* 分解後の1文字ずつの共通設定 */
.rtc_catchtxt h2 em span {
    display: inline-block;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 奇数番目：上から / 偶数番目：下から */
.rtc_catchtxt h2 em span:nth-child(odd) { transform: translateY(-110%); }
.rtc_catchtxt h2 em span:nth-child(even) { transform: translateY(110%); }

/* 英語と説明文の初期状態 */
.rtc_catchtxt h2 > span,
.rtc_catchtxt p {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --- 表示状態（is-visibleがついた時） --- */
.rtc_catchtxt.is-visible h2 em {
    opacity: 1; /* 親要素を表示 */
}
.rtc_catchtxt.is-visible h2 em span,
.rtc_catchtxt.is-visible h2 > span,
.rtc_catchtxt.is-visible p {
    opacity: 1;
    transform: translateY(0);
}


/* お知らせ - news
-------------------------------------------------- */
.rtc_block_news {
	position: absolute;
	left: 25px;
	bottom: 25px;
	padding: 0;
	border-right: none;
}
.rtc_block_news ul.es-list-items::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY( -50% );
	content: 'NEWS';
	font-family: var( --font-family-urbnist );
	font-size: 21px;
	font-weight: bold;
	color: #0B2651;
}
.rtc_block_news ul {
	display: block;
	background: #fff;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1);
	width: 700px;
	height: 42px;
	box-sizing: border-box;
	padding: 10px 100px;
	overflow: hidden;
	position: relative;
	z-index: 30;
}
.rtc_block_news ul li a h3.wrap {
	color: #333;
}
.rtc_block_news ul li {
	padding: 0 !important;
	border: none !important;
}

.rtc_block_news ul li a .date {
	margin-right: 15px;
	color: #333;
	font-weight: bold;
}
.rtc_block_news ul li a .es-list-content {
	display: flex;
}

.rtc_block_news .slick-arrow {
	padding: 0;
	width: 15px;
	height: 43px;
    font-size: 1.4rem;
	background-color: transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	color: var( --main-color );
	border: none;
	z-index: 9;
}
.rtc_block_news .slick-arrow.slick-prev {
	display: none !important;
	left: auto;
	right: 35px !important;
}
.rtc_block_news .slick-arrow.slick-prev::before,
.rtc_block_news .slick-arrow.slick-next::before {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
}
.rtc_block_news .slick-arrow.slick-prev::before {
	content: '\f053';
}
.rtc_block_news .slick-arrow.slick-next::before {
	content: '\f138';
}



.rtc_illust_map {
	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%) 50px;
	width: 100vw;
	height: auto;
}

.rtc_illust_map a rect {
	transition: all ease .6s;
}
.rtc_illust_map a:hover rect {
	fill: #AB9857;	
}

.rtc_recommended_block {
	padding: 20px 0;
}
.rtc_recommended_block.es_grid_advlist .es_new_block_item a {
	height: 100%;
	background: #fff;
}
.rtc_recommended_block a.wp-block-button__link {
	background: var( --main-color );
	border-radius: 50vh;
}

.rtc_list_links {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin: 0;
	list-style: none;
}
.rtc_list_links > li {
	margin-bottom: 2%;
	width: 49%;
}
.rtc_list_links > li a {
	display: flex;
	padding: 10px;
	background: #fff;
	border: 1px solid #E6E6E6;
	border-radius: 10px;
	transition: all ease .6s;
}
.rtc_list_links > li a:hover {
	text-decoration: none;
	opacity: .6;
}

.rtc_list_links > li .rtc_links_info {
	padding: 10px 15px;
}

.rtc_list_links > li a img {
	flex-shrink: 0;
	width: 155px;
	height: auto;
	object-fit: cover;
}
.rtc_list_links > li a:hover img {
	transform: scale(1);
}

.rtc_list_links > li a h2 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: var( --main-color );
	text-align: left;
}
.rtc_list_links > li a h2::after {
	display: none;
}
.rtc_list_links > li a p {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
}

.rtc_bnr_partners figure {
	margin-bottom: 0;
}
.rtc_bnr_partners figure a img {
	transition: all ease .6s;
}
.rtc_bnr_partners figure a:hover img {
	opacity: .6;
	transform: scale(1);
}

.rtc_search_nav {
	position: relative;
	margin: 50px 0 !important;
	display: flex;
	list-style: none;
	justify-content: space-between;
}
.rtc_search_nav > li {
	width: 24%;
}

.rtc_search_nav > li > a {
	display: block;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: ease all .5s;
	border-radius: 5px;
	border: 2px solid var( --main-color );
}
.rtc_search_nav > li > a::before {
	margin-right: 10px;
	content: '\f002';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_search_nav > li > a:hover {
	color: #fff;
	background-color: var( --main-color );
}

.rtc_search_modal_area {
	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%);
	padding: 40px calc( 50vw - 50% );
	background-color: var( --main-color );
}
.rtc_search_modal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	width: 100%;
	gap: 2%;
}
.rtc_search_modal::before {
	content: '';
	position: absolute;
	top: -68px;
    left: 100px;
    width: 60px;
    height: 30px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background-color: var( --main-color );
}
.rtc_search_modal.rtc_modal02::before { left: 400px; }
.rtc_search_modal.rtc_modal03::before { left: auto; right: 400px; }
.rtc_search_modal.rtc_modal04::before { left: auto; right: 100px; }

.rtc_search_modal > li {
	margin-bottom: 2%;
	width: 32%;
}
.rtc_search_modal > li a {
	display: block;
	padding: 15px 10px;
	color: var( --main-color );
	font-weight: 600;
	text-align: center;
	background-color: #fff;
}

.rtc_search_modal_area {
    display: none;
}
.rtc_search_modal {
    display: none;
}

/* 表示用のクラス（JSで制御） */
.rtc_search_modal_area.is-active {
    display: block !important;
}
.rtc_search_modal.is-active {
    display: flex !important;
}

/* 会社概要 - company
-------------------------------------------------- */
.rtc_message_president figure {
	text-align: center;
}
.rtc_message_president figure img {
	width: 60%;
}
.rtc_message_president figure figcaption {
	margin-top: 20px;
	font-weight: bold;
	line-height: 1.5;
}
.rtc_message_president figure figcaption span {
	display: block;
	font-size: 24px;
}

.rtc_map_full {
	margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%) -10px;
	width: 100vw;
	max-width: inherit;
}

.rtc_list_spoffers {
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	margin: 50px 0;
	list-style: none;
}
.rtc_list_spoffers > li {
	position: relative;
	margin-bottom: 50px;
}

.rtc_list_spoffers > li:not(:first-child) {
	width: 48%;
}
.rtc_list_spoffers > li h3 {
	color: #0B2651;
}

.rtc_point {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX( -50% );
	margin-bottom: 0 !important;
	width: 320px;
	text-align: center;
	color: #fff;
	background: #AB9857;
	border-radius: 5px;
}
.rtc_spoffers_shadow {
	display: flex;
	padding: 30px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba( 0, 0, 0, .3 );
}
.rtc_list_spoffers > li:not(:first-child) > .rtc_spoffers_shadow {
	flex-wrap: wrap;
	height: 100%;
}
.rtc_list_spoffers > li:not(:first-child) > .rtc_spoffers_shadow figure,
.rtc_list_spoffers > li:not(:first-child) > .rtc_spoffers_shadow > div {
	margin-left: 0;
	width: 100%;
}
.rtc_list_spoffers > li:not(:first-child) > .rtc_spoffers_shadow > div h3 {
	margin-top: 10px;
	text-align: center;
}

.rtc_spoffers_shadow h3 {
	font-size: 21px;
}
.rtc_spoffers_shadow figure img {
	max-height: 300px;
}
.rtc_list_spoffers > li .rtc_spoffers_shadow div {
	margin-left: 30px;
	padding-top: 10px;
}
.rtc_spoffers_shadow p {
	margin-bottom: 0 !important;
}

/* お部屋探しのポイント - point
-------------------------------------------------- */
.rtc_list_point {
	margin: 80px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	counter-reset: number 0;
}
.rtc_list_point > li {
	position: relative;
	margin-bottom: 60px;
	width: 32%;
}
.rtc_list_point > li a {
	position: relative;
	padding: 50px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 );
	transition: all ease .6s;
}
.rtc_list_point > li::before {
	counter-increment: number 01;
	content: counter(number, decimal-leading-zero);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -30px;
	left: 50%;
	transform: translateX( -50% );
	font-size: 30px;
	font-weight: 500;
	font-family: var( --font-family-petrona );
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: #0B2651;
	border-radius: 50vh;
	z-index: 1;
}
.rtc_list_point > li a:hover {
	text-decoration: none;
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}
.rtc_list_point > li a::after {
	content: '\f107';
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX( -50% );
	font-family: var( --font-family-fa );
	font-weight: 900;
	color: #c0c6c9;
}

.rtc_btn_gensen {
	display: block;
	margin-top: 30px;
	padding: 10px 20px;
	color: #fff !important;
	text-align: center;
	font-weight: bold;
	background: #AB9857;
	border-radius: 5px;
	box-shadow: 0 5px 5px rgba( 0, 0, 0, .2 );
}
.rtc_btn_gensen:hover {
	text-decoration: none;
	opacity: 1 !important;
	box-shadow: none;
	transform: translate3d(0, 3px, 0);
}

.rtc_list_taking p {
	margin-bottom: 0 !important;
	font-weight: 600;
	line-height: 1.5 !important;
}

.rtc_tbl_plan table, .rtc_tbl_plan table tr, .rtc_tbl_plan table tr td {
	border: none;
}
.rtc_tbl_plan table tr {
	border-bottom: 1px solid #CBCBCB;
}
.rtc_tbl_plan table tr td {
	font-size: 14px;
	font-weight: bold;
}
.rtc_capsule {
	padding: 5px 20px;
	color: #fff;
	background: #AB9857;
	border-radius: 50vh;
}
.rtc_capsule.rtc_capsule_normal {
	color: #333;
	background: #D8D8D8;
}

.rtc_list_linkdouble {
	margin: 30px 0 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 4%;
	list-style: none;
}
.rtc_list_linkdouble > li {
	width: 48%;
}
.rtc_list_linkdouble > li a {
	position: relative;
	display: flex;
	padding: 20px;
	box-shadow: 0 5px 5px rgba( 0, 0, 0, .2 );
	border-radius: 10px;
	transition: all ease .6s;
}
.rtc_list_linkdouble > li a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f138';
	font-size: 26px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_list_linkdouble > li a:hover {
	text-decoration: none;
	transform: translate3d(0, 3px, 0);
}

.rtc_list_linkdouble > li a figure {
	margin-right: 30px;
	width: 80px;
}
.rtc_list_linkdouble > li a:hover img {
	transform: scale(1);
}
.rtc_pdf_txt p {
	margin-bottom: 0 !important;
	font-size: 21px;
	line-height: 1.5 !important;
}
.rtc_pdf_txt span {
	display: block;
	font-size: 12px;
}

.rtc_list_flowcontract {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	list-style: none;
}
.rtc_list_flowcontract > li {
	position: relative;
	padding: 10px;
	width: 18%;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 );
}
.rtc_list_flowcontract > li:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -28px;
    transform: translateY(-50%);
    content: '\f138';
    font-size: 30px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
	color: #0B2651;
}
.rtc_list_flowcontract > li h3 {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
	font-size: 18px;
	color: #0B2651;
	text-align: center;
}
.rtc_list_flowcontract > li .rtc_txt_flowcontract p:first-of-type {
	margin-bottom: 10px !important;
	font-size: 14px;
	color: #0B2651;
	text-align: center;
}
.rtc_list_flowcontract > li .rtc_txt_flowcontract p:last-of-type {
	margin-bottom: 0 !important;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5 !important;
}

.rtc_list_confirm {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	gap: 2%;
	list-style: none;
}
.rtc_list_confirm > li {
	margin-bottom: 2%;
	width: 49%;
	border: 2px solid #0B2651;
	border-radius: 10px;
	overflow: hidden;
}
.rtc_list_confirm > li h3 {
	margin-bottom: 0;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #0B2651;
}
.rtc_list_confirm > li .rtc_half_block {
	display: flex;
	padding: 30px;
}
.rtc_list_confirm > li > div:first-of-type {
	padding-bottom: 0;
}
.rtc_list_confirm > li .rtc_half_block .rtc_left_box {
	padding-right: 30px;
}
.rtc_list_confirm > li .rtc_half_block svg {
	width: 55px; 
	height: 55px;
}
.rtc_list_confirm > li .rtc_half_block .rtc_right_box h4 {
	margin-bottom: 5px;
	color: #0B2651;
	font-size: 16px;
	font-weight: bold;
}
.rtc_list_confirm > li .rtc_half_block .rtc_right_box p {
	margin-bottom: 0 !important;
	font-size: 13px;
}

/* 一人暮らしのお役立ち - livingalone
-------------------------------------------------- */

/* 地域情報 - local
-------------------------------------------------- */

/* 住まいのガイドブック - housing
-------------------------------------------------- */

/* IT重説のご案内 - Itjusetsu
-------------------------------------------------- */
.rtc_ttl_borderbottom {
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 40px;
	border-bottom: 1px solid #333;
}

.rtc_point_itjusetsu > .uagb-columns__inner-wrap .uagb-column__inner-wrap {
	padding: 30px;
}
.rtc_point_itjusetsu > .uagb-columns__inner-wrap .uagb-column__inner-wrap p {
	margin-bottom: 0 !important;
	font-size: 14px !important;
}
.rtc_point_itjusetsu > .uagb-columns__inner-wrap .uagb-column__inner-wrap figure {
	text-align: center;
}
.rtc_point_itjusetsu > .uagb-columns__inner-wrap .uagb-column__inner-wrap figure img {
	max-width: 60%;
}

.rtc_tbl_type table thead {
	border-bottom: 1px solid #333;
	background-color: #EFEFEF;
}
.rtc_tbl_type table thead th {
	text-align: center;
}
.rtc_tbl_type table tbody td {
	padding-left: 20px;
	height: 115px;
	vertical-align: middle;
}

.rtc_stepflow {
	margin: 50px 3em;
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.rtc_stepflow::before {
	content: "";
	display: block;
	margin-left: -8px;
	width: 15px;
	height: 100%;
	background: #eee;
/* 	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: #2A4167;
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: -5px;
	left: -120px;
	z-index: 100;
}
.rtc_stepflow > li .rtc_step::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 99%;
	width: 10px;
	height: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #2A4167;
	clip-path: polygon( 0 0, 0% 100%, 100% 50% );
}
.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: #2A4167;
	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: #2A4167;
	margin-bottom: 1vh;
}
.rtc_stepflow > li dl dd {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.rtc_stepflow > li dl dd img {
	margin-right: 20px;
	width: 160px;
	flex-shrink: 0;
}

/* ★Type02 - お問い合わせの流れ */
.rtc_step_type02 {
	padding-left: 0;
}
.rtc_step_type02::before {
	left: 0;
}
.rtc_step_type02 dl {
	padding-left: 60px;
}
.rtc_step_type02 dl dt > span {
	display: inline-block;
	margin-right: 20px;
	width: 120px;
	text-align: center;
	color: #fff;
	background-color: #2A4167;
	border-radius: 5px;
}

.rtc_illust_map.rtc_sp {
	display: none;
}

@media ( max-width: 480px ) {

	/* ----- flow:Step ----- */
	.rtc_stepflow {
		margin: 50px 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;
	}
	
	
	/* ★Type02 - お問い合わせの流れ */
	.rtc_step_type02 > li dl::after {
		width: 25px;
	}
	.rtc_step_type02 dl dt > span {
		display: block;
	}
}


/* 一二三ニュース - info
-------------------------------------------------- */
.rtc_list_news {
	display: flex;
	gap: 2%;
	list-style: none;
	margin: 0;
}
.rtc_list_news > li {
	width: 32%;
}
.rtc_list_news_double {
	margin-bottom: 30px;
	gap: 4%;
}
.rtc_list_news_double > li {
	width: 48%;
}

.rtc_list_news > li a {
	color: #333;
}
.rtc_list_news > li a:hover {
	opacity: .6;
	text-decoration: none;
}
.rtc_list_news > li a:hover img {
	transform: scale(1);
}
.rtc_list_news > li figure {
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba( 0, 0, 0, .2 );
}
.rtc_list_news > li figcaption {
	padding: 15px;
	text-align: center;
	font-weight: bold;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.rtc_list_news > li div {
	margin-top: 30px;
	font-size: 14px;
}

@media ( max-width: 480px ) {
	
	/* 共通設定 - common
	-------------------------------------------------- */
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}
	
	body.home p { font-size: 14px; }
	
	/* ヘッダー - header
	-------------------------------------------------- */
	#masthead .site-logo-img .custom-logo { max-width: 100% !important; }
	.rtc_header_contact { display: none; }
	
	#masthead .main-header-bar-wrap {
		border-bottom: none;
	}
	
	
	/* タイトル - title
	-------------------------------------------------- */
	.rtc_ttl_main > span { font-size: 26px; }
	
	
	/* TOP - top
	-------------------------------------------------- */
	.rtc_mainvisual, .rtc_slider_imgs, .rtc_slider_imgs > div { height: 360px; }
	.rtc_mainvisual {
		margin: 0;
	}
	.rtc_catchtxt > h2 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.rtc_catchtxt > h2 > span {
		font-size: 12px;
	}
	.rtc_catchtxt > p {
		font-size: 10px !important;
	}
	
	.rtc_block_news {
		position: static;
	}
	.rtc_block_news ul {
		padding: 10px 50px 10px 85px;
		width: 100%;
		box-shadow: none;
	}
	.rtc_block_news ul.es-list-items::before {
		left: 15px;
	}
	.rtc_block_news ul li a .date {
		flex-shrink: 0;
	}
	.rtc_block_news ul li a h3.wrap {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	.rtc_illust_map {
		display: none;
		margin: 45px 0 30px;
		padding: 0;
	}
	.rtc_illust_map.rtc_sp {
		display: block;
	}
	
	.rtc_search_nav {
		flex-wrap: wrap;
	}
	.rtc_search_nav > li {
		margin-bottom: 2%;
		width: 49%;
	}
	.rtc_search_modal_area {
		margin: 0;
		padding: 40px 20px;
	}
	
	.rtc_search_modal::before, .rtc_search_modal.rtc_modal02::before,
	.rtc_search_modal.rtc_modal03::before, .rtc_search_modal.rtc_modal04::before {
		left: 50%;
		transform: translateX( -50% );
	}
	.rtc_search_modal > li {
		width: 100%;
	}
	
	.rtc_list_links > li a {
		flex-direction: column;
		height: 100%;
	}
	.rtc_list_links > li a h2 {
		text-align: center;
		font-size: 14px;
	}
	.rtc_list_links > li a p {
		font-size: 12px;
	}
	
	.rtc_list_links > li .rtc_links_info {
		padding: 10px 0;
	}
	
	.rtc_bnr_partners > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_bnr_partners > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_bnr_partners figure a img {
		width: 100%;
	}
	.popup-container {
		bottom: 80px;
	}
	
	/* 会社概要 - company
	-------------------------------------------------- */
	.rtc_cover_page {
		padding: 50px 10px;
		min-height: auto;
	}
	.rtc_cover_page h1 {
		font-size: 21px !important;
	}
	
	.rtc_ttl_bigtxt span {
		font-size: 40px !important;
		text-align: right;
	}
	.rtc_map_full {
		margin: 0;
	}
	
	.rtc_point {
		padding: 0 30px;
		width: auto;
	}
	.rtc_spoffers_shadow {
		flex-direction: column;
	}
	.rtc_list_spoffers > li .rtc_spoffers_shadow div {
		margin-left: 0;
		padding-top: 20px;
	}
	.rtc_list_spoffers > li .rtc_spoffers_shadow div p {
		font-size: 14px;
	}
	.rtc_list_spoffers > li:not(:first-child) {
		width: 100%;
	}

	/* お部屋探しのポイント - point
	-------------------------------------------------- */
	.rtc_list_point > li {
		width: 48%;
	}
	.rtc_list_point > li a {
		padding-bottom: 40px;
		font-size: 14px;
	}
	
	.rtc_list_flowcontract {
		flex-wrap: wrap;
	}
	.rtc_list_flowcontract > li {
		width: 100%;
	}
	.rtc_list_flowcontract > li:not(:last-child) {
		margin-bottom: 50px;
	}
	.rtc_list_flowcontract > li:not(:last-child)::after {
		content: '\f13a';
		top: auto;
		bottom: -60px;
		left: 50%;
		right: auto;
		transform: translateX( -50% );
		font-size: 36px;
	}
	
	.rtc_list_confirm > li {
		width: 100%;
	}
	.rtc_list_confirm > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.rtc_list_confirm > li .rtc_half_block {
		padding: 20px;
	}
	.rtc_list_confirm > li .rtc_half_block svg {
		width: 40px;
		height: 40px;
	}
	
	.rtc_tbl_plan {
		overflow-x: scroll;
	}
	.rtc_tbl_plan table {
		width: 100%;
		border-collapse: collapse;
		white-space: nowrap;
	}
	
	.rtc_list_linkdouble > li {
		width: 100%;
	}
	.rtc_list_linkdouble > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_point_catch {
		margin-bottom: 0 !important;
		padding: 14px 20px;
		font-size: 14px !important;
	}
	
	.rtc_list_taking p {
		font-size: 12px;
	}
	.rtc_list_taking > .uagb-columns__inner-wrap > div:first-of-type > .uagb-column__inner-wrap {
		padding-bottom: 0;
	}
	.rtc_list_taking > .uagb-columns__inner-wrap > div:last-of-type > .uagb-column__inner-wrap {
		padding-top: 0;
	}
	

	/* 一人暮らしのお役立ち - livingalone
	-------------------------------------------------- */

	/* 地域情報 - local
	-------------------------------------------------- */

	/* 住まいのガイドブック - housing
	-------------------------------------------------- */

	/* IT重説のご案内 - Itjusetsu
	-------------------------------------------------- */
	.rtc_tbl_type table tbody td {
		padding-left: 10px;
	}
	
	/* 一二三ニュース - info
	-------------------------------------------------- */
	.rtc_list_news {
		flex-direction: column;
	}
	.rtc_list_news > li {
		margin-bottom: 30px;
		width: 100%;
	}
}