@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=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-background02: #FCFAF7;
    --color-font: #333;
    --color-primary: #D87640;
    --color-primary-shade: #4052D8;
    --color-primary-tint: #63B220;
    --color-secondary: #DC804E;
    --color-secondary-tint: #eee;
    --color-table-border: #ccc;
	--body-font-size: clamp(16px, 1.1vw, 18px); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1100px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #000;
    --header-color-primary: #DC7E4E;
    --header-color-primary-shade: #111;
    --header-color-primary-tint: #aaa;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
    --footer-color-font: #333;
    --footer-color-primary: #E0783F;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Open Sans', system-ui;
	--font-family03: 'Shippori Mincho', system-ui;
	/*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .8vw, 12px);
    --font-size14: clamp(12px, .8vw, 14px);
    --font-size16: clamp(14px, .94vw, 16px);
	--font-size18: clamp(14px, 1.1vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.4vw, 22px);
    --font-size24: clamp(18px, 1.6vw, 24px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size32: clamp(24px, 1.7vw, 32px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size50: clamp(26px, 2.61vw, 50px);
    --font-size70: clamp(35px, 3.7vw, 70px);
	/*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-100: clamp(60px, 5.42vw, 100px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}
::selection {
  background-color: var(--color-primary);
}
/* == 非表示 =================================================== */
.post h2, .post h3, .post h4 {
	padding: 0;
	margin: 0; 
	border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
	content: none;
}
/* == ヘッダー調整/header =================================================== */
@media print, screen and (min-width: 1024px) {
/* ========================
ヘッダー下部
======================== */
    #header {
        height: 100px;
    }
/* ========================
スティッキーヘッダー
======================== */
    .sticky-header #header-layout {
        height: 100px;
    }
/* ========================
ヘッダー下部__グローバルナビ
======================== */
	#header .header__nav-contact {
		padding-right: var(--px30);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: bold;
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a b {
		font-weight: 600;
		font-size: var(--font-size18);
		font-family: var(--font-family02);
/* 		font-style: italic; */
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary);
	}
	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: transparent;/* アクション時の背景色の設定 */
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);/* アクション時の文字色（下部）の設定 */
	}
	
	/*------ヘッダー下部__コンタクトボタン
--------------------------------------------*/
    #header a.head_btn {
        font-size: var(--font-size18);
    }
	#header ul.header__contact li {
		height: 60px;
	}
	#header a.head_btn {
		border-radius: 50vw;
		min-width: 170px;
		font-size: var(--font-size18);
		font-weight: 600;
		font-family: var(--font-family02);
	    background: linear-gradient(135deg, #D56A32, #F7CDB8);
	}
	#header a.head_btn:hover {
		background: linear-gradient(135deg, #D56A32, #F7CDB8);
		opacity: .6;
	}
	#header a.head_btn::before {
		display: none;
	}
}
/* == トップ記事投稿（archive） =================================================== */
#front_top_content, #front_bottom_content {
	background: transparent;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2)* -1);
    margin-right: calc(((100vw - 100%) / 2)* -1);
}
#front-sectionPost {
	width: 90%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
/* == リスト表示 =================================================== */
/* == フッター調整/footer =================================================== */
#footer {
    padding-bottom: 0;
	padding-top: 0;
}
#footer .inner {
    max-width: 100%;
    width: 100%;
    padding: 15px 0 0;
	background: #FFF;
}
#footer a {
	transition: .5s;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #333;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
.footer-content {
    background-image: url(/wp-content/uploads/footer_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: var(--px80) 0;
    position: relative;
}
.footer-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--footer-color-primary);
    top: 0;
    left: 0;
    z-index: 0;
	opacity: .89; 
}
a.ft-tel {
    font-size: var(--font-size28);
    font-weight: bold;
    font-family: var(--font-family02);
    font-style: italic;
    margin-bottom: var(--px20);
    display: inline-block;
}
a.ft-mail {
    font-weight: bold;
    font-size: var(--font-size16);
    padding-left: 2em;
    text-decoration: underline;
    position: relative;
    display: inline-block;
}
a.ft-mail::before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1;
    content: '\f0e0';
    left: 0;
    top: .1em;
	transition: .3s;
}
a.ft-tel:hover, a.ft-mail:hover, a.ft-tel:hover::before {
	opacity: .6;
}
#footer .content_inner {
    text-align: center;
    position: relative;
    z-index: 0;
}
#footer p, #footer h2, #footer a {
    color: #FFF;
}
#footer p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1em;
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {	
}
@media print, screen and (max-width: 768px) {}
/* == アイキャッチ/eyecatch =================================================== */
header#h1Header h1.title {
    font-size: var(--font-size50);
	display: none;
}
#thumbImg::before, header#h1Header::before {
    opacity: .0;
}
/* == postlist =================================================== */
.postlist li {
    border-bottom: 1px solid #ddd;
}

