@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+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 {
    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, .post4b .time {
    font-weight: 500;
    color: #86B81B !important;
    background: #F3FFD9;
    padding: 8px 20px;
    letter-spacing: 1px;
    border-radius: 0;
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
    font-weight: 700;
    color: #86B81B!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: 700;
    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: "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: 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 a.head_btn {
	font-family: "Zen Maru Gothic", serif;
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-direction: unset;
}
#header a.head_btn::before {
    display: inline-block;
    width: 16px;
    height: 14px;
	font-size: 1.1em;
    margin-top: -11px;
    margin-right: 4px;
}
#header a.head_btn.tel_btn {
    position: relative;
    background: #F3FFD9!important;
    color: #86B81B;
}
#header a.head_btn.tel_btn::before {
    background-size: contain;
}
#header a.head_btn.tel_btn span {
    font-size: 20px;
	margin-top: -14px;
}
#header a.head_btn.tel_btn small {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 500;
	font-size: 12px;
	color: #86B81B;
}
#header a.head_btn.tel_btn02 {
    background: #86B81B!important;
    color: #fff;	
}
#header a.head_btn.tel_btn02 small {
	color: #fff;
}
#header a.head_btn.mail_btn {
    position: relative;
    background: #60C5D9!important;
}
#header a.head_btn.mail_btn::before {
    background-size: contain;
}
#header a.head_btn.mail_btn span {
	margin-top: -10px;
}
#header a.head_btn.mail_btn small {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
#header ul.header__contact {
	position: relative;
}
#header ul.header__contact li.time {
	position: absolute;
	width: fit-content;
	height: auto;
	background: rgba(255, 255, 255, .7);
	padding: 6px 12px;
	right: 10px;
	bottom: -48px;
	z-index: 10;
	font-weight: 700;
}
#header .logo {
	background: #fff;	
}
#header .logo img {
    width: 360px;
    max-width: 360px;
    height: auto;
}
#thumb img {
	opacity: .7;
}
#thumbImg::before, header#h1Header::before {
	background: #000;
    opacity: 0;
}
header#h1Header {
    text-align: center;
	background: unset;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", serif;
    font-size: min(calc(4.2rem + (1vw - 19.2px) * 0.5178), 4.2rem);
    color: #EE7800;
	font-weight: 700;
    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: #EE7800;
}
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(28px + (1vw - 19.2px) * 1.6722), 28px);
}
nav#mainNav ul li a b {
    font-weight: 400;
    color: #262626;
}
nav#mainNav ul li a span {
	font-weight: 400;
	color: #86B81B;
}
.mobile nav#mainNav ul li a b {
    font-weight: 400;
    color: #262626;
}
nav#mainNav ul li.current-menu-item a b {
    color: #262626;
}
nav#mainNav ul li.current-menu-item a span {
	color: #86B81B;
}
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 {
    color: #262626;
}
nav#mainNav ul li a:hover span {
	color: #86B81B;
}
nav#mainNav ul li a:hover {
    background: #fff;
}
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: #fff;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
    background: #86B81B;
}

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

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

h1.title {
	font-family: "Zen Maru Gothic", serif;
    font-size: min(calc(4rem + (1vw - 19.2px) * 0.5178), 4rem);
    color: #333333;
	text-align: center;
    line-height: 1.4;
    font-weight: 700;
}

.post h2 {
	font-family: "Zen Maru Gothic", serif;
    color: #333333;
    text-align: left;
	margin-top: 0;
    margin-bottom: 30px;
}
.post h2:after {
    display: none;
}

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

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

.post h4::before {
    background: #86B81B;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Maru Gothic", serif;
    background: #86B81B;
    display: block;
    margin-inline: auto;
    margin-top: 40px;
	border-radius: 30px;
	max-width: 300px;
	padding: 14px 10px;
}
.linkBtn:hover, post .linkBtn:hover, a.linkBtn:hover{
    background: #86B81B!important;
    opacity: .7;
}

#mainImg {
    position: relative;
}
.nivo-caption {
	font-family: "Zen Maru Gothic", serif !important;
    top: unset!important;
	bottom: 10%!important;
    left: 5%!important;
	transform: translateY(-50%);
    width: fit-content !important;
    background: unset !important;
    font-weight: 700!important;
    font-size: 2.8vw !important;
    overflow: visible !important;
    text-align: left !important;
    z-index: 10 !important;
    opacity: 1!important;
    max-width: 100% !important;
	height: fit-content;
}
.nivo-caption div {
	display: flex !important;
	flex-direction: column !important;
	row-gap: 18px;
	align-items: flex-start !important;
}
.nivo-caption .ja {
	background: #F3FFD9;
	padding: 10px 15px;
	display: inline-block;
	color: #86B81B;
}
.ms-edit-frontend {
    display: none;
}

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

