@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #3B1E84;
	--color-primary-shade: #C9B37E;
	--color-primary-tint: #0067A6;
	--color-secondary: #EF796B;
	--color-table-border: #D1D1D1;
	--color-table-th: #F4F2F7;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #111;
	--header-color-primary: #0067A6;
	--header-color-primary-shade: #3B1E84;
	--header-color-primary-tint: #0067A6;
	/*------▼フッター設定▼------*/
	--footer-background: #3B1E84;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Poppins', 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px24);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
	.anchor_link::before {
		padding-top: 100px;
		margin-top: -100px;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_pc { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.home:not(.sticky-header) #header {
		position: fixed !important;
		width:100%;
		top: -125px;
		background: none;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header-upper {
		height: auto;
		background: var(--color-primary);
		color: #fff;
	}
	#header {
		height: auto;
	}
	#header-layout {
		height: 100px !important;
	}
	#header .logo a {
		display: block;
		padding: 5px;
		background: var(--color-primary);
	}
	/**/
	.home:not(.sticky-header) nav#mainNav ul li:not(.current-menu-item) a b:not(:hover) {
		color: #fff;
	}
	nav#mainNav ul li a {
		transition: all 0.3s ease-in-out;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px140);
}
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: var(--px80); }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px24);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px var(--px80);
	border-radius: 0;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.bg_blue::before {
	background: #F4F2F7;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center center / cover;
}
#top_msg h1 {
	padding-top: 125px;
	background: url(/wp-content/uploads/logo.png.webp) no-repeat center top / auto 110px;
	font-size: var(--rem30w);
}
#top_msg .box {
	background: rgba(255,255,255,0.85);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_msg .box ul {
		width: 100%;
		max-width: 750px;
		margin: auto;
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h1 {
		padding-top: 95px;
		background-size: auto 80px;
	}
}
/**/
#top_service::before {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center center / cover;
}
#top_service dl {
	text-align: center;
}
#top_service dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-family: var(--font-family01);
}
#top_service dt img {
	display: block;
	margin-bottom: var(--px20);
}
#top_service dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .box_w2 {
		justify-content: center;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	#top_service dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_recruit::before {
	background: url(/wp-content/uploads/top-recruit-bg.jpg.webp) no-repeat center center / cover;
}
#top_recruit::after {
	background: rgba(0,0,0,0.4);
}
#top_recruit h2 {
	color: #fff;
}
#top_recruit dl {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}
#top_recruit dt {
	margin-bottom: var(--px20);
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem28);
	font-weight: 500;
	font-family: var(--font-family01);
}
#top_recruit dt b {
	display: inline-block;
	margin-right: 15px;
	color: var(--color-primary);
	font-size: var(--rem40);
	font-size: 600;
	vertical-align: middle;
	line-height: 1;
}
#top_recruit dt img {
	display: block;
	margin-bottom: var(--px20);
}
#top_recruit dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_recruit dl {
		width: 48%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_recruit dl+dl {
		margin-top: 20px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box h2+p {
	font-size: var(--rem20);
	font-weight: 500;
}
#contact_box .btn {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
.home #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary-tint);
	color: #fff;
	font-weight: 500;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a b {
	font-size: var(--rem20);
	font-weight: 500;
}
#contact_box .btn a b i {
	font-size: 80%;
}
#contact_box .btn .tel a b {
	font-size: var(--rem28);
	font-family: var(--font-family02);
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_box .btn li {
		width: 48.5%;
	}
	#contact_box .btn a {
		min-height: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg, header#h1Header {
	height: 200px;
	z-index: 2;
}
header#h1Header h1.title span {
	display: inline-block;
	padding-top: 35px;
	background: url(/wp-content/uploads/mark.png.webp) no-repeat center top / 38px auto;
}
#thumbImg::before, header#h1Header::before {
	opacity: .4;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#thumbImg, header#h1Header {
		height: 140px;
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2,
#front-sectionPost h1 {
	font-size: var(--rem30w);
}
.post h2:not([class])::after,
.post h2.noline::after,
.post h2.sub::after {
	display: none;
}
.post h2:not([class]),
#front-sectionPost h1 {
	padding-top: 60px;
	background: url(/wp-content/uploads/mark.png.webp) no-repeat center top / 75px auto;
}
.post h2.sub {
	padding: 0 0 0.5em;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem24w);
	text-align: left;
}
.post h2.sub::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 90px;
	height: 1px;
	background: var(--color-primary-shade);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h2:not([class]),
	#front-sectionPost h1 {
		padding-top: 40px;
		background-size: 44px auto;
	}
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	font-size: var(--rem28);
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	position: relative;
	margin: 0 0 var(--px30);
	padding: 0 0 0.5em;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	text-align: left;
}
.post h3.sub::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 90px;
	height: 1px;
	background: var(--color-primary-shade);
	content: "";
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_about {
	counter-reset: number;
}
#service_about h2 {
	margin: 0 0 var(--px30);
	padding: 0 0 0.5em;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	text-align: left;
}
#service_about h2::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	display: block;
	width: 90px;
	height: 1px;
	background: var(--color-primary-shade);
}
#service_about .box {
	position: relative;
	padding: var(--px120) 0;
}
#service_about .box:first-child {
	padding-top: 0;
}
#service_about .box:last-child {
	padding-bottom: 0;
}
#service_about .box:nth-child(even) {
	flex-direction: row-reverse;
}
#service_about .box:nth-child(even)::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #F4F2F7;
	content: "";
	z-index: -1;
}
#service_about .photo {
	position: relative;
	z-index: 2;
}
#service_about .photo::after {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary-tint);
	font-size: 111px;
	font-weight: 500;
	font-family: var(--font-family01);
	font-style: italic;
	text-align: center;
	line-height: 1;
	counter-increment: number;
	content: "0" counter(number);
	transform: translate(-50%,-50%);
}
#service_about .box:nth-child(even) .photo::after {
	left: auto;
	right: 0;
	transform: translate(50%,-50%);
}
#service_about .txt {
	padding: 20px;
	background: #F4F2F7;
}
#service_about .box:nth-child(even) .txt {
	background: #fff;
}
@media only screen and (max-width: 1240px) {  /* タブレット以下 */
	#service_about .photo::after {
		font-size: var(--rem120);
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_about .box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#service_about .photo {
		position: relative;
		width: 50%;
		margin: var(--px60) 0;
		margin-right: -10%;
	}
	#service_about .txt {
		width: 60%;
		padding: var(--px60) var(--px80);
		padding-left: calc(var(--px60) + 10%);
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#service_about .box:nth-child(even) .photo {
		margin-left: -10%;
		margin-right: 0;
	}
	#service_about .box:nth-child(even) .txt {
		padding: var(--px60) var(--px80);
		padding-right: calc(var(--px60) + 10%);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_about .photo {
		position: relative;
		width: 90%;
		margin: 0 auto -50px;
	}
	#service_about .photo::after {
		font-size: var(--rem80);
	}
	#service_about .txt {
		padding-top: 70px;
	}
}
/*--------------------------------------------------
	不動産売却・査定
--------------------------------------------------*/
.page-real_estate #content {
	padding-top: 0 !important;
}
#real_estate_about .fs20 {
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family01);
}
#real_estate_about .list li {
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.1);
	line-height: 1.5;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	column-gap: 20px;
}
#real_estate_about .list li i {
	width: 54px;
	height: 54px;
	background: rgba(166,166,166,0.2);
	border-radius: 10px;
	color: var(--color-primary-shade);
	font-size: var(--rem20w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#real_estate_about .list {
		gap: 20px;
	}
	#real_estate_about .list li {
		width: calc((100% / 3) - (20px * 2 / 3));
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#real_estate_about .list li+li {
		margin-top: 15px;
	}
}
/**/
#real_estate_strengths .box {
	background: #fff;
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
}
#real_estate_strengths .photo {
	position: relative;
}
#real_estate_strengths .photo span {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	padding: 2px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20);
	font-weight: bold;
	font-family: var(--font-family01);
}
#real_estate_strengths dl {
	padding: 20px;
}
#real_estate_strengths dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem30);
	font-weight: 500;
	font-family: var(--font-family01);
	line-height: 1.5;
}
#real_estate_strengths dd {
	padding: 0;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#real_estate_strengths {
		row-gap: 50px;
	}
	#real_estate_strengths .box {
		width: calc(50% - 25px);
	}
	#real_estate_strengths dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#real_estate_strengths .box+.box {
		margin-top: 30px;
	}
}
/**/
#real_estate_plan .box {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 10px;
}
#real_estate_plan h3 {
	margin-top: 0;
	font-size: var(--rem30);
}
#real_estate_plan h3 span {
	display: block;
	font-size: var(--rem16);
}
#real_estate_plan .ico {
	position: absolute;
	top: 0;
	left: 50%;
	padding: 2px 20px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-weight: bold;
	font-family: var(--font-family01);
	transform: translate(-50%,-50%);
}
#real_estate_plan .txt {
	padding: 20px;
	background: #F4F4F4;
	border-radius: 5px;
	font-weight: 500;
	font-family: var(--font-family01);
}
#real_estate_plan ul li {
	position: relative;
	padding-left: 1.4em;
}
#real_estate_plan ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
#real_estate_plan .box_line {
	border: 3px solid var(--color-primary);
}
#real_estate_plan .box_line h3 {
	color: var(--color-primary);
}
#real_estate_plan .box_line ul li::before {
	color: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#real_estate_plan .box {
		width: calc(50% - 25px);
		padding: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#real_estate_plan .box+.box {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_msg h2 {
	font-size: var(--rem20w);
}
#recruit_msg h2 span {
	display: inline-block;
	box-shadow: 0 -16px 0 #E7EFF4 inset;
}
#recruit_msg .en {
	color: var(--color-primary-tint);
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
	letter-spacing: 0.3em;
	text-align: center;
}
#recruit_msg .en+p {
	line-height: 2.5em;
}
/**/
#recruit_entry h2::after {
	background: var(--color-primary-tint);
}
#recruit_entry .linkBtn {
	background: var(--color-primary-tint);
}
#recruit_entry .linkBtn:hover {
	background: var(--color-primary);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
