@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*font-family: "arial", sans-serif;*/

/* font-family: "Noto Sans JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
	padding: 16px 0;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}

.post .time, .postlist .time {
	font-weight: 500;
	color: #ffffff !important;
	background:#050CB2;
	padding: 8px 20px;
	letter-spacing: 1px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #ffffff!important;
}

.post4b li .post4b_contents {
	/*  opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #050CB2;
}

.post_link a {
	color: #1A1A1A!important;
}
.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 1.8;
}

body:not(.home) #wrapper {
	width: unset;
}
body.category #wrapper, body.archive #wrapper , body.single #wrapper , body.page-contact #wrapper , body.page-thanks #wrapper , body.page-privacy #wrapper , body.error404 #wrapper {
	width: 94%;
	max-width: var(--content-max-width);
}

.page-id-17 #wrapper {
	width: 94%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}
header#h1Header {
	background: #fff;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
	opacity: 0.35;
}
#header-upper {
	display: none!important;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: -8px;
	margin-right: 4px;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #050CB2;
	color: #ffffff;
}
#header a.head_btn.mail_btn > span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.2;
}
#header a.head_btn.mail_btn > span .en {
	font-size: 10px;
	color: #77A6D2;
}
nav#mainNav ul li a {
	color: #1A1A1A;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 500;
	color: #1A1A1A;
}
nav#mainNav ul li a span {
	margin-top: 4px;
}
nav#mainNav ul li a span,
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li a:hover span,
nav#mainNav ul li.current-menu-parent a span {
	font-family: "arial", sans-serif;
	color: #77A6D2;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #1A1A1A;
}
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #050CB2!important;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #eee;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #050CB2!important;
}
.spmenu #menu p {
	color: #050CB2!important;
	white-space:nowrap;
}

a#scrollUp {
	background: #050CB2;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #050CB2;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer  .socialicon {
	margin-bottom: 20px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	color: #fff;
}

.inner {
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
}

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #1A1A1A;
	line-height: 1.4;
	font-weight: 700;
	text-align: center;
	display: block;
	margin-bottom: 35px;
	position: relative;
}

.post h2 {
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family: "arial", sans-serif;
	font-size: var(--rem60);
	font-weight: 900;
	line-height: 1.3;
	color: #050CB2;
	position: relative;
	text-align: center;
	padding: 0!important;
	margin: 0 0 40px!important;
}
.post h2.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	font-size: var(--rem18);
	font-weight: 700;
	color: #77A6D2;
}
.post h2.title .ja::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}

.post h3 {
	font-weight: 500;
	border: none;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}
.post h3.title {
	font-weight: 700;
	padding: 0;
	font-size: var(--rem48);
	color: #050CB2;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 8px;
	margin-bottom: 30px!important;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #050CB2;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "arial", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	background: #050CB2;
	display: block;
	width: 260px;
	max-width: 100%;
	padding: 15px;
	text-align: center;
	margin-top: 35px;
	margin-inline: auto;
	border-radius: 100vmax;
}
.linkBtn::after {
	display: none!important;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	aspect-ratio: 27 / 6;
	width: 25px;
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
}
.linkBtn:hover {
	color: #ffffff;
	background: #050CB2!important;
	opacity: 0.7;
}

.cta {
	padding: 100px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 2;
}
.cta h2.title {
	color: #fff;
	margin-bottom: 45px!important;
}
.cta h2.title .ja {
	color: #fff;
}
.cta h2.title .ja::before {
	filter: brightness(0) invert(1);
}
.cta p {
	text-align: center;
	color: #fff;
}
.cta .buttonList {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cta a {
	font-weight: 500;
	font-size: 18px;
	background: #fff;
	color: #050CB2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	padding: 18px;
	width: 100%;
	max-width: 360px;
	border-radius: 100vmax;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
	margin-top: 4px;
}
.cta a.mailLink::before {
	content: '\f0e0';
}
.cta a.telLink {
	font-size: 20px;
}
.cta a.telLink::before {
	content: '\f095';
}

/*-----------------------------
Top
------------------------------*/
.topTopics {
	background: #34296B;
	padding: 15px 0;
}
.topTopics .linkArea {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.topTopics .title {
	color: #fff;
	font-size: var(--rem24);
	line-height: 1.4;
	display: flex;
	align-items: center;
	gap: 10px;
}
.topTopics .topicsTag {
	display: inline-block;
	line-height: 1;
	padding: 8px 12px;
	font-size: var(--rem12);
	text-align: center;
	color: #fff;
	background: #77A6D2;
	white-space: nowrap;
}
.topTopics .topicsBtn {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}
.topTopics .topicsBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 240px;
	max-width: 100%;
	height: 1px;
}

.topBg {
	padding: var(--px120) 0;
/* 	background: url(/wp-content/uploads/bg01.jpg)no-repeat;
	background-size: cover;
	background-position: center; */
}