.top_about {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 94%;
	padding-top: 3%;
}
.top_about .image {
	width: 50%;
}
.top_about .text {
	width: 45%;
	position: relative;
}
.top_about .text .deco {
	position: absolute;
    top: -15%;
    right: -20%;
    width: 100%;
    max-width: 500px;
}
.top_about figure img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
	box-shadow: 20px 20px #F3FFD9;
}
.top_about h2 {
	text-align: center;
	color: #EE7800;
}

.top_menu {
	position: relative;
	padding: 100px 0;
	margin-top: 100px;
}
.top_menu::after {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/top_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.65;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.top_menu h1 {
	color: #EE7800;
}
.top_menu ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 45px;
}
.top_menu li:nth-child(2) {
	margin-top: 40px;
}
.top_menu li img {
	border-radius: 20px 20px 0 0;
	aspect-ratio: 5 / 4;
	width: 100%;
	object-fit: cover;
}
.top_menu li .text {
	padding: 25px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.top_menu h3 {
	text-align: center;
}

.top_recruit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 94%;
	margin-left: auto;
	padding-top: 120px;
}
.top_recruit .image {
	width: 50%;
	padding-right: 30px;
}
.top_recruit .text {
	width: 45%;
	position: relative;
}
.top_recruit .text .deco {
	position: absolute;
    top: -40%;
    left: -20%;
    width: 100%;
    max-width: 500px;
}
.top_recruit figure img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
	width: 100%;
	box-shadow: 20px -20px #F3FFD9;
}
.top_recruit h2 {
	text-align: center;
}
.top_recruit h2 span {
	color: #EE7800;
}
.top_recruit h2 br {
	display: none;
}

.information_sec {
	background: #F9F9F9;
	padding: 80px 0;
}
.information_sec .flex {
	display: flex;
	justify-content: space-between;
}
.information_sec .image {
	width: 45%;
}
.information_sec .text {
	width: 50%;
}
.information_sec h2 {
	font-weight: 400;
	color: #EE7800;
}
.information_sec p.right {
	text-align: right;
	margin-top: 40px;
}
.information_sec .image figure {
	margin-top: -120px;
}

.information_outline {
	padding-top: 120px;
}
.information_outline table,
.information_outline th,
.information_outline td {
	font-weight: 400!important;
	border: none!important;
}
.information_outline tr {
	border-bottom: 1px solid #707070;
}
.information_outline tr:first-child {
	border-top: 1px solid #707070;
}
.information_outline th {
	text-align: center!important;
	background: #F9F9F9!important;
	padding: 25px 10px!important;
}
.information_outline iframe {
	width: 100%;
	height: 350px;
}

.flow_sec ul {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.flow_sec li {
	background: #F9F9F9;
	border: solid 4px #86B81B;
	border-radius: 25px;
	padding: 35px 25px;
	position: relative;
}
.flow_sec li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #86B81B;
	height: calc(tan(60deg) * 30px / 2);
	width: 40px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: -57px;
	transform: translateX(-50%);
}
.flow_sec h3 span {
	background: #86B81B;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-right: 10px;
	border-radius: 36px;
	text-align: center;
	padding: 8px 20px;
}

