/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 17 2026 | 03:45:04 */
@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' );
@import url( 'https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap' );


/* 基本設定 - common
-------------------------------------------------- */
:root {
	--main-color: #090B5C;
	--back-color: #EDEDF5;
	
	--main-font: 'Outfit', sans-serif;
	--num-font: 'Urbanist', sans-serif;
}

body.es-page-company .es-container.page-header, body.es-page-resident .es-container.page-header,
body.es-page-contact .es-container.page-header, body.es-page-recruite .es-container.page-header,
body.es-page-document .es-container.page-header, body.es-page-shop .es-container.page-header,
body.es-page-owner .es-container.page-header, body.es-page-owner01 .es-container.page-header,
body.es-page-owner02 .es-container.page-header, body.es-page-owner03 .es-container.page-header {
	display: none;
}
body.es-page-company .main-header-bar.es-header-breadcrumb, body.es-page-resident .main-header-bar.es-header-breadcrumb,
body.es-page-contact .main-header-bar.es-header-breadcrumb, body.es-page-recruite .main-header-bar.es-header-breadcrumb,
body.es-page-document .main-header-bar.es-header-breadcrumb, body.es-page-shop .main-header-bar.es-header-breadcrumb,
body.es-page-owner .main-header-bar.es-header-breadcrumb, body.es-page-owner01 .main-header-bar.es-header-breadcrumb,
body.es-page-owner02 .main-header-bar.es-header-breadcrumb, body.es-page-owner03 .main-header-bar.es-header-breadcrumb {
	display: none;
}

.es-separate-container #primary {
	padding-bottom: 0 !important;
}
.es-link-container {
	margin-top: 0 !important;
}

.rtc_mb0 { margin-bottom: 0 !important; }
.rtc_flex_justify > .uagb-columns__inner-wrap { justify-content: space-between; }


/* サブビジュアル - subvisual
-------------------------------------------------- */
.rtc_cover_page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px !important;
	min-height: 360px;
}

body.es-page-recruite .rtc_cover_page, body.es-page-resident .rtc_cover_page {
	margin-bottom: 0 !important;
}


/* タイトル - title
-------------------------------------------------- */
.rtc_ttl_subvisual {
	margin-bottom: 0 !important;
	font-size: 24px !important;
	font-weight: 600;
}
.rtc_ttl_subvisual > span {
	display: block;
	font-family: var( --main-font );
	font-size: 81px;
	font-weight: 600;
	letter-spacing: .1em;
}

.rtc_ttl_main {
	font-size: 18px !important;
	font-weight: 600;
	color: var( --main-color ) !important;
}
.rtc_ttl_main > span {
	display: block;
	font-family: var( --main-font );
	font-size: 48px;
	font-weight: 600;
	color: #333;
	letter-spacing: .1em;
}
.rtc_ttl_main.rtc_ttl_main_white, .rtc_ttl_main.rtc_ttl_main_white > span {
	color: #fff !important;
}

.rtc_ttl_main_min {
	font-size: 16px !important;
}
.rtc_ttl_main_min > span {
	font-size: 36px;
}

.rtc_ttl_recruit::before {
	content: '■';
	margin-right: 10px;
	color: #090B5C;
}

.rtc_ttl_owner {
	line-height: 1.8 !important;
}
.rtc_ttl_owner > span {
	color: #9D9D9D;
	font-size: 16px;
}


/* 会社概要 - company
-------------------------------------------------- */
body.es-page-company #content {
	background-color: #EDEDF5;
}

.rtc_tbl_company table, .rtc_tbl_company table tr, .rtc_tbl_company table tr td {
	border: none;
}
.rtc_tbl_company table tr td {
	padding: 20px 10px;
}
.rtc_tbl_company table tr:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}
.rtc_tbl_company table tr td:first-of-type {
	width: 200px;
	color: var( --main-color );
}
.rtc_tbl_company table tr td:last-of-type {
	font-weight: 600;
}

.rtc_list_shops {
	margin: 50px 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rtc_list_shops > li {
	width: 48%;
	transition: all ease .6s;
}
.rtc_list_shops > li:hover {
	transform: translate3d( 0, 6px, 0 );
}

.rtc_list_shops > li a h3 {
	margin-bottom: 0 !important;
	padding: 20px 10px;
	color: #fff;
	font-size: 21px;
	text-align: center;
	background: var( --main-color );
	border-radius: 10px 10px 0 0;
}
.rtc_list_shops > li a img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 0 0 10px 10px;
}
.rtc_list_shops > li a:hover img {
	transform: scale( 1 );
}

.rtc_list_shops > li a {
	transition: all ease .6s;
}
.rtc_list_shops > li a:hover {
	text-decoration: none;
}

.rtc_half_bgcolor {
	position: relative;
}
.rtc_half_bgcolor::before {
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 375px;
	background-color: #EDEDF5;
	z-index: 1;
}
.rtc_half_bgcolor.rtc_min_bgcolor::before {
	height: 55px;
	background-color: #fff;
}
.rtc_half_bgcolor.rtc_half_owner::before {
	height: 100px;
	background-color: #fff;
}


