@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');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #4E4E4E;
	--color-primary: #82C3C7;
	--color-primary-shade: #CAC4F3;
	--color-primary-tint: #82C3C766;
	--color-secondary: #82C3C7;
	--color-table-border: #DDD;
	--color-table-th: #82C3C733;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #4E4E4E;
	--header-color-primary: #82C3C7;
	--header-color-primary-shade: #CAC4F3;
	--header-color-primary-tint: #82C3C766;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #4E4E4E;
	--footer-color-primary: #4E4E4E;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Corinthia', '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);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@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;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
#header {
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header ul.header__contact {
		margin-left: 20px;
	}
	#header ul.header__contact li {
		padding: 10px;
		padding-left: 0;
	}
	#header a.head_btn {
		border-radius: 10px;
		font-weight: 500;
	}
	#header a.head_btn::before {
		margin-bottom: 6px;
	}
	#header a.head_btn.mail_btn {
		width: 100px;
	}
	#header a.head_btn.mail_btn::before {
		content: "\f3c0";
	}
	/**/
	nav#mainNav ul li a b {
		color: var(--header-color-font) !important;
		font-weight: 500;
	}
	nav#mainNav ul li a:hover b {
		color: var(--header-color-primary) !important;
	}
	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; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#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: var(--px80); }
}
@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;
}
@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; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-font);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 span,
#front-sectionPost h1 span span:first-child {
	display: block;
	font-size: var(--rem24);
	font-weight: 500;
}
.home .post h1 b,
#front-sectionPost h1 span span:last-child {
	display: block;
	font-size: 96px;
	font-weight: normal;
	font-family: var(--font-family02);
	line-height: 1;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.home .post h1 b,
	#front-sectionPost h1 span span:last-child {
		font-size: var(--rem80w);
	}
}
/**/
#about .bg_wide::before {
	background: url(/wp-content/uploads/top-about-bg.jpg.webp) no-repeat center center / cover;
}
#about .box {
	background: rgba(255,255,255,0.7);
	border-radius: var(--px50);
	box-shadow: 6px 6px 4px rgba(0,0,0,0.1);
}
#about .box p {
	line-height: 2.2;
}
/**/
#top_nayami::before {
	background: url(/wp-content/uploads/top-nayami-bg.jpg.webp) no-repeat center center / cover;
}
#top_nayami h2 {
	font-size: var(--rem48);
	font-weight: 500;
}
#top_nayami ul {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
#top_nayami ul li {
	position: relative;
	margin-bottom: var(--px20);
	padding-bottom: var(--px20);
	padding-left: 1.5em;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem28);
	font-weight: bold;
	font-family: var(--font-family01);
	line-height: 1.4;
}
#top_nayami ul li::before {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f058';
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_nayami h2 {
		font-size: 6vw;
	}
	#top_nayami ul li {
		font-size: var(--rem20w);
	}
}
/**/
#top_msg::before {
	background: url(/wp-content/uploads/top-msg-bg.jpg.webp) no-repeat center center / cover;
}
#top_msg {
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
}
#top_msg .ttl {
	font-size: var(--rem48);
	font-weight: 500;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_msg .ttl span {
	display: inline-block;
	background: linear-gradient(to bottom, #2FA5EF, #1A60BC);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/**/
#contact_box01::before {
	background: url(/wp-content/uploads/contact-bg01.jpg.webp) no-repeat center center / cover;
}
#contact_box02::before {
	background: url(/wp-content/uploads/contact-bg02.jpg.webp) no-repeat center center / cover;
}
.contact_box p:not(.btn) {
	font-size: var(--rem24);
}
.contact_box p.txt {
	font-size: var(--rem28);
	font-weight: 500;
	font-family: var(--font-family01);
}
.contact_box .btn {
	width: 760px;
	max-width: 90%;
	margin: auto;
}
.contact_box p.btn {
	width: 600px;
}
.contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
	border-radius: 999px;
	color: #fff;
	line-height: 1.5;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.contact_box .btn a i {
	margin-right: 8px;
}
.contact_box .btn a b {
	margin-bottom: 5px;
	font-size: var(--rem20w);
	font-weight: 500;
}
.contact_box .btn .tel a b {
	font-size: var(--rem30w);
}
.contact_box .btn .tel a b i {
	font-size: 80%;
}
.contact_box .btn a:hover,
.contact_box .btn .tel a {
	background: #fff;
	color: var(--color-primary);
}
.contact_box .btn .tel a:hover {
	background: var(--color-primary);
	color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.contact_box .btn li {
		width: 48%;
	}
	.contact_box .btn a {
		min-height: 140px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: linear-gradient(to right, #F3F3F3, #fff, #F3F3F3);
	content: "";
	z-index: -1;
}
/*--------------------------------------------------
	ステラの強み
--------------------------------------------------*/
#strengths .bg_wide::before {
	background: url(/wp-content/uploads/top-strengths-bg.jpg.webp) no-repeat center center / cover;
}
#strengths {
	font-size: var(--rem20);
}
#strengths h2 {
	font-size: var(--rem28);
	font-weight: 500;
	text-align: left;
}
#strengths h2::after {
	display: none;
}
#strengths h2 b {
	display: block;
	color: #AAAAAA;
	font-size: var(--rem120);
	font-weight: bold;
	font-family: var(--font-family02);
	line-height: 0.6;
}
#strengths .photo img {
	border-radius: var(--px40);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#strengths .photo {
		width: 50%;
	}
	#strengths .txt {
		width: 46%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#strengths .photo {
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
	退職代行の料金
