@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;300;400;500;600;700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #FF6002;
	--color-primary-shade: #FFE7D9;
	--color-primary-tint: #FF600280;
	--color-secondary: #FF6002;
	--color-table-border: #FFE7D9;
	--color-table-th: #FF6002;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #FF6002;
	--header-color-primary-shade: #F8F8EC;
	--header-color-primary-tint: #FF600280;
	/*------▼フッター設定▼------*/
	--footer-background: #F8F8EC;
	--footer-color-font: #111;
	--footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	color: #fff;
	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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
		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;
	}
	#header a.head_btn.mail_btn {
		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 {
		padding-left: 20px;
		padding-right: 20px;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__logo img {
	max-height: var(--px40);
}
#copyright {
	background: none;
}
#footer__photo img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	padding: 12px 30px;
	line-height: 1.4;
	transition: all 0.3s ease-in-out !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#content .linkBtn {
		width: 250px;
	}
}
/**/
.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; }
/**/
.cen .cen_in {
	display: inline-block;
	text-align: left;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b,
#contact_box h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: 220%;
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1.2;
}
.home .post h1 b::first-letter,
#contact_box h1 b::first-letter,
#front-sectionPost h1 span span:first-child::first-letter {
	color: var(--color-primary);
}
.home .post h1 b+span,
#contact_box h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	color: var(--color-primary);
	font-size: 65%;
}
.home .post h1.lft {
	text-align: left;
}
/**/
#mainImg {
	width: 100%;
	height: 100%;
	position: relative;
}
#mainImg::before,
#mainImg::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #FFE7D9;
	z-index: -1;
}
#mainImg::after {
	width: 70%;
	background-color: var(--color-primary);
}
/**/
#top_about::before {
	background: url(/wp-content/uploads/top-about-img-bg.jpg.webp) no-repeat center center / cover;
}
#top_about::after {
	background: rgba(0,0,0,0.5);
}
#top_about,
#top_about h1,
#top_about h1 b+span {
	color: #fff;
}
#top_about .linkBtn:not(:hover) {
	background: #fff;
	color: var(--color-primary);
}
#top_about .linkBtn:not(:hover)::after {
	border-color: var(--color-primary);
}
/**/
#top_service::before {
	top: 180px;
	height: calc(100% - 180px);
	background: #F8F8EC;
}
#top_service .box {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#top_service .photo {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#top_service .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_service .txt {
	padding: 20px;
}
#top_service .btn {
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_service .box {
		width: 48%;
	}
	#top_service .txt {
		position: relative;
		padding: 30px;
		padding-bottom: 100px;
	}
	#top_service .btn {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_service .box+.box {
		margin-top: 30px;
	}
}
/**/
#top_flow::before {
	top: auto;
	bottom: 0;
	height: calc(100% - 100px);
	background: url(/wp-content/uploads/top-flow-img-bg.jpg) no-repeat center center / cover;
}
#top_flow h1 b {
	color: #fff;
}
#top_flow h1 b+span {
	color: var(--color-font);
}
#top_flow .box {
	background: #FFE7D9;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_flow .photo,
	#top_flow .txt {
		width: 50%;
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: var(--px50) !important;
}
#contact_box::before {
	height: 70%;
	background: var(--color-primary);
	opacity: 0.46;
}
#contact_box h1 b+span {
	color: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 18px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	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 .tel a b {
	margin: 5px auto;
	font-size: 180%;
}
#contact_box .btn .tel a b i {
	font-size: 80%;
}
#contact_box .btn .mail a {
	background: #fff;
	color: var(--color-font);
}
#contact_box .btn .mail a b,
#contact_box .btn .line a b {
	display: block;
	width: 250px;
	max-width: 100%;
	margin: 10px auto;
	padding: 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
}
#contact_box .btn .line a {
	background: #06C755;
}
#contact_box .btn .line a b {
	background: #fff;
	color: #06C755;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: calc(100% / 2);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#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.sub::after,
