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

/*--ページレイアウト調整用--------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;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_top_content{
	padding: min(calc(150px + (1vw - 19.2px) * 3.2362), 120px) 0; /* 120-70px (1920-375) */
}
#front_bottom_content {
	background: #F9F9F9;
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}

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

.post .time, .postlist .time, .post2b .time, .post4b .time {
	font-weight: 500;
	color: #fff!important;
	border-radius: 18px;
	background: #EABC00;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}

.post_link a, .post2b_link a, .post4b_link a {
	color: #333333!important;
}
.post_link, .post2b_link, .post4b_link {
	border-bottom: solid 1px #CCCCCC;
}

.post2b li .post2b_contents, .post4b li .post4b_contents {
	opacity: 1;
}
.post4b img {
	border-radius: 15px;
}
.post4b_text {
	padding-bottom: 10px;
	border-bottom: dashed 1px #CCCCCC;
}

#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 {
	width: 90%;
	max-width: var(--content-max-width);
}

body.page-activemenu #content.wide {
	padding-bottom: 0;
}

.page-id-17 #wrapper {
	width: 90%!important;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

#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{
	position: relative;
	background: #9FC238!important;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #EABC00!important;
}
#header .logo img {
	width: 100%;
	max-width: 230px;
	height: auto;
}
#thumbImg::before, header#h1Header::before {
	background: #9FC238;
	opacity: .5;
}
header#h1Header {
	text-align: center;
}
header#h1Header h1.title {
	font-family: "Zen Old Mincho", serif;
	font-size: min(calc(4.2rem + (1vw - 19.2px) * 0.5178), 4.2rem);
	color: #fff;
	line-height: 1.2;
	width: fit-content;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding-bottom: 6px;
	white-space: nowrap;
}
nav#mainNav ul li a {
	color: #262626;
	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-family: "Zen Old Mincho", serif;
	font-weight: 400;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b,
nav#mainNav ul li.current-menu-item a span {
	color: #262626;
}
nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #f7f7f7!important;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a:hover {
	background: #fff!important;
}
nav#mainNav ul li a:hover b,
nav#mainNav ul li a:hover span {
	color: #262626;
}
nav#mainNav ul li a:hover {
	background: unset;
}
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 400;
	/* 	background: #fff; */
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li::after {
	display: none;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #f7f7f7;
	color: #262626;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #9FC238;
}

.spmenu #menu p {
	color: #9FC238;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #333333;
	background: #fff;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #333333;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}

a#scrollUp {
	background: #9FC238;
}

.inner {
	width: 90%;
	max-width: var(--content-max-width);
	margin-inline: auto;
}

h1.title {
	font-size: min(calc(3.5rem + (1vw - 19.2px) * 0.5178), 3.5rem);
	color: #333333;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	display: block;
	margin-inline: auto;
	width: fit-content;
}

