@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=Allura&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #373E47;
	--color-primary: #373E47;
	--color-primary-shade: #FFF9ED;
	--color-primary-tint: #C9301B;
	--color-secondary: #C9301B;
	--color-table-border: #DDD;
	--color-table-th: #E2B7B9;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #373E47;
	--header-color-font: #FFF;
	--header-color-primary: #ccc;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #96C4D3;
	/*------▼フッター設定▼------*/
	--footer-background: #373E47;
	--footer-color-font: #FFF9ED;
	--footer-color-primary: #FFF9ED;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Allura', '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);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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) {
	.home:not(.sticky-header) #header{
		position: fixed !important;
		width:100%;
		top: -125px;
		background: none;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	/**/
	#header .logo img {
		max-height: 32px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
		background: none;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn:hover {
		color: var(--header-color-primary);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		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 a:active span, nav#mainNav ul li a:hover span, nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);
	}
	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; }
	body.mobile #header .logo img {
		max-height: 30px;
	}
	nav#mainNav ul li a {
		background: var(--header-background) !important;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px30);
}
#footer .inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #CFCFCF;
}
#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_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 {
	display: inline-block;
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	background: none;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	line-height: 1.4;
}
#content .linkBtn::after {
	display: none;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: 6px;
	height: 8px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translateY(-50%);
	content: "";
}
#content .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn:hover::before {
	background: #fff;
}
#content .linkBtn.btn_white {
	border-color: #fff;
	color: #fff;
}
#content .linkBtn.btn_white::before {
	background: #fff;
}
#content .linkBtn.btn_white:hover {
	background: rgba(255,255,255,0.3);
}
#content .linkBtn.btn_black {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn.btn_black::before {
	background: #fff;
}
#content .linkBtn.btn_black:hover {
	background: #fff;
	color: var(--color-primary);
}
#content .linkBtn.btn_black:hover::before {
	background: var(--color-primary);
}
/**/
.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 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 {
	line-height: 1.5;
}
.home .post h1 b {
	display: block;
}
#top_features h1,
#top_company h1 {
	text-align: left;
}
#top_features h1 b::before,
#top_company h1 b::before {
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	border-bottom: 1px solid var(--color-primary);
	vertical-align: middle;
	content: "";
}
#top_features h1 b+span,
#top_company h1 b+span {
	display: block;
	font-size: 14px;
}
/**/
#top_features dl {
	padding: 20px;
}
#top_features dl:nth-child(2) {
	background: var(--color-primary-shade);
}
#top_features dt {
	margin-bottom: 15px;
	font-size: 120%;
	line-height: 1.4;
}
#top_features dt b,
#top_features dt span {
	display: block;
	margin-bottom: 5px;
	font-size: 130%;
}
#top_features dt span {
	color: var(--color-primary-tint);
}
#top_features dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_features dl {
		width: calc(100% / 3);
		padding: 30px;
	}
}
/**/
#top_brand::before {
	background: var(--color-primary);
}
#top_brand,
#top_brand h1 {
	color: #fff;
}
#top_brand h1 {
	font-size: var(--rem30);
}
#top_brand h1 b {
	font-weight: normal;
	font-family: var(--font-family02);
}
/**/
#top_contents h1 {
	font-size: var(--rem28);
}
#top_contents h1 b {
	font-weight: normal;
	font-family: var(--font-family02);
}
#top_contents .box01 {
	background: var(--color-primary);
	color: #fff;
}
#top_contents .box01 h1 {
	color: #fff;
}
#top_contents .box02 {
	background: var(--color-primary-shade);
}
#top_contents .box02 h1 {
	color: #8F7C56;
}
#top_contents .box02 .linkBtn {
	border-color: #8F7C56;
	color: #8F7C56;
}
#top_contents .box02 .linkBtn:hover {
	background: #8F7C56;
	color: #fff;
}
#top_contents .box02 .linkBtn:not(:hover)::before {
	background: #8F7C56;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .box {
		width: 50%;
	}
}
/**/
#top_company h1 b {
	color: var(--color-primary-tint);
}
#top_company .txt {
	border: 1px solid var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_company .photo {
		width: 50%;
	}
	#top_company .txt {
		position: relative;
		left: -5%;
		width: 45%;
		margin-right: 5%;
		padding-left: 8%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_company .txt {
		position: relative;
		top: -30px;
		width: 90%;
		margin: 0 auto -30px;
		padding-top: 50px;
	}
}
/**/
#contact_box::before {
	height: 80%;
	background: var(--color-primary-tint);
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#contact_box h1::after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 10px auto 0;
	background: #fff;
	content: "";
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
	background: var(--color-primary);
}
#contact_box .btn a {
	display: block;
	width: 300px;
	max-width: 90%;
	margin: 10px auto;
	padding: 8px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary);
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a:hover {
	background: #F6F6F6;
	color: var(--color-primary);
}
/**/
#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: #F5F5F5;
	content: "";
	z-index: -1;
}
#front-sectionPost h1::after {
	display: block;
	width: 50px;
	height: 2px;
	margin: 10px auto 0;
	background: var(--color-primary);
	content: "";
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	background: #444444;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
/**/
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	text-align: left;
	line-height: 1.4;
}
.post h2.sub::before {
	display: block;
	width: 50px;
	height: 2px;
	margin-bottom: 10px;
	background: var(--color-primary-tint);
	content: "";
}
.post h2.sub span {
	display: block;
	color: #000;
	font-size: 14px;
}
/**/
.post h3 {
	border-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_features dl {
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
#company_features dt {
	font-size: 115%;
	text-align: center;
}
#company_features dt img {
	display: block;
	margin: 0 auto 20px;
}
#company_features dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_features dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_features dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.post dl.box_chk {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	padding: 20px;
	border: 1px solid var(--color-primary);
}
.post dl.box_chk dt {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	border-left: 4px solid var(--color-primary);
	font-size: 120%;
	line-height: 1.4;
}
.post dl.box_chk dd {
	padding: 0;
	font-size: 105%;
	font-weight: 500;
	text-align: center;
}
.post dl.box_chk ul {
	display: inline-block;
	text-align: left;
}
.post dl.box_chk li {
	position: relative;
	padding-left: 30px;
}
.post dl.box_chk li+li {
	margin-top: 8px;
}
.post dl.box_chk li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary-tint);
	font-size: 110%;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post dl.box_chk {
		padding: 30px;
	}
}
/**/
#service_txt {
	position: relative;
	padding-top: 60px;
	border-top: 1px solid var(--color-primary);
}
#service_txt::before,
#service_txt::after {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 60px;
	height: 30px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#service_txt::after {
	top: -2px;
	background: #fff;
}
/**/
#service_case::before {
	background: var(--color-primary-shade);
}
#service_case dl {
	position: relative;
	padding: 20px;
	padding-top: 40px !important;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#service_case dt {
	margin-bottom: 15px;
	font-size: 130%;
	text-align: center;
	line-height: 1.4;
}
#service_case dt b {
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	padding: 5px 15px;
	background: var(--color-primary);
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
#service_case dd {
	padding: 0;
}
#service_case dd .ttl {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--color-primary);
	font-weight: bold;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_case dl {
		width: 32%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_case dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.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;
}