@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=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #012658;
	--color-primary-shade: #000E1B;
	--color-primary-tint: #065DC0;
	--color-secondary: #012658;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #000;
	--header-color-primary: #012658;
	--header-color-primary-shade: #000E1B;
	--header-color-primary-tint: #065DC0;
	/*------▼フッター設定▼------*/
	--footer-background: #000E1B;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Cormorant Garamond', 'Noto Serif JP', serif;
	--font-family03: '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(--px20);
	}
}
/**/
#MESY_FTMFM_footer_bar-wrapper {
	bottom: 42px;
}
#scrollUp {
	right: 10px !important;
	bottom: 105px !important;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header-upper {
	height: auto;
	background: var(--color-primary);
	justify-content: flex-end;
}
#header-upper .gtranslate_wrapper {
	display: flex;
	column-gap: 30px;
}
.gtranslate_wrapper a {
	order: 2;
	color: #fff;
}
.gtranslate_wrapper a:nth-child(3) {
	order: 1;
}
.gtranslate_wrapper a:nth-child(1) {
	order: 6;
}
.gtranslate_wrapper a:nth-child(5) {
	order: 5;
}
.gtranslate_wrapper a.glink span {
	margin: 0 0 0 10px;
	font-size: var(--rem16) !important;
}
body > .gtranslate_wrapper .gt_switcher_wrapper {
	left: 0 !important;
	bottom: 0 !important;
	width: 100%;
	height: 40px;
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 30px;
}
body > .gtranslate_wrapper .gt_switcher_wrapper a.glink img {
	width: 30px !important;
}
@media only screen and (min-width: 1024px) {
	body > .gtranslate_wrapper {
		display: none;
	}
	#header {
		height: 100px;
	}
	#header .logo img {
		max-width: 400px;
	}
	/**/
	nav#mainNav ul li#menu-item-43 a {
		background: var(--header-color-primary-tint);
		transition: all 0.3s ease-out;
	}
	nav#mainNav ul li#menu-item-43 a:hover {
		background: var(--header-color-primary);
	}
	nav#mainNav ul li#menu-item-43 a b,
	nav#mainNav ul li#menu-item-43 a span {
		color: #fff !important;
	}
	nav#mainNav ul li#menu-item-43 a i {
		margin-right: 0.5em;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		margin-top: 2px;
		color: var(--header-color-font) !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){
	#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%;
	}
	#header-upper {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	body > .gtranslate_wrapper .gt_switcher_wrapper {
		column-gap: 5px;
	}
	body > .gtranslate_wrapper a.glink span {
		display: block;
		font-size: 10px !important;
		line-height: 1;
	}
	body > .gtranslate_wrapper .gt_switcher_wrapper a.glink img {
		display: block !important;
		width: 17px !important;
		height: auto !important;
		margin: 0 auto 2px !important;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px140);
}
#footer .gtranslate_wrapper {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px30);
	row-gap: 10px;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 1023px) {
	#footer {
		padding-bottom: 60px;
	}
	#footer .gtranslate_wrapper {
		display: 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: 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 .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%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px var(--px80);
	line-height: 1.4;
}
@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;
}
.txt_c .txt_in {
	display: inline-block;
	text-align: left;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#front-sectionPost h1 {
	color: var(--color-primary);
	letter-spacing: 0;
}
.home .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 160px;
	height: 1px;
	margin: 10px auto 0;
	background: var(--color-primary);
	content: "";
}
.home .post h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem18);
}
.home .post h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem48w);
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
}
#top_about .txt {
	padding: 0 5%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_about .photo,
	#top_about .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_about::before {
		background-position: center top;
		background-size: 100% auto;
	}
	#top_about .txt {
		margin-bottom: var(--px50);
	}
}
/**/
#top_strengths::before {
	top: auto;
	bottom: 0;
	height: 50%;
	background: #E5EBF3;
}
#top_strengths dl {
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
}
#top_strengths dt {
	color: var(--color-primary);
	font-size: var(--rem20w);
	font-family: var(--font-family03);
	text-align: center;
	line-height: 1.4;
}
#top_strengths dt b {
	position: relative;
	top: -25px;
	width: 50px;
	height: 50px;
	margin: 0 auto -10px;
	background: #E5EBF3;
	border-radius: 50%;
	box-shadow: 0 0 810px rgba(0,0,0,0.25);
	font-weight: normal;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_strengths dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_strengths dl {
		width: 31%;
	}
	#top_strengths dd {
		padding: 20px 30px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_strengths dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_philsophy::before {
	background: var(--color-primary);
}
#top_philsophy h1 {
	color: #fff;
}
#top_philsophy h1::after {
	background: #fff;
}
#top_philsophy dl {
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0,0,0,0.25);
}
#top_philsophy dt {
	color: var(--color-primary);
	font-size: var(--rem20w);
	font-family: var(--font-family03);
	text-align: center;
	line-height: 1.4;
}
#top_philsophy dt b {
	position: relative;
	top: -25px;
	width: 50px;
	height: 50px;
	margin: 0 auto -10px;
	background: #FFF;
	border-radius: 50%;
	box-shadow: 0 0 810px rgba(0,0,0,0.25);
	font-weight: normal;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_philsophy dt span {
	display: inline-block;
	padding-bottom: 4px;
	border-bottom: 4px solid #E5EBF3;
}
#top_philsophy dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_philsophy dl {
		width: 31%;
	}
	#top_philsophy dd {
		padding: 20px 30px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_philsophy dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_service dl {
	padding: 10px;
	background: var(--color-primary);
	color: #fff;
	font-weight: 500;
	text-align: center;
}
#top_service dd {
	padding: 10px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_service .box_w2 {
		justify-content: flex-start;
		row-gap: 20px;
		column-gap: 2%;
	}
	#top_service dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_service .box_w2 {
		column-gap: 4%;
	}
	#top_service dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_service dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_flow::before {
	background: var(--color-primary);
}
#top_flow .txt {
	padding: 0 5%;
	background: #fff;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_flow .photo {
		width: 60%;
	}
	#top_flow .txt {
		position: relative;
		width: 50%;
		margin-top: 10%;
		margin-right: -10%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_flow .txt {
		position: relative;
		width: 90%;
		margin: 0 auto -50px;
	}
}
/**/
#top_property::before {
	background: #E5EBF3;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: rgba(255,255,255,0.8);
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-primary);
	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(--rem24);
	font-weight: bold;
}
#contact_box .btn .tel a b {
	font-size: var(--rem36);
	font-weight: 500;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-tint);
	color: #fff;
}
#contact_box .btn .line a {
	background: #06C755;
	color: #fff;
}
#contact_box h2 {
	font-size: var(--rem24w);
	font-weight: normal;
	letter-spacing: 0;
}
#contact_box .sns {
	justify-content: center;
	column-gap: var(--px50);
	row-gap: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 3);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#contact_box .sns img {
		width: 80px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .sns {
		width: 200px;
		max-width: 100%;
		margin: auto;
	}
	#contact_box .sns img {
		width: 60px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::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: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
	content: "";
	z-index: -1;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2.noline::after {
	display: none;
}
.post h2.fs {
	font-size: var(--rem24w);
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	サービス案内
--------------------------------------------------*/
#service_about h3 {
	padding: 0;
	border: none;
	text-align: center;
}
#service_about h3::after {
	display: block;
	width: 90px;
	height: 2px;
	background: var(--color-primary);
	margin: var(--px20) auto 0;
	content: "";
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_about .box:nth-child(even) {
		flex-direction: row-reverse;
	}
	#service_about .txt {
		width: 45%;
		padding-top: var(--px50);
		padding-bottom: var(--px50);
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#service_about .photo {
		width: 50%;
	}
	#service_about .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_about .box+.box {
		margin-top: 50px;
	}
	#service_about .txt {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	ご契約・入居の流れ	
--------------------------------------------------*/
ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: var(--px50);
	border-radius: 10px;
	background: #f2f2f2;
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: 1px solid #666;
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
.post .flowlist02 > li > dl dd .txt_link {
	color: var(--color-primary-tint);
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
/*--------------------------------------------------
	成約物件
--------------------------------------------------*/
@media print, screen and (min-width: 800px) {
	.category-property .post4b {
		justify-content: flex-start;
		column-gap: 2%;
	}
	.category-property .post4b li {
		width: 32%;
	}
	.category-property .post4b .post4b_img a {
		display: block;
		aspect-ratio: 3 / 2;
	}
	.category-property .post4b .post4b_img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
		max-height: none;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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"] {
	padding: 15px 35px;
}


/* アイキャッチ画像上のタイトル見出しを見やすく20260126 */

