@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+Unicase:wght@300;400;500;600;700&family=Kaisei+Tokumin&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant+Unicase:wght@300;400;500;600;700&family=Kaisei+Tokumin&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #252524;
	--color-primary: #FAD9DA;
	--color-primary-shade: #EF788E;
	--color-primary-tint: #EDEDED;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #FFF1F2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #FAD9DA;
	--header-color-primary-shade: #F5F5F5;
	--header-color-primary-tint: #EDEDED;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF1F2;
	--footer-color-font: #252524;
	--footer-color-primary: #323224;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Serif JP', serif;
	--font-family02: 'Marcellus', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
	color: #252524;
}
.post table td {
	color: #252524;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background) !important;
	}
}
.post .time a, .post2b .time a, .post4b .time a, .postlist .time a {
	color: var(--color-font);
}
/*================================================
				　　ご利用の流れ
================================================*/

/*--flow02--------------------------------------------*/

ul.flowlist02 {
	counter-reset: flow_list;
}
ul.flowlist02 > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: min(calc(40px + (1vw - 19.2px) * 1.6181), 40px);
	width: 100%;
	padding: 20px;
	border-radius: 0;
	border: solid 4px var(--color-primary);
	position: relative;
}
.flowlist02 > li:not(:last-child) {
	margin-bottom: 60px;
}
.flowlist02 .flow_img {
	width: 35%;
}
.post .flowlist02 > li > dl {
	width: calc(65% - min(calc(40px + (1vw - 19.2px) * 1.6181), 40px));
	line-height: 1.8;
}
.flowlist02 > li:not(:last-child) dl::before,
.flowlist02 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: calc(100% + 20px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flowlist02 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: var(--color-primary-shade);
}
.flowlist02 > li:not(:last-child) dl::after {
	border-width: 20px;
}
.post .flowlist02 > li > dl dt {
	position: relative;
	display: flex;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.4531), 2.4rem); /* 2.4-1.7rem (1920-375) */
	font-weight: 600;
	padding: 0 0 1rem 0;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border-bottom: solid 1px var(--color-primary);
}
.flowlist02 > li dl dt .icon:before {
	content: counter(flow_list, decimal-leading-zero);
	counter-increment: flow_list;
	line-height: 1;
	color: #fff;
	background: var(--color-primary-shade);
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
	border-radius: 8px;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	ul.flowlist02 > li {
		padding: 60px;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
.pick { color: var(--color-primary); }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
p.nm { padding-bottom: 0; }
/**/
.cen { text-align: center; }
.lft { text-align: left; }
.rit { text-align: right; }
.pad_anchor { margin-top: -115px; padding-top: 115px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_smt { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	#mainImg img {
		height: auto;
	}
	#header a.head_btn {
		color: var(--header-color-font);
		font-weight: normal;
		-webkit-transition: all .3s;
		transition: all 1s;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 85%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header ul.header__contact li {
		padding: 15px 10px;
	}
	#header a.head_btn.mail_btn {
		display: flex;
		flex-direction: row;
		font-family: var(--font-family02);
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 105%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: normal;
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
/* ロゴの大きさ調整
#footer .footer__logo img {
	max-height: var(--px100);
}
*/
#copyright {
	background: none;
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	border-radius: 0;
	padding: 15px 60px;
	line-height: 1.4;
	color: var(--color-font);
	-webkit-transition: all .3s;
	 transition: all 1s;
}
#content .linkBtn:hover {
	background: var(--color-primary-tint);
}
#content .linkBtn::after {
	border-color: var(--color-font);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
#front-sectionPost .txt_c .linkBtn,
#content .linkBtn.arow {
	padding-right: 80px;
}
#front-sectionPost .txt_c .linkBtn::after,
#content .linkBtn.arow::after {
	background: url(/wp-content/uploads/arow.png.webp) no-repeat center center / contain;
	border: 0;
	transform: unset;
	width: 50px;
	height: 15px;
    top: 55%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post #contact_box h1 b,
