@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');

/* font-family: "Zen Maru Gothic", serif; */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic: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_bottom_content {
	background: unset;
	padding: 40px 0;
}
#front_bottom_content #front-sectionPost {
	width: 94%;
	max-width: 1600px;
	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: 1600px;
	margin: 0 auto;
}
.postlist .post_text {
	padding: 26px 0;
}
.post .time, .postlist .time {
	font-weight: 700;
	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: #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;
	background: #EFF1EE;
}

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;
	color: #fff;
}

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

#header-upper {
	display: none!important;
}
#header,.sticky-header #header > .inner {
	background: #EFF1EE;
}
.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: 25px;
}
#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: #9DC814!important;
	color: #fff;
}
#header a.head_btn.mail_btn {
	position: relative;
	background: #FAC03D!important;
	color: #fff;
}
nav#mainNav ul li a {
	color: #333333;
	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: #333333;
}
nav#mainNav ul li a span {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #93CA76;
	display: inline-block;
	margin-top: 4px;
}
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 {
	background: #EFF1EE;
}
nav#mainNav ul li.current-menu-item a b {
	color: #333333;
}
nav#mainNav ul li.current-menu-item a span {
	color: #93CA76;
	position: relative;
}
nav#mainNav ul li.current-menu-item a b {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li a {
	color: #333333;
}
nav#mainNav ul li.current-menu-parent a b {
	color: #333333;
}
nav#mainNav ul li ul.sub-menu li.current-menu-item a {
	background: #EFF1EE;
}


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

a#scrollUp {
	background: #FAC03D;
}

#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: 1600px;
	margin-inline: auto;
}

h1.title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: var(--rem48);
	letter-spacing: .01em;
	color: #333333;
	line-height: 1.6;
	font-weight: 700;
	display: block;
	margin-bottom: 40px;
	width: fit-content;
	position: relative;
}
h1.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;
}
h1.title .en::before {
	content: '';
	display: inline-block;
	background: url(/wp-content/uploads/mark.png)no-repeat;
	background-size: contain;
	width: 29px;
	height: 17px;
	margin-right: 10px;
}

.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 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: #C0870C;
}

.linkBtn, .post .linkBtn, a.linkBtn {
	font-family: "Zen Maru Gothic", serif;
	background: #FAC03D;
	display: block;
	max-width: 300px;
	border-radius: 40px;
	padding: 20px;
	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: -6px;
	right: 5%;
	width: 40%;
	max-width: 350px;
}
.cta .illust img {
	width: 100%;
}
.cta .wrap {
	background: #9DC814;
	border-radius: 25px;
	padding: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cta h1 {
	color: #fff!important;
	text-align: left;
	margin-left: 0;
	margin-bottom: 0;
}
.cta h1 .en {
	color: #fff!important;
	margin-left: 0;
}
.cta h1 .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: 50px;
	padding: 12px 24px;
	width: 300px;
	height: 70px;
}
.cta a::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 1.2em;
	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: 120px 0 40px;
}
.top_about .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(/wp-content/uploads/top_about_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	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 {
	margin-left: 0;
	text-align: left;
	position: relative;
}
.top_about h1 .en {
	margin-left: 0;
}
.top_about .under {
	line-height: 1;
	display: inline-block;
	border-bottom: solid 1px #333;
}
.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 h1::after {
	content: '';
	display: block;
	background: url(/wp-content/uploads/title_wave.png)no-repeat;
	background-size: contain;
	width: 100%;
	height: 30px;
}
.top_commitment h1 {
	color: #fff;
	margin-bottom: 60px;
}
.top_commitment h1 .en {
	color: #fff;
}
.top_commitment h1 .ja {
	display: block;
	font-size: var(--rem24);
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.top_commitment h1 .en::before {
	filter: brightness(0) invert(1);
}
.top_commitment ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	column-gap: 40px;
}
.top_commitment li .image {
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}
.top_commitment li .image::after {
	content: '';
	display: inline-block;
	background: #FFE09B;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	transform: rotate(5deg);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top_commitment li img {
	border-radius: 25px;
}
.top_commitment h3 {
	font-weight: 500;
	color: #fff;
	margin-bottom: 0;
}
.top_commitment h3 span {
	font-size: var(--rem14);
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-weight: 700;
	display: block;
}

.top_service {
	padding: 40px 0;
}
.top_service .inner {
	background: #fff;
	padding: 100px 60px;
	border-radius: 25px;
}
.top_service ul {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-template-rows: auto;
	gap: 45px;
}
.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 .btnFlex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-top: 40px;
}
.top_service .btnFlex .linkBtn {
	margin: 0;
}

.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 h1 {
	margin-left: 0;
	text-align: left;
}
.top_recruit h1 .en {
	margin-left: 0;
}
.top_recruit .linkBtn {
	margin-left: 0;
}

.top_access {
	margin-top: 60px;
}
.top_access .flex {
	background: #fff;
	border-radius: 25px;
	padding: 60px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top_access .text {
	width: 40%;
}
.top_access .map {
	width: 55%;
}
.top_access .map iframe {
	width: 100%;
	border-radius: 25px;
	aspect-ratio: 787 / 349;
}
.top_access h1 {
	margin-left: 0;
	text-align: left;
}
.top_access h1 .en {
	margin-left: 0;
}
.top_access .linkBtn {
	margin-left: 0;
}

@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);
		column-gap: 40px;
		row-gap: 40px;
	}

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

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

	.top_access {
		margin-top:40px;
	}
	.top_access .flex {
		flex-direction: column;
		row-gap: 40px;
		padding: 40px 20px;
	}
	.top_access h1 {
		margin-left: auto;
		text-align: center;
	}
	.top_access h1 .en {
		margin-left: auto;
	}
	.top_access .linkBtn {
		margin-left: auto;
	}
	.top_access .text {
		width: 100%;
	}
	.top_access .text p {
		text-align: center;
	}
	.top_access .map {
		width: 100%;
	}
}

