@charset "UTF-8";
/* ========================================================================== */
/* 色 ========= */
/* ========================================================================== */
/* ========================================================================== */
/*余白*/
/* ========================================================================== */
/* ========================================================================== */
/*フォント*/
/* ========================================================================== */
/* ========================================================================== */
/* 背景画像 ========= */
/* ========================================================================== */
/* ========================================================================== */
/* フルワイド ========= */
/* ========================================================================== */
/* ========================================================================== */
/* テキストグラデーション ========= */
/* ========================================================================== */
/* ========================================================================== */
/*ホバーアニメーション*/
/* ========================================================================== */
/* ========================================================================== */
/* 追記用 ========= */
/* ========================================================================== */
#salon_news {
  margin-top: -96px;
  padding-top: 96px;
}
@media screen and (max-width: 767px) {
  #salon_news {
    margin-top: -54px;
    padding-top: 54px;
  }
}

/*.keyvisual {
	background: url(../images/index/2306/kv_pc.jpg) top left;
	background-size: cover;
	@include mq() {
	background: url(../images/index/2306/kv_mb.jpg) top center;
	background-size: cover;
	}
}*/
.keyvisual {
  background-image: none;
}

.slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2s;
  /* 2秒のフェード */
  z-index: 1;
}

.mobile-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .desktop-img {
    display: none;
  }
}

.keyvisual_bnr {
  width: 325px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .keyvisual_bnr {
    width: 80%;
    height: auto;
    bottom: 0;
    right: 0;
    margin: -100px auto 70px;
    z-index: 100;
    position: relative;
  }
}
.keyvisual_bnr-mb {
  display: none;
}
@media screen and (max-width: 767px) {
  .keyvisual_bnr-mb {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .keyvisual_bnr-pc {
    display: none;
  }
}

#style_section .concept_navi ul {
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #style_section .concept_navi ul {
    gap: 0;
  }
}
#style_section .concept_navi ul li {
  width: 25%;
  display: block;
  border: 1px solid;
  color: #121212;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 16px 4px 12px;
}
@media screen and (max-width: 767px) {
  #style_section .concept_navi ul li {
    width: 100%;
    padding: 0 10px;
  }
}
#style_section .concept_navi ul li span {
  font-size: 36px;
  font-size: 3.6rem;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #style_section .concept_navi ul li span {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 0;
  }
}

#staff_section .concept_navi ul {
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  #staff_section .concept_navi ul {
    row-gap: 0;
  }
}

.salon_menu-section {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .salon_menu-section {
    margin-bottom: 80px;
  }
}

#menu_section .concept_navi ul {
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #menu_section .concept_navi ul {
    gap: 0;
  }
}

#salon .salon_movie {
  margin: 0 8.3333333333vw 80px;
}
@media screen and (max-width: 767px) {
  #salon .salon_movie {
    margin: 0 4.1666666667vw 60px;
  }
}
#salon .salon_movie video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #salon .salon_movie video {
    width: 100%;
    height: auto;
  }
}

#recruit_video .recruit_video-list {
  display: flex;
  flex-wrap: wrap;
}
#recruit_video .recruit_video-list li {
  width: 50%;
  padding: 0 25px;
  margin-bottom: 56px;
}
#recruit_video .recruit_video-list li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #recruit_video .recruit_video-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  #recruit_video .recruit_video-list li:nth-last-child(2) {
    margin-bottom: 40px;
  }
}
#recruit_video .recruit_video-list video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #recruit_video .recruit_video-list video {
    width: 100%;
    height: auto;
  }
}

#recruit .title {
  background: url(../images/recruit/2602/recruit_pc.jpg) top center;
  background-size: cover;
}

.profile_bnr {
  text-align: center;
  max-width: 720px;
  margin: 64px auto 0;
}

.recruit_feature-listText {
  line-height: 2;
}

.recruit_staff-heading {
  width: calc(100% - 30px);
}

