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

/* font-family: "Shippori Mincho", serif; */
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&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: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #000000;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.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: #000000;
	color: #fff !important;
}
.post4b .time a {
	color: #fff !important;
}

.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: "Shippori Mincho", serif;
	color: #000000;
}

body p {
	line-height: 2;
	color: #000000;
}

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.3;
}
header#h1Header h1.title {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	color: #fff;
}
header#h1Header h1.title::after {
	display: none!important;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 5px 10px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	max-height: 55px;
	height: auto;
}
#header a.head_btn {
	align-items: center;
	position: relative;
}
#header a.head_btn span {
	margin-top: -14px;
}
#header a.head_btn::before {
	font-size: 1em;
	margin-top: -11px;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #F1F1F1;
	color: #000000;
	flex-direction: unset;
}
#header a.head_btn.tel_btn02 {
	background: #CECECE;
	color: #000000;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #000000;
	color: #fff;
	flex-direction: unset;
}
#header a.head_btn .note {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 400;
	font-size: 10px;	
	margin: 0;
}
#header a.head_btn span.text {
	position: absolute;
	top: 20px;
	font-size: 12px;	
}
nav#mainNav ul li a {
	color: #000000;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
	font-weight: 400;
	color: #000000;
}
nav#mainNav ul li a span {
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	display: inline-block;
	margin-top: 4px;
} 
nav#mainNav ul li a:hover span {
	color: #000000;
}
nav#mainNav ul li.current-menu-item a b {
	color: #000000;
}
nav#mainNav ul li.current-menu-item a span {
	color: #000000;
}
nav#mainNav ul li.current-menu-item a b {
	color: #000000;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #102942;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #000000;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}
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: #000000;
}
.spmenu #menu p {
	color: #000000;
	white-space: nowrap;
}

a#scrollUp {
	background: #000000;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #102942;
	background: #ffffff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #000000;
}
#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: #000000;
}

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

h1.title {
	font-family: "Shippori Mincho", serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #000000;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	margin-bottom: 45px;
	width: fit-content;
	position: relative;
}
h1.title::after {
	content: '';
	display: inline-block;
	background: #000000;
	height: 1px;
	width: 90px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}
h1.title.left {
	text-align: left;
	margin-left: 0;
}
h1.title.left::after {
	left: 0;
	transform: translateX(0);
}
h1.title .ja {
	display: block;
	font-size: var(--rem20);
}

.post h2 {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: var(--rem36);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	color: #000000;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	font-weight: 700;
	color: #000000;
	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: #000000;
	opacity: .7;
}

.contact_sec {
	position: relative;
	padding-top: 150px;
	margin-bottom: 40px;
}
.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: "Shippori Mincho", serif;
	font-weight: 700;
	font-size: var(--rem40);
	line-height: 1.6;
	color: #000000;
	margin: 0;
	margin-top: -28px;
}
.contact_sec .box {
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}
.contact_sec .logo {
	max-width: 200px;
	margin-inline: auto;
	margin-bottom: 35px;
}
.contact_sec .logo img {
	width: 100%;
}
.contact_sec .btn {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 14px;
}
.contact_sec a {
	font-weight: 400;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	width: 300px;
	height: 55px;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
}
.contact_sec a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	margin-top: 3px;
	font-weight: 400;
	line-height: 1;
}
.contact_sec a::after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.contact_sec a:hover {
	opacity: .7;
}
.contact_sec a.telLink {
	font-size: 22px;
	background: #F1F1F1;
	color: #000000;
	border: solid 1px #333333;
}
.contact_sec a.telLink02 {
	background: #CECECE;
}
/* .contact_sec a.telLink::before {
content: '\f095';
} */
.contact_sec a.telLink::after {
	background: #000000;
}
.contact_sec a.mailLink {
	background: #000000;
	color: #ffffff;
}
/* .contact_sec a.mailLink::before {
content: '\f0e0';
} */
.contact_sec a.mailLink::after {
	background: #ffffff;
}
.contact_sec .wrap p {
	text-align: center;
	font-size: var(--rem14);
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 120px 0;
}
.top_concept h2 {
	font-size: var(--rem48);
	text-align: center;
}
.top_concept h2 span {
	font-weight: 400;
	display: block;
	font-size: var(--rem20);
	margin-top: 10px;
}
.top_concept p {
	text-align: center;
	line-height: 2.5;
}

.top_service {
	position: relative;
	padding-bottom: 120px;
}
.top_service::after {
	content: '';
	display: inline-block;
	background: #F5F6F5;
	height: 88%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.top_service .flex {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.top_service .text {
	width: 34%;
}
.top_service .image {
	width: 60%;
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.top_service .image img {
	width: 100%;
}
.top_service .linkBtn {
	justify-content: flex-start;
}

.top_strengths {
	padding: 120px 0;
}
.top_strengths .flex {
	display: flex;
	gap: 70px;
}
.top_strengths h1 {
	text-align: left;
	margin: 0;
	width: fit-content;
	writing-mode: vertical-rl;
}
.top_strengths h1::after {
	display: none;
}
.top_strengths ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px 25px;
}
.top_strengths .image {
	margin-bottom: 20px;
}
.top_strengths .image img {
	width: 100%;
	aspect-ratio: 460 / 611;
	object-fit: cover;
}
.top_strengths h3 {
	font-size: var(--rem24);
	text-align: center;
	margin: 0;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding: 70px 0;
	}
	.top_concept p {
		line-height: 2;
	}

	.top_service {
		padding-bottom: 70px;
	}
	.top_service .flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.top_service .text {
		width: 100%;
	}
	.top_service .image {
		width: 100%;
		margin: 0;
		margin-inline: auto;
	}
	.top_service .linkBtn {
		justify-content: center;
	}

	.top_strengths {
		padding: 70px 0;
	}
	.top_strengths .flex {
		flex-direction: column;
		gap: 35px;
	}
	.top_strengths h1 {
		text-align: center;
		writing-mode: unset;
		margin-inline: auto;
	}
	.top_strengths ul {
		display: grid;
		grid-template-columns: repeat(1,1fr);
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 table,
.company.sec01 th,
.company.sec01 td {
	border: none!important;
}
.company.sec01 tr {
	border-bottom: 1px solid #000000!important;
}
.company.sec01 th,
.company.sec01 td {
	color: #000000!important;
	background: unset!important;
}
.company.sec01 iframe {
	width: 100%;
	height: 350px;
}

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

}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.service.sec01 li:nth-child(odd) .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.service.sec01 li:nth-child(even) .image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.service.sec01 .image,
.service.sec01 .text {
	width: 47%;
}
.service.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 h2 {
	text-align: left;
	margin-left: 0;
	padding-bottom: 8px;
	border-bottom: solid 1px #263129;
}

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

/*-----------------------------
お知らせ
------------------------------*/
.single-post h1.title::after {
	display: none;
}

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


/*--メディアクエリ--------------------------------------------*/
@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;
	}
}

@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.left {
		text-align: center;
		margin-inline: auto;
	}
	h1.title.left::after {
		left: 50%;
		transform: translateX(-50%);
	}

	.contact_sec {
		padding-top: 60px;
		margin-bottom: 0;
	}
	.contact_sec .logo {
		max-width: 160px;
	}
	.contact_sec .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}
}

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