@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #434844;
	--color-primary: #00AFEC;
	--color-primary-shade: #6FBA2C;
	--color-primary-tint: #005BAC;
	--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: #434844;
	--header-color-primary: #00AFEC;
	--header-color-primary-shade: #6FBA2C;
	--header-color-primary-tint: #005BAC;
	/*------▼フッター設定▼------*/
	--footer-background: #E0E0E0;
	--footer-color-font: #434844;
	--footer-color-primary: #434844;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Shippori Mincho', 'Noto Sans JP', sans-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);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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; }
	.dsp_tbs { display: none; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
	.dsp_tbs { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn {
		text-align: center;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.mail_btn b {
		display: block;
		font-size: 14px;
	}
	#header a.head_btn.mail_btn i {
		margin-right: 5px;
	}
	#header a.head_btn.mail_btn b+span {
		font-size: 10px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn {
		background: -moz-linear-gradient(left, #00AFEC, #005BAC, #00AFEC); 
		background: -webkit-linear-gradient(left, #00AFEC, #005BAC, #00AFEC); 
		background: linear-gradient(to right,  #00AFEC, #005BAC, #00AFEC);
		background-position: 0 0;
		background-size: 200% 100%;
		transition: all 0.3s ease-out;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	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 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 { z-index: 200; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	
}
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	background: none;
}
#footer .footnav ul > li::before {
	content: "＞";
}
#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;
}
/**/
.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; }

.post .linkBtn,
#front-sectionPost .txt_c .linkBtn {
	width: auto;
	max-width: 100%;
	padding: 10px 50px;
	padding-right: 70px;
	background: -moz-linear-gradient(left, #00AFEC, #005BAC, #00AFEC) !important; 
	background: -webkit-linear-gradient(left, #00AFEC, #005BAC, #00AFEC) !important; 
	background: linear-gradient(to right, #00AFEC, #005BAC, #00AFEC) !important; 
	background-position: 0 0;
	background-size: 200% 100% !important;
	transition: all 0.3s ease-out;
	border-radius: 0;
}
.post .linkBtn:hover,
#front-sectionPost .txt_c .linkBtn:hover {
	background-position: 100% 0 !important;
}
#front-sectionPost .postlist .time {
	background: var(--color-primary-shade);
}


/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1 b {
	display: block;
}
.home #content h1.u_line::after {
	content:"";
	display:block;
	width:50px;
	height:3px;
	background-color: var(--color-primary-shade);
	position:relative;
	top: 5px;
	margin: auto;
}
#front-sectionPost h1.title::after {
	content:"";
	display:block;
	width:50px;
	height:3px;
	background-color: var(--color-primary-shade);
	position:relative;
	top: 5px;
	margin: auto;
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-about-bg.png) no-repeat center bottom / contain;
}
#top_about h1.u_line::after {
	background: -moz-linear-gradient(left, #00AFEC, #005BAC); 
	background: -webkit-linear-gradient(left, #00AFEC, #005BAC); 
	background: linear-gradient(to right, #00AFEC, #005BAC); 
}
#top_about .font_mincho {
	font-family: var(--font-family02);
	line-height: 2.0;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_about .font_mincho {
		line-height: 3.0;
	}
}
/**/
#top_contents h1 {
	color: var(--color-primary);
	text-align: left;
}
#top_contents h2.sub {
	text-align: left;
	font-size: var(--rem18);
	position: relative;
	padding-left: 2.5rem;
	margin: 0;
	margin-bottom: 1.0rem;
}
#top_contents h2.sub::before {
	content: '';
	position: absolute;
	width: 1em;
	height: 2px;
	background: var(--color-primary-shade);
	top: .8em;
	left: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_contents .txt {
		width: 45%;
	}
	#top_contents .photo {
		width: 55%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .txt {
		padding-bottom: 2rem !important;
	}
}
/**/
#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;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	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 .mail a b {
	font-size: 130%;
}
#contact_box .btn .tel a {
	background: -moz-linear-gradient(left, #00AFEC, #005BAC, #00AFEC) !important; 
	background: -webkit-linear-gradient(left, #00AFEC, #005BAC, #00AFEC) !important; 
	background: linear-gradient(to right, #00AFEC, #005BAC, #00AFEC) !important; 
	background-position: 0 0;
	background-size: 200% 100% !important;
	transition: all 0.3s ease-out;
}
#contact_box .btn .mail a {
	background-color: rgba(255,255,255,0.5);
	color: var(--color-font);
}
#contact_box .btn .tel a:hover {
	background-position: 100% 0 !important;
}
#contact_box .btn .mail 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;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2::after {
	background: var(--color-primary-shade);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
/**/
.post table,
.post table th,
.post table td {
	border: 0;
	background-color: transparent;
}
.post table tr {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.post table tr+tr {
	border-bottom: solid 1px #ddd;
}
.post table th {
	background: #fafafa;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
.font_shippori {
	font-family: var(--font-family02);
	letter-spacing: .3em;
}
.marker.green {
	background: linear-gradient(transparent 60%, rgba(111,186,44,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;
}
.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;
}