@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=Sawarabi+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-font: #FFF;
	--color-primary: #FFF;
	--color-primary-shade: rgba(256, 256, 256, 0.7);
	--color-primary-tint:  rgba(256, 256, 256, 0.7);
	--color-secondary: #FFF;
	--color-table-border: #EBEBEB;
	--color-red: #E60012;
	--color-red2: #C31E0C;
	--color-red3: #CB432C;
	--color-cream: #FFF1DE;
	/*------▼ヘッダー設定▼------*/
	--header-background: transparent;
	--header-color-font: #FFF;
	/* --header-color-primary: transparent;
	--header-color-primary-shade: transparent; */
	--header-color-primary-tint: #FFF;
	/*------▼フッター設定▼------*/
	--footer-color-font: #333;
	--footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Sawarabi Mincho', serif;
	--rem16s: min(calc(1.6rem + (1vw - 1.92rem) * 0.2589), 1.6rem);
}


/*--カラムリスト--------------------------------------------*/

/*---------coln02-----------*/
	
.post .col2_list {
	position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
		width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col03-----------*/

.post .col3_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
	width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
	content: "";
	display: block;
	width: 32%;
	height: 0;
	order: 1;
}
.post .col3_list:after {
	content: "";
	display: block;
	width: 32%;
	height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
.post .col4_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
	width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
	content: "";
	display: block;
	width: 24%;
	height: 0;
	order: 1;
}
.post .col4_list:after {
	content: "";
	display: block;
	width: 24%;
	height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
card
------------------------------*/

.card01_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card01_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.card01_list > li {
	position: relative;
	background: transparent;
}
.card01_list .imgarea {
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	line-height: 0;
}
.card01_list .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card01_list .txtarea {
	padding: 20px 0 0 0;
	line-height: 1.6;
	text-align: left;
	background: transparent;
}


/*---------style04-------------*/

.card01_list.cardstyle04 > li {
	padding: 16px;
	background: transparent;
	border: solid 1px;
}


/*---------txtstyle02 -----------*/

.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	color: #111;
	line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .card01_list .txtstyle02, .card01_list .txtstyle02 {
	font-size: var(--rem20);
	margin: 0 0 1rem;
}


/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: rgb(247 247 247);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	padding-left: 1em;
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
	padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
	text-align: center;
	background: #f7f7f7;
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
	margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
	text-align: center;
}
.button_wrap,
.post .button_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
	margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
	padding: 0;
}
.contact_area .linkBtn a {
	color: #fff;
	padding: 0.8em 1.2em;
	display: block;
}


/*--メディアクエリ--------------------------------------------*/
@media print, screen and (min-width: 1024px) {}
@media print, screen and (max-width: 1023px) {}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}

html {
  scroll-padding-top: 100px;
}

body {
	background: url(/wp-content/uploads/bg01.jpg) top/contain;
}
a, a:hover {
	color: var(--color-font);
}
a#scrollUp {
	background: var(--color-red);
}

h1.title.front-post {
	display: none;
}
h1.title, .post h1, .post h4 {
	color: var(--color-font);
}
h1.title.bottom-loop,
.post h2 {
	color: var(--color-font);
	font-weight: 400;
	line-height: 2.4;
 }
.post h2::after {
	content: none;
 }
h1.title.bottom-loop span span,
.post h2 span {
	display: block;
	font-family: var(--body-font-family);
	font-weight: 500;
	letter-spacing: 0;
	font-size: var(--rem16);
 }
.post h3 {
	color: var(--color-font);
	background: #333;
	border-bottom: none;
	border-left: solid 12px var(--color-red);
	padding: 0.5rem 0 0.5rem 2rem;
}

.color_red3 {
	color: var(--color-red3);
}

/* btn */
.linkBtn, .post .linkBtn, a.linkBtn, .post .subimitarea .linkBtn input[type="submit"] {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	font-size: var(--rem16);
	color: #231815;
	line-height: 1.8;
	text-align: center;
	background: var(--color-font);
	font-weight: 600;
	padding: var(--rem20) 30px var(--rem20) 20px;
	margin: var(--px40) auto 0;
	border: none;
	border-radius: 50vh;
	transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
	border-color: #231815;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover, .post .subimitarea .linkBtn input[type="submit"]:hover {
	color: #231815;
	background: var(--color-primary-tint);
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
	border-color: #231815;
}
.subimitarea > .linkBtn {
	background: transparent !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
	margin-top: 0;
}

.linkBtn.red, .linkBtn.red:hover {
	background: var(--color-red2);
	color: var(--color-font);
}
.linkBtn.red::after, .linkBtn.red:hover::after {
	border-color: var(--color-font);
}
.linkBtn.red:hover {
	opacity: 0.7;
}

.linkBtn.border, .linkBtn.border:hover {
	border: solid 3px var(--color-red2);
	color: var(--color-red2);
}
.linkBtn.border:hover {
	background: rgba(195, 30, 12, 0.2);
}
.linkBtn.border::after, .linkBtn.border:hover::after {
	border-color: var(--color-red2);
}

