@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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #242422;
	--color-primary: #3CDED5;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #999;
	--color-secondary: #4B4B4B;
	--color-table-border: #ccc;
	--color-table-th: #D9D9D9;
	--body-font-family: 'Noto Serif JP', serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #3CDED5;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #999;
	/*------▼フッター設定▼------*/
	--footer-background: #333333;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
		font-family: 'Noto Serif JP', serif;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn{
		flex-direction: row;
		color: #333;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: bolder;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	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(--px100);
}
*/
#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_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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@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 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post .linkBtn {
	width: auto;
	max-width: none;
	padding: 14px 60px;
	background: none;
	border: 1px solid var(--color-font);
	border-radius: 0;
	color: var(--color-font);
	line-height: 1.4;
}
.post .linkBtn::after {
	border-color: var(--color-font);
}
.post .linkBtn:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .linkBtn {
		padding: 14px 30px;
	}
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line th {
		padding-bottom: 5px;
	}
	.post table.tbl_line td {
		padding-top: 0;
	}
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
/**/
.f_min {
	font-family: var(--font-family02);
}
.f_word {
	color: var(--color-primary);
	font-size: min(calc(14rem + (1vw - 1.92rem) * 3.8835), 14rem);
	font-family: "Allison", cursive;
	line-height: 1;
	transform: rotate(-2deg);
	text-align: center;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1 b,
#front-sectionPost span span:first-child {
	display: block;
	font-size: 130%;
	font-weight: normal;
	font-family: "Lora", serif;
	line-height: 1.1;
}
.post h1 b+span,
#front-sectionPost span span+span {
	display: block;
	font-size: 50%;
}
/**/
.ttl_box {
	position: relative;
	padding-left: 80px;
}
.ttl_box h1 {
	position: initial;
}
.ttl_box h1::after {
	display: block;
	width: 100px;
	height: 1px;
	background: var(--color-font);
	content: "";
}
.ttl_box h1 b {
	position: absolute;
	top: 0;
	left: 0;
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.ttl_box {
		padding-left: 60px;
	}
}
/**/
#top_concept .txt {
	padding: 0 5%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_concept .txt {
		position: relative;
		width: 50%;
	}
	#top_concept .photo {
		width: 50%;
	}
	#top_concept .f_word {
		position: absolute;
		left: 0;
		bottom: 2%;
		width: 100%;
		font-size: 10vw;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_concept .txt {
		padding-right: 10%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_concept .txt {
		position: relative;
		padding-bottom: 0 !important;
		z-index: 2;
	}
	#top_concept .f_word {
		position: relative;
		margin-bottom: -0.5em;
	}
}
/**/
#top_service::before,
#top_property::before {
	left: auto;
	right: 0;
	margin-left: 0;
	width: 80vw;
	background: #F5F5F5;
}
#top_service::after {
	background: #3A3A3A;
}
#top_service .ttl_box {
	color: #fff;
	padding-left: 130px;
}
#top_service .ttl_box h1 {
	color: #fff;
	text-align: left;
}
#top_service .ttl_box h1::after {
	background: #fff;
}
#top_service .ttl_box .linkBtn {
	border-color: #fff;
	color: #fff;
}
#top_service .ttl_box .linkBtn::after {
	border-color: #fff;
}
#top_service li a {
	display: block;
	color: var(--color-font);
}
#top_service li a .photo {
	overflow: hidden;
}
#top_service li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_service li a dt {
	margin: 5px 0;
	font-size: 110%;
}
#top_service li a dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service::after {
		top: -100px;
		height: 80%;
	}
	#top_service li {
		width: 32%;
	}
	#top_service li:first-child {
		padding-top: 100px;
	}
	#top_service li:nth-child(2) {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_service::after {
		height: 100px;
	}
	#top_service .ttl_box::before {
		background: #3A3A3A;
	}
	#top_service .ttl_box {
		padding-left: 100px;
	}
	#top_service li {
		margin-top: 20px;
	}
	#top_service li a {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#top_service li a .photo {
		width: 30%;
	}
	#top_service li a dl {
		width: 65%;
	}
	#top_service li a dt {
		margin-top: 0;
	}
}
/**/
#top_property::before {
	height: calc(100% + 200px);
}
#top_property h1 {
	text-align: left;
}
#top_property h1::after {
	display: block;
	width: 100px;
	height: 1px;
	margin-top: 25px;	
	background: var(--color-font);
	content: "";
}
#top_property .photo {
	position: relative;
}
#top_property .photo .logo {
	position: absolute;
	right: -20px;
	bottom: -50px;
	width: 70%;
	z-index: 3;
}
#top_property .photo ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_property .photo li {
	position: relative;
	width: 36%;
}
#top_property .photo li+li {
	margin-left: -4%;
}
#top_property .photo li:nth-child(1) {
	margin-top: 160px;
	z-index: 3;
}
#top_property .photo li:nth-child(2) {
	z-index: 2;
}
#top_property .photo li:nth-child(3) {
	margin-top: 80px;
	z-index: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_property .txt {
		width: 35%;
	}
	#top_property .photo {
		width: 60%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_property .txt {
		margin-bottom: 30px;
	}
	#top_property .photo .logo {
		right: -10px;
	}
	#top_property .photo li:nth-child(1) {
		margin-top: 80px;
	}
	#top_property .photo li:nth-child(3) {
		margin-top: 40px;
	}
}
/**/
#top_company::before {
	background: #3A3A3A;
}
#top_company .ttl_box,
#top_company .ttl_box h1 {
	color: #fff;
}
#top_company .ttl_box h1 {
	text-align: left;
}
#top_company .ttl_box h1::after {
	background: #fff;
}
#top_company .ttl_box .linkBtn {
	border-color: #fff;
	color: #fff;
}
#top_company .ttl_box .linkBtn::after {
	border-color: #fff;
}
#top_company .photo {
	position: relative;
}
#top_company .photo .f_word {
	position: relative;
	top: -0.6em;
	margin-bottom: -0.6em;
}
#top_company .txt {
	position: relative;
	padding: 0 5%;
	background: #3A3A3A;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_company::before {
		top: 10%;
		left: auto;
		right: 0;
		width: 70vw;
		height: 90%;
		margin-left: 0;
	}
	#top_company .photo,
	#top_company .txt {
		width: 50%;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#top_company .txt {
		padding-right: 10%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_company .txt {
		padding-bottom: 30px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center center / cover;
}
#contact_box h1 {
	color: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	padding: 15px;
	border: 1px solid #fff;
	color: #fff;
	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 b {
	font-weight: 500;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-font);
}
#contact_box .btn .mail a:hover {
	background: none;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .postlist .time {
	background: #424242;
}
#front-sectionPost .linkBtn {
	display: inline-block;
	width: auto;
	max-width: none;
	padding: 10px 5px;
	padding-right: 60px;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	border-radius: 0;
	color: var(--color-font);
	line-height: 1.4;
}
#front-sectionPost .linkBtn::after {
	right: 5px;
	border-color: var(--color-primary);
}
#front-sectionPost .linkBtn:hover {
	color: var(--color-primary);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: normal;
	font-family: "Lora", serif;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	font-family: var(--font-family02);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層
