@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=Oswald:wght@200..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-font: #333;
	--color-primary: #434689;   /*rgb(67 70 137) */
	--color-primary-shade: rgb(67 70 137 / 0.6);
	--color-primary-tint: rgb(67 70 137 / 0.6);
	--color-secondary: #DC143C;
	--color-table-border: #D1D1D1;
	/*------▼ヘッダー設定▼------*/
	--header-color-font: #444;
	--header-color-primary: #434689;
	--header-color-primary-tint: rgb(67 70 137 / 0.6);
	/*------▼フッター設定▼------*/
	--footer-background: #323261;

	--color-light-purple: #CCCDE6;
	--color-navy:  #323261;
}

/*-----------------------------
card
------------------------------*/

.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}

.card03_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card03_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.card03_list > li {
	background: #eee;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.card03_list .txtarea {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 450px;
	padding: var(--px60);
	color: #111;
}


/*-----------------------------
.cardstyle
------------------------------*/
	
/*---------style02-------------*/
	
.card03_list.cardstyle02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all;
}
.card03_list.cardstyle02 > li:hover .imgarea img {
	transform: scale(1.04);
}
.card03_list.cardstyle02 > li:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.card03_list.cardstyle02 .txtinner {
	position: relative;
	color: #fff;
	z-index: 1;
}
.card03_list.cardstyle02 .txtinner .txtstyle02 {
	color: #fff;
}
.card03_list.cardstyle02 .imgarea {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	line-height: 0;
	z-index: -1;
}
.card03_list.cardstyle02 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card03_list.cardstyle02 a.filllink {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
body#editor-style .card03_list.cardstyle02 a.filllink {
	position: static;
	display: block;
	background: #111;
	height: 30px;
}
body#editor-style .card03_list.cardstyle02 a.filllink::before {
	content: "ダブルクリックでリンク設定";
	color: #fff;
	font-size: 10px;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -10;
}
body#editor-style .card03_list.cardstyle02 > li:before {
	z-index: -1;
}
body#editor-style .card03_list.cardstyle02 .imgarea {
	position: static;
}


/*---------column04-----------*/

.col4_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: var(--px40);
}
.col4_list {
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col4_list::before {
	content:"";
	display: block;
	width: calc(100% / 4 - var(--px40));
	order: 1;
}
.col4_list:after {
	content: "";
	display: block;
	width: calc((100% - (var(--px40) * 3)) / 4);
	order: 2;
}
.col4_list > li {
	width: calc((100% - (var(--px40) * 3)) / 4);
}

@media print, screen and (max-width: 768px) {
	.col4_list > li {
		width: calc((100% - (var(--px40)* 1)) / 2);
	}
}
@media print, screen and (max-width: 414px) {
	.col4_list > li {
		width: 100%;
	}
}

/*---------col03-----------*/
	
.post .col3_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
	width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
	content: "";
	display: block;
	width: 32%;
	height: 0;
	order: 1;
}
.post .col3_list:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------txtstyle02 -----------*/

.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	color: #111;
	line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	font-size: var(--rem20);
	margin: 0 0 1rem;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

h1.title.front-post {
	display: none;
}
.post h2,
h1.title.top-loop,
.cta02 h2 {
	color: var(--color-font);
}
.post h2 span,
h1.title.top-loop span span,
.cta02 h2 span {
	display: block;
	font-family: var(--font-family02);
	font-size: var(--rem30);
	font-weight: bold;
	color: var(--color-light-purple);
}

/* btn */

.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	font-size: var(--rem16);
	color: #fff;
	line-height: 1.8;
	text-align: center;
	background: var(--color-primary);
	font-weight: 600;
	padding: var(--rem20) 30px var(--rem20) 20px;
	margin: var(--px40) auto 0;
	border: none;
	border-radius: 50vh;
	transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
	color: #fff;
	background: var(--color-primary-tint);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
	border-color: #fff;
}
.subimitarea > .linkBtn {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	margin-top: 0;
}

.linkBtn .arw, .post .linkBtn .arw, a.linkBtn .arw {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
	border: 1px solid;
	border-radius: 50%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn .arw::after, .post .linkBtn .arw::after, a.linkBtn .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn:hover .arw, .post .linkBtn:hover .arw, a.linkBtn:hover .arw  {
	background: var(--color-primary);
}
.linkBtn:hover .arw::after, .post .linkBtn:hover .arw::after, a.linkBtn:hover .arw::after {
	border-color: #fff;
}

.pt50 {
	padding: min(calc(50px + (1vw - 19.2px) * 3.5599), 50px);
}

/*----------------------------
テーブル
-----------------------------*/

table, .post table {
    width: 100%;
}
table th, table td, .post table th, .post table td {
	border: none;
}
table, .post table {
	margin: var(--px30w) auto;
	width: 100%;
}
table th, table td, .post table th, .post table td {
	padding: var(--px20) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);
	text-align: left;
	line-height: 2;
	border-bottom: solid 1px var(--color-table-border);
}
table th, .post table th {
	width: 25%;
	color: #fff;
	font-weight: bold;
	background: var(--color-navy);
}
table td, .post table td {
	color: var(--color-font);
}
table:first-child, .post table:first-child {
	margin-top: 0;
}
table:last-child, .post table:last-child {
	margin-bottom: 0;
}


