/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 13 2026 | 08:29:24 */
.rtc_staff_message p { margin-bottom: 0 !important; }


/* 共通設定 - common
-------------------------------------------------- */
.rtc_bg_stripe_left > .uagb-columns__overlay {
	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_title_opacity { /* 裏側に大文字英字 */
	position: relative;
	font-weight: bold;
}
.rtc_title_opacity > span {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: .2;
	z-index: 0;
	font-size: 3.6rem;
	letter-spacing: .05em;
}


/* ●B02ページのみ適応パーツ */
/* キャプションを画像内bottom配置 */
.esc-image-caption-bottom figure {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.esc-image-caption-bottom figcaption {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	background: rgba( 237, 152, 42, 0.8 );
}

/* ホバー時アニメーション・リンク */
.esc-image-hover-zoom { overflow: hidden; }
.esc-image-hover-zoom img { transition: transform .5s ease; }
.esc-image-hover-zoom:hover img { transform: scale( 1.1 ); }
.esc-image-hover-zoom figcaption:hover + a > img { transform: scale( 1.1 ); }
.entry-content .esx-expand-link:hover { cursor: pointer; }

.top-company-feature [class^="icon-"] {
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #fff !important;
    border-radius: 50%;
}
.top-company-feature [class^="icon-"]::before {
	content: '';
	width: 90px;
	height: 90px;
	background-image: url( '/app/uploads/sites/1447/2026/01/company_point_01.png' );
	background-size: contain;
	background-repeat: no-repeat;
}
.top-company-feature .icon-handshake-o::before {
	background-image: url( '/app/uploads/sites/1447/2026/01/company_point_02.png' );
}
.top-company-feature .icon-home::before {
	background-image: url( '/app/uploads/sites/1447/2026/01/company_point_03.png' );
}


/* ページ：オーナー様へ - page:owner
-------------------------------------------------- */
body.es-page-kanri .es-container.page-header {
	display: none;
}
body.es-page-kanri #content {
	overflow-x: hidden;
}

body.es-page-kanri.es-separate-container #primary {
	padding-bottom: 0 !important;
}
body.es-page-kanri .es-link-container {
	margin-top: 0 !important;
}

.rtc_subvisual h1 span {
	display: block;
	font-size: 32px;
}

.rtc_catch_txt p {
	margin-bottom: 0 !important;
}


.rtc_cover_auto { min-height: auto; }

.rtc_block_problems .uagb-column__inner-wrap {
	position: relative;
	min-height: 500px;
}

.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: contain;
}
.rtc_block_problems .uagb-column__inner-wrap > .list_fukidashi_random p {
	margin-bottom: 30px !important;
}