.reason_sec {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.reason_sec .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reason_sec .flex:nth-child(even){
	flex-direction: row-reverse;
}
.reason_sec .image {
	width: 45%;
}
.reason_sec .image img {
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.reason_sec .text {
	width: 50%;
}
.reason_sec h2 {
	color: #EE7800;
	padding-bottom: 6px;
	border-bottom: 1px solid #3C2F13;
	margin-bottom: 20px;
}

.recruit_sec {
	background: #F9F9F9;
	padding: 80px 0;
}
.recruit_sec .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit_sec .image {
	width: 45%;
}
.recruit_sec .text {
	width: 50%;
}
.recruit_sec h2 {
	font-weight: 400;
}
.recruit_sec h2 span {
	color: #EE7800;
}

.recruit_outline {
	padding-top: 120px;
}
.recruit_outline table,
.recruit_outline th,
.recruit_outline td {
	font-weight: 400!important;
	border: none!important;
}
.recruit_outline caption {
	font-family: "Zen Maru Gothic", serif;
	font-size: 30px;
	color: #EE7800;
	padding-bottom: 12px;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	text-align: left;
}
.recruit_outline tr {
	border-bottom: 1px solid #707070;
}
.recruit_outline tr:first-child {
	border-top: 1px solid #707070;
}
.recruit_outline th {
	text-align: center!important;
	background: #F9F9F9!important;
	padding: 25px 10px!important;
}
.recruit_outline iframe {
	width: 100%;
}

.service_sec {
	background: #f9f9f9;
	padding: 80px 0;
}
.service_sec p.center {
	text-align: center;
}
.service_sec ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 70px;
	row-gap: 40px;
	margin-top: 50px;
}
.service_sec img {
	background: #fff;
	display: block;
	aspect-ratio: 1 / 1;
	width: 100%;
	object-fit: cover;
	margin-bottom: 12px;
	border-radius: 20px;
}
.service_sec h3 {
	text-align: center;
}
.service_sec .wrap {
	border: solid 4px #86B81B;
	padding: 35px 25px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	margin-top: 50px;
}

.service_other {
	padding-top: 80px;
}
.service_other h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_other h3::before, .service_other h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #232323;
}
.service_other h3::before {
    margin-right: 1em;
}
.service_other h3::after {
    margin-left: 1em;
}

/*--メディアクエリ--------------------------------------------*/
@media print, screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 100%;
	}
	body.mobile #header .logo img {
		max-width: 290px;
	}
}
@media print, screen and (max-width: 1023px) {
	.nivo-caption {
		bottom: 5%!important;
		left: 0%!important;
		font-size: 3.2vw !important;
	}
	.nivo-caption div {
		row-gap: 8px;
	}
	.nivo-caption .ja {
		padding: 6px 12px;
	}
}
@media print, screen and (max-width: 768px) {
	.top_about {
		flex-direction: column;
		row-gap: 60px;
		margin-inline: auto;
	}
	.top_about .image {
		width: 100%;
	}
	.top_about .text {
		width: 100%;
	}

	.top_menu {
		padding: 80px 0;
		margin-top: 80px;
	}
	.top_menu ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 50px;
	}
	.top_menu li:nth-child(2) {
		margin-top: 0;
	}

	.top_recruit {
		flex-direction: column;
		row-gap: 60px;
		margin-inline: auto;
		padding-top: 80px;
	}
	.top_recruit .image {
		width: 100%;
		padding-right: 0;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit h2 br {
		display: block;
	}

	.information_sec {
		padding: 60px 0;
	}
	.information_sec .flex {
		flex-direction: column;
		row-gap: 50px;
	}
	.information_sec .image {
		width: 100%;
	}
	.information_sec .text {
		width: 100%;
	}
	.information_sec p.right {
		margin-top: 30px;
	}
	.information_sec .image figure {
		margin-top: 0;
	}

	.information_outline {
		padding-top: 80px;
	}
	.information_outline iframe {
		height: 300px;
	}

	.flow_sec h3 {
		display: flex;
		flex-direction: column;
		row-gap: 12px;
	}
	.flow_sec h3 span {
		font-size: 16px;
		margin-right: 0;
	}

	.reason_sec {
		row-gap: 60px;
	}
	.reason_sec .flex {
		flex-direction: column;
		row-gap: 40px;
	}
	.reason_sec .flex:nth-child(even){
		flex-direction: column;
	}
	.reason_sec .image {
		width: 100%;
	}
	.reason_sec .text {
		width: 100%;
	}

	.recruit_sec {
		padding: 60px 0;
	}
	.recruit_sec .flex {
		flex-direction: column;
		row-gap: 50px;
	}
	.recruit_sec .image {
		width: 100%;
	}
	.recruit_sec .text {
		width: 100%;
	}

	.recruit_outline {
		padding-top: 80px;
	}
	.recruit_outline caption {
		font-size: 24px;
	}

	.service_sec {
		padding: 60px 0;
	}
	.service_sec ul {
		grid-template-columns: repeat(1,1fr);
		row-gap: 30px;
		margin-top: 40px;
	}
	.service_sec img {
		width: 80%;
		margin-inline: auto;
	}
	.service_sec .wrap {
		border: solid 3px #86B81B;
		padding: 25px;
		border-radius: 15px;
		row-gap: 30px;
		margin-top: 40px;
	}
}
@media print, screen and (max-width: 640px) {
	.postlist .post_text:after {
		width: calc(100%);
	}
}