@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #2F5597;
	--color-primary-shade: #8BCCE9;
	--color-primary-tint: #617496;
	--color-secondary: #ED6A5A;
	--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: #444;
	--header-color-primary: #2F5597;
	--header-color-primary-shade: #617496;
	--header-color-primary-tint: #617496;
	/*------▼フッター設定▼------*/
	--footer-background: #F8F7F7;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	designコード
--------------------------------------------------*/
/*--------------------
general_table
--------------------*/
.post table.general_table th {
    background-color: transparent;
}
.post table.general_table, .post table.general_table th, .post table.general_table td{
	border: none;
}
table.general_table tr:first-child {
	border-top: 1px solid #ababab;
}
table.general_table tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.general_table tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.general_table th, table.general_table td {
	padding: 30px 30px;
}
table.general_table th {
	position: relative;
	z-index: 0;
	font-weight: 500;
}
table.general_table th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.general_table td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.general_table td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.general_table th, table.general_table td {
		padding: 15px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.general_table th {
		width: 32%;
	}
	table.general_table td {
		width: 68%;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family02);
}
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary-shade);
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 24px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 18px;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header ul.header__contact li:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn{
		border-radius: 999px;
		flex-direction: row;
	}
	#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,
	nav#mainNav ul li a span {
		font-weight: normal;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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: 0; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile #header { z-index: 200; }
	body.mobile #mainImg {
		margin-top: 60px;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px40);
}
#footer .inner {
	border-bottom: 1px solid #ddd;
}
#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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post p {
	line-height: 1.8;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	line-height: 1.4;
}
.post .linkBtn {
	padding: 15px 60px;
	border-radius: 999px;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.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 #content h1 {
	font-size: var(--rem30);
}
.home #content h1::after {
	display: block;
	width: 80px;
	height: 1px;
	margin: 15px auto 0;
	background: var(--color-primary-shade);
	content: "";
}
/**/
#top_contents::before {
	background: #AABEE2;
}
#top_contents h1 {
	text-align: left;
}
#top_contents h1::after {
	margin-left: 0 !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .txt {
		width: 45%;
	}
	#top_contents .photo {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .txt {
		margin-bottom: 20px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top_contact_bg.jpg) no-repeat center center / cover;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
	font-family: var(--font-family02);
}
#contact_box .btn a {
	height: 100%;
	padding: 15px;
	background: var(--color-primary);
	color: #fff;
	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 i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .tel a {
	background: #FEFEFE;
	color: var(--color-primary);
}
#contact_box .btn .tel a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-shade);
}
#front-sectionPost .linkBtn {
	display: inline-block;
	padding: 10px 5px;
	padding-right: 60px;
	background: none;
	border-bottom: 1px solid var(--color-primary);
	border-radius: 0;
	color: var(--color-font);
}
#front-sectionPost .linkBtn::after {
	right: 5px;
	border-color: var(--color-primary);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-family: var(--font-family02);
}
.post h2 {
	font-size: var(--rem28);
}
.post h2.sub {
	padding: 5px 10px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem24);
}
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_msg .photo_01 {
	margin-left: 25%;
}
#service_msg .photo_02 {
	position: relative;
	top: -60px;
	margin-right: 25%;
	margin-bottom: -60px;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#history_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}
.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;
}