@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=Marcellus&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F5F5F5;
	--color-font: #252524;
	--color-primary: #322B24;
	--color-primary-shade: #3B4624;
	--color-primary-tint: #333;
	--color-secondary: #333;
	--color-table-border: #CCC;
	--color-table-th: #322B24;	
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #322B24;
	--header-color-font: #FFF;
	--header-color-primary: #FFFFFF99;
	--header-color-primary-shade: #FFF;
	--header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-background: #322B24;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Marcellus', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 2;
}
.post hr {
	border: none;
	border-bottom: 1px solid #DBDBDB;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	font-weight: 500;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}

/*--FAQ-------------------------------------------*/

.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .a_ico {
	background: #f2f2f2;
	color: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	border-right: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	max-width: 90px;
	font-weight: normal;
	font-family: var(--font-family02);
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .q_ico {
	color: #ffffff;
	background: var(--color-primary);
	line-height: 1.0;
	padding: 1rem 1rem 1rem 1rem;
	font-size: 2.2rem;
	font-weight: normal;
	font-family: var(--font-family02);
	width: 100%;
	text-align: center;
	max-width: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #cccccc;
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid #cccccc;
	border-top: 0;
}
@media only screen and (max-width: 959px) {
	.qa_list .qa_list_inner {
		margin-bottom: 8rem;
	}
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
@media only screen and (max-width: 559px) {
	.qa_list .qa_list_inner dd {
		font-size: 1.4rem;
	}
	.qa_list .qa_list_inner {
		margin-bottom: 6rem;
	}
	.qa_list .qa_list_inner dt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header,
	.sticky-header #header > .inner {
		background: url(/wp-content/uploads/bg_header.jpg.webp) no-repeat center center / cover;
	}
	#header .logo img {
		max-width: 200px;
	}
	#header ul.header__contact {
		margin-left: 10px;
		padding: 15px 0;
	}
	#header ul.header__contact li {
		padding: 0 5px;
		border-left: 1px solid #fff;
	}
	#header a.head_btn {
		background: none !important;
		color: var(--header-color-font) !important;
		font-weight: 500;
		text-align: center;
	}
	#header a.head_btn:hover {
		color: var(--header-color-primary) !important;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn {
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		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 .logo {
		background: url(/wp-content/uploads/bg_header.jpg.webp) no-repeat center center / cover;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
}
#footer .footer__logo img {
	max-height: var(--px30);
}
#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_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; }
}
/**/
.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;
	border-radius: 0;
	padding: 16px 100px;
	font-size: 115%;
	font-family: var(--font-family02);
	letter-spacing: 0.1em;
	line-height: 1.4;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 28px;
	height: 28px;
	padding-top: 2px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	letter-spacing: 0;
	content: '\f105';
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .linkBtn::after {
	display: none;
}
#content .linkBtn:hover::before {
	right: 10px;
}
#content .linkBtn.btn_link,
#front-sectionPost .linkBtn {
	display: inline-block;
	padding: 10px;
	padding-right: 60px;
	background: none;
	border-bottom: 1px solid var(--color-primary-shade);
	color: var(--color-primary-shade);
	text-align: left;
}
#content .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
	right: 5px;
	background: var(--color-primary);
	border: none;
}
#content .linkBtn.btn_link:hover::before,
#front-sectionPost .linkBtn:hover::before {
	right: 0;
}
#content .linkBtn.btn_link.btn_white {
	color: #fff;
	border-color: #fff;
}
#content .linkBtn.btn_link.btn_white::before {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
@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; }
/**/
.bg_white::before {
	background: #fff;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home #content h1 b,
#contact_box h1 b {
	display: block;
	font-size: 120%;
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1.1;
}
.home #content h1 b+span,
#contact_box h1 b+span {
	display: block;
	font-size: var(--rem16);
}
.home #content h1.lft {
	text-align: left;
}
.home .postlist li {
	border-bottom: 1px solid #ddd;
}
/**/
#top_news::before {
	background: url(/wp-content/uploads/bg.jpg.webp) no-repeat center center / cover;
}
#top_news,
#top_news a,
#top_news h1 {
	color: #fff;
}
#top_news .postlist li {
	border-bottom: 1px solid #ccc;
}
#top_news .postlist li:first-child {
	border-color: #ccc;
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.png.webp) no-repeat center center / cover;
}
#top_msg .in {
	background: rgba(255,255,255,0.9);
}
#top_msg .ico img {
	width: 80px;
}
#top_msg p {
	line-height: 2.2;
}
/**/
#top_contents h1 {
	margin-left: 0;
}
#top_contents .txt {
	padding: 0 5%;
	background: url(/wp-content/uploads/top-concept-bg.png.webp) no-repeat center center / cover;
}
#top_contents .rev .txt {
	background-image: url(/wp-content/uploads/top-plan-bg.png.webp);
}
#top_contents h1,
#top_contents .txt {
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .txt {
		width: 40%;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#top_contents .photo {
		width: 60%;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
/**/
#top_link {
	padding: 0 5%;
}
#top_link li a {
	position: relative;
	display: block;
}
#top_link li a .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_link li a .ttl b {
	display: block;
	font-size: var(--rem36);
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
	letter-spacing: 0.1em;
}
#top_link li a .ttl b+span {
	display: block;
	font-family: var(--font-family01);
}
#top_link li a .photo {
	overflow: hidden;
}
#top_link li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_link li {
		width: 32%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_link li a .photo {
		height: 200px;
	}
	#top_link li a .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_link li+li {
		margin-top: 20px;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.png.webp) no-repeat center center / cover;
}
#contact_box .in {
	border: 1px solid #fff;
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#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);
	border-radius: 999px;
	color: #fff;
	font-family: var(--font-family01);
	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 a:hover,
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-primary);
}
#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: 49%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
.post4b li {
	background: #fff;
}
.post4b li .post4b_contents {
	line-height: 1.6;
}
.post4b img {
	max-width: 100%;
}
.post4b_text {
	padding: 0 10px 10px;
}
.post4b_link {
	bottom: 15px;
	right: 10px;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
}
/**/
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub b {
	display: block;
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1.1;
}
.post h2.sub b+span {
	display: block;
	font-size: var(--rem16);
}
/**/
.post h3 {
	padding-left: 0;
	border-bottom-width: 1px;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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 !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;
}

