@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=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #007539;
	--color-primary-shade: #014021;
	--color-primary-tint: #7EB62F;
	--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: #007539;
	--header-color-primary-shade: #014021;
	--header-color-primary-tint: #7EB62F;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF;
	--footer-color-font: #444;
	--footer-color-primary: #444;
	/*------▼フォント設定▼------*/
	--font-family01: 'Montserrat', 'Noto Serif JP', serif;
	--font-family02: 'Montserrat', 'Noto Sans JP', sans-serif;
	--font-family03: 'Noto Serif JP', 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);
	}
}

/*--------------------
flow01
--------------------*/
.flowlist {
  padding-left: 13rem;
  position: relative;
}
.flowlist::before {
  content: "";
  width: 5px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 13rem;
}
.flowlist > li {
  position: relative;
}
.flowlist > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flowlist > li .icon {
  font-size:1.6rem;
  color: #fff;
  background: #000000;
  padding: 0.8rem 2rem;
	border-radius: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: -13rem;
  z-index: 100;
  font-style: italic;
}
.flowlist > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flowlist > li dl {
  padding-left: 7rem;
  position: relative;
	padding-top: 0.7rem;
}
.flowlist > li dl::before,
.flowlist > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.flowlist > li dl::before {
	top: 16px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  background: #1A1A1A;
  border-radius: 50%;
  left: -12px;
}
.flowlist > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
	top: 2.3rem;
}
.flowlist > li dl dt {
  margin-bottom: 0.5rem;
	color: var(--color-primary);
  font-weight: 600;
  font-size: 120%;
}
@media (max-width: 768px) {
	.flowlist > li .icon {
		font-size: 1.2rem;
	}
	.flowlist {
		padding-left: 10rem;
	}
	.flowlist > li .icon {
		left: -11rem;
	}
	.flowlist::before {
		left: 10rem;
	}
	.flowlist > li dl {
		padding-left: 4.5rem;
	}
	.flowlist > li dl::after {
		width: 30px;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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::before {
		display: none;
	}
	#header a.head_btn.tel_btn {
		background: none;
		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;
		color: var(--header-color-primary);
		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:last-child {
		padding: 15px;
		padding-left: 0;
	}
	#header a.head_btn.mail_btn{
		border-radius: 999px;
		flex-direction: row;
	}
	#header a.head_btn.mail_btn::before {
		margin: 0 8px 0 0;
		font-size: 95%;
	}
	/**/
	nav#mainNav {
		height: auto;
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	nav#mainNav ul li a span {
		font-weight: normal;
		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; }
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#copyright {
	background: none;
}
#footer .socialicon i::before {
	color: var(--color-primary) !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#footer .footer__logo:not(:last-child) {
		margin-bottom: 10px;
		text-align: left;
	}
	#footer .socialicon ul {
		justify-content: flex-start;
	}
	#footer .socialicon ul li:first-child {
		padding-left: 0;
	}
	#footer .footnav:not(:last-child),
	#copyright {
		margin: 0;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
	padding: 15px 60px;
	line-height: 1.4;
}
#content .linkBtn.btn_link,
#front-sectionPost .linkBtn {
	display: inline-block;
	background: none;
	padding: 15px 5px !important;
	padding-right: 80px !important;
	color: var(--color-font);
}
#content .linkBtn.btn_link::after,
#front-sectionPost .linkBtn::after {
	top: 50%;
	right: 5px;
	width: 30px;
	height: 30px;
	background: var(--color-primary);
	border-radius: 50%;
	margin: 0;
	border: none;
	content: "\f105";
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	font-family: 'FontAwesome';
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .linkBtn.btn_link::before,
#front-sectionPost .linkBtn::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: linear-gradient(left, #A4800D, #E0B502);
	background: -ms-linear-gradient(left, #A4800D, #E0B502);
	background: -moz-linear-gradient(left, #A4800D, #E0B502);
	background: -webkit-linear-gradient(left, #A4800D, #E0B502);
	content: "";
}
#content .linkBtn.btn_link:hover::after,
#front-sectionPost .linkBtn:hover::after {
	right: 0;
}
@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, .photo_wide {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.photo_wide img {
	width: 100%;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/**/
.post span.txt_grd {
	display: inline-block;
	background: linear-gradient(top, #014021, #54846C);
	background: -ms-linear-gradient(top, #014021, #54846C);
	background: -moz-linear-gradient(top, #014021, #54846C);
	background: -webkit-linear-gradient(top, #014021, #54846C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.f_min {
	font-family: 'Noto Serif JP', serif;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.post h1,
#front-sectionPost h1 {
	line-height: 1.5;
}
.post h1 b,
#front-sectionPost h1 span span:first-child {
	position: relative;
	margin-bottom: -0.3em;
	display: block;
	color: #F6F6F6;
	font-size: 300%;
	font-weight: 200;
	line-height: 1;
}
.post h1 b+span,
#front-sectionPost h1 span span:last-child {
	position: relative;
	display: block;
	color: var(--color-primary-shade);
	line-height: 1;
	z-index: 2;
}
/**/
#top_about h1 {
	text-align: left;
}
#top_about h1 span {
	display: block;
	margin-bottom: 10px;
	color: var(--color-primary-shade);
	font-size: 60%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_about h1,
	#top_about .txt {
		width: 48%;
	}
	#top_about .txt p {
		line-height: 2.5;
	}
}
/**/
#top_contents .bg_wide::before {
	top: 40px;
	width: 80vw;
	height: calc(100% - 40px);
	background: no-repeat center center / cover;
}
#top_contents .box_service::before {
	margin-right: 0;
	background-image: url(/wp-content/uploads/top-service-bg.png);
}
#top_contents .box_facility::before {
	left: auto;
	right: 0;
	margin-left: 0;
	background-image: url(/wp-content/uploads/top-facility-bg.png);
}
#top_contents .box_company::before {
	margin-right: 0;
	background-image: url(/wp-content/uploads/top-company-bg.jpg);
}
#top_contents .ttl {
	padding: 0 0.5%;
	color: #D9E8C4;
	font-size: var(--rem120);
	font-weight: 200;
	font-family: var(--font-family01);
	line-height: 0.8;
}
#top_contents .txt {
	background: #fff;
}
#top_contents .txt h1 {
	color: var(--color-primary-shade);
	font-size: var(--rem30);
	text-align: left;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .txt {
		width: 40%;
	}
	#top_contents .txt {
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#top_contents .in {
		width: 100%;
		margin: auto;
	}
	#top_contents .photo {
		overflow: hidden;
		width: 60%;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_contents .bg_wide::before {
		top: 20px;
		height: calc(100% - 20px);
	}
}
/**/
body:not(.home) #content:has(#contact_box) {
	padding-bottom: 0 !important;
}
#contact_box .btn {
	width: 1000px;
	max-width: 100%;
	margin: auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 20px;
	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 .tel a,
