@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');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #6E6E6E;
	--color-primary-shade: #111;
	--color-primary-tint: #111;
	--color-secondary: #111;
	--color-table-border: #EBEBEB;
	--color-table-th: #FAFAFA;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #111;
	--header-color-primary: #6E6E6E;
	--header-color-primary-shade: #111;
	--header-color-primary-tint: #6E6E6E;
	/*------▼フッター設定▼------*/
	--footer-background: #111;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Cormorant Garamond', 'Noto Serif JP', serif;
}

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}









/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 2em;
}
.post table th {
	background: var(--color-table-th);
	font-weight: normal;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
	.post p {
		line-height: 1.8em;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 {
		height: 100px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
		width: 190px;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn:not(:hover) {
		background: var(--color-font);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		font-size: var(--rem16);
		font-weight: 500;
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a span {
		margin-top: 2px;
		color: var(--header-color-primary) !important;
		font-size: var(--rem16);
		font-family: var(--font-family02);
		font-weight: 500;
	}
	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; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
#footer .footnav {
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.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; }
}
.w45 {
	width: 45%;
}
@media screen and (max-width: 768px) {
	.w45 {
		width: 100%;
		margin-bottom: 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 {
	width: auto;
	max-width: none;
	padding: 15px 60px;
	background: var(--color-font);
	border-radius: 0;
	font-family: var(--font-family02);
	line-height: 1.4;
}
#content .linkBtn:hover {
	background: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.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; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .home_none {
	display: none;
}
.home .post h1::after,
#contact_box h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 60px;
	height: 1px;
	margin: 20px auto 0;
	background: var(--color-font);
	content: "";
}
.home .post h1 span,
#contact_box h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem16);
	font-weight: normal;
}
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem60);
	font-weight: 100;
	font-family: var(--font-family02);
	line-height: 1;
}
/**/
#top_contents h1 {
	text-align: left;
}
#top_contents h1::after {
	margin-left: 0;
}
#top_contents .txt {
	padding: 0 5%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents .photo {
		width: 50%;
	}
	#top_contents .txt {
		width: 50%;
		padding: 0 7%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents .txt {
		padding-top: var(--px60);
	}
}
/**/
body:not(.home) #contact_box {
	margin-bottom: var(--px80);
}
body:not(.home) #contact_box .btn {
	max-width: 90%;
}
#contact_box::before {
	height: calc(100% - 80px);
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1,
#contact_box h1 span {
	color: #fff;
}
#contact_box h1::after {
	background: #fff;
}
#contact_box .btn {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	min-height: 160px;
	padding: 20px;
	background: var(--color-font);
	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: var(--color-primary);
}
#contact_box .btn a i {
	margin-right: 10px;
}
#contact_box .btn a b {
	display: block;
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
}
#contact_box .btn a span {
	display: block;
	font-size: var(--rem14);
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box::before {
		height: calc(100% - 50px);
	}
	#contact_box .btn a {
		min-height: 100px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost h1 {
	text-align: left;
}
#front-sectionPost h1::after {
	margin-left: 0;
}
.postlist .time {
	background: var(--color-font);
	font-family: var(--font-family02);
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-size: var(--rem60);
	font-weight: 200;
	font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
	opacity: 0.4;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
/**/
.post h2 b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem20);
	font-weight: 500;
	font-family: var(--font-family02);
}
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	border-bottom: 1px solid var(--color-font);
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
.company_name {
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
}
/*--------------------------------------------------
	役員・社員紹介
--------------------------------------------------*/
#members_list .box {
	position: relative;
	padding-left: 10em;
}
#members_list .box:has(.ttl):not(:first-child) {
	padding-top: var(--px80);
	border-top: 1px solid #848484;
}
#members_list .box+.box {
	margin-top: var(--px80);
}
#members_list .ttl {
	position: absolute;
	top: var(--px80);
	left: 0;
}
#members_list .box:first-child .ttl {
	top: 0;
}
#members_list .ttl {
	margin-bottom: 20px;
	font-weight: 500;
	font-family: var(--font-family01);
	line-height: 1.6;
}
#members_list dl {
	font-family: var(--font-family01);
	line-height: 1.6;
}
#members_list dt {
	font-weight: 500;
}
#members_list dd {
	padding: 0;
	font-weight: 500;
	font-size: var(--rem20w);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#members_list .box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#members_list dl {
		width: 180px;
		white-space: nowrap;
	}
	#members_list .txt {
		width: 56%;
	}
	#members_list .photo {
		width: calc(44% - 260px);
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#members_list dl {
		width: 100%;
		margin-bottom: 30px;
	}
	#members_list .txt {
		width: 65%;
	}
	#members_list .photo {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#members_list .box {
		padding-left: 6em;
	}
	#members_list dl {
		margin-bottom: 15px;
	}
	#members_list .txt {
		margin-bottom: 30px;
	}
	#members_list dd {
		font-size: var(--rem24w);
	}
}
/*--------------------------------------------------
	実績紹介
--------------------------------------------------*/
#project_list li {
	margin-bottom: 40px;
}
#project_list .photo a {
	display: block;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#project_list .photo a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#project_list .photo a:hover img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#project_list .ttl {
	margin: 12px 0;
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family02);
	text-align: center;
}
#project_list .btn  {
	padding-top: 10px;
	text-align: right;
}
#project_list .btn .linkBtn {
	padding: 10px 50px 10px 0;
	background: none;
	color: var(--color-font);
	font-weight: bold;
}
#project_list .btn .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-font);
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	content: "";
}
#project_list .btn .linkBtn::after {
	right: 15px;
	border-color: var(--color-font);
	transition: all 0.3s ease-in-out;
}
#project_list .btn .linkBtn:hover::before {
	background: var(--color-font);
}
#project_list .btn .linkBtn:hover::after {
	border-color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#project_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
	}
	#project_list li {
		width: 31%;
		margin-bottom: 60px;
		/* 縦方向中央揃え */
		display: flex;
		flex-direction: column;
	}
	#project_list .btn {
		margin-top: auto;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#project_list {
		column-gap: 4%;
	}
	#project_list li {
		width: 48%;
	}
}
/**/
#project_detail h1 {
	padding-bottom: 15px;
	border-bottom: 1px solid #727272;
	font-size: var(--rem20w);
}
#project_detail h2 {
	padding: 0 0 0 15px;
	border-left: 5px solid #D9D9D9;
	font-size: var(--rem20w);
	text-align: left;
}
#project_detail h2::after {
	display: none;
}
#project_detail .ttl {
	font-size: var(--rem20w);
	font-family: var(--font-family01);
}
/**/
#photo_main {
	overflow: hidden;
	box-shadow: 0 0 0 1px #eee inset;
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
#photo_main img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#photo_thumb {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#photo_thumb li {
	width: calc((100% / 4) - (10px * 3 / 4));
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.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;
}

#header .logo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    height: 100%;
    max-width: 350px;
    max-height: 70px;
}