.postlist .ttls, .postlist .date {
    font-size: 100%;
}

.postlist .time {
    font-size: var(--px16);
    border-radius: 5px;
}
/* == inner/outer =================================================== */
.max_wFull {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
/* body:not(.home) #content.wide {
    padding-bottom: var(--clamp-100);
} */
/* == テキスト調整/text =================================================== */
.post p, .post h2, .post h3, .post h4, .post h5, h1.title {
	color: var(--color-font);
}
.post p {
    font-size: var(--font-size18);
    line-height: 2;
    margin-bottom: 1em;
	font-weight: 400;
}
.post h2 {
    font-size: var(--font-size32);
    line-height: 1.1;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: 1em;
	font-weight: bold;
}
h2 span.px18 {
    font-weight: 500;
}
span.en {
	font-weight: 600;
	font-style: italic;
	font-family: var(--font-family02);
}
span.bold {
	font-weight: bold;
}
span.px12 {
    font-size: var(--font-size12);
}
span.px14 {
    font-size: var(--font-size14);
}
span.px16 {
    font-size: var(--font-size16);
}
span.px18 {
    font-size: var(--font-size18);
}
span.px20 {
    font-size: var(--font-size20);
}
span.px22 {
    font-size: var(--font-size22);
}
span.px28 {
    font-size: var(--font-size28);
}
span.px32 {
    font-size: var(--font-size32);
}
span.px38 {
    font-size: var(--font-size38);
}
span.px50 {
    font-size: var(--font-size50);
}
span.px70 {
    font-size: var(--font-size70);
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == レイアウト調整 =================================================== */
.gap_1 {
    gap: 1%;
}
.flex_1 {
    flex: 1;
}
.w25 {
    width: 25%;
}
.w35 {
    width: 35%;
}
.w45 {
    width: 45%;
}
.w65 {
	width: 65%;
}
.w75 {
    width: 75%;
}
.jc_between {
    justify-content: space-between;
}
.jc_around {
    justify-content: space-around;
}
.jc_evenly {
    justify-content: space-evenly;
}
.align_center {
	align-items: center;
}
.shadow {
    box-shadow: 0 4px 4px #00000026;
}
.content-item+.content-item { 
    padding-top: var(--clamp-80);
}
.txt-inner {
    max-width: 528px;
	width: 94%;
}
.img-area img {
    width: 100%;
}
@media print, screen and (min-width: 769px) {
	.ml-auto {
		margin-left: auto;
	}
	.mr-auto {
		margin-right: auto;
	}
}
@media print, screen and (max-width: 768px) {
    .w25, .w35, .w45, .w55, .w65, .w75 {
        width: 100%;
		margin-bottom: 20px;
    }
	.flex_1 {
		margin-bottom: 40px;
	}
	.txt-inner {
		margin: 0 auto;
	}
}
/* == grid_container =================================================== */
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 20px;
}
.grid-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
	border: 1px solid #DCDDDD;
	border-radius: 5px;
	background: #FFF;
}
.grid-item img {
    width: 100%;
}
.gCol-3 {
	grid-template-columns: repeat(3, 1fr)!important;
}
.gCol-2 {
	grid-template-columns: repeat(2, 1fr)!important;
}
@media print, screen and (max-width: 768px){
	.gCol-2, .gCol-3 {
		grid-template-columns: repeat(1, 1fr)!important;
	}
}
/* == flex-container =================================================== */
.flex-container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.flex-container.wrap {
    flex-wrap: wrap;
}
.flex-container.nowrap {
    flex-wrap: nowrap;
}
.flex-container:has(.flex-container__col-3) {
    align-items: normal;
}
.flex-container__col-2, .col-2 {
    width: calc(50% - 25px);
}
.flex-container__col-3, .col-3 {
    width: calc((100% / 3) - 40px);
}
.flex-container__col-4, .col-4 {
    width: calc((100% / 4) - 10px);
}
.flex-container__col-5, .col-5 {
    width: calc((100% / 5) - 15px);
}
.flex-container__img img {
    width: 100%;
}
.flex-container__text {
    width: 90%;
}
.col-3 p:last-child {
    margin: 0;
}
.col-3 h3 {
    margin-bottom: 0;
    padding-bottom: .5em;
}
.col-5 .img-area {
    width: 82%;
    margin: 0 auto 10px;
}
.col-5 p {
    line-height: 1.5;
}
@media print, screen and (max-width: 1023px) {
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 4) - 15px);
	}
}
@media print, screen and (min-width: 769px) {
    .flex-container__text {
        max-width: 500px;
    }
    .flex-container.rev {
        flex-direction: row-reverse;
    }
}
@media print, screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .flex-container__col-2, .flex-container__col-3, .flex-container__col-4, .col-2, .col-3, .col-4 {
        width: 100%;
        margin-bottom: 20px;
    }
	.flex-container__col-5, .col-5 {
	    width: calc((100% / 2) - 5px);
		margin-bottom: 20px;
	}
    .flex-container__text {
        margin: 0 auto;
    }
}
/* == テーブル、マップ調整/table,map =================================================== */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.5em;
    vertical-align: middle;
	font-size: var(--font-size18);
	border-bottom: 2px dashed #BEBEBE;
}
.post table th {
	color: #FFF;
	background: transparent;
	font-weight: 500;
	position: relative;
}
.post table th::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - .8em);
    background: #DC804E;
    left: 0;
    top: .4em;
    z-index: -1;
}
.post table td {
	color: var(--color-font);
	font-weight: 400;
	background: #FFF;
}
.page-content table th, .page-content table td {
	text-align: justify;
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
		display: block;
		font-size: var(--font-size16);
    }
}
/* == ボタン調整/btn =================================================== */
.btn_container {
    display: flex;
}
a.btn, .linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    transition: .5s;
    color: var(--color-font);
    background: #FFF;
    font-size: var(--font-size18);
    font-weight: 500;
    line-height: 1.5;
    padding: 1.5em 2em;
    width: 90%;
    max-width: 300px;
    text-align: center;
    border-radius: 50px;
	box-shadow: 0 3px 20px #00000020;
}
a.btn:hover, .linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
    transform: translateY(-5px);
	box-shadow: 0 4px 6px #00000020;
	color: #DC7E4E;
	background: #FFF;
}
a.btn::after, .linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
	margin-top: 0;
}
a.btn:hover::after, .linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
	border-right: 1px solid #DC7E4E;
	border-bottom: 1px solid #DC7E4E;
}
.wpcf7 .linkBtn {
    padding: 0;
}
.wpcf7 .linkBtn:hover input[type="submit"] {
    color: var(--color-primary);
}
.wpcf7 table th {color: var(--color-font);vertical-align: top;}