/* area */

.widearea {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}

/* header */

header#h1Header {
	height: 200px;
}
header#h1Header::before {
	background: transparent;
}
header#h1Header h1.title span {
	font-size: var(--rem60);
	font-family: var(--font-family02);
	font-weight: bold;
}
header#h1Header h1.title span.sub_ttl:not(:empty) + span {
	display: none;
}

@media print, screen and (min-width: 769px) {
	#metaslider-id-176,
	#metaslider-id-176 + div:has(.ms-edit-frontend) {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#metaslider-id-98,
	#metaslider-id-98 + div:has(.ms-edit-frontend) {
		display: none;
	}
}
@media print, screen and (min-width: 1024px) {
	#header .logo {
		padding: 0 min(calc(20px + (1vw - 19.2px) * 1.1161), 20px);
	}
	nav#mainNav {
		padding-right: var(--rem20);
	}
	nav#mainNav ul li.current-menu-item a::before, nav#mainNav ul li a:hover::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 12px;
		border-bottom: 3px solid var(--header-color-primary);
		width: 70%;
		margin: 0 auto;
		display: block;
		height: 5px;
	}
}

@media screen and (min-width: 769px) {
	article header h1.title.first {
		text-align: center;
	}
}

/* footer */

#footer .footer__logo img {
	max-height: var(--px160);
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0px;
}
#copyright {
	margin: var(--px20) auto 0;
}


/*-----------------------------
cta02_col2
------------------------------*/
.cta02 {
	position: relative;
	padding: var(--px160) 0;
	z-index: 0;
	background: url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
}
.cta02:before {
	content: "";
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0.6;
}
.cta02 .cta02_wrap {
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
	background: transparent;
	position: relative;
	z-index: 1;
}
.cta02 h2 {
	color: #fff;
	line-height: 1.6;
	text-align: center;
	font-size: var(--rem48);
	font-weight: bold;
	letter-spacing: 2px;
	margin: var(--px20) auto var(--px100);
}
.cta02 h2 span {
	color: #fff;
}
.cta02 .ctabtnlist {
	justify-content: space-between;
	max-width: 1400px;
	margin: var(--px50) auto 0 auto;
	gap: 1.5%;
}
.cta02 .ctabtnlist li {
	width: 50%;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
}
.cta02 .item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: var(--px30);
	text-align: center;
	box-sizing: border-box;
	color: var(--color-navy);
	border-radius: 50vh;
	transition: all ease .15s;
	font-weight: bold;
}
.cta02 .item:hover{
	opacity: 0.8;
}

@media print, screen and (max-width: 768px) {
	.cta02 {
		background-position-x: 60%;
	}
	.cta02 .ctabtnlist li, .cta02 .ctabtnlist .item {
		width: 100%;
		height: 120px;
	}
	.cta02 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}

/*ボタン共通パーツ*/

.cta02 .infotxt .note {
	font-size: var(--rem16);
}
.cta02 .btnttl {
	display: block;
	margin-bottom: 1rem;
	line-height: 1.4;
	font-size: var(--rem20);
}

/*電話ボタン*/

.cta02 .telnum {
	font-size: var(--rem36);
	margin-bottom: 1rem;
}
.cta02 a.telbtn {
	background: #fff;
}

/*メールボタン*/

.cta02 .mailarea.item {
	background: var(--color-light-purple);
}
.cta02 .mailbtn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	max-width: 400px;
	width: 90%;
	padding: 20px 0;
	margin: 0;
	font-size: var(--rem24w);
}

/*ボタンアイコン*/

.cta02 .mailbtn::before, .cta02 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta02 .telnum::before {
	content: '\f3cd';
}
.cta02 .mailbtn::before {
	content: '\f0e0';
}


/* news */
#front_top_content {
	background: transparent;
}
h1.title.top-loop {
	font-size: var(--rem48);
	font-weight: bold;
}
.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .date, .postlist .ttls a {
	color: #111;
}
#front_top_content .linkBtn {
	font-size: var(--rem18);
	font-weight: bold;
}

