@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');

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.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%;
}

#front-sectionPost {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 15px 0;
	position: relative;
}
.post .time, .postlist .time {
	font-weight: 400;
	color: #fff !important;
	background: #000000;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.post .time a, .postlist .time a {
	font-weight: 400;
	color: #fff!important;
}

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

.post_link a {
	color: #000000!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: linear-gradient(127deg,rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 1) 100%);
	opacity: .75;
}
header#h1Header h1.title {
	font-weight: 700;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#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: #fff;
	color: #000000;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #000000;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a b {
	font-weight: 500;
}
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #000;
	color: #fff;
}
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: #000000;
}
.spmenu #menu p {
	color: #000000;
}

a#scrollUp {
	background: #000000;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #000000;
}
#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: 15px;
}

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

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #000000;
	line-height: 1.4;
	font-weight: 900;
	display: block;
	margin-bottom: 35px;
	position: relative;
}
h1.title .ja {
	font-weight: 700;
	font-size: var(--rem20);
	display: block;
}

.post h2 {
	font-weight: 700;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 20px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	text-align: center;
	padding: 0!important;
	padding-bottom: 12px!important;
	margin: 0!important;
	margin-bottom: 35px!important;
	position: relative;
}
.post h2.title::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.post h3.title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
}
.post h3.title::before {
	content: '';
	display: inline-block;
	background: #000000;
	width: 60px;
	height: 1px;
}

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #000000;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: #000000;
	border-radius: 0;
	max-width: 280px;
	color: #fff;
	padding: 15px;
	display: block;
	margin-top: 30px;
	margin-inline: auto;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #006835;
	color: #ffffff;
	opacity: 1;
}

.cta {
	position: relative;
	z-index: 0;
	padding: 100px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta .logo {
	width: 240px;
	margin-inline: auto;
}
.cta .logo a {
	display: block;
}
.cta .logo a img {
	width: 100%;
	max-width: 100%;
	display: block;
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 120px 0;
}
.top_concept .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_concept .image,
.top_concept .text {
	width: 47%;
}
.top_concept .image {
	display: flex;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.top_concept .box01 {
	width: 25%;
}
.top_concept .box02 {
	width: 75%;
}
.top_concept .box01 img,
.top_concept .box02 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_concept h1 {
	text-align: left;
	margin-left: 0;
}
.top_concept .linkBtn {
	margin-left: 0;
}
.top_concept h2 {
	font-size: var(--rem30);
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
	margin-left: 0;
}
.top_concept h2::before {
	content: '';
	display: inline-block;
	background: #000000;
	width: 60px;
	height: 1px;
}

.top_gallery {
	padding-bottom: 120px;
}
.top_gallery .flex {
	display: flex;
	align-items: center;
}
.top_gallery .title {
	padding: 0 5%;
}
.top_gallery h1 {
	font-weight: 900;
	font-size: var(--px80);
	text-align: left;
	margin-left: 0;
	line-height: 1.3;
	letter-spacing: -6px;
	margin-bottom: 30px;
	white-space: nowrap;
}
.top_gallery h1 span.color01 {
	color: #5B6A70;
}
.top_gallery h1 span.color02 {
	color: #A6ADB0;
}
.top_gallery h1 span.color03 {
	color: #000000;
}
.top_gallery .image {
	flex: 1;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-template-rows: auto auto auto auto;
}
.top_gallery .box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_gallery .box:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}
.top_gallery .box:nth-child(2) {
	grid-column: 3 / 4;
	grid-row: 1 / 2;
}
.top_gallery .box:nth-child(3) {
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}
.top_gallery .box:nth-child(4) {
	grid-column: 5 / 7;
	grid-row: 1 / 3;
}
.top_gallery .box:nth-child(5) {
	grid-column: 3 / 5;
	grid-row: 2 / 3;
}
.top_gallery .box:nth-child(6) {
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}
.top_gallery .box:nth-child(7) {
	grid-column: 3 / 5;
	grid-row: 3 / 5;
}
.top_gallery .box:nth-child(8) {
	grid-column: 5 / 7;
	grid-row: 3 / 4;
}
.top_gallery .box:nth-child(9) {
	grid-column: 1 / 3;
	grid-row: 4 / 5;
}
.top_gallery .box:nth-child(10) {
	grid-column: 5 / 6;
	grid-row: 4 / 5;
}
.top_gallery .box:nth-child(12) {
	grid-column: 6 / 7;
	grid-row: 4 / 5;
}
.top_gallery ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style-type: disc;
	padding-left: 20px;
}
.top_gallery ul li {
	font-weight: 700;
	font-size: var(--rem20);
}