/*--------------------------------------------------
        Google Language Translator
--------------------------------------------------*/

#flags ul li a {
	padding: 0 !important;
}

.gt_flex {
	display: flex;
	justify-content: flex-end;
	padding: 5px 0;
}

#flags {
	width: 190px !important;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.gt_flex #flags,
.gt_flex #google_language_translator {
	height: 30px;
}

ul#sortable li {
	height: 18px !important;
	display: block;
}

@media print,
screen and (min-width: 1024px) {
	#glt-translate-trigger {
		display: none;
	}

	#header {
		height: auto !important;
	}

	#header-layout {
		height: 80px;
	}
}

@media print,
screen and (max-width: 1023px) {
	#glt-translate-trigger {
		bottom: 58px;
	}

	.tool-container {
		bottom: 100px !important;
	}

	#glt-translate-trigger {
		display: none;
	}

	.tool-container.tool-top .arrow {
		display: none;
	}

	.tool-container {
		opacity: 1 !important;
		display: block !important;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, .3);
		background: #fff !important;
		padding: 10px 5px !important;
		left: inherit !important;
		right: 0 !important;
		bottom: 250px !important;
		border-radius: 8px 0 0 8px;
	}

	.tool-items {
		display: flex !important;
		flex-direction: column !important;
		gap: 2px !important;
	}
}

@media print,
screen and (max-width: 1023px) {
	.tool-container {
		position: fixed;
		bottom: 110px !important;
	}

	#scrollUp {
		bottom: 65px !important;
		right: 3px !important;
	}
}



/*-------------------------------------------
   MV切り替え
--------------------------------------------*/
@media screen and (min-width:751px) {
.sp_mv {
display: none;
}
}
@media screen and (max-width:750px) {
.pc_mv {
display: none;
}
}

/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}