@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Montserrat", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* font-family: "Noto Sans JP", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP: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_bottom_content {
	background: #F9F9F9;
}
#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: 500;
	color: #fff !important;
	background: #8FC021;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.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: #8FC021;
	border-radius: 0;
}
.post4b .time a {
	color: #fff;
}

.post_link a {
	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: #8DC21E;
	opacity: 0.5;
}
header#h1Header h1.title {
	font-weight: 700;
	color: #fff;
}

#header,
.sticky-header #header-layout {
	background: #004730;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #26A7E1;
	color: #fff;
	width: 100%;
	max-width: 250px;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #8DC21E;
	color: #fff;
	width: 100%;
	max-width: 250px;
	flex-direction: unset;
}

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.current-menu-parent a,
nav#mainNav ul li.current-menu-parent a:hover {
	background: #004730;
	color: #fff;
}
nav#mainNav ul li a {
	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 a b,
nav#mainNav ul li a span {
	font-weight: 500;
	color: #fff;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #fff;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a b,
nav#mainNav ul li.current-menu-parent a span {
	color: #fff;
}

nav#mainNav ul li ul.sub-menu li a {
	background: #8DC21E;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #004730;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #8DC21E;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #004730;
}

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

a#scrollUp {
	background: #004730;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #004730;
}
#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 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#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: .01em;
	color: #8FC021;
	line-height: 1.5;
	font-weight: 700;
	display: block;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem20);
	color: #004730;
	position: relative;
}

.post h2 {
	font-weight: 500;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

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

.post h4 {
	font-weight: 400;
}

.post h4::before {
	background: #8FC021;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	background: #004730;
	display: block;
	max-width: 260px;
	padding: 16px;
	border-radius: 0;
	margin-top: 40px;
}
a.linkBtn::after {
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	width: 14px!important;
	height: 14px!important;
	border: none!important;
	top: 53%!important;
	transform: translateY(-50%) rotate(0)!important;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #004730;
	opacity: .7;
}

.cta {
	position: relative;
	z-index: 0;
	padding: 70px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta .inner {
	background: #fff;
	padding: 50px 5%;
	position: relative;
	z-index: 2;
}
.cta .inner::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/cta_illust.png)no-repeat;
	background-size: contain;
	z-index: -1;
	aspect-ratio: 340 / 337;
	width: 260px;
	max-width: 30%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.cta h1.title {
	font-size: var(--rem48)!important;
	text-align: center;
}
.cta ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.cta a {
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	color: #fff;
	padding: 12px 24px;
	width: 300px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
}
.cta a.mailLink {
	background: #8DC21E;
	font-weight: 500;
}
.cta a.mailLink::before {
	content: '\f0e0';
}
.cta a.telLink {
	background: #26A7E1;
	font-weight: 700;
}
.cta a.telLink::before {
	content: '\f095';
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	background: #8FC021;
	padding: 100px 0 180px;
	position: relative;
	z-index: 2;
}
.top_about::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/about_bg.png)no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: -1px;
	z-index: -2;
}
.top_about .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_about .movie {
	width: 48%;
}
.top_about .movie iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
}
.top_about .text {
	width: 48%;
}
.top_about h1,
.top_about h1 .ja {
	color: #fff;
}
.top_about h2 {
	text-align: left;
	margin-left: 0;
	color: #fff;
}
.top_about p {
	color: #fff;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_value {
	padding: 100px 0;
}
.top_value h1 {
	position: relative;
}
.top_value h1::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/value_illust.png)no-repeat;
	background-size: contain;
	aspect-ratio: 226 / 158;
	width: 180px;
	position: absolute;
	top: -60px;
	left: -180px;
	z-index: -1;
}
.top_value ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.top_value .image {
	margin-bottom: 20px;
}
.top_value .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_value h3 {
	text-align: center;
	font-weight: 500;
}

.top_servie {
	padding: 100px 0;
	background: #F0FFD2;
}
.top_servie li {
	display: flex;
}
.top_servie li:nth-child(even) {
	flex-direction: row-reverse;
}
.top_servie .image,
.top_servie .text {
	width: 100%;
}
.top_servie .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_servie .text {
	background: #fff;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.top_servie h2 {
	text-align: left;
	margin-left: 0;
}
.top_servie h2 span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #8FC021;
}
.top_servie .linkBtn {
	margin-left: 0;
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 60px 0 80px;
	}
	.top_about::before {
		height: 120px;
	}
	.top_about .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_about .movie {
		width: 100%;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_value {
		padding: 70px 0 60px;
	}
	.top_value h1::before {
    width: 100%;
    max-width: 130px;
    top: -52px;
    left: -127px;
	}
	.top_value ul {
		grid-template-columns: repeat(1,1fr);
	}

	.top_servie {
		padding: 60px 0;
	}
	.top_servie li {
		flex-direction: column;
	}
	.top_servie li:nth-child(even) {
		flex-direction: column;
	}
	.top_servie .image img {
		aspect-ratio: 3 / 2;
		height: auto;
	}
	.top_servie .text {
		padding: 40px 25px;
	}
	.top_servie h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_servie .linkBtn {
		margin-left: auto;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.company.sec01 .image,
.company.sec01 .text {
	width: 48%;
}
.company.sec01 h2 {
	text-align: left;
	margin-left: 0;
}
.company.sec01 p.right {
	text-align: right;
	margin-top: 18px;
}

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

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

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

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 li:nth-child(even) {
	flex-direction: row-reverse;
}
.service.sec01 .image,
.service.sec01 .text {
	width: 48%;
}
.service.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 h2 {
	text-align: left;
	margin-left: 0;
}

.service.sec02 {
	padding-top: 100px;
}
.service.sec02 .box {
	background: #F0FFD2;
	padding: 50px 25px;
}
.service.sec02 h2 {
	text-align: center;
}
.service.sec02 .box_inner {
	max-width: 900px;
	margin-inline: auto;
}
.service.sec02 .box_inner ol{
	margin-top:1rem;
	margin-bottom:1rem;
}
@media print, screen and (max-width: 768px) {
	.service.sec01 ul {
		gap: 50px;
	}
	.service.sec01 li {
		flex-direction: column;
		gap: 30px;
	}
	.service.sec01 li:nth-child(even) {
		flex-direction: column;
	}
	.service.sec01 .image,
	.service.sec01 .text {
		width: 100%;
	}
	.service.sec01 h2 {
		text-align: center;
		margin-left: auto;
	}

	.service.sec02 {
		padding-top: 70px;
	}
	.service.sec02 .box {
		padding: 40px 25px;
	}
}

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

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

	.mobile #header {
		background: #004730;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: block;
		color: #fff;
	}
	nav#mainNav ul li a b {
		display: none;
	}
	nav#mainNav ul li.current-menu-parent a span {
		color: #fff;
	}
	nav#mainNav ul li a:hover,
	nav#mainNav ul li ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li a:hover,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		background: #004730!important;
		color: #fff!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; }

	h1.title {
		margin-bottom: 20px;
	}
	.post h2 {
		margin-bottom: 20px;
	}

	#front_bottom_content h1.title {
		margin-bottom: 0;
	}

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

	.cta {
		padding: 60px 0;
	}
	.cta .inner {
		padding: 40px 5%;
	}
	.cta .inner::after {
		width: 200px;
		max-width: 50%;
	}
	.cta a {
		font-size: 16px;
	}
}

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

.clearfix br,#sitemap_list br{
	display:none;
}