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

/* font-family: "Zen Kaku Gothic New", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/* font-family: "Outfit", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..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_bottom_content {
	background: unset;
	padding: 40px 0;
}
#front_bottom_content #front-sectionPost {
	width: 94%;
	max-width: 1400px;
	margin-inline: auto;
	background: #fff;
	border-radius: 25px;
	padding: 60px 80px;
}
#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: 20px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #FAC03D;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 5px;
}
.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: #FAC03D;
}

.post_link a {
	color: #232323!important;
}
.post_link {
	border-bottom: none;
}

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

body {
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #FFFEEC;
}

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;
	width: 96%;
	margin-inline: auto;
	border-radius: 25px;
}
#thumbImg::before, header#h1Header::before {
	background: #202020;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-size: var(--rem48);
	color: #fff;
}

#header .logo img {
	max-width: 260px;
}

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #FFFEEC;
}
.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: 100vmax;
	min-width: 160px;
	height: 58px;
}
#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: #FFFFFF!important;
	color: #9DC814;
}
#header a.head_btn.tel_btn02 {
	position: relative;
	background: #9DC814!important;
	color: #fff;
}
#header a.head_btn.tel_btn .text01,
#header a.head_btn.tel_btn02 .text01 {
	font-size: 10px;
	color: #232323;
	position: absolute;
	top: 6px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
#header a.head_btn.tel_btn .text02,
#header a.head_btn.tel_btn02 .text02 {
	font-size: 10px;
	color: #232323;
	position: absolute;
	bottom: 6px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #FAC03D!important;
	color: #fff;
}
nav#mainNav ul li a {
	color: #232323;
	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: #232323;
}
nav#mainNav ul li a span {
	font-family: "Outfit", sans-serif;
	font-weight: 400;
	color: #93CA76;
}
nav#mainNav ul li a:hover b {
	color: #232323;
}
nav#mainNav ul li a:hover span {
	color: #93CA76;
}
nav#mainNav ul li a,
nav#mainNav ul li a:hover,
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li.current-menu-parent a {
	background: #FFFEEC;
}
nav#mainNav ul li.current-menu-item a b {
	color: #232323;
}
nav#mainNav ul li.current-menu-item a span,
nav#mainNav ul li.current-menu-parent a span {
	color: #93CA76;
}
nav#mainNav ul li.current-menu-item a b {
	color: #232323;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #232323;
	background: #FFFEEC;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #9DC814!important;
	color: #fff!important;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #232323;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #FFFEEC;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #9DC814;
}
.spmenu #menu p {
	color: #9DC814;
}

a#scrollUp {
	background: #9DC814;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #9DC814;
}
#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 Kaku Gothic New", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #232323;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.post h2 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: var(--rem36);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #232323;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0!important;
	margin: 0!important;
	margin-bottom: 40px!important;
	position: relative;
}

.post h2.title .en {
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	width: fit-content;
	margin-inline: auto;
	font-size: var(--rem20);
	color: #9DC814;
	line-height: 1;
}
.post h2.title .en::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 19px;
	height: 15px;
	margin-right: 8px;
}

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

.post h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
}

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

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #FAC03D;
	display: block;
	max-width: 300px;
	border-radius: 100vmax;
	padding: 16px;
	color: #fff;
	margin-top: 40px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #FAC03D;
	color: #fff;
	opacity: .7;
}

.cta {
	padding-bottom: 120px;
	position: relative;
}
.cta .illust {
	position: absolute;
	bottom: -14px;
	right: 5%;
	width: 40%;
	max-width: 340px;
}
.cta .illust img {
	width: 100%;
}
.cta .wrap {
	background: #9DC814;
	border-radius: 25px;
	padding: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cta h2.title {
	color: #fff!important;
	text-align: left!important;
	margin-left: 0!important;
	margin-bottom: 0!important;
}
.cta h2.title .en {
	color: #fff!important;
	margin-left: 0!important;
}
.cta h2.title .en::before {
	filter: brightness(0) invert(1);
}
.cta .buttonList {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.cta a {
	font-weight: 700;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: var(--rem24);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	color: #F0823D;
	background: #FFF461;
	border-radius: 100vmax;
	padding: 12px 24px;
	width: 300px;
	height: 70px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 6px;
}
.cta a.telLink {
	background: #fff;
	color: #93CA76;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #FAC03D;
	color: #fff;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding: 80px 0 40px;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.top_about .image {
	width: 48%;
}
.top_about .image img {
	width: 100%;
}
.top_about .text {
	width: 48%;
}
.top_about h1 {
	color: #9DC814;
	margin-left: 0;
	text-align: left;
	position: relative;
}
.top_about .linkBtn {
	margin-left: 0;
}

.top_commitment .wrap {
	padding: 120px 60px;
	background: url(/wp-content/uploads/top_commitment_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 25px;
}
.top_commitment h2::after {
	content: '';
	display: block;
	background: url(/wp-content/uploads/title_wave.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	height: 30px;
	margin: 0;
}
.top_commitment h2 {
	margin-bottom: 60px;
}
.top_commitment ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 60px 40px;
}
.top_commitment li .image {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.top_commitment li .image::after {
	content: '';
	display: inline-block;
	background: #9DC814;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	transform: rotate(5deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_commitment li img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 25px;
}
.top_commitment h3 {
	font-weight: 700;
	font-size: var(--rem30);
	margin-bottom: 20px;
}
.top_commitment h3 span {
	font-size: var(--rem14);
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	display: block;
}

.top_service {
	padding: 40px 0;
}
.top_service .inner {
	background: url(/wp-content/uploads/top_service_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 60px;
	border-radius: 25px;
}
.top_service ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	max-width: 800px;
	margin-inline: auto;
}
.top_service li {
	width: 100%;
	max-width: 375px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	border-radius: 25px;
	aspect-ratio: 3 / 2;
	width: 100%;
	object-fit: cover;
}
.top_service h3 {
	text-align: center;
	margin-bottom: 0;
}
.top_service h3 span {
	font-size: var(--rem20);
}

.top_recruit .flex {
	background: #fff;
	border-radius: 25px;
	padding: 60px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_recruit .text {
	width: 40%;
}
.top_recruit .image {
	width: 55%;
}
.top_recruit .image img {
	width: 100%;
	border-radius: 25px;
}
.top_recruit h2 {
	margin-left: 0!important;
	text-align: left!important;
}
.top_recruit h2 .en {
	margin-left: 0!important;
}
.top_recruit .linkBtn {
	margin-left: 0;
}

.top_news {
	padding: 40px 0;
}
.top_news .inner {
  width: 94%;
  max-width: 1400px;
  margin-inline: auto;
  background: #fff;
  border-radius: 25px;
  padding: 60px 80px;
}

@media print, screen and (max-width: 1023px) {
	.top_about .flex {
		padding: 100px 40px;
	}

	.top_commitment .wrap {
		padding: 100px 40px;
	}
	.top_commitment ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px 40px;
	}

	.top_service .inner {
		padding: 100px 40px;
	}

	.top_recruit .flex {
		flex-direction: column;
		row-gap: 40px;
		padding: 40px 25px;
	}
	.top_recruit h2 {
		margin-left: auto!important;
		text-align: center!important;
	}
	.top_recruit h2 .en {
		margin-left: auto!important;
	}
	.top_recruit .linkBtn {
		margin-left: auto;
	}
	.top_recruit .text {
		width: 100%;
	}
	.top_recruit .text p {
		text-align: center;
	}
	.top_recruit .image {
		width: 100%;
	}
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 30px 0;
	}
	.top_about .flex {
		flex-direction: column;
		row-gap: 40px;
		padding: 35px 25px;
	}
	.top_about .image {
		width: 100%;
	}
	.top_about .text {
		width: 100%;
	}
	.top_about h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_about .linkBtn {
		margin-left: auto;
	}

	.top_commitment .wrap {
		padding: 60px 25px;
	}
	.top_commitment h1 {
		margin-bottom: 40px;
	}
	.top_commitment ul {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}

	.top_service {
		padding: 30px 0;
	}
	.top_service .inner {
		padding: 60px 25px;
	}
	.top_service ul {
		gap: 40px;
	}

	.top_news {
		padding: 30px 0;
	}
	.top_news .inner {
	  padding: 40px 20px;
	}
}

/*-----------------------------
ばくちゃん家について
------------------------------*/
.about.sec01 {
	padding-bottom: 40px;
}
.about.sec01 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.about.sec01 .image {
	width: 100%;
	max-width: 280px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.about.sec01 .gallery img {
	border-radius: 20px;
}

.about.sec02 {
	padding-bottom: 40px;
}
.about.sec02 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}

