@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=Kiwi+Maru:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

@font-face
{
font-family: 手書き雑フォント;
src: url('https://cdn.leafscape.be/tegaki_zatsu/851tegaki_zatsu_web.woff2')
     format("woff2");
}
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
	--color-font: #111;
	--color-primary: #5BAD3F;
	--color-primary-shade: #8E6743;
	--color-primary-tint: #D2A835;
	--color-secondary: #E0D0BE;
	--color-secondary-tint: #d33232;
	--color-table-border: #707070;
	--body-font-size: min(calc(1.9rem + (1vw - 19.2px) * 0.1294), 1.9rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: "Kiwi Maru", serif;
	--content-max-width: 1600px;
	--max-wide:calc(((100vw - 100%) / 2) * -1);
	--max-wide-inner:calc((100vw - var(--content-max-width)) / 2);
	/*------▼ヘッダー設定▼------*/
	--header-background: #ECE0D1;
	--header-color-font: #8E6743;
	--header-color-primary: #5BAD3F;
	--header-color-primary-shade: #8E6743;
	--header-color-primary-tint: #f53215;
	/*------▼フッター設定▼------*/
	--footer-background: #5BAD3F;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: "Allura", cursive;
	--font-family02: "手書き雑フォント", sans-serif;
}

.bg_re{
	position:relative;
}
.bg_max{
	margin-left:var(--max-wide);
	margin-right:var(--max-wide);
}
.w_fit{
	max-width:fit-content
}
.flex_wrap{
	flex-wrap: wrap;
}
.gap_col_row {
    row-gap: 3em;
}
.txt_red {
	color:red;
}
.txt_white{
	color:white;
}
.ap_1 img{
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;	
}
.ap_3_2 img{
	width: 100%;
	aspect-ratio: 3/2;
	object-fit: cover;
}
.ap_8_5 img{
	width: 100%;
	aspect-ratio: 8/5;
	object-fit: cover;
}
.min_txt, .post .min_txt {
    font-size: 2.2rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-primary-shade);
}
.em_txt, .post .em_txt{
	font-size: var(--rem24w);
	color: var(--color-primary);
}
.post p {
	line-height:2.0;
}
/*GM*/
@media print, screen and (min-width: 1024px) {	
	nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span,    nav#mainNav ul li.current-menu-item a span,
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b,nav#mainNav ul li.current-menu-parent a span {
		color: var(--header-color-primary);
	}