--------------------------------------------------*/
.page-concept #content,
.page-service #content,
.page-company #content {
	padding-bottom: 0 !important;
}
/*--------------------------------------------------
	Service
--------------------------------------------------*/
#service_about .txt::before {
	background: #3A3A3A;
}
#service_about .txt {
	position: relative;
	padding: 0 5%;
	color: #fff;
}
#service_about .txt h2 {
	color: #fff;
	font-size: var(--rem30);
	text-align: left;
}
#service_about .txt h2::after {
	width: 100px;
	height: 1px;
	margin-left: 0;
	background: #fff;
}
#service_about .txt .in {
	position: relative;
	padding-left: 80px;
}
#service_about .num {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: normal;
	font-family: "Lora", serif;
	/* text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff; */
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	/* opacity: 0.3; */
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#service_about .f_word {
	position: absolute;
	bottom: 0.3em;
	left: 0;
	width: 100%;
	font-size: 10vw;
	white-space: nowrap;
}
#service_about .photo {
	position: relative;
}
#service_about .photo_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 100px);
	z-index: -1;
}
#service_about .photo_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_about .txt {
		width: 50%;
	}
	#service_about .photo {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_about .photo {
		margin-bottom: 0 !important;
	}
	#service_about .txt {
		margin-top: 0 !important;
		padding-top: 50px;
	}
	#service_about .txt h2 {
		margin-top: 0;
	}
	#service_about .txt .in {
		padding-left: 50px;
	}
	#service_about .f_word {
		font-size: 18vw;
	}
}
/*--------------------------------------------------
	Concept
--------------------------------------------------*/
#concept_about .txt::before {
	background: #3A3A3A;
}
#concept_about .txt {
	position: relative;
	padding: 0 5%;
	color: #fff;
}
#concept_about .txt h2 {
	position: relative;
	padding-left: 120px;
	color: #fff;
	text-align: left;
}
#concept_about .txt h2::after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100px;
	height: 1px;
	margin: 0;
	background: #fff;
}
#concept_about .f_word {
	position: absolute;
	top: -0.5em;
	right: 5%;
}
#concept_about .rev .f_word {
	left: 5%;
	right: auto;
}
#concept_about .photo {
	position: relative;
}
#concept_about .photo_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 100px);
	z-index: -1;
}
#concept_about .photo_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#concept_about .txt {
		width: 50%;
	}
	#concept_about .photo {
		width: 48%;
	}
	#concept_about .f_word {
		font-size: min(calc(16rem + (1vw - 1.92rem) * 3.8835), 16rem);
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#concept_about .box.rev .txt {
		padding-left: 10%;
	}
	#concept_about .box:not(.rev) .txt {
		padding-right: 10%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#concept_about .photo {
		margin-bottom: 0 !important;
	}
	#concept_about .txt {
		margin-top: 0 !important;
		padding-top: 50px;
	}
	#concept_about .txt h2 {
		margin-top: 0;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_msg h2,
