@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=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #88C8D6;
	--color-primary-shade: #30B1AE;
	--color-primary-tint: #30B1AE;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #88C8D6;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #88C8D6;
	--header-color-primary-shade: #30B1AE;
	--header-color-primary-tint: #30B1AE;
	/*------▼フッター設定▼------*/
	--footer-background: #88C8D6;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'EB Garamond', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 ul.header__contact li:last-child {
		padding: 15px;
	}
	#header a.head_btn.mail_btn {
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
#footer .box_rit img {
	width: 200px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footnav ul {
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#footer .box_rit {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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; }
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid #ddd;
}
.post table.tbl_line tr {
	border-bottom: 1px solid #ddd;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
.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: 15px 60px;
	line-height: 1.4;
}
@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 {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: 120%;
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 1;
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary);
	font-size: 50%;
}
.home .post h1.lft {
	text-align: left;
}
/**/
#top_about::before {
	background: #F5F5F5;
}
#top_about .txt {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about .photo {
		width: 65%;
	}
	#top_about .txt {
		position: relative;
		width: 45%;
		margin-left: 5%;
		margin-right: -15%;
	}
}
/**/
#top_business::before {
	width: 55vw;
	margin-right: 0;
	background: url(/wp-content/uploads/top-our-business-bg.jpg.webp) no-repeat center center / cover;
}
/**/
#top_recruit .txt {
	padding: 0 5%;
	background: #fff;
}
#top_recruit .photo li:nth-child(1) {
	padding-left: 42%;
}
#top_recruit .photo li:nth-child(2) {
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	padding-right: 42%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit .txt {
		position: relative;
		width: 50%;
		margin-left: -10%;
	}
	#top_recruit .photo {
		width: 60%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box::before {
	top: auto;
	bottom: 0;
	height: 65%;
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box {
	padding-bottom: 200px;
}
#contact_box .btn {
	width: 380px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	display: block;
	padding: 18px 15px 10px;
	background: var(--color-primary);
	color: var(--color-font);
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a .fss {
	margin-top: 5px;
	color: #fff;
	font-size: 55%;
}
#contact_box .btn a:hover {
	background: var(--color-primary-tint);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box {
		padding-bottom: 100px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-weight: 500;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2.sub::after,
.post h2.sub2::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub b {
	display: block;
	font-size: 120%;
	font-weight: bold;
	font-family: var(--font-family02);
}
.post h2.sub b+span {
	display: block;
	color: var(--color-primary);
	font-size: 50%;
}
.post h2.lft {
	text-align: left;
}
.post h2.sub2 {
	padding-left: 15px;
	border-left: 5px solid #D7F0D5;
	color: var(--color-primary-tint);
	font-size: var(--rem24w);
	font-weight: 500;
	text-align: left;
}
/**/
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3{
	color: var(--color-primary-tint);
	font-weight: 500;
	border-bottom: 1px solid #D7F0D5;
}
.post h3.sub {
	padding-left: 15px;
	border-left: 5px solid #D7F0D5;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_group {
	padding: 20px;
	background: url(/wp-content/uploads/company-osouji-bg.png.webp) no-repeat center center / cover;
}
#company_group h3 {
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#company_group h3 img {
	width: 80px;
	margin: 0;
	margin-right: 20px;
}
#company_group .box {
	position: relative;
	background: #fff;
}
#company_group .ico {
	position: absolute;
	right: 2%;
	bottom: 0;
	width: 100px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_group {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_group h3 img {
		width: 60px;
	}
	#company_group .ico {
		width: 50px;
		right: -20px;
		bottom: -20px;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_photo li:nth-child(1) {
	position: relative;
	margin-bottom: -30px;
	padding-left: 42%;
}
#recruit_photo li:nth-child(2) {
	padding-right: 42%;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_photo li:nth-child(1) {
		margin-bottom: -10px;
	}
}
/**/
#recruit_msg h3 {
	color: var(--color-primary-tint);
}
#recruit_msg h3 span {
	display: inline-block;
	padding: 0 20px;
	background: linear-gradient(transparent 60%, #D7F0D5 60%);
}
/**/
.post table.recruit_tbl th {
	width: 20%;
	white-space: nowrap;
	vertical-align: middle;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}