@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=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #51658D;
	--color-primary-shade: #DCEDF1;
	--color-primary-tint: #C4EBF3;
	--color-secondary: #E80303;
	--color-table-border: #EBEBEB;
	--color-table-th: #DCEDF1;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #51658D;
	--header-color-primary-shade: #C4EBF3;
	--header-color-primary-tint: #96C4D3;
	/*------▼フッター設定▼------*/
	--footer-background: #DCEDF1;
	--footer-color-font: #252524;
	--footer-color-primary: #252524;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: 'Zen Kaku Gothic New', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	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;
	}
}
/*--------------------
flow01
--------------------*/
.flowlist {
  padding-left: 10rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 15px;
  height: 100%;
  background: var(--color-primary);
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 10rem;
}
.flowlist > li {
  position: relative;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist > li .icon {
  font-size:1.6rem;
  color: #fff;
  background: var(--color-primary);
  padding: 0.8rem 2rem;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  font-style: italic;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent var(--color-primary);
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
	padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: 0;
  background: #D9D9D9;
  border-radius: 50%;
  left: -4px;
}
.flowlist > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #000;
  position: absolute;
  left: 5px;
	top: 2.3rem;
}
.flowlist > li dl dt {
  margin-bottom: 0.5rem;
  font-size: var(--rem20);
  font-weight: normal;
}
@media (max-width: 768px) {
	.flowlist > li .icon {
		font-size: 1.2rem;
	}

	.flowlist {
		padding-left: 10rem;
	}

	.flowlist > li .icon {
		left: -11rem;
	}

	.flowlist::before {
		left: 10rem;
	}

	.flowlist > li dl {
		padding-left: 4.5rem;
	}

	.flowlist > li dl::after {
		width: 30px;
	}

	.flowlist > li dl 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; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#mainImg img {
		height: auto;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		text-align: center;
		color: var(--header-color-font);
	}
	#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 ul.header__contact li {
		padding: 12px;
		padding-left: 0;
	}
	#header a.head_btn {
		border-radius: 10px;
		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: 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;
	}
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--color-primary-shade);
	}
}
@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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
/* ロゴの大きさ調整
#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_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;
	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;
}
.kadomaru {
	border-radius: 15px;
	overflow: hidden;
}
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
hr.b_blue {
	border-color: var(--color-primary-shade);
}
.marker {
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}
.marker.blue {
	background:linear-gradient(transparent 60%, #DCEDF1 0%);
	background: -moz-linear-gradient(transparent 60%, #DCEDF1 0%); 
    background: -webkit-linear-gradient(transparent 60%, #DCEDF1 0%);
}
.marker.gray {
	background:linear-gradient(transparent 60%, #F5F5F5 0%);
	background: -moz-linear-gradient(transparent 60%, #F5F5F5 0%); 
    background: -webkit-linear-gradient(transparent 60%, #F5F5F5 0%);
}
/**/
.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; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#front-sectionPost h1.title,
#content h1.sub {
	position: relative;
	line-height: 0.95;
}
#front-sectionPost h1.title span,
#content h1.sub b+span {
	display: block;
	font-family: var(--font-family02);
	font-size: var(--rem80w);
	color: var(--color-primary-tint);
	letter-spacing: 0.5rem;
}
#front-sectionPost h1.title span span,
#content h1.sub.cen b {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-weight: normal;
	width: 100%;
}
#content h1.sub.lft {
	text-align: left;
	width: 100%;
}
#content h1.sub.lft b {
	position: absolute;
	left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-weight: normal;
}
#front-sectionPost h1.title span span {
	font-family: var(--font-family01);
	font-size: var(--rem36);
	color: var(--color-font);
}
#front-sectionPost h1.title::after,
#content h1.sub::after {
	content: "";
	display: block;
	margin: auto;
	width: 120px;
	height: 3px;
	background: var(--color-primary);
}
#content h1.sub.lft::after {
	margin-left: 0;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	#front-sectionPost h1.title span,
	#content h1.sub b+span {
		font-size: 300%;
	}
}
/**/
.bg_wide.bg_blue::before,
.bg_blue {
	background: var(--color-primary-shade);
}
.top_box .in_white {
	background: #fff;
	padding: 30px 5%;
}
.top_box .in_blue {
	background: var(--color-primary-shade);
	padding: 30px 5%;
}
.top_box ul.link {
	column-gap: 2%;
	row-gap: 2rem;
	justify-content: flex-start;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.top_box ul.link li {
		width: 100%;
	}
	.top_box ul.link .linkBtn {
		display: block;
	}
	.top_box .in_white,
	.top_box .in_blue {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}
#top_service::before {
	background: #f5f5f5;
}
#top_service h1.sub b+span {
	color: #fff;
}
.top_box .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.top_box .photo.img_lft img {
	object-position: left;
}
@media print, screen and (min-width: 640px){ /* PC用 */	
	.top_box .in_white,
	.top_box .in_blue {
		width: 50%;
		box-sizing: border-box;
		padding:60px 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.top_box .photo {
		width: 50%;
		box-sizing: border-box;
	}
}
/**/
#top_bnr ul {
	column-gap: 2%;
	row-gap: 2rem;
}
#top_bnr ul li {
	width: 100%;
}
#top_bnr a {
	display: block;
	background: var(--color-primary);
	color: #fff;
	position: relative;
}
#top_bnr a .txt {
	display: block;
	text-align: center;
	font-size: var(--rem28);
	line-height: 1.0;
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 11%;
}
#top_bnr a .txt span {
	display: block;
	padding-top: 10px;
}
#top_bnr a .txt span img {
	width: 27px;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_bnr ul li {
		width: 32%;
	}
}


