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

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

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

.wrapper_content {
	position: relative;
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	z-index: 20;
}
#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
	padding: 16px 0;
}
.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%;
}

#front-sectionPost {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #0753B1;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 100vmax;
}
.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: #0753B1;
	border-radius: 5px;
}
.post4b img {
	border-radius: 15x;
}

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

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

body {
	font-family: "Noto Sans JP", sans-serif;
}

body p {
	line-height: 1.8;
}

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;
}
#thumbImg::before, header#h1Header::before {
	background: #BFEBFF;
	opacity: 0.4;
}
header#h1Header h1.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: var(--rem48);
	color: #262626;
}
header#h1Header h1.title .en {
	display: block;
	font-size: var(--rem24);
}

#header-upper {
	display: none!important;
}
.header__nav-contact {
	padding-right: 14px;
}
#header ul.header__contact {
	column-gap: 10px;
}
#header ul.header__contact li {
	height: auto;
}
#header a.head_btn {
	font-size: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	border-radius: 100vmax;
}
#header a.head_btn::before {
	display: inline-block;
	font-size: 1.4rem;
	margin-top: 4px;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	position: relative;
	background: #0753B1!important;
	color: #fff;
}
#header a.head_btn.mail_btn {
	font-weight: 700;
	position: relative;
	background: #ECF662!important;
	color: #262626;
}
nav#mainNav ul li a {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 2rem;
	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 Maru Gothic", sans-serif;
	font-weight: 500;
	color: #262626;
}
nav#mainNav ul li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li.current-menu-item a b {
	color: #262626;
}
nav#mainNav ul li ul.sub-menu li a {
	font-weight: 500;
	font-size: 1.8rem;
	color: #262626;
	text-align: left;
	display: block;
}
nav#mainNav ul li ul.sub-menu li a:hover,
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
	background: #fff;
	color: #0753B1;
}
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: #0753B1;
}
.spmenu #menu p {
	color: #0753B1;
	white-space: nowrap;
}

a#scrollUp {
	background: #0753B1;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #0753B1;
}
#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: 15px;
}

.inner {
	width: 94%;
	max-width: 1200px;
	margin-inline: auto;
}

h1.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #262626;
	line-height: 1.3;
	font-weight: 500;
	display: block;
	margin-bottom: 35px;
	position: relative;
}
h1.title .ja {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem24);
	color: #262626;
}

body.home h1.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: var(--rem80);
}

.post h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	font-size: var(--rem40);
	color: #262626;
	border-bottom: 3px dashed #262626;
	padding: 0!important;
	padding-bottom: 5px!important;
	margin-top: 0!important;
	margin-bottom: 35px!important;
	width: fit-content;
}

.post h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #262626;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #262626;
}

.post h4::before {
	background: #0753B1;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	background: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	max-width: unset;
	color: #262626;
	padding: 0;
	margin-top: 30px;
	width: fit-content;
	margin-inline: auto;
}
a.linkBtn::after {
	display: none!important;
}
a.linkBtn::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/arrow.png)no-repeat;
	background-size: contain;
	background-position: center;
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: unset;
	color: #262626;
	opacity: .7;
}

.cta {
	padding: 80px 0;
	background: #E5F7FF;
}
.cta h1.title {
	font-size: var(--rem80)!important;
	text-align: center;
}
.cta p {
	font-size: var(--rem24);
	text-align: center;
	font-weight: 400;
	color: #262626;
}
.cta .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px 20px;
	margin-top: 40px;
}
.cta a {
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	max-width: 320px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding: 18px 0;
	border-radius: 100vmax;
}
.cta a::before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1;
	margin-right: 4px;
}
.cta a.telBtn {
	font-size: 20px;
	background: #0753B1;
}
.cta a.telBtn::before {
	content: '\f095';
}
.cta a.mailBtn {
	background: #ECF662;
	color: #262626;
}
.cta a.mailBtn::before {
	content: '\f0e0';
}

/*-----------------------------
Top
------------------------------*/
.top_about {
	padding: 120px 0 70px;
}
.top_about .inner {
	max-width: 800px;
}
.top_about hgroup {
	margin-bottom: 35px;
	width: fit-content;
	margin-inline: auto;
}
.top_about h2.title {
	display: inline;
	padding-bottom: 5px !important;
	line-height: 1.8;
}
.top_about p {
	line-height: 2;
}