/* top */
.top01 {
	background: linear-gradient(rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(/wp-content/uploads/top01.jpg) no-repeat center/cover;
	padding: var(--px120) 0 var(--px60);
}
.top01 h2 {
	color: #FFF;
	font-size: var(--rem48);
	font-weight: bold;
	margin: var(--px120) auto var(--px40);
}
.top01 .card01_wrap {
	margin: 0;
}
.top01 .card01_inner {
	width: 90%;
}
.top01 .card01_list > li {
	background: #FFF;
}
.top01 .card01_list .imgarea {
	aspect-ratio: 37 / 31;
}
.top01 .card01_list .txtarea {
	padding: var(--px30);
}
.top01 .card01_list .txtarea .txtstyle02 {
	font-family: var(--font-family01);
	font-weight: bold;
	font-size: var(--rem24);
}

.top02 {
	background: linear-gradient(#FFF 50%, #434689 50%);
	padding: var(--px120) 0 var(--px100);
}
.top02 .toptxtarea, .top02 .card01_inner {
	width: 90%;
}
.top02 .card01_list .imgarea {
	aspect-ratio: 44 / 31;
}
.top01 h2::after, .top02 h2::after {
	content: none;
}
.top02 h2 {
	margin: var(--px120) auto var(--px24);
	font-size: var(--rem48);
	font-weight: bold;
}
.top02 .toptxtarea p {
	font-size: var(--rem24);
	font-weight: 500;
}
.top02 .card01_wrap {
	margin: var(--px40) 0 0;
}
.top02 .linkBtn {
	background: var(--color-light-purple);
	color: var(--color-navy);
	font-weight: 500;
	font-size: var(--rem24);
	max-width: 340px;
}
.top02 .linkBtn::after {
	border-color: var(--color-navy);
}
.top02 .linkBtn:hover {
	background: var(--color-light-purple);
	color: var(--color-navy);
	opacity: 0.6;
}
.top02 .linkBtn:hover::after {
	border-color: var(--color-navy);
}
.top02 .card01_list > li {
	background: var(--color-font);
}
.top02 .card01_list .txtstyle02 {
	color: #FFF;
	text-align: center;
	font-family: var(--font-family01);
	font-size: var(--rem30);
	font-weight: bold;
	margin: 0 0 2rem;
}

.top03 .card03_wrap {
	margin: var(--px30) 0 0;
}
.top03 .card03_inner {
	width: 90%;
}
.top03 .card03_list.cardstyle02 > li:before {
	background: rgba(0, 0, 0, 0.5);
}
.top03 .card03_list .txtarea {
	align-items: flex-start;
	min-height: 320px;
}
.top03 .card03_list.cardstyle02 .txtinner {
	width: 100%;
}
.top03 .card03_list.cardstyle02 .txtinner .txtstyle02 {
	font-family: var(--font-family01);
	font-weight: 500;
	font-size: var(--rem40);
	margin: 0;
}
.top03 .linkBtn {
	background: transparent;
	margin: 0 auto;
	padding: 0 0 12px;
	font-family: var(--font-family02);
	font-weight: bold;
	font-size: var(--rem30);
	color: var(--color-light-purple);
	text-align: left;
	max-width: none;
	border-bottom: solid 2px var(--color-light-purple);
	border-radius: 0;
}
.top03 .linkBtn::after {
	content: none;
}
.top03 .linkBtn .arw {
	background: var(--color-light-purple);
	border-width: 2px;
}
.top03 .linkBtn .arw::after {
	background: var(--color-light-purple);
	border-width: 2px 2px 0 0;
	border-color: var(--color-navy);
}
.top03 .linkBtn .arw::after {
	background: transparent;
}
.top03 .card03_list.cardstyle02 > li:hover .linkBtn .arw {
	background: transparent;
}
.top03 .card03_list.cardstyle02 > li:hover .linkBtn .arw::after {
	background: transparent;
	border-color: var(--color-light-purple);
}

@media print, screen and (max-width: 1023px) {
	.top01 .col4_list > li {
			width: calc((100% - (var(--px40) * 1)) / 2);
	}
}

@media print, screen and (max-width: 768px) {
	.top01 .col4_list > li,
	.top02 .col3_list > li,
	.top03 .col3_list > li {
		width: 100%;
	}
	.top01 .card01_list .txtarea {
		padding: var(--px50);
	}
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 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); */
		padding-top: calc(440px + (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;
	}
}

/* service */
.service h3 {
	width: 100%;
	padding: .4em .4em .4em 0;
}
.service .teleco_v1 .w50.text_box {
	padding: min(calc(50px + (1vw - 19.2px) * 3.5599), 50px);
}

/* our-buys */
.our-buys h3.lb {
	border-left: solid 20px #D9D9D9;
	border-bottom: none;
	padding: .4em .4em .4em 1em;
}
.our-buys dd.gallery-caption {
	font-size: var(--rem16);
	font-weight: bold;
}

/* contact */
.wpcf7-form .linkBtn {
	max-width: 350px;
	padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 20px 0;
}
.wpcf7-spinner {
	display: none;
}
