/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 07:15:46 */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* font-family: 'Open Sans', sans-serif; */

/* ヘッダー
--------------------------------------------- */
#masthead .site-logo-img+.es-site-title-wrap .site-description {
	font-size: .65rem;
}

/* フッター
--------------------------------------------- */
.textwidget p {
    font-size: 10px;
}

/* 共通設定 - common
--------------------------------------------- */
.es-page-management_policy .es-container.page-header,
.es-page-buy_information .es-container.page-header,
.es-page-sale_information .es-container.page-header {
	display: none;
}

.btn_inquiry a {
	padding: 10px 50px;
}

/* 経営方針 - management_policy
--------------------------------------------- */
.quality_cover {
	margin-bottom: 100px;
	padding: 30px 0 50px;
	min-height: auto;
}
.quality_cover p {
	margin-bottom: 0;
}
.quality_cover .wp-block-cover__inner-container {
	text-align: center;
}

.quality_ttl {
	display: inline-block;
	font-size: 30px;
	line-height: 1.5;
	border-bottom: 4px solid #c21500;
	border-image: linear-gradient( 90deg, rgba(34, 122, 125, 1) 10%, rgba(140, 145, 127, 1) 40%, rgba(0, 4, 135, 1) 80% );
	border-image-slice: 1;
}
.quality_ttl span {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: italic;
	color: transparent;
	background: linear-gradient( 90deg, rgba(34, 122, 125, 1) 10%, rgba(140, 145, 127, 1) 40%, rgba(0, 4, 135, 1) 80% );
	-webkit-background-clip: text;
}

.border_corner {
	position: relative;
	padding: 50px 30px;
}
.border_corner::before,
.border_corner::after {
	position: absolute;
	content: '';
	width: 120px;
	height: 120px;
}

.border_corner::before {
	top: 0;
	left: 0;
	border-top: 4px solid #00008B;
	border-left: 4px solid #00008B;
}
.border_corner::after {
	right: 0;
	bottom: 0;
	border-right: 4px solid #00008B;
	border-bottom: 4px solid #00008B;
}

/* ストライプ背景
-------------------------------------------------- */
.stripe_bg {
    background-size: auto auto;
    background-color: #D5CDC2;
    background-image: repeating-linear-gradient(130deg, transparent, transparent 15px, rgba(255, 255, 255, 1) 15px, rgba(255, 255, 255, 1) 17px );
}
.stripe_bg span {
  background: none !important;
}
.wp-block-column.es_new_block_item {
    background-color: #fff;
}


/* 購入のご案内 - buy_information
--------------------------------------------- */
.flow {
	padding-left: 120px;
	position: relative;
	list-style: none;
}
.flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
}
.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flow > li .icon {
	font-size: 12px;
	color: #fff;
	background: rgba( 0, 0, 139, 1 );
	padding: 8px 20px;
	display: block;
	position: absolute;
	top: -5px;
	left: -120px;
	z-index: 100;
}
.flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent rgba( 0, 0, 139, 1 );
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flow > li dl {
	padding-left: 70px;
	position: relative;
}
.flow > li dl::before,
.flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: rgba( 0, 0, 139, 1 );
	border-radius: 50%;
	left: -4px;
}
.flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgba( 0, 0, 139, 1 );
	margin-bottom: 1vh;
}

.flow > li dl dd {
	display: flex;
	margin: 1.5rem 0;
}
.flow > li dl dd img {
	margin-right: 20px;
	width: 200px;
	align-self: flex-start;
}


/* 売却のご案内 - sale_information
--------------------------------------------- */
.es-page-sale_information footer {
	margin-top: 0 !important;
}
.es-page-sale_information #primary {
	padding-bottom: 0;
}

.sale_table table tr:first-child td:nth-child(2) {
	color: #fff;
	background-color: #67B5BA;
}
.sale_table table tr:first-child td:last-child {
	color: #fff;
	background-color: #CB8C52;
}
.sale_table table tr td:first-child {
	width: 20%;
}
.sale_table table tr td:nth-child(2) {
	width: 40%;
}
.sale_table table tr td:last-child {
	width: 40%;
}