body.page-company #content {
	padding-top: 0 !important;
}
#company_policy::before {
	top: -50px;
	height: calc(100% + 50px);
	background: url(/wp-content/uploads/company-bg.jpg.webp) no-repeat center center / cover;
}
#company_policy,
#company_policy h2 {
	color: #fff;
}
#company_policy p {
	font-size: var(--rem24);
	font-family: var(--font-family01);
	line-height: 2;
}
/*--------------------------------------------------
	代表挨拶
--------------------------------------------------*/
body.page-greeting {
	background: #F4F2F7;
}
#greeting_about {
	padding: var(--px100);
	background: #fff;
}
#greeting_about h3 {
	position: relative;
	padding-left: 45px;
	font-size: var(--rem30);
	font-weight: bold;
}
#greeting_about h3::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--color-primary-shade);
	content: "";
}
#greeting_about h3 span {
	display: block;
	font-size: var(--rem20);
}
#greeting_about ul.list_disc span {
	font-size: var(--rem24);
	font-family: var(--font-family01);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#greeting_about h3 span {
		display: inline-block;
		margin-left: 1em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#greeting_about {
		padding: 20px;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#search_box dl {
	overflow: hidden;
	border: 1px solid #CECECE;
	border-radius: 10px;
}
#search_box dt {
	position: relative;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem18);
	text-align: center;
}
#search_box dt::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 3rem;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#search_box dt.active:after {
  top: 40%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