.post h2 {
	color: #333333;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

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

.post h4::before {
	background: #9FC238;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-size: 16px;
	color: #fff;
	position: relative;
	background: #9FC238;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 50px;
	margin-inline: auto;
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
	background: #9FC238!important;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	border-bottom: none;
}

.ms-edit-frontend {
	display: none;
}

body.page-contact .post table th {
	background: #F9F9F9!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 0;
}

.cta {
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 0;
	padding: 100px 0;
}
.cta::after {
	content: '';
	display: inline-block;
	background: #3F4D15;
	opacity: .36;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.cta h1 {
	color: #fff;
	margin-bottom: 20px;
}
.cta p {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	z-index: 2;
}
.cta ul {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	row-gap: 20px;
	flex-wrap: wrap;
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.cta a {
	font-family: "Zen Old Mincho", serif;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	border-radius: 25px;
	color: #fff;
	padding: 12px 24px;
	width: 320px;
}
.cta a.telLink {
	background: #9FC238;
}
.cta a::before {
	content: '';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: .1em;
	margin-top: 4px;
	margin-right: 4px;
}
.cta a.mailLink {
	background: #EABC00;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink::before {
	content: '\f0e0';
}

.top_about {
	padding: 120px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_about .image {
	width: 47%;
}
.top_about .text {
	width: 47%;
}
.top_about h1 {
	color: #9FC238;
}
.top_about h1 span {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	display: block;
}

.top_service {
	padding: 120px 0;
	background: #F9F9F9;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 30px;
}
.top_service li {
	background: url(/wp-content/uploads/mask.png) no-repeat;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	padding: 40px 25px;
	display: flex;
	flex-direction: column;
}
.top_service li:nth-child(1) {
	border-left: solid 8px #9FC238;
}
.top_service li:nth-child(2) {
	border-left: solid 8px #DC97A0;
}
.top_service li:nth-child(3) {
	border-left: solid 8px #EABC00;
}
.top_service li:nth-child(1) h3::before {
	background: #9FC238;
}
.top_service li:nth-child(2) h3::before {
	background: #DC97A0;
}
.top_service li:nth-child(3) h3::before {
	background: #EABC00;
}
.top_service h3 {
	font-weight: 500;
	text-align: center;
}
.top_service h3::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 8px;
}
.top_service figure {
	margin-bottom: 14px;
}
.top_service figure img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service p {
	margin-bottom: 40px;
}
.top_service .linkBtn {
	padding: 15px 10px;
	margin-top: auto;
}

.top_recruit {
	padding: 120px 0;
}
.top_recruit .flex {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.top_recruit .image {
	width: 40%;
}
.top_recruit .image img {
	border-radius: 15px;
}
.top_recruit .text {
	width: 55%;
}
.top_recruit h1 {
	text-align: left;
	margin-left: 0;
}
.top_recruit h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: 24px;
	font-weight: 500;
	color: #EABC00;
}
.top_recruit .linkBtn {
	margin-left: 0;
}

.company_sec .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.company_sec .image {
	width: 30%;
}
.company_sec .text {
	width: 65%;
}
.company_sec .image img {
	width: 100%;
	border-radius: 15px;
}
.company_sec table,
.company_sec th,
.company_sec td {
	border: none!important;
}
.company_sec th {
	text-align: center!important;
	background: #9FC238!important;
	color: #fff!important;
}
.company_sec tr {
	border-bottom: 1px solid #C2C2C2;
}
.company_sec tr:first-child {
	border-top: 1px solid #C2C2C2;
}
.company_sec iframe {
	width: 100%;
	height: 300px;
}
.biography_sec {
	padding-top: 120px;
	margin-bottom: 120px;
}
.biography_sec h3 {
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.service_sec.last {
	padding-top: 120px;
}
.service_sec .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_sec .flex:not(:first-child) {
	padding-top: 60px;
}
.service_sec .flex:nth-child(even) {
	flex-direction: row-reverse;
}
.service_sec .image {
	width: 40%;
}
.service_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.service_sec .text {
	width: 55%;
}
.service_sec h2 {
	font-family: "Zen Old Mincho", serif;
	padding-bottom: 8px;
	border-bottom: 1px solid #28312A;
}

.service_sec02 {
	padding-top: 120px;
}
.service_sec02 h1 {
	margin-bottom: 20px;
}
.service_sec02 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	column-gap: 20px;
	row-gap: 30px;
}
.service_sec02 li {
	background: #F7F7F7;
	padding: 25px;
}
.service_sec02 h3 {
	font-family: "Zen Old Mincho", serif;
	font-size: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.service_sec02 h3::after {
	content: '';
	display: inline-block;
	background: #EABC00;
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.service_sec02 figure {
	margin-bottom: 20px;
}
.service_sec02 li p.center {
	text-align: center;
}

.service_sec03 {
	padding-top: 80px;
}
.service_sec03 ul {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.service_sec03 li {
	background: #fff;
	border: solid 1px #707070;
	box-shadow: 6px 6px #EABC00;
	display: flex;
	align-items: center;
	column-gap: 45px;
	padding: 25px;
}
.service_sec03 .number {
	height: 110px;
	width: 110px;
	min-height: 110px;
	min-width: 110px;
	background: #EABC00;
	border-radius: 50%;
	position: relative;
}
.service_sec03 .number p {
	color: #fff;
	font-size: 40px;
	text-align: center;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.service_sec03 .number p span {
	font-size: 14px;
	display: block;
}

.service_sec04 {
	background: url(/wp-content/uploads/realestate_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 240px 0;
}
.service_sec04 .box {
	background: rgba(255, 255, 255, .9);
	padding: 40px;
	max-width: 780px;
	margin-left: auto;
}
.service_sec04 h1 {
	text-align: left;
}

.service_sec05 {
	padding-top: 120px;
}
.service_sec05 h3 {
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.service_sec06 {
	margin-top: 100px;
}
.service_sec06 .flex {
	background: #FFF5CE;
	padding: 50px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.service_sec06 .image {
	width: 30%;
}
.service_sec06 img {
	width: 100%;
}
.service_sec06 .text {
	width: 65%;
}
.service_sec06 h3 {
	font-weight: 500;
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid #000;
	text-align: left;
}
.service_sec06 p span {
	font-size: 20px;
}

.service_flow {
	margin-top: 120px;
}
.service_flow ul {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.service_flow li {
	background: #C4DA86;
	padding: 30px 20%;
	position: relative;
}
.service_flow li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 30px solid #C4DA86;
	border-bottom: 0;
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
}
.service_flow h3 {
	text-align: center;
	color: #fff;
	font-family: serif;
	margin-top: 0;
	margin-bottom: 20px;
}
.service_flow p {
	color: #fff;
}
.service_flow p span {
	display: block;
	margin-top: 8px;
}

.recruit_sec .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.recruit_sec .image,
.recruit_sec .text {
	width: 47%;
}
.recruit_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.recruit_outline {
	padding-top: 120px;
}
.recruit_outline table,
.recruit_outline th,
.recruit_outline td {
	border: none!important;
}
.recruit_outline th {
	text-align: center!important;
	background: #9FC238!important;
	color: #fff!important;
}
.recruit_outline tr {
	border-bottom: 1px solid #C2C2C2;
}
.recruit_outline tr:first-child {
	border-top: 1px solid #C2C2C2;
}

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

	.service_sec02 ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 80px 0;
		flex-direction: column;
		row-gap: 40px;
	}
	.top_about .image {
		width: 100%;
	}
	.top_about .text {
		width: 100%;
	}

	.top_service {
		padding: 80px 0;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.top_service li {
		padding: 30px 25px;
	}
	.top_service p {
		margin-bottom: 30px;
	}

	.top_recruit {
		padding: 80px 0;
	}
	.top_recruit .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_recruit h3 {
		font-size: 22px;
		text-align: center;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
	}

	.company_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.company_sec .image,
	.company_sec .text {
		width: 100%;
	}
	.biography_sec {
		padding-top: 80px;
		margin-bottom: 80px;
	}

	.service_sec.last {
		padding-top: 80px;
	}
	.service_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.service_sec .flex:not(:first-child) {
		padding-top: 50px;
	}
	.service_sec .flex:nth-child(even) {
		flex-direction: column;
		row-gap: 40px;
	}
	.service_sec .image {
		width: 100%;
	}
	.service_sec .text {
		width: 100%;
	}
	.service_sec h2 br {
		display: none;
	}

	.service_sec02 {
		padding-top: 80px;
	}
	.service_sec02 ul {
		grid-template-columns: repeat(1,1fr);
	}

	.service_sec03 li {
		flex-direction: column;
		row-gap: 25px;
		align-items: center;
	}
	.service_sec03 .number {
		height: 80px;
		width: 80px;
		min-height: 80px;
		min-width: 80px;
	}
	.service_sec03 .number p {
		font-size: 32px;
	}
	.service_sec03 .number p span {
		font-size: 12px;
	}

	.service_sec04 {
		padding: 100px 0;
	}
	.service_sec04 .box {
		padding: 30px 25px;
	}

	.service_sec05 {
		padding-top: 80px;
	}

	.service_sec06 {
		margin-top: 80px;
	}
	.service_sec06 .flex {
		padding: 35px 25px;
		flex-direction: column;
		row-gap: 35px;
	}
	.service_sec06 .image {
		width: 100%;
	}
	.service_sec06 .text {
		width: 100%;
	}
	.service_sec06 p span {
		font-size: 18px;
	}

	.service_flow {
		margin-top: 80px;
	}
	.service_flow ul {
		row-gap: 60px;
	}
	.service_flow li {
		padding: 20px 5%;
	}
	.service_flow li:not(:last-child)::after {
		bottom: -45px;
	}

	.recruit_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.recruit_sec .image,
	.recruit_sec .text {
		width: 100%;
	}

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