@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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #206D2B;
	--color-primary-shade: #B4D100;
	--color-primary-tint: #51B432;
	--color-secondary: #206D2B;
	--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: #111;
	--header-color-primary: #206D2B;
	--header-color-primary-shade: #B4D100;
	--header-color-primary-tint: #51B432;
	/*------▼フッター設定▼------*/
	--footer-background: #F1F1F1;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Ubuntu', 'Noto Sans JP', sans-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: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@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; }
.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) {
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px120);
}
#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: 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 60px;
	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: #FAFAFA;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem60);
	font-weight: 500;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem20);
}
/**/
#top-about::before {
	background: url(/wp-content/uploads/top-about-bg.jpg.webp) no-repeat center center / cover;
}
#top-about h1.lft {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-about h1.lft b,
	#top-about h1.lft b+span {
		display: inline-block;
	}
	#top-about h1.lft b+span {
		margin-left: 1em;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-about h1:not(.lft) {
		font-size: var(--rem30);
	}
}
/**/
#top-features dt {
	margin-bottom: 15px;
	font-size: var(--rem20w);
	text-align: center;
}
#top-features dt img {
	display: block;
	margin: 0 auto 20px;
}
#top-features dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-features dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top-features dl+dl {
		margin-top: 40px;
	}
}
/**/
#top-service::before {
	background: linear-gradient(135deg, #B4D100, #51B432, #107F32);
}
#top-service,
#top-service h1,
#top-service h1 b {
	color: #fff;
}
#top-service .linkBtn:not(:hover) {
	background: #fff;
	color: var(--color-primary);
}
#top-service .linkBtn:not(:hover)::after {
	border-color: var(--color-primary);
}
#top-service dt {
	margin-bottom: 15px;
	font-size: var(--rem20w);
	text-align: center;
}
#top-service dt img {
	display: block;
	margin: 0 auto 20px;
}
#top-service dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top-service .box_w2 {
		justify-content: flex-start;
		column-gap: 3.5%;
		row-gap: 60px;
	}
	#top-service dl {
		width: 31%;
	}
}
@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: 40px;
	}
}
/**/
#top-others::before {
	top: auto;
	bottom: 0;
	height: 40%;
	background: #F1F1F1;
}
#top-others h2 {
	margin: var(--px20) auto var(--px20);
	font-size: var(--rem24w);
}
#top-others h2::after {
	display: none;
}
#top-others .box {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#top-others .photo {
	overflow: hidden;
	border-radius: 10px;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1,
#contact_box h1 b {
	color: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 90%;
	margin: auto;
}
#content #contact_box .btn {
	max-width: 100%;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 160%;
}
#contact_box .btn .tel a b i {
	font-size: 75%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a:hover {
	background: var(--color-primary-tint);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title b {
	font-weight: inherit;
}
header#h1Header h1.title b+span {
	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 h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#flow_list dl {
	position: relative;
	padding-left: 120px;
}
#flow_list dl:not(:last-child) {
	padding-bottom: var(--px60);
}
#flow_list dl:not(:last-child)::before {
	position: absolute;
	top: 0;
	left: 20px;
	display: block;
	width: 10px;
	height: 100%;
	background: #DCDCDC;
	content: "";
	z-index: -1;
}
#flow_list dt {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	font-size: var(--rem20w);
}
#flow_list dt::before {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	width: 80px;
	border-bottom: 1px dashed var(--color-font);
	content: "";
	z-index: -1;
}
#flow_list dt b {
	position: absolute;
	top: -10px;
	left: 0;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24w);
	z-index: 2;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list dl {
		padding-left: 80px;
	}
	#flow_list dt::before {
		width: 50px;
	}
}
/**/
.service-gallery .gallery {
	justify-content: flex-start;
	column-gap: 2%;
}
.service-gallery .gallery-item {
	width: 32% !important;
}
.service-gallery .gallery-item img {
	max-width: 100% !important;
}
.service-gallery .gallery-caption {
	max-width: none !important;
	text-align: left;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.service-gallery .gallery {
		column-gap: 4%;
	}
	.service-gallery .gallery-item {
		width: 48% !important;
	}
}
/*--------------------------------------------------
	保有設備
--------------------------------------------------*/
#equipment_tbl th,
#equipment_tbl td {
	width: auto;
	text-align: center;
	vertical-align: middle;
}
#equipment_tbl th:nth-child(2) {
	width: 30%;
}
#equipment_tbl th:nth-child(3) {
	width: 20%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#equipment_tbl th,
	#equipment_tbl td {
		padding: 6px;
		line-height: 1.4;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_policy dl {
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
#company_policy dt {
	margin-bottom: 15px;
	color: var(--color-primary);
	font-size: var(--rem28);
	text-align: center;
}
#company_policy dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_policy dl {
		width: 32%;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#company_policy dl {
		padding: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_policy dl+dl {
		margin-top: 20px;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/**/
#story_tbl,
#story_tbl th,
#story_tbl td {
	background: none;
	border: none;
}
#story_tbl {
	background: #fff;
}
#story_tbl tr:nth-child(odd) {
	background: #f1f1f1;
}
#story_tbl th {
	width: 10%;
	white-space: nowrap;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#story_tbl th {
		padding-bottom: 0;
	}
}
/*--------------------------------------------------
	製品情報
--------------------------------------------------*/
#products_link {
	width: 900px;
	max-width: 100%;
	margin: auto;
}
#products_link li {
	margin-bottom: 15px;
}
#products_link li .linkBtn {
	display: block;
	padding: 15px 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#products_link {
		justify-content: flex-start;
		column-gap: 2%;
		row-gap: 10px;
	}
	#products_link li {
		width: 32%;
	}
}
/**/
#products_list li {
	margin-bottom: 40px;
}
#products_list .txt {
	position: relative;
	padding-bottom: 35px;
}
#products_list .photo {
	overflow: hidden;
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
#products_list .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#products_list .ico {
	margin-bottom: 5px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#products_list .ico span {
	padding: 2px 12px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
}
#products_list .ttl {
	font-size: var(--rem20w);
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#products_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#products_list li {
		width: 31%;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#products_list {
		column-gap: 4%;
	}
	#products_list li {
		width: 48%;
	}
}
/**/
#products_detail h1 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--color-primary);
	font-size: var(--rem24w);
	text-align: left;
}
#products_detail h2 {
	position: relative;
	margin: 0 0 var(--px20);
	padding: 0 0 0 20px;
	font-size: var(--rem20w);
	text-align: left;
}
#products_detail h2::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	margin: 0;
}
#products_detail ul.ico {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#products_detail ul.ico li {
	padding: 2px 12px;
	background: var(--color-primary);
	color: #fff;
	font-size: 90%;
}
/**/
#photo_main {
	overflow: hidden;
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc(25% - (10px * 3 / 4));
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}