.topConcept h2 {
	font-size: var(--rem40);
}

.topConcept > .inner {
	max-width: 800px;
}

.topSolution {
	padding-top: var(--px120);
}
.topSolution h3 {
	text-align: center;
	color: #050CB2;
	font-weight: 700;
	margin-top: 20px;
	padding: 0;
}

.topService {
	padding: var(--px120) 0;
	background: url(/wp-content/uploads/bg02.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.topService::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 120px;
	height: 50px;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.topService .inner {
	max-width: 1440px;
}
.topService .w30 {
	position: relative;
}
.topService .w30 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.topService .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 90%;
}
.topService h3 {
	text-align: center;
	font-size: var(--rem30);
	font-weight: 700;
	color: #fff;
	padding: 0;
}
.topService h3 span {
	display: block;
	font-size: var(--rem12);
	color: #77A6D2;
}
.topService .linkBtn {
	width: 100%;
	max-width: 260px;
}

.topRecruit .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
}
.topRecruit .text {
	padding-top: var(--px60);
}
.topRecruit h2.title {
	text-align: left;
}
.topRecruit h2.title .ja {
	justify-content: flex-start;
}
.topRecruit .red {
	color: #FF0000;
}
.topRecruit .linkBtn {
	margin-left: 0;
}
.topRecruit .linkBtn.gray {
	background: #E2E2E2;
	margin-top: 0;
	pointer-events: none;
}
.topRecruit .linkBtn.gray::hover {
	pointer-events: none;
}

.topNews {
	padding: var(--px120) 0;
}

@media print, screen and (max-width: 768px) {
	.topTopics .topicsBtn::before {
		width: 40px;
	}

	.topRecruit {
		padding-top: var(--px120);
	}
	.topRecruit .image {
		margin-left: 0;
	}
	.topRecruit h2.title {
		text-align: center;
	}
	.topRecruit h2.title .ja {
		justify-content: center;
	}
	.topRecruit .red {
		text-align: center;
	}
	.topRecruit .linkBtn {
		margin-left: auto;
	}
}

/*-----------------------------
会社概要
------------------------------*/
sup {
	font-size: 0.7em;
	vertical-align: super;
}

.company table,
.company table th,
.company table td {
	background: unset;
	border: none;
}
.company table tr {
	border-bottom: 1px solid #CCCCCC;
}
.company table th {
	font-weight: 500;
}

.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
サービス共通
------------------------------*/
.download.sec01 .inner {
	background: #F5F7FB;
	padding: var(--px80) var(--px40);
	text-align: center;
}
.download.sec01 h2 {
	font-weight: 700;
	color: #050CB2;
	font-size: var(--rem40);
}

/*-----------------------------
放熱事業
------------------------------*/
.thermal.sec01 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 20px;
	margin-top: 25px;
}
.thermal.sec01 ul li {
	background: #F9F9F9;
	padding: var(--px40);
}
.thermal.sec01 h4 {
	padding: 0;
	color: #050CB2;
	font-weight: 700;
	font-size: 18px;
}
.thermal.sec01 h4::before {
	display: none;
}

.thermal.sec02 .inner {
	max-width: 1100px;
}
.thermal.sec02 .box {
	height: 100%;
}
.thermal.sec02 .text {
	background: #F9F9F9;
	padding: var(--px40);
}
.thermal.sec02 h3 {
	color: #050CB2;
	font-size: var(--rem20);
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 14px;
}
.thermal.sec02 h3 span {
	color: #000;
	font-size: var(--rem18);
	display: block;
}
.thermal.sec02 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thermal.sec03 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 20px;
}
.thermal.sec03 ul li {
	background: #F9F9F9;
	padding: var(--px40);
	display: flex;
	flex-direction: column;
}
.thermal.sec03 .icon {
	width: 70px;
	margin-inline: auto;
	margin-bottom: 20px;
}
.thermal.sec03 .icon img {
	width: 100%;
}
.thermal.sec03 li h3 {
	text-align: center;
	color: #050CB2;
	font-weight: 700;
	font-size: var(--rem20);
}
.thermal.sec03 li p {
	margin-bottom: 20px;
}
.thermal.sec03 li a {
	font-weight: 700;
	text-decoration: underline;
	color: #050CB2;
	display: inline-block;
	margin-top: auto;
}
.thermal.sec03 .box {
	background: #F5F7FB;
	padding: var(--px60) var(--px40);
}
.thermal.sec03 .box h3 {
	display: flex;
	align-items: center;
	gap: 18px;
}
.thermal.sec03 .box h3 span {
	font-size: var(--rem18);
	color: #000;
}