--------------------------------------------------*/
#price .bg_wide::before {
	background: url(/wp-content/uploads/top-price-bg.jpg.webp) no-repeat center center / cover;
}
#price dl {
	padding: var(--px30);
	background: #fff;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
	border-radius: var(--px20);
}
#price .box_w2 dl {
	margin-bottom: var(--px80);
}
#price dt {
	margin-bottom: var(--px30);
	padding: 10px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
	font-size: var(--rem28);
	font-weight: 500;
	font-family: var(--font-family01);
	line-height: 1.4;
}
#price dd {
	padding: 0;
	font-size: var(--rem20);
	font-weight: 500;
	line-height: 1.4;
}
#price dd span {
	font-size: var(--rem36);
}
#price dd.fs {
	margin-top: 10px;
	font-size: var(--rem16);
	text-align: left;
}
#price .pay dd {
	font-size: var(--rem28);
	font-weight: normal;
	font-family: var(--font-family01);
}
#price .pay dd span {
	color: #000;
	font-size: var(--rem28);
	font-weight: 500;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#price .box_w2 dl {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price .box_w2 dl {
		margin-bottom: 20px;
	}
	#price .pay dd,
	#price .pay dd span {
		font-size: var(--rem20w);
	}
}
/*--------------------------------------------------
	流れ
--------------------------------------------------*/
#flow .bg_wide::before {
	background: url(/wp-content/uploads/top-flow-bg.jpg.webp) no-repeat center center / cover;
}
/**/
.flowlist01 {
	padding-left: 16rem;
	position: relative;
}
.flowlist01::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #fff;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 16rem;
}
.flowlist01 > li {
	position: relative;
}
.flowlist01 > li:not(:last-child) {
	margin-bottom: 8vh;
}
.flowlist01 > li .icon {
	position: absolute;
	top: 0;
	left: -16rem;
	display: block;
	padding: 0.8rem 2rem;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-size: var(--rem30);
	line-height: 1.4;
	z-index: 100;
}
.flowlist01 > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent var(--color-primary);
	position: absolute;
	top: 50%;
	left: 99%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flowlist01 > li dl {
	padding-left: 7rem;
	position: relative;
}
.flowlist01 > li dl::before,
.flowlist01 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 2.2rem;
}
.flowlist01 > li dl::before {
	width: 10px;
	height: 10px;
	margin-top: 0;
	background: var(--color-primary);
	border-radius: 50%;
	left: -5px;
}
.flowlist01 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed var(--color-primary);
	position: absolute;
	left: 5px;
	top: 2.7rem;
}
.flowlist01 > li dl dt {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid var(--color-primary);
	font-size: var(--rem28);
	font-weight: 500;
	font-family: var(--font-family01);
}
@media (max-width: 768px) {
	.flowlist01 > li .icon {
		font-size: 1.2rem;
	}
	.flowlist01 {
		padding-left: 10rem;
	}
	.flowlist01 > li .icon {
		left: -11rem;
	}
	.flowlist01::before {
		left: 10rem;
	}
	.flowlist01 > li dl {
		padding-left: 4.5rem;
	}
	.flowlist01 > li dl::before {
		top: 1.2rem;
	}
	.flowlist01 > li dl::after {
		top: 1.6rem;
		width: 30px;
	}
}
/*--------------------------------------------------
	よくあるご質問
--------------------------------------------------*/
#faq .bg_wide::before {
	background: url(/wp-content/uploads/top-faq-bg.jpg.webp) no-repeat center center / cover;
}
/**/
.qa_list {
	cursor: pointer;
}
.qa_list .qa_list_inner dt {
	position: relative;
	font-weight: normal;
	margin: 1rem 0 0 0;
	display: flex;
	align-items: stretch;
	padding: 0rem 1rem 0rem 0rem;
	background: #ffffff;
	border: 1px solid var(--color-primary);
	font-size: var(--rem18);
	font-weight: 500;
}
.qa_list .qa_list_inner dd .ans_flex {
	position: relative;
	font-weight: normal;
	margin: 0;
	display: flex;
	align-items: stretch;
	padding: 0;
	background: #ffffff;
}
.qa_list .qa_list_inner .q_ico,
.qa_list .qa_list_inner .a_ico {
	width: 100%;
	max-width: 90px;
	padding: 1rem 1rem 1rem 1rem;
	border-right: 1px solid var(--color-primary);
	font-size: 3rem;
	font-weight: bold;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.0;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: center;
}
.qa_list .qa_list_inner .a_ico {
	color: var(--color-primary);
	background: #FFFDF2;
}
.qa_list .qa_list_inner .q_ico {
	color: #fff;
	background: var(--color-primary);
}
.qa_list .qa_list_inner .q_desc, .qa_list .qa_list_inner .a_desc {
	padding: 1.5rem 1.5rem 1.5rem 2rem;
	line-height: 1.7;
}
.qa_list .qa_list_inner .a_desc {
  line-height: 1.8;
  width: 100%;
}
.qa_list .qa_list_inner dt:after {
  content: '';
  position: absolute;
  top: 46%;
  right: 3rem;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.qa_list .qa_list_inner .active:after {
  top: 43%;
  right: 2rem;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
.qa_list .qa_list_inner dd {
	display: none;
	position: relative;
	padding: 0;
	margin: 0 0 1rem 0;
	border: 1px solid var(--color-primary);
	border-top: 0;
}
@media only screen and (max-width: 768px) {
	.qa_list .qa_list_inner .q_desc,
	.qa_list .qa_list_inner .a_desc {
		padding: 0.5rem 1rem 0.5rem 1rem;
	}
	.qa_list .qa_list_inner .q_desc {
		line-height: 1.5;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
	}
	.qa_list .qa_list_inner dt {
		padding: 0rem 1rem 0rem 0rem;
	}
	.qa_list .qa_list_inner .a_ico, .qa_list .qa_list_inner .q_ico {
		max-width: 50px;
		padding: 1.2rem 1.0rem;
		font-size: 2rem;
	}
	.qa_list .qa_list_inner dt:after {
		right: 1.5rem;
		width: 6px;
		height: 6px;
	}
	.qa_list .qa_list_inner .active:after {
		right: 1.0rem;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
	font-weight: 500;
	font-family: var(--body-font-family);
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.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;
}