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

/* font-family: "Alexandria", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

/* font-family: "M PLUS 1", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..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-weight: 700;
	color: #fff !important;
	background: #0D6A51;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}

.post .time a,
.postlist .time a {
	font-weight: 700;
	color: #fff !important;
}

.post4b li .post4b_contents {
	/* 	opacity: 1; */
	display: none;
}

.post4b .time {
	display: block;
	background: #0D6A51;
}

.post_link a {
	color: #333333 !important;
}

.post_link {
	border-bottom: none;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "M PLUS 1", sans-serif;
	background: #fff;
}

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.35;
}

header#h1Header h1.title {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 700;
	color: #fff;
}

#header,
.sticky-header #header>.inner {
	background: #fff;
}

#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 {
	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: #4C4948;
	color: #fff;
	flex-direction: unset;
}

#header a.head_btn.mail_btn {
	font-family: "Alexandria", sans-serif;
	background: #0D6A51;
	color: #fff;
	flex-direction: unset;
}

nav#mainNav ul li a {
	color: #202020;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(28px + (1vw - 19.2px) * 1.6722), 28px);
}

nav#mainNav ul li a:hover {
	background: #fff;
}

nav#mainNav ul li a b {
	font-weight: 500;
	color: #202020;
}

nav#mainNav ul li.current-menu-item a {
	background: #fff;
}

nav#mainNav ul li.current-menu-item a b {
	color: #202020;
}

nav#mainNav ul li.current-menu-item a b {
	color: #202020;
}

nav#mainNav ul li ul.sub-menu li a {
	color: #202020;
}

nav#mainNav ul li.current-menu-parent a {
	background: #fff;
}

nav#mainNav ul li.current-menu-parent a b {
	color: #202020;
}

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: #0D6A51;
}

.spmenu #menu p {
	color: #0D6A51;
	white-space: nowrap;
}

a#scrollUp {
	background: #0D6A51;
}

#footer {
	padding: 30px;
}

#footer,
#copyright {
	color: #fff;
	background: #0D6A51;
}

#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: 20px;
}

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

h1.title {
	font-family: "M PLUS 1", sans-serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #0D6A51;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}

h1.title .ja {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 470;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem24);
	color: #202020;
}

body.home h1.title {
	font-weight: 900;
	font-family: "Alexandria", sans-serif;
}

.post h2 {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 400;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}

.post h2:after {
	display: none;
}

.post h3 {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "M PLUS 1", sans-serif;
	font-weight: 400;
}

.post h4::before {
	background: #0D6A51;
}

.linkBtn,
.post .linkBtn,
a.linkBtn {
	background: #0D6A51;
	color: #fff;
	display: block;
	border-radius: 0;
	width: 280px;
	margin: 0;
	margin-inline: auto;
	padding: 16px;
	margin-top: 40px;
}

.linkBtn::after {
	display: none !important;
}

.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	width: 24px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translateY(-50%);
}

.linkBtn:hover,
.post .linkBtn:hover,
a.linkBtn:hover {
	background: #0D6A51;
	color: #fff;
	opacity: .7;
}

.contact_sec {
	position: relative;
	padding-top: 150px;
	background: #0D6A51;
}

.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 .logo {
	max-width: 300px;
}

.contact_sec .logo img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.contact_sec address {
	color: #0D6A51;
}

.contact_sec address span {
	display: block;
	font-size: var(--rem24);
}

.contact_sec .box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px 40px;
	flex-wrap: wrap;
	padding: 45px 40px;
	background: #fff;
	box-shadow: 2px 2px 4px #ccc;
	margin-top: 100px;
}

.contact_sec .btn a {
	font-weight: 900;
	font-family: "Alexandria", sans-serif;
	background: #0D6A51;
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	width: 300px;
	max-width: 100%;
	position: relative;
	padding: 10px 0;
}

.contact_sec .btn a::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 40px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.contact_sec .btn a:hover {
	opacity: .7;
}

/*-----------------------------
Top
------------------------------*/
.top_loop {
	padding-top: 40px;
}

.top_loop .loopSlider {
	position: relative;
	width: 100%;
	height: 150px;
}

.top_loop .loopSlider ul {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	max-width: 10000%;
	min-width: 100%;
	width: calc(1500px * 2 * 2);
	animation: 100s linear infinite;
	opacity: .15;
}

.top_loop .loopSlider ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 1);
	margin-right: 30px;
}

.top_loop .loopSlider .loop1 {
	animation-name: loop1;
}

