@charset "UTF-8";

.recruit {
	background: #fafafa;
}
.kv__img {
	width: 100%;
}
.shopInfo {
	padding: 5.333vw;
}
.shopInfo__name {
	color: var(--text-color);
	font-weight: bold;
	margin-bottom: 1.333vw;
}
.shopInfo__genre {
	display: flex;
	margin-bottom: 5.333vw;
}
.shopInfo__genre__item:not(:last-child) {
	border-right: 1px solid #999;
	margin-right: 2vw;
	padding-right: 2vw;
}
.shopInfo__genre__text {
	font-size: 3.2vw;
}
.shopInfo__tag {
	display: flex;
	gap: 2.667vw;
}
.shopInfo__tag__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 29.867vw;
	height: 8vw;
	font-size: 3.2vw;
	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;
	background: white;
	border: 1px solid var(--main-color05);
	border-radius: 10px;
	padding: 1.6vw;
}
.shopInfo__desc__text {
	line-height: 1.4;
}
.shopInfo__item {
	display: flex;
	align-items: center;
	font-size: 3.733vw;
	padding: 5.333vw 0;
}
.shopInfo__item:nth-child(odd) {
	background: var(--main-color005);
}
.shopInfo__title {
	width: 20vw;
	min-width: 20vw;
	text-align: center;
}
.shopInfo__title__text {
	display: flex;
	flex-direction: column;
}
.shopInfo__title__text i {
	margin-bottom: 1.333vw;
	font-size: 5.625vw
}
.shopInfo__tag {
	margin-bottom: 5.333vw;
}
.recruitInfo__title {
	position: relative;
	margin-bottom: 5.333vw;
	padding: 2.667vw 0;
	color: white;
	background: var(--main-color_dark);
}
.recruitInfo__title:after {
	position: absolute;
	left: 50%;
	bottom: -5.333vw;
	transform: translateX(-50%);
	content: "";
	display: block;
	width: 6.667vw;
	height: 5.333vw;
	background: var(--main-color_dark);
	clip-path: polygon(50% 50%, 0 0, 100% 0);
}
.recruitInfo__title__text {
	text-align: center;
	font-size: 3.733vw;
	font-weight: bold;
}
.recruitInfo__tmb__img {
	width: 100%;
}
.recruitInfo__catch {
	font-size: 3.75vw;
	color: var(--text-color);
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	margin: 10.667vw 0;
}

/* merit */
.merit {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 10.667vw 0 5.333vw 0;
	padding: 10.667vw 0 5.333vw 0;
}
.merit .merit__items {
	margin-bottom: 2.5vw;
}
.merit .merit__item {
	padding: 0 8vw;
}
.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: 5vw;
	height: 5vw;
}
.merit .slick-prev:before,
.merit .slick-next:before {
	font-size: 5vw;
	color: var(--main-color06);
}
.merit .slick-prev {
	left: 2.5vw;
	z-index: 1;
}
.merit .slick-next {
	right: 2.5vw;
	z-index: 1;
}
.meritDesc__text {
	padding: 0 8vw;
	font-size: 3.733vw;
	line-height: 1.4;
}
.merit .merit__title {
	margin-bottom: 5.333vw;
	text-align: center;
   color: var(--text-color);
	font-weight: bold;
}

/* treatment */
.treatment {
	margin-bottom: 5.333vw;
	padding-bottom: 5.333vw;
	border-bottom: 1px solid #ccc;
}
.treatment__title {
	margin-bottom: 5.333vw;
	font-weight: bold;
	text-align: center;
	color: var(--text-color);
}
.treatment__wrap {
	padding: 0 5.333vw;
}
.treatmentTag__more {
	all: unset;
	width: 100%;
	font-size: 3.733vw;
	color: var(--text-color);
	text-align: center;
	border: 1px solid var(--text-color);
	border-radius: 4px;
	margin-top: 5.333vw;
	padding: 2.133vw 0;
	position: relative;
}
.treatmentTag__more:after {
	position: absolute;
	top: 50%;
	left: 70%;
	content: "\f078";
	font-family: var(--font-awesome);
	font-weight: 600;
	transform: translateY(-50%);
}
.treatmentTag__more.active:after {
	content: "\f077";
}

.treatmentTag__items {
	height: 102vw;
	overflow: hidden;
}
.treatmentTag__item:not(:last-child) {
	margin-bottom: 5.333vw;
}
.treatmentTag__title {
	margin-bottom: 2.667vw;
	padding-left: 2vw;
	font-size: 3.75vw;
	font-weight: bold;
	border-left: 5px solid #ccc;
	color: var(--main-color_dark);
	line-height: 1.5;   
}
.treatmentTag__text {
	font-size: 3.733vw;
	line-height: 1.4;
}
.treatmentTagChild__items {
	display: flex;
	flex-wrap: wrap;
	gap: 1.333vw;
}
.treatmentTagChild__item {
	width: calc((100% - 1.334vw) / 2);
	padding: 2.133vw 0;
	color: white;
	background: var(--main-color05);
	font-size: 3.733vw;
	border-bottom: 2px solid var(--main-color08);
	text-align: center;
	border-radius: 2px;
	line-height: 1.4;
}