/* お問い合わせ一覧 - contact
-------------------------------------------------- */
.rtc_contact_list {
	display: flex;
	gap: 30px;
	list-style: none;
	padding: 0;
	margin: 50px 0;
	justify-content: center;
}

.rtc_contact_list.rtc_col-2 > li { flex: 0 0 calc(50% - 10px); }
.rtc_contact_list.rtc_col-3 > li { flex: 0 0 calc(33.333% - 14px); }

.rtc_contact_list .rtc_contact_item {
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}

.rtc_contact_list .rtc_contact_header {
	margin-bottom: 0;
	padding: 15px;
	background-color: #090B5C;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.rtc_contact_list .rtc_contact_body {
	padding: 20px;
	text-align: center;
	background-color: #fff;
}

.rtc_contact_list .rtc_tel_info {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: bold;
	color: #090B5C;
}
.rtc_contact_list .rtc_tel_info svg {
	margin-right: 20px;
	width: 40px;
	height: 40px;
}

.rtc_contact_list .rtc_time_info {
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;
	color: #090B5C;
}


.rtc_contact_list .rtc_btn_contact {
	display: block;
	position: relative;
	border: 1.5px solid #090B5C;
	color: #090B5C;
	margin: 0 auto;
	padding: 10px;
	width: 320px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 50vh;
	transition: all ease .6s;
}
.rtc_contact_list .rtc_btn_contact::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_contact_list .rtc_btn_contact:hover {
	color: #fff;
	background-color: #090B5C;
}
.rtc_contact_list .rtc_btn_contact:hover::after {
	color: #fff;
}

.rtc_contact_list.rtc_col-3 .rtc_tel_info {
	font-size: 24px;
}
.rtc_contact_list.rtc_col-3 .rtc_tel_info svg {
	width: 30px;
	height: 30px;
}