nav#mainNav ul li a span{
		font-family:var(--font-family01);
		font-weight:100;
	}
	#header a.head_btn {
        flex-direction: row;
	 }
	#header a.head_btn span{
		margin-left: 0.5em;
		font-weight: 500;
	}
	#header a.head_btn:hover {
        background: var(--header-color-primary);
		opacity:0.8;
	}
	#header a.head_btn.tel_btn:hover{
		background: var(--header-color-primary-shade);
	}
	nav#mainNav ul li a {
		padding: var(--px20) var(--px20);
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover,
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#header .logo img {
		max-width: max-content;
		max-height: 65px;
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span{
		font-weight:500;
	}
	nav#mainNav ul li a span{
		font-size:15px;
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a,
    nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
        background: var(--header-background);
    }
}
/*blog-list*/
#front_top_content, #front_bottom_content {
    background: transparent;
}
#front-sectionPost {
    width: 100%;
    margin: 0;
}
#wrapper{
	width:90%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary);
    padding: 7.5px 15px;
    border-radius: 5px;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    color: var(--color-primary-shade);
}
.post4b_img img {
	border-radius:20px;
}
#front-sectionPost{
	max-width: unset;
}
/*h1*/
h1.title, .post h1{
	font-size: var(--rem60);
    color: var(--color-primary);
    font-weight: 600;
	font-family:var(--body-font-family);
}
h1.title .sub_ttl, .post h1 .sub_ttl{
    font-size: var(--rem18);
    color: var(--color-font);
    font-family: var(--body-font-family);
    font-weight: 500;
}
h1.title{
	font-size: var(--rem48w);
	color: var(--color-primary);
	font-weight: 500;
	line-height: 1.0;
	text-align: center;
}
h1.title .sub_ttl, .post h2 .sub_ttl {
    display: block;
    font-size: var(--rem80);
    font-family: var(--font-family01);
    font-weight: 500;
    color: var(--color-primary-shade);
}
header#h1Header h1.title{
	font-family: var(--body-font-family);
}
/*h2*/
.post h2{
	font-family:var(--body-font-family);
	color:var(--color-primary);
	font-weight:500;
	font-size: var(--rem40);
}
.post h2::after{
	content:none;
}
/*linkBtn*/
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 220px;
    color: #fff;
    line-height: 1.8;
    text-align: center;
    background: var(--color-primary);
    border-radius: 0;
    font-weight: 500;
    padding: 10px;
    border-radius:1000px;
}
.linkBtn::after, .post .linkBtn::after{
	content:none;
}
.linkBtn:hover, .post .linkBtn:hover {
    color: #fff;
    background: var(--color-primary);
	opacity:0.8;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding:0;
}
/*table*/
.post table th{
	background: var(--color-secondary);
	color: var(--color-primary-shade);
	font-weight: 500;
}
.post table td{
	background:white;
}
/*contact*/
.wpcf7-form .must {
    background: var(--color-secondary-tint);
}
/*top*/
.top01{
	background:url(/wp-content/uploads/top01-bg.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.top02 h3{
	font-weight: 500;
	color: var(--color-primary-shade);
	font-size: var(--rem80);
	padding-left: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.top02 h3::before{
	position:absolute;
	content:"";
	width:100%;
	height: 130%;
	background:url(/wp-content/uploads/top02-d1.png);
	background-repeat:no-repeat;
	background-size: var(--px150);
	margin-left: -12rem;
}
.top02 h3::after{
	position:absolute;
	content:"";
	width:100%;
	height: 130%;
	background:url(/wp-content/uploads/top02-d2.png);
	background-repeat:no-repeat;
	background-size: var(--px80);
	margin-left: 2rem;
	margin-top:5rem;
}
.top02-1.gap{
	gap:20%;
}
.top02-d4{
	width:200px;
	object-fit: cover;
	aspect-ratio:3/2;
	margin-left: -4rem;
}
.top02 .top02-1{
	margin-top:10rem;
}
.top02 .top02-3{
	margin-top:-15rem;
	margin-left:10rem;
}
.top02 .top02-3::before{
	content:"";
	position:absolute;
	width: 75%;
	height: 75%;
	background:url(/wp-content/uploads/green-circle.png);
	background-repeat:no-repeat;
	background-size:contain;
	left: -30%;
	top: -30%;
	z-index:-10;
}
.top02 .top02-2::before{
	content:"";
	position:absolute;
	width:50%;
	height:50%;
	background:url(/wp-content/uploads/orange-circle.png);
	background-repeat:no-repeat;
	background-size:contain;
	left:50%;
	top:50%;
	z-index:-10;
}
.top02 .top02-1::before{
	content:"";
	position:absolute;
	width:20%;
	height:20%;
	background:url(/wp-content/uploads/right-green-circle.png);
	background-repeat:no-repeat;
	background-size:contain;
	left:0%;
	top: 80%;
	z-index:-10;
}
.top02 figure img{
	/* width:100%; */
	aspect-ratio:1;
	object-fit: cover;
	z-index: 0;
	position: relative;
	width: 450px;
	border-radius:1000%;
}
.top02 .top02-2 figure img{
	width:600px;
}
.top02 .top02-3 figure img{
	width:450px;
}
.top02 figure {
	position: relative;
}
.top02 figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	color: white;
	font-size: 45px;
	font-weight: 500;
	z-index: 20;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 2;
}

.top02 figure::after {
  content: '';
  display: inline-block;
  background: rgba(255, 167, 167, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius:1000px;
}
.top02 .top02-2 figure::after{
	background: rgba(237, 140, 29, 0.6);
}
.top02 .top02-3 figure::after{
	background: rgba(91, 173, 63, 0.6);
}
.top02 .top02-pink{
	font-family:var(--font-family02);
	color:#EE7867;
	font-size: var(--px30);
	margin-top: 10rem;
	margin-left: -2rem;
	width: 15%;
	line-height: 1.2;
}
.top02 .top02-orange{
	margin-top: 5rem;
	font-family:var(--font-family02);
	font-size: var(--px30);
	color:#ED8C1D;
	margin-left: 15rem;
}
.top02 .top02-green{
	margin-top: 5rem;
	font-family:var(--font-family02);
	font-size: var(--px30);
	color:#5BAD3F;
	margin-left: 0rem;
	line-height: 1.2;
}
.top02 .flexbox.rev{
	justify-content: flex-end;
}
.top02::after{
	position:absolute;
	content:"";
	width:20%;
	height:20%;
	background:url(/wp-content/uploads/top02-d3.png);
	z-index:99;
	background-repeat:no-repeat;
	background-size:contain;
	right: 0;
	transform: translateY(-200%);
}
.top03 .wh_box_100{
	box-shadow: 3px 2px 10px 0 rgba(0, 0, 0, .2);
}
.top03 .wh_box_100 .txt_area{
	line-height:1.5;
}
.top03 img{
	 border-top-left-radius:20px;
	 border-top-right-radius:20px;
}
.top03 .min_txt{
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: 500;
}
.top03 .card{
	position:relative;
	height:300px;
	
}
.top03 .card .linkBtn{
	position:absolute;
	bottom:20px;
	transform: translateX(-50%);
}

.top04{
	background: var(--color-secondary);
}
.top04 .txt_area{
	padding-left:var(--max-wide-inner);
}
.top04 img{
	border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.cta{
	background: var(--color-primary);
}
.cta .contact-us{
	color:white;
	font-family: var(--font-family01);
	font-size: var(--px60);
}
.cta .max_w500{
	max-width:500px;
}
.cta .img_area img{
	width: 130px;
}

.cta .contact-us img{
	width: 80px;
	margin-left: 1rem;
}

.cta .linkBtn{
	font-size: var(--px30w);
	max-width: 400px;
}
.cta .linkBtn.btn_left{
	background: var(--color-primary-shade);
}
.cta .linkBtn.btn_right{
	background: white;
	color: var(--color-primary);
}
.cta .w30{
	width:fit-content;
}
	.cta .w30 img{
		width: 140px;
	}
.cta .txt_area{
	font-size: var(--px24);
}
.cta .max_w900.content_inner{
	max-width:500px;
}
@media print, screen and (max-width: 1600px) {
	.post .inner,.post .max_w900{
		width:90%;
	}
	.cta .max_w900.content_wrapper{
		width: 80%;
	}
	.top01{
		background-size: auto;
	}
	.top02 h3::before{
		background-size: var(--px100);
		margin-top: 1rem;
		margin-left: -8rem;
	}
	.top04 .txt_area{
		padding-left:5%;
	}
}
@media print, screen and (max-width: 1024px) {
	.top02 h3::before{
		background-size: var(--px60w);
		margin-top: 1.5rem;
		margin-left: -5rem;
	}
	.top02 .top02-pink{
		width:30%;
	}
	.top02 .top02-3{
		margin-top:0rem;
	}
	.top02-d4{
		width:300px;
	}
	.top02 figure figcaption{
		font-size:28px;
	}
}
@media print, screen and (max-width: 768px) {
	.top02 h3::before{
		background-size: var(--px80);
		margin-top: 1.5rem;
		margin-left: -3.5rem;
	}
	.top02 .top02-1 figure img {
		width: 570px;
	}
	.top02 .top02-pink {
		width:50%;
	}
	.top02 .top02-orange {
		margin-left:6rem;
		margin-top:2rem;
	}
	.top02 .top02-green{
		width:50%;
	}
	.top02 h3::after{
		margin-top:3rem;
	}
	.top02 figure figcaption{
		font-size:25px;
	}
	.top03 .w30{
		display:block;
	}
	.top03 .wh_box_100 .txt_area{
		padding-bottom:6rem;
	}
	.top03 .card{
	height: auto;
	padding-bottom: 3rem!important;
	}
	.top03 .card .txt_c{
		margin:auto;
	}
	.top03 .card .linkBtn {
	    position: absolute;
	    display: inline-block;
	}
	.top04 .flexbox{
		width:95%;
		margin:auto;
	}
	.top04 .txt_area{
		padding-right:5%;
		padding-top: 3rem;
	}
	.top04 .w50.ap_3_2{
		width:90%;
		margin:auto;
	}
	.top04 .w50.ap_3_2 img{
		border-radius:20px;
	}
	.top04 img{
		border-radius: 0;
	}
	h1.title{
		font-size: var(--rem30);
	}
	.cta .flexbox{
		margin:auto;
		text-align:center;
	}
	.top02 .flexbox {
		display:flex;
	}
	.cta .contact-us {
	    font-size: var(--px100w);
	}
	.cta .contact-us img {
	    width: 60px;
	}
}
@media print, screen and (max-width: 431px) {

	.top02 .flexbox,.cta .flexbox {
		display: block;
	}
	.top02 .top02-pink,	.top02 .top02-orange,	.top02 .top02-green {
        width: 100%;
        margin:3rem auto 5rem;
        text-align: center;
  }
	.top02 .top02-3 figure img{
		width:100%;
	}
	.top02 .top02-3{
		margin-left: 0;
	}
	.top02 .top02-1 {
		margin-top:0;
	}
	.top02-d4{
		margin-left:0;
	}
	.top02-d4{
		width:200px;
	}
	.top02::after{
		width:50%;
		height:50%;
		transform: translateY(-120%);
	}
	.top03 .card{
		padding: 4%!important;
	}
	.top02 .top02-pink, .top02 .top02-orange, .top02 .top02-green{
		font-size: var(--rem42);
	}
	.cta .contact{
		font-size: var(--px120);
	}
	.cta .contact img{
		margin-left: 0.5rem;
		width: 25%;
	}
}

/*下層*/
/*アイキャッチ*/
#thumbImg::before, header#h1Header::before {
    opacity: 0.6;
    background: white;
}
header#h1Header h1.title{
	color: var(--color-primary);
}
#h1Header #thumb img{
	opacity: 0.9;
}
header#h1Header{
	background:transparent;
}
h2.title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    margin-bottom: 5rem!important;
}
h2.title::before,h2.title::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: var(--color-primary-shade);
    width: 10%;
}
h2.title::before {
    margin-right: 15px;
}
h2.title::after {
    margin-left: 15px;
    margin-bottom: 1.5rem;
    height: 0.5px;
}
h3.title{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left:0;
	font-family: var(--body-font-family);
	font-size: var(--px30w);
	color: var(--color-primary);
	font-weight: 500;
}
h3.title .sub_ttl{
	color: var(--color-primary-shade);
	font-size: var(--px24);
}
.recruit01 img,.concept img,.service img,.access01 img{
	border-radius:20px;
}

.staff .card{
	padding: 3%;
	background: var(--color-secondary);
}
.staff .card p:last-child{
	font-weight:400;
}

.recruit01{
	background: var(--color-secondary);
}

@media print, screen and (max-width: 430px) {
	.staff .card{
		padding: 5%;
	}
}

.linkBtn.junbi, .post .linkBtn.junbi{
	background:white;
	color:var(--color-primary);
	border:var(--color-primary) solid;
}

.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	font-family: var(--body-font-family);
	font-weight: 400;
}
/*株式会社 もみの木*/