.recruit_staff-heading span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.recruit_staff-heading .class2 {
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.recruit_staff-qsHeading {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.recruit_staff-qs {
  margin-bottom: 40px;
}

.recruit_staff-headingWrap {
  display: flex;
  align-items: center;
}

.recruit_staff-insta {
  order: 1;
}
.recruit_staff-insta img {
  width: 30px;
  height: 30px;
}

.recruit_staff-qs img {
  max-width: 70%;
  width: 400px;
}

.recruit_staff-qs:last-child {
  margin-bottom: 0;
}

.recruit_feature-listHeading2 {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 20px;
}

.recruit_feature-listHeading2 span {
  background: #ff0;
  padding: 4px;
  display: inline-block;
}

.recruit_feature-listText span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.5;
  text-align: center;
}

.recruit_feature-listText .class2 {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.recruit_salon {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.recruit_salon-info {
  width: 42%;
  order: 1;
  position: relative;
}

.recruit_salon-img {
  max-width: 400px;
}

.recruit_salon-text {
  width: 58%;
  padding-right: 40px;
}

.recruit_salon-other {
  text-align: center;
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.recruit_salon-other span {
  position: relative;
}

.recruit_salon-other span:before {
  left: -56px;
  transform: translateY(-50%) rotate(60deg);
}

.recruit_salon-other span:after {
  right: -56px;
  transform: translateY(-50%) rotate(-60deg);
}

.recruit_salon-other span:before,
.recruit_salon-other span:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #121212;
  position: absolute;
  top: 50%;
}

.recruit_video-title {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}

#recruit_entry {
  background: url(../images/recruit/2602/recruitentry_pc.jpg) top center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #recruit .title {
    background: url(../images/recruit/2602/recruit_mb.jpg) top center;
    background-size: cover;
  }
  .profile_bnr {
    margin-top: 20px;
    padding: 0 15px;
  }
  .recruit_staff-qsHeading {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recruit_staff-qs {
    margin-bottom: 30px;
  }
  .recruit_staff-qs img {
    max-width: 85%;
    margin: auto;
    display: block;
  }
  .recruit_feature-listHeading2 {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 16px;
  }
  .recruit_feature-listText span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .recruit_feature-listText .class2 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .recruit_salon-info {
    width: 100%;
    order: 0;
    margin-bottom: 16px;
  }
  .recruit_salon-text {
    width: 100%;
    padding-right: 0;
  }
  .recruit_salon-text p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 16px;
    text-align: justify;
  }
  .recruit_salon-img {
    max-width: 300px;
    margin: 0 auto;
  }
  .recruit_salon-other {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .recruit_salon-other span:before {
    left: -40px;
    top: 51%;
    transform: translateY(-50%) rotate(62deg);
  }
  .recruit_salon-other span:after {
    right: -80px;
  }
  .recruit_salon-other span:before,
  .recruit_salon-other span:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #121212;
    position: absolute;
    top: 50%;
  }
  #recruit_entry {
    background: url(../images/recruit/2602/recruitentry_mb.jpg) top center;
    background-size: cover;
  }
}
/*260223　求人パンフレット更新用対応*/
/* =========================
  Philosophy (Recruit) Section
========================= */
.recruit-philosophy {
  padding: 72px 16px;
  background: #fff;
  color: #111;
}

.recruit-philosophy__inner {
  max-width: 1120px;
  margin: 0 auto;
}

.recruit-philosophy__header {
  text-align: center;
  margin-bottom: 56px;
}

.recruit-philosophy__label {
  margin: 0 0 10px;
  font-size: 5.2rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}

.recruit-philosophy__title {
  margin: 0 0 14px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: 0.08em;
}

.recruit-philosophy__catch {
  margin: 0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.9;
  letter-spacing: 0.06em;
}
.recruit-philosophy__catch span {
  background: #ff0;
}

/* 見出し：左右ライン＋中央英字 */
.recruit-philosophy__heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
}

.recruit-philosophy__headingLine {
  flex: 1;
  height: 2px;
  background: #111;
}

.recruit-philosophy__headingEn {
  font-size: 3rem;
  text-transform: lowercase;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
}

/* Mission/Vision ブロック */
.recruit-philosophy__mvGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 52px 72px;
  margin-bottom: 64px;
}

.recruit-philosophy__blockTitle {
  margin: 0 0 10px;
  text-align: center;
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.12em;
}

.recruit-philosophy__blockText {
  margin: 0 auto;
  max-width: 520px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.06em;
}

/* Value */
.recruit-philosophy__value {
  margin-top: 8px;
}

.recruit-philosophy__heading--wide {
  max-width: 720px;
  margin: 0 auto 14px;
}

.recruit-philosophy__valueList {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 72px;
}

.recruit-philosophy__valueItem {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  align-items: start;
}

.recruit-philosophy__num {
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-top: 2px;
}

.recruit-philosophy__valueTitle {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.recruit-philosophy__valueText {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .recruit-philosophy {
    padding: 56px 16px;
  }
  .recruit-philosophy__label {
    font-size: 4.2rem;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .recruit-philosophy__header {
    margin-bottom: 42px;
  }
  .recruit-philosophy__mvGrid {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-bottom: 52px;
  }
  .recruit-philosophy__valueList {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 0 4.1666666667vw;
  }
  .recruit-philosophy__heading {
    gap: 12px;
  }
  .recruit-philosophy__headingEn {
    font-size: 3rem;
  }
}/*# sourceMappingURL=add.css.map */