.top_service {
	background: #F5F5F5;
	padding: 120px 0;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 50px;
}
.top_service li:nth-child(2) {
	margin-top: 200px;
}
.top_service li:nth-child(3) {
	margin-top: -180px;
}
.top_service li:nth-child(4) {
	margin-top: 50px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_service h2 {
	font-size: var(--rem30);
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.top_service h2::before {
	content: '';
	display: inline-block;
	background: #000000;
	width: 60px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.top_recruit {
	padding: 120px 0;
}
.top_recruit .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_recruit .image,
.top_recruit .text {
	width: 47%;
}
.top_recruit h1 {
	text-align: left;
	margin-left: 0;
}
.top_recruit .linkBtn {
	margin-left: 0;
}
.top_recruit h2 {
	font-size: var(--rem30);
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	text-align: left;
	margin-left: 0;
}
.top_recruit h2::before {
	content: '';
	display: inline-block;
	background: #000000;
	width: 60px;
	height: 1px;
}

.top_news {
	padding: 120px 0;
	background: #F5F5F5;
}

@media print, screen and (max-width: 1023px) {
	.top_concept {
		padding: 70px 0;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_concept .image,
	.top_concept .text {
		width: 100%;
	}
	.top_concept .text {
		margin-left: 0;
		margin-right: 0;
	}
	.top_concept h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_concept h2::before {
		width: 40px;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}

	.top_gallery {
		padding-bottom: 70px;
	}
	.top_gallery .flex {
		flex-direction: column;
		gap: 35px;
	}
	.top_gallery .title {
		padding: 0;
	}
	.top_gallery h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_gallery ul {
		gap: 10px;
	}

	.top_service {
		padding: 70px 0;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}
	.top_service li:nth-child(2) {
		margin-top: 0;
	}
	.top_service li:nth-child(3) {
		margin-top: 0;
	}
	.top_service li:nth-child(4) {
		margin-top: 0;
	}
	.top_service h3::before {
		width: 40px;
	}

	.top_recruit {
		padding: 70px 0;
	}
	.top_recruit .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_recruit .image,
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
	}
	.top_recruit h2::before {
		width: 40px;
	}

	.top_news {
		padding: 70px 0;
	}
	.top_news h1.title {
		margin-bottom: 0;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 table th,
.company.sec01 table td {
	background: unset;
	border: none;
	font-weight: 400;
}
.company.sec01 table tr {
	border-bottom: 1px solid #000;
}
.company.sec01 .flex {
	display: flex;
	gap: 40px;
}
.company.sec01 .flex .image,
.company.sec01 .flex .map {
	width: 50%;
}
.company.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.company.sec01 .map iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 .flex {
		flex-direction: column;
		gap: 20px;
	}
	.company.sec01 .flex .image,
	.company.sec01 .flex .map {
		width: 100%;
	}
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 50px;
}
.service.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.service.sec01 li:first-child {
	padding-top: 0;
}
.service.sec01 .image {
	width: 40%;
}
.service.sec01 .image img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 .text {
	width: 55%;
}

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

/*-----------------------------
実績
------------------------------*/
.works.sec01 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 80px 20px;
}
.works.sec01 li {
	background: #F2F3F3;
	padding: 20px;
}
.works.sec01 .flex {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 10px;
}
.works.sec01 .image {
	width: 30%;
}
.works.sec01 .image .div {
	width: 100%!important;
}
.works.sec01 .image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.works.sec01 .gallery-item {
	margin-bottom: 0;
}
.works.sec01 .text {
	width: 65%;
}
.works.sec01 .text p {
	line-height: 1.6;
}
.works.sec01 .text p span {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
.works.sec01 .small {
	font-size: 12px;
}

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

/*-----------------------------
採用情報
------------------------------*/
.recruit.sec01 table,
.recruit.sec01 table th,
.recruit.sec01 table td {
	background: unset;
	border: none;
	font-weight: 400;
}
.recruit.sec01 table tr {
	border-bottom: 1px solid #000;
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
}
body.page-contact .post table th {
	background: #000000;
	color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #000000;
	padding: 18px;
	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;
	}
	nav#mainNav ul li ul.sub-menu li a:hover,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover  {
		color: #000;
	}
}

@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::before {
		width: 40px;
	}

	.post h3.title::before {
		width: 40px;
	}

	.cta {
		padding: 60px 0;
	}
	.cta .logo {
		width: 180px;
	}
}

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