/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2023 | 07:50:46 */
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

/* トップ：共通 - top:common
-------------------------------------------------- */
.rtc_bg_stripe span {
	background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) 1px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 16px);
}
.rtc_font_rowdies {
	font-family: 'Rowdies', cursive;
}

.rtc_cover_auto { min-height: auto; }


/* トップ：検索 - top:search
-------------------------------------------------- */
.rtc_block_search div.active {
	background-color: #EEEEEE !important;
    border: solid 2px #2B7FBD !important;
}

.rtc_bg_stripe .wp-block-columns .es_new_block_item {
	background-color: #fff;
}

.esx-button-columns h4 {
	font-size: 1rem !important;
}

/* トップ：会社概要 - top:company
-------------------------------------------------- */
.top_company_info span[class^=icon-], .top_company_info .inquiry_column strong a {
	color: #357eba;
}
.top_company_info .inquiry_column .wp-block-button a {
	background: #357eba;
}


/* 下層ページ：共通 - page:common
-------------------------------------------------- */
.es-page-kanri .es-container.page-header,
.es-page-document .es-container.page-header,
.es-page-new-recruit .es-container.page-header,
.es-page-mid-recruit .es-container.page-header {
	display: none;
}

.rtc_text_center {
	text-align: center;
}

.rtc_ttl_fukidashi {
	position: relative;
	margin: 0 10px;
	padding: 10px;
	color: #fff !important;
	background: rgba( 79, 128, 204, 1 );
	border-radius: 10px;
}
.rtc_ttl_fukidashi::before {
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -15px;
	background: rgba( 79, 128, 204, 1 );
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.rtc_ttl_underline {
	padding: 10px;
	border-bottom: 1px solid rgba( 79, 128, 204, 1 );
}


/* 会社概要 - Company
-------------------------------------------------- */
.rtc_ttl_company {
	margin-bottom: 0;
	padding: 5px 30px;
	width: fit-content;
	color: #fff;
	background: rgba( 79, 128, 204, 1 );
	border-radius: 50vh;
}
.rtc_block_philosophy {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.rtc_block_philosophy dt, .rtc_block_philosophy dd {
	padding: 10px;
}
.rtc_block_philosophy dt {
	width: 15%;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: rgba( 79, 128, 204, 1 );
}
.rtc_block_philosophy dd {
	margin: 0;
	width: 85%;
}

.rtc_block_philosophy dt:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.rtc_block_philosophy dd:not(:last-child) {
	border-bottom: 1px solid #333;
}


/* 新卒採用 - NewRecruit
-------------------------------------------------- */
.rtc_line_dot {
	padding: 10px;
	display: inline;
	font-style: italic;
	font-weight: bold;
	border-bottom: 5px dotted rgba( 150, 184, 64, 1 );
}

.rtc_list_check {
	margin: 50px 20px;
	list-style: none;
}
.rtc_list_check > li {
	display: flex;
/* 	flex-wrap: wrap; */
	padding: 10px;
}
.rtc_list_check > li::before {
	margin-right: 10px;
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: rgba( 150, 184, 64, 1 );
}

.rtc_tbl_recruit table td:first-child {
	width: 20%;
	font-weight: bold;
}
.rtc_tbl_recruit table td:last-child { width: 80%; }

.rtc_block_contact {
	padding: 50px 0;
}
.rtc_block_contact p, .rtc_block_contact figure {
	margin-bottom: 0;
}


/* 入居申込書 - Document
-------------------------------------------------- */
.rtc_ttl_required span {
	color: #D5665B;
}

.rtc_block_center .uagb-column__inner-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rtc_block_center .uagb-column__inner-wrap i {
	font-size: 31px;
	font-weight: bold;
}

.rtc_btn_document a {
	position: relative;
}
.rtc_btn_document a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	content: '\f0ed';
	font-family: 'Font Awesome 5 Free';
	font-size: 21px;
	font-weight: 900;
	color: #fff;
}


/* 賃貸管理のご案内 - Kanri
-------------------------------------------------- */
.rtc_bg_trouble {
	position: relative;
}
.rtc_bg_trouble::before {
	position: absolute;
	top: 0;
	right: 30px;
	content: '';
	width: 230px;
	height: 230px;
	background-image: url( '/app/uploads/sites/1058/2023/07/kanri_01.png' );
	background-repeat: no-repeat;
	background-size: cover;
}

.rtc_check_colorblue > li::before {
	color: rgba( 79, 128, 204, 1 );
}

.rtc_media_text > .wp-block-media-text__content {
	position: relative;
}
.rtc_media_text > .wp-block-media-text__content > p {
	position: absolute;
	margin: 0;
	padding: 30px;
	max-width: 560px;
	background-color: rgba( 221, 236, 241, 1 );
}
.rtc_media_text_left .wp-block-media-text__content > p {
	top: -100px;
	right: -80px;
}
.rtc_media_text_right .wp-block-media-text__content > p {
	top: -100px;
	left: -80px;
}

.rtc_block_kanri_plan p {
	margin-bottom: 0;
}

.rtc_title_capsule {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	background-color: rgba( 150, 184, 64, 1 );
	border-radius: 50vh;
}

.rtc_list_promise {
	margin: 0 30px;
	list-style: none;
	counter-reset: number 0;
}
.rtc_list_promise > li {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.rtc_list_promise > li::before {
	margin-right: 20px;
	width: 20px;
	text-align: center;
	font-size: 36px;
	font-family: 'Rowdies', cursive;
	counter-increment: number 1;
	content: counter(number);
}
.rtc_list_promise > li:nth-child(1) { color: rgba( 218, 144, 62, 1 ); }
.rtc_list_promise > li:nth-child(2) { color: rgba( 150, 184, 64, 1 ); }
.rtc_list_promise > li:nth-child(3) { color: rgba( 76, 126, 203, 1 ); }

.rtc_bg_orange { background-color: rgba( 241, 198, 94, 1 ); }


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	
	/* 下層ページ：共通 - page:common
	-------------------------------------------------- */
	.sub_visual {
		min-height: 180px;
	}
	.sub_visual h1 {
		margin-bottom: 0;
		font-size: 21px;
	}
	
	.rtc_cover_auto { min-height: auto; }
	
	.rtc_ttl_fukidashi {
		font-size: 1rem !important;
	}
	
	/* 下層ページ：入居申込書 - page:document
	-------------------------------------------------- */
	.rtc_btn_document {
		font-size: 8px !important;
	}
	.rtc_btn_document a::after {
		right: 15px;
		font-size: 12px;
	}
	
	
	/* 下層ページ：賃貸管理のご案内 - page:kanri
	-------------------------------------------------- */
	.rtc_bg_trouble::before {
		position: static;
		display: block;
		margin: 20px auto;
		width: 200px;
		height: 200px;
	}
	
	.rtc_text_small {
		font-size: 14px !important;
	}
	
	.rtc_media_text > .wp-block-media-text__content {
		background-color: rgba( 222, 236, 241, 1 );
	}
	.rtc_media_text > .wp-block-media-text__content > p {
		position: static;
		display: block;
		padding: 20px 0;
	}
	
	.rtc_list_promise {
		margin: 0 20px;
	}
}