/* table */
.post table {
	border-collapse: separate;
	border-spacing: 0 2px;
}
.post table {
	border: none;
}
.post table th {
	border-right: none;
	background-color: var(--color-red3);
	color: #FFF;
	font-weight: 500;
}
.post table td {
	border-left: none;
}

@media only screen and (max-width: 640px) {
	.post table.responsive tr:last-child td:last-child {
		border-bottom: solid 1px var(--color-table-border);
	}
	.post table.responsive th {
		border-top: solid 1px var(--color-table-border);
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
	.post table.responsive td {
		border-left: solid 1px var(--color-table-border);
		border-right: solid 1px var(--color-table-border);
	}
}

/* area */
.widearea {
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.widearea .content {
	width: 90%;
	max-width: var(--content-max-width);
	margin: auto;
}

 /* header */
header#h1Header::before {
	background: transparent;
}
@media screen and (min-width:1024px) {
	#header {
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	nav#mainNav ul li.current-menu-item a,
	nav#mainNav ul li a:active,
	nav#mainNav ul li a:hover{
		background: transparent;
	}
	.sticky-header #header > .inner{
		background: rgba(35, 24, 21, 0.3);
	}

	nav#mainNav ul li.current-menu-item a b,
	nav#mainNav ul li a:hover b {
		color: var(--header-color-font);
	}
	nav#mainNav ul li.current-menu-item a::before,
	nav#mainNav ul li a:hover::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 15px;
		border-bottom: 2px solid var(--header-color-font);
		display: block;
		width: 70%;
		height: 3px;
		margin: 0 auto;
	}
	#header a.head_btn.tel_btn, #header a.head_btn.mail_btn {
		background: transparent;
	}
	#header a.head_btn:hover {
		background: rgba(255, 255, 255, 0.6);
	}
}

@media print, screen and (max-width: 1023px) {
	.mobile #header {
		background: #FFF;
}
	nav#mainNav ul li a {
			color: #333;
	}
}


/* footer */
#footer {
	background: url(/wp-content/uploads/footer01.jpg) no-repeat center/cover;
	padding: var(--px60) 0 var(--px40);
}
#footer .footer__logo img {
	max-height: var(--px200);
}
#footer .inner {
	display: flex;
	justify-content: space-between;
	margin-top: var(--px40);
	gap: 5px;
}
#footer .footnav:not(:last-child) {
	margin-bottom: 0;
}
#footer .footnav ul {
	-webkit-box-pack: start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}
#footer .footnav ul > li {
	margin: 0;
}
#copyright {
	margin: 0;
	background: transparent;
}
@media print, screen and (max-width: 768px) {
	#footer .inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footnav ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* top */
.top01 {
	background-blend-mode: multiply;
	background: linear-gradient(rgba(35, 24, 21, 0.85), rgba(35, 24, 21, 0.85)),
		url(/wp-content/uploads/top15.jpg) no-repeat center/cover;
}
.top01 h2 {
	font-size: var(--rem72);
	line-height: 1.4;
	background: url(/wp-content/uploads/top02.png) no-repeat left/contain;
}

.top01 .txtstyle01 {
	text-align: center;
	font-family: var(--font-family01);
	font-size: var(--rem28);
	padding: var(--px30) 0;
	background: url(/wp-content/uploads/top05.png) no-repeat center/contain;
}
.top01 .txtstyle01 span {
	display: block;
	color: var(--color-red2);
	font-size: var(--rem18);
	font-family: var(--body-font-family);
	font-weight: 600;
}
.top01 .card01_wrap .linkBtn {
	width: 80%;
	max-width: 400px;
}

.top02 h2 {
	padding: var(--px80) 0;
	background: url(/wp-content/uploads/top06.png) no-repeat center/contain;
}
.top02 .card01_list.cardstyle04 > li {
	background: var(--color-cream);
	color: #333;
}
.top02 .col2_list {
	justify-content: center;
	gap: 2%;
}
.top02 .col2_list > li {
	width: 32%;
}
.top02 .txtstyle01 {
	text-align: center;
	font-size: var(--rem48);
	font-weight: 700;
}
.top02 .txtstyle01::before {
	content: '';
	display: block;
	width: 200px;
	height: 100px;
	margin: auto;
	background: url(/wp-content/uploads/top08.png) no-repeat center/contain;
}
.post .top02 table, .post .top02 table th, .post .top02 table td {
	border: none;
}
.post .top02 table {
	border-spacing: 0 10px;
	height: 33rem;
	margin: var(--px12) auto;
}
.post .top02 table th, .post .top02 table td {
	font-size: var(--rem14);
	font-weight: 400;
	padding: var(--rem12);
}
.post .top02 table th {
	background: var(--color-red2);
	text-align: center;
	border-radius: 10px;
	vertical-align: middle;
}
.post .top02 table td {
	color: #333;
}
.top02 .linkBtn {
	margin: 0 auto var(--rem20);
	padding: 1rem 0;
	width: 90%;
	max-width: 400px;
}
.top02 li.special {
	position: relative;
}
.top02 li.special::after {
	content: '';
	display: block;
	width: 160px;
	height: 160px;
	background: url(/wp-content/uploads/top09.png) no-repeat center/contain;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(20%, -32%);
}

@media print, screen and (max-width: 1023px) {
	.top02 .col3_list {
		justify-content: center;
		gap: 2%;
	}
	.top02 .col2_list > li, .top02 .col3_list > li {
		width: 45%;
		margin-bottom: var(--px50);
	}
}
@media print, screen and (max-width: 768px) {
	.top02 .col2_list > li, .top02 .col3_list > li {
		width: 90%;
	}
}

.cta02 {
	background: url(/wp-content/uploads/top10.jpg);
}
.cta02 .content {
	background: linear-gradient(rgba(35, 24, 21, 0.8), rgba(35, 24, 21, 0.8)),
		url(/wp-content/uploads/cta01.jpg) no-repeat center/cover;
}

/* news */
#front_bottom_content {
	margin-left: calc(((100vw - 100%) / 2)* -1);
	margin-right: calc(((100vw - 100%) / 2)* -1);
	background: url(/wp-content/uploads/top10.jpg);
	position: relative;
}

