@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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #159EC2;
	--color-primary-shade: #4CC764;
	--color-primary-tint: #F9F491;
	--color-secondary: #ED6A5A;
	--color-table-border: #DDD;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #159EC2;
	--header-color-primary-shade: #06C755;
	--header-color-primary-tint: #F9F491;
	/*------▼フッター設定▼------*/
	--footer-background: #159EC2;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post table th {
	background: var(--color-table-th);
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 a.head_btn.tel_btn {
		text-align: center;
		background: var(--header-color-primary-tint);
		color: var(--header-color-font);
		pointer-events: none;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 20px;
	}
	#header a.head_btn.tel_btn .note {
		font-size: var(--rem14);
		display: inline-block;
		margin-left: 5px;
	}
	#header a.head_btn {
		text-align: center;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.line_btn {
		background: var(--color-primary-shade);
	}
	#header a.head_btn.line_btn {
		color: var(--header-color-font);
	}
	#header a.head_btn.line_btn i {
		color: #fff;
		display: block;
		padding-bottom: 5px;
		font-size: var(--rem20);
	}
	#header a.head_btn.line_btn:hover,
	#header a.head_btn.mail_btn:hover {
		color: var(--header-color-font);
		background: var(--color-primary-tint);
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b,
	nav#mainNav ul li a span {
		font-weight: bold;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
	}
	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; }
	body.mobile #header { z-index: 200; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	
}
/* ロゴの大きさ調整
#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%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post p {
	line-height: 1.8;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }

.txt_blue {
	color: var(--color-primary);
}
.f_maru {
	font-family: var(--font-family02);
}
.f_inter {
	font-family: 'Inter', 'Noto Sans JP', sans-serif;
}
.txt_link {
	text-decoration: underline;
	color: var(--color-primary);
}
.bg_blue::before {
	background: #F2FCFF;
}
/**/
#front-sectionPost .txt_c .linkBtn,
.post .linkBtn {
	width: auto;
	padding: 10px 50px;
	border-radius: 999px;
	max-width: 95%;
	font-weight: bold;
}
.post .linkBtn:hover {
	color: #644E4E;
}
.post .linkBtn:hover:after {
	border-color: #644E4E;
}
.post .linkBtn.bg_yellow {
	background: var(--color-primary-tint);
	color: #644E4E;
}
.post .linkBtn.bg_yellow::after {
	border-color: #644E4E;
}
.post .linkBtn.bg_yellow:hover {
	background: var(--color-primary);
	color: #fff;
}
.post .linkBtn.bg_green {
	background: var(--color-primary-shade);
}
.post .linkBtn.bg_green:hover {
	background: var(--color-primary-tint);
	color: #644E4E;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post .linkBtn {
		padding: 10px;
	}
}
/**/
.post table th {
	background: var(--color-primary);
	color: #fff;
}
.post table td {
	background: #fff;
}
/* tableにスクロールバーを追加 */
.tbl_scroll {
	overflow: auto;
	white-space: nowrap;
}
.tbl_scroll::-webkit-scrollbar{
	height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
#front-sectionPost h1.title span,
#content h1 {
	font-family: var(--font-family02);
}
#front-sectionPost h1.title span span,
#content h1 b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem16);
}
#content h1::after {
	content: "";
	display: block;
	width: 80px;
	height: 3px;
	background: var(--color-primary);
	margin: auto;
	margin-top: 10px;
}
.ttl_illust img {
	width: 270px;
}
/**/
.top_box .photo {
	overflow: hidden;
}
.top_box .photo img {
	width: 100%;
}
.top_box .txt {
	overflow: hidden;
	background: #fff;
	padding: 15px;
}
#top_contents .top_box .photo {
	border-top-left-radius: 80px;	
}
#top_contents .top_box .txt {
	border-top-right-radius: 80px;
}
#top_msg.top_box .photo,
#top_recruit.top_box .photo {
	border-top-right-radius: 80px;	
}
#top_msg.top_box .txt,
#top_recruit.top_box .txt {
	border-top-left-radius: 80px;
}
@media print, screen and (min-width: 1300px){ /* PC用 */	
	.top_box .txt {
		width: 50vw;
		position: relative;
		padding: 60px 5%;
	}
	.top_box .photo {
		width: 75vw;
	}
	#top_contents .top_box .photo {
		margin-left: -25vw;		
	}
	#top_msg.top_box .photo,
	#top_recruit.top_box .photo {
		margin-right: -25vw;		
	}
}
ul.link .linkBtn {
	display: block;
}
ul.link {
	column-gap: 1%;
	row-gap:1.5rem;
}
ul.link li {
	width: 100%;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	ul.link li {
		width: 49.5%;
		display: flex;
		flex-direction: column;
	}
	ul.link li.wide {
		width: 100%;
	}
	ul.link .linkBtn {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
        flex-grow: 1;
		width: 100%;
	}
}
/**/
#top_msg h1 {
	text-align: left;
}
#top_msg h1::after {
	margin-left: 0;
}
/**/
#top_service dl dt {
	background: #fff;
	border-radius: 0 80px 0 80px;
	padding: 30px 5px;
	margin-bottom: 2rem;
}
#top_service dl dt img {
	width: 50%;
}
#top_service dl dd b {
	display: block;
	padding-bottom: 5px;
	text-align: center;
}
#top_service .box {
	column-gap: 5%;
	row-gap: 1.5rem;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#top_service dl {
		width: 30%;
	}
}
.arw_btn {
	display: inline-block;
	border-bottom: solid 1px var(--color-primary);
	color: var(--color-primary);
	transition: all .3s;
}
/**/
#top_contents h2 {
	font-family: var(--font-family02);
	text-align: left;
}
#top_contents h2::after {
	margin-left: 0;
}
#top_contents h2 b {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem16);
}
/**/
#top_service::after,
#top_schedule::after {
	background: url(/wp-content/uploads/top_bg.png) no-repeat bottom center / 100% auto;
}
#top_schedule_tbl th {
	width: 10%;
	
}
#top_schedule_tbl th.wide {
	width: 200px;
}
#top_schedule_tbl th,
#top_schedule_tbl td {
	text-align: center;
}
/**/
#top_area .detail {
	border: dashed 1px var(--color-primary);
	border-radius: 15px;
}
#top_area .detail b {
	font-size: var(--rem16);
}
#top_area .detail p {
	font-size: 85%;
}
/**/
#top_recruit h1 {
	text-align: left;
}
#top_recruit h1::after {
	margin-left: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit ul.link {
		margin-left: 21%;
	}
}
/**/
#contact_box::before {
	background: #B9ECFB;
}
#contact_box {
	background: #F2FCFF;
	padding-left: 3%;
	padding-right: 3%;
}
#contact_box .btn {
	width: 1100px;
	max-width: 100%;
	margin: auto;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: var(--color-primary);
	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 .tel a b {
	font-size: 150%;
}
#contact_box .btn .line a {
	background: var(--color-primary-shade);
	color: #fff;
}
#contact_box .btn a:hover,
#contact_box .btn .tel a,
#contact_box .btn .line a:hover {
	background: var(--color-primary-tint);
	color: #644E4E;
}
#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: 32%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front_bottom_content {
	position: relative;
}
#front_bottom_content::before {
	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;
	background: #F5F5F5;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	font-family: var(--font-family02);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}

