@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "Noto Sans JP", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front-sectionPost .postlist li {
	border: none!important;
}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}

#front-sectionPost {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 16px 0;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #fff !important;
	background: #920D14;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

.post4b li .post4b_contents {
	/*  opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #920D14;
}

.post_link a {
	color: #262626!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 1.8;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--rem48);
	color: #fff;
	background: #920D14;
	white-space: nowrap;
	padding: 4px 16px;
	width: fit-content;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header a.head_btn {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #F39801;
	color: #fff;
	flex-direction: unset;
	flex-wrap: wrap;
	width: 180px;
}
#header a.head_btn.tel_btn .note {
	font-size: 10px;
}
#header a.head_btn.mail_btn {
	background: #920D14;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #262626;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 700;
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a:hover b {
	color: #920D14;
}
nav#mainNav ul li.current-menu-item a b {
	text-decoration: underline;
	text-underline-offset: 4px;
}
nav#mainNav ul li ul.sub-menu li a,
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #f5f5f5;
	color: #920D14;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #920D14;
	color: #fff;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #920D14;
}
.spmenu #menu p {
	color: #920D14;
	white-space: nowrap;
}

a#scrollUp {
	background: #920D14;
}

#footer {
	padding: 30px;
}
#footer,
#copyright {
	color: #fff;
	background: #920D14;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}

.inner {
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
}

h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #262626;
	line-height: 1.4;
	font-weight: 400;
	display: block;
	margin-bottom: 35px;
	position: relative;
}

.post h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #262626;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--rem60);
	line-height: 1.4;
	color: #920D14;
	text-align: center;
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 35px!important;
}
h2.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem18);
	font-weight: 500;
	color: #920D14;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: fit-content;
	margin-inline: auto;
}
h2.title .ja::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
}

.post h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #262626;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #262626;
}

.post h4::before {
	background: #920D14;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 1px;
	background: unset;
	border-radius: 0;
	width: fit-content;
	margin-top: 40px;
	margin-inline: auto;
	max-width: unset;
	color: #920D14;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	width: 45px;
	height: 45px;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #920D14;
	opacity: .7;
}

.cta {
	padding: 80px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
}
.cta .inner {
	background: rgba(255, 255, 255, .9);
	padding: 50px 5%;
}
.cta .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 15px;
}
.cta a {
	width: 300px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #fff;
	font-size: 18px;
	padding: 16px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
}
.cta a.telLink {
	background: #F39801;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #922034;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.topNews {
	padding: var(--px120) 0;
}

.topAppeal {
	padding: var(--px100) 0;
	background: #F5F5F5;
}
.topAppeal h2 {
	font-weight: 700;
	color: #920D14;
	font-size: var(--rem40);
}
.topAppeal h2 span {
	font-size: var(--rem60);
}
.topAppeal ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 20px;
	margin-bottom: 20px;
}
.topAppeal li {
	border: solid 3px #920D14;
	background: #fff;
	padding: var(--px40);
	text-align: center;
}
.topAppeal li p {
	font-family: "Noto Serif JP", serif;
	color: #920D14;
	line-height: 1.5;
	font-weight: 700;
	font-size: var(--rem18);
	margin: 0;
}
.topAppeal li .check {
	width: 30px;
	margin-bottom: 12px;
	margin-inline: auto;
}
.topAppeal li .check img {
	width: 100%;
}
.topAppeal .underline {
	height: 24px;
	width: 100%;
}
.topAppeal .underline img {
	width: 100%;
	height: 24px;
	object-fit: cover;
}

.topSolution {
	padding-bottom: var(--px120);
}
.topSolution .head {
	text-align: center;
	margin-bottom: 50px;
	background: #920D14;
}
.topSolution .head .inner {
	position: relative;
	padding: var(--px40);
}
.topSolution .human {
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 200px;
	max-width: 20%;
}
.topSolution h2 {
	font-weight: 700;
	color: #fff;
	font-size: var(--rem48);
	margin: 0;
}
.topSolution .human img {
	width: 100%;
}
.topSolution .lead {
	text-align: center;
	margin-bottom: 40px;
}
.topSolution ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 20px;
}
.topSolution h3 {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	margin-top: 20px;
	font-weight: 700;
}

.topCase {
	padding: var(--px120) 0;
	background: #F5F5F5;
}
.topCase ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.topCase li {
	display: flex;
	gap: 60px;
}
.topCase .box01 {
	width: 50%;
	position: relative;
	padding: var(--px40);
	background: #fff;
}
.topCase .box01::after {
	content: '';
	display: inline-block;
	background: #920D14;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: -42px;
	transform: translateY(-50%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.topCase .box02 {
	width: 50%;
	padding: var(--px40);
	background: #fff;
	border: solid 3px #920D14;
}
.topCase li span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}
.topCase li img {
	width: 100%;
}

.topVoice {
	padding: var(--px120) 0;
}
.topVoice ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 25px;
}
.topVoice li {
	background: #F5F5F5;
	padding: var(--px40);
}
.topVoice li .image {
	margin-bottom: 20px;
}
.topVoice li img {
	display: block;
	width: 100%;
	max-width: 150px;
	margin-inline: auto;
}
.topVoice li span {
	display: block;
	text-align: center;
	margin-top: 10px;
	font-weight: 500;
}

@media print, screen and (max-width: 1023px) {
	.topAppeal ul {
		grid-template-columns: repeat(2,1fr);
	}

	.topSolution ul {
		grid-template-columns: repeat(2,1fr);
		gap: 40px 20px;
	}

	.topVoice ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media print, screen and (max-width: 768px) {
	.topAppeal li {
		padding: var(--px40) var(--px20);
	}

	.topSolution ul {
		grid-template-columns: repeat(1,1fr);
	}

	.topCase li img {
		display: block;
		max-width: 180px;
		margin-inline: auto;
	}
	.topCase li {
		flex-direction: column;
	}
	.topCase .box01 {
		width: 100%;
	}
	.topCase .box01::after {
		top: unset;
		right: unset;
		left: 50%;
		bottom: -42px;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.topCase .box02 {
		width: 100%;
	}

	.topVoice ul {
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 table th,
.company.sec01 table td {
	background: unset;
	border: none;
}
.company.sec01 table th {
	color: #920D14;
}
.company.sec01 table tr {
	border-bottom: 1px solid #CCCCCC;
}

.company.sec01 table tr:first-child {
	border-top: 1px solid #CCCCCC;
}
.company.sec01 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
事業内容
------------------------------*/
.service .sub {
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	color: #920D14;
	font-size: var(--rem48);
	line-height: 1.3;
	margin-bottom: 40px;
}
.service .sub span {
	display: block;
	font-size: var(--rem24);
}
.service .flowList {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service .flowList li {
	position: relative;
	background: #fff;
	padding: var(--px40);
}
.service .flowList li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #920D14;
	width: 50px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: -45px;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.service .flowList h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem30);
	display: flex;
	align-items: center;
	gap: 12px;
}
.service .flowList h3 span {
	line-height: 1.2;
	display: inline-block;
	background: #920D14;
	padding: 4px 12px;
	text-align: center;
	color: #fff;
	font-size: var(--rem20);
}