#company_about h2,
#company_access h2 {
	color: #30B1AE;
	text-align: left;
}
#company_msg h2::after,
#company_about h2::after,
#company_access h2::after {
	height: 1px;
	margin-left: 0;
	background: var(--color-font);
}
#company_about .word,
#company_access .word {
	color: rgba(23,86,100,0.2);
	font-size: var(--rem72);
	font-weight: normal;
	font-family: "Lora", serif;
}
/**/
#company_msg .txt::before {
	background: #F5F5F5;
}
#company_msg .txt {
	position: relative;
	padding: 0 5%;
}
#company_msg .f_word {
	position: absolute;
	bottom: 0.3em;
	left: 0;
	width: 100%;
	font-size: 10vw;
	white-space: nowrap;
}
#company_msg .photo {
	position: relative;
}
#company_msg .photo_bg {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 100px);
	z-index: -1;
}
#company_msg .photo_bg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_msg .txt {
		width: 50%;
	}
	#company_msg .photo {
		width: 48%;
	}
}
@media print, screen and (min-width:769px){ /* PCのみ */
	#company_msg .txt {
		padding-left: 8%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_msg .photo {
		margin-bottom: 0 !important;
	}
	#company_msg .txt {
		margin-top: 0 !important;
		padding-top: 50px;
	}
	#company_msg .f_word {
		font-size: 18vw;
	}
}
/**/
#company_about .txt {
	position: relative;
	padding: 0 5%;
	padding-left: calc(5% + 100px);
	background: #F5F5F5;
}
#company_about .word {
	position: absolute;
	top: 50px;
	left: 5%;
	/* 縦書き */
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#company_about th {
	width: 20%;
	white-space: nowrap;
	font-weight: normal;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_about .txt {
		position: relative;
		width: 90%;
		margin-left: -70%;
	}
	#company_about .photo {
		overflow: hidden;
		width: 80%;
		height: 550px;
	}
	#company_about .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_about .word {
		top: 30px;
		left: 8%;
	}
	#company_about .txt {
		margin-top: 0 !important;
		padding-left: calc(5% + 60px);
	}
}
/**/
#company_access::before {
	background: #F5F5F5;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_access::before {
		width: 70vw;
		margin-right: 0;
	}
	#company_access .txt,
	#company_access .word {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_access .word {
		margin-top: 15px;
		text-align: right;
	}
}
/*--------------------------------------------------
	物件情報
--------------------------------------------------*/
#search_box {
	overflow: hidden;
	border: 1px solid #CECECE;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#search_box h2 {
	margin: 0;
	padding: 10px;
	background: #444;
	color: #fff;
	font-size: var(--rem18);
	text-align: center;
}
#search_box h2::after {
	display: none;
}
#search_box .in {
	padding: 20px;
}
#search_box dl {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #D1D1D1;
}
#search_box dt {
	margin-bottom: 5px;
}
#search_box dd {
	padding: 0;
}
#search_box dd input {
	background: #F8F8F8;
}
#search_box dl.box_w2_sp dt {
	width: 100%;
}
#search_box dl.box_w2_sp dd {
	width: 49%;
}
#search_box dd label {
	display: inline-block;
	width: 49%;
}
#search_box .btn {
	position: relative;
}
#search_box .btn input {
	display: block;
	width: 100%;
	padding: 10px;
	background: var(--color-primary);
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 110%;
	font-family: var(--font-family01);
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
#search_box .btn input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#search_box .btn::before {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f002';
	transform: translateY(-50%) translateX(-4em);
	z-index: 9;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#search_box .in {
		display: none;
	}
}
/**/
#property_list {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: 0 5%;
}
#property_list h1 {
	text-align: left;
	line-height: 1.3;
}
#property_list h1::after {
	display: inline-block;
	margin-left: 1em;
	width: 150px;
	border-bottom: 1px solid #111;
	vertical-align: middle;
	content: "";
}
#property_list .box {
	margin-bottom: 40px;
}
#property_list .box h2 {
	margin-bottom: 15px;
	text-align: left;
}
#property_list .box h2::after {
	display: none;
}
#property_list .box .photo a {
	overflow: hidden;
	display: block;
	aspect-ratio: 5 / 4;
}
#property_list .box .photo a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#property_list .box dl {
	font-size: 90%;
}
#property_list .box dt {
	padding: 4px 10px;
	background: #F0F0F0;
	font-weight: normal;
}
#property_list .box dd {
	padding: 6px 10px 10px;
}
#property_list .box dd.price {
	color: #FE0000;
	font-size: 145%;
	font-weight: bold;
}
#property_list .box dd.yield {
	color: #FE0000;
	font-size: 125%;
	font-weight: bold;
}
#property_list .box .ico {
	margin-top: 10px;
}
#property_list .box .ico li {
	display: inline-block;
	margin-right: 10px;
	padding: 0 10px;
	background: #444444;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#search_box {
		width: 24%;
	}
	#property_list .list {
		width: 72%;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#property_list .box {
		width: 31%;
		margin-bottom: 80px;
	}
	#property_list .box .box_w2 dl {
		width: 60%;
	}
	#property_list .box .box_w2 dl+dl {
		width: 40%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#search_box {
		width: 30%;
	}
	#property_list .list {
		width: 65%;
		column-gap: 4%;
	}
	#property_list .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#search_box {
		margin-bottom: 50px;
	}
}
/**/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 5px;
	padding: 0 8px;
	border-color: #fff;
}
/**/
#property_detail h1 {
	padding-bottom: 6px;
	border-bottom: 1px solid #111;
	font-size: var(--rem28);
}
#property_detail h2 {
	margin: 0 0 15px;
	color: #30B1AE;
	font-size: var(--rem24);
	text-align: left;
}
#property_detail h2::after {
	display: none;
}
#property_detail .box dl {
	margin-bottom: 20px;
}
#property_detail .box dt {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	background: #F0F0F0;
}
#property_detail .box dd {
	padding: 0;
	color: #FE0000;
	font-size: 120%;
	font-weight: bold;
}
#property_detail .box dd.price {
	font-size: 160%;
}
#property_detail .ico li {
	display: inline-block;
	margin-left: 10px;
	padding: 0 10px;
	background: #444444;
	color: #fff;
}
#property_detail .photo ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 15px;
}
#property_detail .photo ul li {
	width: 23.5%;
}
#property_detail .point {
	padding: 20px;
	background: #F5F5F5;
}
#property_detail .point h2 {
	padding-bottom: 8px;
	border-bottom: 1px solid #DDDDDD;
}
#property_detail .tbl {
	border-top: 1px solid #DBDBDB;
	border-left: 1px solid #DBDBDB;
}
#property_detail .tbl dl {
	border-right: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}
