/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 06 2023 | 03:08:29 */
/* トップ - top
-------------------------------------------------- */
#masthead .site-logo-img .custom-logo {
	max-width: 300px;
	max-height: auto;
}

.icon_title::before {
	content: '';
	display: block;
	margin: 0 auto 10px;
	width: 100px;
	height: 100px;
	background-image: url( '/wp-content/uploads/sites/977/2023/03/favicon-1.png' );
	background-size: cover;
}

.top_sale_icons figure img {
	width: 200px;
	height: auto;
}
.top_sale_icons p {
	margin-bottom: 0 !important;
}

/* 背景 - Background
-------------------------------------------------- */
.stripe_bg > span {
	background-size: auto auto;
	background-color: rgba(238, 238, 238, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 20px, rgba(255, 255, 255, 1) 20px, rgba(255, 255, 255, 1) 23px );
}

/* 物件情報の背景
-------------------------------------------------- */
.es_new_block .es-list .wp-block-column {
	background-color: #fff;
}


/* 売却相談 - sales_consultation
-------------------------------------------------- */
h3.sale_pattern_ttl {
	margin-top: 50px;
	line-height: 1 !important;
}
h3.sale_pattern_ttl span {
	font-size: 14px !important;
	color: #333;
}

.plan_ttl_capsule_type {
	color: #fff;
	letter-spacing: .1em;
	background-color: #ec8427;
	border-radius: 30px;
}

.sale_points .uagb-column__wrap {
	overflow: visible !important;
}

.sale_sub_title {
	position: relative;
	margin-bottom: 0 !important;
	padding: 10px 30px;
	color: #fff !important;
	font-weight: bold;
	background-color: #F18101;
	border-radius: 30px;
}
.sale_points p {
	margin-bottom: 0;
	padding: 20px 30px;
}

.sale_point01::after,
.sale_point02::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: contain;
}

.sale_point01::after {
	width: 270px;
    height: 55px;
    top: 35%;
	background-image: url( '/wp-content/uploads/sites/977/2023/03/sales_consultation_02.png' );
}

.sale_point02::after {
	width: 110px;
    height: 100px;
	background-image: url( '/wp-content/uploads/sites/977/2023/03/sales_consultation_04.png' );
}
.btn_inquiry a::before {
	margin-right: 10px;
	content: '\f0e0';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}


/* 求人情報 - recruit
-------------------------------------------------- */
.bg_dot {
	overflow: hidden;
}
.bg_dot > span {
	background-color: #fff;
	background-image: radial-gradient( rgba( 255, 255, 255, .2 ) 30%, transparent 10% );
	background-size: 50px 50px;
}

.recruit_message .uagb-column__inner-wrap {
	display: flex;
	align-items: center;
}
.recruit_message .uagb-column__inner-wrap p {
	line-height: 2;
}

dl.recruit_point {
	margin: 50px 0;
	padding: 20px;
	background: #F7F7EE;
}
dl.recruit_point dt {
	margin-bottom: 10px;
	color: #ec8427;
	font-size: 18px;
}
dl.recruit_point dt span {
	display: inline-block;
	margin-right: 10px;
	padding: 0 20px;
	text-align: center;
	min-width: 225px;
	color: #fff;
	background: #ec8427;
}
dl.recruit_point dd {
	font-size: 14px;
}

.recruit_catch {
	position: relative;
}
.recruit_catch p {
	margin-bottom: 10px !important;
}

.recruit_catch::before, 
.recruit_catch::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.recruit_catch::before {
	top: -90px;
    left: -30px;
    width: 550px;
    height: 550px;
	background-image: url( '/wp-content/uploads/sites/977/2023/03/recruit_back01_02.png' );
}
.recruit_catch::after {
	top: -90px;
    right: -50px;
    width: 650px;
    height: 617px;
	background-image: url( '/wp-content/uploads/sites/977/2023/03/recruit_back02.png' );
}