.top_loop .loopSlider .loop2 {
	animation-name: loop2;
}

@keyframes loop1 {
	0% {
		transform: translateX(0);
	}

	49.99999% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(100%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

.top_loop h2 {
	text-align: left;
	color: #073E2F;
	font-weight: 700;
}

.top_about {
	padding-top: 120px;
	width: 90%;
	display: flex;
	gap: 40px;
}

.top_about .text {
	width: 100%;
}

.top_about .image {
	width: 100%;
}

.top_about h1 {
	text-align: left;
	margin-left: 0;
}

.top_about h3 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top_about h3::before {
	content: '';
	display: inline-block;
	background: #ABA7A4;
	width: 60px;
	height: 1px;
}

.top_about .linkBtn {
	margin-left: 0;
}

.top_service {
	position: relative;
	padding-top: 120px;
}

.top_service ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	gap: 40px;
}

.top_service .image {
	margin-bottom: 20px;
}

.top_service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.top_service h3 {
	font-weight: 500;
	margin: 0;
}

.top_service h3 span {
	display: flex;
	align-items: center;
	gap: 15px;
	font-weight: 700;
	color: #073E2F;
	font-size: var(--rem20);
	font-family: "Alexandria", sans-serif;
}

.top_service h3 span::before {
	content: '';
	display: inline-block;
	background: #073E2F;
	height: 1px;
	width: 20px;
}

.top_service .linkBtn {
	margin-left: 0;
}

.top_recruit {
	padding-top: 120px;
	width: 90%;
	margin-left: auto;
	display: flex;
	flex-direction: row-reverse;
	gap: 40px;
}

.top_recruit .text {
	width: 60%;
}

.top_recruit .image {
	width: 100%;
}

.top_recruit h1 {
	text-align: left;
	margin-left: 0;
}

.top_recruit h3 {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top_recruit h3::before {
	content: '';
	display: inline-block;
	background: #ABA7A4;
	width: 60px;
	height: 1px;
}

.top_recruit .linkBtn {
	margin-left: 0;
	background: #D9D9D9;
}

.top_recruit .linkBtn:hover {
	background: #D9D9D9;
	opacity: 1;
}

@media print,
screen and (max-width: 1023px) {
	.top_about {
		padding-top: 40px;
		width: 94%;
		margin-inline: auto;
		flex-direction: column;
	}

	.top_about h1 {
		text-align: center;
		margin-left: auto;
	}

	.top_about h3::before {
		width: 40px;
	}

	.top_about .linkBtn {
		margin-inline: auto;
	}

	.top_recruit {
		padding-top: 70px;
		width: 94%;
		margin-inline: auto;
		flex-direction: column;
	}

	.top_recruit h1 {
		text-align: center;
		margin-left: auto;
	}

	.top_recruit h3::before {
		width: 40px;
	}

	.top_recruit .text {
		width: 100%;
	}

	.top_recruit .linkBtn {
		margin-inline: auto;
	}
}

@media print,
screen and (max-width: 768px) {
	.top_loop .loopSlider {
		height: 50px;
	}

	.top_loop .loopSlider ul {
		width: calc(500px * 2 * 2);
		animation: 70s linear infinite;
	}

	.top_loop .loopSlider ul li {
		margin-right: 20px;
	}

	.top_service {
		padding-top: 70px;
	}

	.top_service ul {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
	}

	.top_service .linkBtn {
		margin-inline: auto;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company h1 {
	font-family: "Alexandria", sans-serif;
}

.company h1 .ja {
	font-family: "M PLUS 1", sans-serif;
}

.company.sec01 .flex {
	display: flex;
	justify-content: space-between;
}

.company.sec01 .image {
	width: 45%;
}

.company.sec01 .text {
	width: 50%;
}

.company.sec01 h3 {
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 15px;
}

.company.sec01 h3::before {
	content: '';
	display: inline-block;
	background: #ABA7A4;
	width: 60px;
	height: 1px;
}

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

.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
	vertical-align: middle !important;
	font-weight: 400 !important;
	border: none !important;
	background: unset !important;
}

.company.sec02 th,
.company.sec02 td {
	padding: 20px 5px;
}

.company.sec02 tr {
	border-bottom: 1px solid #333333;
}

.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

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

	.company.sec01 .image {
		width: 100%;
	}

	.company.sec01 .text {
		width: 100%;
	}

	.company.sec01 h3::before {
		width: 40px;
	}

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

/*-----------------------------
化粧品・健康食品事業
------------------------------*/
.cosmetics h1 {
	font-family: "Alexandria", sans-serif;
}

.cosmetics h1 .ja {
	font-family: "M PLUS 1", sans-serif;
}

.cosmetics.sec01 iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
}

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

@media print,
screen and (max-width: 768px) {
	.cosmetics.sec02 {
		padding-top: 70px;
	}
}

/*-----------------------------
M&Aコンサルティング事業
------------------------------*/
.consulting h1 {
	font-family: "Alexandria", sans-serif;
}

.consulting h1 .ja {
	font-family: "M PLUS 1", sans-serif;
}

.consulting .linkBtn {
	background: #fff;
	border: solid 1px #232323;
	color: #232323;
}

.consulting .linkBtn::before {
	filter: invert(100%);
}

.consulting .linkBtn:hover {
	background: #fff;
	color: #232323;
}

.consulting.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.consulting.sec01 .image {
	width: 45%;
}

.consulting.sec01 .text {
	width: 50%;
}

.consulting.sec01 h3 {
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 15px;
}

.consulting.sec01 h3::before {
	content: '';
	display: inline-block;
	background: #ABA7A4;
	width: 60px;
	height: 1px;
}

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

.consulting.sec02 a {
	width: 90%;
	margin-inline: auto;
	text-align: center;
	display: block;
}

.consulting.sec02 img {
	width: 100%;
}

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

.consulting.sec03 ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	max-width: 920px;
	margin-inline: auto;
}

.consulting.sec03 li {
	width: 100%;
	max-width: 28%;
	border: solid 3px #0D6A51;
	padding-bottom: 25px;
	position: relative;
}

.consulting.sec03 li::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	background: #0D6A51;
	height: calc(tan(20deg)* 100px / 2);
	width: 18px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.consulting.sec03 li:nth-child(3)::after,
.consulting.sec03 li:last-child::after {
	display: none;
}

.consulting.sec03 h3 {
	margin-top: 20px;
	text-align: center;
	color: #0D6A51;
	font-weight: 700;
	padding: 0 25px;
	margin-bottom: 15px;
}

.consulting.sec03 p {
	padding: 0 25px;
}

.consulting.sec03 .head span {
	display: block;
	text-align: center;
	padding: 8px;
	font-family: "Montserrat", sans-serif;
	font-size: var(--rem24);
	color: #fff;
	font-weight: 700;
	line-height: 1;
	background: #0D6A51;
}

@media print,
screen and (max-width: 768px) {
	.consulting.sec01 .flex {
		flex-direction: column;
		gap: 40px;
	}

	.consulting.sec01 .image {
		width: 100%;
	}

	.consulting.sec01 .text {
		width: 100%;
	}

	.consulting.sec01 h3::before {
		width: 40px;
	}

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

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

	.consulting.sec03 ul {
		flex-direction: column;
	}

	.consulting.sec03 li {
		max-width: 280px;
		margin-inline: auto;
	}

	.consulting.sec03 li::after {
		top: unset;
		bottom: -32px;
		left: 50%;
		right: unset;
		transform: translateY(0) translateX(-50%);
		height: calc(tan(20deg)* 100px / 2);
		width: 18px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
}

/*-----------------------------
お知らせ
------------------------------*/
#cat-post h1 {
	font-family: "Alexandria", sans-serif;
}

#cat-post h1 .ja {
	font-family: "M PLUS 1", sans-serif;
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}

body.page-contact .post table th,
body.page-contact02 .post table th {
	background: #0D6A51 !important;
	color: #fff !important
}

.wpcf7-form .must {
	background: #f9f9f9 !important;
	color: #0D6A51 !important;
}

.post .subimitarea .linkBtn {
	max-width: 300px;
	margin-inline: auto;
}

.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff !important;
	background: #0D6A51;
	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;
	}

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

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

	.contact_sec {
		padding-top: 60px;
	}

	.contact_sec .logo {
		max-width: 220px;
	}

	.contact_sec .box {
		margin-top: 40px;
		row-gap: 20px;
		padding: 35px 25px;
	}

	.contact_sec .btn {
		flex-direction: column;
		row-gap: 14px;
	}
}

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

#scrollUp {

	@media print,
	screen and (max-width: 640px) {
		bottom: 70px !important;
	}
}

/*--------google-recaptcha--------*/
.recaptcha {
	display: flex;
	justify-content: center;
	padding: 10px 0 30px;
}