@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/* font-family: "Noto Serif JP", serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* 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');

.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 .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: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 500;
	color: #fff !important;
	background: #239D68;
	padding: 8px 20px;
	letter-spacing: 1px;
	border-radius: 0;
}
.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: #239D68;
}
.post4b .time a {
	color: #fff;
}

.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: "Zen Kaku Gothic New", 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: 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: #239D68;
	opacity: 0.7;
}
header#h1Header h1.title {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	color: #fff;
}

#header-upper {
	display: none!important;
}
#header .logo {
	padding: 10px 20px;
}
#header .logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
#header a.head_btn::before {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 4px;
}
#header a.head_btn.tel_btn {
	background: #239D68;
	color: #fff;
	width: 100%;
	max-width: 180px;
	flex-direction: unset;
	flex-wrap: wrap;
}
#header a.head_btn.mail_btn {
	background: #262626;
	color: #fff;
	width: 100%;
	max-width: 180px;
	flex-direction: unset;
}

nav#mainNav ul li a {
	color: #000000;
	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: #000000;
}
nav#mainNav ul li a:hover b {
	color: #000000;
}
nav#mainNav ul li.current-menu-item a b {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: #239D68;
	text-underline-offset: 8px;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #000000;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #000000;
}
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: #239D68;
}
.spmenu #menu p {
	color: #239D68;
	white-space: nowrap;
}

a#scrollUp {
	background: #239D68;
}

#footer {
	padding: 30px;
}
#footer,#copyright {
	color: #fff;
	background: #239D68;
}
#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 {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#footer .socialicon {
	margin-bottom: 20px;
}
#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: 1400px;
	margin-inline: auto;
}

h1.title {
	font-family: "Noto Serif JP", serif;
	font-size: var(--rem60);
	letter-spacing: .01em;
	color: #239D68;
	line-height: 1.3;
	font-weight: 500;
	display: block;
	text-align: center;
	margin-inline: auto;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.title .ja {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	letter-spacing: 0;
	display: block;
	font-size: var(--rem24);
	color: #000000;
	position: relative;
}

.post h2 {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: var(--rem36);
	margin-top: 0;
	margin-bottom: 30px;
}
.post h2:after {
	display: none;
}
.post h2.title {
	font-weight: 700;
	font-size: var(--rem40);
	color: #239D68;
	text-align: left;
	padding-left: 10px!important;
	padding-bottom: 8px!important;
	border-bottom: solid 1px #239D68;
	line-height: 1.2;
	margin: 0!important;
	margin-bottom: 30px!important;
}

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

.post h4 {
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}

.post h4::before {
	background: #239D68;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Kaku Gothic New", sans-serif;
	background: #239D68;
	border-radius: 0;
	color: #fff;
	font-weight: 500;
	padding: 18px;
	display: block;
	width: 300px;
	margin-top: 30px;
	margin-inline: auto;
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	background: #239D68;
	color: #fff;
	opacity: .7;
}
.linkBtn::before {
	content: '';
	display: inline-block;
	background: #fff;
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.linkBtn::after {
	display: none!important;
}

.cta {
	position: relative;
	z-index: 0;
	padding: 100px 0;
	background: url(/wp-content/uploads/cta_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.cta h1 {
	font-size: var(--rem60);
	color: #fff;
}
.cta h1 .ja {
	font-size: var(--rem24);
	color: #fff;
}
.cta ul {
	display: flex;
	justify-content: center;
	column-gap: 25px;
	row-gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
	position: relative;
	z-index: 2;
}
.cta a {
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: unset;
	color: #239D68;
	padding: 12px 24px;
	width: 300px;
	background: #fff;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1;
	margin-right: 5px;
}
.cta a.mailLink {
	font-size: 18px;
}
.cta a.mailLink::before {
	content: '\f0e0';
}
.cta a.telLink {
	font-size: 20px;
}
.cta a.telLink::before {
	content: '\f095';
}

/*-----------------------------
Top
------------------------------*/
.top_concept {
	padding: 120px 0;
}
.top_concept .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_concept .image,
.top_concept .text {
	width: 48%;
}
.top_concept .image {
    flex: 1;
    margin-left: calc(50% - 50vw);
    margin-right: 4%;
}
.top_concept h1 {
	text-align: left;
	margin-left: 0;
}
.top_concept h2 {
	text-align: left;
}
.top_concept .linkBtn {
	margin-left: 0;
}

