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

/* font-family: "Allura", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

/* font-family: "Kiwi Maru", serif; */
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&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: #FAF8F4;
}
body:not(.home) #front_bottom_content {
	padding-top: 0;
}
body:not(.home) #front_bottom_content #front-sectionPost {
	display: none;
}
body:not(.home) #front_bottom_content .socialicon {
	margin-top: 0;
}
#front_bottom_content {
	padding-bottom: 20px;
}
#front_bottom_content .socialicon {
	margin-top: 80px;
}
#front-sectionPost {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
#front-sectionPost .postlist li {
	border-bottom: none;
}
.postlist li {
	border: none;
}
.postlist li:first-child {
	border-top: 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: calc(100% - 92px);
}

.post .time, .postlist .time, .post2b .time {
	font-weight: 500;
	color: #fff !important;
	background: #399D26;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post4b .time {
	font-weight: 500;
	color: #399D26 !important;
	background: #F8FFFC;
	border: solid 1px #399D26;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.post .time a, .post2b .time a, .postlist .time a {
	font-weight: 500;
	color: #fff!important;
}
.post4b .time a {
	font-weight: 500;
	color: #399D26!important;
}

.post_link a, .post2b_link a, .post4b_link a {
	color: #333333!important;
}
.post_link, .post2b_link, .post4b_link {
	border-bottom: none;
}

#content .post4b_img img {
	border-radius: 15px;
}

.post4b h2 , .post4b h2 a {
	font-weight: 500;
	color: #333333;
}
.post2b li , .post4b li {
	border-bottom: dashed 1px #707070!important;
}
.post2b li .post2b_contents, .post4b li .post4b_contents {
	opacity: 1;
}
.post2b h2, .post2b h2 a {
	color: #333333;
}

#wrapper {
	max-width: unset;
	padding: 0;
	position: relative;
	z-index: 1;
}

body {
	font-weight: 400;
	font-family: "Kiwi Maru", serif;
	background: #FAF8F4;
}

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: 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: #FAF8F4;
}
#header a.head_btn {
	font-weight: 500;
	font-family: "Kiwi Maru", serif;
	display: flex;
	justify-content: center;
	align-items: center;    
	flex-direction: unset;
}
#header a.head_btn::before {
	font-size: 1.1em;
	margin-right: 4px;
	margin-bottom: 0;
	margin-top: 3px;
}
#header a.head_btn.tel_btn {
	position: relative;
	background: #19A8D8!important;
	color: #fff;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #399D26!important;
	color: #fff
}
#header .logo img {
	width: 230px;
	max-width: 230px;
	height: auto;
}
#thumb img {
	opacity: .45;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
	opacity: 0;
}
header#h1Header {
	text-align: center;
	background: unset;
}
header#h1Header h1.title {
	font-family: "Kiwi Maru", serif;
	font-size: min(calc(4.2rem + (1vw - 19.2px) * 0.5178), 4.2rem);
	color: #399D26;
	font-weight: 500;
	line-height: 1.2;
	width: fit-content;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding-bottom: 6px;
	width: 95%;
}
.page-template header#h1Header h1.title span {
	color: #399D26;
}
nav#mainNav ul li {
	position: relative;
}
nav#mainNav ul li:last-child::after {
	display: none;
}
nav#mainNav ul li a {
	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 {
	font-weight: 500;
	color: #262626;
}
nav#mainNav ul li a span {
	font-family: "Allura", cursive;
	font-weight: 400;
	color: #262626;
}
.mobile nav#mainNav ul li a b {
	font-weight: 500;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
	color: #399D26;
}
nav#mainNav ul li.current-menu-item a span {
	color: #399D26;
}
nav#mainNav ul li.current-menu-item a {
	background: #FAF8F4;
}
nav#mainNav ul li.current-menu-item a:hover {
	background: #FAF8F4!important;
}
nav#mainNav ul li a:hover b {
	color: #399D26;
}
nav#mainNav ul li a:hover span {
	color: #399D26;
}
nav#mainNav ul li a:hover {
	background: #FAF8F4;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	color: #fff;
	background: #262626!important;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #FAF8F4;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #399D26;
}

