@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", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*font-family: "Poppins", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#front-sectionPost .postlist li {
	border: none!important;

}
.postlist li,
.postlist li:first-child {
	border: none!important;
}
.postlist .post_text {
	position: relative;
	padding: 18px 0;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #CCCCCC 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #333333 !important;
	background: #B8D1ED;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 100vmax;
}
.post .time a, .postlist .time a {
	font-weight: 500;
	color: #333333!important;
}

.post4b li .post4b_contents {
	/*  opacity: 1; */
	display: none;
}
.post4b .time {
	display: block;
	background: #B8D1ED;
	border-radius: 100vmax;
	color: #333333!important;
}
.post4b .time a {
	color: #333333!important;
}

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

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

body {
	font-weight: 400;
	font-family: "Noto Sans JP", 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: #262626;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", serif;
	font-size: var(--rem48);
	font-weight: 700;
	color: #685744;
}

#header {
	position: relative;
}
#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #B8D1ED;
	color: #5E9FD0;
	flex-direction: unset;
}
#header a.head_btn.mail_btn {
	background: #5E9FD0;
	color: #fff;
	flex-direction: unset;
}
nav#mainNav ul li a {
	font-weight: 500;
	color: #262626;
	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.current-menu-item a b {
	color: #5E9FD0;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #262626;
}
nav#mainNav ul li:hover ul.sub-menu {
	border: solid 1px #5E9FD0;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #5E9FD0;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover,
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #5E9FD0;
	color: #fff;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
	color: #5E9FD0;
}

.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #5E9FD0;
}
.spmenu #menu p {
	color: #5E9FD0;
	white-space: nowrap;
}

a#scrollUp {
	background: #5E9FD0;
}

#footer {
	padding: 30px;
	position: relative;
	z-index: 10;
}
#footer,#copyright {
	color: #ffffff;
	background: #B8D1ED;
}
#copyright {
	margin-top: 0;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 20px;
}
#footer li a, .footeradd, .footertel, #footer li a:hover {
	color: #ffffff;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 15px;
}
#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
	color: #685744;
}

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

.post h1 {
	color: #685744;
}

h1.title {
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #685744;
	line-height: 1.4;
	font-weight: 500;
	display: block;
	margin-bottom: 40px;
	position: relative;
}

.post h2 {
	font-weight: 500;
	color: #685744;
	font-size: var(--rem40);
	margin-top: 0;
	margin-bottom: 20px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	color: #685744;
	font-size: var(--rem36);
	text-align: center;
	margin: 0!important;
	padding: 0!important;
	margin-bottom: 30px!important;
	padding-top: 40px!important;
}
.post h2.title .en {
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: var(--rem20);
	color: #685744;
}
.post h2.title::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 50px;
	aspect-ratio: 50 / 37;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.post h3 {
	font-weight: 500;
	color: #685744;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
}

.post h4 {
	font-weight: 500;
}

.post h4::before {
	background: #5E9FD0;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-weight: 500;
	background: #5E9FD0;
	border-radius: 100vmax;
	display: block;
	padding: 12px;
	max-width: 260px;
	color: #fff;
	margin: 0;
	margin-top: 40px;
	margin-inline: auto;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #5E9FD0;
	color: #fff;
	opacity: .7;
}

.cta {
	padding: 70px 0;
	background: #FFF9DC;
	text-align: center;
	position: relative;
	z-index: 10;
}
.cta .flex {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 40px;
}
.cta p {
	text-align: center;
}
.cta a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
	max-width: 280px;
	border-radius: 100vmax;
	padding: 15px 0;
	position: relative;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
}
.cta a.telLink {
	background: #B8D1ED;
	color: #5E9FD0;
	font-size: 20px;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #5E9FD0;
	font-size: 18px;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

#mainImg {
	position: relative;
	z-index: 10;
}

/*-----------------------------
Top
------------------------------*/
.top_news {
	padding: 100px 0;
}