/**/
#top_link h1 {
	color: #fff;
	margin-bottom: 0;
    font-size: var(--rem28);
}
#top_link h1 span {
	display: inline-block;
	margin-left: 15px;
}
#top_link h1 span img {
	vertical-align: sub;
	width: 28px;
}
#top_link ul {
	column-gap: 3%;
	row-gap: 2rem;
	justify-content: center;
}
#top_link ul a {
	position: relative;
}
#top_link ul .photo {
	position: relative;
	overflow: hidden;
}
#top_link ul .photo::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	height: 100%;
	transition: all .5s;
}
#top_link ul a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_link ul a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
}
#top_link ul a:hover .photo::after {
	display: none;
}
#top_link ul .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_link ul li {
		width: 48%;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact_bg.jpg) no-repeat center center / cover;
}
#contact_box .in {
	background: rgba(255,255,255,0.9);
}
#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;
	border-radius: 10px;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
	font-weight: 500;
}
#contact_box .btn a:hover,
#contact_box .btn .tel a {
	background: var(--color-primary-shade);
	color: var(--color-font);
}
#contact_box .btn .tel 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:not(:last-child) {
		margin-bottom: 1rem;
	}
}

/**/
#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;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-size: var(--rem120);
    font-family: var(--font-family02);

}
#thumbImg::before, header#h1Header::before {
	display: none;
}
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 b {
	display: block;
	font-size: var(--rem18);
}
.post h3 {
	border-color: var(--color-font);
	margin-bottom: 4rem;
}
.post h3.sub {
	color: var(--color-primary);
}
.post h3.sub::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: var(--color-primary);
	margin-left: 0;
	margin-top: 10px;
}
.post h4 {
	font-weight: normal;
}
.post h4::before {
	background : var(--color-font);
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	SDGs
--------------------------------------------------*/
#sdgs_fream .ttl {
	line-height: 1.0;
}
#sdgs_fream .ttl span {
	font-size: var(--rem40);
	position: relative;
	padding-left: 43px;
	display: inline-block;
}
#sdgs_fream .ttl span::before {
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
	background: url(/wp-content/uploads/sdg_icon.png.webp) no-repeat center center / contain;
}
ul.img_circle li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 2rem;
}
ul.img_circle li::before {
	content: "";
	position: absolute;
    top: 7px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/maru1.png.webp) no-repeat center center / contain;
}
ul.img_circle li:nth-of-type(2)::before {
	background-image: url(/wp-content/uploads/maru2.png.webp);
}
ul.img_circle li:nth-of-type(3)::before {
	background-image: url(/wp-content/uploads/maru3.png.webp);
}
ul.img_circle li:nth-of-type(4)::before {
	background-image: url(/wp-content/uploads/maru3.png.webp);
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_fream .ttl {
	font-size: var(--rem28);
}
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
#recruit_fream .lead_en {
    font-size: min(calc(1.8rem +(1vw - 19.2px)* 0.3236), 1.8rem);
    letter-spacing: 0.8rem;
}
p.lh_wide {
	line-height: 2.5;
}
.contact_area {
    padding: min(calc(80px +(1vw - 19.2px)* 2.5890), 80px);
    text-align: center;
    background: #F5F5F5;
    margin-top: min(calc(120px +(1vw - 19.2px)* 2.5890), 120px);
}
/*--------------------------------------------------
	WORKS
--------------------------------------------------*/
#works_fream .ttl {
	font-size: var(--rem28);
}
#works_fream dl dt .bg_blue p {
	font-size: var(--body-font-size);
}
/*--------------------------------------------------
	STAFF
--------------------------------------------------*/
#staff_fream .box {
	border: solid 1px #757575;
}
#staff_fream h3 {
	position: relative;
	border-bottom: dashed 1px #333;
}
#staff_fream h3::after {
	content: "";
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 0; 
	background: -webkit-linear-gradient(bottom, transparent 50%, rgba(0,0,0,0.1));
	background: -o-linear-gradient(bottom, transparent 50%, rgba(0,0,0,0.1));
	background: linear-gradient(to top, transparent 50%, rgba(0,0,0,0.1));
}
#staff_fream h3 span.bg_d_blue {
	background: var(--color-primary);
	display: inline-block;
	color: #fff;
	padding: 0 5px;
	margin-right: 8px;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table,
.wpcf7-form table th,
.wpcf7-form table td {
	background: none;
	border: 0;
}
.wpcf7-form table tr {
	border-bottom: solid 1px #D9D9D9;
}
/* ボタン */
.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;
}
