@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: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;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: 500;
	color: #fff !important;
	background: #C50018;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 100vmax;
}
.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: #C50018;
	border-radius: 5px;
}
.post4b img {
	border-radius: 20px;
}

.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: "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: #fff;
	opacity: 0.6;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: var(--rem48);
	color: #251E1C;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #fff;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	border-radius: 25px;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	font-weight: 700;
	position: relative;
	background: #569844!important;
	color: #fff;
	width: 100%;
	max-width: 180px;
}
#header a.head_btn.mail_btn {
	font-weight: 700;
	position: relative;
	background: #C50018!important;
	color: #fff;
	width: 100%;
	max-width: 180px;
}
nav#mainNav ul li a {
	font-family: "Zen Maru Gothic", serif;
	color: #333333;
	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: 500;
	color: #333333;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #333333;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}

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

a#scrollUp {
	background: #569844;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #569844;
}
#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: 1400px;
	margin-inline: auto;
}

h1.title {
	font-family: "Zen Maru Gothic", serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #251E1C;
	line-height: 1.6;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	text-align: center;
	font-size: var(--rem24);
	color: #251E1C;
	line-height: 1;
}

.single-post h1.title {
	font-size: var(--rem60)!important;
}

.post h2 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #251E1C;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	text-align: center;
	width: fit-content;
	margin-inline: auto;
	border-bottom: 2px dashed #251E1C;
	margin-top: 0!important;
	margin-bottom: 40px!important;
}

.post h3 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	color: #251E1C;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 400;
	color: #251E1C;
}

.post h4::before {
	background: #251E1C;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	color: #333333;
	padding: 0;
	margin-top: 30px;
	width: fit-content;
	margin-inline: auto;
}
a.linkBtn::after {
	display: none!important;
}
a.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #333333;
	opacity: .7;
}

.map iframe {
	width: 100%;
	height: 350px;
	vertical-align: bottom;
}

.cta {
	padding: 80px 0;
	background: #F9F9F9;
}
.cta p {
	font-size: var(--rem24);
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	color: #333333;
}
.cta .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 20px;
	margin-top: 40px;
}
.cta a {
	font-size: 20px;
	width: 100%;
	max-width: 320px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 18px 0;
	border-radius: 50px;
}
.cta a::before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
}
.cta a.telBtn {
	background: #569844;
}
.cta a.telBtn::before {
	content: '\f095';
}
.cta a.mailBtn {
	background: #C50018;
}
.cta a.mailBtn::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding-top: 100px;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_concept .image {
	width: 47%;
	position: relative;
}
.top_concept .text {
	width: 47%;
	position: relative;
}
.top_concept .text .under {
	text-decoration: underline;
}
.top_concept h2 {
	line-height: 1.8;
	text-align: left;
	margin-left: 0;
}
.top_concept h2 span {
	padding-bottom: 4px;
	border-bottom: 2px dashed #251E1C;
}
.top_concept .linkBtn {
	margin-left: 0;
}

.top_service {
	padding: 200px 0 120px;
	background: url(/wp-content/uploads/top_service_bg.png)no-repeat;
	background-size: cover;
	background-position: top;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 50px;
	row-gap: 50px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	border-radius: 20px;
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service h3 {
	text-align: center;
}

.top_news {
	padding: 100px 0;
}

.top_recruit {
	padding-bottom: 120px;
}
.top_recruit .wrap {
	background: url(/wp-content/uploads/top_recruit_bg.png)no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
	padding: 80px 7%;
}
.top_recruit .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_recruit .image {
	width: 50%;
}
.top_recruit .image img {
	border-radius: 15px;
}
.top_recruit .text {
	width: 45%;
}
.top_recruit h2 {
	text-align: left;
	margin-left: 0;
}
.top_recruit h2 span {
	padding-bottom: 4px;
	border-bottom: 2px dashed #251E1C;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding-top: 50px;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_concept .image {
		width: 90%;
		margin-inline: auto;
	}
	.top_concept .image img {
		border-radius: 20px;
	}
	.top_concept .text {
		width: 100%;
	}
	.top_concept h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}

	.top_service {
		padding: 70px 0;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}
	.top_service .image {
		width: 90%;
		margin-inline: auto;
	}

	.top_news {
		padding: 60px 0;
	}
	.top_news h1 {
		margin-bottom: 0;
	}

	.top_recruit {
		padding-bottom: 70px;
	}
	.top_recruit .wrap {
		padding: 40px 5%;
	}
	.top_recruit .flex {
		flex-direction: column;
		gap: 35px;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit h2 {
		text-align: center;
		margin-left: auto;
	}
	.top_recruit h2 span {
		line-height: 2;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .flex {
	display: flex;
	justify-content: space-between;
}
.company.sec01 .image {
	width: 40%;
}
.company.sec01 .text {
	width: 55%;
}
.company.sec01 .image img {
	border-radius: 15px;
}
.company.sec01 h2 {
	margin-left: 0!important;
	text-align: left;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 table,
.company.sec02 th,
.company.sec02 td {
	background: unset!important;
	border: none!important;
	font-weight: 500!important;
}
.company.sec02 th {
	color: #E35567!important;
}
.company.sec02 tr {
	border-bottom: 1px solid #707070;
}

@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 h2 {
		margin-inline: auto!important;
		text-align: center;
	}

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

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .image {
	max-width: 460px;
	margin-inline: auto;
	margin-bottom: 30px;
}
.service.sec01 .wrap {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service.sec01 .box {
	background: #F9F9F9;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.service.sec01 h3 {
	text-align: center;
	position: relative;
	padding-bottom: 18px;
}
.service.sec01 h3::before {
	content: '';
	display: inline-block;
	width: 60px;
	height: 2px;
	background: #251E1C;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.service.sec01 ul {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.service.sec01 li {
	width: 180px;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	background: #569844;
}
.service.sec01 .box p {
	width: fit-content;
	margin-inline: auto;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 .image {
		max-width: 280px;
	}
	.service.sec01 .wrap {
		margin-top: 30px;
		gap: 20px;
	}
	.service.sec01 .box {
		background: #F9F9F9;
		padding: 40px 25px;
		gap: 60px;
	}
	.service.sec01 ul {
		gap: 15px;
	}
	.service.sec01 li {
		width: 140px;
	}
}

/*-----------------------------
スタッフ紹介
------------------------------*/
.staff.sec01 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 80px 100px;
}
.staff.sec01 li h3 {
	font-size: var(--rem24);
	text-align: center;
	margin-top: 18px;
	margin-bottom: 0;
}

@media print, screen and (max-width: 768px) {
	.staff.sec01 ul {
		grid-template-columns: repeat(2,1fr);
		gap: 40px 20px;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #f9f9f9!important;
	color: #333333!important
}
.wpcf7-form .must {
	background: #569844!important;
	color: #fff!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	background: #569844!important;
	padding: 20px;
	border-radius: 100vmax;
	width: 300px;
}


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

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

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

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

	.cta {
		padding: 60px 0;
	}
	.cta a {
		font-size: 18px;
		padding: 15px 0;
	}
	.cta h1 {
		margin-bottom: 20px!important;
	}
}

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

.type-post header:not(#h1Header) h1.title.first span{
	font-size: var(--rem24);
}