/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2026 | 06:55:53 */
@import url( 'https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap' );

/* 共通設定 - common
-------------------------------------------------- */
:root {
	--font-type01: "Zen Maru Gothic", sans-serif;
	--main-color: #1793C8;
}

body.es-page-souzoku .es-container.page-header {
	display: none;
}
body.es-page-souzoku .main-header-bar.es-header-breadcrumb {
	display: none;
}

body.es-page-souzoku #page {
	overflow-x: hidden;
}

body.es-page-souzoku #primary {
	padding-bottom: 0 !important;
}
body.es-page-souzoku footer.site-footer {
	margin-top: 0 !important;
}

.header_links a:not(.menu-toggle) {
	color: #2E2D2D;
}

.rtc_visible {
	overflow: visible;
}


/* 不動産相続 - souzoku
-------------------------------------------------- */
.rtc_cover_page_img {
	position: relative;
}

.rtc_cover_page_img figcaption {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
}
.rtc_cover_page_img figcaption {
	padding: 0 20px;
	width: 100%;
	font-size: 30px;
	line-height: 1.5 !important;
}
.rtc_cover_page_img figcaption > span {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
}

.rtc_list_onayami {
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 50px 0;
}

.rtc_list_onayami > li {
	position: relative;
	width: 220px;
	margin: 0;
	padding: 0;
}

.rtc_list_onayami > li > div:first-child {
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.rtc_list_onayami p {
	font-family: var( --font-type01 );
	font-weight: bold !important;
	font-size: 15px;
	line-height: 2 !important;
	color: #333;
	margin: 0;
	padding: 20px 0;
}


.rtc_list_onayami .rtc_highlight {
	color: var( --main-color );
	font-weight: bold;
}

.rtc_list_onayami > li > div:nth-child(2) {
	position: absolute;
	bottom: -10px;
	right: 10px;
	width: 70px;
    height: 70px;
}

.rtc_list_onayami svg,
.rtc_list_onayami .rtc_svg_placeholder {
	width: 100%;
	height: 100%;
	object-fit: contain;
}


.rtc_box_reason {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 100px 20px;
/*     overflow: hidden; */
}

.rtc_box_reason .rtc_box_reason_item {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
}

.rtc_box_reason .rtc_box_reason_item.rtc_reverse {
    flex-direction: row-reverse;
}


.rtc_box_reason .rtc_box_reason_image {
    width: 95%;
    flex-shrink: 0;
    z-index: 1;
}

/* 左側画像のはみ出し */
.rtc_box_reason .rtc_image_left {
    margin-left: calc( -50vw + var(--es-scroll-var-half) + 50% );
}

/* 右側画像のはみ出し */
.rtc_box_reason .rtc_image_right {
    margin-right: calc( -50vw + var(--es-scroll-var-half) + 50% );
}

.rtc_box_reason .rtc_box_reason_image img {
    width: 100%;
    height: auto;
    display: block;
}

.rtc_box_reason .rtc_box_reason_content {
    background: #fff;
    margin-left: -35%;
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    z-index: 2;
	border-radius: 10px;
}

.rtc_box_reason .rtc_reverse .rtc_box_reason_content {
    margin-left: 0;
    margin-right: -35%;
}

.rtc_box_reason .rtc_box_reason_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var( --main-color );
}
.rtc_box_reason .rtc_box_reason_title > span:first-of-type {
	margin-right: 10px;
	font-size: 30px;
    font-weight: bold;
}
.rtc_box_reason .rtc_box_reason_title span {
    color: var( --main-color );
}

.rtc_box_reason .rtc_box_reason_text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.rtc_box_reason .rtc_box_reason_text span {
    color: var( --main-color );
    font-weight: bold;
}


/* 全体コンテナ */
.rtc_block_case {
    margin: 0 auto;
    padding: 50px 20px;
}

.rtc_block_case .rtc_block_case_flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}

