@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=Coda:wght@400;800&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #0268B2;
	--color-primary-shade: #273A59;
	--color-primary-tint: #DEEDF5;
	--color-secondary: #0268B2;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-size: min(calc(2rem + (1vw - 1.92rem) * 0.1294), 2rem);
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #000;
	--header-color-font: #FFF;
	--header-color-primary: #0268B2;
	--header-color-primary-shade: #273A59;
	--header-color-primary-tint: #DEEDF5;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Coda', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 2;
}
.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) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	body {
		font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 {
		height: 100px;
	}
	#header .logo {
		background: #fff;
	}
	#header .logo img {
		max-height: 80px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header a.head_btn {
		padding-left: 30px;
		padding-right: 30px;
	}
	#header a.head_btn:hover {
		color: var(--header-color-primary);
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		text-align: center;
	}
	#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: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
		font-weight: 500;
	}
	#header a.head_btn.tel_btn .note b {
		margin-right: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn.mail_btn {
		font-weight: 500;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		font-weight: normal;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		color: inherit !important;
	}
	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;
		color: var(--header-color-primary);
	}
	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 b {
		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; }
	#content, #content.wide {
		width: 90%;
	}
	body.mobile #header .logo .mark {
		padding: 0;
	}
	body.mobile #header .logo .mark a {
		display: block;
		padding: 10px;
		background: #fff;
	}
	.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
		background: #fff;
	}
	.spmenu #menu p {
		color: #fff;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px60);
}
#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: 15px 60px;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.btn_link {
	position: relative;
	display: inline-block;
	padding: 16px 5px;
	padding-right: 100px;
	border-bottom: 1px solid var(--color-font);
	color: var(--color-font);
	font-size: var(--rem16);
	font-weight: bold;
	line-height: 1.6;
	transition: all 0.3s ease-in-out;
}
.btn_link::after {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 50px;
	height: 50px;
	background: var(--color-primary);
	transform: translateY(-50%);
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f101';
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_link:hover::after {
	background: var(--color-primary-tint);
	color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.btn_link {
		padding: 14px 5px;
		padding-right: 80px;
	}
	.btn_link::after {
		width: 40px;
		height: 40px;
	}
}
/**/
.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,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#contact_box h1 {
	font-style: italic;
	letter-spacing: 0;
}
.home .post h1 b,
#contact_box h1 b {
	display: block;
	font-size: var(--rem60);
	font-weight: 800;
	font-family: var(--font-family02);
}
.home .post h1 b+span,
#contact_box h1 b+span {
	display: block;
	color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.home .post h1,
	#contact_box h1 {
		font-size: var(--rem30);
	}
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center center / cover;
}
#top_msg .box {
	background: #fff;
}
#top_msg p {
	line-height: 2.2em;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_msg .box {
		padding-top: var(--px80);
		padding-bottom: var(--px80);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h1 img {
		width: 180px;
	}
}
/**/
#top_strengths::before {
	background: url(/wp-content/uploads/top-strengths-bg.jpg.webp) no-repeat center center / cover;
}
#top_strengths,
#top_strengths h1,
#top_strengths h2 {
	color: #fff;
}
#top_strengths h1 b+span {
	color: var(--color-primary-tint);
}
#top_strengths h2 {
	position: relative;
	margin-bottom: var(--px30);
	padding: 0 0 0.5em 1.5em;
	border-bottom: 3px solid #ccc;
	font-size: var(--rem36);
	text-align: left;
}
#top_strengths h2 b {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
#top_strengths h2::after {
	position: absolute;
	left: 0;
	bottom: -3px;
	margin: 0;
	width: 60px;
	height: 3px;
}
#top_strengths .txt {
	padding: 0 5%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_strengths .photo,
	#top_strengths .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_strengths .photo {
		margin-bottom: var(--px40);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_strengths h2 {
		font-size: var(--rem30);
	}
}
/**/
#top_works::before {
	background: url(/wp-content/uploads/top-works-bg.jpg.webp) no-repeat center center / cover;
}
#top_works,
#top_works h1 {
	color: #fff;
}
#top_works h1 b+span {
	color: var(--color-primary-tint);
}
#top_works .btn_link {
	color: #fff;
	border-color: var(--color-primary);
}
/**/
#top_contents::before {
	background: url(/wp-content/uploads/top-contents-bg.jpg.webp) no-repeat center center / cover;
}
#top_contents .txt {
	position: relative;
	top: -50px;
	width: 80%;
	margin: 0 auto -50px;
	background: #fff;
	box-shadow: 8px 0 0 var(--color-primary) inset;
}
#top_contents .txt h1 {
	font-style: normal;
}
#top_contents .txt h1 b {
	font-size: var(--rem36);
	letter-spacing: 0.1em;
}
#top_contents .txt h1 b+span {
	font-size: var(--rem18);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_contents {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_contents .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .box+.box {
		margin-top: var(--px50);
	}
}
/**/
#top_sns::before {
	background: #000;
}
#top_sns,
#top_sns h1 {
	color: #fff;
}
#top_sns h1 b+span {
	color: var(--color-primary-tint);
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 {
	color: #fff;
}
#contact_box h1 b+span {
	color: var(--color-primary-tint);
}
#contact_box .btn {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 160px;
	padding: 15px;
	background: var(--color-primary-tint);
	color: var(--color-primary-shade);
	font-weight: bold;
	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:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn a .fs {
	font-size: var(--rem16);
}
#contact_box .btn .tel a b {
	display: block;
	margin: 5px 0;
	font-size: var(--rem36);
	font-weight: bold;
}
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-font);
}
#contact_box .btn .mail a b {
	display: block;
	width: 300px;
	max-width: 90%;
	margin: 10px auto;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-weight: bold;
	font-size: var(--rem16);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box .btn a {
		min-height: 100px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
/* サブタイトルの文字を見えなくしたい
header#h1Header h1.title {
	z-index: -1;
}
*/
/* サブタイトルの透過マスクを取りたい
#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.noline::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.teleco_v1 h3 {
	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: var(--px100) 0;
}
@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%;
	}
	.teleco_v1:not(.rev) .w50.text_box {
		padding-right: var(--px100);
	}
	.teleco_v1.rev .w50.text_box {
		padding-left: var(--px100);
	}
}
@media print, screen and (max-width: 768px) {
	.teleco_v1+.teleco_v1 {
		margin-top: var(--px80);
	}
	.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: 0 0 20px;
		margin-bottom:0;
	}
}
/*--------------------------------------------------
	制作実績
--------------------------------------------------*/
#works_list dt {
	margin-bottom: 15px;
	background: var(--color-primary-tint);
	aspect-ratio: 5 / 1;
	color: var(--color-primary);
	font-size: var(--rem24w);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_list dd {
	padding: 0;
}
#works_list dd li {
	position: relative;
	padding-left: 20px;
	line-height: 1.6;
}
#works_list dd li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
#works_list dd li+li {
	margin-top: 0.5em;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#works_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 4%;
		row-gap: var(--px60);
	}
	#works_list dl {
		width: 22%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#works_list dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#works_list dl+dl {
		margin-top: 40px;
	}
	#works_list dt {
		height: 100px;
		aspect-ratio: auto;
	}
}
/*--------------------------------------------------
	取引会社
--------------------------------------------------*/
#client_list {
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
#client_list li {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
}
#client_list li:nth-child(odd) {
	background: var(--color-primary-tint);
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.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;
}
/*--------------------------------------------------
	20250926
--------------------------------------------------*/
.works_rogo_frame {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 4カラム固定 */
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.works_rogo_item img {
  max-width: 100%;
	align-items: center;   /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  height: auto;
  object-fit: contain;
  display: inline-block;
}
@media (max-width: 768px) {
  .works_rogo_frame {
    grid-template-columns: repeat(3, 1fr); /* スマホでは2列 */
  }
}
