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

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


#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%;
}

.postlist .post_text {
	padding: 16px 0;
}
.post .time, .postlist .time {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	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: 500;
	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-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 1.8;
}

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.65;
}
header#h1Header h1.title {
	font-family: "Josefin Sans", sans-serif;
	font-size: var(--rem60);
	font-weight: 600;
	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: "Josefin Sans", sans-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;
}

nav#mainNav ul li.line a {
	display: flex;
	align-items: center;
	flex-direction: unset;
	gap: 4px;
}
nav#mainNav ul li.line a::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-top: -5px;
}

.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;
}
#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 Sans JP", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #000000;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	margin: 0 0 35px;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem24);
	display: block;
}
.post h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	line-height: 1.3;
	font-size: var(--rem48);
	color: #FE4121;
	text-align: center;
	padding: 0!important;
	margin: 0 0 35px!important;
}
.post h2.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem20);
	color: #000;
	display: block;
}

body.home .post h2.title {
	font-size: var(--rem72);
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	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: #000;
}

.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 h2.title {
	font-size: var(--rem72);
	text-align: center;
}
.cta h2.title .ja {
	color: #000;
}
.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: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	text-align: center;
	width: 220px;
	max-width: 100%;
	position: relative;
	padding: 14px 0;
}
.cta a:hover {
	opacity: .7;
}
.cta a.lineLink::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/line.png)no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
}


/*-----------------------------
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.title {
	font-family: "Josefin Sans", sans-serif;
	font-size: var(--rem72);
	margin-left: 0;
	text-align: left;
	color: #fff;
}
.top_about h2.title,
.top_about h2.title .ja {
	color: #fff;
	text-align: left;
}
.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 {
	padding-bottom: 120px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}
.top_gallery .image {
	margin-left: -6%;
	max-width: 1100px;
	width: 80%;
}

.top_philosophy {
	padding: 120px 0;
	background: url(/wp-content/uploads/top_philosophy_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_philosophy .inner {
	max-width: 1150px;
}
.top_philosophy h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: var(--rem40);
	font-weight: 600;
	text-align: center;
}
.top_philosophy .vision {
	background: #fff;
	padding: var(--px60) var(--px40);
}
.top_philosophy .vision p {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: var(--rem30);
	line-height: 1.6;
}
.top_philosophy .mission {
	padding-top: 70px;
}
.top_philosophy li {
	padding: 16px 5%;
	border-bottom: 1px solid #C5C1C1;
	display: flex;
	gap: 24px;
	align-items: center;
}
.top_philosophy li span,
.top_philosophy li span img {
	width: 50px;
	min-width: 50px;
}
.top_philosophy li p {
	font-family: "Noto Serif JP", serif;
	flex: 1;
	font-size: 20px;
}

.top_strength {
	padding-top: 120px;
}
.top_strength ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.top_strength ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_strength ul li .image {
	width: 28%;
}
.top_strength ul li .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_strength ul li .text {
	width: 68%;
}
.top_strength ul li span {
	width: 14px;
	display: inline-block;
	margin-right: 4px;
}
.top_strength ul li span img {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}

.top_service {
	padding-top: 120px;
}
.top_service h1 {
	text-align: left;
	margin-left: 0;
}
.top_service .wrap {
	background: url(/wp-content/uploads/top_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_news {
	padding: 100px 0;
}
.top_news .inner {
	max-width: 1100px;
}
.top_news .linkBtn {
	margin-right: 0;
}

@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 {
		padding-bottom: 70px;
		margin-top: -40px;
	}
	.top_gallery .image {
		width: 100%;
	}

	.top_philosophy {
		padding: 70px 0;
	}
	.top_philosophy h3 {
		font-size: var(--rem48);
	}
	.top_philosophy .vision p {
		font-size: 18px;
	}
	.top_philosophy .mission {
		padding-top: 50px;
	}
	.top_philosophy li span,
	.top_philosophy li span img {
		width: 40px;
		min-width: 40px;
	}
	.top_philosophy li p {
		font-size: 18px;
	}

	.top_strength {
		padding-top: 70px;
	}
	.top_strength ul {
		gap: 40px;
	}
	.top_strength ul li {
		display: flex;
		flex-direction: column;
		gap: 25px;
	}
	.top_strength ul li .image {
		width: 100%;
	}
	.top_strength ul li .text {
		width: 100%;
	}
	.top_strength ul li h3 {
		text-align: center;
	}

	.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_news {
		padding: 60px 0;
	}
	.top_news .linkBtn {
		margin-right: auto;
	}
}

/*-----------------------------
COMPANY
------------------------------*/
.company.sec02 .inner {
	max-width: 900px;
}
.company.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.company.sec03 {
	background: url(/wp-content/uploads/top_philosophy_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.company.sec03 .inner {
	max-width: 1150px;
}
.company.sec03 h3 {
	font-family: "Josefin Sans", sans-serif;
	font-size: var(--rem40);
	font-weight: 600;
	text-align: center;
}
.company.sec03 .vision,
.company.sec03 .valu,
.company.sec03 .mission {
	background: #fff;
	padding: var(--px60) var(--px40);
}
.company.sec03 .vision p,
.company.sec03 .valu p {
	font-family: "Noto Serif JP", serif;
	text-align: center;
	font-size: var(--rem30);
	line-height: 1.6;
}
.company.sec03 .mission,
.company.sec03 .valu {
	margin-top: 40px;
}
.company.sec03 li {
	padding: 16px 5%;
	border-bottom: 1px solid #C5C1C1;
	display: flex;
	gap: 24px;
	align-items: center;
}
.company.sec03 li span,
.company.sec03 li span img {
	width: 50px;
	min-width: 50px;
}
.company.sec03 li p {
	font-family: "Noto Serif JP", serif;
	flex: 1;
	font-size: 20px;
}

.company.sec04 table,
.company.sec04 table th,
.company.sec04 table td {
	background: unset;
	font-weight: 500;
	border: none;
}
.company.sec04 table tr {
	border-bottom: 1px solid #C5C1C1;
}
.company.sec04 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec03 h3 {
		font-size: var(--rem48);
	}
	.company.sec03 .vision p,
	.company.sec03 .valu p {
		font-size: 18px;
	}
	.company.sec03 .mission,
	.company.sec03 .valu {
		margin-top: 20px;
	}
	.company.sec03 li span,
	.company.sec03 li span img {
		width: 40px;
		min-width: 40px;
	}
	.company.sec03 li p {
		font-size: 18px;
	}
}

/*-----------------------------
SERVICE
------------------------------*/
.service.sec01 .box {
	background: #F1F1F1;
	padding: var(--px40);
	margin-top: 20px;
}
.service.sec01 .box ul li {
	padding-left: 20px;
	position: relative;
}
.service.sec01 .box ul li::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/check.png)no-repeat;
	background-size: contain;
	aspect-ratio: 28 / 20;
	width: 14px;
	position: absolute;
	top: 12px;
	left: 0;
}
.service.sec01 .box p {
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.4;
	margin-top: 20px;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 .box ul li::before {
		top: 9px;
	}

	.service.sec01 h3 {
		text-align: center;
	}
}

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

/*-----------------------------
お知らせ
------------------------------*/
body.single-post {
	margin-top: 0!important;
}
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; }

	.cta {
		padding: 50px 0;
	}
}

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