@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; */
/* font-family: "Poppins", sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,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: 1400px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #fff !important;
	background: #1A1311;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.post .time a, .postlist .time a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #fff!important;
}

.post4b li .post4b_contents {
	/*  opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #1A1311;
	font-family: "Noto Sans JP", sans-serif;
}
.post4b img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.post_link a {
	font-family: "Noto Sans JP", sans-serif;
	color: #1A1311!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;
}

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: #202020;
	opacity: 0.3;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #fff;
	margin-inline: auto;
	text-align: center;
	display: block;
}
header#h1Header h1.title::before {
	display: none;
}

body.home #header {
	position: absolute;
	background: rgba(255,255,255,.7);
}
body.home .sticky-header #header > .inner {
	background: rgba(255,255,255,.7);
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	max-height: 40px;
	height: auto;
}
#header a.head_btn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	align-items: center;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #8E8E8F;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #1A1311;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	background: unset;
	color: #1A1311;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li a:hover {
	background: unset;
}
nav#mainNav ul li a b {
	font-weight: 700;
	color: #1A1311;
}
nav#mainNav ul li.current-menu-item a b {
	color: #1A1311;
}
nav#mainNav ul li a:hover b {
	color: #1A1311;
}
nav#mainNav ul li.current-menu-item a b {
	color: #1A1311;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #1A1311;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #1A1311;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: unset;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #eee;
}


.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #1A1311;
}
.spmenu #menu p {
	color: #1A1311;
}

a#scrollUp {
	background: #1A1311;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #1A1311;
	background: #ffffff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #1A1311;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#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: #1A1311;
}

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

h1.title {
	font-family: "Poppins", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #1A1311;
	line-height: 1.4;
	font-weight: 700;
	text-align: left;
	margin-left: 0;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: var(--rem20);
	color: #1A1311;
}
h1.title .ja::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #1A1311;
}

.post h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.post h4::before {
	background: #1A1311;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	color: #1A1311;
	margin: 0;
	padding: 0;
	margin-top: 40px;
}
a.linkBtn::after {
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 60px!important;
	height: 5px!important;
	border: none!important;
	transform: rotate(0)!important;
	position: static!important;
	top: unset!;
	right: unset!important;
	margin: 0!important;
	margin-left: 10px!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #1A1311;
	opacity: .7;
}

.contact_sec {
	position: relative;
	padding-top: 150px;
}
.contact_sec .wrap {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
}
.contact_sec::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 90%;
	width: 100%;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.contact_sec h1 {
	font-family: "Poppins", sans-serif;
	font-size: var(--rem60);
	margin: 0;
}
.contact_sec .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}
.contact_sec .btn {
	display: flex;
	column-gap: 14px;
}
.contact_sec a {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	display: block;
	text-align: center;
	width: 320px;
	max-width: 100%;
	background: #1A1311;
	position: relative;
	padding: 15px 0;
}
.contact_sec a:hover {
	opacity: .7;
}
.contact_sec a.telLink {
	font-family: "Noto Sans JP", sans-serif;
}
.contact_sec a.mailLink {
	font-family: "Poppins", sans-serif;
}

#mainImg {
	position: relative;
	z-index: 2;
}
.floatBanner {
	position: absolute;
	bottom: -5%;
	right: 2%;
	display: block;
	width: 33%;
	max-width: 600px;
	z-index: 3;
}
.floatBanner img {
	display: block;
	width: 100%;
}


/*-----------------------------
Top
------------------------------*/
.top_about {
	padding-top: 120px;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.top_about .left {
	width: 80%;
}
.top_about .right {
	width: fit-content;
}
.top_about h1 {
	writing-mode: vertical-rl;
}
.top_about h1.title .ja::before {
	width: 1px;
	height: 30px;
}
.top_about h2 {
	text-align: left;
}
.top_about .image {
	width: 75%;
	margin-top: 60px;
}

.top_reason {
	position: relative;
	padding: 120px 0;
}
.top_reason::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 50%;
	background: #F5F5F5;
	position: absolute;
	left: 0;
	top: -16%;
	z-index: -1;
}
.top_reason ul {
	display: flex;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 80px 50px;
}
.top_reason li:nth-child(even) {
	margin-top: 50px;
}
.top_reason .image {
	margin-bottom: 20px;
}
.top_reason .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_reason h3 {
	text-align: center;
}

