@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: "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;
}
.postlist .post_text:after {
	content: '';
	display: inline-block;
	background-size: 3px 1px;
	background-image: linear-gradient(to right, #000 1px, transparent 1px);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 5px;
	position: absolute;
	height: 1px;
	bottom: 0;
	right: 0;
	width: 92%;
}
.postlist .post_text {
	padding: 18px 0;
}

.post .time, .postlist .time {
	font-weight: 700;
	color: #fff !important;
	background: #008F7C;
	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;
	color: #fff !important;
	background: #008F7C;
	border-radius: 5px;
}
.post4b_img img {
	border-radius: 15px;
}

.post_link a {
	color: #333333!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", 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: #000;
	opacity: 0;
}
header#h1Header h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #fff;
}
#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 {
	flex-direction: unset;
	width: 180px;
	border-radius: 100vmax;
	height: 55px;
	font-weight: 500;
	font-size: 16px;
}
#header a.head_btn::before {
	font-size: 1em;
	margin-right: 4px;
	margin-top: 3px;
}
#header a.head_btn.tel_btn {
	position: relative;
	background: #008F7C!important;
	color: #fff;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #F3AF3A!important;
	color: #fff;
}
nav#mainNav ul li a {
	color: #4E4854;
	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: #4E4854;
}
nav#mainNav ul li.current-menu-item a b {
	color: #008F7C;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #4E4854;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #fff;
}
nav#mainNav ul li ul.sub-menu li a:hover {
	background: #008F7C;
	color: #fff;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #008F7C;
}

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

a#scrollUp {
	background: #008F7C;
}

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

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

h1.title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #4E4854;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	display: block;
	margin-bottom: 35px;
	position: relative;
}

.post h2 {
	font-weight: 500;
	color: #4E4854;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}

.post h2.title {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: var(--rem48);
	line-height: 1.3;
	color: #4E4854;
	text-align: center;
	padding: 0 !important;
	margin: 0!important;
	margin-bottom: 35px!important;
}
.post h2.title .en {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem24);
	color: #008F7C;
	margin-bottom: 8px;
}

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

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

.post h4::before {
	background: #008F7C;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	position: relative;
	background: #F3AF3A;
	position: relative;
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 15px 45px;
	text-align: center;
	border-radius: 40px;
	transition: all .3s;
	margin-top: 50px;
	margin-inline: auto;
}
.linkBtn::before, .post .linkBtn::before, a.linkBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	height: calc(tan(60deg) * 20px / 2);
	width: 14px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover{
	background: #F3AF3A!important;
	color: #fff!important;
}
.linkBtn:hover::after, .post .linkBtn:hover::after, a.linkBtn:hover::after {
	top: -1px;
}
.linkBtn::after, .post .linkBtn::after, a.linkBtn::after {
	content: '';
	display: inline-block;
	width: calc(100% - 1px);
	height: 100%;
	border-radius: 40px;
	border: dashed 1px #CE993E;
	background: unset;
	position: absolute;
	top: -8px;
	transform: none;
	margin: 0;
	left: 0;
	right: unset;
}

.cta {
	padding: 80px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta .inner {
	background: rgba(255, 255, 255, .9);
	border-radius: 20px;
	padding: var(--px60);
}
.cta .buttonList {
	display: flex;
	justify-content: center;
	gap: 15px;
	flex-wrap: wrap;
}
.cta a {
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	border-radius: 100vmax;
	padding: 12px 24px;
	width: 260px;
	height: 60px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 10px;
}
.cta a.telLink {
	background: #008F7C;
}
.cta a.telLink::before {
	content: '\f095';
}
.cta a.mailLink {
	background: #F3AF3A;
}
.cta a.mailLink::before {
	content: '\f0e0';
}

#mainImg {
	width: 98%;
	margin-inline: auto;
}
#mainImg img {
	border-radius: 10px;
}

/*-----------------------------
Top
------------------------------*/
.top.sec01 {
	padding-top: 120px;
}
.top.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top.sec01 .image,
.top.sec01 .text {
	width: 47%;
	position: relative;
}
.top.sec01 .image {
	flex: 1;
	margin-left: calc(50% - 50vw);
	margin-right: 4%;
}
.top.sec01 .image img {
	width: 100%;
	border-radius: 0 15px 15px 0;
}
.top.sec01 h2.title {
	text-align: left;
}
.top.sec01 .linkBtn {
	margin-left: 0;
}

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