.sale_table table tr:nth-child(3) td:nth-child(2),
.sale_table table tr:nth-child(4) td:last-child,
.sale_table table tr:nth-child(5) td:last-child,
.sale_table table tr:nth-child(6) td:last-child,
.sale_table table tr:nth-child(7) td:last-child,
.sale_table table tr:nth-child(8) td:last-child {
	background: #FBF7CD;
}

.check_block p {
	margin-bottom: 0 !important;
}

.list_saleflow {
	list-style: none;
	margin: 0 auto;
	max-width: 680px;
}
.list_saleflow > li {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}
.list_saleflow > li:nth-child(3) {
	padding-top: 20px;
}
.list_saleflow > li:nth-child(6) {
	padding-bottom: 20px;
}
.list_saleflow > li span {
	position: relative;
}
.list_saleflow > li .step_a,
.list_saleflow > li .step_b {
	margin-right: 20px;
	padding: 5px 30px;
	width: 126px;
	color: #fff;
    font-size: 21px;
    font-weight: bold;
}
.list_saleflow > li .step_a {
	background-color: rgba( 110, 180, 185, 1 );
}
.list_saleflow > li .step_b {
	background-color: rgba( 200, 141, 88, 1 );
}

.list_saleflow > li .step_b.step_arrow {
	background-color: transparent;
}

.list_saleflow > li .step_b.step_arrow::before {
	position: absolute;
	content: "";
    width: 3px;
    height: 69px;
    background-color: rgba( 200, 141, 88, 1 );
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.list_saleflow > li .last_arrow::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	left: 50%;
	bottom: -42px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-color: rgba( 200, 141, 88, 1 );
	clip-path: polygon(0 0, 50% 50%, 100% 0);
}

.service_block figure img {
	width: 150px;
}


/* 不動産売却のご案内 - ???
--------------------------------------------- */
.rtc_tbl_souba td {
	border-color: #4a5f9e !important;
}
.rtc_tbl_souba thead {
	border-bottom: none;
}

.rtc_ttl_souba {
	position: relative;
	margin: 0 10px 20px;
	padding: 1rem 2rem;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	border: solid 2px #4a5f9e;
}
.rtc_ttl_souba::before {
	position: absolute;
	content: "MARKET PRICE";
	top: -10px;
	left: 15px;
	background: #eef1f3;
	font-size: 0.75rem;
	color: #4a5f9e;
	padding: 0 10px;
}

.rtc_ttl_line {
	padding: 1rem .5rem;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	color: #4a5f9e;
	border-bottom: 1px dashed #4a5f9e;
}
.rtc_ttl_line:first-letter {
	color: #4a5f9e;
}
/* .rtc_fukidashi {
	position: relative;
	padding: 1rem 2rem;
	border-radius: 10px;
	background: #4a5f9e;
	color: #fff !important;
}
.rtc_fukidashi::before {
	position: absolute;
	content: '';
	width: 35px;
    height: 20px;
	left: 50%;
    bottom: -15px;
	transform: translateX( -50% );
	background-color: #4a5f9e;
	clip-path: polygon( 100% 0, 0 0, 50% 100% );
} */


/* 学区から探す - school
--------------------------------------------- */

.rtc_ttl_school {
	display: flex;
	align-items: center;
}
.rtc_ttl_school::before {
	content: '';
    display: block;
	margin-right: 10px;
    width: 60px;
    height: 40px;
    background-size: contain;
    background-image: url(/app/uploads/sites/983/2025/01/school_ttl.png);
    background-repeat: no-repeat;
}
.tab_area {
	display: flex;
	flex-wrap: wrap;
}
.tab_area p { margin-bottom: 0 !important; }

.tab_label {
	padding-left: 0 !important;
	width: calc( 100%/5 );
	height: 50px;
	border-bottom: 3px solid #00008B;
	background-color: #d9d9d9;
	line-height: 50px !important;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}
.tab_label:hover {
	opacity: 0.75;
}

