@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", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

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

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#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%;
}

#front-sectionPost {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 16px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #474645;
	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: #474645;
	border-radius: 5px;
}
.post4b .post4b_img img {
	border-radius: 5px;
}

.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", 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: #303030;
	opacity: 0.7;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", serif;
	font-size: var(--rem48);
	font-weight: 700;
	color: #fff;
}

#header,
.sticky-header #header > .inner {
	background: #303030;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header ul.header__contact li {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 8px;
}
#header a.head_btn {
	align-items: center;
	height: auto;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.online_btn {
	background: #E60013;
	color: #fff;
	flex-direction: unset;
	width: 190px;
	padding: 14px;
}
#header a.head_btn.online_btn::before {
	content: '\f07a';
}
#header a.head_btn.mail_btn {
	background: #F5AB18;
	color: #fff;
	flex-direction: unset;
	width: 190px;
	padding: 14px;
}
nav#mainNav ul li a {
	font-weight: 500;
	color: #fff;
	padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) min(calc(20px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b,
nav#mainNav ul li a:hover b,
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li ul.sub-menu li a,
nav#mainNav ul li.current-menu-parent a b {
	font-weight: 500;
	color: #fff;
}

nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-item a:hover,
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #303030;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #F5AB18;
}
.spmenu #menu p {
	color: #F5AB18;
	white-space: nowrap;
}

a#scrollUp {
	background: #F5AB18;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #303030;
}
#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-size: var(--rem48);
	letter-spacing: .02em;
	color: #474645;
	line-height: 1.4;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 35px;
}
body.home h1.title  {
	font-family: "Jost", sans-serif;
	display: flex;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

h1.title .ja {
	font-weight: 500;
	letter-spacing: 0;
	font-size: var(--rem20);
	color: #474645;
	display: block;
}

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

.post h3 {
	font-weight: 700;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 700;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	font-weight: 700;
	background: #F5AB18;
	border-radius: 100vmax;
	display: block;
	padding: 12px;
	max-width: 280px;
	color: #fff;
	margin: 0;
	margin-top: 35px;
	margin-inline: auto;
}
.linkBtn::after {
	content: '';
	display: inline-block!important;
	background: url(/wp-content/uploads/arrow.png)no-repeat!important;
	background-size: contain!important;
	width: 11px!important;
	height: 9px!important;
	border: none!important;
	top: 53%!important;
	transform: translateY(-50%)!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #F5AB18;
	color: #fff;
	opacity: .7;
}

.cta {
	padding: 80px 0;
	background: #F6F6F6;
}
.cta .logo {
	width: 80%;
	max-width: 400px;
	margin-inline: auto;
}
.cta .logo img {
	width: 100%;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 70px;
}
.cta .linkBtn {
	margin: 0;
}
.cta .onlineBtn {
	background: #E60013;
}
.cta .onlineBtn:hover {
	background: #E60013;
}

/*-----------------------------
Top
------------------------------*/
.fix_btn {
	position: fixed;
	bottom: 60px;
	right: 0;
	max-width: 200px;
	width: 25%;
	z-index: 99;
	transition: opacity 0.3s ease;
}
.fix_btn img {
	width: 100%;
}
.fix_btn:hover img {
	opacity: 0.8;
}

.top_news {
	padding: 100px 0;
}

.top_about {
	padding: 100px 0;
	background: #303030;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_about .text {
	width: 56%;
}
.top_about .image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
	position: relative;
	width: 40%;
}
.top_about h1.title {
	color: #fff;
}
.top_about h1.title .ja {
	color: #F5AB18;
}
.top_about h2 {
	color: #fff;
	font-size: var(--rem60);
	letter-spacing: 0;
	text-align: left;
	margin-left: 0;
}
.top_about p {
	color: #fff;
}
.top_about .linkBtn {
	margin-left: 0;
}
.top_about .image > img {
	border-radius: 0 0 0 5px;
}

