@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=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #FE7F00;
	--color-primary-shade: #71BF44;
	--color-primary-tint: #FFB682;
	--color-secondary: #FE7F00;
	--color-table-border: #DDD;
	--color-table-th: #FFB682;
	--body-font-family: 'Zen Maru Gothic', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #FE7F00;
	--header-color-primary-shade: #FFB682;
	--header-color-primary-tint: #FFB682;
	/*------▼フッター設定▼------*/
	--footer-background: #71BF44;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Oswald', '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;
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}

/*--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: 50px;
	border-radius: 30px;
	background: #fff;
	border: 3px solid var(--color-primary-tint);
	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);
}
.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: dotted 1px;
}
.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);
	padding: 5px 10px;
	margin-right: 10px;
	position: relative;
	z-index: 100;
}
.post .flowlist02 > li > dl dd {
	padding: 0;
}
@media print, screen and (max-width: 768px) {
	ul.flowlist02 > li {
		padding: 30px;
	}
	.post .flowlist02 > li > dl, .flowlist02 .flow_img {
		width: 100%;
	}
	.flow_img::before {
		padding-top: calc(360px + (1vw - 7.68px) * 35.6234);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	ul.flowlist02 > li {
		padding: 20px;
		border-radius: 20px;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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) {
	#header .logo {
		padding: 0;
	}
	#header a.head_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
		text-align: center;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 22px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	#header a.head_btn.mail_btn,
	#header a.head_btn.line_btn {
		width: 90px;
	}
	#header a.head_btn.mail_btn i {
		font-size: 20px;
	}
	#header a.head_btn.line_btn {
		background: #00BA8D;
	}
	#header a.head_btn.line_btn i {
		font-size: 28px;
	}
	/**/
	nav#mainNav ul li a b {
		font-weight: bold;
	}
	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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.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: 999px;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn::after {
	border-bottom: none;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 19px;
	display: block;
	width: 15px;
	border-bottom: 1px solid #fff;
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.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; }
/**/
.bg_orange::before {
	background: var(--color-primary-tint);
}
.photo_maru img {
	border-radius: 30px;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1::after,
#front-sectionPost h1::after {
	display: block;
	width: 80px;
	height: 3px;
	margin: 20px auto 0;
	background: var(--color-primary);
	content: "";
}
.home .post h1 b,
#front-sectionPost h1 span span:first-child {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem80);
	font-weight: 500;
}
.home .post h1 b+span,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: var(--rem24w);
}
/**/
#top_about::before {
	background: var(--color-primary-tint) url(/wp-content/uploads/bg-top.png) repeat-x bottom / auto 400px;
}
#top_about .in {
	background: #fff;
}
#top_about .msg {
	font-size: var(--rem24w);
	letter-spacing: 0.1em;
}
/**/
#top_worries dt {
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 30px;
}
#top_worries dd {
	padding: 0;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_worries dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_worries dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_omakase::before {
	background: var(--color-primary-tint);
}
#top_omakase h2 span {
	position: relative;
	top: -50px;
	display: block;
	width: 660px;
	max-width: 100%;
	margin: 0 auto -50px;
	padding: 15px 20px;
	background: var(--color-primary-shade);
	border-radius: 10px;
	color: #fff;
}
#top_omakase h2 span::before {
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: block;
	width: 60px;
	height: 25px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#top_omakase .msg {
	font-size: var(--rem20w);
	font-weight: bold;
}
#top_omakase dl {
	padding: 10px;
	background: #fff;
	border-radius: 30px;
}
#top_omakase dt {
	overflow: hidden;
	margin-bottom: 10px;
	border-radius: 26px;
}
#top_omakase dd {
	padding: 15px;
}
#top_omakase dd.ttl {
	padding-bottom: 0;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_omakase dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_omakase h2 span {
		top: -40px;
		margin: 0 auto -40px;
		font-size: var(--rem24w);
	}
	#top_omakase dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_contents .txt {
	padding: 0 5%;
	background: #fff;
}
#top_contents .txt h1 {
	text-align: left;
}
#top_contents .txt h1::after {
	margin-left: 0;
}
#top_contents .txt h1 b {
	font-size: var(--rem60);
}
#top_contents .photo {
	overflow: hidden;
	border-radius: 0 30px 30px 0;
}
#top_contents .rev .photo {
	border-radius: 30px 0 0 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .photo {
		width: 67%;
	}
	#top_contents .txt {
		position: relative;
		width: 47%;
		margin-left: -14%;
	}
	#top_contents .rev .txt {
		margin-left: 0;
		margin-right: -14%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .photo {
		margin-right: 3%;
	}
	#top_contents .rev .photo {
		margin-left: 3%;
		margin-right: 0;
	}
}
/**/
#top_voice::before {
	background: var(--color-primary-tint) url(/wp-content/uploads/bg-top.png) repeat-x bottom / auto 400px;
}
#top_voice::after {
	height: 350px;
	background: var(--color-primary-shade);
}
#top_voice h1::after {
	background: #fff;
}
#top_voice h1 b {
	color: #fff;
}
#top_voice .post2b {
	row-gap: 40px;
}
#top_voice .post2b li {
	padding: 10px;
	background: #fff;
	border-radius: 30px;
}
#top_voice .post2b .post2b_img {
	overflow: hidden;
	max-width: none;
	border-radius: 26px 26px 0 0;
}
#top_voice .post2b .post2b_img img {
	max-width: none;
}
#top_voice .post2b_text70 {
	position: relative;
	padding: 15px;
	padding-bottom: 40px;
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/bg-contactbox.jpg.webp) no-repeat center center / cover;
}
#contact_box,
#contact_box h1 b+span {
	color: #fff;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary);
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#contact_box .btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 150%;
}
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .line a {
	background: #00BA8D;
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 33%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
.post h2 {
	font-size: var(--rem30);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#about_point h2::after {
	background: #fff;
}
#about_point dl {
	padding: 10px;
	background: #fff;
	border-radius: 30px;
}
#about_point dt {
	padding: 10px 0 15px;
	font-size: var(--rem24w);
	text-align: center;
}
#about_point dd {
	padding: 15px;
}
#about_point dd.photo {
	overflow: hidden;
	padding: 0;
	border-radius: 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#about_point dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#about_point dl+dl {
		margin-top: 20px;
	}
}
/**/
#about_scene dl {
	padding: 30px 20px 20px;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
}
#about_scene dt {
	width: 80px;
	aspect-ratio: 1 / 1;
	margin: 0 auto 15px;
}
#about_scene dt img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#about_scene dd b {
	display: block;
	margin-bottom: 6px;
	font-size: 120%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#about_scene {
		justify-content: center;
		column-gap: 2%;
		row-gap: 30px;
	}
	#about_scene dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#about_scene {
		row-gap: 15px;
	}
	#about_scene dl {
		width: 48%;
		padding: 15px;
		padding-top: 20px;
	}
	#about_scene dt {
		width: 60px;
	}
}
/**/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	サービス内容
--------------------------------------------------*/
#service_msg {
	padding: 20px;
	background: var(--color-primary-shade);
	color: #fff;
	font-size: 120%;
	font-weight: bold;
}
/**/
#price_tbl th,
#price_tbl td {
	text-align: center;
	vertical-align: middle;
}
#price_tbl tbody tr:nth-child(even) td {
	background: #FFEDE1;
}
/*--------------------------------------------------
	ご利用の流れ
--------------------------------------------------*/
.page-flow #content {
	padding-bottom: 0 !important;
}
/**/
#attention_list::before {
	background: var(--color-primary-tint);
}
#attention_list h2 span{
	display: inline-block;
	padding: 10px 0;
	border-top: 3px solid var(--color-primary);
	border-bottom: 3px solid var(--color-primary);
}
#attention_list ul li {
	padding: 15px;
	background: #fff;
	font-weight: bold;
	text-align: center;
}
#attention_list ul li:nth-child(even) {
	background: rgba(255,255,255,0.7);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#attention_list ul li {
		padding: 10px;
		text-align: left;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}