.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(1) {
	top: 50px;
	left: 0;
	width: 399px;
	height: 186px;
	color: #689c3f;
	background-image: url( '/app/uploads/sites/1447/2025/12/fukidashi_02.png' );
	z-index: 1;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(2) {
	top: 30px;
	left: 405px;
	width: 399px;
	height: 235px;
	color: #689c3f;
	background-image: url( '/app/uploads/sites/1447/2025/12/fukidashi_01.png' );
	z-index: 2;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(3) {
	top: 20px;
	right: 50px;
	width: 281px;
	height: 210px;
	color: #689c3f;
	background-image: url( '/app/uploads/sites/1447/2025/12/fukidashi_03.png' );
	z-index: 3;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(4) {
	left: 30px;
	bottom: 80px;
	width: 399px;
	height: 141px;
	color: #689c3f;
	background-image: url( '/app/uploads/sites/1447/2025/12/fukidashi_04.png' );
	z-index: 4;
}
.rtc_block_problems .uagb-column__inner-wrap > div:nth-child(5) {
	right: 265px;
    bottom: 150px;
	width: 308px;
	height: 136px;
	color: #689c3f;
	background-image: url( '/app/uploads/sites/1447/2025/12/fukidashi_05.png' );
	z-index: 5;
}
.fadeInDownOrg {
	-webkit-animation-name: fadeInDownOrg;
	animation-name: fadeInDownOrg;
}


@keyframes fadeInDownOrg {
	0%, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
		animation-timing-function: cubic-bezier(.215,.61,.355,1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-30px,0) scaleY(1);
		transform: translate3d(0,-30px,0) scaleY(1);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0,25px,0) scaleY(.9);
		transform: translate3d(0,25px,0) scaleY(.9);
	}
	75% {
		-webkit-transform: translate3d(0,-10px,0) scaleY(.95);
		transform: translate3d(0,-10px,0) scaleY(.95);
	}
	90% {
		-webkit-transform: translate3d(0,5px,0) scaleY(.985);
		transform: translate3d(0,5px,0) scaleY(.985);
	}
	100% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

.rtc_text_reason > ul {
	margin: 20px 0;
	list-style: none;
}
.rtc_text_reason > ul > li::before {
	margin-right: 5px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #83B427;
}

.rtc_list_reason {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
	margin: 80px auto;
	max-width: 1140px;
	list-style: none;
}
.rtc_list_reason > li {
	width: 23.5%;
}
.rtc_list_reason > li img {
	margin: 0 auto;
	width: 250px;
	height: auto;
	display: block;
}

.rtc_list_reason.rtc_list_forsale > li {
	width: 32%;
}

.rtc_merit_reason {
	margin-top: 20px;
	padding: 20px;
	min-height: 370px;
	background-color: rgba( 255, 250, 221, 1 );
	border-radius: 10px;
	transition-duration: .4s;
}
/* .rtc_merit_reason:hover {
	transform: scale( 1.1 );
} */
.rtc_merit_reason .rtc_title_reason {
	margin-bottom: 0 !important;
	text-align: center;
	color: #83B427 !important;
	font-size: 1rem !important;
	font-weight: bold;
	cursor: pointer;
}
.rtc_merit_reason .rtc_text_reason {
	font-size: .9rem !important;
	font-weight: bold;
	color: #373737;
	transition: ease all .6s;
}

.rtc_merit_reason .rtc_title_reason {
	margin-bottom: 10px !important;
}
.rtc_merit_reason .rtc_title_reason + .rtc_text_reason {
/* 	min-height: 250px; */
	height: auto;
	opacity: 1;
}

/* .rtc_block_flow_owner .rtc_flow_step > li .icon_flow, .rtc_block_flow_owner .rtc_flow_step > li dl::before {
	background-color: rgba( 0, 116, 105, 1 );
}
.rtc_block_flow_owner .rtc_flow_step > li dl dt {
	color: rgba( 0, 116, 105, 1 );
} */


.rtc_block_flow {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

.rtc_block_flow ul {
	padding: 0;
}

.rtc_block_flow li {
	list-style-type: none;
}

.rtc_block_flow dd {
	margin-left: 0;
}

.rtc_flow_step {
	position: relative;
}

.rtc_flow_step::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.rtc_flow_step > li {
	position: relative;
}

.rtc_flow_step > li:not(:last-child) {
	margin-bottom: 60px;
}

.rtc_flow_step > li .icon_flow {
	display: inline-block;
	margin-right: 1em;
	padding: 0 1.5em;
	font-size: 0.8em;
	width: fit-content;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #83B427;
}

.rtc_flow_step > li dl {
	padding-left: 70px;
	position: relative;
}

.rtc_flow_step > li dl::before,
.rtc_flow_step > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.rtc_flow_step > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #83B427;
	border-radius: 50%;
	left: -4px;
}

.rtc_flow_step > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.rtc_flow_step > li dl dt {
	margin-bottom: 0.5em;
	font-size: 1.3em;
	font-weight: 600;
	color: #83B427;
	display: flex;
	align-items: center;
}
.rtc_flow_step > li dl dd {
	display: flex;
	align-items: flex-start;
}
.rtc_flow_step > li dl dd img {
	margin-right: 1.5em;
	max-width: 25%;
}
.rtc_flow_step a.rtc_btn_df {
	display: block;
    width: fit-content;
    line-height: 1.1;
    max-width: 100%;
    padding: 10px 50px;
    background: #83b427;
    transition: all .2s;
    border-radius: 10px;
    color: #fff;
    margin-top: 5px;
	transition: all ease .6s;
}
.rtc_flow_step a.rtc_btn_df:hover {
	text-decoration: none;
	transform: translate3d(0, 3px, 0);
}


/* 売買成約事例
-------------------------------------------------- */
.rtc_tbl_baibai table thead {
	border-bottom: none;
	background: #f4f4f4;
}
.rtc_tbl_baibai table, .rtc_tbl_baibai table tr, .rtc_tbl_baibai table tr th, .rtc_tbl_baibai table tr td {
	border: none;
	border: 1px solid #ccc;
}
.rtc_tbl_baibai table tr th, .rtc_tbl_baibai table tr td {
	vertical-align: middle;
	padding: 20px;
	line-height: 1.5;
}
.rtc_tbl_baibai table tr td:first-of-type i {
	display: block;
	margin: 0 auto;
	color: #689c3f;
	font-size: 30px;
}

.rtc_sp { display: none; }

/* スマホ版 - sp
-------------------------------------------------- */
@media ( width <= 480px ) {
	.rtc_pc { display: none; }
	.rtc_sp { display: block; }
	
	.rtc_column_double > .uagb-columns__inner-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.rtc_column_double > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 49% !important;
	}
	.rtc_column_double > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
		padding: 0 !important;
	}
	.entry-content .esc-image-caption-bottom figcaption {
		font-size: 11px !important;
	}
	
	
	/* ページ：オーナー様へ - page:owner
	-------------------------------------------------- */
	.rtc_subvisual {
		min-height: auto;
	}
	.rtc_subvisual h1 {
		margin-bottom: 0 !important;
		font-size: 24px;
	}
	.rtc_subvisual h1 span {
		font-size: 16px;
	}
	
	.rtc_catch_txt p {
		font-size: 11px !important;
	}
	
	.rtc_list_reason > li {
		width: 100%;
		text-align: center;
	}
	.rtc_list_reason.rtc_list_forsale > li {
		width: 100%;
	}
	.rtc_list_reason > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.rtc_merit_reason .rtc_title_reason.is_active {
		margin-bottom: 30px !important;
	}
	.rtc_merit_reason .rtc_title_reason.is_active + .rtc_text_reason {
		min-height: auto;
	}
	.rtc_merit_reason {
		min-height: auto;
	}
	
	.list_problems {
		list-style: none;
		margin: 0;
	}
	.rtc_block_flow ul {
		margin-left: 0;
	}
	.list_problems > li {
		padding: 10px;
		border-radius: 10px;
		text-align: center;
		color: #fff;
		background-color: #83b427;
	}
	.list_problems > li:not(:last-child) {
		margin-bottom: 20px;
	}
	
	.rtc_flow_step > li dl {
		padding-left: 30px;
	}
	.rtc_flow_step > li dl dd {
		flex-direction: column;
	}
	.rtc_flow_step > li dl dd img {
		margin-bottom: 10px;
		max-width: 100%;
	}
	
	.rtc_page_contactinfo p {
		font-size: 1rem !important;
	}
	
	.rtc_tbl_baibai {
		overflow-x: scroll;
	}
	.rtc_tbl_baibai table {
		table-layout: auto !important;
		width: 100%;
		border-collapse: collapse;
		white-space: nowrap;
	}
}