.thermal.sec04 .flexbox {
	max-width: 1000px;
	margin-inline: auto;
}
.thermal.sec04 .w30 {
	padding: var(--px40);
	background: #F9F9F9;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.thermal.sec04 .w30 h3 {
	font-weight: 700;
	font-size: var(--rem30);
	line-height: 1.4;
	color: #050CB2;
}
.thermal.sec04 .w30 h3 span {
	display: block;
	font-size: var(--rem18);
}
.thermal.sec04 .image {
	text-align: center;
	margin-bottom: 20px;
}
.thermal.sec04 .image img {
	height: 160px;
	width: auto;
	object-fit: contain;
}
.thermal.sec04 .w30 p {
	margin-top: auto;
}
.thermal.sec04 .processBox h3 {
	font-weight: 700;
	font-size: var(--rem40);
	line-height: 1.4;
	color: #050CB2;
	text-align: center;
}
.thermal.sec04 .processBox ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.thermal.sec04 .processBox li {
	background: #F5F7FB;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	font-weight: 700;
	font-size: var(--rem20);
	line-height: 1.3;
	color: #050CB2;
}
.thermal.sec04 .processBox li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	position: absolute;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
	right: -18px;
}
.thermal.sec04 .processBox li span {
	width: 34px;
	min-width: 34px;
	height: 34px;
	min-height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #050CB2;
	font-weight: 700;
	color: #fff;
}

.thermal.sec05 ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.thermal.sec05 ul li {
	background: #F9F9F9;
	padding: var(--px60) var(--px40);
}
.thermal.sec05 ul li p.q {
	color: #050CB2;
	font-weight: 700;
	font-size: var(--rem20);
	margin-bottom: 8px;
}

@media print, screen and (max-width: 768px) {
	.thermal.sec01 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
	}

	.thermal.sec03 ul {
		grid-template-columns: repeat(1,1fr);
		gap: 10px;
	}
	.thermal.sec03 .box h3 {
		flex-direction: column;
		gap: 0;
	}

	.thermal.sec04 .processBox ul {
		grid-template-columns: repeat(1,1fr);
	}
	.thermal.sec04 .processBox li:not(:last-child)::after {
		top: unset;
		bottom: -26px;
		transform: rotate(135deg) translateY(0%) translateX(-50%);
		right: unset;
		left: 50%;
	}
}

/*-----------------------------
自然エネルギー事業
------------------------------*/

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
LED照明・景観事業
------------------------------*/
.led.sec01 .box {
	background: #F9F9F9;
	padding: var(--px60) var(--px40);
}
.led.sec01 .box h3,
.led.sec01 .galleryBox h3 {
	text-align: center;
	font-weight: 700;
	font-size: var(--rem40);
	color: #050CB2;
}
.led.sec01 .boxInner {
	max-width: 700px;
	margin-inline: auto;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
製品
------------------------------*/
.products h3.title {
	display: flex;
	flex-direction: column;
}
.products h3.title span {
	background: #050CB2;
	display: block;
	width: fit-content;
	font-weight: 700;
	font-size: var(--rem20);
	color: #fff;
	text-align: center;
	line-height: 1.2;
	padding: 4px 8px;
}
.products .caption {
	text-align: center;
	margin-top: 8px;
	font-weight: 700;
	line-height: 1.5;
}
.products .linkBtn {
	margin-left: 0;
}

.products.sec01 .btnFlex {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 15px;
}
.products.sec01 .btnFlex a {
	text-align: center;
	padding: 18px;
	height: 79px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #050CB2;
	color: #fff;
	border-radius: 100vmax;
	font-weight: 700;
	line-height: 1.4;
}

.products.sec02 .box {
	padding: var(--px60) var(--px40);
	background: #F9F9F9;
}
.products.sec02 .box p.title {
	font-weight: 700;
	font-size: var(--rem30);
	line-height: 1.5;
	margin-bottom: 20px;
}

@media print, screen and (max-width: 768px) {
	.products.sec01 .btnFlex {
		grid-template-columns: repeat(1,1fr);
	}

	.products .caption br {
		display: none;
	}
}

/*-----------------------------
お知らせ
------------------------------*/
body.category-news h1.title.first {
	padding-top: var(--px100w);
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
	max-width: 300px;
}
body.page-contact .post table th {
	background: #F9F9F9;
	color: #262626;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff;
	padding: 20px;
	background: #050CB2;
	width: 100%;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

	.cta {
		padding: 70px 0;
	}
	.cta a {
		max-width: 320px;
	}
}

@media screen and (min-width: 769px){
	.dsp_hp { display:block; }
	.dsp_smt { display:none; }
}
@media screen and (max-width: 768px){
	.dsp_hp { display:none; }
	.dsp_smt { display:block; }

	.post h2.title {
		margin-bottom: 30px!important;
	}
	.post h2.title .ja::before {
		width: 14px;
		height: 14px;
	}

	.post h3.title {
		margin-bottom: 25px!important;
	}
}

@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}