#contact_box .btn .mail a b {
	background: linear-gradient(left, #007539, #7EB62F, #007539);
	background: -ms-linear-gradient(left, #007539, #7EB62F, #007539);
	background: -moz-linear-gradient(left, #007539, #7EB62F, #007539);
	background: -webkit-linear-gradient(left, #007539, #7EB62F, #007539);
	background-size: 200% 100%;
	background-position: 0 0;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn .tel a:hover,
#contact_box .btn .mail a:hover b {
	background-position: 100% 0;
}
#contact_box .btn a i {
	margin-right: 8px;
}
#contact_box .btn .tel a b {
	font-size: 180%;
}
#contact_box .btn .mail a {
	color: var(--color-font);
}
#contact_box .btn .mail a b {
	display: block;
	width: 300px;
	max-width: 100%;
	margin: 5px auto;
	padding: 10px;
	border-radius: 999px;
	font-weight: normal;
	text-align: center;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#contact_box .btn li {
		width: 50%;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	position: relative;
	background: none;
}
#front_bottom_content::after,
#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: #F6F6F6;
	content: "";
	z-index: -1;
}
#front_bottom_content {
	padding-bottom: 500px;
}
#front_bottom_content::after {
	top: auto;
	bottom: 0;
	height: 400px;
	background: url(/wp-content/uploads/top-header-bg.jpg) no-repeat center center / cover;
}
#front-sectionPost h1 span span:first-child {
	color: #fff;
}
#front-sectionPost h1 span span:last-child {
	color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#front_bottom_content {
		padding-bottom: 260px;
	}
	#front_bottom_content::after {
		height: 200px;
	}
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: var(--color-primary);
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
}
/**/
.post h2.ttl::after,
.post h2.sub::after,
.post h2.noline::after {
	display: none;
}
.post h2.ttl {
	line-height: 1.5;
}
.post h2.ttl b {
	position: relative;
	margin-bottom: -0.3em;
	display: block;
	color: #F6F6F6;
	font-size: 300%;
	font-weight: 200;
	line-height: 1;
}
.post h2.ttl b+span {
	position: relative;
	display: block;
	color: var(--color-primary-shade);
	line-height: 1;
	z-index: 2;
}
.post h2.sub {
	color: var(--color-primary-shade);
	font-size: var(--rem28);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
}
.post h2.sub b {
	display: block;
	font-size: 15px;
	letter-spacing: 0;
}
.post h2.sub b::after {
	display: inline-block;
	width: 50px;
	height: 2px;
	margin-left: 1em;
	background: linear-gradient(left, #014021, #FFDF69);
	background: -ms-linear-gradient(left, #014021, #FFDF69);
	background: -moz-linear-gradient(left, #014021, #FFDF69);
	background: -webkit-linear-gradient(left, #014021, #FFDF69);
	vertical-align: middle;
	content: "";
}
/**/
.post h3.noline {
	padding: 0;
	border: none;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_msg {
	background: linear-gradient(left, #e9f6cd, #f1f6f5);
	background: -ms-linear-gradient(left, #e9f6cd, #f1f6f5);
	background: -moz-linear-gradient(left, #e9f6cd, #f1f6f5);
	background: -webkit-linear-gradient(left, #e9f6cd, #f1f6f5);
	border-radius: 20px;
}
#company_msg .box {
	background: url(/wp-content/uploads/company-parts.png.webp) no-repeat right 20px top 20px / 150px auto;
}
#company_msg h2 {
	color: var(--color-primary);
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_msg .box {
		background-position: right 10px top 50px;
		background-size: 80px auto;
	}
}
/**/
.profile_name {
	font-family: var(--font-family01);
}
/**/
#company_tbl,
#company_tbl th,
#company_tbl td {
	background: none;
	border: none;
	font-size: 100%;
}
#company_tbl th {
	width: 20%;
	white-space: nowrap;
	border-bottom: 3px solid #CDE6D9;
}
#company_tbl td {
	border-bottom: 3px solid #C7D3E9;
}
/**/
#company_history dl {
	display: flex;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
}
#company_history dt {
	width: 200px;
	padding: 15px;
	background: linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -ms-linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -moz-linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -webkit-linear-gradient(left, #D7F3AA, #E5F4EF);
	border-radius: 10px;
	text-align: center;
}
#company_history dd {
	width: 50%;
	padding: 15px 20px;
}
#company_history dd.btn {
	width: auto;
	padding: 5px 0;
}
#company_history dd.btn a {
	display: block;
	padding: 10px 20px;
	background: #FFDF69;
	border-radius: 999px;
	transition: all 0.3s ease-in-out;
}
#company_history dd.btn a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#company_history dl {
		flex-wrap: wrap;
		align-items: center;
	}
	#company_history dt {
		width: 160px;
		padding: 10px;
	}
	#company_history dd {
		padding-left: 0;
		width: calc(100% - 80px);
	}
}
/*--------------------------------------------------
	事業内容
--------------------------------------------------*/
#service_policy h2.ttl b {
	color: rgba(255,233,151,0.5);
	font-weight: 900;
}
#service_policy .box {
	position: relative;
	padding-bottom: 280px;
}
#service_policy .photo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
}
#service_policy .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
#service_policy dl {
	position: relative;
	height: 100%;
	padding: 20px;
	background: linear-gradient(top, rgba(215,243,170,0.8), rgba(205,230,217,0.8));
	background: -ms-linear-gradient(top, rgba(215,243,170,0.8), rgba(205,230,217,0.8));
	background: -moz-linear-gradient(top, rgba(215,243,170,0.8), rgba(205,230,217,0.8));
	background: -webkit-linear-gradient(top, rgba(215,243,170,0.8), rgba(205,230,217,0.8));
	border: 1px solid #858585;
	border-radius: 35px;
}
#service_policy dl::before {
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	background: url(/wp-content/uploads/frame.png) no-repeat center center / 100% 100%;
	content: "";
	z-index: -1;
}
#service_policy dt {
	min-height: 50px;
	margin-bottom: 15px;
	color: var(--color-primary-shade);
	font-size: 125%;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.5;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_policy dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_policy .box {
		width: 31%;
	}
	#service_policy dl {
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_policy h2.ttl b {
		font-size: 200%;
	}
}
/**/
#service_use {
	border: 4px solid #A5B68A;
}
#service_use ol {
	margin: 0;
	counter-reset: number;
	list-style-type: none;
}
#service_use ol li {
	position: relative;
	padding-left: 36px;
	list-style-type: none;
}
#service_use ol li+li {
	margin-top: 10px;
}
#service_use ol li:before{
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	border: 1px solid var(--color-font);
	border-radius: 50%;
	counter-increment: number;
	content: counter(number);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