.top_service {
	padding: 120px 0;
	background: url(/wp-content/uploads/top_service_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
}
.top_service li {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #239D68;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_service li:first-child {
	border-top: 1px solid #239D68;
}
.top_service .image {
	width: 45%;
}
.top_service .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.top_service .text {
	width: 50%;
}
.top_service h2 {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #239D68;
}
.top_service h2::after {
	content: '';
	display: inline-block;
	background: #239D68;
	flex: 1;
	height: 1px;
	margin: 0;
}
.top_service .linkBtn {
	margin-left: 0;
}

@media print, screen and (max-width: 768px) {
	.top_concept {
		padding: 70px 0;
	}
	.top_concept .flex {
		flex-direction: column;
		gap: 40px;
	}
	.top_concept .image,
	.top_concept .text {
		width: 100%;
	}
	.top_concept .image {
	    margin-left: 0;
	    margin-right: 0;
	}
	.top_concept h1 {
		text-align: center;
		margin-left: auto;
	}
	.top_concept h2 {
		text-align: center;
	}
	.top_concept .linkBtn {
		margin-inline: auto;
	}

	.top_service {
		padding: 70px 0;
	}
	.top_service li {
		flex-direction: column;
		gap: 30px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.top_service .image {
		width: 100%;
	}
	.top_service .text {
		width: 100%;
	}
	.top_service .linkBtn {
		margin-inline: auto;
	}
}

/*-----------------------------
会社概要
------------------------------*/
body.page-company #content.wide {
	padding-top: 0;
}
.company.sec01 {
	background: #F7F7F7;
	padding: 100px 0;
}
.company.sec01 p.right {
	text-align: right;
	margin-top: 30px;
}

.company.sec02 {
	padding-top: 120px;
}
.company.sec02 h3 {
	text-align: center;
	font-size: var(--rem36);
	font-weight: 700;
}

.company.sec03 {
	padding-top: 120px;
}
.company.sec03 h2 span {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: var(--rem20);
	font-weight: 500;
	color: #000000;
	display: inline-block;
	margin-left: 10px;
}
.company.sec03 table {
	border: none;
}
.company.sec03 th,
.company.sec03 td {
	border: none;
	padding: 50px 30px;
}
.company.sec03 th {
	background-color: transparent;
	width: 20%;
  position: relative;
  z-index: 0;
}
.company.sec03 th::before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
.company.sec03 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
.company.sec03 tr:first-child {
	border-top: 1px solid #ababab;
}
.company.sec03 tr:last-child {
	border-bottom: 1px solid #ababab;
}
.company.sec03 iframe {
	width: 100%;
	height: 350px;
}

@media print, screen and (max-width: 768px) {
	.company.sec01 {
		padding: 60px 0;
	}
	.company.sec01 p.right {
		margin-top: 20px;
	}

	.company.sec02 {
		padding-top: 70px;
	}
	.company.sec02 h3 {
		font-size: var(--rem24);
	}

	.company.sec03 {
		padding-top: 70px;
	}
	.company.sec03 th,
	.company.sec03 td {
		padding: 35px 10px;
	}
	.company.sec03 th {
		width: 32%;
	}
}

/*-----------------------------
事業内容
------------------------------*/
.service.sec01 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service.sec01 .movie {
	width: 45%;
}
.service.sec01 .movie iframe {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 .text {
	 width: 50%;
}

.service.sec02 {
	padding-top: 120px;
}
.service.sec02 ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 40px;
}
.service.sec02 .image {
	margin-bottom: 15px;
}
.service.sec02 .image img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec02 h3 {
	text-align: center;
	font-weight: 700;
	font-size: var(--rem24);
	color: #239D68;
}

@media print, screen and (max-width: 768px) {
	.service.sec01 .flex {
		flex-direction: column;
		gap: 40px;
	}
	.service.sec01 .movie {
		width: 100%;
	}
	.service.sec01 .text {
		 width: 100%;
	}

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

/*-----------------------------
お問い合わせ
------------------------------*/
.post .subimitarea .linkBtn {
	padding: 0;
}
body.page-contact .post table th {
	background: #239D68!important;
	color: #fff!important
}
.wpcf7-form .must {
	background: #f9f9f9!important;
	color: #239D68!important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	color: #fff!important;
	padding: 20px;
	background: #239D68!important;
	width: 300px;
	margin-inline: auto;
}
.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.current-menu-item a b {
		text-decoration: unset;
	}

	.cta ul {
		flex-direction: column;
		align-items: center;
	}
}

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

	#front_bottom_content h1.title {
		margin-bottom: 0;
	}

	.cta {
		padding: 70px 0;
	}
	.cta a.mailLink {
		font-size: 16px;
	}
	.cta a.telLink {
		font-size: 18px;
	}
}

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