@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/

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

.front_contents {
	position: relative;
	padding: min(calc(150px + (1vw - 19.2px) * 4.5307), 150px) 0; /* 150-80px (1920-375) */
	z-index: 10;
}
.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front_top_content, #front_bottom_content {
	position: relative;
	padding: min(calc(120px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
	z-index: 10;
	background: #fff;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
}
.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%;
}
body:not(.home) #front_bottom_content {
	display: none;
}

#front-sectionPost {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 700;
	color: #fff !important;
	background: #0D4695;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 10px;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post4b li .post4b_contents {
	opacity: 1;
	/* 	display: none; */
}
.post4b .time {
	display: block;
	background: #0D4695;
	border-radius: 10px;
}
.post4b .time a {
	color: #fff;
}

.post_link a {
	color: #0D4695!important;
}
.post_link {
	border-bottom: none;
}

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

body {
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	background: #E6EDF5;
}

body p {
	line-height: 2;
}

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: #0D4695;
	opacity: 0.8;
}
header#h1Header h1.title {
	font-weight: 500;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header,
.sticky-header #header > .inner {
	background: #E6EDF5;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
	max-height: 40px;
}
#header ul.header__contact {
	gap: 15px;
	padding-right: 15px;
}
#header ul.header__contact li {
	height: 50px;
}
#header a.head_btn {
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.mail_btn {
	background: #0D4695;
	color: #fff;
	flex-direction: unset;
	border-radius: 50px;
}
#header a.head_btn.tel_btn {
	background: #FFE246;
	color: #0D4695;
	flex-direction: unset;
	border-radius: 50px;
}

nav#mainNav ul li a {
	color: #0D4695;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a:hover {
	background: #E6EDF5;
}
nav#mainNav ul li a b {
	font-weight: 400;
	color: #0D4695;
}
nav#mainNav ul li a span {
	font-weight: 400;
	font-size: 14px;
	color: #0D4695;
	display: inline-block;
	margin-top: 4px;
}
nav#mainNav ul li a:hover b {
	color: #0D4695;
}
nav#mainNav ul li a:hover span {
	color: #0D4695;
}
nav#mainNav ul li.current-menu-item a {
	background: #E6EDF5;
}
nav#mainNav ul li.current-menu-item a b {
	color: #0D4695;
}
nav#mainNav ul li.current-menu-item a span {
	color: #0D4695;
	position: relative;
}
nav#mainNav ul li.current-menu-item a b {
	color: #0D4695;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #0D4695;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #0D4695;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}


.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #0D4695;
}
.spmenu #menu p {
	color: #0D4695;
}

a#scrollUp {
	background: #0D4695;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #0D4695;
}
#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 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

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

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #0D4695;
	line-height: 1.6;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .en {
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem20);
	color: #0D4695;
	position: relative;
}
h1.title .en::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/star.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px;
	height: 17px;
	margin-right: 8px;
}

.post h2 {
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #0D4695;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: #FFE246;
	display: block;
	max-width: 300px;
	border-radius: 50px;
	padding: 20px;
	color: #0D4695;
	margin-top: 40px;
}
.linkBtn::after {
	border-right: 2px solid #0D4695!important;
	border-bottom: 2px solid #0D4695!important;	
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #FFE246;
	color: #fff;
	opacity: .7;
}

body:not(.home) .cta {
	padding-top: 0;
}
.cta {
	position: relative;
	z-index: 0;
	padding: 100px 0;
	background: #E6EDF5;
}
.cta .illust01 {
	position: absolute;
	bottom: 12%;
	left: 5%;
	width: 18%;
	max-width: 150px;
}
.cta .illust02 img {
	width: 100%;
}
.cta .illust02 {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 24%;
	max-width: 250px;
}
.cta .illust02 img {
	width: 100%;
}
.cta h1 {
	text-align: center;
	margin-left: auto;
	margin-bottom: 20px;
}
.cta h1 .ja {
	text-align: center;
	font-size: var(--rem20);
	font-weight: 500;
	display: block
}
.cta ul {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	row-gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.cta a {
	font-size: var(--rem24);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	color: #fff;
	padding: 12px 24px;
	width: 320px;
	border-radius: 50px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
}
.cta a.telLink {
	background: #FFE246;
	color: #0D4695;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #0D4695;
	color: #fff;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

#mainImg {
	position: relative;
}
.mainvisual {
	position: relative;
}
.floatMenu {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 30%;
	max-width: 300px;
	z-index: 6;
	display: block;
}
.floatMenu img {
	width: 100%;
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	background: #0D4695;
	margin-top: -1px;
}
.top_about .inner {
	max-width: 900px;
}
.top_about .wrap {
	transform: translateY(-80px);
}
.top_about .titleImage {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px;
	margin-inline: auto;
}
.top_about .titleImage img {
	width: 100%;
}
.top_about h1 {
	color: #fff;
	text-align: center;
	margin-left: auto;
}
.top_about p {
	color: #fff;
}
.top_about .linkBtn {
	margin-right: 0;
}

.top_reason {
	background: #E6EDF5;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.top_reason h1 {
	text-align: left;
	margin-left: 0;
}
.top_reason .inner {
	padding-top: 80px;
}
.top_reason ul {
	display: flex;
	flex-direction: column;
	gap: 120px;
}
.top_reason li {
	position: relative;
}
.top_reason li:nth-child(1) .box {
	margin-inline: 0;
}
.top_reason li:nth-child(2) .box {
	margin-inline: auto;
}
.top_reason li:nth-child(3) .box {
	margin-left: auto;
}
.top_reason .illust01 {
	position: absolute;
	bottom: -42%;
	right: 0;
	width: 70%;
	max-width: 900px;
}
.top_reason .illust02 {
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 24%;
	max-width: 160px;
}
.top_reason .illust03 {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 20%;
	max-width: 280px;
}
.top_reason .illust04 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 50%;
	max-width: 680px;
}
.top_reason .illust05 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	max-width: 600px;
}
.top_reason .box {
	width: 100%;
	max-width: 500px;
	background: #fff;
	border-radius: 30px;
	padding: 25px;
	position: relative;
	z-index: 2;
}
.top_reason h2 {
	color: #0D4695;
	display: flex;
	align-items: center;
}
.top_reason h2 span {
	display: block;
	width: 80px;
	margin-right: 10px;
}
.top_reason h2 span img {
	width: 100%;
}