/**/
#service_flow .box {
	position: relative;
	padding: 20px;
	background: rgba(255,233,151,0.2);
	border-radius: 20px;
}
#service_flow .box:not(:last-child) {
	margin-bottom: 60px;
}
#service_flow .box:not(:last-child)::after {
	position: absolute;
	left: 50%;
	bottom: -44px;
	display: block;
	width: 50px;
	height: 26px;
	background: var(--color-primary-shade);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	content: "";
}
#service_flow dt {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 0 15px 60px;
	border-bottom: 1px solid var(--color-primary-shade);
	font-size: 125%;
}
#service_flow dt b {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: var(--color-primary-shade);
	border-radius: 10px;
	color: #fff;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#service_flow dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#service_flow .box {
		padding: 30px;
	}
	#service_flow dl {
		width: 65%;
	}
	#service_flow .photo {
		width: 30%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#service_flow .photo {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	施設案内
--------------------------------------------------*/
#facility_about .box {
	padding: 20px;
	background: linear-gradient(35deg, #F8F8F8 50%, #DEF3CD, #DBF3BB);
	background: -ms-linear-gradient(35deg, #F8F8F8 50%, #DEF3CD, #DBF3BB);
	background: -moz-linear-gradient(35deg, #F8F8F8 50%, #DEF3CD, #DBF3BB);
	background: -webkit-linear-gradient(35deg, #F8F8F8 50%, #DEF3CD, #DBF3BB);
}
#facility_about .ttl {
	background: url(/wp-content/uploads/facility-parts-01.png.webp) no-repeat center center / contain;
}
#facility_about .ttl h3 {
	position: relative;
	padding: 0;
	border: none;
	font-size: var(--rem30);
	text-align: center;
}
#facility_about table,
#facility_about table th,
#facility_about table td {
	background: none;
	border: none;
	font-size: 100%;
	line-height: 1.8;
}
#facility_about table {
	margin: 0;
}
#facility_about table th {
	width: 20%;
	white-space: nowrap;
	border-bottom: 3px solid #CDE6D9;
}
#facility_about table td {
	border-bottom: 3px solid #C7D3E9;
}
#facility_about table td dl {
	display: flex;
}
#facility_about table td dt {
	width: 200px;
	font-weight: normal;
}
#facility_about table td dd {
	padding: 0;
}
#facility_about .box_yellow {
	background: linear-gradient(135deg, #F8F8F8 50%, #FFF6A3);
	background: -ms-linear-gradient(135deg, #F8F8F8 50%, #FFF6A3);
	background: -moz-linear-gradient(135deg, #F8F8F8 50%, #FFF6A3);
	background: -webkit-linear-gradient(135deg, #F8F8F8 50%, #FFF6A3);
}
#facility_about .box_yellow .ttl {
	background-image: url(/wp-content/uploads/facility-parts-02.png.webp);
}
#facility_about .box_yellow table th {
	border-bottom-color: #014021;
}
#facility_about .box_yellow table td {
	border-bottom-color: #9C7A11;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#facility_about .photo {
		width: 70%;
	}
	#facility_about .ttl {
		width: 30%;
	}
	#facility_about .ttl h3 {
		margin: 0 auto;
		padding: 0 15px;
		letter-spacing: 0.3em;
		/* 縦書き */
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	#facility_about .ttl h3::before,
	#facility_about .ttl h3::after {
		position: absolute;
		top: 0;
		display: block;
		width: 3px;
		height: 100%;
		content: "";
	}
	#facility_about .ttl h3::before {
		left: 0;
		background: linear-gradient(top, #DDAF07, #014021);
		background: -ms-linear-gradient(top, #DDAF07, #014021);
		background: -moz-linear-gradient(top, #DDAF07, #014021);
		background: -webkit-linear-gradient(top, #DDAF07, #014021);
	}
	#facility_about .ttl h3::after {
		right: 0;
		background: linear-gradient(bottom, #DDAF07, #014021);
		background: -ms-linear-gradient(bottom, #DDAF07, #014021);
		background: -moz-linear-gradient(bottom, #DDAF07, #014021);
		background: -webkit-linear-gradient(bottom, #DDAF07, #014021);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#facility_about .ttl {
		padding: 15px 0;
	}
	#facility_about .ttl h3 {
		margin: 0;
		padding: 10px 0;
	}
	#facility_about .ttl h3::before,
	#facility_about .ttl h3::after {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		content: "";
	}
	#facility_about .ttl h3::before {
		top: 0;
		background: linear-gradient(left, #DDAF07, #014021);
		background: -ms-linear-gradient(left, #DDAF07, #014021);
		background: -moz-linear-gradient(left, #DDAF07, #014021);
		background: -webkit-linear-gradient(left, #DDAF07, #014021);
	}
	#facility_about .ttl h3::after {
		bottom: 0;
		background: linear-gradient(right, #DDAF07, #014021);
		background: -ms-linear-gradient(right, #DDAF07, #014021);
		background: -moz-linear-gradient(right, #DDAF07, #014021);
		background: -webkit-linear-gradient(right, #DDAF07, #014021);
	}
	#facility_about table th,
	#facility_about table td {
		border-width: 2px;
	}
	#facility_about table td dt {
		width: 140px;
	}
	#facility_about table td dd {
		width: calc(100% - 140px);
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.page-recruit #content {
	padding-top: 0 !important;
}
#recruit_msg::before {
	background: url(/wp-content/uploads/recruit-bg.png.webp) no-repeat center top / 100% auto;
}
#recruit_msg h2 {
	font-size: var(--rem30);
}
/**/
.post h2.ttl.recruit_ttl b {
	color: rgba(255,233,151,0.5);
	font-size: var(--rem80);
	font-weight: bold;
}
/**/
#recruit_link .linkBtn {
	display: block;
	padding: 15px 30px;
	background: linear-gradient(left, #D7F3AA, #E5F4EF, #D7F3AA);
	background: -ms-linear-gradient(left, #D7F3AA, #E5F4EF, #D7F3AA);
	background: -moz-linear-gradient(left, #D7F3AA, #E5F4EF, #D7F3AA);
	background: -webkit-linear-gradient(left, #D7F3AA, #E5F4EF, #D7F3AA);
	background-size: 200% 100%;
	background-position: 0 0;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
}
#recruit_link .linkBtn::after {
	border-color: var(--color-primary);
}
#recruit_link .linkBtn:hover {
	background-position: 100% 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_link {
		column-gap: 20px;
		row-gap: 20px;
	}
	#recruit_link li {
		flex-grow: 1;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_link li+li {
		margin-top: 15px;
	}
}
/**/
@media only screen and (max-width: 640px){ /* スマホ用 */
	#charm_recruit img {
		width: 150px;
	}
}
/**/
#recruit_ideal dl {
	position: relative;
	padding: 20px;
	background: #fff;
	border: 1px solid #CECECE;
	border-radius: 40px;
}
#recruit_ideal dl::before {
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -ms-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -moz-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -webkit-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	border-radius: 40px;
	content: "";
	z-index: -1;
}
#recruit_ideal dt {
	margin-bottom: 15px;
	font-size: 105%;
	font-family: var(--font-family01);
	text-align: center;
}
#recruit_ideal dd {
	padding: 0;
}
#recruit_ideal dd .photo {
	overflow: hidden;
	aspect-ratio: 4 / 3;
}
#recruit_ideal dd .photo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_ideal dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#recruit_ideal dl+dl {
		margin-top: 20px;
	}
	#recruit_ideal dd .photo {
		width: 200px;
		margin: auto;
	}
}
/**/
#staff_voice dl {
	margin-bottom: 30px;
}
#staff_voice dt img {
	width: 150px;
}
#staff_voice dd {
	position: relative;
	padding: 20px;
	background: #fff;
	border-radius: 30px;
	border: 1px solid #858585;
}
#staff_voice dl:nth-child(odd) dd {
	background: linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -ms-linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -moz-linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -webkit-linear-gradient(top, #D7F3AA, #CDE6D9);
}
#staff_voice dl dd::before {
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -ms-linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -moz-linear-gradient(top, #D7F3AA, #CDE6D9);
	background: -webkit-linear-gradient(top, #D7F3AA, #CDE6D9);
	border: 1px solid #ccc;
	border-radius: 30px;
	box-sizing: border-box;
	z-index: -1;
	content: "";
}
#staff_voice dl:nth-child(odd) dd::before {
	left: auto;
	right: -10px;
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#staff_voice dl {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#staff_voice dl:nth-child(odd) {
		flex-direction: row-reverse;
	}
	#staff_voice dt {
		width: 20%;
	}
	#staff_voice dd {
		width: 77%;
		padding: 30px;
	}
}
/**/
#recruit_flow h3 {
	display: flex;
	padding-bottom: 30px;
	color: var(--color-primary);
	line-height: 1.2;
}
#recruit_flow h3::before,
#recruit_flow h3::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-top: 16px;
	background: var(--color-primary);
	display: block;
}
#recruit_flow h3::before {
	margin-right: 1em;
}
#recruit_flow h3:after {
	margin-left: 1em;
}
#recruit_flow .day .icon {
	background: linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -ms-linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -moz-linear-gradient(left, #D7F3AA, #E5F4EF);
	background: -webkit-linear-gradient(left, #D7F3AA, #E5F4EF);
	color: var(--color-font);
}
#recruit_flow .day .icon::after {
	border-color: transparent transparent transparent #E5F4EF;
}
#recruit_flow .day dl::before {
	background: #D7F3AA;
}
#recruit_flow .night .icon {
	background: linear-gradient(left, #FFDF69, #FFFEC9);
	background: -ms-linear-gradient(left, #FFDF69, #FFFEC9);
	background: -moz-linear-gradient(left, #FFDF69, #FFFEC9);
	background: -webkit-linear-gradient(left, #FFDF69, #FFFEC9);
	color: var(--color-font);
}
#recruit_flow .night .icon::after {
	border-color: transparent transparent transparent #FFFEC9;
}
#recruit_flow .night dl::before {
	background: #FFF09F;
}
/**/
#recruit_number {
	row-gap: 20px;
}
#recruit_number dl {
	position: relative;
	width: 48%;
	min-height: 200px;
	padding: 15px;
	background: #fff;
	border: 1px solid #CECECE;
	border-radius: 30px;
	font-family: var(--font-family03);
	text-align: center;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
}
#recruit_number dl::before {
	position: absolute;
	top: 10px;
	left: -10px;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -ms-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -moz-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	background: -webkit-linear-gradient(-45deg, #D7F3AA, #E5F4EF);
	border-radius: 30px;
	z-index: -1;
	content: "";
}
#recruit_number dt {
	margin-bottom: 15px;
	color: #C1990D;
	font-size: 110%;
}
#recruit_number dd {
	margin: auto;
	padding: 0;
	font-weight: bold;
}
#recruit_number dd b {
	color: var(--color-primary);
	font-size: 150%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#recruit_number {
		justify-content: flex-start;
		row-gap: 30px;
		column-gap: 2%;
	}
	#recruit_number dl {
		width: 32%;
	}
	#recruit_number dd {
		font-size: 110%;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#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;
}