@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #307185;
	--color-primary-shade: #30b1ae;
	--color-primary-tint: #96C4D3;
	--color-secondary: #ED6A5A;
	--color-table-border: #EBEBEB;
	--color-table-th: #CCEDF6;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #307185;
	--header-color-primary-shade: #30b1ae;
	--header-color-primary-tint: #96C4D3;
	/*------▼フッター設定▼------*/
	--footer-background: #96C4D3;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', '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; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#header a.head_btn.tel_btn {
		background: none;
		color: var(--header-color-primary);
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	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: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	body.mobile #header { z-index: 200; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	background: linear-gradient(left, #4B9DB6, #96C4D3);
	background: -ms-linear-gradient(left, #4B9DB6, #96C4D3);
	background: -moz-linear-gradient(left, #4B9DB6, #96C4D3);
	background: -webkit-linear-gradient(left, #4B9DB6, #96C4D3);
}
#footer .footer__logo img {
	max-height: var(--px150);
}
#footer .inner {
	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%; }
}
@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;
	padding: 14px 60px;
	background: linear-gradient(left, #4B9DB6, #96C4D3, #4B9DB6);
	background: -ms-linear-gradient(left, #4B9DB6, #96C4D3, #4B9DB6);
	background: -moz-linear-gradient(left, #4B9DB6, #96C4D3, #4B9DB6);
	background: -webkit-linear-gradient(left, #4B9DB6, #96C4D3, #4B9DB6);
	background-position: 0 0;
	background-size: 200% 100%;
	border-radius: 999px;
	line-height: 1.4;
}
#content .linkBtn:hover {
	background-position: 100% 0;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 12px 30px;
	}
}
/**/
.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; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 20px auto 0;
	background: linear-gradient(left, #4B9DB6, #96C4D3);
	background: -ms-linear-gradient(left, #4B9DB6, #96C4D3);
	background: -moz-linear-gradient(left, #4B9DB6, #96C4D3);
	background: -webkit-linear-gradient(left, #4B9DB6, #96C4D3);
	content: "";
}
.home #content h1 b,
#front-sectionPost h1 span {
	display: block;
	color: var(--color-primary);
	font-size: 120%;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
}
/**/
#top_msg::before,
#top_service::before,
#top_contents::before,
#contact_box::before {
	background: #EEF2F3;
}
/**/
#top_msg::after {
	top: auto;
	bottom: 0;
	height: 50%;
	background: url(/wp-content/uploads/top_msg_bg.jpg) no-repeat center center / cover;
}
#top_msg .box {
	background: rgba(255,255,255,0.9);
}
/**/
#top_contents {
	padding-top: 200px;
}
#top_contents::after {
	height: 25%;
	background: url(/wp-content/uploads/top_contents_bg.jpg) no-repeat center center / cover;
}
#top_contents h2 {
	padding: 0 0 15px;
	border-bottom: 2px solid #EEF2F3;
	color: var(--color-primary);
	font-size: var(--rem36);
	font-family: "Montserrat", sans-serif;
	text-align: left;
}
#top_contents h2::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 2px;
	margin: 0;
	background: #2DC4F3;
}
#top_contents .box {
	background: #fff;
}
#top_contents .photo figure {
	overflow: hidden;
	height: 100%;
}
#top_contents .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents {
		padding-top: 100px;
	}
	#top_contents .photo figure {
		height: 150px;
	}
}
/**/
#contact_box a {
  transition: 0.3s ease-in-out;
}
#contact_box a i {
	margin-right: 8px;
}
#contact_box a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box::after {
	height: 70%;
	background: url(/wp-content/uploads/contact_bg.jpg) no-repeat center center / cover;
}
#contact_box h1::after {
	margin-top: 15px !important;
}
#contact_box .btn p {
	line-height: 1.5;
}
#contact_box .tel {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .tel a {
	color: #fff;
	font-size: 35px;
	line-height: 1.3;
}
#contact_box .mail {
	background: #fff;
}
#contact_box .mail a {
	display: block;
	width: 260px;
	max-width: 100%;
	margin: auto;
	padding: 12px 0;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	line-height: 1.4;
}
#contact_box .mail a img {
	width: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .box {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	z-index: -1;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
/**/
.post h2.sub::after {
	display: none;
}
.post h2.sub {
	margin-bottom: var(--rem30);
}
.post h2.sub b {
	display: block;
	color: var(--color-primary);
	font-size: 120%;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0;
}
.post h2.sub b+span {
	display: block;
	font-size: 14px;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_strength dl {
	margin-bottom: 30px;
	background: #CCEDF6;
}
#service_strength dt {
	font-size: 120%;
	text-align: center;
}
#service_strength dt b {
	position: relative;
	top: -30px;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto -15px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 26px;
	line-height: 60px;
}
#service_strength dd {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_strength dl {
		width: 48%;
		margin-bottom: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.page-service .post .w50.box_pad {
		padding-left: 0;
		padding-right: 0;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
/* ボタン */
.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%);
}