.top_service {
	padding: 120px 0;
	background: #F5F5F5;
}
.top_service ul {
	display: flex;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 80px 50px;
}
.top_service li:nth-child(even) {
	margin-top: 50px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service h3 {
	text-align: center;
}

.top_recruit {
	padding-top: 120px;
}
.top_recruit .wrap {
	background: url(/wp-content/uploads/top_recruit.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 5%;
}
.top_recruit h2 {
	font-family: "Poppins", sans-serif;
	font-size: var(--rem60);
	color: #fff;
	text-align: center;
}
.top_recruit h2 span {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem20);
	display: block;
}
.top_recruit .linkBtn {
	color: #fff;
}
.top_recruit .linkBtn:hover {
	color: #fff;
}
.top_recruit .linkBtn::after {
	filter: brightness(0) invert(1);
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding-top: 70px;
	}
	.top_about .flex {
		flex-direction: column-reverse;
		gap: 0;
	}
	.top_about .left {
		width: 100%;
	}
	.top_about .right {
		width: 100%;
	}
	.top_about h1 {
		writing-mode: unset;
		margin-bottom: 25px;
	}
	.top_about h1.title .ja::before {
		width: 30px;
		height: 1px;
	}
	.top_about h2 {
		margin-bottom: 20px;
	}
	.top_about .image {
		width: 85%;
		margin-top: 40px;
	}

	.top_reason {
		padding: 70px 0;
	}
	.top_reason ul {
		grid-template-columns: repeat(1,1fr);
		gap: 50px;
	}
	.top_reason li:nth-child(even) {
		margin-top: 0;
	}

	.top_service {
		padding: 70px 0;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
		gap: 50px;
	}
	.top_service li:nth-child(even) {
		margin-top: 0;
	}

	.top_recruit {
		padding-top: 70px;
	}
	.top_recruit .wrap {
		padding: 60px 5%;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 th,
.company.sec01 td {
	vertical-align: middle!important;
	font-weight: 500!important;
	border: none!important;
	background: unset!important;
}
.company.sec01 th,
.company.sec01 td {
	padding: 20px 5px;
}
.company.sec01 tr {
	border-bottom: 1px solid #263129;
}
.company.sec01 iframe {
	width: 100%;
	height: 350px;
}

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

}

/*-----------------------------
事業案内
------------------------------*/
.service.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.service.sec01 .text {
	width: 50%;
}
.service.sec01 .image {
	width: 45%;
}
.service.sec01 .image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.service.sec01 h2 {
	font-size: var(--rem30);
	margin-left: 0;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
}

.service.sec02 {
	padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 ul {
		flex-direction: column;
		gap: 50px;
	}
	.service.sec01 li {
		flex-direction: column;
		gap: 30px;
	}
	.service.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.service.sec01 .text {
		width: 100%;
	}
	.service.sec01 .image {
		width: 100%;
	}

	.service.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
採用情報
------------------------------*/
.recruit ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.recruit li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit li:nth-child(even) {
	flex-direction: row-reverse;
}
.recruit .text {
	width: 50%;
}
.recruit .image {
	width: 45%;
}
.recruit .image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.recruit h2 {
	font-size: var(--rem30);
	margin-left: 0;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #707070;
}

.recruit.sec02 {
	padding-top: 120px;
}
.recruit.sec02 table,
.recruit.sec02 th,
.recruit.sec02 td {
	vertical-align: middle!important;
	font-weight: 500!important;
	border: none!important;
	background: unset!important;
}
.recruit.sec02 th,
.recruit.sec02 td {
	padding: 20px 5px;
}
.recruit.sec02 tr {
	border-bottom: 1px solid #707070;
}

.recruit.sec03 {
	padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
	.recruit ul {
		flex-direction: column;
		gap: 50px;
	}
	.recruit li {
		flex-direction: column;
		gap: 30px;
	}
	.recruit li:nth-child(even) {
		flex-direction: column;
	}
	.recruit .text {
		width: 100%;
	}
	.recruit .image {
		width: 100%;
	}

	.recruit.sec02 {
		padding-top: 70px;
	}

	.recruit.sec03 {
		padding-top: 70px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
body.page-contact h1.title {
	font-size: var(--rem48);
	text-align: center;
	margin-inline: auto;
}
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #1A1311!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #F9F9F9!important;
	color: #1A1311!important;
}
.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #1A1311;
	padding: 20px;
}

body.page-thanks h1.title {
	font-size: var(--rem48);
	text-align: center;
	margin-inline: auto;
}

/*-----------------------------
お知らせ
------------------------------*/
body.single-post #header {
	position: static;
	background: #fff;
}
body.single-post h1.title::before {
	display: none!important;
}

/*-----------------------------
施工実績
------------------------------*/
body.category h1.title {
	font-size: var(--rem48);
	text-align: center;
	margin-inline: auto;
}

/*-----------------------------
サイトマップ
------------------------------*/
body.page-sitemap h1.title {
	font-size: var(--rem48);
	text-align: center;
	margin-inline: auto;
}

/*-----------------------------
プライバシーポリシー
------------------------------*/
body.page-privacy h1.title {
	font-size: var(--rem48);
	text-align: center;
	margin-inline: auto;
}

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

	.mobile #header {
		background: #fff;
	}
	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li a,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li a:hover {
		background: #fff;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a:hover b,
	nav#mainNav ul li.current-menu-item a b {
		color: #1A1311;
	}

	.contact_sec p {
		text-align: center;
	}
	.contact_sec .box {
		flex-direction: column;
		row-gap: 30px;
	}
}

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

	.contact_sec {
		padding-top: 60px;
	}
	.contact_sec p {
		font-size: 20px;
	}
	.contact_sec .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
	.contact_sec .btn {
		flex-direction: column;
		row-gap: 14px;
	}

	.floatBanner {
		width: 50%;
	}
}

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