@media print, screen and (max-width: 768px) {
	.top_about {
		padding: 60px 0 30px;
	}
	.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 h1 .en {
		margin-left: auto;
	}
	.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);
	}

	.top_service {
		padding: 30px 0;
	}
	.top_service .inner {
		padding: 60px 25px;
	}
	.top_service ul {
		grid-template-columns: repeat(1,1fr);
	}

	.top_access {
		margin-top: 30px;
	}
}

/*-----------------------------
会社概要
------------------------------*/
.company.sec01 {
	padding-bottom: 40px;
}
.company.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(/wp-content/uploads/top_about_bg.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 100px 60px;
	border-radius: 25px;
}
.company.sec01 .image {
	width: 30%;
}
.company.sec01 .image img {
	width: 100%;
	border-radius: 25px;
}
.company.sec01 .text {
	width: 67%;
}
.company.sec01 h1 {
	margin-left: 0;
	text-align: left;
	position: relative;
}
.company.sec01 h1 .en {
	margin-left: 0;
}

.company.sec02 {
	padding-bottom: 40px;
}
.company.sec02 .wrap {
	border-radius: 25px;
	background: #fff;
	padding: 100px 60px;
}
.company.sec02 .table01,
.company.sec02 .table01 th,
.company.sec02 .table01 td {
	border: none!important;
}
.company.sec02 .table02,
.company.sec02 .table02 th,
.company.sec02 .table02 td {
	border: solid 1px #3F342D;
}
.company.sec02 .table01 tr {
	border-bottom: 1px solid #3F342D;
}
.company.sec02 .table01 tr:first-child {
	border-top: 1px solid #3F342D;
}
.company.sec02 th,td {
	width: auto;
	vertical-align: middle!important;
}
.company.sec02 th {
	white-space: nowrap;
	font-weight: 500!important;
	color: #93CA76!important;
	text-align: center!important;
	background: unset!important;
}
.company.sec02 iframe {
	width: 100%;
	height: 350px;
}

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

	.company.sec02 .wrap {
		padding: 100px 40px;
	}
}

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

	.company.sec02 {
		padding-bottom: 30px;
	}
	.company.sec02 .wrap {
		padding: 35px 25px;
	}
}
/*-----------------------------
サービス案内 / ふたばとは
------------------------------*/
.service.sec01 .wrap {
	border-radius: 25px;
	background: #fff;
	padding: 100px 60px;
}
.service.sec01 .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service.sec01 .flex:not(.first) {
	padding-top: 80px;
}
.service.sec01 .flex:nth-child(odd) {
	flex-direction: row-reverse;
}
.service.sec01 .image {
	width: 45%;
}
.service.sec01 .image img {
	border-radius: 25px;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.service.sec01 .text {
	width: 50%;
}
.service.sec01 h2 {
	margin-left: 0;
	text-align: left;
	padding-bottom: 8px;
	border-bottom: solid 1px #FAC03D; 
}

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

@media print, screen and (max-width: 768px) {
	.service.sec01 .wrap {
		padding: 35px 25px;
	}
	.service.sec01 .flex {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.service.sec01 .flex:not(.first) {
		padding-top: 50px;
	}
	.service.sec01 .flex:nth-child(odd) {
		flex-direction: column-reverse;
	}
	.service.sec01 .image {
		width: 100%;
	}
	.service.sec01 .text {
		width: 100%;
	}
	.service.sec01 h2 {
		margin-left: auto;
		text-align: center;
		font-size: var(--rem30);
	}
}

/*-----------------------------
ご利用の流れ
------------------------------*/
.flow.sec01 .wrap {
	border-radius: 25px;
	background: #fff;
	padding: 100px 60px;
}
.flow.sec01 ul {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.flow.sec01 li {
	background: #F9F9F9;
	border-radius: 25px;
	border: solid 5px #9DC814;
	padding: 30px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	position: relative;
}
.flow.sec01 li:not(:last-child)::after {
	content: '';
	display: inline-block;
	background: #9DC814;
	height: calc(tan(60deg) * 30px / 2);
	width: 60px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.flow.sec01 h3 {
	display: flex;
	align-items: center;
}
.flow.sec01 h3 span {
	font-size: var(--rem20);
	color: #fff;
	background: #9DC814;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 40px;
	text-align: center;
	margin-right: 10px;
}
.flow.sec01 .text {
	width: 75%;
}
.flow.sec01 .image {
	width: 20%;
}
.flow.sec01 .image img {
	width: 100%;
}

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

@media print, screen and (max-width: 768px) {
	.flow.sec01 .wrap {
		padding: 35px 25px;
	}
	.flow.sec01 ul {
		gap: 60px;
	}
	.flow.sec01 li {
		border: solid 3px #9DC814;
		padding: 30px 25px;
		flex-direction: column;
		gap: 30px;
	}
	.flow.sec01 li:not(:last-child)::after {
		bottom: -46px;
	}
	.flow.sec01 .text {
		width: 100%;
	}
	.flow.sec01 .image {
		width: 70%;
		margin-inline: auto;
	}

}

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


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

	nav#mainNav ul li a {
		padding: 20px 10px;
	}
	nav#mainNav ul li a span {
		display: none;
	}

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

@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 {
		padding: 30px 0;
	}
	#front_bottom_content #front-sectionPost {
		padding: 40px 20px;
	}

	header#h1Header  {
		height: 200px;
	}

	.cta a {
		height: 60px;
	}
}

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