.top_concept {
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.top_concept::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/top_concept_bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
.top_concept .flex {
	display: flex;
}
.top_concept .image,
.top_concept .text {
	width: 100%;
}
.top_concept .text {
	border-radius: 0 20px 20px 0;
	background: #fff;
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.top_concept .image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.top_concept h3 {
	font-size: var(--rem30);
	margin-left: 0;
}
.top_concept .linkBtn {
	margin-left: 0;
}

.top_service {
	padding-top: 100px;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 50px;
}
.top_service .image {
	margin-bottom: 20px;
}
.top_service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.top_service h3 {
	text-align: center;
}

.top_use {
	padding: 120px 0;
}
.top_use .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_use .image,
.top_use .text {
	width: 47%;
}
.top_use .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 20px;
}
.top_use h3 {
	font-size: var(--rem30);
	text-align: left;
	margin-left: 0;
}
.top_use .linkBtn {
	margin-left: 0;
}

.top_staff {
	padding-bottom: 100px;
}
.top_staff .inner {
	background: url(/wp-content/uploads/top_staff_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	border: solid 6px #5E9FD0;
	border-radius: 20px;
	padding: 70px 7%;
}

@media print, screen and (max-width: 768px) {
	.top_news {
		padding: 60px 0;
	}
	.top_news h2.title {
		margin-bottom: 0!important;
	}

	.top_concept {
		padding: 70px 0;
	}
	.top_concept .flex {
		flex-direction: column;
	}
	.top_concept .text {
		border-radius: 0 0 20px 20px;
		padding: 35px 25px;
		align-items: center;
	}
	.top_concept .image > img {
		aspect-ratio: 3 / 2;
		height: auto;
		border-radius: 20px 20px 0 0;
	}
	.top_concept h3 {
		text-align: center;
		margin-left: auto;
	}
	.top_concept .linkBtn {
		margin-left: auto;
	}

	.top_service {
		padding-top: 70px;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}

	.top_use {
		padding: 70px 0;
	}
	.top_use .flex {
		flex-direction: column;
		gap: 25px;
	}
	.top_use .image,
	.top_use .text {
		width: 100%;
	}
	.top_use h3 {
		text-align: center;
		margin-left: auto;
	}
	.top_use .linkBtn {
		margin-left: auto;
	}

	.top_staff {
		padding-bottom: 70px;
	}
	.top_staff .inner {
		border: solid 4px #5E9FD0;
		padding: 40px 5%;
	}
}

/*-----------------------------
事業所案内
------------------------------*/
.company.sec01 .inner {
	max-width: 900px;
	padding: var(--px40);
	border-radius: 15px;
	border: solid 2px #ECF4FF;
}
.company.sec01 .image img {
	width: 100%;
	border-radius: 15px;
}
.company.sec01 h3 {
	margin-left: 0;
	font-weight: 700;
	font-size: var(--rem30);
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 table th {
	background: #5E9FD0;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}
.company.sec02 .gallery img {
	border-radius: 10px;
}

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

/*-----------------------------
サービス内容
------------------------------*/
.service.sec01 h3 {
	font-weight: 500;
	font-size: var(--rem40);
	color: #5E9FD0;
	text-align: left;
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: dashed 2px #B8D1ED;
}
.service.sec01 .image img {
	width: 100%;
	border-radius: 15px;
}
.service.sec01 h4 {
	padding: 0;
	font-weight: 700;
	font-size: var(--rem30);
	color: #685744;
	margin-bottom: 25px;
}
.service.sec01 h4::before {
	display: none;
}
.service.sec01 .flowBox {
	background: #EBF4FF;
	padding: var(--px80) var(--px40);
	border-radius: 15px;
}
.service.sec01 .flowBox h4 {
	text-align: center;
}
.service.sec01 .text_inner {
	max-width: 800px;
	margin-inline: auto;
}
.flowlist {
	padding-left: 10rem;
	position: relative;
	max-width: 800px;
	margin-inline: auto!important;
}
.flowlist::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #fff;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 10rem;
}
.flowlist > li {
	position: relative;
}
.flowlist > li:not(:last-child) {
	margin-bottom: 5vh;
}
.flowlist > li:not(:last-child) dl {
	border-bottom: dashed 1px #636363;
}
.flowlist > li .icon {
	font-weight: 500;
	font-size:1.6rem;
	color: #fff;
	background: #5E9FD0;
	border-radius: 5px;
	padding: 0.8rem 2rem;
	display: block;
	position: absolute;
	top: 0;
	left: -13rem;
	z-index: 100;
}
.flowlist > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #5E9FD0;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist > li dl {
	padding-left: 7rem;
	position: relative;
	padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
}
.flowlist > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: 0;
	background: #5E9FD0;
	border-radius: 50%;
	left: -4px;
}
.flowlist > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #636363;
	position: absolute;
	left: 5px;
	top: 2.3rem;
}
.flowlist > li dl dt {
	margin-bottom: 0.5rem;
	font-weight: 500;
	font-size: 1.6rem;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 h4 {
		text-align: center;
	}

	.flowlist > li .icon {
		font-size: 1.2rem;
	}
	.flowlist {
		padding-left: 10rem;
	}
	.flowlist > li .icon {
		left: -11rem;
	}
	.flowlist::before {
		left: 10rem;
	}
	.flowlist > li dl {
		padding-left: 4.5rem;
	}
	.flowlist > li dl::after {
		width: 30px;
	}
	.flowlist > li dl dt {
		font-size: 1.4rem;
	}
}