/* voice */
.voice {
	box-shadow: 0.5vw 0.5vw 0.5vw 0 rgba(0,0,0,0.16);
}
.voice .voice__title {
	text-align: center;
}
.voice .voice__title__text {
	margin-bottom: 1.333vw;
	font-weight: bold;
	color: var(--main-color_dark);
	font-size: 4.375vw;
	text-align: center;
}
.voice .voice__title__sb {
	font-size: 3.2vw;
}
.voice .voice__item {
	padding: 5.333vw 6.667vw;
}
.voice .voiceCon__case__text {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25vw;
	height: 6vw;
	margin-left: auto;
	font-size: 3.125vw;
	color: #ffffff;
	background: var(--main-color_dark);
}
.voice .voiceCon__head {
	display: flex;
}
.voice .voiceCon__tmb {
	width: 24.8vw;
	aspect-ratio: 2/3;
}
.voice .voiceCon__tmb__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice .voiceCon__Info {
	flex: 1;
	margin-left: 4vw;
}
.voice .voiceCon__item {
	display: flex;
	font-size: 3.733vw;
}
.voice .voiceCon__item:not(:last-child) {
	margin-bottom: 2.667vw;
}
.voice .voiceCon__q {
	min-width: 8vw;
	color: var(--secondary-color);
	margin-right: 2vw;
}
.voice .voiceCon_a {
	flex: 1;
	line-height: 1.2;
}
.voice .voiceCon__head {
	margin-bottom: 2vw;
}
.voice .voiceCon__name {
	font-size: 3.75vw;
	color: var(--main-color_dark);
	font-weight: bold;
	line-height: 1.5;
	border-left: 5px solid #ccc;
	margin-bottom: 2vw;
	padding-left: 2vw;
}
.voice .voiceCon__impression__title {
	color: var(--secondary-color);
	font-size: 3.733vw;
	font-weight: bold;
	margin-bottom: 2vw;
}
.voice .voiceCon__impression__title {
	margin-bottom: 1.333vw;
}
.voice .voiceCon__impression__text {
	font-size: 3.733vw;
	line-height: 1.2;
}
.voice .slick-arrow {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 23%;
	width: 8.125vw;
	height: 13.125vw;
	border-radius: 5rem 0 0 5rem;
	background: white;
	box-shadow: 0 0.1rem 0.1rem 0 rgba(0,0,0,0.16);
	z-index: 1;
}
.voice .next-arrow {
	right: 0;
}
.voice .prev-arrow {
	border-radius: 0 5rem 5rem 0;
}
.voice .slick-dots {
	bottom: -8vw;
}

/* qa */
.qa {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 21.333vw 0 10.667vw;
	padding: 10.667vw 0;
}
.qa .qa__wrap {
}
.qa .qa__title {
	margin-bottom: 5.333vw;
	color: var(--main-color_dark);
	font-size: 4.375vw;
	text-align: center;
	font-weight: bold;
}
.qa .qa__item {
}
.qa .qa__item {
	margin: 0 5.333vw;
	border: 5px solid #ccc;
	border-radius: 10px;
}
.qa .qa__question {
}
.qa .qa__con {
	padding: 4vw;
}
.qa .qa__question__title {
	position: relative;
	display: flex;
	margin-bottom: 2.667vw;
	padding: 4vw;
	color: #ffffff;
	background: var(--main-color_dark);
	font-weight: bold;
	border-radius: 5px;
}
.qa .qa__question__title:after {
	position: absolute;
	bottom: -2.667vw;
	content: "";
	width: 2.667vw;
	height: 2.667vw;
	background: var(--main-color_dark);
	clip-path: polygon(50% 0%, 100% 50%, 100% 0);
}
.qa .qa__question__text {
	margin-bottom: 4vw;
	padding-bottom: 4vw;
	font-size: 3.75vw;
	line-height: 1.5;
	border-bottom: 1px dashed var(--main-color_dark);
}
.qa .qa__answer__title {
	margin-bottom: 1.333vw;
	font-size: 4.0625vw;
	font-weight: bold;   
	color: var(--main-color_dark);
}
.qa .qa__answer__text {
	font-size: 3.75vw;
	padding: 4vw;
	border: 5px solid var(--main-color05);
	border-radius: 10px;
	line-height: 1.5;
}
.qa .slick-dots {
	bottom: -12vw;
}
.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;
}

/* contact */
.contact {
}
.contact .contact__wrap {
}
.contact .contact__title {
	margin-bottom: 10.667vw;
	text-align: center;
	color: var(--main-color_dark);
	font-weight: bold;
}
.contact .contact__wrap {
	padding: 0 5.333vw;
}

.contact .contact__sbTitle {
	margin-bottom: 2.667vw;
	padding-left: 2vw;
	font-size: 3.75vw;
	font-weight: bold;
	border-left: 2px solid #ccc;
	color: var(--main-color_dark);
	line-height: 1.5;
}
.contact .contact__items {
	margin-bottom: 5.333vw;
}
.contact .contact__item {
	margin-bottom: 2vw;
	font-size: 3.75vw;
	line-height: 1.2;
}
.contact .contact__item:before {
	content: "・";
}
.contact .contactBtn__items {
	display: flex;
	flex-direction: column;
	margin-bottom: 5.333vw;
	gap: 5.333vw;
}
.contact .contactBtn__link {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 6.4vw 5.333vw;
	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: 5.867vw;
	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__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 13vw;
	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";
}