/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 11 2025 | 07:29:47 */
@import url( 'https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap' );
@import url( 'https://fonts.googleapis.com/css2?family=Stoke:wght@300;400&display=swap' );


/* 共通設定 - pageCommon
-------------------------------------------------- */
body:not(.home) .es-container.page-header, .main-header-bar.es-header-breadcrumb {
	display: none;
}
.rtc_mb0 { margin-bottom: 0 !important; }
.rtc_page_cover {
	min-height: 400px;
}
.rtc_page_members {
	margin-bottom: 30px !important;
	min-height: 600px;
}
.rtc_page_cover h1 {
	margin-bottom: 0 !important;
}

.rtc_page_members h1 {
	font-size: 80px !important;
}
.rtc_page_members h1 span {
	display: block;
	margin-top: 20px;
	font-size: 36px !important;
}

/* タイトル - ttl
-------------------------------------------------- */
.rtc_ttl_feature {
	display: flex;
	align-items: flex-end;
}
.rtc_ttl_feature p {
	margin-bottom: 0 !important;
	font-family: "Roboto Mono", monospace;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 96px;
	font-weight: 900 !important;
	text-align: center;
	letter-spacing: 0 !important;
	line-height: .9 !important;
}
.rtc_ttl_feature span {
	display: block;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0.15em;
}

.rtc_ttl_underline {
	padding: 10px 0;
	font-size: 30px !important;
	border-bottom: 3px solid #024FA0;
}

.rtc_ttl_circle {
	font-size: 24px !important;
}
.rtc_ttl_circle::before {
	margin-right: 10px;
	content: '\f111';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #024FA0;
}

.rtc_ttl_items {
	padding: 5px 0 5px 10px !important;
	border-left: 10px solid #024FA0;
}

.rtc_ttl_group_about {
	margin-bottom: 40px !important;
	line-height: .8 !important;
	letter-spacing: 0 !important;
}

.rtc_ttl_company_area span {
	display: block;
	font-size: 18px !important;
	letter-spacing: 0 !important;
}

.rtc_ttl_num {
	margin-bottom: 50px !important;
	font-family: "Stoke", serif;
    font-weight: 300 !important;
    font-style: normal;
    font-size: 96px !important;
    line-height: 1 !important;
}


/* リスト - list
-------------------------------------------------- */
.rtc_list_check {
	margin: 0;
	list-style: none;
}
.rtc_list_check > li {
	font-size: 18px;
	font-weight: 600;
}
.rtc_list_check > li::before {
	margin-right: 30px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #024FA0;
}


.rtc_list_flow {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
	list-style: none;
}
.rtc_list_flow > li {
	position: relative;
	text-align: center;
}
.rtc_list_flow > li:not(:last-child)::after {
	position: absolute;
	right: -29%;
    top: 30%;
    transform: translateY(-50%);
	content: '\f04b';
	font-family: 'Font Awesome 5 Free';
	font-size: 26px;
	font-weight: 900;
	color: #919191;
}
.rtc_list_flow > li svg {
	width: 125px;
	height: 125px;
	transition: all ease .6s;
}
.rtc_list_flow > li p {
	margin-bottom: 5px !important;
	color: #024FA0;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	transition: all ease .6s;
}
.rtc_list_flow > li span {
	font-size: 16px;
	font-weight: 600;
	color: #024FA0;
	transition: all ease .6s;
}

.rtc_list_flow > li:hover svg {
	fill: #F39700;
}
.rtc_list_flow > li:hover span, .rtc_list_flow > li:hover p {
	color: #F39700;
}


/* 日本投資用不動産の魅力 - appeal
-------------------------------------------------- */
.rtc_before_img::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
    bottom: 0;
    width: 95%;
    height: 67%;
	background-color: #EAEFF4;
}

.rtc_anime_right:is(.is-visible) .rtc_fade_left {
	animation: fadeInLeft 2s ease 1s 1 normal backwards;
}
.rtc_anime_right:is(.is-visible) figure {
	animation: fadeInRight 1s ease 1s 1 normal backwards;
}

