@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=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #EFEFEE;
	--color-font: #1E1E1E;
	--color-primary: #0D5594;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: rgba(13,85,148,0.5);
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #0D5594;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #EFEFEE;
	--header-color-font: #444;
	--header-color-primary: #0D5594;
	--header-color-primary-shade: #0D5594;
	--header-color-primary-tint: rgba(13,85,148,0.5);
	/*------▼フッター設定▼------*/
	--footer-background: #EFEFEE;
	--footer-color-font: #1E1E1E;
	--footer-color-primary: #1E1E1E;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Outfit', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	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) {
	nav#mainNav ul li a {
		background: var(--header-background) !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) {
	#header .logo img {
		max-height: 50px;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		color: var(--header-color-primary-shade);
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	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(--px50);
}
#copyright {
	background: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .footnav:not(:last-child),
	#copyright {
		margin: 0;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	padding: 12px 5px;
	padding-right: 80px;
	background: none;
	border-bottom: 1px solid var(--color-font);
	border-radius: 0;
	color: var(--color-font);
	line-height: 1.4;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	content: "";
}
#content .linkBtn::after {
	right: 18px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover::before {
	right: 0;
}
#content .linkBtn:hover::after {
	right: 13px;
}
/**/
.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; }
/**/
.f_min {
	font-family: 'Shippori Mincho', serif;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 100px;
	height: 1px;
	margin: 20px auto 0;
	background: var(--color-primary);
	content: "";
}
.post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	margin-bottom: 5px;
	color: var(--color-primary);
	font-size: 180%;
	font-weight: 100;
	font-family: var(--font-family02);
	line-height: 1;
}
.post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: 60%;
	font-weight: 500;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post h1 b,
	#front-sectionPost h1 span span:first-child {
		font-size: 160%;
	}
}
/**/
#top_about::before {
	height: 54.5%;
	background: var(--color-primary);
}
#top_about h1,
#top_about h1 b {
	color: #fff;
}
#top_about h1::after {
	display: none;
}
#top_about h2 {
	color: #fff;
	font-size: var(--rem28);
	text-align: left;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_about .photo::before {
		background: var(--color-primary);
	}
	#top_about .txt::before {
		top: -30px;
		height: 95px;
		background: var(--color-primary);
	}
}
/**/
#top_contents h1::after {
	display: none;
}
#top_contents li a {
	position: relative;
	display: block;
	line-height: 1.5;
}
#top_contents li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(top, transparent, #013159);
	background: -ms-linear-gradient(top, transparent, #013159);
	background: -moz-linear-gradient(top, transparent, #013159);
	background: -webkit-linear-gradient(top, transparent, #013159);
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
#top_contents li a .txt dt {
	position: relative;
	margin-bottom: 15px;
	font-size: 180%;
	font-weight: 500;
}
#top_contents li a .txt dt b {
	display: block;
	font-size: 450%;
	font-weight: 200;
	font-family: var(--font-family02);
	line-height: 1;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#top_contents li a .txt dt b+span {
	position: absolute;
	left: 0;
	bottom: 0;
}
#top_contents li a .txt dd {
	padding: 0;
}
#top_contents li a .photo {
	overflow: hidden;
}
#top_contents li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents ul {
		row-gap: 30px;
	}
	#top_contents li {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents li+li {
		margin-top: 20px;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: rgba(13,85,148,0.9);
	color: #fff;
}
#contact_box .box h1,
#contact_box .box h1 b {
	color: #fff;
}
#contact_box .box h1::after {
	background: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	border: 1px solid #fff;
	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:hover {
	background: rgba(255,255,255,0.3);
}
#contact_box .btn a b {
	font-weight: 500;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
	#contact_box .btn .mail a {
		border-left: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn .mail a {
		border-top: none;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_top_content::before,
#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: #FFF;
	content: "";
	z-index: -1;
}
#front_top_content::before {
	background: url(/wp-content/uploads/top-news-bg.jpg.webp) no-repeat center center / cover;
}
#front_top_content,
#front_top_content h1,
#front_top_content h1 span span:first-child,
#front_top_content a {
	color: #fff;
}
#front_top_content h1::after {
	background: #fff;
}
#front_top_content .postlist .time {
	background: #FFF;
	color: var(--color-primary);
}
#front_top_content .postlist .time a {
	color: var(--color-primary);
}
#front_top_content .linkBtn {
	border-color: #fff;
	color: #fff;
}
#front_top_content .linkBtn::before {
	background: #fff;
}
#front_top_content .linkBtn::after {
	border-color: var(--color-primary);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title span span {
	display: block;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
}
/**/
.post h2::after {
	display: none;
}
.post h2,
.post h3.sub {
	position: relative;
	color: var(--color-primary);
	font-size: var(--rem36);
	line-height: 1.4;
}
.post h2 b,
.post h3.sub b {
	display: block;
	color: var(--color-primary-tint);
	font-size: 300%;
	font-weight: 200;
	font-family: var(--font-family02);
	line-height: 1;
}
.post h2 b+span,
.post h3.sub b+span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 80%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post h2 b,
	.post h3.sub b {
		font-size: 240%;
	}
}
/**/
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3 {
	border-bottom: 1px solid var(--color-font);
	color: var(--color-primary);
}
.post h3.sub {
}
/*--------------------------------------------------
	事業案内
--------------------------------------------------*/
.service_about {
	background: #fff;
}
.service_about h4 {
	margin: 0 0 20px;
	padding: 0 0 0 12px;
	border-left: 5px solid var(--color-primary-tint);;
	color: var(--color-primary);
	font-size: var(--rem24w);
	line-height: 1.4;
}
.service_about h4::before {
	display: none;
}
.service_about .txt,
.service_about .photo {
	margin: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.service_about .txt {
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	.service_about .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
.service_about .photo ul {
	height: 100%;
}
.service_about .photo ul li {
	width: 50%;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.marker.blue {
	background: linear-gradient(transparent 60%, rgba(13,85,148,0.5) 60%);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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: 12px 5px;
	padding-right: 80px;
	color: var(--color-font);
	text-align: left !important;
}