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

/*font-family: "Noto Serif JP", serif;*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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: unset;
}
#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: #000;
	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: #000;
	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: #262626!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: #000000;
	opacity: 0.5;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem60);
	font-weight: 400;
	color: #fff;
}
header#h1Header h1.title::before {
	display: none;
}

#header {
	position: absolute;
	background: unset;
}
.sticky-header #header > .inner {
	background: rgba(0,0,0,.8);
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}

nav#mainNav ul li a {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	background: unset;
	color: #fff;
	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: 400;
	color: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #fff;
}
nav#mainNav ul li a:hover b {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #fff;
}
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: #fff;
}
.spmenu #menu p {
	color: #FFFFFF;
	white-space: nowrap;
}

a#scrollUp {
	background: #000;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #000;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #fff;
	font-family: "Noto Serif JP", serif;
}
#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: #fff;
}

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

h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #000000;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
	margin-inline: auto;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: var(--rem20);
	display: block;
}
body.home h1.title {
	font-size: var(--rem72);
}

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

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

.post h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	display: block;
	background: unset;
	border-radius: 0;
	max-width: 200px;
	color: #000;
	text-align: left;
	font-size: 16px;
	margin-top: 30px;
	border-bottom: 1px solid #000;
	margin-inline: auto;
	padding: 10px 30px 10px 10px;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #000;
	opacity: .7;
}

.linkBtn.white, .post .linkBtn.white, a.linkBtn.white {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.linkBtn.white::after, .post .linkBtn.white::after, a.linkBtn.white::after {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.linkBtn.white:hover, .post .linkBtn.white:hover, a.linkBtn.white:hover {
	color: #fff;
}

.cta {
	background: #F8F8F8;
	padding: 70px 0;
}
.cta h1 {
	font-size: var(--rem40)!important;
	text-align: center!important;
	margin-bottom: 20px!important;
}
.cta p {
	text-align: center;
	margin-bottom: 30px;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 18px;
	flex-wrap: wrap;
}
.cta a {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #000;
	display: block;
	text-align: center;
	width: 220px;
	max-width: 100%;
	position: relative;
	padding: 14px 0;
}
.cta a:hover {
	opacity: .7;
}


/*-----------------------------
Top
------------------------------*/
.top_about {
	clip-path: inset(0);
	padding: 300px 0 160px;
}
.top_about::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/main.jpg)no-repeat;
	background-position: center;
	background-size: cover;
}
.top_about h1 {
	margin-left: 0;
	text-align: left;
	color: #fff;
}
.top_about h1 .ja {
	font-family: "Noto Serif JP", serif;
}
.top_about .copy {
	width: 100%;
	padding-top: 220px;
	padding-bottom: 120px;
}
.top_about .copy img {
	width: 100%;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	gap: 0 30px;
}
.top_about .text {
	width: 50%;
}
.top_about .text p {
	color: #fff;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_gallery {
	margin-top: -80px;
	position: relative;
	z-index: 2;
}
.top_gallery .image {
	margin-left: -6%;
	max-width: 1100px;
	width: 80%;
}