.top_intro {
	background: url(/wp-content/uploads/intro_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
.top_intro h1 {
	text-align: center;
	margin-left: auto;
	color: #fff;
}
.top_intro h1 span {
	font-size: var(--rem60);
}
.top_intro ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 40px;
	row-gap: 50px;
}
.top_intro .image img {
	border-radius: 30px;
	display: block;
	border: solid 8px #0D4695 !important;
}
.top_intro h3 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}

.top_service {
	padding: 120px 0 200px;
	position: relative;
}
.top_service::before {
	content: '';
	display: inline-block;
	background: #ffffff;
	height: calc(tan(60deg) * 120px / 2);
	width: 240px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top_service h1 {
	font-size: var(--rem80);
	text-align: left;
	margin-left: 0;
}
.top_service h1 .en {
	font-size: var(--rem20);
}
.top_service p {
	margin-bottom: 40px;
}
.top_service ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin-top: 20px;
}
.top_service li a {
	border-radius: 50%;
	width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.top_service li a.blue {
	background: #0D4695;
}
.top_service li a.green {
	background: #149E00;
}
.top_service li a.pink {
	background: #FF6A8D;
}
.top_service li a.orange {
	background: #FF850A;
}
.top_service li a.skyblue {
	background: #0098FF;
}
.top_service li a .image {
	margin-bottom: 10px;
}
.top_service li a img {
	width: 120px;
	height: 80px;
	object-fit: contain;
}
.top_service h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
	position: relative;
}
.top_service h3::before {
	content: '';
	display: inline-block;
	background: #ffffff;
	height: calc(tan(60deg) * 22px / 2);
	width: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
}
.top_service .illust01 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 25%;
	max-width: 400px;
}
.top_service .illust02 {
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 17%;
	max-width: 240px;
}

@media print, screen and (max-width: 1023px) {
	.top_about .wrap {
		transform: translateY(-50px);
	}

	.top_reason ul {
		gap: 60px;
	}
	.top_reason .illust01 {
		bottom: 0;
		width: 55%;
	}
	.top_reason .illust02 {
		width: 14%;
	}
	.top_reason .illust03 {
		right: 0;
	}
	.top_reason .illust04 {
		left: 0;
		width: 40%;
	}
	.top_reason .illust05 {
		width: 50%;
	}
	.top_reason .box {
		max-width: 400px;
	}
}

