@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/



/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.red { color: #FC0000; }
.txt_green { color: #1E9B93; }
.cf:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0px;
	content: "";
}
p.attention {
	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; }
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.mb {
	margin-bottom: 40px;
}
.bg_wide {
	position: relative;
}
.bg_wide::before {
	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;
}
.bg_pad {
	padding: 30px 0;
}
.box_pad {
	padding: 15px;
	box-sizing: border-box;
}
.box_w2 .column2_50:not(.cen) {
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_pad {
		padding: 60px 0;
	}
	.bg_fix::before {
		background-attachment: fixed !important;
	}
	.box_w2 {
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.box_w2.rev {
		flex-direction: row-reverse;
	}
	.box_w2.vcen {
		-webkit-align-items: center;
		align-items: center;
	}
	.box_pad {
		padding: 30px;
	}
	.box_w2 .column2_50 {
		width: 48.5%;
	}
	.box_w2 .column2_80 {
		width: 77%;
	}
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header .logo {
	padding: 10px 0 10px 30px;
	background: none;
	box-sizing: border-box;
}
@media print, screen and (min-width: 1100px) {
	.admin-bar.sticky-header #header {
		top: -95px;
	}
	.sticky-header #header {
		position: fixed;
		top: -125px;
		left: 0;
		width: 100%;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 301;
	}
}
@media print, screen and (min-width: 1024px) {
	#header {
		overflow: visible;
	}
	#header .inner,
	#header-layout {
		position: relative;
		width: auto;
	}
	#header-layout {
		padding: 0;
	}
	#header .logo,
	#header .contact {
		position: absolute;
		top: 0;
		width: auto;
		z-index: 300;
	}
	#header .logo {
		left: 0;
		height: 90px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	#header .logo img {
		max-height: 70px !important;
	}
	#header .contact {
		right: 0;
		width: 301px;
		padding: 0;
	}
	#header .contact .float {
		float: none;
	}
	#header .contact a {
		display: block;
		width: 150px;
		height: 90px;
		box-sizing: border-box;
		color: #fff !important;
		text-align: center;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#header .contact a:hover {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
	}
	#header .contact .tel i,
	#header .contact .mail a img {
		display: none;
	}
	#header .contact .tel {
		float: left;
	}
	#header .contact .tel a {
		background: #D3B762;
		font-size: 14px;
	}
	#header .contact .tel a b {
		padding-left: 25px;
		background: url(/struct/wp-content/uploads/tel.png) no-repeat left center;
		font-size: 18px;
		font-weight: normal;
	}
	#header .contact .mail {
		float: right;
		margin: 0;
	}
	#header .contact .mail a {
		background: #1E9B93;
		font-size: 15px;
	}
	#header .contact .mail a::before {
		content: "\304A\554F\3044\5408\308F\305B";
	}
	/**/
	nav div.panel {
		float: none;
	}
	nav#mainNav {
		height: 90px;
		/* 縦方向中央揃え */
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		box-shadow:none;
	}
	#mainNav .inner {
		width: 100%;
		padding-left: 200px;
		padding-right: 301px;
		box-sizing: border-box;
	}
	#mainNav .inner ul {
		float: right;
	}
	nav#mainNav ul li a {
		padding:26px 35px;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	nav#mainNav ul li a {
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 1023px) {
	#header .contact {
		display: none;
	}	
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #mainImg {
	padding-bottom: 0;
}
.home #wrapper,
.page-company #wrapper {
	overflow: visible;
}
.home #content {
	padding-top: 0;
}
#post-2 .post {
	padding-top: 0;
	background: none;
	border: none;
}
/**/
#top_msg::before {
	background: url(/struct/wp-content/uploads/top_bg.jpg) no-repeat center center / cover;
}
#top_msg .in {
	background: rgba(255,255,255,0.7);
	border: 3px solid #1E9B93;
}
#top_msg h1 span {
	padding: 0;
	font-size: 18px;
}
#top_msg dl {
	margin-bottom: 30px;
}
#top_msg dt {
	margin-bottom: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #BFBFBF;
	color: #CAAA42;
	font-size: 130%;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .in {
		padding-left: 6%;
		padding-right: 6%;
	}
	#top_msg dl {
		width: 48%;
	}
}
/**/
#top_contents {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
#top_contents img {
	margin: 0 auto;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
#top_contents p {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents p {
		width: calc(100% / 3);
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
p.name img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: bottom;
}
/**/
#company_policy::before {
	background: #FAF7EC;
}
#company_policy dl {
	display: flex;
	align-items: center;
	margin-top: 25px;
}
#company_policy dt {
	font-size: 40px;
	font-weight: normal;
}
#company_policy dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_policy {
		text-align: center;
	}
	#company_policy .in {
		display: inline-block;
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_msg .photo {
		overflow: hidden;
		height: 250px;
		margin-bottom: 10px;
	}
	#company_msg .photo img {
		object-fit: cover;
	}
	#company_policy dl {
		align-items: flex-start;
	}
	#company_policy dt {
		font-size: 30px;
	}
}
/**/
#company_tbl {
	margin-bottom: 40px;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td {
	text-align: left;
}
/**/
#contact_box {
	padding: 15px;
	border: 3px solid #CAAA42;
}
#contact_box .ttl {
	text-align: center;
}
#contact_box a b {
	font-size: 120%;
}
#contact_box a img {
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
	vertical-align: middle;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .ttl,
	#contact_box a {
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#contact_box .ttl {
		width: 22%;
		margin-right: 2%;
		padding: 0 15px 0 0;
		border-right: 3px solid #CAAA42;
	}
	#contact_box a {
		width: 36%;
		margin: 0;
		padding: 15px 30px;
		line-height: 1.4;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box {
		padding-bottom: 1px;
	}
}
/**/
.post .corporation_contact {
	width: 700px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.post .corporation_contact .linkBtn {
	display: block;
	background: #595959;
	border-radius: 0;
}
.post .corporation_contact .linkBtn:hover {
	background: #999;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl {
	margin-bottom: 40px;
}
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
#recruit_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left !important;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	padding:0 !important;
}
.post form.wpcf7-form .linkBtn input.wpcf7-submit {
	width:100%;
	padding:15px 40px;
}
.post form.wpcf7-form .linkBtn span.ajax-loader {
	position:absolute;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 240px;
		white-space: nowrap;
	}
	.post form.wpcf7-form .linkBtn {
		width: 200px;
		max-width: 100%;
	}
}
/*バージョンアップCF7送信スピナーによるテキストずれ対応*/
.wpcf7-spinner{
    position: absolute!important;
    margin: 0!important;
}
