@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=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #0099BB;
	--color-primary-shade: #CAECF3;
	--color-primary-tint: #78CA44;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #0099BB;
	--header-color-primary-shade: #CAECF3;
	--header-color-primary-tint: #78CA44;
	/*------▼フッター設定▼------*/
	--footer-background: #0099BB;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Marcellus', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}

.post table th {
	background: var(--color-table-th);
}

@media print,
screen and (min-width: 1024px) {
	.sticky-header #header>.inner {
		background: var(--header-background);
	}
}

/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 a.head_btn.tel_btn {
		color: var(--color-font);
		text-align: center;
	}

	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
		font-family: 'Roboto', sans-serif;
	}

	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}

	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}

	#header a.head_btn {
		text-align: center;
	}

	#header a.head_btn::before {
		display: none;
	}

	/**/
	nav#mainNav {
		height: auto;
	}

	nav#mainNav ul li a span {
		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 {
		z-index: 200;
	}
}

/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .inner {
	border-bottom: solid 1px #CFCFCF;
}

/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#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_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%;
	}
}

@media print,
screen and (min-width:769px) {

	/* PCのみ */
	.box_pad {
		padding: 50px;
	}
}

/**/
.box_w2 .column3_33 img,
.box_w2 .column2_30 img,
.box_w2 .column2_40 img,
.box_w2 .column2_50 img {
	max-width: 100%;
}

/**/
.post p {
	line-height: 1.8;
}

/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.w600,
.w800,
.w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}

.w800 {
	width: 800px;
}

.w900 {
	width: 900px;
}

/**/
#front-sectionPost .txt_c .linkBtn,
.post .linkBtn {
	width: auto;
	max-width: 95%;
	padding: 10px 50px;
	padding-right: 70px;
	border-radius: 999px;
}

#front-sectionPost .txt_c .linkBtn::after,
.post .linkBtn::after {
	border: 0;
	transform: unset;
	width: 15px;
	height: 15px;
	background: url(/wp-content/uploads/arow.png) no-repeat center center / contain;
	top: 56%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#content h1 b,
#front-sectionPost h1.title span {
	font-family: var(--font-family02);
	font-weight: normal;
	position: relative;
}

#content h1 b+span,
#front-sectionPost h1.title span span {
	display: block;
	font-size: var(--rem16);
	font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
	font-weight: bold;
}

#content h1,
#front-sectionPost h1.title {
	background: url(/wp-content/uploads/border.png) no-repeat bottom center / 150px;
	padding-bottom: 20px;
}

/**/
#top_philosophy::before {
	background: url(/wp-content/uploads/top-philosophy-bg.jpg) no-repeat center center / cover;
}

#top_philosophy .txt_pickup {
	font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
}

/**/
#top_service::before {
	background: var(--color-primary-shade);
	top: auto;
	bottom: 0;
	height: 300px;
}

#top_service .box {
	width: 100%;
}

#top_service ul.photo li {
	width: 50%;
	box-sizing: border-box;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#top_service .box {
		width: 48%;
	}
}

@media only screen and (max-width: 959px) {

	/* タブレット用 */
	#top_service::before {
		height: 150px;
	}
}

@media only screen and (max-width: 640px) {

	/* スマホ用 */
	#top_service .box {
		margin-bottom: 1.5rem;
	}
}

/**/
#top_company h1 {
	text-align: left;
	background-position: left bottom;
}

#top_company .txt {
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
	position: relative;
}

@media print,
screen and (min-width: 960px) {

	/* PC用 */
	#top_company .txt {
		width: 40vw;
		margin-right: -10vw;
	}

	#top_company .photo {
		width: 70vw;
	}
}

@media only screen and (max-width: 959px) and (min-width: 641px) {

	/* タブレット用 */
	#top_company .txt {
		width: 70vw;
		margin-right: -40vw;
	}

	#top_company .photo {
		width: 70vw;
	}

}

/**/
#contact_box::before {
	background: var(--color-primary-shade);
	height: 60%;
}

#contact_box .in {
	background: #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);
	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 i {
	margin-right: 8px;
}

#contact_box .btn .tel a b {
	font-size: 150%;
}

#contact_box .btn .tel a {
	background: var(--color-primary-tint);
	color: #fff;
}

#contact_box .btn a:hover {
	background: #fff;
	color: var(--color-primary);
}

#contact_box .btn .tel a:hover {
	color: var(--color-primary-tint);
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}

/**/
#front_top_content,
#front_bottom_content {
	background: none;
	position: relative;
}

#front_bottom_content::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;
	background: #F5F5F5;
}

/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title,
.post h1,
.post h2,
.post h3,
.post h4 {
	color: var(--color-font);
}

.post h2.noline::after {
	display: none;
}

.post h3.noline {
	padding: 0;
	border: none;
}

.post h2.sub {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	line-height: 0.7;
}

.post h2.sub b {
	display: block;
	color: var(--color-primary);
}

.post h2.sub b+span {
	font-weight: bold;
	font-size: var(--rem16);
}

.post h3.sub span {
	display: block;
	color: var(--color-primary-tint);
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
	font-size: var(--rem18);
	line-height: 1.0;
}

.post h3.sub span::before {
	content: "";
	display: block;
	width: 30px;
	height: 5px;
	background: var(--color-primary-tint);
	margin-left: 0;
	margin-bottom: 7px;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
/**/
.post table,
.post table th,
.post table td {
	background-color: transparent;
}

.post table th {
	background: #C9E1B9;
}

.bg_gray::before {
	background: #F6F6F6;
}

.f_min {
	font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}

/*--------------------------------------------------
	企業理念
--------------------------------------------------*/
#philosophy_list {
	column-gap: 2%;
	row-gap: 1.5rem;
}

#philosophy_list dl {
	width: 100%;
}

#philosophy_list dl dt img {
	width: 70%;
	margin: auto;
}

#philosophy_list dl dd .ttl {
	color: #61B8F8;
	font-family: "Zen Kaku Gothic New", sans-serif;
	text-align: center;
	font-size: var(--rem24);
}

#philosophy_list dl dd .ttl {
	border-bottom: solid 1px #9A9A9A;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#philosophy_list dl dd .ttl b {
	font-weight: normal;
	font-size: var(--rem48);
	display: block;
}

#philosophy_list dl dd .text {
	text-align: center;
	padding-top: 2rem;
}

@media print,
screen and (min-width: 641px) {

	/* PC用 */
	#philosophy_list dl {
		width: 32%;
	}
}


/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}

.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翻訳-----------------------*/
#flags ul li a {
	padding: 0 !important;
}

.gt_flex {
	display: flex;
	justify-content: flex-end;
	padding: 5px 0;
}

#flags {
	width: 160px !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) {

	#mainImg {
		padding-top: 40px !important;
	}

	header#h1Header {
		margin-top: 40px;
	}

	#glt-translate-trigger {
		display: none;
	}
}

@media print,
screen and (max-width: 768px) {
	#glt-translate-trigger {
		bottom: 58px;
	}

	.tool-container {
		bottom: 100px !important;
	}
}