.rtc_before_img:is(.is-visible) .rtc_fade_right {
	animation: fadeInRight 2s ease 1s 1 normal backwards;
}
.rtc_before_img:is(.is-visible) figure {
	animation: fadeInLeft 1s ease 1s 1 normal backwards;
}

.rtc_before_img:is(.is-visible)::before {
	animation: fadeInLeft 3s ease 1s 1 normal backwards;
}

.rtc_company_arealeft:is(.is-visible) {
	animation: fadeInLeft 1s ease 1s 1 normal backwards;
}
.rtc_company_arearight:is(.is-visible) {
	animation: fadeInRight 1s ease 1s 1 normal backwards;
}

.rtc_area_right:is(.is-visible) {
	animation: fadeInRight 2s ease 1s 1 normal backwards;
}
.rtc_area_left:is(.is-visible) {
	animation: fadeInLeft 2s ease 1s 1 normal backwards;
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX( -100px );
	}
	to {
		opacity: 1;
		transform: translateX( 0 );
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX( 100px );
	}
	to {
		opacity: 1;
		transform: translateX( 0 );
	}
}

/* サービス内容 - service
-------------------------------------------------- */
.rtc_service_icon {
	margin-bottom: 0 !important;
	text-align: center;
}
.rtc_service_icon img {
	width: 60%;
    height: 180px;
	object-fit: cover;
}
.rtc_service_catch p {
	margin-bottom: 20px !important;
	padding: 15px;
	width: fit-content;
}
.rtc_service_catch {
	margin: 0 calc( -50vw + 50% ) 50px !important;
	width: 100vw !important;
	min-height: 600px;
}
.rtc_service_catch .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.rtc_line_left {
	display: flex;
	align-items: center;
	padding-left: 0 !important;
	width: fit-content;
}
.rtc_line_left::before {
	content: '';
	display: inline-block;
	margin-right: 30px;
	width: 150px;
	height: 1px;
	background-color: #fff;
}
.rtc_text_gradation span {
	background: linear-gradient(90deg, #024FA0 0%, #0AEEF6 57%, #048AB2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/* 購入の流れ - flow
-------------------------------------------------- */
.rtc_svg_img .uagb-column__inner-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.rtc_svg_img svg {
	width: 125px;
	height: 125px;
}

.rtc_bottom_arrow {
	margin: 20px 0 10px;
	text-align: center;
}
.rtc_bottom_arrow svg {
	width: 55px;
	height: 23px;
}

.rtc_clr_red {
	color: red;
}


/* よくある質問 - FAQ
-------------------------------------------------- */
.rtc_sp01_qa_list {
	list-style: none;
	margin-top: 30px;
	margin-left: 0;
}
.rtc_sp01_qa_list > li {
	padding: 15px 20px;
	background-color: #EAEFF4;
	border-radius: 10px;
}
.rtc_sp01_qa_list > li svg {
	margin-right: 10px;
	width: 25px;
	height: 25px;
	flex-shrink: 0;
}
.rtc_sp01_qa_list > li p {
	margin-bottom: 0 !important;
}
.rtc_sp01_qa_list > li:not(:last-child) {
	margin-bottom: 20px;
}

.rtc_qa_title {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	transition: all ease .6s;
}
.rtc_qa_anser {
	display: flex;
	font-size: 14px;
	height: 0;
	overflow: hidden;
	transition: all ease .6s;
}
.rtc_qa_title::after {
	flex-shrink: 0;
	margin-left: auto;
	content: '\f055';
	text-align: center;
	color: #38A1DB;
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	font-weight: 900;
    transition: all ease .6s;
}

.rtc_sp01_qa_list > li.is_active .rtc_qa_title {
	padding-bottom: 15px;
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_title::after {
	color: #4D4D4D;
	transform: rotate( 45deg );
}
.rtc_sp01_qa_list > li.is_active .rtc_qa_anser {
	padding-top: 15px;
	height: auto;
}

.rtc_clr_red { color: #FF0000; }


/* 会社紹介 - company
-------------------------------------------------- */
.rtc_tbl_company table td:first-of-type {
	text-align: center;
	vertical-align: middle;
	width: 400px;
	background: #F4F4F4;
}
.rtc_tbl_toushi table tr:nth-child(3) td:first-of-type {
	width: auto;
	text-align: left;
	background: #fff;
}
.rtc_tbl_company table td:last-of-type {
	font-size: 14px;
}
.rtc_tbl_company table, .rtc_tbl_company table td {
	border: none;
}
.rtc_tbl_company table {
	border-top: 1px solid #ddd;
}
.rtc_tbl_company table td {
	border-bottom: 1px solid #ddd;
}
.rtc_about_tag {
	margin-bottom: 0 !important;
	padding: 10px 30px;
    width: fit-content;
}
.rtc_about_tag_right {
	margin-left: auto;
}
.rtc_about_other {
	margin-bottom: 0 !important;
	width: fit-content;
	text-align: center;
	line-height: 1.2 !important;
}
.rtc_about_other span {
	display: block;
	font-size: 18px;
	letter-spacing: 0;
}
.rtc_logo_bg::before {
	content: '';
	position: absolute;
	top: 0;
	right: -12%;
	width: 400px;
	height: 471px;
	background-image: url( '/app/uploads/sites/1378/2025/06/bg-logo-1.png' );
	background-size: cover;
    z-index: -1;
}
.rtc_full_column > .uagb-columns__inner-wrap {
	max-width: 100% !important;
}
.rtc_pdg_0 > .uagb-column__inner-wrap {
	padding: 0 !important;
}
.rtc_full_column > .uagb-columns__inner-wrap figure {
	margin-bottom: 0 !important;
}

.rtc_area_txt {
	overflow: visible;
	z-index: 3;
}
.rtc_area_txt > .uagb-column__inner-wrap {
	position: absolute;
	top: 55%;
	transform: translateY( -50% );
	padding: 30px 50px !important;
	background-color: #fff;
	z-index: 3;
}
.rtc_area_left > .uagb-column__inner-wrap {
	right: -30%;
}
.rtc_area_right > .uagb-column__inner-wrap {
	left: -30%;
}
.rtc_tbl_pickup table tbody tr:nth-child(5) td {
	color: #fff;
	background-color: #AA1018;
}
.rtc_tbl_about table {
	border-collapse: separate;
	margin-bottom: 0 !important;
}
.rtc_tbl_about table, .rtc_tbl_about table tr {
	border: 1px solid #C3C3C3 !important;
}
.rtc_tbl_about table tr th, .rtc_tbl_about table tr td:first-child {
	text-align: center;
}
.rtc_tbl_about table tr th:not(:last-child),
.rtc_tbl_about table tr td:not(:last-child) {
	border-right: 1px solid #C3C3C3
}
.rtc_link_company a img {
	transition: all ease .6s;
}
.rtc_link_company a:hover img {
	opacity: .6;
	transform: scale( 1 );
}

.rtc_border_top {
	border-top: 1px solid #024FA0;
}
.rtc_border_topunder {
	border-top: 1px solid #024FA0;
	border-bottom: 1px solid #024FA0;
}


/* アニメーション - anime
-------------------------------------------------- */
.rtc_anime_item {
	opacity: 0;
	transform: translateY(3rem);
	transition: all 0.6s ease-out;
}

/* .is-visible があるとき、item を表示 */
.rtc_anime_item:is(.is-visible) {
	opacity: 1;
	transform: none;
}


/* ログイン画面 - login
-------------------------------------------------- */
#txt_add {
	margin-top: 10px;
	padding: 5px 20px;
	color: #fff;
	background-color: #024FA0;
}

#rtc_block_login button {
	border: none;
	background-color: #F39700;
}
#members-pass {
	border-color: #024FA0;
	border-width: 2px;
	transition: all ease .6s;
}
#members-pass:focus {
	border-color: #f32e49;
	background: rgba( 78, 128, 200, .2 );
}