.anker_link_btn p { margin-bottom: 0 !important; }
.anker_link_btn p a {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 200px;
	height: 200px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-color: #ec8427;
	border-radius: 50%;
	text-decoration: none;
}
.anker_link_btn p a::after {
	margin-top: 10px;
	content: '\f078';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.tab_menu {
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	width: 100%;
}
.tab_menu > input[type=radio] {
	display: none !important;
}
.tab_menu > input[type=radio]+label:before,
.tab_menu > input[type=radio]:checked+label:after {
	display: none !important;
}
.tab_recruit {
	margin-right: 15px;
	padding-left: 0 !important;
	width: 200px;
	height: 80px;
	font-size: 16px !important;
	color: #fff;
	background-color: #a9a9a9;
	line-height: 80px !important;
	text-align: center;
	display: block;
	float: left;
	order: -1;
}

.tab_menu > input[type=radio]:checked + .tab_recruit {
	background-color: #ec8427;
	color: #fff;
}
.tab_menu .content {
	display: none;
	padding: 50px 0 20px;
	width: 100%;
	/* border-radius: 10px;
	border: 1px solid #D9D9D9; */
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_menu .content p {
	width: 25%;
}
.tab_menu .content a {
	font-weight: bold;
	font-size: 18px;
	color: #574947;
}
.tab_menu .content a img {
	margin-right: 20px;
	width: 30px;
	height: auto;
}
.tab_menu > input[type=radio]:checked + .tab_recruit + .content {
	display: flex;
}

.recruit_table {
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.recruit_table dt {
	margin: 0 0 10px;
	padding: 20px 30px;
	width: 30%;
	text-align: center;
	color: #fff;
	background-color: #ec8427;
}
.recruit_table dd {
	margin: 0 0 10px;
	padding: 20px 30px;
	width: 70%;
	background-color: #f6f7f7;
}
.recruit_table dd ul {
	margin: 0;
	margin-left: 20px;
}


/* その他 - other
-------------------------------------------------- */
.clr_orange { 
	color: #ec8427;
	font-weight: bold;
}
.maker_yellow {
	background:linear-gradient(transparent 60%, rgba( 244, 212, 32, 1 ) 60%);
}
.for_sp { display: none; }

/* スマホ版：sp
-------------------------------------------------- */
@media ( max-width: 480px ) {
	
	.for_pc { display: none; }
	.for_sp { display: block; }
	
	.cover_height {
		min-height: 200px;
	}
	.cover_height h1 {
		font-size: 24px !important;
	}
	
	.icon_title {
		font-size: 18px !important;	
	}
	
	/* 売却相談 - sales_consultation
	-------------------------------------------------- */
	.sale_points figure img {
		max-width: 30%;
	}
	.sale_points p {
		padding: 20px;
		font-size: 14px;
	}
	.sale_points p br { display: none; }
	
	.point_img figure img {
		max-width: 60%;
	}
	
	.sale_sub_title {
		font-size: 14px !important;
		text-align: center;
	}
	.sale_sub_title::after {
		display: none;
	}
	
	.trouble_box figure {
		text-align: center;
	}
	.trouble_box figure img {
		max-width: 60%;
	}
	
	.plan_ttl_capsule_type {
		margin: 10px;
	    padding: 10px;
		font-size: 16px !important;
	}
	
	
	
	/* 求人情報 - recruit
	-------------------------------------------------- */
	.recruit_catch p {
		font-size: 21px !important;
	}
	.recruit_catch .uagb-column__inner-wrap p:nth-child(5), .recruit_catch .uagb-column__inner-wrap p:nth-child(6) {
		font-size: 14px !important;
	}
	.recruit_catch figure img {
		width: 60%;
	}
	.recruit_catch::before, .recruit_catch::after {
		display: none;
	}
	
	.anker_link_btn .uagb-columns__inner-wrap {
		display: flex;
		justify-content: space-between;
	}
	.anker_link_btn .uagb-columns__inner-wrap > div {
		width: 33.3%;
	}
	.anker_link_btn p a {
		font-size: 14px;
		width: 100px;
		height: 100px;
		line-height: 1.25;
	}
	
	dl.recruit_point dt span {
		display: block;
	}
	dl.recruit_point dt {
		font-size: 16px;
		text-align: center;
	}
	
	.tab_recruit  {
		margin-right: 0;
		width: 100%;
	}
	.tab_menu .content {
		padding-left: 0;
	}
	.recruit_table dt {
		margin-bottom: 0;
	}
	.recruit_table dd {
		font-size: 14px;
	}
	.recruit_table dt, .recruit_table dd {
		width: 100%;
	}
	
	
	
	/* スマホ時に反転させる
	-------------------------------------------------- */
	.flex_reverse_sp > .uagb-columns__inner-wrap {
		display: flex;
		flex-direction: column-reverse;
	}
}