.top_service {
	padding: 200px 0 120px;
	background: url(/wp-content/uploads/top_service_bg.png)no-repeat;
	background-size: cover;
	background-position: top;
}
.top_service ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 100px;
}
.top_service li {
	width: 100%;
	max-width: 320px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service h2 {
	font-weight: 500;
	font-size: var(--rem24);
	line-height: 1.3;
	margin-bottom: 20px;
}
.top_service p {
	text-align: center;
}

.top_news {
	padding: 120px 0;
}

.top_recruit {
	padding-bottom: 120px;
}
.top_recruit .inner {
	background: #E5F7FF;
	padding: var(--px80);
}
.top_recruit .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_recruit .image {
	width: 45%;
}
.top_recruit .image img {
	width: 100%;
	border-radius: 15px;
}
.top_recruit .text {
	width: 50%;
}
.top_recruit hgroup {
	margin-bottom: 35px;
	width: fit-content;
}
.top_recruit h2.title {
	display: inline;
	padding-bottom: 5px !important;
	line-height: 1.8;
}

@media print, screen and (max-width: 1023px) {
	.top_about {
		padding: 50px 0 0;
	}
	.top_about hgroup {
		text-align: center;
	}

	.top_service {
		padding: 80px 0 70px;
		background: url(/wp-content/uploads/top_service_bg_sp.png)no-repeat;
		background-size: cover;
		background-position: top;
	}
	.top_service li {
		max-width: 280px;
	}

	.top_news {
		padding: 70px 0;
	}
	.top_news h1.title {
		margin-bottom: 0!important;
	}

	.top_recruit {
		padding-bottom: 70px;
	}
	.top_recruit hgroup {
		text-align: center;
		margin-inline: auto;
	}
	.top_recruit .inner {
		padding: var(--px80) var(--px40);
	}
	.top_recruit .flex {
		flex-direction: column;
		gap: 30px;
	}
	.top_recruit .image {
		width: 100%;
	}
	.top_recruit .text {
		width: 100%;
	}
}

/*-----------------------------
co-work CATSについて
------------------------------*/
.company.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.company.sec01 .image {
	width: 20%;
}
.company.sec01 .image img {
	width: 100%;
	border-radius: 15px;
}
.company.sec01 .text {
	width: 75%;
}
.company.sec01 h2.title {
	margin-left: 0!important;
}
.company.sec01 p.right {
	text-align: right;
	margin-top: 15px;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 .gallery img {
	border-radius: 15px;
}

.company.sec03 {
	padding-top: 120px;
}
.company.sec03 .logo {
	width: 120px;
	margin-inline: auto;
	margin-bottom: 60px;
}
.company.sec03 .logo img {
	width: 100%;
}
.company.sec03 table,
.company.sec03 table th,
.company.sec03 table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.company.sec03 table th {
	color: #0753B1;
}
.company.sec03 table tr {
	border-bottom: 1px solid #707070;
}
.company.sec03 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.company.sec01 .image {
		width: 100%;
		max-width: 200px;
		margin-inline: auto;
	}
	.company.sec01 .text {
		width: 100%;
	}
	.company.sec01 h2.title {
		margin-left: auto!important;
	}

	.company.sec02 {
		padding-top: 70px;
	}

	.company.sec03 {
		padding-top: 70px;
	}
	.company.sec03 .logo {
		width: 80px;
		margin-bottom: 40px;
	}
}

/*-----------------------------
co-work CATS デイサービス
------------------------------*/
.dayservice .read_text {
	margin-bottom: 120px;
}
.dayservice .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.dayservice .image {
	width: 45%;
}
.dayservice .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.dayservice .image span {
	display: block;
	text-align: center;
	margin-top: 8px;
}
.dayservice .text {
	width: 50%;
}
.dayservice hgroup {
	margin-bottom: 35px;
	width: fit-content;
}
.dayservice h2.title {
	display: inline;
	padding-bottom: 5px !important;
	line-height: 1.8;
}
.dayservice .image img {
	border-radius: 15px;
}
.dayservice .gallery img {
	border-radius: 15px;
}
.dayservice table,
.dayservice table th,
.dayservice table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.dayservice table th {
	color: #0753B1;
}
.dayservice table tr {
	border-bottom: 1px solid #707070;
}
.dayservice .downloadWrap {
	padding-top: 100px;
}
.dayservice .downloadWrap h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem30);
	text-align: center;
	color: #fff;
	background: #A6DCF3;
	padding: 12px;
	line-height: 1.4;
	margin-bottom: 50px;
}
.dayservice .downloadWrap li {
	border-bottom: 1px dashed #707070;
	padding: 20px 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.dayservice .downloadWrap li p {
	line-height: 1.4;
}
.dayservice .downloadWrap li a {
	display: block;
	text-align: center;
	background: #ECF662;
	border-radius: 10px;
	width: 180px;
	padding: 12px;
}
.dayservice.sec06 h2.title {
	display: block;
	margin-inline: auto!important;
}

.dayservice.sec02,
.dayservice.sec03,
.dayservice.sec04,
.dayservice.sec05,
.dayservice.sec06 {
	padding-top: 120px;
}

@media print, screen and (max-width: 768px) {
	.dayservice .read_text {
		margin-bottom: 70px;
	}
	.dayservice .flex {
		flex-direction: column-reverse;
		gap: 30px;
		margin-bottom: 20px;
	}
	.dayservice .image {
		width: 100%;
	}
	.dayservice .text {
		width: 100%;
	}
	.dayservice hgroup {
		text-align: center;
		margin-inline: auto;
	}
	.dayservice .downloadWrap {
		padding-top: 60px;
	}
	.dayservice .downloadWrap h3 {
		margin-bottom: 30px;
	}

	.dayservice.sec02,
	.dayservice.sec03,
	.dayservice.sec04,
	.dayservice.sec05,
	.dayservice.sec06 {
		padding-top: 70px;
	}
}

/*-----------------------------
デイサービス┃一日の流れ
------------------------------*/
.flow.sec01 table,
.flow.sec01 table th,
.flow.sec01 table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.flow.sec01 table th {
	color: #0753B1;
}
.flow.sec01 table tr {
	border-bottom: 1px solid #707070;
}
.flow.sec01 .box {
	padding-top: 120px;
}
.flow.sec01 .gallery img {
	border-radius: 15px;
}
.flow.sec01 .gallery .gallery-caption {
	text-align: left;
}

@media print, screen and (max-width: 768px) {
	.flow.sec01 .box {
		padding-top: 70px;
	}
}

/*-----------------------------
訪問介護
------------------------------*/
.homecare.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.homecare.sec01 .image {
	width: 40%;
}
.homecare.sec01 .image img {
	width: 100%;
	border-radius: 15px;
}
.homecare.sec01 .text {
	width: 55%;
}
.homecare.sec01 h2.title {
	margin-left: 0!important;
}

.homecare.sec02 {
	padding-top: 120px;
}
.homecare.sec02 table,
.homecare.sec02 table th,
.homecare.sec02 table td {
	background: unset;
	border: none;
	font-weight: 500;
}
.homecare.sec02 table th {
	color: #0753B1;
}
.homecare.sec02 table tr {
	border-bottom: 1px solid #707070;
}
.homecare.sec02 .wrap {
	display: flex;
	flex-direction: column;
	gap: 100px;
	padding-top: 100px;
}
.homecare.sec02 h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: var(--rem30);
	text-align: center;
	color: #fff;
	background: #A6DCF3;
	padding: 12px;
	line-height: 1.4;
}
.homecare.sec02 .areaFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.homecare.sec02 .areaFlex .image {
	width: 30%;
}
.homecare.sec02 .areaFlex .text {
	width: 68%;
}
.homecare.sec02 .areaFlex .text p {
	font-size: var(--rem48);
	line-height: 1.5;
	text-align: center;
}
.homecare.sec02 .areaFlex .text p span {
	display: block;
	font-size: var(--rem30);
}
.homecare.sec02 li {
	border-bottom: 1px dashed #707070;
	padding: 20px 15px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}