.top_service {
	padding-top: 120px;
}
.top_service h1 {
	text-align: left;
	margin-left: 0;
}
.top_service .wrap {
	background: url(/wp-content/uploads/service_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 80px;
}
.top_service h3,
.top_service p {
	color: #fff;
}
.top_service p {
	max-width: 690px;
}
.top_service .copy {
	width: 100%;
	padding-top: 100px;
}
.top_service .copy img {
	width: 100%;
}
.top_service .linkBtn {
	margin-left: 0;
}

.top_reason {
	background: #E2E2E2;
	padding: 80px 0;
}
.top_reason li {
	padding: 16px 5%;
	border-bottom: 1px solid #C5C1C1;
	display: flex;
	gap: 24px;
	align-items: center;
}
.top_reason li:first-child {
	border-top: 1px solid #C5C1C1;
}
.top_reason .number {
	width: 50px;
	min-width: 50px;
}
.top_reason .number img {
	width: 50px;
	min-width: 50px;
}
.top_reason h3 {
	margin-bottom: 8px;
	line-height: 1.4;
}

.top_recruit {
	background: url(/wp-content/uploads/recruit_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}
.top_recruit h1,
.top_recruit h3,
.top_recruit p {
	color: #fff;
}
.top_recruit h3,
.top_recruit p {
	text-align: center;
}
.top_recruit p {
	max-width: 700px;
	margin-inline: auto;
}
.top_recruit .linkBtn {
	margin-inline: auto;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 240px 0 100px;
	}

	.top_about .copy {
		padding-top: 140px;
		padding-bottom: 80px;
	}
	.top_about .flex {
		flex-direction: column;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about .linkBtn {
		margin-inline: auto;
	}

	.top_gallery {
		margin-top: -40px;
	}
	.top_gallery .image {
		width: 100%;
	}

	.top_service {
		padding-top: 70px;
	}
	.top_service .wrap {
		padding-top: 60px;
	}
	.top_service h3 {
		text-align: center;
	}
	.top_service .copy {
		padding-top: 80px;
	}
	.top_service .linkBtn {
		margin-inline: auto;
	}

	.top_reason {
		padding: 60px 0;
	}
	.top_reason .number {
		width: 40px;
		min-width: 40px;
	}
	.top_reason .number img {
		width: 40px;
		min-width: 40px;
	}

	.top_recruit {
		padding: 60px 0;
	}
	.top_recruit p {
		text-align: left;
	}
}

/*-----------------------------
COMPANY
------------------------------*/
.company.sec01 h1 {
	font-size: var(--rem48);
}
.company.sec01 table,
.company.sec01 th,
.company.sec01 td {
	vertical-align: middle!important;
	font-weight: 400!important;
	border: none!important;
	background: unset!important;
	font-family: "Noto Serif JP", serif!important;
}
.company.sec01 th,
.company.sec01 td {
	padding: 20px 5px;
}
.company.sec01 tr {
	border-bottom: 1px solid #000;
}
.company.sec01 iframe {
	width: 100%;
	height: 350px;
}

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

}

/*-----------------------------
SERVICE
------------------------------*/
.service.sec01 ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.service.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 .text {
	margin-top: 20px;
}
.service.sec01 h3 {
	text-align: center;
}

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

/*-----------------------------
RECRUIT
------------------------------*/
.recruit h1 {
	font-size: var(--rem48);
}
.recruit.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recruit.sec01 .image,
.recruit.sec01 .text {
	width: 47%;
}

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

@media print, screen and (max-width: 768px) {
	.recruit.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.recruit.sec01 .image,
	.recruit.sec01 .text {
		width: 100%;
	}
	.recruit.sec01 h3 {
		text-align: center;
	}

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

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	border: none;
}
body.page-contact .post table th {
	background: #000000!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #fff!important;
	color: #000!important;
	border: solid 1px #000000;
}
.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #000000;
	padding: 20px;
}

/*-----------------------------
お知らせ
------------------------------*/
body.single-post #header {
	position: static;
}
body.single-post #header > .inner .logo img {
	filter: brightness(0) invert(0);
}
body.single-post.sticky-header #header > .inner {
	background: #fff;
}
body.single-post nav#mainNav ul li a,
body.single-post nav#mainNav ul li a b,
body.single-post nav#mainNav ul li.current-menu-item a b,
body.single-post nav#mainNav ul li a:hover b,
body.single-post nav#mainNav ul li.current-menu-item a b,
body.single-post nav#mainNav ul li ul.sub-menu li a,
body.single-post nav#mainNav ul li.current-menu-parent a b {
	color: #000;
}

body.single-post .spmenu #menu span,
body.single-post .spmenu #menu span:before,
body.single-post .spmenu #menu span:after {
	background: #000;
}
body.single-post .spmenu #menu p {
	color: #000;
}

@media print, screen and (max-width: 1023px) {
	body.single-post {
		margin-top: 60px!important;
	}
}

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

	.mobile #header {
		background: unset;
		box-shadow: none;
	}
	body.mobile {
		margin-top: 0;
	}
	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: #000000;
	}

	body.mobile #header .logo img {
		max-width: 160px;
	}

}

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

	h1.title {
		margin-bottom: 30px;
		text-align: center;
		margin-inline: auto;
	}

	.cta {
		padding: 50px 0;
	}
	.cta h1 {
		font-size: 24px!important;
	}
}

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