@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=Tenor+Sans&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #F4A100;
	--color-primary-shade: #FE4F3C;
	--color-primary-tint: #434343;
	--color-secondary: #ED6A5A;
	--color-table-border: #BBB;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #EFEFEE;
	--header-color-font: #444;
	--header-color-primary: #F4A100;
	--header-color-primary-shade: #434343;
	--header-color-primary-tint: #434343;
	/*------▼フッター設定▼------*/
	--footer-background: #434343;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Tenor Sans', '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);
	}
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px); /* 120-65px (1920-375) */
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
 /*   color: #fff; 
    padding: 0.8em 1.2em; */
    display: block;
}


/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 {
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#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.tel_btn::before {
		display: none;
	}
	#header a.head_btn.mail_btn::before {
		font-size: 1.2em;
	}
	#header a.head_btn.mail_btn b {
		display: block;
		font-size: 14px;
	}
	#header a.head_btn.mail_btn b+span {
		font-size: 10px;
		font-weight: normal;
	}
	#header a.head_btn.mail_btn {
		background: -moz-linear-gradient(left, #FE4F3C, #F9791E 10%, #F4A100, #F9791E 90%, #FE4F3C); 
		background: -webkit-linear-gradient(left, #FE4F3C, #F9791E 10%, #F4A100, #F9791E 90%, #FE4F3C); 
		background: linear-gradient(to right, #FE4F3C, #F9791E 10%, #F4A100, #F9791E 90%, #FE4F3C);
		background-position: 0 0;
		background-size: 200% 100%;
		transition: all 0.3s ease-out;
	}
	#header a.head_btn.mail_btn:hover {
		background-position: 100% 0;
	}
	/**/
	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_img img {
	vertical-align: bottom;
}
#footer {
	background: -moz-linear-gradient(right, #434343, #000000); 
	background: -webkit-linear-gradient(right, #434343, #000000); 
	background: linear-gradient(to left, #434343, #000000);
}
/* ロゴの大きさ調整
#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; }

/**/
#content .linkBtn {
	width: 250px;
	max-width: 95%;
	border-radius: 0;
	padding: 15px;
	padding-right: 40px;
	line-height: 1.4;
	background: none;
	color: #333 !important;
	border-bottom: solid 2px #333;
	text-align: left;
	font-weight: bold;
}
#content .linkBtn::after {
	border: 0;
	transform: unset;
	width: 40px;
	height: 40px;
	background: url(/wp-content/uploads/round.png.webp) no-repeat center center / contain;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#content .linkBtn:hover:after {
	right: 1rem;
}
#content .linkBtn a {
	color: #333;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
		display: inline-block;
	}
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	background: #333333;
}
.marker.yellow {
    background: linear-gradient(transparent 60%, #F4A100 60%);
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
body.home {
	background: #EFEFEE;
}
#front-sectionPost h1.title span span,
.home #content h1 b {
	display: block;
	color: var(--color-primary);
	font-family: var(--font-family02);
	font-weight: normal;
	font-size: var(--rem18);
}
.home #content h1::after {
	content: "";
	display: block;
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100);
	width: 110px;
	height: 1px;
	margin: auto;
	margin-top: 20px;
}
/**/
#top_welcome h1.ttl b {
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100);
	background: -webkit-linear-gradient(left #FE4F3C, #F9791E, #F4A100);
	background: -moz-linear-gradient(left #FE4F3C, #F9791E, #F4A100); 
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: var(--rem42);
}
#top_welcome h1.ttl b+span {
	font-size: var(--rem24);
    line-height: 1.6;
    display: block;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_welcome .text {
		line-height: 2.5;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_welcome .w50 {
		margin-bottom: 0;
	}
}
/**/
#top_contents .bg01 {
	background: url(/wp-content/uploads/top-service-bg.jpg.webp) no-repeat center right / 70vw 100%;
}
#top_contents .bg02 {
	background: url(/wp-content/uploads/top-company-bg.png.webp) no-repeat center left / 70vw 100%;
}
#top_contents h1 {
	text-align: left;
}
#top_contents h1::after {
	margin-left: 0 !important;
}
#top_contents h1 b+span {
	font-size: 90%;
}
#top_contents .txt {
	background: #fff;
	padding: 30px;
}
#top_contents .photo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_contents .txt {
		padding: 60px 3%;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
.post #contact_box h1.sub b,
#contact_box h1.sub b+span {
	color: #333333;
}
.post #contact_box h1.sub::after {
	background: #fff !important;
}
#contact_box .in {
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E, #F4A100 25%); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E, #F4A100 25%); 
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100 25%);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
	border: solid 1px #333;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #333;
	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 a:hover,
#contact_box .btn .mail a {
	background: none;
	color: #333;
}
#contact_box .btn .mail a:hover {
	background: #333;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
	#contact_box .btn .mail a {
		border-left: solid 1px #333;
	} 
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn .mail a {
		border-top: solid 1px #333;
	} 
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
body.page header h1.title {
	margin-bottom: var(--px40);
}
body.page header h1.title::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100);
	margin: 0.6em auto 0;
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2::after {
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100);
}
.post h3 {
	border: 0;
}
.post h3::after {
	content: "";
	display: block;
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E, #F4A100); 
	background: linear-gradient(to right, #FE4F3C, #F9791E, #F4A100);
	width: 100%;
	height: 2px;
	margin-top: 10px;
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
/**/
.post table,
.post table th,
.post table td {
	border: 0;
	background-color: transparent;
}
.post table tr {
	border-top: solid 1px var(--color-table-border);
	border-bottom: solid 1px var(--color-table-border);
}
.post table tr+tr {
	border-bottom: solid 1px var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */	
.post table th,
	.post table td {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
table.table_style04 th:before {
	background: -moz-linear-gradient(left, #FE4F3C, #F9791E 25%, #F4A100); 
	background: -webkit-linear-gradient(left, #FE4F3C, #F9791E 25%, #F4A100); 
	background: linear-gradient(to right, #FE4F3C, #F9791E 25%, #F4A100);
}
table.table_style04 th {
	color: #fff;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.post form.wpcf7-form .linkBtn input[type="submit"] {
	color: #333;
	padding: 0;
	padding-right: 50px;
}



/*
.page-id-137 #content, body:not(.home) #content.wide,
.page-id-124 #content, body:not(.home) #content.wide,
.page-id-148 #content, body:not(.home) #content.wide {
    padding-top: 0;
    margin: 0 auto;
}
*/
.page-id-137 #content,
.page-id-124 #content,
.page-id-148 #content {
    padding-top: 20px !important;
}
.page-id-124 table.table_style04 td ul li:before {
    content: none;
}
.page-id-124 table.table_style04 td ul li {
    padding-left: 0;   /* paddingをリセット */
    position: static;  /* 相対位置指定をリセット */
}