.spmenu #menu p {
	color: #399D26;
}
#footer {
	padding: 30px;
}
#footer .socialicon {
	margin-bottom: 20px;
}
#footer,#copyright {
	color: #fff;
	background: #399D26;
}
#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;
}

a#scrollUp {
	background: #399D26;
}

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

h1.title {
	font-family: "Kiwi Maru", serif;
	font-size: min(calc(4rem + (1vw - 19.2px) * 0.5178), 4rem);
	color: #399D26;
	text-align: center;
	line-height: 1.2;
	font-weight: 500;
}
h1.title .en {
	font-size: min(calc(5rem + (1vw - 19.2px) * 0.5178), 5rem);
	display: block;
	color: #2A2A2A;
	text-align: center;
	font-family: "Allura", cursive;
	line-height: 1;
}

.post h2 {
	font-weight: 500;
	font-family: "Kiwi Maru", serif;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h3 {
	font-family: "Kiwi Maru", serif;
	font-weight: 500;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Kiwi Maru", serif;
}

.post h4::before {
	background: #399D26;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Kiwi Maru", serif;
	background: #F8FFFC;
	display: block;
	margin-inline: auto;
	margin-top: 40px;
	border-radius: 30px;
	border: solid 1px #399D26;
	max-width: 300px;
	color: #399D26;
	padding: 14px 10px;
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
	background: #F8FFFC!important;
	color: #399D26!important;
	opacity: .7;
}

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

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

.top_about {
	background: url(/wp-content/uploads/top_about_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}
.top_about .box {
	background: rgba(255, 255, 255, 0.75);
	border-radius: 50px;
	max-width: 1000px;
	margin-inline: auto;
	padding: 50px;
	width: 90%;
	margin-inline: auto;
}
.top_about h2 {
	text-align: center;
}

.top_concept {
	padding-top: 120px;
}
.top_concept h1 {
	position: relative;
	margin-left: 0;
	text-align: left;
}
.top_concept h1 .en {
	text-align: left;
}
.top_concept h1::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/top_concept_icon.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 240px;
	height: 180px;
	position: absolute;
	top: -30px;
	left: -5%;
}

.top_service {
	padding-top: 120px;
	padding-bottom: 120px;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 45px;
}
.top_service .image img {
	border-radius: 20px 20px 0 0;
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service .text {
	padding: 30px;
	border-radius: 0 0 20px 20px;
	background: #FFFFFF;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.top_service h2 {
	text-align: center;
	color: #399D26;
}

.top_recruit {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #fff;
}
.top_recruit .flex {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 90%;
	margin-left: auto;
}
.top_recruit .image {
	width: 47%;
}
.top_recruit .image img {
	border-radius: 50px 0 0 50px;
}
.top_recruit .text {
	width: 47%;
}
.top_recruit h1 {
	margin-left: 0;
	text-align: left;
}
.top_recruit h1 .en {
	text-align: left;
}
.top_recruit .linkBtn {
	margin-left: 0;
}

.facility h3 {
	font-weight: 440;
	display: flex;
	align-items: center;
	color: #399D26;
	margin-bottom: 50px;
}
.facility h3::before,
.facility h3::after {
	background-color: #399D26;
	content: "";
	flex-grow: 1;
	height: 1px;
}
.facility h3::after {
	margin-left: 15px;
}
.facility h3::before {
	margin-right: 15px;
}
.facility th {
	background: #EBFFD5!important;
	text-align: center!important;
	color: #575757;
	font-weight: 500!important;
}
.facility td {
	background: #fff!important;
}
.facility img {
	border-radius: 15px;
}
.facility #gallery-1 .gallery-caption {
	text-align: left;
}

.facility.facility01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.facility.facility01 .text {
	width: 47%;
}
.facility.facility01 .table {
	width: 50%;
}
.facility.facility01 .telLink {
	font-size: 30px;
	color: #232323;
	display: inline-block;
	margin-bottom: 8px;
}
.facility.facility01 .map {
	display: inline-block;
	color: #399D26;
	border: solid 1px #399D26;
	border-radius: 5px;
	padding: 2px 8px;
	margin-top: 20px;
}

.facility.facility02 {
	padding-top: 120px;
}
.facility.facility02 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.facility.facility02 .image {
	width: 47%;
}
.facility.facility02 .text {
	width: 47%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.facility.facility02 .image img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.facility.facility02 p b {
	font-size: 22px;
	font-weight: 500;
	display: block;
}
.facility.facility02 table {
	margin-top: 0;
	margin-bottom: 8px;
}
.facility.facility02 .box p.right {
	text-align: right;
}

.facility.facility03 {
	padding-top: 120px;
}
.facility.facility03 ul {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}
.facility.facility03 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-bottom: 1px solid #D2D2D2;
}
.facility.facility03 li .dl {
	display: inline-block;
	color: #399D26;
	border: solid 1px #399D26;
	border-radius: 5px;
	padding: 2px 8px;
}

.service {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}
.service img {
	border-radius: 15px;
}
.service .flex {
	display: flex;
	justify-content: space-between;
}
.service .flex:nth-child(odd) {
	flex-direction: row-reverse;
}
.service .image {
	width: 35%;
}
.service .text {
	width: 60%;
}
.service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service h2 {
	padding-bottom: 6px;
	color: #575757;
	border-bottom: 1px solid #3C2F13;
}
.service h2 span {
	font-size: 22px;
	display: block;
	margin-bottom: 6px;
	color: #399D26;
}

.staff img {
	border-radius: 15px;
}
.staff ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-template-rows: auto;
	column-gap: 25px;
	row-gap: 40px;
}
.staff li {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
}
.staff .image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}
.staff .image p {
	color: #399D26;
	text-align: center;
	margin-top: 10px;
}
.staff .text {
	margin-top: 30px;
}