.tab_area input[name="tab_items"],
.tab_label::before, 
.tab_label::after {
	display: none !important;
}

.tab_content {
	display: none;
	padding: 50px 20px;
	width: 100%;
	border: 3px solid #ddd;
	overflow: hidden;
}

#tab_01:checked ~ #tab01_content,
#tab_02:checked ~ #tab02_content,
#tab_03:checked ~ #tab03_content,
#tab_04:checked ~ #tab04_content,
#tab_05:checked ~ #tab05_content,
#tab_06:checked ~ #tab06_content {
	display: block;
}

.tab_area input:checked + .tab_label {
	background-color: #00008B;
	color: #fff;
}

.rtc_list_school {
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.rtc_list_school > li {
	width: 20%;
}
.rtc_list_school > li a {
	display: inline-flex;
	align-items: flex-start;
	padding: 10px;
}
.rtc_list_school > li a:hover {
	text-decoration: none;
}
.rtc_list_school > li a::before {
	content: '';
	display: block;
	margin-right: 5px;
	width: 30px;
	height: 30px;
	background-image: url( '/app/uploads/sites/983/2025/01/school_list.png' );
	background-size: cover;
}


@media ( max-width: 480px ) {
	.tab_label {
		padding-left: 0 !important;
		width: calc( 100%/2 );
	}
	
	.tab_content {
		padding: 10px;
	}
	
	.rtc_list_school > li {
		width: 50%;
	}
	.rtc_list_school > li a {
		padding: 10px 0;
	}
}

.rtc_mb0 p { margin-bottom: 0 !important; }


/* 採用情報 - recruit
--------------------------------------------- */
body.es-page-recruit {
	overflow-x: hidden;
}
body.es-page-recruit .es-container.page-header {
	display: none;
}
.rtc_ttl_superscript {
	font-family: 'Noto Sans JP', sans-serif !important;
}
.rtc_ttl_superscript > span {
	display: block;
	color: #165AAD;
	font-size: 16px;
	font-weight: bold;
}

.rtc_ttl_recruit span {
	display: block;
	font-size: 16px;
}

.rtc_work_capsule {
	padding: 10px 30px;
	width: fit-content;
	font-size: 21px;
	color: #fff;
	background-color: #165AAD;
	border-radius: 50vh;
}

.rtc_work_imgs > .uagb-columns__inner-wrap {
	justify-content: space-between;
}
.rtc_work_imgs > .uagb-columns__inner-wrap > .wp-block-uagb-column > .uagb-column__inner-wrap {
	padding: 0 !important;
}

.rtc_border_left {
	position: relative;
	padding-left: 10px;
	border-left: 8px solid #165AAD;
}
.rtc_border_left:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 20px;
    left: -8px;
    bottom: 0;
    border-left: 8px solid #373737;
}