/* お問い合わせ - contact
-------------------------------------------------- */
.wpcf7 .wpcf7-form input.wpcf7-form-control.wpcf7-submit { background: #090B5C; }

.check_txt.note .wpcf7-list-item {
	width: 100%;
}
.check_txt.note span.required {
	padding: 0 10px;
}
.check_txt.note label {
	display: flex;
	align-items: flex-start;
}
.check_txt.note label::before {
	content: '必須';
    display: inline-block;
	margin-top: -2.5px;
    margin-right: 5px;
    padding: 0 10px;
	font-size: .75rem;
	color: #fff;
    vertical-align: top;
	background: #fd1515;
	border-radius: 50px;
	flex-shrink: 0;
}
.check_txt.note.check_num01 > span:last-of-type {
	
}
.check_txt.note em {
	display: inline-block;
    margin-top: 10px;
	padding-top: 10px;
	width: 100%;
	font-size: 14px;
	font-style: normal;
	border-top: 1px dashed #aaa;
}


/* 採用情報 - recruit
-------------------------------------------------- */
.rtc_capsule {
	margin-top: 30px;
	padding: 5px 50px;
	width: fit-content;
	color: #fff;
	background-color: #090B5C;
	border-radius: 50vh;
}
.rtc_capsule_center {
	margin: 30px auto;
}

.rtc_block_point > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_block_point > .uagb-columns__inner-wrap .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_block_point > .uagb-columns__inner-wrap .uagb-column__inner-wrap p {
	margin-bottom: 0 !important;
	padding: 10px;
}
.rtc_block_point .wp-block-image {
	margin-bottom: 0 !important;
}

.rtc_list_check {
	list-style: none;
	margin: 30px 0 30px 20px;
}
.rtc_list_check > li {
	display: flex;
	align-items: flex-start;
}
.rtc_list_check > li:not(:last-of-type) {
	margin-bottom: 10px;
}
.rtc_list_check > li p {
	margin-bottom: 0 !important;
}
.rtc_list_check > li span {
	display: block;
	font-size: 14px;
}

.rtc_list_check > li::before {
	margin-right: 20px;
	content: '\f058';
	color: #FD1515;
	font-size: 18px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_tbl_recruit table,
.rtc_tbl_recruit table tr, .rtc_tbl_recruit table tr td {
	border: 1px solid #C4C4C4;
}
.rtc_tbl_recruit table tr td {
	padding: 10px 20px;
}
.rtc_tbl_recruit table tr td:first-of-type {
	width: 200px;
	background-color: #F3F3F3;
}

.rtc_btn_recruit a.wp-block-button__link {
	position: relative;
	width: 800px;
    font-size: 24px;
    font-weight: 700;
	background-image: linear-gradient(90deg, #090b5c, #fd1515);
	border-radius: 10px;
    letter-spacing: .1em;
}
.rtc_btn_recruit a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY( -50% );
	content: '\f178';
	color: #fff;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_recruit_photo img {
	border-radius: 10px;
}


.rtc_infobar {
	margin-top:26px;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:0;
	background:#fff;
	border:1px solid #e2e2e8;
	border-radius:10px;
	overflow:hidden;
}
.rtc_infobar div { padding:20px 24px;border-right:1px solid #e2e2e8; }
.rtc_infobar div:last-child { border-right:0; }
.rtc_infobar dt {
	font-size:12.5px;
	color:#090b5d;
	font-weight:700;
	letter-spacing:.1em;
	margin:0 0 6px
}
.rtc_infobar dd {
	margin:0;
	font-size:14.5px;
	line-height:1.7;
}

.rtc_chips {display:flex;flex-wrap:wrap;gap:10px;margin:14px 0 0;padding:0;list-style:none;}
.rtc_chips li {background:#fff;border:1px solid #ccd;border-radius:999px;padding:6px 18px;font-size:13.5px;color:#3a3a55;}


.rtc_steps {display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0;list-style:none;padding:0;}
.rtc_steps li {background:#fff;border:1px solid #e2e2e8;border-radius:8px;padding:16px 10px;text-align:center; position:relative;font-weight:700;letter-spacing:.04em;}
.rtc_steps li span {display:block;font-size:11.5px;color:#e60012;letter-spacing:.14em;font-weight:700;margin-bottom:2px;}
.rtc_steps li:not(:last-child)::after {content:"›";position:absolute;right:-12px;top:50%;transform:translateY(-50%);}

.rtc_recruit_contactbox {max-width:860px;margin:30px auto 0;border:1px solid #e2e2e8;border-radius:10px;padding:22px 28px;display:grid;grid-template-columns:1fr 1fr;gap:8px 28px;background:#fff}
.rtc_recruit_contactbox dt{font-size:12.5px;color:#090b5d;font-weight:700;letter-spacing:.08em}
.rtc_recruit_contactbox dd{margin:0;font-size:17px;font-weight:700}


/* 各種書類ダウンロード - DownLoads
-------------------------------------------------- */
.rtc_list_downloads {
	margin: 50px 0 !important;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.rtc_list_downloads > li {
	margin-bottom: 0;
	width: 48%;
}
.rtc_list_downloads > li a {
	position: relative;
	padding: 20px;
	display: flex;
	align-items: center;
	color: #333;
	font-weight: 600;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba( 0, 0, 0, .3 );
}
.rtc_list_downloads > li a:hover {
	text-decoration: none;
	box-shadow: 0 1px 3px rgba( 0, 0, 0, .2 );
	transform: translate3d(0, 3px, 0);
}
.rtc_list_downloads > li a::before {
	content: '';
	display: block;
	width: 85px;
	height: 64px;
	background-image: url( '/app/uploads/sites/1523/2026/06/icon_pdf.png' );
	background-repeat: no-repeat;
    background-size: contain;
	flex-shrink: 0;
}
.rtc_list_downloads > li.icon_excel a::before  {
	background-image: url( '/app/uploads/sites/1523/2026/08/icon_excel.png' );
}

.rtc_list_downloads > li a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY( -50% );
	content: '\f138';
	color: #FD1515;
	font-size: 30px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	line-height: 1.5;
	flex-shrink: 0;
}


.rtc_list_downloads > li p {
	margin-top: 20px;
	margin-bottom: 0 !important;
	font-size: 10px;
}

/* 店舗情報 - shop
-------------------------------------------------- */
.rtc_tbl_company.rtc_tbl_shop table tr td {
	padding: 10px;
}
.rtc_tbl_company.rtc_tbl_shop table tr td:first-of-type {
	width: 150px;
}
.rtc_tbl_company.rtc_tbl_shop table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}

.rtc_contact_area > .uagb-columns__inner-wrap > div:first-of-type {
	border-right: 1px solid #333;
}
.rtc_contact_area p {
	margin-bottom: 0 !important;
}

.rtc_shop_phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	font-weight: 700 !important;
}
.rtc_shop_phone::before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-image: url( '/app/uploads/sites/1523/2026/06/icon_phone.png' );
	background-repeat: no-repeat;
	background-size: contain;
}


/* オーナー様へ - owner
-------------------------------------------------- */
.rtc_list_flex.rtc_list_owner > li a img {
	height: 220px;
}
.rtc_list_flex.rtc_list_owner > li h3 {
	padding: 20px;
    font-size: 16px;
}
@media ( min-width: 480px ) {
	.entry-content h2.rtc_ttl_owner { font-size: 34px; }
}

.rtc_owner_info {
	margin-top: 20px;
}
.rtc_owner_info > h4 {
	font-size: 16px !important;
	text-align: center;
}
.rtc_owner_info > p {
	font-size: 14px !important;
}

.rtc_feature-container {
	margin: 0 auto;
	padding: 60px 20px;
	width: 100%;
}

.rtc_feature-container .rtc_feature-item {
	margin-bottom: 80px;
}
.rtc_feature-container .rtc_feature-item:last-child {
	margin-bottom: 0;
}

.rtc_feature-container .rtc_feature-inner {
	display: flex;
/* 	align-items: center; */
    justify-content: space-between;
	position: relative;
	padding: 40px;
	gap: 30px;
}
.rtc_feature-container .rtc_feature-inner::before {
	position: absolute;
	top: 180px;
	left: calc(-50vw + 50%);
	content: '';
	display: inline-block;
	width: calc(42.5vw + 50% + 15%);
	height: 70%;
	background-color: #f7f8fa;
	border-radius: 0 10px 10px 0;
	z-index: -1;
	
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.rtc_feature-item.animated .rtc_feature-inner::before {
	transform: scaleX(1);
}
.rtc_feature-item.animated {
	animation-name: none !important; 
}

.rtc_feature-container .rtc_feature-item:nth-child(even) .rtc_feature-inner::before {
	display: none;
}
.rtc_feature-container .rtc_feature-item:nth-child(even) .rtc_feature-num {
	text-align: right;
}
.rtc_feature-container .rtc_feature-item:nth-child(even) .rtc_feature-inner {
	flex-direction: row-reverse;
}

.rtc_feature-container .rtc_feature-img {
/* 	flex: 0 0 50%; */
/* 	margin-top: -60px;
	margin-bottom: -60px; */
}
.rtc_feature-container .rtc_feature-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.rtc_feature-container .rtc_feature-content {
	flex: 0 0 45%;
	position: relative;
}

.rtc_feature-container .rtc_feature-num {
	display: block;
	font-family: var( --num-font );
	font-size: 128px;
    font-weight: 600;
	color: #0b1353;
	line-height: 1;
	margin-bottom: 60px;
	letter-spacing: 0.05em;
}

.rtc_feature-container .rtc_feature-title {
	font-size: 18px;
	font-weight: bold;
	color: #0b1353;
	margin: 0 0 20px 0;
	padding: 0;
}

.rtc_feature-container .rtc_feature-text {
	font-size: 14px;
	color: #333333;
	line-height: 1.7;
	margin: 0;
}


/* サブリース（家賃保証）システム - owner
-------------------------------------------------- */
.rtc_service_icons figcaption {
	margin-top: 20px;
}
.rtc_service_icons figure img {
	max-width: 66%;
}


/* 管理代行システム - owner
-------------------------------------------------- */
.rtc_block_price > .uagb-columns__inner-wrap {
	justify-content: center;
}
.rtc_block_price > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 20px !important;
}
.rtc_block_price > .uagb-columns__inner-wrap p {
	margin-bottom: 0 !important;
}
.rtc_block_price > .uagb-columns__inner-wrap p span {
	margin-right: 10px;
	font-size: 60px;
    font-weight: bold;
    line-height: 1;
}


/* 入居者様へ - RESIDENT
-------------------------------------------------- */
body.es-page-resident .es-link-container {
	padding-left: 280px;
	padding-right: 30px;
}
body.es-page-resident footer.site-footer {
	padding-left: 250px;
}


/* 誠和の管理 - SEIWAKANRI
-------------------------------------------------- */
.rtc_ttl_kanri strong {
	font-size: 2.4rem;
}
.rtc_ttl_kanri strong::after {
	content: '';
    display: block;
    height: 5px;
    margin: 20px 0;
    width: 100px;
	border-radius: 50vh;
	background: #137c60;
}
.rtc_ttl_kanri.has-text-align-center strong::after { margin: 20px auto; }
.rtc_ttl_kanri span {
	display: block;
	margin-bottom: 5px;
	font-family: var(--main-font);
	font-size: 12px;
	font-weight: 700;
	color: #137c60;
}

.rtc_sub_visual {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px !important;
	min-height: 580px;
}
.rtc_sub_visual h1 {
	margin-bottom: 0 !important;
	font-size: 60px;
    font-weight: 800 !important;
	text-align: center;
}
.rtc_sub_visual h1 span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: var(--main-font);
}
.rtc_sub_visual h1::after {
    content: '';
    display: block;
    height: 5px;
    margin: 20px auto;
    width: 100px;
    border-radius: 50vh;
	background: #fff;
}

.rtc_marker_pen mark {
	background: linear-gradient( transparent 60%, #E4F1E9 60% );
}
.rtc_total_support {
    padding: 30px 50px;
    border-left: 10px solid #137c60;
    font-size: 24px;
}

.rtc_management_block {
	margin: 0 auto;
	padding: 40px 0;
	width: 100%;
	color: #333;
}

/* このセクション内の要素だけ初期化 */
.rtc_management_block *,
.rtc_management_block *::before,
.rtc_management_block *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.rtc_management_block .rtc_mg_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* --- 上部の「オーナー様」バッジまわり --- */
.rtc_management_block .rtc_mg_header_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 25px;
	width: 100%;
}

.rtc_management_block .rtc_mg_badge {
	background-color: #388e3c; /* 深めの緑 */
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 14px 50px;
	min-width: 320px;
	border-radius: 40px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

/* バッジの下にある下向き三角の矢印 */
.rtc_management_block .rtc_mg_arrow {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #b7da96;
	margin-top: 20px;
}

/* --- 左右2カラムのレイアウト --- */
.rtc_management_block .rtc_mg_columns {
	display: flex;
	gap: 30px;
	width: 100%;
}

.rtc_management_block .rtc_mg_card {
	flex: 1;
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	border: 1px solid #e2e8f0;
}

/* --- カードのヘッダー（上部タイトル部分） --- */
.rtc_management_block .rtc_mg_card_title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

/* 左カードのヘッダー背景（グレー系） */
.rtc_management_block .rtc_mg_card--gray .rtc_mg_card_title {
	background-color: #64748b;
}

/* 右カードのヘッダー背景（グリーン系） */
.rtc_management_block .rtc_mg_card--green .rtc_mg_card_title {
	background-color: #16422b;
}

/* --- カードのボディ（リストと注釈） --- */
.rtc_management_block .rtc_mg_card_body {
	padding: 30px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
}

.rtc_management_block .rtc_mg_list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rtc_management_block .rtc_mg_list_item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f1f5f9;
}

.rtc_management_block .rtc_mg_list_item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* リスト項目のアイコン（丸型チェック） */
.rtc_management_block .rtc_mg_icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	flex-shrink: 0;
}

/* 左側のグレーアイコン */
.rtc_management_block .rtc_mg_icon--gray {
	background-color: #64748b;
}

/* 右側のグリーンアイコン */
.rtc_management_block .rtc_mg_icon--green {
	background-color: #16422b;
}

.rtc_management_block .rtc_mg_text {
	font-size: 15px;
	font-weight: bold;
	color: #334155;
}

/* カード下部の注釈テキスト */
.rtc_management_block .rtc_mg_note {
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
	margin-top: 24px;
	margin-bottom: 0;
}

.rtc_reform_img {
	margin-top: 50px;
	text-align: center;
}
.rtc_reform_img img {
	width: 80%;
}

/* --- GROUP --- */
.rtc_group_block {
	color: #333;
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
}

/* このセクション内の要素だけ初期化 */
.rtc_group_block *,
.rtc_group_block *::before,
.rtc_group_block *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.rtc_group_block .rtc_gb_inner {
	display: flex;
	flex-direction: column;
}

/* --- ヘッダー部分 --- */
.rtc_group_block .rtc_gb_table_header {
	display: flex;
	font-weight: bold;
	font-size: 15px;
	color: #333;
	padding-bottom: 15px;
}

/* --- グリッド幅の割り当て --- */
.rtc_group_block .rtc_gb_col_role {
	width: 28%;
	padding-right: 15px;
}

.rtc_group_block .rtc_gb_col_step {
	width: 28%;
	padding-right: 15px;
}

.rtc_group_block .rtc_gb_col_content {
	width: 44%;
	display: flex;
/* 	align-items: flex-start; */
	align-items: center;
	gap: 12px;
}

.rtc_group_block .rtc_gb_table_header .rtc_gb_col_content {
	display: block; /* ヘッダーのときは通常のテキスト配置にする */
}

/* --- 各行のレイアウト --- */
.rtc_group_block .rtc_gb_row {
	display: flex;
	align-items: center;
}

/* --- バッジ（担当）のデザイン --- */
.rtc_group_block .rtc_gb_badge {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 12px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
}

/* 1番目：オーナー様（明るい緑） */
.rtc_group_block .rtc_gb_badge--green {
	background-color: #55a630;
}

/* 2番目：誠和計画（ブラウン・キャメル系） */
.rtc_group_block .rtc_gb_badge--brown {
	background-color: #bc9863;
}

/* 3番目：誠和管理（深めの緑） */
.rtc_group_block .rtc_gb_badge--darkgreen {
	background-color: #1b7340;
}

/* --- ステップボックス（中央）のデザイン --- */
.rtc_group_block .rtc_gb_step_box {
	background-color: #d8e7dc;
	color: #111;
	font-size: 15px;
	font-weight: bold;
	padding: 24px 16px;
	border-radius: 8px;
	text-align: center;
	width: 100%;
}

/* --- 内容テキストと右向き三角 --- */
.rtc_group_block .rtc_gb_arrow_right {
	color: #55a630;
	font-size: 16px;
	margin-top: 4px;
	flex-shrink: 0;
}

.rtc_group_block .rtc_gb_text {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 1.7;
	color: #333;
}

/* --- 担当間の縦矢印エリア --- */
.rtc_group_block .rtc_gb_between_arrows {
	width: 28%; /* 担当列の中央に配置するための幅合わせ */
	text-align: center;
	color: #888;
	font-size: 14px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}


.rtc_ttl_kanricontact {
	font-size: 1.2rem !important;
}
.rtc_ttl_kanricontact span {
	margin-bottom: 5px;
	font-family: var(--main-font);
    font-size: 12px;
}
.rtc_ttl_kanricontact mark {
	display: block;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: .05em;
}

.rtc_kanri_block p:first-of-type {
	margin-bottom: 5px !important;
	font-size: 1.4rem !important;
}
.rtc_kanri_block p:last-of-type {
	margin-bottom: 0 !important;
	font-size: .8rem !important;
	opacity: .8;
}

.rtc_kanricontact_block {
	color: #fff;
	margin: 0 auto;
	padding: 40px 0 30px;
	width: 100%;
	border-top: 1px solid rgba( 255, 255, 255, .6 );
}

/* このセクション内の要素だけ初期化 */
.rtc_kanricontact_block *,
.rtc_kanricontact_block *::before,
.rtc_kanricontact_block *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.rtc_kanricontact_block .rtc_kc_inner {
	display: flex;
	gap: 20px;
	width: 100%;
}

/* --- 各カードの共通スタイル（半透明の角丸ボックス） --- */
.rtc_kanricontact_block .rtc_kc_card {
	flex: 1;
	background-color: rgba(255, 255, 255, 0.15); /* 背景の上に重ねても馴染む半透明白 */
	border: 1px solid rgba(255, 255, 255, 0.3); /* 薄い白の枠線 */
	border-radius: 16px;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	backdrop-filter: blur(6px); /* すりガラス風のエフェクト */
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

/* --- カード上部のラベル（TEL / FAX / E-MAIL） --- */
.rtc_kanricontact_block .rtc_kc_label {
	font-family: var(--main-font);
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, 0.9);
/* 	margin-bottom: 12px; */
}

/* --- メインの情報（電話番号やメールアドレス） --- */
.rtc_kanricontact_block .rtc_kc_main {
	display: flex;
	align-items: center;
	gap: 10px;
/* 	margin-bottom: 20px; */
	font-size: 24px;
	font-weight: bold;
}

.rtc_kanricontact_block .rtc_kc_main i {
	font-size: 20px;
}

.rtc_kanricontact_block .rtc_kc_link,
.rtc_kanricontact_block .rtc_kc_number {
	color: #fff;
	font-size: 2rem;
	text-decoration: none;
	letter-spacing: 0.5px;
}

/* メールアドレスは長いため、ボックス内で綺麗に収まるよう少しサイズ調整 */
.rtc_kanricontact_block .rtc_kc_email_link {
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	word-break: break-all;
	letter-spacing: 0px;
}

.rtc_kanricontact_block .rtc_kc_email_link:hover,
.rtc_kanricontact_block .rtc_kc_link:hover {
	text-decoration: underline;
}

/* --- テキスト詳細・補足説明 --- */
.rtc_kanricontact_block .rtc_kc_desc {
	margin-bottom: 0 !important;
	font-size: 13px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

/* --- TELカード内の受付時間・定休日バッジ --- */
.rtc_kanricontact_block .rtc_kc_sub_badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.rtc_kanricontact_block .rtc_kc_badge {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.4);
	font-size: 11px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 20px;
	color: #fff;
}

.rtc_btn_kanricontact a.wp-block-button__link {
	position: relative;
	padding: 10px 80px;
}
.rtc_btn_kanricontact a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}




/* --- レスポンシブ対応（画面が狭いときは縦並び） --- */
@media (max-width: 768px) {
	.rtc_sub_visual { min-height: 160px; }
	.rtc_sub_visual h1 { font-size: 24px; }
	.rtc_sub_visual h1 span {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.rtc_sub_visual h1::after {
		margin: 10px auto;
		height: 3px;
	}
	.rtc_sub_visual p { font-size: 11px !important; }
	
	.rtc_management_block .rtc_mg_columns {
		flex-direction: column;
		gap: 20px;
	}
	
	.rtc_group_block .rtc_gb_table_header {
		display: none;
	}

	.rtc_group_block .rtc_gb_row {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 16px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}

	.rtc_group_block .rtc_gb_col_role,
	.rtc_group_block .rtc_gb_col_step,
	.rtc_group_block .rtc_gb_col_content {
		width: 100%;
		padding: 0;
	}

	.rtc_group_block .rtc_gb_between_arrows {
		width: 100%;
		justify-content: center;
		padding: 4px 0;
	}
}



/* お問い合わせ - JS_Contact
-------------------------------------------------- */
.rtc_contact_section {
	margin-top: 50px;
	padding: 60px 20px;
	width: 100%;
/* 	background: linear-gradient(90deg, #64659E 0%, #DD5D5D 100%); */
	background: linear-gradient(90deg, #323367 0%, #D95B5B 100%);
	box-sizing: border-box;
	color: #fff;
}
body.es-page-shop .rtc_contact_section, body.es-page-company .rtc_contact_section,
body.es-page-contact .rtc_contact_section {
	margin-top: 0;
}

.rtc_contact_section .rtc_contact_inner {
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}

.rtc_contact_section .rtc_contact_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	flex: 1;
	min-width: 250px;
}

.rtc_contact_section .rtc_contact_title {
	font-family: var( --main-font );
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .15em;
	margin: 0;
	line-height: 1;
}

.rtc_contact_section .rtc_contact_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	padding: 10px 20px;
	border: 1.5px solid rgba(255, 255, 255, 1);
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	transition: background 0.3s, border-color 0.3s;
}

.rtc_contact_section .rtc_contact_btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 1);
}

