html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: MADEEvolve;
  src: url(..//fonts/MADE\ Evolve\ Sans\ Regular\ \(PERSONAL\ USE\).otf);
}
@font-face {
  font-family: MADEEvolve Medium;
  src: url(..//fonts/MADE\ Evolve\ Sans\ Medium\ \(PERSONAL\ USE\).otf);
}
@font-face {
  font-family: dearjoe;
  src: url(..//fonts/dearJoe_6_TRIAL.ttf);
}
@font-face {
  font-family: BebasNeue;
  src: url(..//fonts/BebasNeue.otf);
}


body {
	font-family: "Hiragino Kaku Gothic ProN",Meiryo, sans-serif;
	background-color: #fef2f4;
	color: #272727;
}


/*ヘッダー*/
.header_container {
	width: 100%;
	max-width: 1300px;
	padding: 30px 50px 10px;
	margin: auto;
	box-sizing: border-box;
}


/*共通*/
.section_title_box {
	text-align: center;
}
.section_title {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: bold;
	font-size: 34px;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.2;
	background: linear-gradient(-135deg,#bcb6ef,#ffb9d5 60%,#ffb9d5);
	margin-bottom: 20px;
	display: inline-block;
	padding: 0 3px;
}
.section_title_pink {
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.05em;
	color: #fe5d78;
	margin-bottom: 10px;
}
.section_title_text {
	font-size: 14px;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	.section_title {
		font-size: 20px;
	}
	.section_title_pink {
		font-size: 13px;
	}
	.section_title_text {
		font-size: 12px;
	}
}


/*トップセクション*/
.section_top {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	box-sizing: border-box;
}
.main_view {
	position: relative;
	width: 100%;
	padding: 0 50px;
	box-sizing: border-box;
}
.main_view_bg {
	-moz-box-shadow: 10px 10px 19px 10px rgb(220,220,220,0.74);
	-webkit-box-shadow: 10px 10px 19px 10px rgb(220,220,220,0.74);
	-ms-box-shadow: 10px 10px 19px 10px rgb(220,220,220,0.74);
	box-shadow: 15px 16px 23px 3px rgb(220,220,220,0.74);
}
.main_view_bg img {
	width: 100%;
	height: auto;
	display: block;
}
.main_view_bg_sp {
	width: 100%;
	height: auto;
	display: none;
}
.main_view_text {
	position: absolute;
	top: 8%;
	right: 0;
	width: 19.538vw;
	max-width: 254px;
}
/*
.main_view_no {
	position: absolute;
	bottom: 10%;
	left: 7%;
	width: 19.692vw;
	max-width: 256px;
}
*/
.main_view_no {
	position: absolute;
	bottom: 10%;
	left: 7%;
    width: 24.692vw;
    max-width: 500px;
}
.main_view_text_2 {
	font-family: MADEEvolve;
	font-size: 2.808vw;
	letter-spacing: 0.1em;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 0;
	writing-mode: vertical-rl;
}
.insta {
	width: 170px;
	height: 170px;
	position: absolute;
	bottom: 20%;
	right: 5%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 50%;
	border: 7px solid #eb9096;
	text-align: center;
	background: #fff;
}
.insta img {
	width: 36px;
	height: 48px;
	margin-left: 10px;
}
.insta_pink {
	font-family: MADEEvolve Medium;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #ce0311;
	margin: 7px 0;
}
.insta_gray {
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #979696;
}

@media (max-width: 1000px) {
	.insta {
		width: 120px;
		height: 120px;
		bottom: 10%;
		right: 5%;
		border: 7px solid #eb9096;
	}
	.insta img {
    width: 22px;
    height: auto;
	}
	.insta_pink {
    font-size: 12px;
    margin: 5px 0;
	}
	.insta_gray {
    font-size: 10px;
	}
}
@media (max-width: 767px) {
	.header_container {
		padding: 20px 15px 10px;
	}
	.header_container img {
		width: 120px;
	}
	.main_view {
	position: relative;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
	.main_view_bg {
		display: none;
	}
	.main_view_bg_sp {
		display: block;
	}
	.main_view_text {
		width: 33.116vw;
	}
/*
	.main_view_no {
		bottom: 7%;
		width: 33.377vw;
	}
*/
	.main_view_no {
    bottom: 7%;
    width: 42.377vw;
    left: calc(50% - 6px);
	}
	.main_view_text_2 {
		display: none;
	}
}
@media (max-width: 480px) {
	.insta {
		width: 85px;
		height: 85px;
		top: inherit;
		border: 4px solid #eb9096;
	}
	.insta img {
    width: 16px;
	}
	.insta_pink {
    font-size: 9px;
    margin: 3px 0;
	}
	.insta_gray {
    font-size: 6px;
	}
}

.section_top_box {
	width: 100%;
	max-width: 730px;
	margin: 40px auto 100px;
	padding: 0 50px;
	text-align: center;
	box-sizing: border-box;
}
.section_top_box_title_en {
	font-family: dearjoe;
	font-size: 29px;
	color: #e988ad;
	transform: rotate(-3deg);
	margin-bottom: 30px;
}
.section_top_box_title {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #fff;
	line-height: 1.2;
	background: linear-gradient(-135deg,#bcb6ef,#ffb9d5 60%,#ffb9d5);
	margin-bottom: 30px;
	display: inline-block;
	padding: 0 3px;
}
.section_top_box_text {
	font-size: 14px;
	line-height: 2;
}

.form_btn {
	width: 80%;
	max-width: 430px;
	display: flex;
	justify-content: center;
	background: #e11212;
	padding: 20px;
	margin: 50px auto 30px;
	position: relative;
	box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 8px 8px 0px 0px rgba(205,205,205,1);
}
.form_btn span {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	margin-left: 20px;
}
.form_btn_text {
	font-size: 14px;
	color: #8b8b8b;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.form_btn_tel {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fe5d78;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.form_btn_tel_text {
	font-weight: bold;
	font-size: 17px;
	margin-right: 15px;
}
.form_btn_tel_number {
	font-family: BebasNeue;
	font-size: 35px;
}
.form_btn_tel_number a {
	color: #fe5d78;
}
.form_btn_info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.form_btn_info_left {
	font-weight: bold;
	font-size: 14px;
	color: #ffea00;
	letter-spacing: 0.1em;
	background-color: #fe5d78;
	padding: 3px 10px;
	margin-right: 20px;
}
.form_btn_info_right {
	font-size: 14px;
	color: #8b8b8b;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
	.section_top_box {
		padding: 0 15px;
	}
	.section_top_box_title_en {
		font-size: 20px;
	}
	.section_top_box_title {
		font-size: 16px;
	}
	.section_top_box_text {
    font-size: 12px;
	}
	.form_btn img {
   width: 16px;
		height: auto;
	}
	.form_btn span {
   font-size: 12.5px;
	}
	.form_btn_text {
		font-size: 11px;
	}
	.form_btn_tel_text {
		font-size: 14px;
	}
	.form_btn_tel_number {
		font-size: 30px;
	}
	.form_btn_info_left {
		font-size: 11px;
	}
	.form_btn_info_right {
		font-size: 11px;
	}
}

.form_btn_scroll {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	z-index: 99;
}



/*スタッフセクション*/
.section_staff {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	padding: 0 50px;
	box-sizing: border-box;
}
.staff_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 65px 0;
}
.staff_box_item {
	width: 48.5%;
	background-color: #fff;
	display: flex;
	margin-bottom: 20px;
}
.staff_box_item_left {
	width: 165px;
	height: 100%;
}
.staff_box_item_left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.staff_box_item_right {
	padding: 12px 25px;
	flex: 1;
}
.staff_box_item_right_title {
	font-weight: bold;
	font-size: 12.5px;
	padding: 5px 7px;
	display: inline-block;
	background: linear-gradient(-135deg,#bcb6ef,#ffb9d5 60%,#ffb9d5);
	color: #fff;
	margin-bottom: 15px;
}
.staff_box_item_right_pink {
	font-weight: bold;
	font-size: 18px;
	color: #fe5d78;
	margin-bottom: 7px;
}
.staff_box_item_right_text {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.75;
}

@media (max-width: 1000px) {
	.staff_box_item {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section_staff {
		padding: 0 15px;
	}
	.staff_box {
		margin: 40px 0;
	}
	.staff_box_item {
		margin-bottom: 10px;
	}
	.staff_box_item_left {
		width: 130px;
	}
	.staff_box_item_right_title {
		font-size: 11px;
	}
	.staff_box_item_right_pink {
		font-size: 14px;
	}
	.staff_box_item_right_text {
		font-size: 10px;
	}
}
@media (max-width: 480px) {
	.staff_box_item_left {
		width: 100px;
	}
	.staff_box_item_right {
    padding: 8px 15px;
	}
}



/*メディアセクション*/
.media_point {
	padding: 80px 50px 200px;
	margin: 40px 0 100px;
	background-image: url("../img/media-bg.jpg");
	background-size: cover;
}
.media_point_container {
	width: 100%;
	max-width: 1150px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.media_point_title {
	position: absolute;
	top: 35px;
	left: -45px;
	font-family: BebasNeue;
	font-style: italic;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transform: rotate(-10deg);
	z-index: 2;
}
.media_point_title_num {
	font-size: 67px;
	padding-left: 10px;
}
.media_point_title_text {
	font-size: 40px;
	letter-spacing: 0.1em;
}
.media_point_1 {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-bottom: 100px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	-moz-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-webkit-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-ms-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	box-shadow: 15px 16px 23px 3px rgb(150,150,150,0.74);
	position: relative;
}
.media_point_1_left {
	width: 47%;
}
.media_point_1_left_title {
	font-weight: bold;
	font-size: 16px;
	color: #fe5d78;
	text-align: center;
}
.media_point_1_left_title_big {
	font-size: 30px;
	display: block;
	text-align: center;
}
.media_point_1_left_sponsors {
	text-align: center;
	margin: 10px 0;
}
.media_point_1_left_sponsors img {
	width: 100%;
	max-width: 305px;
}
.media_point_1_left_box {
	display: flex;
	justify-content: space-between;
}
.media_point_1_left_box_left {
	margin-bottom: 15px;
}
.media_point_1_left_box_right {
	margin-top: -15px;
}
.media_point_1_left_pink {
	font-weight: bold;
	color: #fe5d78;
	margin-bottom: 5px;
}
.media_point_1_left_text {
	font-size: 12px;
	letter-spacing: 0.05em;
}
.media_point_1_left_text_big {
	font-weight: bold;
}
.media_point_1_right {
	width: 47%;
}
.media_point_1_right_video {
	width: 100%;
	height: 100%;
}
.media_point_1_right_video iframe {
	width: 100%;
	height: 100%;
}

.media_point_2 {
	width: 43%;
	padding: 30px 50px;
	background-color: #fff;
	box-sizing: border-box;
	margin-left: 50px;
	-moz-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-webkit-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-ms-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	box-shadow: 15px 16px 23px 3px rgb(150,150,150,0.74);
	position: relative;
}
.media_point_2_image {
	display: flex;
	justify-content: space-between;
}
.media_point_2_image_box {
	position: relative;
	width: 32%;
	padding-top: 45%;
}
.media_point_2_image_item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media_point_2_title {
	font-weight: bold;
	font-size: 24px;
	color: #fe5d78;
	text-align: center;
	margin: 15px 0 5px;
}
.media_point_2_text {
	font-size: 12px;
}
.media_point_2_flex {
	display: flex;
	justify-content: space-evenly;
	margin-top: 30px;
}
.media_point_2_flex_list {
	display: block;
	
}
.media_point_2_flex_item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.media_point_2_flex_item_image {
	
}
.media_point_2_flex_item_image img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
	display: block;
	margin-right: 7px;
}
.media_point_2_flex_item_info_text {
	font-size: 12px;
}
.media_point_2_flex_item_info_text_big {
	font-weight: bold;
}

.media_point_3 {
	width: 43%;
	padding: 30px 50px;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom: -210px;
	-moz-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-webkit-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	-ms-box-shadow: 10px 10px 19px 10px rgb(150,150,150,0.74);
	box-shadow: 15px 16px 23px 3px rgb(150,150,150,0.74);
	position: relative;
}
.media_point_3_image_item {
	width: 100%;
	height: auto;
}
.media_point_3_title {
	font-weight: bold;
	font-size: 24px;
	color: #fe5d78;
	text-align: center;
	margin: 15px 0 5px;
}
.media_point_3_text {
	font-size: 12px;
}

@media (max-width: 1000px) {
	.media_point {
		padding-bottom: 100px;
	}
	.media_point_1_left {
		width: 100%;
		margin-bottom: 50px;
	}
	.media_point_1_right {
		width: 100%;
	}
	.media_point_1_right_video {
		position: relative;
		width: 100%;
		height: inherit;
		padding-top: 56.25%;
	}
	.media_point_1_right_video iframe {
		position: absolute;
		top: 0;
		right: 0;
	}
	.media_point_2 {
		width: 100%;
		margin-left: 0;
		margin-bottom: 100px;
	}
	.media_point_3 {
		width: 100%;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.media_point {
		padding: 40px 15px;
		margin-top: 25px;
		margin-bottom: 40px;
	}
		.media_point_title {
		top: -20px;
		left: -15px;
	}
	.media_point_title_num {
		font-size: 45px;
		padding-left: 10px;
	}
	.media_point_title_text {
		font-size: 30px;
		letter-spacing: 0.1em;
	}
	.media_point_1 {
		padding: 15px;
		margin-bottom: 30px;
	}
	.media_point_1_left {
		margin-bottom: 30px;
	}
	.media_point_1_left_title {
		font-size: 13px;
	}
	.media_point_1_left_title_big {
		font-size: 24px;
	}
	.media_point_1_left_pink {
		font-size: 13px;
	}
	.media_point_1_left_text {
		font-size: 10px;
	}
	.media_point_1_left_box_right img {
		width: 100px;
		height: auto;
	}
	.media_point_2 {
		margin-bottom: 30px;
		padding: 15px;
	}
	.media_point_2_title {
		font-size: 20px;
	}
	.media_point_2_text {
		font-size: 10px;
	}
	.media_point_3 {
		padding: 15px;
	}
	.media_point_3_title {
		font-size: 20px;
	}
	.media_point_3_text {
		font-size: 10px;
	}
}
@media (max-width: 480px) {
	.media_point_2_flex {
    flex-wrap: wrap;
	}
	.media_point_2_flex_item {
		margin-bottom: 10px;
	}
}


/*理由セクション*/
.section_reason {
	margin: 0 50px;
}
.reason_wrapper {
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	margin: 50px auto 150px;
}
.reason_tab {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
}
.reason_tab_item {
	width: 32%;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.reason_tab_item_hair {
	background-color: #ffe4ec;
	color: #d583b5;
}
.reason_tab_item_nail {
	background-color: #e0f4ff;
	color: #009ea1;
}
.reason_tab_item_eye {
	background-color: #ffecca;
	color: #a08573;
}
.reason_tab_ja {
	font-weight: bold;
}
.reason_tab_en {
	font-family: MADEEvolve Medium;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.reason_container {
	background-color: #fff;
	padding: 15px;
	display: none;
}
.reason_container.show {
	display: block;
}
.reason_content {
	display: flex;
  align-items: center;
	flex-wrap: wrap;
  background-color: #fff5f8;
  padding: 35px 0;
  margin-bottom: 20px;
}
.reason_content_left {
  width: 29%;
  padding: 0 35px;
	box-sizing: border-box;
}
.reason_content_left_logo {
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.reason_content_right {
	width: 71%;
  padding: 35px 35px 35px 7%;
  border-left: 1px solid #999;
	box-sizing: border-box;
	position: relative;
}
.reason_content_right_person {
	position: absolute;
	right: 0;
	bottom: 0;
}
.reason_content_list_item {
  display: flex;
  align-items: center;
  line-height: 2;
  margin-bottom: 30px;
  color: #fe5d78;
}
.reason_content_list_item:last-child {
  margin-bottom: 0;
}
.reason_content_nail .reason_content_list_item{
	color: #009ea1;
}
.reason_content_eye .reason_content_list_item {
	color: #a08573;
}
.reason_content_list_item_left {
  font-family: BebasNeue;
  font-size: 40px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.reason_content_list_item_left span {
  font-family: MADEEvolve Medium;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
}
.reason_content_list_item_right_top {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.reason_content_list_item_right_bottom {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 1000px) {
	.reason_content_left {
		width: 100%;
		padding: 0;
	}
	.reason_content_right {
		width: 100%;
		padding: 35px 10px;
		margin: 0 35px;
		border-top: 1px solid #999;
		border-left: none;
	}
}
@media (max-width: 767px) {
	.reason_wrapper {
		margin-top: 40px;
		margin-bottom: 80px;
	}
	.reason_tab_item {
		padding: 8px;
	}
	.reason_tab_ja {
		font-size: 12px;
	}
	.reason_tab_en {
		font-size: 10px;
	}
	.reason_content_content {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.reason_content_left_logo {
		width: 120px;
	}
	.reason_content_right {
		padding: 35px 0;
		margin: 0 15px;
	}
	.reason_content_right_person {
		height: 300px;
	}
	.reason_contentr_list_item {
		margin-bottom: 20px;
	}
	.reason_content_list_item_left {
		font-size: 30px;
		margin-right: 10px;
	}
	.reason_content_list_item_left span {
		font-size: 10px;
	}
	.reason_content_list_item_right_top {
		font-size: 11px;
	}
	.reason_content_list_item_right_bottom {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.reason_tab {
		padding: 0;
	}
	.reason_content_right_person {
		display: none;
	}
}







.reason_box {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}
.reason_box_item {
	padding: 50px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
}
.reason_box_1 {
	width: 100%;
	border-bottom: 3px dotted #999;
}
.reason_box_2 {
	width: 53%;
}
.reason_box_3 {
	width: 47%;
	border-left: 3px dotted #999;
	padding-left: 25px;
}
.reason_box_other {
	width: 100%;
	border-top: 3px dotted #999;
	display: none;
}

.reason_box_item_title_box {
	width: 100px;
}
.reason_box_item_title {
	font-family: BebasNeue;
	font-size: 40px;
	line-height: 1;
	margin-right: 20px;
	color: #fe5d78;
	padding: 10px 20px;
	border-radius: 50%;
	border: 4px solid #fe5d78;
	display: inline-block;
}
.reason_box_item_title span {
	font-family: MADEEvolve Medium;
	font-size: 12px;
	letter-spacing: 0.1em;
	display: block;
  text-align: center;
}
.reason_box_item_text {
	flex: 1;
	margin-right: 4%;
}
.reason_box_item_text_pink {
	font-weight: bold;
	font-size: 24px;
	color: #fe5d78;
}
.reason_box_item_text_pink span {
	font-size: 14px;
	display: block;
}
.reason_box_item_text_blk {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}


.reason_box_1 .reason_box_item_image {
	width: 530px;
	display: flex;
	justify-content: space-between;
}
.reason_box_1 .reason_box_item_image_item {
	width: 100px;
	height: 140px;
	object-fit: cover;
}
.reason_box_item_image_nail .reason_box_item_image_item,
.reason_box_item_image_eye .reason_box_item_image_item{
	width: 100%;
	height: 200px;
}
.reason_box_item_teacher {
	width: 100%;
	margin-left: 100px;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.reason_box_item_teacher_text {
	font-weight: bold;
	font-size: 14px;
	color: #fe5d78;
	margin-right: 25px;
	margin-bottom: 10px;
}
.reason_box_item_teacher_text span {
	font-family: MADEEvolve Medium;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #fe5d78;
	margin-right: 10px;
	padding: 2px 7px;
}

.reason_box_2_top {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 3px dotted #999;
	padding-right: 20px;
	padding-bottom: 50px;
}
.reason_box_2_bottom {
	padding-right: 20px;
	padding-top: 50px;
}
.reason_box_2_bottom_title {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	background-color: #fe5d78;
	display: inline-block;
	margin-bottom: 15px;
	padding: 3px 10px;
}
.reason_box_2_bottom_text {
	font-size: 14px;
	line-height: 2;
}
.reason_box_2 .reason_box_item_image img {
	width: 125px;
	height: 170px;
	object-fit: cover;
}

.reason_box_3 .reason_box_item_image {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.reason_box_3_image {
	width: 100%;
}
.reason_box_3_image img {
	width: 100%;
	height: auto;
}


@media (max-width: 1000px) {
	.reason_box_1 .reason_box_item_image {
		width: 100%;
		justify-content: space-between;
		margin-top: 20px;
	}
	.reason_box_1 .reason_box_item_image_box {
		position: relative;
		width: 19%;
		padding-top: 25%;
	}
  .reason_box_item_image_nail .reason_box_item_image_box,
  .reason_box_item_image_eye .reason_box_item_image_box{
    width: 100%;
    padding-top: 45%;
  }
	.reason_box_1 .reason_box_item_image_item {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.reason_box_item_teacher {
		margin-left: 0;
	}
	.reason_box_2 {
		width: 100%;
		border-bottom: 3px dotted #999;
	}
	.reason_box_2_top {
		border: none;
		padding-bottom: 0;
	}
	.reason_box_2_bottom {
		display: none;
	}
	.reason_box_3 {
		width: 100%;
		border: none;
	}
	.reason_box_3 .reason_box_item_image img {
		width: 70%;
		max-width: 315px;
		height: auto;
	}
	.reason_box_other {
		display: block;
	}
	.reason_box_2_bottom_title {
		font-size: 18px;
	}
	.reason_box_2_bottom_text {
		font-size: 11px;
	}
}
@media (max-width: 767px) {
	.section_reason {
		margin: 0 15px;
	}
		.reason_box {
		padding: 0;
	}
	.reason_box_item {
		padding: 25px 0;
	}
	.reason_box_item_title_box {
    width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.reason_box_item_title {
		font-size: 34px;
		margin-right: 0;
		padding: 10px 19px;
	}
	.reason_box_item_title span {
		font-size: 10px;
	}
	.reason_box_item_text_pink {
		font-size: 18px;
	}
	.reason_box_item_text_blk {
		font-size: 11px;
	}
	.reason_box_item_teacher_text {
		width: 100%;
		font-size: 11px;
		margin-right: 0;
	}
	.reason_box_item_teacher_text span {
		font-size: 10px;
	}
}
@media (max-width: 480px) {
	.reason_box_2_top {
    padding-right: 0;
	}
	.reason_box_2 .reason_box_item_image {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.reason_box_2 .reason_box_item_image img {
    width: 100%;
    height: 140px;
	}
}



/*リクルートセクション*/
.section_recruit {
	margin: 0 50px 100px;
}
.recruit_step_item_big {
	position: absolute;
	top: 35px;
	left: -45px;
	font-family: BebasNeue;
	font-style: italic;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transform: rotate(-10deg);
	z-index: 2;
}
.recruit_step_item_big_num {
	font-size: 67px;
}
.recruit_step_item_big_text {
	font-size: 40px;
	letter-spacing: 0.1em;
	padding-left: 10px;
}
.recruit_step_item {
	max-width: 1280px;
	background-color: #fff;
	padding: 35px 35px 35px 60px;
	margin: auto;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	position: relative;
}
.recruit_step_item_title {
	font-weight: bold;
	font-size: 24px;
	color: #fe5d78;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10px;
}
.recruit_step_item_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
	
}
.recruit_step_item_title_youtube {
	margin: 0 5px;
	margin-bottom: 5px;
	display: block;
}

.recruit_step_1 {
	justify-content: space-between;
	margin-top: 40px;
}
.recruit_step_1 .recruit_step_item_text  {
	padding-right: 5%;
}
.recruit_step_1_left {
	width: 47%;
	padding-top: 50px;
}
.recruit_step_1_right {
	width: 47%;
	position: relative;
}
.recruit_step_1_right_image {
	width: 100%;
	height: auto;
}
.recruit_step_1_search {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.recruit_step_1_search_box {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	border: 1px solid #272727;
	padding: 8px 15px;
	width: 55%;
}
.recruit_step_1_search_btn {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-size: 17.5px;
	color: #fff;
	background: linear-gradient(-90deg,#bcb6ef,#ffb9d5 60%,#ffb9d5);
	padding: 0 20px;
}
.recruit_step_1_qrcode {
	position: absolute;
	left: -18%;
	bottom: 0;
}

@media (max-width: 1000px) {
	.recruit_step_item {
    padding: 35px;
		padding-left: 50px;
	}
	.recruit_step_1_left {
		width: 100%;
		padding-top: 0;
	}
	.recruit_step_1_right {
		width: 100%;
		text-align: right;
    margin-top: -50px;
	}
	.recruit_step_1_qrcode {
		position:static;
	}
}
@media (max-width: 767px) {
	.section_recruit {
		margin: 0 15px;
	}
	.recruit_step_item_big {
		top: -20px;
    left: -15px;
	}
	.recruit_step_item_big_num {
		font-size: 45px;
	}
	.recruit_step_item_big_text {
		font-size: 30px;
		letter-spacing: 0.1em;
		padding-left: 10px;
	}
	.recruit_step_item {
    padding: 20px 15px;
    margin-bottom: 40px;
	}
	.recruit_step_item_title {
		font-size: 18px;
		padding-left: 30px;
	}
	.recruit_step_item_title_youtube {
    width: 100px;
	}
	.recruit_step_item_text {
		font-size: 11px;
	}
	.recruit_step_1 {
		margin-top: 25px;
	}
	.recruit_step_1_right {
		text-align: center;
    margin-top: 0;
	}
	.recruit_step_1_search_box {
		font-size: 11px;
	}
	.recruit_step_1_search_btn {
		font-size: 14px;
	}
	.recruit_step_1_qrcode {
		width: 130px;
		margin-top: 20px;
	}
}

.recruit_step_2 {
	position: relative;
}
.recruit_step_2 .recruit_step_item_title {
	width: 100%;
}
.recruit_step_2 .recruit_step_item_text {
	width: 100%;
	margin-bottom: 50px;
}
.recruit_step_2_left {
    width: 40%;
    margin-right: 12%;
}
.recruit_step_2_left_item {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}
.recruit_step_2_left_image {
	width: 190px;
	height: 115px;
	margin-right: 5%;
	position: relative;
}
.recruit_step_2_left_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recruit_step_2_left_image_tag {
	position: absolute;
	top: 0;
	left: 0;
	font-family: MADEEvolve Medium;
	font-size: 14px;
	letter-spacing: 0.1em;
	background-color: #fe5d78;
	color: #fff;
	padding: 5px 10px;
}
.recruit_step_2_left_info {
	flex: 1;
}
.recruit_step_2_left_info_title {
	font-weight: bold;
	color: #fe5d78;
	margin-bottom: 20px;
}
.recruit_step_2_left_info_text {
	font-size: 12px;
	line-height: 2;
}

.recruit_step_2_right {
	width: 40%;
}
.recruit_step_2_right_info {
	background-color: #fff5f8;
	padding: 15px;
}
.recruit_step_2_right_info_flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	line-height: 2;
}
.recruit_step_2_right_info_flex_en {
	font-family: MADEEvolve Medium;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #fe5d78;
	margin-right: 10px;
}
.recruit_step_2_right_info_flex_ja {
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fe5d78;
}
.recruit_step_2_right_info_flex_sub {
	font-size: 11px;
	letter-spacing: 0.05em;
}
.recruit_step_2_person {
	position: absolute;
	right: 0;
	top: 20%;
}

@media (max-width: 1280px) {
	.recruit_step_2_left {
		width: 70%;
	}
	.recruit_step_2_right {
		width: 70%;
	}
}
@media (max-width: 767px) {
	.recruit_step_2_left {
		width: 100%;
		margin-right: 0;
	}
	.recruit_step_2_left_info_title {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.recruit_step_2_left_info_text {
		font-size: 10px;
	}
	.recruit_step_2_left_image_tag {
		font-size: 11px;
	}
	.recruit_step_2_right {
		width: 100%;
	}
	.recruit_step_2_person {
		display: none;
	}
}
@media (max-width: 480px) {
	.recruit_step_2_left_image {
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 20px;
	}
	.recruit_step_2_left_image img {
    object-fit: inherit;
	}
	.recruit_step_2_right_info_flex_sub {
		width: 100%;
	}
}

.recruit_step_3,
.recruit_step_4,
.recruit_step_5{
	align-items: center;
}
.recruit_step_3_left,
.recruit_step_4_left,
.recruit_step_5_left{
	width: 37%;
	margin-right: 5%;
	position: relative;
}
.recruit_step_3_left_online,
.recruit_step_5_left_online{
	position: absolute;
	top: -70px;
	right: 0;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fe5d78;
	color: #ffea00;
	border-radius: 50%;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.recruit_step_3_right,
.recruit_step_4_right,
.recruit_step_5_right{
	width: 57%;
	border-left: 3px dotted #999;
	box-sizing: border-box;
	padding-left: 5%;
	display: flex;
	flex-wrap: wrap;
}
.recruit_step_3_right_pink,
.recruit_step_4_right_pink,
.recruit_step_5_right_pink{
	font-weight: bold;
	font-size: 18px;
	color: #fe5d78;
	margin-bottom: 15px;
}
.recruit_step_3_right_blk,
.recruit_step_4_right_blk,
.recruit_step_5_right_blk{
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit_step_3_right_text,
.recruit_step_4_right_text,
.recruit_step_5_right_text{
	font-size: 12px;
	letter-spacing: 0.05em;
}
.recruit_step_3_right_info,
.recruit_step_4_right_info,
.recruit_step_5_right_info{
	padding-right: 20px;
	box-sizing: border-box;
}
.recruit_step_3_right_image,
.recruit_step_5_right_image {
	width: 200px;
	height: 145px;
}
.recruit_step_3_right_image img,
.recruit_step_5_right_image img{
	width: 100%;
	height: auto;
}

.recruit_step_item_blk {
	font-weight: bold;
	margin-bottom: 10px;
}
.recruit_step_4_right_pink {
	width: 100%;
}
.recruit_step_4_right_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.recruit_step_4_right_flex_left {
	width: 47%;
}
.recruit_step_4_right_flex_right {
	width: 47%;
}
.recruit_step_4_right_flex_title {
	font-weight: bold;
}
.recruit_step_4_right_flex_text {
	font-size: 12px;
	line-height: 1.75;
}
.recruit_step_4_right_text {
	color: #8d8d8d;
}

@media (max-width: 1000px) {
	.recruit_step_3_left,
	.recruit_step_4_left,
	.recruit_step_5_left{
		width: 100%;
		margin-right: 0;
		padding-bottom: 35px;
	}
	.recruit_step_3_right,
	.recruit_step_4_right,
	.recruit_step_5_right{
		width: 100%;
		border-left: none;
		border-top: 3px dotted #999;
		padding-left: 0;
		padding-top: 35px;
	}
}
@media (max-width: 767px) {
	.recruit_step_3_left,
	.recruit_step_4_left,
	.recruit_step_5_left {
		padding-bottom: 15px;
	}
	.recruit_step_3_left_online,
	.recruit_step_5_left_online {
		width: 70px;
		height: 70px;
		font-size: 10px;
		top: -40px;
	}
	.recruit_step_3_right,
	.recruit_step_4_right,
	.recruit_step_5_right{
		padding-top: 15px;
	}
	.recruit_step_3_right_pink,
	.recruit_step_4_right_pink,
	.recruit_step_5_right_pink{
		font-size: 14px;
	}
	.recruit_step_3_right_blk,
	.recruit_step_4_right_blk,
	.recruit_step_5_right_blk{
		font-size: 12px;
	}
	.recruit_step_3_right_text,
	.recruit_step_4_right_text,
	.recruit_step_5_right_text{
		font-size: 10px;
	}
	.recruit_step_3_right_info,
	.recruit_step_4_right_info,
	.recruit_step_5_right_info{
		width: 52%;
		padding-right: 10px;
	}
	.recruit_step_3_right_image,
	.recruit_step_5_right_image{
		width: 48%;
		height: auto;
	}
	.recruit_step_item_blk {
		font-size: 12px;
	}
	.recruit_step_4_right_flex_left {
		width: 100%;
		margin-bottom: 10px;
	}
	.recruit_step_4_right_flex_right {
		width: 100%;
		margin-bottom: 10px;
	}
	.recruit_step_4_right_flex_title {
		font-size: 13px;
	}
	.recruit_step_4_right_flex_text {
		font-size: 10px;
	}
}
@media (max-width: 480px) {
	.recruit_step_3_right_info,
	.recruit_step_4_right_info,
	.recruit_step_5_right_info{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.recruit_step_3_right_image,
	.recruit_step_5_right_image{
		width: 100%;
	}
}



/*サロンセクション*/
.section_salon {
	margin: 0 50px;
}
.salon_container {
	max-width: 1280px;
	background-color: #fff;
	padding: 35px;
	margin: 50px auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.salon_title {
	font-weight: bold;
	font-size: 20px;
	color: #f599b7;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.salon_title:before, .salon_title:after {
	content: "";
	border: 1px solid #f599b7;
	flex-grow: 1;
}
.salon_title span {
	border-radius: 30px;
	background-color: #fff;
	border: 2px solid #f599b7;
	padding: 10px 20px;
}
.salon_title_sub {
	text-align: center;
	margin-top: 20px;
}
.salon_title_sub span {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 0.05em;
	color: #f5eb96;
	line-height: 1.2;
	background: linear-gradient(-135deg,#bcb6ef,#ffb9d5 60%,#ffb9d5);
	margin-bottom: 20px;
	display: inline-block;
	padding: 10px 15px;
}
.salon_title_br {
	display: none;
}

.salon_list {
	display: flex;
	flex-wrap: wrap;
}
.salon_list_item {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}
.salon_list_item:nth-of-type(4n) {
	margin-right: 0;
}
.salon_list_item_image {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.salon_list_item_image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.salon_list_item_name {
	font-size: 14px;
	margin: 5px 0;
	letter-spacing: 0.1em;
	display: flex;
	flex-wrap: wrap;
}
.salon_list_item_name span {
	white-space: nowrap;
}
.salon_list_item_tel {
	font-family: BebasNeue;
	font-size: 20px;
	letter-spacing: 0.05em;
}

@media (max-width: 1000px) {
	.salon_title_br {
		display: block;
	}
	.salon_list_item {
		width: calc((100% - 40px) / 3);
	}
	.salon_list_item:nth-of-type(4n) {
		margin-right: 20px;
	}
	.salon_list_item:nth-of-type(3n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.section_salon {
		margin: 0 15px;
	}
	.salon_container {
		padding: 15px;
		margin-top: 20px;
	}
	.salon_title {
		font-size: 14px;
	}
	.salon_title span {
		padding: 5px 10px;
	}
	.salon_title_sub span {
		font-size: 14px;
		padding: 5px 10px;
	}
	.salon_list {
		justify-content: space-between;
	}
	.salon_list_item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.salon_list_item:nth-of-type(4n) {
		margin-right: 0;
	}
	.salon_list_item_name {
		font-size: 11px;
	}
	.salon_list_item_tel {
		font-size: 16px;
	}
}
@media (max-width: 480px) {
	.salon_title {
		padding: 0;
	}
	.salon_title:before, .salon_title:after {
    content: none;
	}
	.salon_title span {
		padding: 5px;
    width: 100%;
	}
}


/*会社セクション*/
.section_company {
	margin: 0 50px 100px;
}
.section_company_container {
	max-width: 1040px;
	padding: 35px;
	margin: auto;
	background-color: #fff;
	box-sizing: border-box;
}
.voice {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 3px dotted #999;
	padding-bottom: 30px;
	position: relative;
}
.voice_title {
	position: absolute;
	top: 45px;
	left: -55px;
	font-family: BebasNeue;
	font-style: italic;
	font-size: 40px;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transform: rotate(-10deg);
	z-index: 2;
}
.voice_left {
	width: 50%;
}
.voice_left_image {
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.voice_left_image img {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice_left_text {
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-top: 10px;
}
.voice_left_text span  {
	font-size: 16px;
}
.voice_right {
	width: 46%;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

.profile {
	display: flex;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-left: 100px;
	position: relative;
}
.profile_title {
	position: absolute;
	top: 45px;
	left: -55px;
	font-family: BebasNeue;
	font-style: italic;
	font-size: 40px;
	display: flex;
	flex-direction: column;
	line-height: 1;
	transform: rotate(-10deg);
	z-index: 2;
}
.profile_left {
	margin-right: 40px;
}
.profile_info {
	display: flex;
	margin-bottom: 15px;
}
.profile_info_left {
	font-weight: bold;
	width: 120px;
}
.profile_info_right span {
	font-size: 12px;
	display: block;
}

@media (max-width: 1000px) {
	.voice_left {
		width: 100%;
		margin-bottom: 30px;
	}
	.voice_right {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.section_company {
		margin: 0 15px 100px;
	}
	.section_company_container {
		padding: 15px;
	}
	.voice_title {
		font-size: 30px;
		top: -20px;
    left: -25px;
	}
	.voice_left_text {
		font-size: 11px;
	}
	.voice_left_text span {
		font-size: 13px;
	}
	.voice_right {
		font-size: 11px;
	}
	.profile {
		padding-left: 0;
		padding-top: 100px;
	}
	.profile_title {
		font-size: 30px;
		top: 25px;
    left: -25px;
	}
	.profile_info_left {
    font-size: 13px;
    width: 100px;
	}
	.profile_info_right {
		font-size: 13px;
		flex: 1;
	}
}