@media print, screen and (max-width: 768px) {
	.top_about .wrap {
		transform: translateY(0px);
	}
	.top_about .titleImage {
		max-width: 160px;
	}
	.top_about .linkBtn {
		margin-right: auto;
	}

	.top_reason {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.top_reason h1 {
		margin-bottom: 100px;
	}
	.top_reason .inner {
		padding-top: 40px;
	}
	.top_reason .illust01 {
		bottom: unset;
		top: -80px;
		width: 55%;
		z-index: 3;
	}
	.top_reason .illust02 {
		width: 14%;
		bottom: unset;
		top: -75px;
		z-index: 3;
	}
	.top_reason .illust03 {
		right: 0;
		top: 0;
		z-index: 3;
		width: 25%;
	}
	.top_reason .illust04 {
		left: unset;
		right: 0;
		top: 0;
		width: 50%;
		z-index: 3;
	}
	.top_reason h2 span {
		width: 60px;
	}

	.top_intro ul {
		grid-template-columns: repeat(2,1fr);
		column-gap: 20px;
		row-gap: 30px;
	}
	.top_intro h3 {
		font-size: 15px;
		margin-top: 10px;
	}

	.top_service {
		padding: 80px 0 200px;
	}
	.top_service::before {
		height: calc(tan(60deg) * 80px / 2);
		width: 180px;
	}
	.top_service ul {
		gap: 10px;
		margin-top: 0;
	}
	.top_service li a {
		width: 160px;
		height: 160px;
	}
	.top_service li a img {
		width: 50px;
		height: 50px;
	}
	.top_service h3 {
		font-size: var(--rem18);
		letter-spacing: 0;
	}
	.top_service h3::before {
		height: calc(tan(60deg)* 16px / 2);
		width: 10px;
		left: -12px;
	}
	.top_service .illust01 {
		left: 0;
		width: 40%;
	}
	.top_service .illust02 {
		width: 30%;
	}
}

/*-----------------------------
リフォーム工事
------------------------------*/
.reform.sec01 h3 {
	text-align: center;
}
.reform.sec01 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 25px;
	row-gap: 40px;
	margin-top: 30px;
}
.reform.sec01 li {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	display: flex;
	flex-direction: column;
}
.reform.sec01 li h3 {
	color: #0D4695;
	text-align: center;
	margin-bottom: 20px;
}
.reform.sec01 li p {
	margin-top: 20px;
	text-align: center;
}
.reform.sec01 li .image {
	margin-top: auto;
}
.reform.sec01 li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
	border-radius: 15px;
}

@media print, screen and (max-width: 768px) {
	.reform.sec01 ul {
		grid-template-columns: repeat(1,1fr);
		column-gap: 20px;
		row-gap: 30px;
	}
}

/*-----------------------------
会社概要
------------------------------*/
body.page-company #content.wide {
	padding-top: 0;
}
.company.sec01 {
	background: #0D4695;
	padding: 60px 0;
}
.company.sec01 .wrap {
	background: #fff;
	border-radius: 30px;
	padding: 40px 10%;
}
.company.sec01 p.center {
	text-align: center;
}
.company.sec01 h2 {
	font-weight: 500;
	margin-top: 20px;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 th,
.company.sec02 td {
	padding: 20px 5%!important;
}
.company.sec02 th {
	color: #fff!important;
	text-align: center!important;
	background: #0D4695!important;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 {
		padding: 50px 0;
	}
	.company.sec01 .wrap {
		padding: 30px 5%;
	}
	.company.sec02 {
		padding-top: 80px;
	}
}

/*-----------------------------
事業内容
------------------------------*/
.reason.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 80px;
}
.reason.sec01 .flex:nth-child(even) {
	flex-direction: row-reverse;
}
.reason.sec01 .flex:first-child {
	padding-top: 0;
}
.reason.sec01 h2 {
	font-weight: 500;
	color: #0D4695;
	margin-left: 0;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #0D4695;
}
.reason.sec01 .text {
	width: 48%;
}
.reason.sec01 .image {
	width: 48%;
}
.reason.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 15px;
}

@media print, screen and (max-width: 768px) {
	.reason.sec01 .flex {
		flex-direction: column;
		gap: 30px;
		padding-top: 60px;
	}
	.reason.sec01 .flex:nth-child(even) {
		flex-direction: column;
	}
	.reason.sec01 .text {
		width: 100%;
	}
	.reason.sec01 .image {
		width: 100%;
	}
}

/*-----------------------------
見積もりの流れ
------------------------------*/
.flow.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.flow.sec01 li {
	background: #fff;
	padding: 25px;
	border: solid 5px #0D4695;
	border-radius: 25px;
	position: relative;
}
.flow.sec01 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -35px;
	transform: translateX(-50%);
	background: #0D4695;
	height: calc(tan(40deg) * 40px / 2);
	width: 45px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.flow.sec01 h3 {
	display: flex;
	align-items: center;
	gap: 15px;
}
.flow.sec01 h3 span {
	background: #0D4695;
	display: inline-block;
	text-align: center;
	font-size: var(--rem24);
	line-height: 1.2;
	padding: 4px 12px;
	color: #fff;
	border-radius: 50px;
}

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

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #0D4695!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #f9f9f9!important;
	color: #0D4695!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	background: #0D4695!important;
	border-radius: 50px!important;
}


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

	body.mobile #header .logo img {
		max-height: 30px;
	}
	.mobile #header {
		background: #E6EDF5;
	}

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

	.cta ul {
		flex-direction: column;
		align-items: center;
	}
}

@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; }

	.cta {
		padding: 70px 0 120px;
	}
	.cta .illust01 {
		width: 16%;
		bottom: 7%;
	}
	.cta .illust02 {
		width: 29%;
	}

	.floatMenu {
		bottom: 12px;
		right: 12px;
	}
}

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