/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2026 | 06:11:30 */
/* 共通設定 - common
-------------------------------------------------- */
:root {
	--main-color: #1793C8;
	--sub-color: #eff7fb;
}

body.es-page-kanri .es-container.page-header, body.es-page-baikyaku .es-container.page-header {
	display: none;
}

.rtc_mb0 { margin-bottom: 0 !important; }
.rtc_overflow_visible { overflow: visible; }

.rtc_bg_stripe_left > .uagb-columns__overlay {
    background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 1px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 11px);
}


/* 賃貸管理 - kanri
-------------------------------------------------- */
.rtc_cover_img {
	position: relative;
	margin-bottom: 30px !important;
}
.rtc_cover_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0, 0, 0, .2 );
	z-index: 1;
}

.rtc_cover_img figcaption {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
	z-index: 2;
}
.rtc_cover_img figcaption {
	padding: 0 20px;
	max-width: 1140px;
    width: 100%;
	font-size: 30px;
	line-height: 1.5 !important;
}
.rtc_cover_img figcaption > span {
	display: block;
	font-size: 21px;
	font-weight: normal;
}


.rtc_box_trouble {
    width: 100%;
    padding: 30px 0;
    background: #fff;
}

.rtc_box_trouble .rtc_trouble_inner {
    max-width: 1000px;
    margin: 0 auto;
    height: 360px;
    position: relative;
}

/* 吹き出しの基本形 */
.rtc_box_trouble .rtc_trouble_bubble {
    position: relative;
    background: #fff;
    border: 3px solid #333;
    border-radius: 20px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.05));
}

.rtc_box_trouble .rtc_trouble_bubble p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #1793C8;
    line-height: 1.6;
    text-align: center;
}

/* 吹き出しのしっぽ（SVGを使わなくてもCSSで編集可能に） */
.rtc_box_trouble .rtc_trouble_bubble::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 18px 15px 0 15px;
    border-color: #333 transparent transparent transparent;
}

.rtc_box_trouble .rtc_trouble_bubble::before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}

/* 個別配置と重なり順 (z-index) */
.rtc_box_trouble .rtc_box_trouble_item {
    position: absolute;
    transition: transform 0.3s ease;
}

.rtc_box_trouble .rtc_pos_1 { top: 30px;  left: 5%;   z-index: 2; }
.rtc_box_trouble .rtc_pos_2 { top: 10px;   left: 35%;  z-index: 3; }
.rtc_box_trouble .rtc_pos_3 { top: 0;  right: 0;  z-index: 2; }
.rtc_box_trouble .rtc_pos_4 { bottom: 70px; left: 10%; z-index: 3; }
.rtc_box_trouble .rtc_pos_5 { bottom: 120px; right: 12%; z-index: 4; }

.rtc_box_trouble .rtc_pos_1 .rtc_trouble_bubble {
	width: 290px;
    height: 120px;
}
.rtc_box_trouble .rtc_pos_2 .rtc_trouble_bubble {
	width: 300px;
    height: 160px;
}
.rtc_box_trouble .rtc_pos_3 .rtc_trouble_bubble {
	width: 340px;
    height: 140px;
}
.rtc_box_trouble .rtc_pos_4 .rtc_trouble_bubble {
	width: 380px;
    height: 100px;
}
.rtc_box_trouble .rtc_pos_5 .rtc_trouble_bubble {
	width: 300px;
    height: 80px;
}



.rtc_box_trouble .rtc_trouble_assets img {
    position: absolute;
    height: auto;
}

.rtc_box_trouble .rtc_asset_woman { bottom: 0; left: 48%; width: 100px; z-index: 0; }
.rtc_box_trouble .rtc_asset_man   { bottom: 20px; right: 10%; width: 100px; z-index: 0; }
.rtc_box_trouble .rtc_asset_icons { bottom: 20px; left: 53%; width: 120px; z-index: 5; }


/* REASON - 選ばれる理由
-------------------------------------------------- */
.rtc_reason_box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 20px;
    margin: 0 auto;
}

.rtc_reason_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rtc_reason_image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.rtc_reason_image img,
.rtc_reason_image svg {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

/* 下部コンテンツ（薄黄色のボックス） */
.rtc_reason_content {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 10px;
    text-align: left;
    height: 100%;
}

/* 見出し */
.rtc_reason_content h3 {
    color: var( --main-color );
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 700 !important;
    text-align: center;
}

/* 説明文 */
.rtc_reason_content p {
    font-size: 14px;
	font-weight: 700 !important;
    line-height: 1.8;
    color: #333;
    margin: 0;
}


@media ( max-width: 480px ) {
	
	/* 賃貸管理 - kanri
	-------------------------------------------------- */
	.rtc_cover_img {
		padding: 0;
	}
	.rtc_cover_img img {
		width: 100% !important;
		height: 200px !important;
		object-fit: cover;
	}
	.rtc_cover_img figcaption {
		font-size: 24px;
	}
	.rtc_cover_img figcaption > span {
		font-size: 16px;
	}
	
	.rtc_box_trouble .rtc_trouble_inner {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .rtc_box_trouble .rtc_box_trouble_item {
        position: static;
        width: 100%;
    }
    .rtc_box_trouble .rtc_trouble_bubble {
        width: 100% !important;
		height: auto !important;
    }
	.rtc_box_trouble .rtc_trouble_bubble::before,
	.rtc_box_trouble .rtc_trouble_bubble::after {
		display: none;
	}
	
    .rtc_box_trouble .rtc_trouble_assets {
        display: flex;
        justify-content: center;
        position: static;
        margin-top: 20px;
    }
    .rtc_box_trouble .rtc_trouble_assets img {
        position: static;
        width: 80px;
        margin: 0 10px;
    }
	
	.rtc_reason_box {
        flex-wrap: wrap;
    }
	.rtc_reason_item {
		margin-bottom: 30px;
        flex: 0 0 100%;
    }
    .rtc_reason_image {
        width: 250px;
        height: 250px;
    }
}