/*-----------------------------
ご利用方法
------------------------------*/
.use.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.use.sec01 li {
	position: relative;
	background: #5E9FD0;
	border-radius: 20px;
	padding: 40px;
}
.use.sec01 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #5E9FD0;
	width: 50px;
	height: 28px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	left: 50%;
	bottom: -44px;
	transform: translateX(-50%);
}
.use.sec01 h3 {
	display: flex;
	align-items: center;
	gap: 15px;
	color: #fff;
	text-align: left;
	margin-left: 0;
}
.use.sec01 h3 span {
	display: inline-block;
	background: #fff;
	text-align: center;
	color: #5E9FD0;
	padding: 10px 30px;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
}
.use.sec01 p {
	color: #fff;
}

.use.sec02 {
	padding-top: 120px;
}
.use.sec02 .inner {
	display: grid;
	gap: 14px;
	max-width: 1000px;
}
.use.sec02 .faq-item {
	overflow: clip;
}
.use.sec02 .faq-item > summary {
	list-style: none;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	outline: none;
	background: #B8D1ED;
	padding: 16px 20px;
	border-radius: 10px;
}
.use.sec02 .faq-item > summary::-webkit-details-marker { display: none; }
.use.sec02 .q {
	font-weight: 500;
	color: #fff;
	font-size: clamp(20px, 2.5vw, 28px);
	line-height: 1;
}
.use.sec02 .q-text {
	font-weight: 500;
	font-size: var(--rem18);
}
.use.sec02 .toggle {
	position: relative;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
}
.use.sec02 .toggle::before,
.use.sec02 .toggle::after {
	content: "";
	position: absolute;
	inset: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	background: #5E9FD0;
	border-radius: 1px;
	transition: transform .28s ease;
}
.use.sec02 .toggle::after { transform: rotate(90deg); }
.use.sec02 .faq-item[open] .toggle::after { transform: rotate(90deg) scaleX(0); }

.use.sec02 .a-wrap {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows .32s ease, padding .32s ease, margin .32s ease;
	padding-left: 40px;
	margin-top: 0;
}
.use.sec02 .a-wrap > div { min-height: 0; overflow: hidden; }
.use.sec02 .a-wrap p { margin: 12px 0 2px; line-height: 1.9; }

.use.sec02 .faq-item[open] .a-wrap {
	grid-template-rows: 1fr;
	padding-bottom: 6px;
}

@media print, screen and (max-width: 768px) {
	.use.sec01 ul {
		gap: 40px;
	}
	.use.sec01 li {
		padding: 30px 25px;
	}
	.use.sec01 li:not(:last-child)::after {
		width: 40px;
		height: 20px;
		bottom: -30px;
	}

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

/*-----------------------------
スタッフ紹介
------------------------------*/
.staff.sec01 ul {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-template-rows: auto;
	gap: 25px;
}
.staff.sec01 li {
	border-radius: 20px;
	border: solid 3px #5E9FD0;
	padding: 40px 25px;
}
.staff.sec01 .image {
	width: 100%;
	max-width: 180px;
	margin-inline: auto;
	margin-bottom: 25px;
}
.staff.sec01 h3 {
	font-weight: 700;
	color: #000;
	font-size: var(--rem20);
	line-height: 1.5;
	margin-bottom: 25px;
}
.staff.sec01 h3 span {
	font-size: var(--rem14);
	display: block;
}

@media print, screen and (max-width: 1023px) {
	.staff.sec01 ul {
		grid-template-columns: repeat(2,1fr);
	}
}

@media print, screen and (max-width: 768px) {
	.staff.sec01 ul {
		grid-template-columns: repeat(1,1fr);
	}
}

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


/*--メディアクエリ--------------------------------------------*/
@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:hover ul.sub-menu {
		border: none;
	}
	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a,
	nav#mainNav ul li ul.sub-menu li.current-menu-item a:hover,
	nav#mainNav ul li ul.sub-menu li a,
	nav#mainNav ul li ul.sub-menu li 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; }

	body.mobile #header .logo img {
		max-width: 200px;
	}

	.post h2.title {
		padding-top: 30px !important;
	}
	.post h2.title::before {
		width: 36px;
	}

	.linkBtn, .post .linkBtn, a.linkBtn {
		margin-top: 30px;
	}

	.cta {
		padding: 50px 0;
	}
	.cta a {
		padding: 15px 0;
	}
	.cta a::before {
		font-size: 1em;
	}
	.cta a.tellLink {
		font-size: 18px;
	}
	.cta a.mailLink {
		font-size: 16px;
	}

	#mainImg img {
		aspect-ratio: 16 / 8;
		object-fit: cover;
		object-position: left;
	}
}

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