h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-family: var(--font-family02);
}
.post h2.noline::after {
	display: none;
}
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	下層
--------------------------------------------------*/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_tbl th {
	width: 20%;
	white-space: nowrap;
}
#company_tbl td {
	text-align: left;
}
/*--------------------------------------------------
	サービス
--------------------------------------------------*/
#service_detail {
	border: solid 1px #A1A1A1;
	border-radius: 10px;
}
#service_detail ul.worries {
	column-gap: 1%;
	row-gap:1.5rem;
}
#service_detail ul.worries li {
	border: solid 1px #A1A1A1;
	border-radius: 10px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 5px;
}
#service_detail ul.worries li span {
	color: var(--color-primary);
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	#service_detail ul.worries li {
		width: 24%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#service_detail ul.worries li {
		width: 49%;
	}
	
}
#service_detail .pickup_bg_blue {
	background: var(--color-primary); 
	color: #fff;
	border-radius: 999px;
	padding: 10px 15px;
	display: inline-block;
}
#service_detail .list {
	column-gap: 6%;
	row-gap: 2.0rem;
	justify-content: center;
}
#service_detail .list dl dd {
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#service_detail .list li {
		width: 30%;
	}
}
/**/
.download .box {
	background: #F2FCFF;
}
.download .box i {
	padding-left: 0.5em;
}
.download .box a {
	text-decoration-line: underline;
}
/**/
.service_list {
	border: solid 1px var(--color-primary);
	border-radius: 10px;
}
.service_list ol {
	display: inline-block;
	text-align: left;
}
.service_list ol li {
	font-weight: 500;
	font-size: var(--rem18);
	margin-bottom: 7px;
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
#recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
/*--------------------------------------------------
	その他
--------------------------------------------------*/
#breadcrumb ul li b {
	display: none;
}