@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=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #222;
	--color-primary: #016835;
	--color-primary-shade: #E87A1A;
	--color-primary-tint: #64A881;
	--color-secondary: #E87A1A;
	--color-table-border: #D1D1D1;
	--color-table-th: #64A881;
	--body-font-family: 'Zen Maru Gothic', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #222;
	--header-color-primary: #E87A1A;
	--header-color-primary-shade: #016835;
	--header-color-primary-tint: #64A881;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #222;
	--footer-color-primary: #222;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Quicksand', 'Zen Maru Gothic', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	:root {
		--body-font-size: min(calc(2rem + (1vw - 1.92rem) * 0.1294), 2rem);
	}
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
#scrollUp {
	right: 10px !important;
	bottom: 65px !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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	/**/
	nav#mainNav ul li a b {
		font-size: var(--rem18);
		font-weight: bold;
	}
	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){
	#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%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px var(--px80);
	padding-right: var(--px100);
	border-radius: 999px;
	font-size: var(--rem16);
	line-height: 1.4;
}
#content .linkBtn::after {
	margin: 0;
	width: auto;
	height: auto;
	border: none;
	color: var(--color-primary-shade);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f0a9';
	transform: translateY(-50%);
}
@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;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem40w);
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary-shade);
	font-size: var(--rem24);
	font-weight: bold;
	font-family: var(--font-family02);
	letter-spacing: 0;
}
/**/
#top_msg h1,
#front-sectionPost h1 {
	padding-top: 110px;
	background: url(/wp-content/uploads/top-ico.png.webp) no-repeat center top;
}
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.png.webp) no-repeat center center / cover;
}
#top_msg .in {
	background: #fff;
	border-radius: var(--px60);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h1,
	#front-sectionPost h1 {
		padding-top: 70px;
		background-size: auto 60px;
	}
}
/**/
#top_contents::before {
	background: #64CB8E;
}
#top_contents h2 {
	text-align: left;
}
#top_contents h2 b {
	display: block;
	margin-bottom: var(--px40);
	font-size: var(--rem36);
	font-weight: bold;
}
#top_contents h2 span {
	display: inline-block;
	padding: 0 60px 10px 0;
	background: url(/wp-content/uploads/p.png.webp) no-repeat right center;
	border-bottom: 1px solid var(--color-primary-shade);
	color: var(--color-primary);
	font-size: var(--rem24w);
	letter-spacing: 0;
}
#top_contents h2::after {
	display: none;
}
#top_contents .txt {
	padding: 0 5%;
	background: #fff;
}
#top_contents .bg_wide::before {
	width: 60vw;
	background: url(/wp-content/uploads/top-contents-bg.png.webp) no-repeat center center / cover;
}
#top_contents .bg_wide.bg_lft::before {
	margin-right: 0;
	border-radius: 0 var(--px100) var(--px100) 0;
}
#top_contents .bg_wide.bg_rit::before {
	left: auto;
	right: 0;
	margin-left: 0;
	border-radius: var(--px100) 0 0 var(--px100);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents .txt,
	#top_contents .photo {
		width: 50%;
	}
	#top_contents .txt {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box h1 {
	padding-top: 120px;
	background: url(/wp-content/uploads/mark.png.webp) no-repeat center top;
}
#contact_box .in {
	width: var(--content-max-width);
	max-width: 90%;
	margin: auto;
	background: #fff;
	border-radius: var(--px60);
}
.home #contact_box .in {
	max-width: 100%;
}
#contact_box .btn {
	width: 960px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24);
	font-weight: bold;
	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 {
	background: var(--color-primary-tint) !important;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a .fs {
	font-size: var(--rem16);
}
#contact_box .btn a b {
	font-size: var(--rem24w);
	font-weight: bold;
}
#contact_box .btn .tel a b {
	font-size: var(--rem40w);
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box h1 {
		padding-top: 90px;
		background-size: auto 80px;
	}
}
/**/
#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: #F8F8F8;
	content: "";
	z-index: -1;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#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(--rem24w);
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	作業内容・選ばれる理由
--------------------------------------------------*/
#service_gallery img {
	max-width: 100%;
}
#service_gallery .gallery {
	margin-top: var(--px30) !important;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#service_gallery .column2_50 {
		width: 49%;
	}
	#service_gallery .gallery {
		column-gap: 2%;
		row-gap: 20px;
	}
	#service_gallery .gallery .gallery-item {
		width: 23.5% !important;
		margin: 0 !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#service_gallery .gallery {
		column-gap: 4%;
		row-gap: 20px;
	}
	#service_gallery .gallery .gallery-item {
		width: 48% !important;
		margin: 0 !important;
	}
}
/**/
.service_photo {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
.service_photo .gallery {
	align-items: center;
}
/*--------------------------------------------------
	一日の流れ
--------------------------------------------------*/
.flowlist01 {
	padding-left: 20rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #4E9B6F;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 20rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	position: absolute;
	top: 0;
	left: -20rem;
	min-width: 16rem;
	display: block;
	background: #4E9B6F;
	padding: 0.2rem 0.5rem;
	color: #fff;
	font-size: var(--rem24w);
	font-weight: bold;
	text-align: center;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #4E9B6F;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li .in {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
	font-weight: bold;
}
.flowlist01 > li .in::before,
.flowlist01 > li .in::after {
	content: "";
	display: block;
	position: absolute;
	top: 2rem;
}
.flowlist01 > li .in::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #fff;
	border-radius: 50%;
	left: -4px;
}
.flowlist01 > li .in::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist01 > li .in figure {
	width: 100%;
	max-width: 800px;
	margin-top: var(--px20);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.flowlist01 > li .in {
		font-size: var(--rem24w);
	}
}
@media (max-width: 768px) {
	.flowlist01 {
		padding-left: 15rem;
	}
	.flowlist01::before {
		left: 15rem;
	}
	.flowlist01 > li .icon {
		left: -15rem;
		min-width: 10rem;
		font-size: 1.2rem;
	}
	.flowlist01 > li .in {
		padding-left: 4.5rem;
	}
	.flowlist01 > li .in::after {
		width: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.flowlist01 {
		padding-left: 11rem;
	}
	.flowlist01::before {
		left: 11rem;
	}
	.flowlist01 > li .icon {
		left: -11rem;
		min-width: 8rem;
	}
	.flowlist01 > li .in figure {
		aspect-ratio: 3 / 2;
	}
	.flowlist01 > li .in figure img {
		object-fit: contain;
		width: 100%;
		height: 100%;
		max-width: 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"] {
	width: 100%;
	padding: 15px 35px;
}