.postlist li:first-child {
	border-top: 1px solid #CCC;;
}
.postlist li {
	border-bottom: 1px solid #CCC;;
}
.postlist .post_text {
	padding: 20px 0;
	color: #CCC;
}
.postlist .time {
	background: #F4EDD9;
}
.postlist .time a {
	color: #111;
}
.postlist .date {
	color: var(--color-font);
}

/* shop */

.shop h3.special::after {
	content: '';
	display: inline-block;
	margin: 1rem 0 -0.3rem 4rem;
	width: 130px;
	height: 26px;
	background: url(/wp-content/uploads/shop01.png) no-repeat center/contain;
}

.shop08 {
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 8%;
}

@media print, screen and (min-width: 1024px) {
	.shop01 .googlemap {
		margin: 0 auto;
		padding-bottom: 30%;
	}
}

/* menu */
.menu_sec h2, .recruit01 h2.top_ttl {
	background: var(--color-cream);
	color: var(--color-red3);
	font-size: var(--rem30);
}
.menu_sec li {
	margin-top: var(--px50);
}
.menu_sec .popular .imgarea {
	position: relative;
}
.menu_sec .popular .imgarea::before {
	content: '';
	display: block;
	width: 140px;
	height: 100px;
	background: url(/wp-content/uploads/menu07.png) no-repeat center/contain;
	position: absolute;
	top: -15%;
	left: -10%;
	z-index: 1;
}
.menu_sec .menu_name, .menu_sec .menu_price {
	font-size: var(--rem20);
	font-weight: 500;
}
.menu_sec .menu_detail {
	font-weight: 300;
}

.menu03 .menu_item {
	border-bottom: solid 1px;
	padding: var(--px12) 0;
	font-size: var(--rem16s);
}
.menu03 .price {
	float: right;
}

@media print, screen and (max-width: 1023px) {
	.menu03 .col3_list > li {
		width: 49%;
	}
}
@media print, screen and (max-width: 768px) {
	.menu_sec .popular .imgarea::before {
		left: -5%;
	}
	.menu03 .col3_list > li {
		width: 100%;
	}
	.menu03 .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/* recruit */
.recruit01 figure {
	max-width: 900px;
	margin: var(--px50) auto var(--px120);
}
.recruit01 .lead {
	font-size: var(--rem30);
	font-style: normal;
}
.recruit01 .marker.red {
	background: linear-gradient(transparent 60%, rgba(203, 67, 44, 0.8) 60%);
	padding: var(--px12) var(--px16);
}
.recruit01 .lead_en {
	color: var(--color-font);
	font-size: var(--rem24);
}
.recruit01 .contact_ttl {
	color: #333;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(20px + (1vw - 19.2px) * 0.9709), 20px);
}

.recruit01 .contact_area {
	background: linear-gradient(rgba(255, 241, 222, 0.7) 70%, rgba(255, 241, 222, 1) 70%), url(/wp-content/uploads/recruit03.jpg) no-repeat center/auto 100%;
}
.recruit01 .contact_ttl::after {
	content: none;
}
.recruit01 .contact_area p {
	color: #333;
	font-size: var(--rem14);
}

.recruit01 .contact_area li {
	width: 80%;
}
.recruit01 .telbtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #333;
	color: var(--color-font);
	padding: 2rem 0;
}
.recruit01 .telnum {
	font-size: var(--rem36);
	line-height: 1.3;
	position: relative;
}
.recruit01 .telnum::before {
	display: block;
	font-family: 'FontAwesome';
	font-size: 0.6em;
	font-weight: 400;
	line-height: 1;
	padding: 7px 8px 8px 9px;
	content: '\f095';
	background: var(--color-font);
	border-radius: 50%;
	color: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-450%, -50%);
}

@media print, screen and (max-width: 768px) {
	.recruit01 .telnum::before {
		transform: translate(-366%, -50%);
	}
}

/* contact */
.wpcf7-form .must {
	color: var(--color-red3);
}
.wpcf7-form .linkBtn {
	padding: 0;
}
.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 20px 0;
	color: #231815;
}
.wpcf7-spinner {
	display: none;
}