.homecare.sec02 li p {
	line-height: 1.4;
}
.homecare.sec02 li a {
	display: block;
	text-align: center;
	background: #ECF662;
	border-radius: 10px;
	width: 180px;
	padding: 12px;
}

.homecare.sec03 {
	padding-top: 120px;
}
.homecare.sec03 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
.homecare.sec03 .image {
	width: 45%;
}
.homecare.sec03 .image img {
	width: 100%;
	border-radius: 15px;
}
.homecare.sec03 .text {
	width: 50%;
}

@media print, screen and (max-width: 768px) {
	.homecare.sec01 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.homecare.sec01 .image {
		width: 100%;
	}
	.homecare.sec01 .text {
		width: 100%;
	}
	.homecare.sec01 h2.title {
		margin-left: auto!important;
	}

	.homecare.sec02 {
		padding-top: 70px;
	}
	.homecare.sec02 .wrap {
		gap: 50px;
		padding-top: 50px;
	}
	.homecare.sec02 .areaFlex {
		flex-direction: column;
		gap: 30px;
	}
	.homecare.sec02 .areaFlex .image {
		width: 100%;
		max-width: 300px;
		margin-inline: auto;
	}
	.homecare.sec02 .areaFlex .text {
		width: 100%;
	}
	.homecare.sec02 .areaFlex .text p {
		font-size: var(--rem40);
	}
	.homecare.sec02 .areaFlex .text p span {
		font-size: var(--rem24);
	}

	.homecare.sec03 {
		padding-top: 70px;
	}
	.homecare.sec03 .flex {
		flex-direction: column;
		gap: 30px;
	}
	.homecare.sec03 .image {
		width: 100%;
	}
	.homecare.sec03 .text {
		width: 100%;
	}
}

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
	width: 300px;
	max-width: 300px;
}
.post .subimitarea .linkBtn::after {
	display: none!important;
}
body.page-contact .post table th {
	background: #0753B1;
	color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
	background: #0753B1;
	font-weight: 700;
	padding: 20px;
	border-radius: 100vmax;
	width: 100%;
	color: #fff;
}


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

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}
	nav#mainNav ul li ul.sub-menu li a:hover,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover {
		color: #262626;
	}
}

@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; }
	nav#mainNav ul li a {
		font-size: 1.8rem;
	}
	nav#mainNav ul li ul.sub-menu li a {
		font-size: 1.6rem;
	}

	.post h2.title {
		line-height: 2;
		border-bottom: 2px dashed #262626;
	}

	.cta {
		padding: 60px 0;
	}
	.cta a {
		font-size: 16px;
		padding: 15px 0;
	}
}

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