#property_detail .tbl dt {
	background: #F5F5F5;
	font-weight: 500;
	text-align: center;
}
#property_detail .tbl dt,
#property_detail .tbl dd {
	padding: 10px;
}
#property_detail .map iframe {
	width: 100%;
	height: 450px;
}
#property_detail .btn_contact {
	display: block;
	padding: 18px;
	background: var(--color-primary);
	font-size: 110%;
	font-weight: 500;
	text-align: center;
}
#property_detail .btn_contact:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#property_detail .btn_contact i {
	margin-right: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#property_detail .box dl+dl {
		margin-left: 50px;
		margin-right: auto;
	}
	#photo_main {
		width: 50%;
	}
	#photo_thumb {
		width: 48%;
	}
	#property_detail .point {
		padding: 30px;
	}
	#property_detail .tbl.box_w2 dl {
		width: 50%;
	}
	#property_detail .tbl dl {
		/* フレックス */
		display: flex;
		justify-content: space-between;
	}
	#property_detail .tbl dt {
		width: 20%;
	}
	#property_detail .tbl dd {
		width: 80%;
		padding: 10px 15px;
	}
	#property_detail .tbl.box_w2 dt {
		width: 40%;
	}
	#property_detail .tbl.box_w2 dd {
		width: 60%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#photo_main {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0;
}
.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"] {
	padding: 15px 35px;
	color: var(--color-font);
}