.service.sec01 {
	padding-bottom: var(--px120);
}
.service.sec01 .copy {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: var(--rem48);
	font-weight: 700;
	line-height: 1.6;
	color: #920D14;
	margin-bottom: 40px;
}
.service.sec01 .lead {
	text-align: center;
	margin-bottom: 50px;
}
.service.sec01 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px 20px;
}
.service.sec01 h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	text-align: center;
	margin-top: 20px;
	font-size: var(--rem20);
}
.service.sec01 h3 span {
	font-size: var(--rem36);
	color: #920D14;
	display: block;
}

.service.sec02 {
	padding: var(--px120) 0;
	background: #F5F5F5;
}
.service.sec02 .btnFlex {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.service.sec02 .btnFlex a {
	background: #922034;
	padding: 18px;
	text-align: center;
	color: #fff;
	display: block;
	width: 280px;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
.service.sec02 .lead {
	text-align: center;
	margin-bottom: 50px;
}

.service.sec03 {
	padding-top: var(--px120);
}
.service.sec03 .lead {
	text-align: center;
	margin-bottom: 50px;
}
.service.sec03 .flowList li {
	background: #F5F5F5;
}

@media print, screen and (max-width: 1023px) {
	.service.sec01 ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media print, screen and (max-width: 768px) {
	.service.sec01 .copy {
		margin-bottom: 30px;
	}
	.service.sec01 .lead {
		text-align: left;
		margin-bottom: 40px;
	}
	.service.sec01 ul {
		grid-template-columns: repeat(1,1fr);
	}
	.service.sec01 h3 {
		font-size: var(--rem30);
	}

	.service.sec02 .lead {
		text-align: left;
		margin-bottom: 40px;
	}
	.service.sec03 .lead {
		text-align: left;
		margin-bottom: 40px;
	}
}

/*-----------------------------
お取り扱い物件
------------------------------*/
.properties.sec01 h2.title {
	margin-bottom: 80px!important;
}
.properties.sec01 .logo {
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
	margin-bottom: 30px;
}
.properties.sec01 .logo img {
	width: 100%;
}
.properties.sec01 .box {
	background: #F5F5F5;
	padding: var(--px60) var(--px40);
	text-align: center;
}

@media print, screen and (max-width: 768px) {
	.properties.sec01 h2.title {
		margin-bottom: 60px!important;
	}
	.properties.sec01 .logo {
		max-width: 300px;
		margin-bottom: 20px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
	max-width: 300px;
	margin-inline: auto;
}
body.page-contact .post table th {
	background: #F5F5F5;
	color: #262626;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #920D14;
	padding: 20px;
	width: 100%;
}
.post .subimitarea .linkBtn::before {
	display: none;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li.current-menu-item a:hover b {
		color: #262626;
	}
	nav#mainNav ul li.current-menu-item a b {
		text-decoration: unset;
	}

	#sp-header .inner #header-layout nav#sp-mainNav .inner ul li a {
		font-family: "Noto Serif JP", serif;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	.cta {
		padding: 50px 0;
	}
	.cta .inner {
		padding: 30px 5%;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}