@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, a, p, span, em, small, strong, sub, sup, mark, del, ins, strike, abbr, dfn, blockquote, q, cite, code, pre, ol, ul, li, dl, dt, dd, div, section, article, main, aside, nav, header, hgroup, footer, img, figure, figcaption, address, time, audio, video, canvas, iframe, details, summary, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

article, aside, footer, header, nav, section, main, figure, figcaption {
  display: block;
}

ul, ol {
  list-style: none;
  list-style-type: none;
}

code, kbd, pre, samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

blockquote, q {
  quotes: none;
}

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

address {
  font-style: normal;
}

/**カラー*********/
@media (max-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.0666666667vw;
  }
}
@media (max-width: 768px) {
  html.font-size-increased {
    font-size: 2.34375vw;
  }
}
@media (max-width: 430px) {
  html.font-size-increased {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 769px) {
  html.font-size-increased {
    font-size: 1.2vw;
  }
}

body {
  font-weight: 400;
  color: #343434;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 0.075em;
  line-height: 1.7;
}
@media screen and (max-width: 430px) {
  body {
    font-size: 0.875rem;
  }
}

a {
  text-decoration: none;
  color: #343434;
  display: inline-block;
  transition: 0.4s;
}

img {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 2rem 1.625rem;
  z-index: 999;
  transition: 0.4s all;
  background-color: rgba(255, 255, 255, 0.16);
}
.l-header img {
  width: auto;
  height: 4.6875rem;
}
.l-header__inner {
  width: 100%;
}
.l-header.active {
  background-color: rgba(237, 237, 237, 0.8);
  box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 1.25rem 1.625rem;
}
@media screen and (max-width: 768px) {
  .l-header.active {
    padding: 1.25rem 5rem 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .l-header.active {
    padding: 0.875rem 3.75rem 0.875rem 1.25rem;
    background-color: none;
  }
}
.l-header.active .l-header__nav-link {
  color: #343434;
}
.l-header.active .l-header__nav-link::before {
  background-color: #343434;
}
.l-header.active .l-header__openbtn {
  top: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .l-header.active .l-header__openbtn {
    top: 1.1875rem;
  }
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.l-footer {
  text-align: center;
  padding: 1.25rem;
}

section {
  padding: 5rem 0;
}
.l-container {
  overflow-x: clip;
}
.c-section-inner {
  max-width: 68.75rem;
  padding: 0 1.25rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-section-inner {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 430px) {
  .c-section-inner {
    padding: 0 1.875rem;
  }
}

.c-section-ttl {
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.p-fv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  min-height: 37.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-fv {
    min-height: 24.375rem;
    padding: 5rem 0;
  }
}
.p-fv__inner {
  width: 78%;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    width: 90%;
    align-items: flex-start;
  }
}
.p-fv__ttl {
/*   margin-bottom: 2rem; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-fv__ttl h1 {
    text-align: center !important;
  }
}


.p-msg {
  padding: 60px 0;
  line-height: 1.7;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-msg {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-target__list {
    gap: 2rem;
  }
}
.p-target__unit {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .p-target__unit {
    width: 100%;
  }
}

.p-step__list {
  gap: 2%;
}
@media screen and (max-width: 768px) {
  .p-step__list {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-step__unit {
    flex-direction: column;
  }
}
.p-step__unit:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-step__unit:nth-child(even) {
    flex-direction: column;
  }
}
.p-step__img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-step__img {
    width: 100%;
  }
}
.p-step__content {
  width: 50%;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 768px) {
  .p-step__content {
    width: 100%;
  }
}
.p-step__ttl {
  text-align: center;
  margin-bottom: 1.25rem;
}

.p-price__item {
  width: 80%;
}
.p-price__item > * {
  width: 50%;
}

.p-staff ul {
  gap: 4%;
}
.p-staff li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-staff li {
    width: 100%;
  }
}
.p-staff__img {
  border-radius: 50%;
  overflow: hidden;
  width: 18.75rem;
  height: 18.75rem;
  margin-bottom: 1rem;
}
.p-staff__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-staff h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

.p-info h3 {
  width: 10rem;
}
.p-info iframe {
  width: 100%;
  height: 25rem;
}

.p-voice__list {
  gap: 2rem;
}
.p-voice__catch {
  margin-bottom: 1.25rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.p-voice__desc {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.p-voice__img {
  overflow: hidden;
  border-radius: 50%;
  width: 32%;
  border: 1px solid #000;
}
.p-voice__box {
  width: 66%;
}

.p-course__list {
  gap: 1.75rem;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-course__list {
    width: 100%;
  }
}
.p-course__ttl {
  font-size: 1.25rem;
  cursor: pointer;
  background-color: #f1f1f1;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 0;
}
.p-course__ttl::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid;
  border-color: #565656 #565656 transparent transparent;
  transform: rotate(135deg);
  position: absolute;
  top: 20%;
  right: 10%;
  transition: 0.6s all;
}
.p-course__ttl.open::before {
  transform: rotate(-45deg);
  top: 40%;
}
.p-course__desc {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.p-faq__wrap {
  gap: 2rem;
}
.p-faq__term {
  margin-bottom: 1rem;
}
.p-faq__subtitle {
  padding-left: 1.875rem;
}
.p-faq__subtitle::before {
  content: "Q";
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -0.375rem;
}
.p-faq__desc {
  padding-left: 1.875rem;
}
.p-faq__desc::before {
  content: "A";
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -0.375rem;
  color: red;
}

@media screen and (max-width: 768px) {
  .u-display_pc {
    display: none !important;
  }
}

.u-display_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-display_sp {
    display: block !important;
  }
}

.u-df {
  display: flex;
}

.u-ai-c {
  align-items: center;
}

.u-ai-st {
  align-items: stretch;
}

.u-jc-c {
  justify-content: center;
}

.u-jc-sb {
  justify-content: space-between;
}

.u-jc-fe {
  justify-content: flex-end;
}

.u-fw-w {
  flex-wrap: wrap;
}

.u-fd-c {
  flex-direction: column;
}

.u-fd-rr {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .u-fd-c-md-max {
    flex-direction: column;
  }
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fw-semibold {
  font-weight: 600;
}

.u-fw-black {
  font-weight: 900;
}

.u-fc-w {
  color: #ffffff;
}

.u-fc-g80 {
  color: #ADADAD;
}

.u-fs32 {
  font-size: 2rem;
}

.u-fs20 {
  font-size: 1.25rem;
}

.u-fs18 {
  font-size: 1.125rem;
}

.u-fs16 {
  font-size: 1rem;
}

.u-fs14 {
  font-size: 0.875rem;
}

.u-fs12 {
  font-size: 0.75rem;
}

.u-fs11 {
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .u-fs26-md-max {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 768px) {
  .u-fs16-md-max {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .u-fs14-md-max {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .u-fs12-md-max {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .u-fs11-md-max {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 430px) {
  .u-fs18-sm-max {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 430px) {
  .u-fs16-sm-max {
    font-size: 1rem;
  }
}

@media screen and (max-width: 430px) {
  .u-fs14-sm-max {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 430px) {
  .u-fs12-sm-max {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 430px) {
  .u-fs11-sm-max {
    font-size: 0.6875rem;
  }
}

.u-ta-j {
  text-align: justify;
}

.u-lh171 {
  line-height: 1.71;
}

.u-lh175 {
  line-height: 1.75;
}

.u-lh2 {
  line-height: 2;
}

.u-lh2125 {
  line-height: 2.125;
}

.u-ls0 {
  letter-spacing: 0;
}

.u-ls1 {
  letter-spacing: 0.1em;
}

.u-ta-c {
  text-align: center;
}

.u-po-rel {
  position: relative;
}

.u-po-abs {
  position: absolute;
}

.u-mb16 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 1.25rem;
}

.u-mb30 {
  margin-bottom: 1.875rem;
}

.u-mb32 {
  margin-bottom: 2rem;
}

.u-mb40 {
  margin-bottom: 2.5rem;
}

.u-mb60 {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 430px) {
  .u-mb38-sm-max {
    margin-bottom: 2.375rem;
  }
}

@media screen and (max-width: 430px) {
  .u-mb20-sm-max {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 430px) {
  .u-mb18-sm-max {
    margin-bottom: 1.125rem;
  }
}

.u-pd16 {
  padding-bottom: 1rem;
}

.u-pd30 {
  padding-bottom: 1.875rem;
}

.u-pd32 {
  padding-bottom: 2rem;
}

.u-pd40 {
  padding-bottom: 2.5rem;
}

.u-pd60 {
  padding-bottom: 3.75rem;
}

.u-pd80 {
  padding-bottom: 5rem;
}

@media screen and (max-width: 430px) {
  .u-pb70-sm-max {
    padding-bottom: 4.375rem;
  }
}

@media screen and (max-width: 430px) {
  .u-pb50-sm-max {
    padding-bottom: 3.125rem;
  }
}
/*# sourceMappingURL=style.css.map */

.p-info__unit:not(:first-of-type) {
  margin-top: 0.5rem;
}
.p-info__map {
  margin-top: 2rem;
}

#sln-salon {
  margin: 0 auto;
}

.p-course {
  padding: 5rem 0 0;
}

#footer .site-logo {
  max-width: 12.5rem;
    margin: 0 auto;
}
.p-voice__desc {
  width: 100%;
  gap: 2rem
}
.p-voice__img {
  width: 17.1875rem;
  height: 17.1875rem;
}

.p-voice__box {
  width: calc(100% - 17.1875rem - 2rem);
}

@media screen and (max-width: 768px) {
  .p-target__content {
    max-width: 480px;
    width: 100%;
  }

  .p-staff__content {
    max-width: 18.75rem;
    width: 100%;
  }
}

@media screen and (max-width: 430px) {
  .p-voice__desc {
    flex-direction: column;
  }
  .p-voice__box {
    width: 100%;
  }

  .p-info__unit {
    flex-direction: column;
  }

  .p-course__ttl {
    font-size: 1rem;
  }

  .p-course__ttl::before {
    width: 0.6rem;
    height: 0.6rem;
    border: 0.14rem solid;
    border-color: #565656 #565656 transparent transparent;
    top: 31%;
    right: 5%;
}

.c-section-ttl {
  font-size: 1.25rem;
}
}
