@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=Quicksand:wght@300..700&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #E58137;
	--color-primary-shade: #FFEDE0;
	--color-primary-tint: #82BB43;
	--color-secondary: #ED6A5A;
	--color-table-border: #ccc;
	--color-table-th: #FFEDE0;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #E58137;
	--header-color-primary-shade: #333;
	--header-color-primary-tint: #82BB43;
	/*------▼フッター設定▼------*/
	--footer-background: #F7F7F7;
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Maru Gothic', sans-serif;
	--font-family02: 'Quicksand', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post hr {
	border: none;
	border-bottom: 1px solid #ddd;
}
.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;
	}
}
/* ギャラリー調整 */
@media only screen and (max-width: 640px){ /* スマホ用 */
	.gallery.gallery-columns-5 {
		gap: 10px;
	}
	.gallery.gallery-columns-5 .gallery-item {
		width: calc(100% / 2 - 5px) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.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 ul.header__contact {
		position: relative;
	}
	#header ul.header__contact::before {
		position: absolute;
		top: 20%;
		left: 0;
		display: block;
		height: 60%;
		border-left: 1px solid #AEAEAE;
		content: "";
	}
	#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;
		padding-left: 10px;
		padding-right: 10px;
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: 18px;
		font-family: var(--font-family02);
		position: relative;
		padding-left: 25px;
	}
	#header a.head_btn.tel_btn span:not(.note)::before {
		margin-right: 8px;
		font-size: 80%;
		font-weight: 400;
		font-family: 'FontAwesome';
		content: '\f095';
		position: absolute;
		left: 0;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#header a.head_btn.tel_btn .note {
		font-size: 11px;
	}
	/**/
	nav#mainNav {
		font-family: var(--font-family01);
	}
	nav#mainNav ul li a b {
		font-weight: 500;
	}
	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;
}
#footer .info dl {
	padding: 10px;
	line-height: 1.6;
}	
#footer .info dl dt {
	font-size: 115%;
}
#footer .info dl dd a {
	color: var(--color-primary);
	font-weight: bold;
}
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/icon/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsL7DLI5fWPoo8MzWsgTge07ZQ&skey=b8dc2088854b122f&v=v266) format('woff2');
}