.top_service {
	padding: 120px 0;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	gap: 50px 60px;
}
.top_service .image img {
	border-radius: 5px;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_service h2 {
	font-size: var(--rem30);
	margin-top: 20px;
	margin-bottom: 0;
}
.top_service .linkBtn span {
	font-weight: 400;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -24px;
	transform: translateX(-50%);
	color: #C1C1C1;
}

.top_partner {
	position: relative;
	padding-bottom: 100px;
}
.top_partner::after {
	content: '';
	display: inline-block;
	background: #F6F6F6;
	width: 100%;
	height: 80%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.top_partner .secMv {
	width: 80%;
	margin-bottom: 80px;
}
.top_partner .secMv img {
	width: 100%;
	border-radius: 0 5px 5px 0;
}
.top_partner .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_partner .text {
	width: 40%;
}
.top_partner h1.title {
	text-align: left;
}
.top_partner .image {
	width: 55%;
}
.top_partner .image img {
	width: 100%;
	border-radius: 5px;
}
.top_partner .linkBtn {
	margin-left: 0;
}

.top_event {
	padding: 100px 0;
}

@media print, screen and (max-width: 1023px) {
	.top_news {
		padding: 60px 0;
	}
	.top_news h1.title {
		margin-bottom: 0;
	}

	.top_about {
		padding: 60px 0;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 50px;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about h2 {
		font-size: var(--rem48);
	}
	.top_about .linkBtn {
		margin-inline: auto;
	}
	.top_about .image {
		width: 100%;
		margin-inline: auto;
	}
	.top_about .image > img {
		border-radius: 5px;
	}

	.top_service {
		padding: 70px 0;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}

	.top_partner {
		padding-bottom: 60px;
	}
	.top_partner::after {
		height: 85%;
	}
	.top_partner .secMv {
		width: 90%;
		margin-bottom: 50px;
	}
	.top_partner .secMv img {
		object-fit: cover;
		aspect-ratio: 3 / 2;
	}
	.top_partner .flex {
		flex-direction: column;
		gap: 60px;
	}
	.top_partner .text {
		width: 100%;
	}
	.top_partner .image {
		width: 100%;
	}
	.top_partner h1.title {
		text-align: center;
	}
	.top_partner .linkBtn {
		margin-left: auto;
	}

	.top_event {
		padding: 60px 0;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .box {
	background: #F6F6F6;
	border-radius: 5px;
	padding: var(--px60);
}
.company.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.company.sec01 h3 {
	color: #474645;
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.company.sec01 h3::after {
	content: '';
	display: inline-block;
	background: #474645;
	width: 100%;
	height: 1px;
	flex: 1;
}

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

@media print, screen and (max-width: 768px) {
	.company.sec01 .box {
		padding: var(--px60) var(--px40);
	}
}

/*-----------------------------
動け！黒ムクナ君
------------------------------*/
.kuromukuna .inner {
	max-width: 1200px;
}
.kuromukuna .image img {
	border-radius: 5px;
}

.kuromukuna.sec01 .flex {
	display: flex;
	justify-content: center;
	gap: 15px 20px;
	flex-wrap: wrap;
}
.kuromukuna.sec01 .linkBtn {
	margin: 0;
}
.kuromukuna.sec01 .linkBtn::after {
	top: 55% !important;
	transform: translateY(-50%) rotate(90deg) !important;
}

.kuromukuna.sec02 {
	background: url(/wp-content/uploads/kuromukuna_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.kuromukuna.sec02 h2.title {
	color: #fff;
}
.kuromukuna.sec02 h2.title::before {
	background: #fff;
}
.kuromukuna.sec02 h3 {
	font-size: var(--rem60);
	color: #fff;
	text-align: center;
}
.kuromukuna.sec02 p {
	color: #fff;
}

.kuromukuna.sec03 {
	background: #F6F6F6;
}

.kuromukuna.sec05 {
	background: #F6F6F6;
}
.kuromukuna.sec05 .inner {
	max-width: 1000px;
}
.kuromukuna.sec05 h3 {
	text-align: center;
	margin-top: 14px;
}
.kuromukuna.sec05 .movie iframe {
	width: 100%;
}

.kuromukuna.sec06 .gallery img {
	border-radius: 5px;
}

.character.sec01 .inner {
	max-width: 1200px;
}
.character.sec01 .wrap {
	background: #F6F6F6;
	padding: var(--px60);
	border-radius: 5px;
}
.character.sec01 .flex01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
.character.sec01 .flex01 .text {
	width: 65%;
	background: #fff;
	padding: var(--px60) var(--px40);
	position: relative;
	border-radius: 20px;
}
.character.sec01 .flex01 .text::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40px;
	right: -29px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.character.sec01 .flex01 .image {
	width: 30%;
	text-align: center;
}
.character.sec01 .flex01 .image img {
	width: 90%;
	max-width: 200px;
}
.character.sec01 .flex02 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.character.sec01 .flex02 .text {
	width: 65%;
	background: #fff;
	padding: var(--px60) var(--px40);
	position: relative;
	border-radius: 20px;
}
.character.sec01 .flex02 .text::after {
	content: '';
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	left: -29px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.character.sec01 .flex02 .image {
	width: 30%;
	text-align: center;
}
.character.sec01 .flex02 .image img {
	width: 90%;
	max-width: 200px;
}

@media print, screen and (max-width: 768px) {
	.kuromukuna.sec02 h3 {
		font-size: var(--rem48);
	}

	.kuromukuna.sec04 h3 {
		text-align: center;
	}

	.kuromukuna.sec06 h3 {
		text-align: center;
	}

	.character.sec01 .wrap {
		padding: var(--px60) var(--px40);
	}
	.character.sec01 .flex01 {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}
	.character.sec01 .flex01 .text {
		width: 100%;
	}
	.character.sec01 .flex01 .text::after {
		top: unset;
		bottom: -29px;
		right: unset;
		left: 40px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.character.sec01 .flex01 .image {
		width: 100%;
	}
	.character.sec01 .flex01 .image img {
		max-width: 160px;
	}
	.character.sec01 .flex02 {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 40px;
	}
	.character.sec01 .flex02 .text {
		width: 100%;
	}
	.character.sec01 .flex02 .text::after {
		bottom: -29px;
		left: unset;
		right: 40px;
		clip-path: polygon(0 0, 100% 0, 50% 100%);
	}
	.character.sec01 .flex02 .image {
		width: 100%;
	}
	.character.sec01 .flex02 .image img {
		max-width: 160px;
	}
}

/*-----------------------------
スペシャルコンテンツ
------------------------------*/
.page-special-contents #content.wide {
	padding-top: 0!important;
}
.special .inner {
	max-width: 1200px;
}
.special .image img {
	border-radius: 5px;
}

.special.sec01 {
	background: url(/wp-content/uploads/special_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.special.sec01 h2.title {
	color: #fff;
}
.special.sec01 h2.title::before {
	background: #fff;
}
.special.sec01 h3 {
	font-size: var(--rem60);
	color: #fff;
	text-align: center;
}
.special.sec01 p {
	color: #fff;
}

.special.sec02 .inner {
	max-width: 1000px;
}
.special.sec02 h3 {
	text-align: center;
	margin-top: 14px;
}
.special.sec02 .movie iframe {
	width: 100%;
}

.special.sec03 .inner {
	max-width: 1000px;
}
.special.sec03 .image {
	text-align: center;
}
.special.sec03 .image img {
	width: auto;
	height: 300px;
	object-fit: cover;
}
.special.sec03 .image p {
	margin-top: 12px;
}

@media print, screen and (max-width: 768px) {
	.special.sec01 h3 {
		font-size: var(--rem48);
	}

	.special.sec03 .image img {
		height: 250px;
	}
}

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


/*--メディアクエリ--------------------------------------------*/
@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 a:hover {
		background: #303030!important;
	}
}

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

	.mobile #header {
		background: #303030;
	}

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

	.cta {
		padding: 70px 0;
	}
	.cta .flex {
		margin-top: 40px;
	}

	#mainImg img {
		aspect-ratio: 3 / 2;
		object-fit: cover;
		object-position: left;
	}
	#copyright {
		width: 23em;
	}
}

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