.post h2.ttl::after,
.post h2.noline::after {
	display: none;
}
.post h2.sub {
	text-align: left;
}
.post h2.sub b,
.post h2.ttl b {
	display: inline-block;
	font-size: 120%;
	font-weight: normal;
	font-family: var(--font-family02);
	letter-spacing: 0;
	line-height: 1;
}
.post h2.sub b::first-letter,
.post h2.ttl b::first-letter {
	color: var(--color-primary);
}
.post h2.sub b+span,
.post h2.ttl b+span {
	margin-left: 10px;
	font-size: 60%;
}
.post h2.ttl b {
	display: block;
	font-size: 180%;
	line-height: 1.2;
}
.post h2.ttl b+span {
	display: block;
	color: var(--color-primary);
	font-size: 65%;
}
/**/
.post h3.sub,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	padding: 8px 15px;
	background: var(--color-primary);
	color: #fff;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl td p+p {
	margin-top: 1em;
}
/**/
#company_commitment dl {
	background: #F8D101;
	color: #fff;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#company_commitment dl.bg11 {
	background: #FFB500;
}
#company_commitment dl.bg12 {
	background: #D4A716;
}
#company_commitment dl.bg13 {
	background: #168C1E;
}
#company_commitment dl.bg15 {
	background: #4EC911;
}
#company_commitment dl.bg17 {
	background: #264079;
}
#company_commitment dt {
	width: 40%;
}
#company_commitment dd {
	width: 60%;
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#company_commitment {
		row-gap: 40px;
	}
	#company_commitment dl {
		width: 48%;
	}
	#company_commitment dd {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_commitment dl+dl {
		margin-top: 20px;
	}
}
/**/
#sdg_logo img {
	max-width: 70%;
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
.page-power_storage,
.page-solar_power,
.page-exterior {
	background: #F8F8EC;
}
/**/
.service_box {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.service_box h3 {
	margin-left: 0;
	padding: 0;
	border: none;
	color: var(--color-primary);
}
.service_box h3 b {
	display: block;
	color: var(--color-primary-shade);
	font-size: 70%;
	font-weight: normal;
	font-family: var(--font-family02);
}
.service_box .photo {
	overflow: hidden;
	aspect-ratio: 5 / 3;
}
.service_box .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.service_box .photo {
		width: 35%;
		aspect-ratio: 4 / 3;
	}
	.service_box .txt {
		width: 65%;
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
}
/*--------------------------------------------------
	エクステリア
--------------------------------------------------*/
#exterior_about dl {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#exterior_about dt {
	overflow: hidden;
	aspect-ratio: 5 / 3;
}
#exterior_about dt img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#exterior_about dd {
	padding: 20px;
	padding-top: 0 !important;
}
#exterior_about dd b {
	display: block;
	margin: 20px auto;
	color: var(--color-primary);
	font-size: var(--rem24w);
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#exterior_about {
		row-gap: 50px;
	}
	#exterior_about dl {
		width: 48%;
	}
	#exterior_about dd {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#exterior_about dl+dl {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	サービスの流れ
--------------------------------------------------*/
#flow_list .box {
	position: relative;
	padding: 20px;
	background: #FFE7D9;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
#flow_list .box:not(:first-child) {
	margin-top: 60px;
}
#flow_list .box:not(:first-child)::before {
	position: absolute;
	top: -45px;
	left: 50%;
	display: block;
	width: 50px;
	height: 30px;
	background: var(--color-primary);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#flow_list dt {
	position: relative;
	margin-bottom: 20px;
	padding: 8px 0 18px 55px;
	border-bottom: 1px solid #A4A4A4;
	font-size: var(--rem24w);
}
#flow_list dt b {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: var(--color-primary);
	border-radius: 5px;
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#flow_list .box {
		padding: 30px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#flow_list .photo {
		width: 40%;
	}
	#flow_list dl {
		width: 56%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#flow_list dl {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form .must {
	background: #fff;
	color: var(--color-primary);
}
/* ボタン */
.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;
}