/* カード単体 */
.rtc_block_case .rtc_block_case_item {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* ヘッダー部分（青い帯） */
.rtc_block_case .rtc_block_case_header {
    background-color: var( --main-color ); /* Caseヘッダーの青 */
    color: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.rtc_block_case .rtc_case_num {
    font-weight: bold;
    font-size: 18px;
    margin-right: 15px;
}

.rtc_block_case .rtc_case_title {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
	color: #fff;
}

/* ボディ部分 */
.rtc_block_case .rtc_block_case_body {
	display: flex;
	flex-direction: column;
	padding: 25px;
}

.rtc_block_case .rtc_case_image {
    width: 100%;
    margin-bottom: 20px;
}

.rtc_block_case .rtc_case_image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* 各セクション（ご相談内容・対応） */
.rtc_block_case .rtc_case_section {
    margin-bottom: 25px;
	min-height: 120px;
}

.rtc_block_case .rtc_label {
    display: inline-block;
    background-color: var( --main-color );
    color: #fff;
    padding: 4px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.rtc_block_case .rtc_case_text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0;
}

/* 解決後の結果ボックス（薄い水色の背景） */
.rtc_block_case .rtc_case_result_box {
	margin-top: auto;
    background-color: rgb( 239, 247, 251, 1 );
    padding: 20px;
	min-height: 220px;
    border-radius: 4px;
}

.rtc_block_case .rtc_result_title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.rtc_block_case .rtc_check_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #1793C8;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
}

.rtc_block_case .rtc_point_text {
    margin-top: 15px;
    font-weight: bold;
    color: #1793C8;
    font-size: 14px;
}


.rtc_stepflow {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.rtc_stepflow::before {
	content: "";
	display: block;
	margin-left: -8px;
	width: 15px;
	height: 100%;
	background: #D9D9D9;
	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: rgba( 74, 182, 193, 1 );
	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: rgba( 74, 182, 193, 1 );
	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: #333;
	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;
	margin-bottom: 20px;
}
.rtc_stepflow > li dl dd {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0;
}
.rtc_stepflow > li dl dd img {
	margin-right: 20px;
	width: 230px;
    height: auto;
    object-fit: contain;
	flex-shrink: 0;
}
.rtc_stepflow > li dl dd p {
	flex: 1;
}

/* ★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: 10px;
	width: 120px;
	text-align: center;
	color: #fff;
	background-color: var( --main-color );
	border-radius: 5px;
}

.rtc_photo_president figure img {
	border-radius: 50%;
}

.rtc_tbl_souzoku table, .rtc_tbl_souzoku table tr, .rtc_tbl_souzoku table tr td {
	border: none;
}
.rtc_tbl_souzoku table {
	margin-bottom: 0;
}
.rtc_tbl_souzoku table tr td {
	font-weight: 600;
}



.rtc_tel_box {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.rtc_tel_box .rtc_tel_inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* アイコン部分 */
.rtc_tel_box .rtc_tel_icon {
    width: 100px;
    height: 100px;
    color: var(--main-color);
    flex-shrink: 0;
}

.rtc_tel_box .rtc_tel_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* 情報テキスト部分 */
.rtc_tel_box .rtc_tel_info {
    display: flex;
    flex-direction: column;
}

/* 電話番号 */
.rtc_tel_box .rtc_tel_number {
    font-size: 80px;
    font-weight: bold;
    color: var(--main-color);
    text-decoration: none;
    line-height: 1.1;
}

/* 営業時間 */
.rtc_tel_box .rtc_tel_time {
    font-size: 18px;
    color: #333;
    margin: 5px 0 0 0;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.rtc_btn_contact a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border-radius: 10px !important;
	width: 520px;
	font-size: 26px;
	font-weight: 700;
}
.rtc_btn_contact a.wp-block-button__link::before {
	margin-right: 20px;
	content: '\f0e0';
	font-family: 'Font Awesome 7 Free';
	font-size: 36px;
	font-weight: 400;
	flex-shrink: 0;
}


/* スタッフ詳細 - staff
-------------------------------------------------- */
.rtc_staff_comment p {
	margin-bottom: 0 !important;
}
.rtc_tbl_staff table tr td:first-of-type {
	width: 20%;
}
.rtc_tbl_staff table tr td:last-of-type {
	width: 80%;
}

.rtc_sp { display: none; }

@media ( max-width: 480px ) {
	
	/* 共通設定 - common
	-------------------------------------------------- */
	.rtc_sp { display: block; }
	
	
	
	/* 不動産相続 - souzoku
	-------------------------------------------------- */
	.rtc_cover_page_img {
		padding: 0;
	}
	.rtc_cover_page_img img {
		width: 100% !important;
		height: 200px !important;
		object-fit: cover;
	}
	.rtc_cover_page_img figcaption {
		font-size: 16px;
	}
	.rtc_cover_page_img figcaption > span {
		font-size: 11px;
	}
	
	.rtc_list_onayami {
		flex-wrap: wrap;
		gap: 0;
		justify-content: space-around;
	}
	.rtc_list_onayami > li:not(:last-child) {
		margin-bottom: 20px;
	}
	.rtc_list_onayami > li,
	.rtc_list_onayami > li > div:first-child {
		width: 180px;
		height: 180px;
	}
	.rtc_list_onayami p {
		font-size: 13px;
	}
	.rtc_list_onayami > li > div:nth-child(2) {
		width: 65px;
		height: 65px;
	}
	
	.rtc_box_reason {
		padding: 50px 10px;
	}
	.rtc_box_reason .rtc_box_reason_item,
    .rtc_box_reason .rtc_box_reason_item.rtc_reverse {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .rtc_box_reason .rtc_box_reason_image,
    .rtc_box_reason .rtc_image_left,
    .rtc_box_reason .rtc_image_right {
        width: 100%;
        margin: 0 0 -30px 0;
    }

    .rtc_box_reason .rtc_box_reason_content,
    .rtc_box_reason .rtc_reverse .rtc_box_reason_content {
        width: 90%;
        margin: 0 auto;
        padding: 25px;
    }
	
	.rtc_box_reason .rtc_box_reason_title {
		font-size: 14px;
	}
	
	
	 .rtc_block_case .rtc_block_case_flex {
        flex-direction: column;
    }
    
    .rtc_block_case .rtc_block_case_item {
        width: 100%;
    }
	.rtc_block_case .rtc_block_case_header {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.rtc_stepflow {
		margin: 0 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;
	}
	
	.rtc_tel_box .rtc_tel_inner {
        gap: 10px;
    }
    
    .rtc_tel_box .rtc_tel_icon {
        width: 60px;
        height: 60px;
    }

    .rtc_tel_box .rtc_tel_number {
        font-size: 40px;
    }

    .rtc_tel_box .rtc_tel_time {
        font-size: 12px;
    }
	
	.rtc_tbl_souzoku table tr td {
		display: block;
		width: 100%;
	}
	
	.rtc_btn_contact a.wp-block-button__link::before {
		font-size: 30px;
	}
	.rtc_btn_contact a.wp-block-button__link {
		width: 300px;
		font-size: 21px;
	}
	
	.rtc_company_photos > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 4%;
		padding: 0 10px;
	}
	.rtc_company_photos > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 48% !important;
	}
	.rtc_company_photos > .uagb-columns__inner-wrap .uagb-column__inner-wrap {
		padding: 0 !important;
	}
	

	/* スタッフ詳細 - staff
	-------------------------------------------------- */
	.rtc_tbl_staff table tr td:first-of-type,
	.rtc_tbl_staff table tr td:last-of-type {
		width: 100%;
	}
}