@charset "UTF-8";
/* アロマグレースについて */
/* --------------------------------------------
  LINE
-------------------------------------------- */
.num-head {
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}

.num-head::before {
  -webkit-background-clip: text;
  z-index: -1;
  position: absolute;
  bottom: -0.1875em;
  left: -0.75em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F1B3), to(#EEBCD6));
  background: -webkit-linear-gradient(top, #F0F1B3 0%, #EEBCD6 100%);
  background: linear-gradient(180deg, #F0F1B3 0%, #EEBCD6 100%);
  background-clip: text;
  color: transparent;
  font-size: 2.4em;
  line-height: 1;
  content: attr(data-number);
  opacity: 0.7;
  pointer-events: none;
}

/* --------------------------------------------
  サロン紹介
-------------------------------------------- */
.about_concept {
  padding: 4em 2.5em 3.25em;
  background-image: url(../../images/pages/about_img01.png);
  background-size: cover;
}

.about_concept_img {
  width: 34.375em;
}

.about_concept_cnt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP";
}

.about_concept_main {
  font-size: 1.75em;
  font-weight: 600;
  text-align: center;
}

.about_concept_txt {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 2;
}

.about_table th {
  width: 13%;
}

.about-img {
  margin-top: 2.5em;
}

.about-img__parts {
  width: 40%;
}
.about-img__parts + .about-img__parts {
  margin-left: 2em;
}

/* --------------------------------------------
  セラピスト紹介
-------------------------------------------- */
.about_therapist {
  position: relative;
  width: 1215px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 4.6875em;
  margin-bottom: 4.6875em;
  padding-top: 4.125em;
}

.about_therapist_img_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.8125em;
}

.about_therapist_name {
  padding-top: 1.5em;
  padding-left: 1.125em;
}

.about_therapist_name_main {
  font-size: 1.625em;
}

.about_therapist_cnt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50.375em;
  margin-right: 0;
  margin-left: auto;
  padding: 3em 0;
  background-image: url(../../images/pages/about_img02.png);
  background-size: cover;
}

.about_therapist_cnt_inner {
  width: 38.8888888889em;
  max-width: 100%;
  font-size: 1.125em;
  line-height: 2;
}

.about_therapist_cnt_wrap + .about_therapist_cnt_wrap {
  margin-top: 1em;
}

.about_therapist_cnt_line {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
}
.about_therapist_cnt_line dt {
  width: 7em;
}
.about_therapist_cnt_line.w100 dt {
  width: 100%;
}
.about_therapist_cnt_line.w100 dd {
  padding-left: 7em;
}

.about_therapist_message {
  margin-top: 2em;
  padding: 3.75em 3.625em 5em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 206, 223, 0.57)), to(rgba(190, 218, 255, 0.57)));
  background: -webkit-linear-gradient(top, rgba(255, 206, 223, 0.57), rgba(190, 218, 255, 0.57));
  background: linear-gradient(to bottom, rgba(255, 206, 223, 0.57), rgba(190, 218, 255, 0.57));
}

.about_therapist_message_title {
  position: relative;
  font-size: 1.5em;
  font-weight: 600;
}
.about_therapist_message_title::before {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 5.75em;
  width: 38.0833333333em;
  height: 1px;
  transform: translateY(-50%);
  background-color: #270707;
  content: "";
}

.about_therapist_message_txt {
  margin-top: 1.5em;
  font-size: 1.125em;
  line-height: 2.5;
}

/* --------------------------------------------
  よくある質問
-------------------------------------------- */
.about_faq_line {
  margin-top: 1.5555555556em;
  padding: 1.8333333333em 1em 1.8333333333em 2.7777777778em;
  background-color: #F5FFF5;
  font-size: 1.125em;
}
.about_faq_line dt, .about_faq_line dd {
  position: relative;
  padding-left: 1.9444444444em;
}
.about_faq_line dt::before, .about_faq_line dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.about_faq_line dt::before {
  content: "Q.";
}
.about_faq_line dd {
  margin-top: 0.625em;
}
.about_faq_line dd::before {
  content: "A.";
}
@media screen and (max-width: 1900px) {
  /* アロマグレースについて */
}
@media screen and (max-width: 1540px) {
  /* アロマグレースについて */
}
@media screen and (max-width: 1260px) {
  /* アロマグレースについて */
  .about_concept {
    font-size: 1.3vw;
  }
  .about_therapist {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1100px) {
  /* アロマグレースについて */
  .about_concept_img {
    width: 30em;
  }
  .about_therapist_img_wrap {
    width: 24em;
  }
}
@media screen and (max-width: 840px) {
  /* アロマグレースについて */
  .about_concept {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1em;
  }
  .about_concept_img {
    width: 100%;
  }
  .about_concept_cnt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 480px) {
  /* アロマグレースについて */
  .about_concept {
    padding: 2em 1.5em 3.25em;
  }
  .about_concept_cnt {
    padding-top: 2em;
    padding-bottom: 0em;
  }
  .about-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-img__parts + .about-img__parts {
    margin-top: 1em;
    margin-left: 0;
  }
  .about-img__parts {
    width: 100%;
  }
  .about_therapist {
    padding-top: 0;
    font-size: 1em;
  }
  .about_therapist_img_wrap {
    position: static;
    width: 80%;
    margin: 0 auto;
  }
  .about_therapist_cnt {
    width: 100%;
    margin-top: 2em;
    padding: 1em;
  }
  .about_therapist_cnt_inner {
    font-size: 0.7em;
  }
  .about_therapist_cnt_line dt {
    width: 6em;
  }
  .about_therapist_cnt_line.w100 dd {
    padding-left: 6em;
  }
  .about_therapist_message {
    padding: 2em 1.5em;
  }
  .about_therapist_message_title::before {
    width: 7em;
  }
  .about_therapist_message_txt {
    font-size: 0.9em;
  }
  .about_faq_line {
    padding: 1em;
    font-size: 1em;
  }
}