.about.sec03 {
	padding-bottom: 40px;
}
.about.sec03 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.about.sec03 table,
.about.sec03 th,
.about.sec03 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
}
.about.sec03 tr {
	border-bottom: 1px solid #707070;
}
.about.sec03 tr:first-child {
	border-top: 1px solid #707070;
}
.about.sec03 th {
	text-align: center;
	color: #93CA76;
}

.about.sec04 {
	padding-bottom: 40px;
}
.about.sec04 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.about.sec04 .image {
	width: 100%;
	max-width: 700px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.about.sec04 p {
	width: fit-content;
	margin-inline: auto;
}

.about.sec05 {
	padding-top: 60px;
}
.about.sec05 .image {
	width: 100%;
	max-width: 800px;
	margin-inline: auto;
}

@media print, screen and (max-width: 1023px) {
	.about.sec01 .inner,
	.about.sec02 .inner,
	.about.sec03 .inner,
	.about.sec04 .inner {
		padding: 100px 40px;
	}

	.about.sec05 {
		padding-top: 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.about.sec01,
	.about.sec02,
	.about.sec03,
	.about.sec04 {
		padding-bottom: 30px;
	}

	.about.sec01 .inner,
	.about.sec02 .inner,
	.about.sec03 .inner,
	.about.sec04 .inner {
		padding: 35px 25px;
	}
}

/*-----------------------------
デイサービス
------------------------------*/
.dayservice.sec01 {
	padding-bottom: 40px;
}
.dayservice.sec01 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.dayservice.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.dayservice.sec01 li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dayservice.sec01 .image {
	width: 30%;
}
.dayservice.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.dayservice.sec01 .text {
	width: 66%;
}
.dayservice.sec01 li h3 {
	font-weight: 700;
	color: #9DC814;
	font-size: var(--rem36);
}
.dayservice.sec01 .box h3 {
	font-weight: 700;
	font-size: var(--rem36);
	background: #9DC814;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
	border-radius: 15px 15px 0 0;
}
.dayservice.sec01 .boxText {
	background: #F7F8F7;
	border-radius: 0 0 15px 15px;
	padding: 30px;
}
.dayservice.sec01 .boxText p {
	width: fit-content;
	margin-inline: auto;
}

.dayservice.sec02 {
	padding-bottom: 40px;
}
.dayservice.sec02 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.dayservice.sec02 h3 {
	text-align: center;
	font-size: var(--rem36);
	color: #9DC814;
	font-weight: 700;
}

.dayservice.sec03 {
	padding-bottom: 40px;
}
.dayservice.sec03 .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.dayservice.sec03 h4 {
	font-weight: 700;
	text-align: center;
	font-size: var(--rem30);
	color: #232323;
	padding-bottom: 10px;
	border-bottom: 1px solid #9DC814;
	margin-bottom: 30px;
}
.dayservice.sec03 h4::before {
	display: none;
}
.dayservice.sec03 th {
	width: auto!important;
	background: #9DC814!important;
	text-align: center;
	color: #fff;
	font-weight: 700;
	vertical-align: middle;
}
.dayservice.sec03 td {
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
}
.dayservice.sec03 tr.bg td {
	background: #F7F8F7;
}
.dayservice.sec03 tr.bg::after {
	display: none;
}
.dayservice.sec03 .remark {
	margin: 30px 0;
}

@media print, screen and (max-width: 1023px) {
	.dayservice.sec01 .inner,
	.dayservice.sec02 .inner,
	.dayservice.sec03 .inner {
		padding: 100px 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.dayservice.sec01 {
		padding-bottom: 30px;
	}
	.dayservice.sec01 .inner {
		padding: 35px 25px;
	}
	.dayservice.sec01 ul {
		gap: 40px;
	}
	.dayservice.sec01 li {
		flex-direction: column;
		gap: 30px;
	}
	.dayservice.sec01 .image {
		width: 100%;
	}
	.dayservice.sec01 .text {
		width: 100%;
	}
	.dayservice.sec01 li h3 {
		text-align: center;
	}
	.dayservice.sec01 .boxText {
		padding: 25px;
	}

	.dayservice.sec02 {
		padding-bottom: 30px;
	}
	.dayservice.sec02 .inner {
		padding: 35px 25px;
	}

	.dayservice.sec03 {
		padding-bottom: 30px;
	}
	.dayservice.sec03 .inner {
		padding: 35px 25px;
	}
	.dayservice.sec03 .table_inner {
		overflow-x: scroll;
	}
	.dayservice.sec03 .table_inner table {
		min-width: 700px;
	}
}

/*-----------------------------
サービス共通
------------------------------*/
.service.sec01 {
	padding-bottom: 40px;
}
.service.sec01 .inner {
	background: #fff;
	border-radius: 25px;
	padding: 100px 60px;
}
.service.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 40px;
	margin-bottom: 70px;
}
.service.sec01 .image,
.service.sec01 .text {
	width: 100%;
}
.service.sec01 .image img {
	border-radius: 20px;
}
.service.sec01 h3 {
	text-align: center;
	font-size: var(--rem36);
	font-weight: 700;
	color: #9DC814;
	margin-bottom: 40px;
}
.service.sec01 li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	font-weight: 500;
	line-height: 1.5;
	padding: 16px;
	padding-left: 36px;
	border-bottom: 1px solid #232323;
	position: relative;
}
.service.sec01 li::before {
	content: '';
	display: inline-block;
	background: #232323;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 16px;
}
.service.sec01 li a {
	background: #9DC814;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
}

@media print, screen and (max-width: 1023px) {
	.service.sec01 .inner {
		padding: 100px 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.service.sec01 {
		padding-bottom: 30px;
	}
	.service.sec01 .inner {
		padding: 35px 25px;
	}
	.service.sec01 .flex {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 50px;
	}
	.service.sec01 h3 {
		margin-bottom: 30px;
	}
}

/*-----------------------------
訪問介護・居宅介護（障がいサービス）
------------------------------*/
.homecare .inner {
	background: #fff;
	border-radius: 25px;
	padding: 100px 60px;
}
.homecare h3 {
	text-align: center;
	font-size: var(--rem36);
	font-weight: 700;
	color: #9DC814;
}

.homecare.sec01 {
	padding-bottom: 40px;
}

@media print, screen and (max-width: 1023px) {
	.homecare .inner {
		padding: 100px 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.homecare.sec01 {
		padding-bottom: 30px;
	}
	.homecare .inner {
		padding: 35px 25px;
	}
}

/*-----------------------------
会員向け自費サービス
------------------------------*/
.memberservice .inner {
	background: #fff;
	border-radius: 25px;
	padding: 100px 60px;
}
.memberservice .wrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
}
.memberservice .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.memberservice .image {
	width: 36%;
}
.memberservice .text {
	width: 60%;
}
.memberservice .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.memberservice h3 {
	color: #9DC814;
	font-weight: 700;
	font-size: var(--rem36);
}

.memberservice.sec01 {
	padding-bottom: 40px;
}

@media print, screen and (max-width: 1023px) {
	.memberservice .inner {
		padding: 100px 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.memberservice .sec01 {
		padding-bottom: 30px;
	}

	.memberservice .inner {
		padding: 35px 25px;
	}
	.memberservice .wrap {
		gap: 60px;
	}
	.memberservice .flex {
		flex-direction: column;
		gap: 30px;
	}
	.memberservice .image {
		width: 100%;
	}
	.memberservice .text {
		width: 100%;
	}
	.memberservice h3 {
		text-align: center;
	}
}

/*-----------------------------
採用情報
------------------------------*/
.recruit .inner {
	background: #fff;
	border-radius: 25px;
	padding: 100px 60px;
}

.recruit.sec01 {
	padding-bottom: 40px;
}
.recruit.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.recruit.sec01 .image,
.recruit.sec01 .text {
	width: 100%;
}
.recruit.sec01 .image img {
	border-radius: 20px;
}
.recruit.sec01 h2 {
	font-size: var(--rem40);
}
.recruit.sec01 h2,
.recruit.sec01 h2 .en {
	text-align: left!important;
	margin-left: 0!important;
}

.recruit.sec02 table,
.recruit.sec02 th,
.recruit.sec02 td {
	background: unset!important;
	font-weight: 400!important;
	border: none!important;
}
.recruit.sec02 tr {
	border-bottom: 1px solid #707070;
}
.recruit.sec02 tr:first-child {
	border-top: 1px solid #707070;
}
.recruit.sec02 th {
	text-align: center;
	color: #93CA76;
}

@media print, screen and (max-width: 1023px) {
	.recruit.inner {
		padding: 100px 40px;
	}
}

@media print, screen and (max-width: 768px) {
	.recruit .inner {
		padding: 35px 25px;
	}

	.recruit.sec01 {
		padding-bottom: 30px;
	}
	.recruit.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.recruit.sec01 h2,
	.recruit.sec01 h2 .en {
		text-align: center!important;
		margin-left: auto!important;
	}
}

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


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

	.mobile #header {
		background: #FFFEEC;
	}

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li a,
	nav#mainNav ul li a:hover,
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li.current-menu-item a:hover,
	nav#mainNav ul li.current-menu-parent a,
	nav#mainNav ul li.current-menu-parent a:hover,
	nav#mainNav ul li ul.sub-menu li a:hover {
		background: #FFFEEC!important;
		color: #232323!important;
	}

	.cta {
		padding-bottom: 80px;
	}
	.cta .wrap {
		flex-direction: column;
		row-gap: 30px;
	}
	.cta h2.title {
		text-align: center!important;
		margin-inline: auto!important;
	}
	.cta h2.title .en {
		margin-left: auto!important;
	}
}

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

	header#h1Header  {
		height: 200px;
	}

	.cta a {
		font-size: 20px;
		height: 60px;
	}
	.cta a.telLink {
		font-size: 24px;
	}
}

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