#footer .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
	margin-right: 3px;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	#footer .info dl dt,
	#footer .info dl dd {
		text-align: left;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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;
}
@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;
}
.box_orange,
.bg_orange::before {
	background: var(--color-primary-shade);
}
.ff01 {
	font-weight: 500;
	font-family: var(--font-family01);
}
.photo_maru img {
	border-radius: 20px;
}
/**/
.post ul.list_btn li {
	margin-bottom: 15px;
}
.post ul.list_btn li .linkBtn {
	display: block;
	padding: 15px 30px !important;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post ul.list_btn {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 2%;
		row-gap: 10px;
	}
	.post ul.list_btn li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	.post ul.list_btn li {
		width: 32%;
	}
}
.box_pink {
    border: 5px solid var(--color-primary-shade);
    border-radius: 30px;
}
.pdf_link .linkBtn {
	display: block;
}
@media only screen and (max-width: 1025px) and (min-width: 641px) { /* タブレット用 */
	.pdf_link li.column4_25 {
		width: 48% !important;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1,
#front-sectionPost h1 {
	padding-top: 70px;
	background: url(/wp-content/uploads/mark.png) no-repeat center top;
}
.home .post h1 b {
	display: block;
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	.home .post h1 {
		padding-top: 60px;
		background-size: 50px auto;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.home .post h1 {
		padding-top: 50px;
		background-size: 40px auto;
	}
}
/**/
#top_msg h1 {
	padding: 10px 0 10px 75px;
	background-position: left center;
	text-align: left;
}
#top_msg .ff01 {
	font-size: var(--rem28);
	font-weight: 500;
}
#top_msg .txt {
	padding: 0 5%;
}
#top_msg .photo {
	overflow: hidden;
	border-radius: 0 60px 60px 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_msg .photo,
	#top_msg .txt {
		width: 50%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_msg {
		align-items: initial;
	}
	#top_msg .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_msg h1 {
		padding: 5px 0 5px 55px;
	}
	#top_msg .photo {
		margin-right: 5%;
		margin-bottom: 20px;
	}
}
/**/
#top_contents h2 {
	text-align: left;
}
#top_contents h2 b {
	display: block;
	margin-bottom: 10px;
	color: var(--color-primary);
	font-weight: 500;
}
#top_contents h2 b+span {
	display: block;
	font-size: 90%;
}
#top_contents .bg01::before {
	background: url(/wp-content/uploads/top-contents-bg01.png.webp) no-repeat left top;
}
#top_contents .bg02::before {
	background: url(/wp-content/uploads/top-contents-bg02.png.webp) no-repeat right 3% bottom 5%;
}
#top_contents .photo img {
	border-radius: 30px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_contents .bg01 .txt {
		padding-left: 10%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_contents .box_w2 {
		align-items: initial;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#top_contents .bg01::before {
		background-size: 20% auto;
	}
	#top_contents .bg02::before {
		background-size: 20% auto;
	}
}
/**/
#top_recruit::before {
	background: var(--color-primary-shade);
}
#top_recruit .ff01 {
	font-size: var(--rem28);
}
#top_recruit li a {
	display: block;
	color: var(--color-font);
}
#top_recruit li a .photo {
	overflow: hidden;
	border-radius: 20px;
}
#top_recruit li a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_recruit li a dt {
	margin: 10px auto;
	font-size: var(--rem20w);
	text-align: center;
}
#top_recruit li a dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#top_recruit::before {
		height: 70%;
	}
	#top_recruit li {
		width: 32%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#top_recruit {
		padding-bottom: 30px;
	}
	#top_recruit li+li {
		margin-top: 40px;
	}
}
/**/
#contact_box::before {
	background: url(/wp-content/uploads/contact-bg.jpg.webp) no-repeat center center / cover;
}
#contact_box .box {
	background: rgba(255,255,255,0.9);
	border-radius: 40px;
}
#contact_box .btn {
	width: 800px;
	max-width: 100%;
	margin: auto;
	justify-content: center;
}
#contact_box .btn a {
	height: 100%;
	min-height: 100px;
	padding: 15px;
	background: #fff;
	border-radius: 999px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	color: var(--color-font);
	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 {
	color: var(--color-primary);
	font-size: 150%;
	font-family: var(--font-family02);
	transition: all 0.3s ease-in-out;
}
#contact_box .btn .tel a b i {
	font-weight: 80%;
}
#contact_box .btn a:hover,
#contact_box .btn .mail a {
	background: var(--color-primary);
	color: #fff;
}
#contact_box .btn .tel a:hover b {
	color: #fff;
}
#contact_box .btn .mail a:hover {
	background: #fff;
	color: var(--color-primary);
}
@media print, screen and (min-width: 960px){ /* PC用 */
	#contact_box .btn li {
		width: 32%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	#contact_box .btn {
		justify-content: center;
        column-gap: 2%;
        row-gap: 1.5rem;
	}
	#contact_box .btn li {
		width: 48%;
	}
	
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#contact_box .box {
		border-radius: 20px;
	}
	#contact_box .btn li+li {
		margin-top: 15px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