#front-sectionPost h1.title span span,
.home #content h1 b {
	display: block;
	font-size: var(--rem16);
	font-weight: normal;
	font-family: var(--font-family02);
}
.post #contact_box h1 b+span,
#front-sectionPost h1.title span,
.home #content h1 b+span {
	font-family: var(--font-family01);
	font-weight: normal;
}
/**/
#top_contents::before {
	background: #FFF1F2;
}
#top_contents .txt {
	background: #fff;
	width: 100%;
}
#top_contents .photo {
	width: 100%;
}
#top_contents .photo img {
	width: 100%;
}
#top_contents .txt h1 {
	text-align: left;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	#top_contents .txt {
		width: 50%;
		position: relative;
	}
	#top_contents .photo {
		width: 70%;
	}
	#top_contents #top_company .photo,
	#top_contents #top_recruit .photo {
		margin-left: -20%;
	}
	#top_contents #top_service .photo {
		margin-right: -20%;
	}
}
/**/
#top_strengths::before {
	background: url(/wp-content/uploads/top-strength-bg.jpg.webp) no-repeat center center / cover;
}
#top_strengths .list {
	column-gap: 2%;
	row-gap: 2rem;
}
#top_strengths .list dl {
	width: 100%;
	background: #fff;
	padding: 20px;
}
#top_strengths .list dl dt {
	text-align: center;
}
#top_strengths .list dl dt b {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #EF788E;
	border-radius: 50%;
	color: #fff;
	font-family: var(--font-family02);
	text-align: center;
	font-weight: normal;
	font-size: 28px;
}
#top_strengths .list dl dt b+span {
	display: block;
	color: #EF788E;
	font-family: var(--font-family01);
	font-weight: 500;
	font-size: 120%;
	margin: 1.5rem auto;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	#top_strengths .list dl {
		width: 32%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#top_strengths .list dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	#top_strengths .list dl dt {
		width: 30%;
	}
	#top_strengths .list dl dd {
		width: 65%;
	}
	
}
/**/
#access_tbl,
#access_tbl th,
#access_tbl td {
	background: none;
	border: 0;
	vertical-align: middle;
}
#access_tbl tr {
	border-bottom: solid 1px #888888;
}
#access_tbl th {
	text-align: center;
	width: 20%;
}
#access_tbl th span {
	background: var(--color-primary);
	width: 100px;
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_access .info {
		width: 55%;
	}
	#top_access .map {
		width: 43%;
	}
	#access_tbl th,
	#access_tbl td {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_access .info {
		margin-bottom: 1.5rem;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/top-contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .in {
	background: #fff;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	color: #333333;
	line-height: 1.5;
	-webkit-transition: all .3s;
	transition: all 1s;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn a:hover,
#contact_box .btn .tel a {
	background: var(--color-primary-tint);
}
#contact_box .btn .tel a {
	border: solid 1px #333333;
}
#contact_box .btn .tel a:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 49%;
	}
}

/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-family: var(--font-family02);
	color: var(--color-font);
	font-weight: normal;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h2.sub b,
.post h2.sub b+span {
	font-weight: normal;
}
.post h2.sub b  {
	display: block;
	font-size: var(--rem16);
}
.post h3.line_gray {
	border-color: #858585;
	font-family: var(--body-font-family);
	font-weight: normal;	
}
.post h3.f_ico {
	font-family: var(--body-font-family);
	text-align: center;
	font-weight: normal;
}
.post h3.f_ico span {
	position: relative;
	padding-left: 50px;
	display: inline-block;
}
.post h3.f_ico span::before {
	content: "";
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	left: 0;
	width: 45px;
	height: 45px;
	background: url(/wp-content/uploads/flower_ico.png.webp) no-repeat center center / contain;
}
.post h3.f_ico span b.fs {
	font-weight: normal;
	font-size: var(--rem14);
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
.box_pink {
	background: #FFF1F2;
}
ul.check {
	column-gap: 2%;
	row-gap: 2rem;
}
ul.check li {
	width: 100%;
	position: relative;
	padding-left: 30px;
	font-size: var(--rem18);
}
ul.check li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/check.png.webp) no-repeat center center / contain;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	ul.check li {
		width: 49%;
	}
}
ul.page_link {
	column-gap: 2%;
	row-gap: 2rem;
}
ul.page_link li {
	width: 100%;
}
ul.page_link li .linkBtn {
	display: block;
	text-align: left;
	border-radius: 999px !important;
	padding: 15px;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	ul.page_link li {
		width: 32%;
	}
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_msg p {
	line-height: 2.0;
}
/*--------------------------------------------------
	SERVICE
--------------------------------------------------*/
.guidance_box {
	padding: 20px;
	position: relative;
}
.guidance_box .price {
	justify-content: center;
	column-gap: 2%;
}
.guidance_box .price li {
	background: #fff;
	border: solid 10px var(--color-primary);
	padding: 10px;
	width: 100%;
}
.guidance_box .price dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.guidance_box .price dl dt span {
	width: 80px;
	height: 80px;
	border-radius: 999px;
	background: var(--color-primary-shade);
	color: #fff;
	text-align: center;
	line-height: 1.6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.guidance_box .price dl dd {
	line-height: 1.6;
	font-size: 130%;
}
.guidance_box .price dl dd b {
	display: block;
	color: var(--color-primary-shade);
	line-height: 1.0;
	font-size: var(--rem28);
}
.guidance_box.arow::after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 25px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	.guidance_box {
		padding: 60px 10%;
	}
	.guidance_box .price li {
		width: 48%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
    .guidance_box {
        padding: 60px 3%;
    }
}
@media only screen and (max-width: 959px) { /* タブレット用 */
	.guidance_box .price dl dt span {
		width: 60px;
		height: 60px;
	}
	.guidance_box .price dl dd {
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.guidance_box .price li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
	color: var(--color-font);
}
.post form.wpcf7-form .linkBtn::after {
	border-color: var(--color-font);
}