.rtc_icon_check {
	margin-bottom: 5px !important;
}
.rtc_icon_check::before {
	margin-right: 10px;
	content: '\f058';
	color: #CB8C52;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}
.rtc_pdg_left {
	padding-left: 30px;
}

.rtc_marker_yellow {
	margin: 0 auto;
	padding: 0 10px;
	width: fit-content;
	background: linear-gradient( transparent 50%, #F9F4BD 50% );
}

.rtc_tbl_recruit table {
	background-color: #fff;
}
.rtc_tbl_recruit tr, .rtc_tbl_recruit tr td {
	border: 1px solid #C4C4C4 !important;
}
.rtc_tbl_recruit tr td:first-of-type {
	width: 25% !important;
	background-color: #F3F3F3;
}
.rtc_tbl_recruit tr td:last-of-type {
	width: 75% !important;
}

.rtc_btn_entry {
	text-align: center;
}
.rtc_btn_entry a.wp-block-button__link {
	position: relative;
	max-width: 780px;
	background-image: linear-gradient(90deg, rgba(10, 7, 72, 1), rgba(29, 84, 118, 1) 50%, rgba(15, 168, 188, 1));
}
.rtc_btn_entry a.wp-block-button__link::after {
	position: absolute;
	top: 50%;
	right: 50px;
	transform: translateY( -50% );
	content: '\f178';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
}


/* タブ - tab
-------------------------------------------------- */
/* ★Type01 - タブカスタム */
.rtc_illustmap {
	justify-content: center;
}
.rtc_illustmap .tab_label {
	color: #0168B3;
	background-color: #fff;
	font-size: 18px;
	border: 1px solid #9F9F9F;
	border-bottom: none;
}
.rtc_illustmap .tab_label:nth-of-type(1) {
	border-radius: 10px 0 0 0;
}
.rtc_illustmap .tab_label:nth-of-type(2) {
	border-radius: 0 10px 0 0;
}
.rtc_illustmap input:checked + .tab_label {
	background-color: #0168B3;
}
.rtc_illustmap .tab_content {
	padding: 0;
}
.rtc_illustmap .tab_content svg {
	width: 100%;
	height: 100%;
}
.rtc_illustmap .tab_content svg rect {
	transition: all ease .6s;
}
.rtc_illustmap .tab_content svg a:hover rect {
	fill: #EE7B35;
}

.rtc_illustmap #tab_01:checked ~ #tab01_content, .rtc_illustmap #tab_02:checked ~ #tab02_content {
	border: 5px solid #0168B3;
}

/* 校区検索 - School
--------------------------------------------- */
.simple_search_block__inner h2,
.simple_search_block__inner .search-form__main {
    display: none;
}

.rtc_block_kanisearch {
	padding-top: 20px !important;
}
.rtc_block_kanisearch .checkbox_list {
	gap: 15px 2%;
}
.rtc_block_kanisearch .search-form__sub {
	padding-bottom: 50px !important;
}
.rtc_block_kanisearch .checkbox_list > li {
    padding: 5px;
    width: 23% !important;
	border-radius: 5px;
	background-color: #eef1f3;
}
.rtc_block_kanisearch .checkbox_list > li.tag_title {
	width: 100% !important;
	border-radius: 0;
	font-family: 'Noto Serif JP', sans-serif;
    font-size: 1.5rem;
	font-weight: 600;
	background-color: transparent;
    border-bottom: 2px solid #ccc;
}
.rtc_block_kanisearch .simple_search_block__inner.pattern2 .search-form__title {
	display: none;
}

.rtc_block_kanisearch #real-time-bukken-count-and-search-button {
	margin-top: 20px;
}

body.es-page-rent-school .rtc_listkani_school .checkbox_list > li:nth-child(n+61),
body.es-page-rent-school .rtc_listkani_highschool .checkbox_list > li:nth-child(n+30),
body.page-id-17962 .rtc_listkani_school .checkbox_list > li:nth-child(n+61),
body.page-id-17962 .rtc_listkani_highschool .checkbox_list > li:nth-child(n+30) {
	display: none;
}


/* ブログ - single
--------------------------------------------- */
.single.single-post table th {
	color: #fff;
	background: #00008b;
}
.single.single-post table thead {
	border-bottom-color: #00008b;
}
body.single.single-post h3 {
	display: block;
	margin-top: 20px;
	padding: 15px 10px;/*文字回りの余白（上下 左右）*/
	color: #333;/*文字色（黒）*/
	font-size: 21px;/*文字サイズ*/
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
	position: relative;
}
body.single.single-post h3::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2.5%;
	transform: translate(-50%, -50%);
	width: 3em;/*円の幅*/
	height: 3em;/*円の高さ*/
	background-color: #d8e1e9;/*円の色（グレー）*/
	border-radius: 50%;
	z-index: -1;
}

body.single.single-post h4 {
	margin-top: 20px;
	padding: 10px;
	border-bottom: 2px solid #00008b;
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: 600;
}

.rtc_tbl_border_b_white table thead {
	border-bottom-color: #fff !important;
}

#article img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
#article .rtc_blogimg_half img {
	aspect-ratio: 16 / 4;
}
#article .rtc_img_height_autonone img {
	aspect-ratio: auto;
}