.wpcf7 table th::before {
    background: transparent;
}
.wpcf7-form .must {
	border-radius: 5px;
}
.wpcf7 .linkBtn {
    background: #7CAF70;
    border-radius: 10px;
    width: 90%;
    max-width: 550px;
}

.wpcf7 .linkBtn::after {
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}

@media print, screen and (max-width: 768px) {}
/* == メインビジュアル / MV =================================================== */
/* == トップ、下層調整/ .top-content, .page-content =================================================== */
.top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
	z-index: -1;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* ========================
トップ調整 / .top-content
======================== */
.top-content {
    padding: var(--clamp-100) 0;
}
.top-content_about {
    background-image: url(/wp-content/uploads/top_about_bg.png);
    background-size: cover;
    background-position-y: bottom;
    text-align: center;
}
.top-content_service {
    background-color: var(--color-background02);
}
.service-content {
    position: relative;
}
.service-content + .service-content {
    margin-top: var(--px60);
}
.service-content .txt-area {
    position: absolute;
    z-index: 1;
    top: 0;
    max-width: 600px;
	width: 50%;
    height: 100%;
    padding: max(3%, 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-content .txt-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .9;
    z-index: -1;
}
.service-content .txt-area a.linkBtn {
    min-width: 300px;
}
.service-content h3, .service-content p {
    color: #FFF;
} 
.service-content-01 .txt-area {
    right: 0;
}
.service-content-01 .txt-area::before {
    background: #DC7E4E;
}
.service-content-02 .txt-area {
    left: 0;
}
.service-content-02 .txt-area::before {
    background: #9ABC6B;
}
.top-content_features {
    background-image: linear-gradient(0deg, transparent 20px, #F8F8F8 22px),linear-gradient(90deg,  transparent 20px, #F8F8F8 22px);
    background-color: #ffffff;
    background-size: 22px 22px;
}
.top-content_features h3 {
    text-align: center;
    padding: 1em 0;
    margin: .3em 0 .5em;
    position: relative;
}
.top-content_features h3::before {
    content: '';
    position: absolute;
    width: 2em;
    height: 4px;
    background: red;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-content_features .feature-01 h3::before {
    background: var(--color-primary);
}
.top-content_features .feature-02 h3::before {
    background: var(--color-primary-tint);
}
.top-content_features .feature-03 h3::before {
    background: var(--color-primary-shade);
}
@media print, screen and (max-width: 1023px) {
	.service-content .txt-area {
		position: relative;
		max-width: 100%;
		width: 100%;
	}
}
@media print, screen and (min-width: 769px) {
	.top-content_features .feature-02 {
		margin-top: var(--px100);
	}
}
@media print, screen and (max-width: 768px) {
	.top-content_service img {
		aspect-ratio: 2/1;
		object-fit: cover;
	}
}
/* ========================
下層調整 / .page-content
======================== */
body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.category-news #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide {
    padding: var(--px60w) 0 var(--px60);
}
.page-content {
    padding: var(--clamp-60) 0;
}
.page-content_service .content_wrapper {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-80) * -1);
}
.page-content_service .content_wrapper#service01 {
    margin-top: calc(var(--clamp-150) * -1);
}
.page-content_service h3 {
    border-bottom: 2px dotted #BEBEBE;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.page-content_service h4 {
    position: relative;
    padding-left: 1em;
    margin-bottom: .3em;
    font-size: var(--font-size18);
}
.page-content_service h4::before {
    content: '';
    background: var(--color-font);
}
.page-content_service ul p {
    font-size: var(--font-size14);
}
.page-content_flow {
	background: var(--color-background02);
}
.flow-content {
    counter-reset: number 0;
}
.flow-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
	background: #FFF;
}
.flow-item:last-child {
    margin-bottom: 0;
}
.flow-item .title {
	width: 40%;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 5%;
}
.flow-item .text {
    padding: 2%;
    width: 60%;
}
.flow-item .num::before {
    counter-increment: number 1;
    content: '0' counter(number);
    font-family: var(--font-family02);
    font-weight: bold;
    font-size: var(--font-size24);
    background: #7CAF70;
    color: #FFF;
    line-height: 1;
    padding: .35em .45em;
    top: 0;
    left: 0;
    position: absolute;
}
.flow-item p {
    font-size: var(--font-size14);
}
.flow-item p:last-child {
    margin-bottom: 0;
}
.flow-item h3 {
    margin-bottom: 0;
	font-size: var(--font-size22);
}
.flow-item .title::after {
    content: '';
    position: absolute;
    bottom: -18px;
    background-image: url(/wp-content/uploads/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    left: 50%;
    transform: translateX(-50%);
}
.flow-item:last-child .title::after {
    display: none;
}
.page-content_message {
    background-image: linear-gradient(0deg, transparent 20px, #F8F8F8 22px),linear-gradient(90deg,  transparent 20px, #F8F8F8 22px);
    background-color: #ffffff;
    background-size: 22px 22px;
}
p.name {
    font-size: var(--font-size20);
    font-weight: 900;
    font-family: var(--font-family03);
}

@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .flow-item {
        flex-direction: column;
    }
    .flow-item .title {
        width: 100%;
        justify-content: center;
        padding: 3% 15%;
        text-align: center;
    }
    .flow-item .text {
        width: 100%;
    }
    .flow-item .title::after {
        display: none;
    }
    .flow-item::after {
        content: '';
        position: absolute;
        bottom: -18px;
        background-image: url(/wp-content/uploads/arrow.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        left: 50%;
        transform: translateX(-50%);
    }
    .flow-item:last-child::after {
        display: none;
    }
}
/* ========================
その他の調整 / other
======================== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