body.page-recruit #content.wide {
	padding-top: 0;
}
.recruit {
	background: #fff;
	padding: 100px 0;
}
.recruit img {
	border-radius: 15px;
}
.recruit .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.recruit .text {
	width: 60%;
}
.recruit .image {
	width: 35%;
}
.recruit .image img {
	width: 100%;
	object-fit: cover;
}

.recruit_outline {
	padding-top: 120px;
}
.recruit_outline h2 {
	text-align: center;
	color: #399D26;
}
.recruit_outline h2 span {
	color: #999999;
	font-size: 16px;
	display: block;
}
.recruit_outline .wrap {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}
.recruit_outline h3 {
	font-weight: 500;
	color: #399D26;
	margin-top: 0;
	margin-bottom: 0;
	border-left: solid 3px #399D26;
	padding-left: 8px;
}
.recruit_outline table {
	margin-top: 16px!important;
}
.recruit_outline th {
	background: #399D26!important;
	text-align: center!important;
	color: #fff!important;
	font-weight: 400!important;
	vertical-align: middle!important;
}
.recruit_outline td {
	background: #fff!important;
}

.flow_step {
	display: flex;
	flex-direction: column;
	row-gap: 70px;
}
.flow_step .box {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 30px 45px;
	position: relative;
	border-radius: 25px;
}
.flow_step .box::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 18px solid transparent;
	border-left: 18px solid transparent;
	border-top: 30px solid #399D26;
	border-bottom: 0;
	position: absolute;
	bottom: -52px;
	left: 50%;
	transform: translateX(-50%);
}
.flow_step .box:last-child::after {
	display: none;
}
.flow_step .number {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	width: 70px;
	height: 70px;
	background: #399D26;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
}
.flow_step .number span {
	font-size: 12px;
}
.flow_step .text {
	padding-left: 100px;
	width: calc(100% - 170px);
}
.flow_step .image {
	width: 30%;
	padding-left: 20px;
}
.flow_step .image img {
	width: 100%;
}
.flow_step h3 {
	color: #575757;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 12px;
}

.faq details {
	border-bottom: 2px dashed #575757;
	padding-bottom: 10px;
}
.faq details:not(:last-child) {
	margin-bottom: 20px;
}