/* スマホ - sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* 共通設定 - common
	-------------------------------------------------- */
	.rtc_forsp_flex_reverse .uagb-columns__inner-wrap { /* ★ SP時上下反転 */
		display: flex;
		flex-direction: column-reverse;
	}

	/* タイトル - ttl
	-------------------------------------------------- */
	.rtc_ttl_feature {
		font-size: 18px !important;
	}
	.rtc_ttl_feature p {
		margin-right: 10px;
		font-size: 76px;
	}
	
	/* あなぶきの投資4つの特徴 - appeal
	-------------------------------------------------- */
	.rtc_page_cover {
		padding: 40px 10px;
		min-height: auto;
	}
	.rtc_page_cover h1 {
		margin-bottom: 0 !important;
		font-size: 16px !important;
	}
	.rtc_feature_img img {
		max-width: 60%;
        height: 125px;
		object-fit: cover;
	}
	
	/* サービス内容 - service
	-------------------------------------------------- */
	.rtc_ttl_underline {
		font-size: 16px !important;
	}
	.rtc_ttl_service {
		font-size: 16px !important;
	}
	.rtc_list_check > li {
		font-size: 14px;
	}
	.rtc_list_check > li::before {
		margin-right: 10px;
	}
	
	.rtc_service_point {
		font-size: 11px !important;
	}
	.rtc_service_catch {
		background-position: center !important;
	}
	.rtc_service_catch .uagb-column__inner-wrap {
		padding-left: 0 !important;
	}
	.rtc_service_catch p {
		font-size: 14px !important;
	}
	.rtc_line_left::before {
		width: 10px;
	}
	
	
	/* 購入の流れ - flow
	-------------------------------------------------- */
	.rtc_list_flow {
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.rtc_list_flow > li:not(:last-child) {
		padding-right: 45px;
	}
	.rtc_list_flow > li:not(:last-child)::after {
		right: 12px;
	}
	
	.rtc_sp01_qa_list .rtc_qa_title p {
		padding: 0 10px;
		font-size: 12px;
	}
	.rtc_sp01_qa_list .rtc_qa_anser p {
		font-size: 12px;
	}
	
	
	/* 日本の不動産投資の魅力 - appeal
	-------------------------------------------------- */
	.rtc_ttl_num {
		font-size: 60px !important;
	}
	.rtc_before_img::before {
		width: 100%;
		height: 100%;
	}
	.rtc_fade_left h2, .rtc_fade_left p {
		text-align: left !important;
	}
	
	
	/* 会社紹介 - company
	-------------------------------------------------- */
	.rtc_company_info h2 {
		padding: 10px !important;
	}
	.rtc_tbl_company tr td {
		display: block !important;
		width: 100% !important;
	}
	
	.rtc_company_catch h2 {
		font-size: 16px !important;
	}
	.rtc_company_catch p {
		font-size: 12px !important;
	}
	
	.rtc_ttl_group_about {
		font-size: 40px !important;
		text-align: left !important;
	}
	.rtc_about_tag {
		padding: 5px 30px !important;
	}
	.rtc_sp_txtleft {
		text-align: left !important;
	}
	
	.rtc_tbl_about table th,
	.rtc_tbl_about table td {
		font-size: 14px;
	}
	.rtc_figure_sp {
		padding: 0 !important;
	}
	
	.rtc_area_txt > .uagb-column__inner-wrap {
		position: static;
		transform: none;
		padding: 30px !important;
	}
	.rtc_area_txt > .uagb-column__inner-wrap h3 {
		font-size: 40px !important;
	}
	
	/* ログイン画面 - login
	-------------------------------------------------- */
	#rtc_block_login button {
		margin-top: 20px;
		width: 100%;
	}
}