.rtc_contact_section .rtc_contact_btn::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f105';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}

.rtc_contact_section .rtc_contact_right {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	flex: 2;
	justify-content: flex-start;
}

.rtc_contact_section .rtc_contact_store {
	flex: 1;
	min-width: 280px;
}

.rtc_contact_section .rtc_contact_storeName {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.8);
	padding: 4px 10px;
	font-weight: bold;
	letter-spacing: 2px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

.rtc_contact_section .rtc_contact_telWrap {
	margin-bottom: 8px;
	text-align: center;
}

.rtc_contact_section .rtc_contact_telLink {
	color: #ffffff;
	text-decoration: none;
	font-size: 32px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1;
}

.rtc_contact_telLink svg {
	width: 35px;
	height: 35px;
}

.rtc_contact_section .rtc_contact_meta {
	font-size: 11px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	letter-spacing: 0.5px;
	white-space: nowrap;
}


@media screen and (max-width: 768px) {
	.rtc_contact_section .rtc_contact_inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.rtc_contact_section .rtc_contact_right {
		width: 100%;
		flex-direction: column;
		gap: 30px;
	}

	.rtc_contact_section .rtc_contact_store {
		width: 100%;
	}
	
	
	.rtc_group_block .rtc_gb_table_header {
		display: none; /* スマホではヘッダー非表示 */
	}

	.rtc_group_block .rtc_gb_row {
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
		background: #fff;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 16px;
		box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	}

	.rtc_group_block .rtc_gb_col_role,
	.rtc_group_block .rtc_gb_col_step,
	.rtc_group_block .rtc_gb_col_content {
		width: 100%;
		padding: 0;
	}

	.rtc_group_block .rtc_gb_between_arrows {
		width: 100%;
		justify-content: center;
		padding: 4px 0;
	}
}


