@charset "utf-8";
/*
Theme Name:mrp04-child
Template:mrp04
Version: 0.01
*/








/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.red { color: #CC141B; }
.blue { color: #002060; }
.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%;
	}
}
/**/
h1.title b,
.post h1 b {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
header#h1Header h1.title {
	background: none;
}
header#h1Header #thumb {
	background-color: #3e3a39;
	display:inline-block;
}
header#h1Header #thumb img {
	opacity: 0.5;
    display:block;
}
#header-layout {
	padding-bottom: 0;
}
/*--------------------------------------------------
	トップ
--------------------------------------------------*/
.home #mainImg {
	padding-bottom: 0;
}
.home #wrapper {
	overflow: visible;
}
.home #content {
	padding-top: 0;
}
#post-2 .post {
	padding-top: 0;
	background: none;
	border: none;
}
/**/
#front_bottom_content h1::after,
#top_contents h1::after,
#top_contact h1::after {
	display: none;
}
/**/
#top_msg::before {
	background-image: url(/struct/wp-content/uploads/top_bg01.jpg);
}
#top_msg .in {
	background-image: url(/struct/wp-content/uploads/top_img01.jpg);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
}
#top_msg dl {
	width: 50%;
	box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	padding: 5%;
	color: #222;
	background-color: #fff;
}
#top_msg h1 {
	color: #3e3a39;
}
#top_msg h1::after {
	border-bottom: none;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg .in {
		background-position: bottom;
		background-size: cover;
		padding-top: 50%;
	}
	#top_msg dl {
		width: 100%;
	}
}
/**/
#top_point h1 {
	margin-bottom: 30px;
}
#top_point ul,
#top_point ul li {
	margin: 0;
	padding: 0;
	border: none;
}
#top_point ul li {
	width: 250px;
	height: 250px;
	margin: 20px auto 0;
	background: #fff;
	border-radius: 50%;
	box-sizing: border-box;
	color: #222;
	font-weight: bold;
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_point ul li img {
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) and (min-width: 641px){
	#top_point ul li {
		width: 200px;
		height: 200px;
	}
}
/**/
#top_contents {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	color: #222;
	background: #fff;
}
#top_contents h1 {
	color: #404040;
}
#top_contents .box {
	position: relative;
}
#top_contents .box::before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	content: "";
}
#top_contents .bg01::before {
	background-image: url(/struct/wp-content/uploads/top_img02.jpg);
}
#top_contents .bg02::before {
	background-image: url(/struct/wp-content/uploads/top_img03.jpg);
}
#top_contents .txt {
	padding: 20px 15px;
	background-position: center;
	background-size: cover;
}
#top_contents .linkBtn {
	margin: 10px 0 0;
	background: #000;
	border-radius: 0;
}
#top_contents .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 25px;
	height: 1px;
	background: #fff;
	content: "";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#top_contents .linkBtn::after {
	display: none;
}
#top_contents .linkBtn:hover {
	background: #3E3A39;
}
#top_contents .linkBtn:hover::before {
	right: -15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .box::before {
		top: 0;
		width: 50%;
	}
	#top_contents .bg01 {
		padding-left: calc(50%);
	}
	#top_contents .bg01::before {
		left: 0;
	}
	#top_contents .bg02 {
    	padding-right: calc(50%);
	}
	#top_contents .bg02::before {
		right: 0;
	}
	#top_contents .txt {
		position: relative;
		padding: 80px 10%;
	}
	#top_contents .box.bg01,
	#top_contents .box.bg02 {
		position: relative;
		overflow: hidden;
	}
	#top_contents .box.bg01 .txt::after {
		content: "";
		top: -2px;
		left: -58px;
		position: absolute;
		background-image: url(/struct/wp-content/uploads/top_img02.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top left;
		width: 60px;
		height: calc(100% + 4px);
	}
	#top_contents .box.bg02 .txt::after {
		content: "";
		top: -2px;
		right: -58px;
		position: absolute;
		background-image: url(/struct/wp-content/uploads/top_img03.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: top left;
		width: 60px;
		height: calc(100% + 4px);
	}
}
@media only screen and (max-width: 1000px) and (min-width: 641px){
	#top_contents .txt {
		padding: 30px 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .box {
		padding-bottom: 150px;
	}
	#top_contents .box::before {
		left: 0;
		bottom: 0;
		height: 150px;
	}
}
/**/
#top_contact::before {
	background: url(/struct/wp-content/uploads/top_bg02.jpg) no-repeat center center / cover;
}
#top_contact .in {
	background: rgba(62,58,57,0.9);
}
#top_contact h1 {
	background: none;
}
#top_contact .box_w2 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
#top_contact .box_w2 .linkBtn {
	background: rgba(62,58,57,0.9);
	border: 1px solid #998F8D;
	border-radius: 0;
}
#top_contact .box_w2 .linkBtn:hover {
	background: rgba(153,143,141,0.6);
}
#top_contact .box_w2 .linkBtn img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
#top_contact .box_w2 .linkBtn b {
	font-size: 150%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contact .box_w2 .linkBtn {
		display: block;
		width: 48%;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#post-51 .post h2 {
	margin-bottom: 20px;
}
#post-51 .post h2::after {
	border-bottom: none;
}
#post-51 .post h2 b {
	display: flex;
	width: 600px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	line-height: 1.2;
}
#post-51 .post h2 b::before,
#post-51 .post h2 b::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-top: 14px;
	background: #999999;
	display: block;
}
#post-51 .post h2 b::before {
	margin-right: .4em;
}
#post-51 .post h2 b::after {
	margin-left: .4em;
}
/**/
#line_fream {
	border: #998f8d solid 1px;
	border-radius: 20px;
}
/**/
#service_msg dl {
	width: 48%;
	box-sizing: border-box;     /* 余白や線を幅と高さに含める */
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
	margin-bottom: 3%;
}
#service_msg dl dt h3 {
	padding-top: 0;
	margin-top: 0;
}
#service_msg dl dd {
	color: #000;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_msg dl {
		width: 100%;
		padding: 15px;
	}
}
/**/
#flow_fream .box {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#flow_fream .ico {
	position: relative;
	width: 100px;
	padding: 10px 0;
	background: #998F8D;
	text-align: center;
}
#flow_fream .ico::before {
	position: absolute;
	content: "";
	top: 50%;
	right: -20px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 10px solid #998F8D;
}
#flow_fream dl {
	position: relative;
	width: calc(100% - 130px);
	padding-left: 50px;
	border-left: 10px solid #000;
	box-sizing: border-box;
}
#flow_fream .box:not(:last-child) dl {
	padding-bottom: 30px;
}
#flow_fream dl::before {
	position: absolute;
	top: 10px;
	left: -7px;
	display: block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	content: "";
}
#flow_fream dl::after {
	position: absolute;
	top: 11px;
	left: 4px;
	display: block;
	width: 40px;
	border-bottom: 1px dashed #fff;
	content: "";
}
#flow_fream dt {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_fream .ico {
		width: 80px;
	}
	#flow_fream dl {
		width: calc(100% - 100px);
		padding-left: 30px;
	}
	#flow_fream dl::after {
		width: 20px;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form table td {
	text-align: left !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.wpcf7-form table th {
		width: 200px;
		white-space: nowrap;
	}
}
/* ボタン */
.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;
}

/*HOLO移行対応*/
html{
        min-height: 100vh;
}
body{
min-height: 100vh;
}
#footer{
  position: sticky;
  top: 100vh;
  width: 100%;
}