.rtc_contact_target {
    color: #00008b;
    border: solid 3px #00008b;
    font-weight: 600;
    padding: 0.5em;
    border-radius: 0.5em;
}
.rtc_contact_midashi {
    font-weight: 600;
    color: #3c3c3c;
}
p.rtc_contact_txt {
    margin-top: -20px;
}
/* #article figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

#article img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 80%;
} */

/* その他 - other
--------------------------------------------- */
.clr_orange { color: #CB8C52; }
.bg_yellow { background-color: rgba( 251, 247, 208, 1 ); }


/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	/* 共通設定 - common
	-------------------------------------------------- */
	.subvisual_cover {
		min-height: auto;
	}
	.subvisual_cover h1 {
		font-size: 21px !important;
	}
	
	
	/* 経営方針 - management_policy
	-------------------------------------------------- */
	.quality_ttl {
		font-size: 21px;
	}
	.quality_ttl span {
		font-size: 18px;
	}
	
	.border_corner::before,
	.border_corner::after {
		width: 60px;
		height: 60px;
	}
	.border_corner::before {
		top: 10px;
		left: 10px;
	}
	.border_corner::after {
		right: 10px;
		bottom: 10px;
	}
	
	.manegement_policy_icons {
		text-align: center;
	}
	
	/* ----- flow:Step ----- */
	.flow {
		margin-left: 10px;
		/*padding-left: 0;*/
	}
	/*.flow::before {
		left: 0;
	}
	.flow > li .icon {
		position: relative;
		margin-left: 30px;
		margin-bottom: 20px;
		top: 0;
		left: 0;
	}
	.flow > li .icon::after {
		left: -10px;
		width: 10px;
		clip-path: polygon( 100% 0, 0 50%, 100% 100% );
		height: 10px;
		background: rgba( 0, 0, 139, 1 );
		border: none;
	}*/
	.flow > li dl {
		padding-left: 35px;
	}
	.flow > li dl::before {
		margin-top: 0;
	}
	.flow > li dl::after {
		width: 10px;
	}

	.flow > li dl dd {
		flex-direction: column;
	}
	.flow > li dl dd img {
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* ----- [●--- がずれた場合] ----- */
	.flow > li:first-child dl::before {
		top: 12px;
	}
	.flow > li:not(:first-child) dl::after {
		top: 18px;
	}
	
	
	/* 売却のご案内 - sale_information
	--------------------------------------------- */
	.table_sp {
		overflow-x: scroll;
	}
	.table_sp table {
		width: 680px;
	}
	.table_sp table td { font-size: 14px; }
	
	.list_saleflow {
		padding: 0;
	}
	.list_saleflow > li {
		padding: 10px;
	}
	.list_saleflow > li .step_a, .list_saleflow > li .step_b {
		padding: 10px;
		margin-right: 2px;
		width: 60px;
		font-size: 12px;
		text-align: center;
	}
	.list_saleflow > li .last_arrow::after {
		bottom: -35px;
	}
	.list_saleflow > li .flow_caption {
		margin-left: 5px;
		font-size: 12px;
	}
	
	
	/* 採用情報 - recruit
	-------------------------------------------------- */
	.rtc_page_cover {
		min-height: 200px;
	}
	.rtc_border_left {
		margin-left: 10px;
		padding: 5px 10px;
	}
	.rtc_icon_check {
		display: flex;
	}
	.rtc_work_capsule {
		margin-left: 20px;
	}
	
	.rtc_work_imgs > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		margin-bottom: 30px;
	}
	
	.rtc_flex_double > .uagb-columns__inner-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	.rtc_flex_double > .uagb-columns__inner-wrap > .wp-block-uagb-column {
		width: 50% !important;
	}
	.rtc_tbl_recruit tr td:first-of-type,
	.rtc_tbl_recruit tr td:last-of-type {
		display: block;
		width: 100% !important;
	}
	
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
	
	/* 
	-------------------------------------------------- */
	.simple_search_block__inner form .checkbox_list li,
	.simple_search_block__inner form .checkbox_list li.long-label {
		min-width: 49%;
	}
}

