@charset "UTF-8";

.recruit {
	border: 1px solid var(--main-color);
	box-shadow: var(--box-shadow);
	border-radius: 4px;
}
.recruit__wrap {
	padding: 15px;
}
.recruit__kv {
	margin-bottom: 40px;
}
.recruit__kv__img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.shopInfo {
	margin-bottom: 40px;
}
.shopInfo__name {
	margin-bottom: 10px;
	color: var(--text-color);
	font-size: 36px;
	font-weight: bold;
}
.shopInfo__genre {
	display: flex;
	margin-bottom: 10px;
}
.shopInfo__genre__item:not(:last-child) {
	border-right: 1px solid #999;
	margin-right: 10px;
	padding-right: 10px;
}
.shopInfo__genre__text {
}
.shopInfo__tag {
	display: flex;
	gap: 10px;
}
.shopInfo__tag__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-weight: bold;
	border-radius: 4px;
}
.shopInfo__tag__item--pink {
	color: #f78fb3;
	background: #fdecf2;
}
.shopInfo__tag__item--green {
	color: #3eca6f;
	background: #e0fdea;
}
.shopInfo__items {
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	background: white;
	border: 1px solid var(--main-color05);
	overflow: hidden;
}
.shopInfo__desc__text {
	line-height: 1.4;
}
.shopInfo__item {
	display: flex;
	align-items: center;
	padding: 20px;
}
.shopInfo__item:nth-child(odd) {
	background: var(--main-color005);
}
.shopInfo__title {
	width: 150px;
	min-width: 150px;
	text-align: center;
}
.shopInfo__desc {
	flex: 1;
}
.shopInfo__title__text {
	display: flex;
	flex-direction: column;
}
.shopInfo__title__text i {
	margin-bottom: 10px;
	font-size: 32px;
}
.shopInfo__tag {
	margin-bottom: 40px;
}
.recruitInfo__title {
	position: relative;
	margin-bottom: 40px;
	padding: 20px 0;
	color: white;
	background: var(--main-color_dark);
}
.recruitInfo__title:after {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: var(--main-color_dark);
	clip-path: polygon(50% 50%, 0 0, 100% 0);
}
.recruitInfo__title__text {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.recruitInfo__tmb__img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.recruitInfo__catch {
	font-size: 26px;
	color: var(--text-color);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 80px 0;
}

/* merit */
.merit {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 80px 0;
	padding: 80px 0;
}
.merit .merit__items {
	margin-bottom: 10px;
}
.merit .merit__item {
	margin: 0 40px;
	padding: 20px;
	transition: all 300ms ease;
}
.merit .merit__item.slick-center {
	transform: scale(1.08);
}
.merit .merit__thumbnail {
	aspect-ratio: 3/2;
	overflow: hidden;
	position: relative;
}
.merit .merit__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.merit .slick-prev,
.merit .slick-next,
.merit .slick-prev:before,
.merit .slick-next:before {
	width: 32px;
	height: 32px;
}
.merit .slick-prev:before,
.merit .slick-next:before {
	font-size: 32px;
	color: var(--main-color06);
}
.merit .slick-prev {
	left: 116px;
	z-index: 1;
}
.merit .slick-next {
	right: 128px;
	z-index: 1;
}
.merit .meritDesc__items {
	width: 590px;
	margin: 0 auto;
}
.merit .meritDesc__items .slick-dots {
	bottom: -65px;
}
.merit .meritDesc__text {
	line-height: 1.4;
}
.merit .merit__title {
	margin-bottom: 60px;
	text-align: center;
	color: var(--text-color);
	font-size: 26px;
	font-weight: bold;
}

/* treatment */
.treatment {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.treatment .treatment__title {
	margin-bottom: 40px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: var(--text-color);
}
.treatment .treatmentTag__item:not(:last-child) {
	margin-bottom: 40px;
}
.treatment .treatmentTag__title {
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 5px solid #ccc;
	color: var(--main-color_dark);
	line-height: 1.5;   
}
.treatment .treatmentTag__text {
	line-height: 1.4;
}
.treatment .treatmentTagChild__items {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.treatment .treatmentTagChild__item {
	width: calc((100% - 45px) / 4);
	padding: 20px 0;
	color: white;
	background: var(--main-color05);
	border-bottom: 2px solid var(--main-color08);
	text-align: center;
	border-radius: 2px;
	line-height: 1.4;
}

/* voice */
.voice {
}
.voice .voice__title {
	text-align: center;
}
.voice .voice__title__text {
	font-size: 22px;
	font-weight: bold;
	color: var(--main-color_dark);
	margin-bottom: 5px;
}
.voice .voice__title__sb {
}
.voice .voice__item {
	margin: 20px;
	padding: 20px;
	background: white;
	border-radius: 10px;
	box-shadow: var(--box-shadow);
}
.voice .voiceCon__case__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	margin-left: auto;
	color: #fff;
	background: var(--main-color_dark);
}
.voice .voiceCon__head {
	display: flex;
}
.voice .voiceCon__tmb {
	width: 150px;
	min-width: 150px;
	aspect-ratio: 3/4;
}
.voice .voiceCon__tmb__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice .voiceCon__Info {
	flex: 1;
	margin-right: 20px;
}
.voice .voiceCon__item {
	display: flex;
}
.voice .voiceCon__item:not(:last-child) {
	margin-bottom: 20px;
}
.voice .voiceCon__q {
	width: 80px;
	margin-right: 10px;
	color: var(--secondary-color);
	text-align: right;
}
.voice .voiceCon_a {
	flex: 1;
	line-height: 1.2;
}
.voice .voiceCon__head {
	margin-bottom: 20px;
}
.voice .voiceCon__name {
	color: var(--main-color_dark);
	font-weight: bold;
	line-height: 1.5;
	border-left: 5px solid #ccc;
	margin: 0 0 20px 20px;
	padding-left: 10px;
}
.voice .voiceCon__impression__title {
	color: var(--secondary-color);
	font-weight: bold;
}
.voice .voiceCon__impression__title {
	margin-bottom: 10px;
}
.voice .voiceCon__impression__text {
	line-height: 1.4;
}
.voice .prev-arrow {
	border-radius: 0 5rem 5rem 0;
}
.voice .slick-dots {
	bottom: -30px;
}

/* qa */
.qa {
	margin: 60px 0;
	padding: 60px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.qa .qa__wrap {
}
.qa .qa__title {
	margin-bottom: 20px;
	color: var(--main-color_dark);
	font-size: 26px;
	text-align: center;
	font-weight: bold;
}
.qa .qa__items {
}
.qa .qa__item {
	margin: 0 20px;
	padding: 0 20px;
	border: 5px solid #ccc;
	border-radius: 10px;
}
.qa .qa__con {
	padding: 20px 0;
}
.qa .qa__question {
}
.qa .qa__question__title {
	position: relative;
	display: flex;
	margin-bottom: 30px;
	padding: 20px;
	color: #ffffff;
	background: var(--main-color_dark);
	font-weight: bold;
	border-radius: 5px;
}
.qa .qa__question__title:after {
	position: absolute;
	bottom: -29px;
	content: "";
	width: 20px;
	height: 30px;
	background: var(--main-color_dark);
	clip-path: polygon(50% 0%, 100% 50%, 100% 0);
}
.qa .qa__question__text {
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	border-bottom: 1px dashed var(--main-color_dark);
}
.qa .qa__answer__title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;   
	color: var(--main-color_dark);
}
.qa .qa__answer__text {
	padding: 20px;
	border: 5px solid var(--main-color05);
	border-radius: 10px;
	line-height: 1.5;
}
.qa .slick-arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 45%;
	width: 8.125vw;
	height: 13.125vw;
	border-radius: 5rem 0 0 5rem;
	background: white;
	box-shadow: var(--box-shadow);
	z-index: 1;
}
.qa .prev-arrow {
	left: 0;
	border-radius: 0 5rem 5rem 0;
}
.qa .next-arrow {
	right: 0;
}
.qa .slick-dots {
	bottom: -50px;
}

/* contact */
.contact {
}
.contact .contact__wrap {
}
.contact .contact__title {
	margin-bottom: 20px;
	font-size: 26px;
	text-align: center;
	color: var(--main-color_dark);
	font-weight: bold;
}
.contact .contact__sbTitle {
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	border-left: 5px solid #ccc;
	color: var(--main-color_dark);
	line-height: 1.5;
}
.contact .contact__items {
	margin-bottom: 20px;
}
.contact .contact__item {
	line-height: 1.2;
}
.contact .contact__item:before {
	content: "・";
}
.contact .contactBtn__items {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.contact .contactBtn__item {
	width: calc((100% - 40px) / 3);
}
.contact .contactBtn__link {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 5px;
}
.contact a.contactBtn__link {
	color: white;
}
.contact span.contactBtn__link {
	color: #ccc;
	background: #eee;
	border-bottom: 2px solid #ddd;
}
.contact .contactBtn__link:before {
	margin-right: auto;
	font-size: 20px;
	font-family: var(--font-awesome);
	font-weight: 600;
}
.contact .contactBtn__link:after {
	content: "\f054";
	font-family: var(--font-awesome);
	font-weight: 600;
	margin-left: auto;
}
.contact a.contactBtn__link--line {
	background: #29c154;
	border-bottom: 2px solid #1d8d3c;
}
.contact a.contactBtn__link--mail {
	background: #29abc1;
	border-bottom: 2px solid #1d8d7d;
}
.contact a.contactBtn__link--tel {
	background: #ff7e7e;
	border-bottom: 2px solid #c74848;
}
.contact .contactBtn__link--line:before {
	content: "\f086";
}
.contact .contactBtn__link--tel:before {
	content: "\f095";
}
.contact .contactBtn__link--mail:before {
	content: "\f0e0";
}


.recruitFixedMenu {
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 2.667vw;
	background: rgba(63, 46, 46, .6);
}
.recruitFixedMenu__items {
	display: flex;
	align-items: stretch;
	gap: 2.667vw;
}
.recruitFixedMenu__item {
	width: calc((100% - 2.667vw) / 2);
}
.recruitFixedMenu__link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 2.667vw 1.333vw;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 4vw;
}
.recruitFixedMenu__link--tel {
	background: #ff7e7e;
}
.recruitFixedMenu__link--line {
	background: #29c154;
}
.recruitFixedMenu__text {
	line-height: 1.1;
}
.recruitFixedMenu__text--small {
	display: block;
	font-size: 2.667vw;
}
.recruitFixedMenu__link:after {
	content: "\f054";
	font-family: var(--font-awesome);
	font-weight: 600;
	margin-left: auto;
}
.recruitFixedMenu__link:before {
	margin-right: auto;
	font-family: var(--font-awesome);
	font-weight: 600;
}
.recruitFixedMenu__link--tel:before {
	content: "\f095";
}
.recruitFixedMenu__link--line:before {
	content: "\f086";
}