#front-sectionPost {
	width: 100%;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header h1.title {
	color: #797979;
}
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	font-weight: 500;
	line-height: 1.4;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#thumbImg, header#h1Header {
		height: 150px;
	}
}
/**/
.post h2 {
	font-size: var(--rem30w);
}
.post h2.noline::after {
	display: none;
}
/**/
.post h3 {
	padding: 0 0 0 15px;
	border: none;
	border-left: 8px solid var(--color-primary);
}
.post h3.uline,
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.uline {
	padding-bottom: 10px;
	border-bottom: 1px dashed var(--color-primary);
	font-size: var(--rem20w);
}
/**/
.post h4 {
	font-size: var(--rem20w);
}
.post h4.noline {
	padding: 0;
}
.post h4.sub::before,
.post h4.noline::before {
	display: none;
}
.post h4.sub {
	padding: 8px;
	background: var(--color-primary-shade);
	text-align: center;
}
/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#company_policy {
	border: 5px solid var(--color-primary-shade);
	border-radius: 30px;
	font-size: 115%;
	font-weight: 500;
}
#company_policy li {
	position: relative;
	padding: 0 0 10px 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 1.6;
}
#company_policy li+li {
	margin-top: 10px;
}
#company_policy li::before {
	position: absolute;
	top: 0.4em;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	background: var(--color-primary);
	border-radius: 50%;
	content: "";
}
/**/
#history_tbl,
#history_tbl th,
#history_tbl td {
	background: none;
	border: none;
}
#history_tbl tr:nth-child(odd) {
	background: var(--color-primary-shade);
}
#history_tbl th {
	width: 12%;
	white-space: nowrap;
}
/*--------------------------------------------------
	施設情報
--------------------------------------------------*/
.facility_photo_list img {
	border-radius: 10px;
}
.facility_photo_list {
	column-gap: 2%;
	row-gap: 1rem;
}
.facility_photo_list li {
	width: 49%;
}
@media print, screen and (min-width: 641px){ /* PC用 */	
	.facility_photo_list li {
		width: 32%;
	}
}
/**/
.facility_list dt {
	margin-bottom: 10px;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	text-align: center;
}
.facility_list dt .photo {
	overflow: hidden;
	margin: 0 auto 15px;
	aspect-ratio: 2 / 1;
	border-radius: 20px;
}
.facility_list.w3 dt .photo {
	aspect-ratio: 3 / 2;
}
.facility_list dt .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
.facility_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.facility_list {
		display: flex;
		flex-wrap: wrap;
		column-gap: 3%;
		row-gap: 60px;
	}
	.facility_list dl {
		width: 48.5%;
	}
	.facility_list dl.w1 {
		width: 100%;
	}
	.facility_list dl.w1 .photo {
		width: 48.5%;
		margin-left: 0;
		margin-right: 0;
	}
	.facility_list.w3 {
		column-gap: 3.5%;
	}
	.facility_list.w3 dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.facility_list dl+dl {
		margin-top: 40px;
	}
}
/**/
.post table.price_tbl,
.post table.price_tbl th.none,
.post table.price_tbl td.none {
	border: none;
	background: none;
}
.post table.price_tbl th,
.post table.price_tbl td {
	text-align: center;
	vertical-align: middle;
}
.post table.price_tbl th {
	width: auto;
}
.post table.price_tbl thead th {
	background: #F8E0CE;
}
.post table.price_tbl thead td {
	background: #FFF7F1;
}
.post table.price_tbl tbody th {
}
.post table.price_tbl tbody td {
	width: 12%;
}
/**/
.post ul.list_kome li {
	text-indent: -1em;
	padding-left: 1em;
}
.post ul.list_kome li::before {
	content: "※";
}
/**/
.facility_gallery .gallery .gallery-item img {
	max-width: 100%;
	border-radius: 20px;
}
.facility_gallery .gallery {
	column-gap: 2%;
	justify-content: flex-start;
}
.facility_gallery .gallery .gallery-item {
	width: 32% !important;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.facility_gallery .gallery {
		column-gap: 4%;
	}
	.facility_gallery .gallery .gallery-item {
		width: 48% !important;
	}
}
/**/
#facility_ddl {
	margin: auto;
	border: 4px solid var(--color-primary-shade);
	border-radius: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#facility_ddl li {
		width: 48%;
	}
	#facility_ddl li .linkBtn {
		display: block;
		padding: 15px 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#facility_ddl li+li {
		margin-top: 15px;
	}
}
/**/
#kotoyori_point dt {
	margin-bottom: 15px;
}
#kotoyori_point dt .photo {
	width: 260px;
	max-width: 80%;
	margin-bottom: 20px;
	aspect-ratio: 1 / 1;
}
#kotoyori_point dt .photo img {
	border-radius: 50%;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#kotoyori_point {
		justify-content: center;
	}
}
/*--------------------------------------------------
	採用情報
--------------------------------------------------*/
.post table.recruit_tbl th {
	width: 20%;
	white-space: nowrap;
}
.post table.recruit_tbl th,
.post table.recruit_tbl td {
	vertical-align: middle;
}
/**/
.recruit_features ul.point li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
    line-height: 1.6;
	color: var(--color-primary);
	font-size: var(--rem18);
}
.recruit_features ul.point li b {
	width: 60%;
	text-align: left;
}
@font-face {
  font-family: 'Material Symbols Outlined2';
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/icon/font?kit=kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsL7DLI7e2LtpsA1WsgTge4IaQ&skey=b8dc2088854b122f&v=v266) format('woff2');
}
.recruit_features ul.point .material-symbols-outlined {
  font-family: 'Material Symbols Outlined2';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.recruit_features h3.sub {
	color: var(--color-primary);
	border: 0;
	font-size: var(--rem30);
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 40
}
.material-symbols-outlined {
	vertical-align: bottom;
	margin-right: 6px;
}
.recruit_features ul.list {
	justify-content: center;
	column-gap: 2%;
	row-gap: 1rem;
}
.recruit_features ul.list li {
	width: 49%;
	background: var(--color-primary);
	color: #fff;
	font-weight: bold;
	text-align: center;
    padding: 10px 3px;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	.recruit_features ul.list li {
		width: 18%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	.recruit_features ul.list li {
		width: 30%;
	}
}
/*--------------------------------------------------
	職種
--------------------------------------------------*/
#job_list .photo img {
	border-radius: 20px;
}
#job_list .name {
	margin-bottom: 3rem;
	padding-bottom: 15px;
	border-bottom: 2px dashed #ddd;
	font-family: var(--font-family01);
}
#job_list .name span {
	display: inline-block;
	margin-bottom: 6px;
	padding: 1px 10px;
	background: var(--color-primary);
	border-radius: 10px;
	color: #fff;
}
#job_list .name b {
	display: block;
	font-size: var(--rem30w);
	font-weight: 500;
}
#job_list .txt dt {
	display: inline-block;
	margin-bottom: 6px;
	padding: 1px 10px;
	background: var(--color-primary-shade);
	color: var(--color-primary);
}
#job_list .txt dd {
	padding: 0;
}
#job_list .faq {
	padding: 15px;
	background: var(--color-primary-shade);
	border-radius: 20px;
	counter-reset: number;
}
#job_list .faq dl+dl {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px dashed #ddd;
}
#job_list .faq dt {
	position: relative;
	padding: 5px 0 5px 45px;
	margin-bottom: 4px;
	font-size: 110%;
}
#job_list .faq dt::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: 90%;
	counter-increment: number;
	content: "Q" counter(number);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#job_list .faq dd {
	padding: 0 0 0 45px;
}
#job_list .box:nth-child(even) {
	position: relative;
	padding: 8rem 0;
	margin: 8rem 0;
}
#job_list .box:nth-child(even)::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: var(--color-primary-shade);
	content: "";
	z-index: -1;
}
#job_list .box:nth-child(even) .txt dt,
#job_list .box:nth-child(even) .faq {
	background: #fff;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	#job_list .photo {
		width: 40%;
	}
	#job_list .box_w2 .faq,
	#job_list .txt {
		width: 56%;
	}
	#job_list .faq {
		padding: 40px;
		border-radius: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#job_list .photo {
		margin-bottom: 20px;
	}
	#job_list .faq+.photo {
		margin-top: 20px;
		margin-bottom: 0;
	}
	#job_list .name {
		margin-bottom: 2rem;
		padding-bottom: 10px;
	}
	#job_list .faq dt,
	#job_list .faq dd {
		padding-left: 30px;
	}
	#job_list .faq dt::before {
		top: 4px;
		left: -2px;
		width: 25px;
		height: 25px;
		font-size: 80%;
	}
	#job_list .box:nth-child(even) {
		padding: 5rem 0;
		margin: 5rem 0;
	}
}
/**/
ul.occupation_list {
	column-gap: 3%;
	row-gap: 2rem;
	justify-content: center;
}
ul.occupation_list li {
	text-align: center;
	font-size: 120%;
	font-weight: 500;
	font-family: var(--font-family01);
	width: 48%;
}
ul.occupation_list li i {
	margin-right: 7px;
}
ul.occupation_list li i::before {
	font-size: 15px;
}
@media print, screen and (min-width: 960px){ /* PC用 */	
	ul.occupation_list li {
		width: 17%;
	}
}
@media only screen and (max-width: 959px) and (min-width: 641px) { /* タブレット用 */
	ul.occupation_list li {
		width: 30%;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	新着情報・ブログ
--------------------------------------------------*/
#blog_list {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	row-gap: 60px;
}
#blog_list li {
	position: relative;
	width: 23.5%;
	padding-bottom: 45px;
	transition: all 0.3s ease-in-out;
}
#blog_list li .link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#blog_list li .link a {
	padding-bottom: 10px;
	border-bottom: 1px solid #C9C9C9;
	/* フレックス */
	display: flex;
	justify-content: flex-end;
}
#blog_list li .link i {
	width: 30px;
	height: 30px;
	background: #2B5759;
	border-radius: 50%;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#blog_list li .link a:hover i {
	background: var(--color-primary);
}
#blog_list li .ttl {
	margin: 10px 0 6px;
	font-size: var(--rem18w);
	font-weight: 500;
}
#blog_list li .cat {
	margin-bottom: 6px;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#blog_list li .cat a {
	display: block;
	padding: 0 10px;
	background: var(--color-primary);
	border-radius: 999px;
	color: #fff;
	font-size: var(--rem12);
}
#blog_list li .cat a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#blog_list li .cat a.hasuda {
	background: #42A15A;
}
#blog_list li .cat a.aoimori {
	background: #3BB3BC;
}
#blog_list li .cat a.recruit {
	background: #DBAD00;
	font-weight: 500;
}
#blog_list li .txt {
	font-size: var(--rem14);
}
#blog_list li .photo {
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 4 / 3;
}
#blog_list li .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下用 */
	#blog_list {
		column-gap: 4%;
		row-gap: 40px;
	}
	#blog_list li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#blog_list li {
		padding-bottom: 40px;
	}
	#blog_list li .link i {
		width: 24px;
		height: 24px;
	}
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.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;
}
a.orrange {
    color: #f18200;
}