/* フッター - footer
-------------------------------------------------- */
.footer-adv-overlay {
	background: #fff !important;
}
.site-footer .widget-title {
	border-bottom-color: #090B5C !important;
}

.rtc_totop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9;
}
.rtc_totop img {
	width: 80px;
	height: 80px;
}

.rtc_sp { display: none; }

@media ( max-width: 480px ) {
	
	.rtc_sp { display: block; }
	
	.entry-content p {
		font-size: 14px;
	}
	/* ●SP時上下反転
	-------------------------------------------------- */
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* サブビジュアル - subvisual
	-------------------------------------------------- */
	.rtc_cover_page {
		margin-bottom: 30px !important;
		min-height: 160px;
	}
	
	/* タイトル - title
	-------------------------------------------------- */
	.rtc_ttl_subvisual {
		font-size: 16px !important;
	}
	.rtc_ttl_subvisual > span {
		font-size: 36px;
	}
	
	.rtc_ttl_main {
		font-size: 14px !important;
	}
	.rtc_ttl_main > span {
		font-size: 30px;
	}
	
	.rtc_ttl_owner {
		font-size: 21px !important;
		line-height: 1.5 !important;
	}
	.rtc_ttl_owner > span {
		display: inline-block;
		font-size: 14px;
	}
	
	
	/* 会社概要 - company
	-------------------------------------------------- */
	.rtc_tbl_company table tr td:first-of-type {
		width: 100%;
	}
	.rtc_tbl_company table tr td {
		padding: 10px;
	}
	
	.rtc_list_shops > li {
		width: 100%;
	}
	.rtc_list_shops > li:first-of-type {
		margin-bottom: 30px;
	}
	.rtc_list_shops > li a h3 {
		padding: 15px 10px;
		font-size: 16px;
	}
	.rtc_half_bgcolor::before {
		height: 450px;
	}
	
	/* お問い合わせ一覧 - contact
	-------------------------------------------------- */
	.rtc_contact_list {
		flex-wrap: wrap;
	}
	.rtc_contact_list.rtc_col-2 {
		padding: 0 10px;
	}
	.rtc_contact_list.rtc_col-2 > li, .rtc_contact_list.rtc_col-3 > li {
		flex: auto;
		width: 100%;
	}
	.rtc_contact_list .rtc_tel_info {
		font-size: 30px;
	}
	.rtc_contact_list .rtc_btn_contact {
		width: 100%;
	}
	
	.rtc_shop_phone a {
		font-size: 30px;
	}
	.rtc_contact_area p {
		font-size: 16px;
	}
	
	/* 採用情報 - recruit
	-------------------------------------------------- */
	.rtc_tbl_recruit table tr {
		border-top: none;
		border-bottom: none;
	}
	.rtc_tbl_recruit table tr td {
		display: block;
	}
	.rtc_tbl_recruit table tr td:first-of-type {
		width: 100%;
	}
	
	.rtc_list_check {
		margin-left: 0;
		padding: 0;
	}
	
	.rtc_btn_recruit a.wp-block-button__link {
		padding: 10px 20px;
	}
	.rtc_btn_recruit .wp-block-button,
	.rtc_btn_recruit a.wp-block-button__link {
		width: 100%;
	}
	
	.rtc_tbl_recruit table tr td:last-of-type {
		font-size: 14px;
	}
	
	.rtc_infobar, .rtc_steps, .rtc_recruit_contactbox { grid-template-columns:1fr; }
	.rtc_steps li:not(:last-child)::after { display: none; }
	
	
	/* 各種書類ダウンロード - DownLoads
	-------------------------------------------------- */
	.rtc_list_downloads > li {
		width: 100%;
	}
	.rtc_list_downloads > li a {
		padding: 10px 50px 10px 10px;
	}
	.rtc_list_downloads > li a::before {
		width: 55px;
		height: 40px;
	}
	.rtc_list_downloads > li a::after {
		right: 15px;
		font-size: 20px;
	}
	.rtc_list_downloads > li a span {
		font-size: 12px;
	}
	
	
	/* オーナー様へ - owner
	-------------------------------------------------- */
	.rtc_feature-container {
		padding: 30px 10px;
		overflow-x: hidden;
	}
	.rtc_feature-container .rtc_feature-inner,
	.rtc_feature-container .rtc_feature-item:nth-child(even) .rtc_feature-inner {
		padding: 0;
		flex-direction: column;
	}
	.rtc_feature-container .rtc_feature-item:nth-child(even) .rtc_feature-num {
		text-align: left;
	}
	
	.rtc_feature-container .rtc_feature-num {
		margin-bottom: 30px;
		font-size: 64px;
	}
	
	.rtc_feature-container .rtc_feature-inner::before {
		margin: 0 calc(-50vw + var(--es-scroll-var-half) + 50%);
		top: 415px;
		left: -10px;
		height: 40%;
		border-radius: 0;
	}
	
	
	/* サブリース（家賃保証）システム - owner
	-------------------------------------------------- */
	.rtc_half_bgcolor.rtc_min_bgcolor::before {
		height: 65px;
	}
	.rtc_service_icons > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_service_icons > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_service_icons figcaption {
		font-size: 14px;
	}
	
	
	/* 誠和の管理 - SEIWAKANRI
	-------------------------------------------------- */
	.rtc_ttl_kanri strong { font-size: 1.4rem; }
	
	.rtc_management_block .rtc_mg_badge {
		padding: 10px 50px;
	}
	.rtc_management_block .rtc_mg_card_title {
		padding: 10px 20px;
	}
	.rtc_management_block .rtc_mg_card_body { padding: 20px; }
	.rtc_reform_img img { width: 100%; }
	
	.rtc_group_block .rtc_gb_badge,
	.rtc_group_block .rtc_gb_step_box { padding: 15px; }
	
	.rtc_group_block .rtc_gb_row { margin-bottom: 0; }
	.rtc_group_block .rtc_gb_between_arrows { margin: 15px 0; }
	
	.rtc_group_block .rtc_gb_col_content {
		align-items: flex-start;
	}
	.rtc_group_block .rtc_gb_arrow_right {
		margin-top: 0;
		line-height: 1.5;
	}
	
	.rtc_ttl_kanricontact {
		font-size: 1rem !important;
	}
	.rtc_ttl_kanricontact mark { font-size: 3rem; }
	
	.rtc_kanricontact_block .rtc_kc_inner {
		flex-direction: column;
		gap: 16px;
	}
	.rtc_kanricontact_block .rtc_kc_link, .rtc_kanricontact_block .rtc_kc_number { font-size: 1.8rem; }
	.rtc_kanricontact_block .rtc_kc_main {
		font-size: 22px;
	}

	.rtc_kanricontact_block .rtc_kc_email_link {
		font-size: 16px;
	}
	.rtc_btn_kanricontact a.wp-block-button__link {
		display: block;
		padding: 10px 20px;
	}
	.rtc_kanricontact_block .rtc_kc_card { padding: 20px; }
	
	.rtc_btn_kanricontact { width: 100% !important; }
	
	
	/* 個人情報保護方針 - privacypolicy
	-------------------------------------------------- */
	body.es-page-privacypolicy .entry-content h2 {
		font-size: 18px;
	}
	
	/* お問い合わせフッター - footer
	-------------------------------------------------- */
	.sp.footer_bt_bar.footer_setting_scrolling .bt_group .inquiry_phone_number a.wp-block-button__link {
		background: #090B5C;
	}
	.footer_phone_list a.footer_phone_link {
		background: #090B5C;
	}
	
	.rtc_totop {
		right: 10px;
		bottom: 120px;
	}
	.rtc_totop img {
		width: 40px;
		height: 40px;
	}
}