#search_box dd {
	display: none;
	padding: 20px;
}
#search_box .list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2em;
	row-gap: 10px;
}
#search_box .madori label {
	display: inline-block;
	margin-right: 2em;
}
#search_box .price {
	/* フレックス */
	display: flex;
	align-items: center;
	column-gap: 10px;
}
#search_box .price input {
	max-width: 150px;
}
#search_box .btn input {
	display: block;
	width: 100%;
	padding: 10px;
	background: var(--color-primary-tint);
	border: none;
	border-radius: 0;
	transition: all 0.3s ease-in-out;
	cursor: pointer
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#search_box dd {
		padding: var(--px40);
	}
}
/**/
#property_list li {
	margin-bottom: var(--px60);
}
#property_list li .photo {
	position: relative;
	margin-bottom: var(--px18);
	border: 1px solid #B5B5B5;
	aspect-ratio: 3 / 2;
}
#property_list li .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list li .ico {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 8px;
	background: #E8F1F6;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	font-size: var(--rem12);
	line-height: 1.4;
}
#property_list li .ttl {
	margin-bottom: 0.6em;
	padding: 0 0 0.4em;
	border-bottom: 1px solid #D7D7D7;
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
	line-height: 1.4;
}
#property_list li .price {
	margin-bottom: 0.6em;
	font-size: 95%;
	font-weight: 500;
}
#property_list li .price b {
	display: inline-block;
	margin-left: 0.5em;
	color: var(--color-secondary);
	font-size: var(--rem18);
	font-weight: 500;
	font-family: var(--font-family01);
}
#property_list li .price b span {
	display: inline-block;
	font-size: var(--rem30w);
	line-height: 1;
}
#property_list li .tbl {
	font-size: 95%;
	text-align: center;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: var(--px20);
}
#property_list li .tbl dl {
	width: calc((100% / 3) - (10px * 2 / 3 ))
}
#property_list li .tbl dt {
	background: var(--color-table-th);
	font-weight: 500;
}
#property_list li .tbl dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#property_list li {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#property_list {
		column-gap: 4%;
	}
	#property_list li {
		width: 48%;
	}
}
/**/
#property_detail h1 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid var(--color-font);
	font-size: var(--rem28);
}
#property_detail h2 {
	position: relative;
	padding-left: 36px;
	font-weight: bold;
	font-size: var(--rem20w);
	font-family: var(--body-font-family);
	text-align: left;
}
#property_detail h2::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	display: block;
	width: 22px;
	height: 22px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#property_detail .ico {
	line-height: 1.4;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
	row-gap: 6px;
}
#property_detail .ico span {
	display: block;
	padding: 6px var(--px40);
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	color: var(--color-primary);
	font-size: var(--rem14);
}
#property_detail .linkBtn.btn_contact {
	display: block;
	font-size: var(--rem20);
}
#property_detail .linkBtn.btn_contact span {
	display: inline-block;
	padding: 6px 0;
	padding-left: 55px;
	background: url(/wp-content/uploads/mail.png.webp) no-repeat left center;
}
#property_detail .linkBtn.btn_contact::after {
	display: none;
}
/**/
#property_detail .tbl {
	border-left: 1px solid var(--color-table-border);
}
#property_detail .tbl dl {
	position: relative;
	margin-bottom: -1px;
	border-top: 1px solid var(--color-table-border);
	border-right: 1px solid var(--color-table-border);
	border-bottom: 1px solid var(--color-table-border);
}
#property_detail .tbl dt,
#property_detail .tbl dd {
	padding: 10px;
}
#property_detail .tbl dt {
	background: var(--color-table-th);
}
#property_detail .tbl .price {
	color: var(--color-secondary);
	font-weight: bold;
}
#property_detail .tbl .price b {
	font-size: var(--rem20w);
	font-weight: bold;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#property_detail .tbl {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#property_detail .tbl dl {
		width: 50%;
	}
	#property_detail .tbl dl.w1 {
		width: 100%;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#property_detail .tbl dl {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#property_detail .tbl dt,
	#property_detail .tbl dd {
		padding: var(--px24);
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#property_detail .tbl dt {
		width: 200px;
		border-right: 1px solid var(--color-table-border);
	}
	#property_detail .tbl dd {
		width: calc(100% - 200px);
	}
}
/**/
#photo_main,
#floor_main {
	aspect-ratio: 3 / 2;
	border: 1px solid #B5B5B5;
}
#photo_main img,
#floor_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb,
#floor_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li,
#floor_thumb li {
	width: calc((100% / 4) - (10px * 3 / 4));
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#photo_main,
	#floor_main {
		width: 55%;
	}
	#photo_thumb,
	#floor_thumb {
		width: 42%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#photo_main,
	#floor_main {
		margin-bottom: 15px;
	}
}
/**/
a.link_map {
	position: relative;
	display: inline-block;
	padding-left: 1.3em;
	color: var(--color-font);
	text-decoration: underline;
	text-underline-offset: 5px;
	line-height: 1.4;
}
a.link_map:hover {
	text-decoration: none;
}
a.link_map::before {
	position: absolute;
	top: 0.2em;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f3c5';
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}