.faq details summary {
	list-style: none;
	cursor: pointer;
	padding: 20px;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 60px;
}
.faq details summary span {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #399D26;
}
/**
* Chrome用のデフォルト三角削除
**/
.faq details summary::-webkit-details-marker {
	display: none;
}
/**
* Font Awesomeのプラスアイコン使用
**/
.faq details summary::before {
	content: '';
	background: url(/wp-content/uploads/faq_icon01.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
/**
* アコーディオンがオープン時はマイナスアイコンに変更
**/
.faq details[open] summary::before {
	content: '';
	background: url(/wp-content/uploads/faq_icon02.png)no-repeat;
	background-size: cover;
	background-position: center;
	width: 24px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.faq details p {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 20px;
	position: relative;
	padding-left: 60px;
}
.faq details p span {
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background: #575757;
}


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

	.top_service ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
}
@media print, screen and (max-width: 768px) {
	h1.title {
		font-size: min(calc(3.6rem + (1vw - 19.2px) * 0.5178), 3.6rem);
	}

	.top_about {
		padding: 80px 0;
	}
	.top_about .box {
		border-radius: 25px;
		padding: 40px 25px;
	}

	.top_concept {
		padding-top: 80px;
	}
	.top_concept h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_concept h1 .en {
		text-align: center;
	}

	.top_service {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.top_recruit {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.top_recruit .flex {
		flex-direction: column;
		row-gap: 40px;
		width: 90%;
		margin-inline: auto;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .image img {
		border-radius: 25px;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_recruit h1 .en {
		text-align: center;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
	}

	.facility h3 {
		margin-bottom: 30px;
	}

	.facility.facility01 .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.facility.facility01 .text {
		width: 100%;
	}
	.facility.facility01 .table {
		width: 100%;
	}
	.facility.facility01 .telLink {
		font-size: 26px;
	}

	.facility.facility02 {
		padding-top: 80px;
	}
	.facility.facility02 .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.facility.facility02 .image {
		width: 100%;
	}
	.facility.facility02 .text {
		width: 100%;
		row-gap: 16px;
	}
	.facility.facility02 p b {
		font-size: 18px;
	}

	.facility.facility03 {
		padding-top: 80px;
	}
	.facility.facility03 ul {
		row-gap: 10px;
	}

	.service {
		row-gap: 50px;
	}
	.service .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.service .flex:nth-child(odd) {
		flex-direction: column;
	}
	.service .image {
		width: 100%;
	}
	.service .text {
		width: 100%;
	}
	.service h2 span {
		font-size: 18px;
	}

	.staff ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.staff li {
		padding: 25px;
	}
	.staff .text {
		margin-top: 20px;
	}

	.recruit {
		padding: 80px 0;
	}
	.recruit .flex {
		flex-direction: column;
		row-gap: 30px;
	}
	.recruit .text {
		width: 100%;
	}
	.recruit .image {
		width: 100%;
	}

	.recruit_outline {
		padding-top: 80px;
	}

	.flow_step {
		margin-top: 70px;
		row-gap: 60px;
	}
	.flow_step .box {
		flex-wrap: wrap;
		padding: 30px 25px;
	}
	.flow_step .box::after {
		border-right: 12px solid transparent;
		border-left: 12px solid transparent;
		border-top: 25px solid #399D26;
		border-bottom: 0;
		bottom: -42px;
	}
	.flow_step .number {
		position: static;
		top: unset;
		left: unset;
		font-size: 20px;
		width: 60px;
		height: 60px;
		margin-inline: auto;
		margin-bottom: 20px;
	}
	.flow_step .number span {
		font-size: 10px;
	}
	.flow_step h3 {
		text-align: center;
	}
	.flow_step .text {
		padding-left: 0;
		width: calc(100%);
	}
	.flow_step .image {
		width: 100%;
		max-width: 300px;
		padding-left: 0;
		margin-top: 20px;
		margin-inline: auto;
	}

	.faq details {
		padding-bottom: 8px;
	}
	.faq details summary {
		padding: 20px 40px;
		font-size: 16px;
		padding-left: 60px;
	}
	.faq details summary span {
		font-size: 24px;
	}
	.faq details p {
		font-size: 16px;
		padding-left: 60px;
	}
	.faq details p span {
		font-size: 24px;
	}
	.faq .character01 {
		top: 10%;
		max-width: 26%;
	}
	.faq .character02 {
		bottom: -27%;
		right: -3%;
		max-width: 20%;
	}
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}