.top.sec03 {
	padding: 120px 0;
	background: url(/wp-content/uploads/top_recruit_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top.sec03 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top.sec03 .image,
.top.sec03 .text {
	width: 47%;
	position: relative;
}
.top.sec03 .image {
	flex: 1;
	margin-right: calc(50% - 50vw);
	margin-left: 4%;
}
.top.sec03 .image img {
	width: 100%;
	border-radius: 15px 0 0 15px;
}
.top.sec03 h2.title {
	text-align: left;
	color: #fff;
}
.top.sec03 h2.title .en {
	color: #fff;
}
.top.sec03 p {
	color: #fff;
}
.top.sec03 .linkBtn {
	margin-left: 0;
}

.top.sec04 {
	padding: 120px 0;
}
.top.sec04 .linkBtn {
	margin-top: 60px;
}

@media print, screen and (max-width: 768px) {
	.top.sec01 {
		padding-top: 70px;
	}
	.top.sec01 .flex {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.top.sec01 .image,
	.top.sec01 .text {
		width: 100%;
	}
	.top.sec01 .image {
		margin: 0;
	}
	.top.sec01 .image img {
		border-radius: 15px;
	}
	.top.sec01 h2.title {
		text-align: center;
	}
	.top.sec01 .linkBtn {
		margin-left: auto;
	}

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

	.top.sec03 {
		padding: 70px 0;
	}
	.top.sec03 .flex {
		flex-direction: column-reverse;
		gap: 40px;
	}
	.top.sec03 .image,
	.top.sec03 .text {
		width: 100%;
	}
	.top.sec03 .image {
		margin: 0;
	}
	.top.sec03 .image img {
		border-radius: 15px;
	}
	.top.sec03 h2.title {
		text-align: center;
	}
	.top.sec03 .linkBtn {
		margin-left: auto;
	}

	.top.sec04 {
		padding: 70px 0;
	}
	.top.sec04 h2.title {
		margin-bottom: 0!important;
	}
	.top.sec04 .linkBtn {
		margin-top: 40px;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 .image {
	max-width: 600px;
	margin-inline: auto;
	margin-bottom: 40px;
}
.company.sec01 .image img {
	width: 100%;
	border-radius: 15px;
}
.company.sec01 .text {
	background: #F9F9F9;
	padding: var(--px60);
}

.company.sec03 table,
.company.sec03 table th,
.company.sec03 table td {
	background: unset;
	font-weight: 400;
	border: none;
}
.company.sec03 table tr {
	border-bottom: 1px solid #C2C2C2;
}
.company.sec03 iframe {
	width: 100%;
	height: 350px;
	border-radius: 10px;
}

@media print, screen and (max-width: 768px) {

}

/*-----------------------------
サービス案内
------------------------------*/
.service.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 15px;
}
.service.sec01 h3 {
	font-size: var(--rem40);
}
.service.sec01 .linkBtn {
	margin-left: 0;
}

.service.sec02 ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 1000px;
	margin-inline: auto;
}
.service.sec02 li a {
	background: #F9F9F9;
	padding: 18px;
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 18px;
	font-weight: 500;
	color: #008F7C;
}
.service.sec02 li a span {
	font-size: 12px;
	color: #333333;
	display: inline-block;
	margin-left: 20px;
}
.service.sec02 li a::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/pdf.png)no-repeat;
	background-size: contain;
	width: 24px;
	height: 28px;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 h3 {
		text-align: center;
	}
	.service.sec01 .linkBtn {
		margin-left: auto;
	}
}

/*-----------------------------
採用
------------------------------*/
.recruit.sec01 ul {
	display: flex;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.recruit.sec01 li {
	max-width: 350px;
}
.recruit.sec01 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	border-radius: 15px;
}
.recruit.sec01 h3 {
	text-align: center;
	margin-top: 20px;
}

.recruit.sec02 table,
.recruit.sec02 table th,
.recruit.sec02 table td {
	background: unset;
	font-weight: 400;
	border: none;
}
.recruit.sec02 table td.orange {
	color: #F3AF3A;
}
.recruit.sec02 table tr {
	border-bottom: 1px solid #C2C2C2;
}

@media print, screen and (max-width: 768px) {

}

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


/*--メディアクエリ--------------------------------------------*/
@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 {
		color: #4E4854;
	}

	.cta {
		padding: 40px 0;
	}
}

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

	.linkBtn {
		margin-top: 40px;
	}

	.cta a {
		font-size: 16px;
	}

	#mainImg img {
		width: 100%;
		aspect-ratio: 3 / 2;
		object-fit: cover;
		object-position: left;
	}
}

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