@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

input[type=submit] {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  transition: opacity 0.3s;
}

input[type=submit]:hover {
  opacity: 0.8;
}

select::-ms-expand {
  display: none;
}

.aca {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .aca {
    margin: 5.6875rem 0 5.875rem;
  }
}

.aca__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .aca__inner {
    max-width: 87.5rem;
    padding: 0 3.125rem;
  }
}

.aca__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .aca__wrapper {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.aca__text.text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 2;
}

.aca__text.text:first-of-type {
  margin-top: 0;
}

.aca__img {
  width: 100%;
}

.aca__img img {
  aspect-ratio: 546/364;
  -o-object-fit: cover;
     object-fit: cover;
}

.aca__btn.btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .aca__btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.academy-list__title.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .academy-list__title.title {
    text-align: left;
  }
}

.academy-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .academy-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    padding: 6.25rem 0 9.375rem 0;
    margin-top: 13.125rem;
  }
}

.academy-list__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .academy-list__sub-title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.academy-list__wrapper {
  padding: 60px 30px 30px;
  padding: 3.75rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .academy-list__wrapper {
    padding: 0;
    max-width: 31.25rem;
    width: 100%;
  }
}

.academy-list__item-img {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .academy-list__item-img {
    max-width: 67.5625rem;
    margin-top: 0;
  }
}

.academy-list__item-img img {
  width: 100%;
  aspect-ratio: 1081/720;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .academy-list__item-img img {
    margin-top: -18.75rem;
  }
}

.academy-list__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .academy-list__item-text {
    margin-top: 1.875rem;
    max-width: 34.375rem;
    width: 100%;
  }
}

.academy-list__item--btn.btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .academy-list__item--btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.academy {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .academy {
    margin: 0;
  }
}

.academy__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .academy__inner {
    max-width: 90rem;
    padding: 0 0 0 3.125rem;
  }
}

.access {
  padding: 30px 0;
  padding: 1.875rem 0;
  background-color: #FDF1E9;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 5.6875rem 0 5.875rem;
  }
}

.access__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__inner {
    max-width: 87.5rem;
    padding: 0 3.125rem;
  }
}

.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.access__title.access__title {
  text-align: center;
}

.access__text.text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 2;
}

.access__text.text:first-of-type {
  margin-top: 0;
}

.access__img {
  max-width: 496px;
  max-width: 31rem;
  width: 100%;
}

.access__img img {
  aspect-ratio: 496/331;
  -o-object-fit: cover;
     object-fit: cover;
}

.access__btn.btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .access__btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.access__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.125rem;
  }
}

.access__address {
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}

.access__icon {
  background-image: url(/images/salon/shop_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 60%;
  background-size: 1.125rem 1.125rem;
  display: block;
  word-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .access__icon {
    background-position: right 3.125rem center;
  }
}

.access__box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .access__box {
    width: auto;
    text-align: left;
  }
}

.access__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(15.008px, 14.24px + 0.24vw, 19.008px);
  font-size: clamp(0.938rem, 0.89rem + 0.24vw, 1.188rem);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.access__tit::before,
.access__tit::after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 40px;
  height: 2.5rem;
  background: #313131;
}
@media screen and (min-width: 768px) {
  .access__tit::before,
  .access__tit::after {
    height: 2.5rem;
  }
}

.access__tit::before {
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.access__tit::after {
  margin-left: 30px;
  margin-left: 1.875rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.access__btn {
  position: relative;
  padding: 20px 30px 20px 60px;
  padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  display: inline-block;
  font-size: clamp(14px, 12.864px + 0.36vw, 20px);
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #B09C05;
  color: #B09C05;
  border-radius: 3.125rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.access__btn::before {
  position: absolute;
  content: "";
  background-image: url(/images/academy/line_01.svg);
  background-repeat: no-repeat;
  width: 30px;
  width: 1.875rem;
  height: 28px;
  height: 1.75rem;
  left: 15px;
  left: 0.9375rem;
  top: 15px;
  top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .access__btn::before {
    top: 1.0625rem;
    left: 0.9375rem;
  }
}

.access__btn:hover::before {
  background-image: url(/images/academy/line_02.svg);
}

.access__btn:hover {
  background-color: #937218;
  color: #fff;
}

.access__button {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.access__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .access__nav-item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.access__nav-item.access__nav-item--insta a::after {
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  background-image: url(../../images/common/insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.archive-blog {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .archive-blog {
    margin: 3.125rem 0;
  }
}

.archive-blog__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive-blog__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .archive-blog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.archive-blog-list__item {
  border-bottom: 1px solid #303030;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.archive-blog-list__item + .archive-blog-list__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.archive-blog-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .archive-blog-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.archive-blog-list__item-img {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .archive-blog-list__item-img {
    max-width: 12.5rem;
  }
}

.archive-blog-list__item-img img {
  width: 100%;
  aspect-ratio: 196/135;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-blog-list__item-content {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .archive-blog-list__item-content {
    margin-left: 4.375rem;
    margin-top: 0;
  }
}

.archive-blog-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.archive-blog-list__item-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.archive-blog-list__item-category {
  padding: 5px;
  padding: 0.3125rem;
  min-width: 80px;
  min-width: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #BC9D93;
  border: 1px solid #BC9D93;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 1.5625rem;
}

.archive-blog-list__item-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.archive-blog__sidebar {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__sidebar {
    margin-top: 0;
    margin-left: 4rem;
    width: 35%;
  }
}

.archive-blog__sidebar-item {
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative;
  border-top: 1px solid #937218;
}

.archive-blog__sidebar-item + .archive-blog__sidebar-item {
  margin-top: 64px;
  margin-top: 4rem;
}

.archive-blog__sidebar-title {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #937218;
  font-weight: 400;
}

.archive-blog__ranking-link {
  padding: 24px 0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive-blog__ranking-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.archive-blog__ranking-img-wrap {
  position: relative;
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.archive-blog__ranking-img {
  width: 100%;
}

.archive-blog__ranking-img img {
  width: 100%;
  aspect-ratio: 112/76;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-blog__sidebar-list {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.archive-blog__category-list {
  padding-left: 1em;
}

.archive-blog__category-item {
  list-style-type: disc;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.archive-blog__category-item::marker {
  color: #937218;
}

.archive-blog__category-link {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.archive-blog__btn.btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .archive-blog__btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.archive-blog__btn {
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 60px;
  padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  display: inline-block;
  font-size: clamp(14px, 12.864px + 0.36vw, 20px);
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #313131;
  border-radius: 3.125rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.archive-blog__btn::before {
  position: absolute;
  content: "";
  background-image: url(/images/common/archive-blog_01.svg);
  background-repeat: no-repeat;
  width: 30px;
  width: 1.875rem;
  height: 28px;
  height: 1.75rem;
  left: 15px;
  left: 0.9375rem;
  top: 15px;
  top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .archive-blog__btn::before {
    top: 1.0625rem;
    left: 0.9375rem;
  }
}

.pagenavi .wp-pagenavi {
  margin-top: 40px;
  margin-top: 2.5rem;
  clear: both;
  text-align: center;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  margin: 0 3px;
  margin: 0 0.1875rem;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  font-size: clamp(16px, 14.288px + 0.54vw, 25.008px);
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.563rem);
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #FDF1E9;
  background-color: #FDF1E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.5625rem;
  border-color: #BB9D93;
  color: #BB9D93;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    padding: 0.5625rem 1.125rem;
  }
}

.pagenavi .wp-pagenavi a:hover {
  color: #fff;
  background-color: #BB9D93;
  border-color: #BB9D93;
  opacity: 1;
}

.pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #BB9D93;
  border-color: #BB9D93;
}

.pagenavi .wp-pagenavi .nextpostslink {
  position: relative;
  padding: 4px 45px;
  padding: 0.25rem 2.8125rem;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    padding: 0.5625rem 3rem;
  }
}

.pagenavi .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 44px;
  width: 2.75rem;
  height: 1px;
  height: 0.0625rem;
  right: -18px;
  right: -1.125rem;
  background-color: #937218;
  top: 50%;
}

.pagenavi .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: -25px;
  right: -1.5625rem;
  top: 9px;
  top: 0.5625rem;
  border-top: 8px solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #937218;
  border-left: 0.5rem solid #937218;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .nextpostslink::after {
    top: 1.0625rem;
  }
}

.arts-shop {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.arts-shop__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .arts-shop__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.arts-shop__text.text {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .arts-shop__text.text {
    text-align: left;
  }
}

.arts-shop__sub-title.sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .arts-shop__sub-title.sub-title {
    text-align: left;
  }
}

.arts-shop__box {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.arts-shop__wrapper {
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .arts-shop__wrapper {
    margin-top: 3.125rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .arts-shop__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.arts-shop__info {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}

.arts-shop__address {
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}

.arts-shop__address span {
  visibility: hidden;
}

.arts-shop__icon {
  background-image: url(/images/salon/shop_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 90% 60%;
  background-size: 1.125rem 1.125rem;
  display: block;
  word-wrap: break-word;
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .arts-shop__icon {
    max-width: 18.5625rem;
  }
}

.arts-shop-btn__circle.btn__circle {
  width: 283px;
  width: 17.6875rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 1.75rem;
}

.arts-shop-btn__circle.btn__circle::after {
  top: 19px;
  top: 1.1875rem;
}

.arts-shop__second-title.sub-title {
  font-size: clamp(18px, 16.672px + 0.42vw, 25.008px);
  font-size: clamp(1.125rem, 1.042rem + 0.42vw, 1.563rem);
}

.arts-shop__btn.btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.arts-shop__btn.btn:hover {
  color: #937218;
}

.arts {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .arts {
    margin: 7.1875rem 0 0 0;
  }
}

.arts__inner {
  width: 100%;
  margin: 0 auto;
}

.arts__title.title {
  text-align: center;
}

.arts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDF1E9;
  padding: 48px 20px;
  padding: 3rem 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .arts__wrapper {
    padding: 4.875rem 1.25rem;
  }
}

.arts__text.text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 2;
}

.arts__sub-title.sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .arts__sub-title.sub-title {
    text-align: left;
  }
}

.arts__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .arts__img {
    margin-top: 0;
  }
}

.blog-list {
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .blog-list {
    gap: 3.125rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2.5rem;
  }
}

.blog-list__item a {
  position: relative;
  display: block;
  height: 100%;
}

.blog-list__item-img {
  width: 100%;
}

.blog-list__item-img img {
  width: 100%;
  aspect-ratio: 463/297;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-list__item-content {
  padding-top: 10px;
  padding-top: 0.625rem;
}

.blog-list__item-category {
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #937218;
  background-color: #fff;
  border-radius: 0.75rem;
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .blog-list__item-category {
    font-size: 1rem;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -2.375rem;
    margin-top: 0;
  }
}

.blog-list__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .blog-list__item-title {
    font-size: 1rem;
  }
}

.blog-list__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .blog-list__item-text {
    font-size: 0.875rem;
  }
}

.blog-list__item-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .blog-list__item-date {
    font-size: 1rem;
  }
}

.blog {
  background-color: #FDF1E9;
  padding: 100px 0 150px;
  padding: 6.25rem 0 9.375rem;
}

.blog__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .blog__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.blog__btn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  gap: 1rem;
  color: #937218;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn__circle {
  width: 51px;
  width: 3.1875rem;
  height: 51px;
  height: 3.1875rem;
  border: 1px solid #937218;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn__circle::before, .btn__circle::after {
  content: "";
  position: absolute;
  background-color: transparent;
}
.btn__circle::before {
  width: 44px;
  width: 2.75rem;
  height: 1px;
  height: 0.0625rem;
  right: -18px;
  right: -1.125rem;
  background-color: #937218;
}
.btn__circle::after {
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: -25px;
  right: -1.5625rem;
  top: 17px;
  top: 1.0625rem;
  border-top: 8px solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #937218;
  border-left: 0.5rem solid #937218;
}
.btn:hover .btn__circle {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.campany__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .campany__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.campany__btn {
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: inline-block;
  font-size: clamp(14px, 11.904px + 0.65vw, 25.008px);
  font-size: clamp(0.875rem, 0.744rem + 0.65vw, 1.563rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #BB9D93;
  background-color: #EDE5E3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #BC9D93;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .campany__btn:hover {
    color: #fff;
    background-color: #BB9D93;
    opacity: 1;
  }
}

.campany__btn span {
  display: block;
  font-size: clamp(14px, 13.232px + 0.24vw, 18px);
  font-size: clamp(0.875rem, 0.827rem + 0.24vw, 1.125rem);
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.campany__wrapper {
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .campany__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125rem;
  }
}

.campany__wrapper.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .campany__wrapper.u-desktop {
    display: grid;
  }
}

.purpose__img-1 img {
  aspect-ratio: 306/458;
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose__img-2 img {
  aspect-ratio: 490/328;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-list__title.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-list__title.title {
    text-align: left;
  }
}

.concept-list__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .concept-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
    padding: 6.25rem 0 9.375rem 0;
    margin-top: 13.125rem;
  }
}

.concept-list__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .concept-list__sub-title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.concept-list__wrapper {
  padding: 60px 30px 30px;
  padding: 3.75rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .concept-list__wrapper {
    padding: 0;
    max-width: 31.25rem;
    width: 100%;
  }
}

.concept-list__item-img {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .concept-list__item-img {
    max-width: 67.5625rem;
    margin-top: 0;
  }
}

.concept-list__item-img img {
  width: 100%;
  aspect-ratio: 1081/720;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .concept-list__item-img img {
    margin-top: -18.75rem;
  }
}

.concept-list__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .concept-list__item-text {
    margin-top: 1.875rem;
    max-width: 34.375rem;
    width: 100%;
  }
}

.concept-list__item--btn.btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .concept-list__item--btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.concept {
  position: relative;
  background-image: url(/images/top/concept_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .concept {
    margin: 0;
  }
}

.concept__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .concept__inner {
    max-width: 90rem;
    padding: 0 0 0 3.125rem;
  }
}

.curriculum {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 50px 0 100px;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .curriculum {
    margin-top: 3.125rem;
    padding: 6.25rem 0 9.1875rem;
  }
}

.curriculum__inner {
  margin: auto;
  padding: 0 30px;
  padding: 0 1.875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .curriculum__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.curriculum__title.title {
  text-align: center;
}

.curriculum__sub-title.sub-title {
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .curriculum__sub-title.sub-title {
    text-align: left;
    margin-top: 0;
  }
}

.curriculum__text.text {
  text-align: left;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .curriculum__text.text {
    margin-top: 2.6875rem;
    text-align: center;
  }
}

.curriculum__sub-text.sub-text {
  text-align: right;
}

.curriculum__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.curriculum__box {
  max-width: 650px;
  max-width: 40.625rem;
  width: 100%;
}

.curriculum__warp {
  display: none;
}
@media screen and (min-width: 768px) {
  .curriculum__warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.875rem;
    gap: 3.125rem;
    padding: 0 3.125rem;
  }
}

.curriculum__movie {
  width: 100%;
  max-width: 357px;
  max-width: 22.3125rem;
}

.curriculum__video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .curriculum__video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.curriculum__wrapper {
  background-color: #FDF1E9;
  padding: 50px 30px;
  padding: 3.125rem 1.875rem;
  text-indent: 0em;
  margin-top: 75px;
  margin-top: 4.6875rem;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 552px;
  height: 34.5rem;
}
@media screen and (min-width: 768px) {
  .curriculum__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 15rem;
    max-width: 68.75rem;
    padding: 3.125rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .curriculum__img {
    position: absolute;
    top: -2.5rem;
    right: -1.875rem;
  }
}

.curriculum__item {
  list-style-type: disc;
}

.curriculum-swiper {
  position: relative;
}

.curriculum-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 300/180;
  -o-object-fit: cover;
     object-fit: cover;
}

.curriculum-swiper .swiper-pagination2 {
  bottom: 40px;
  bottom: 2.5rem;
  text-align: center;
  position: absolute;
}

.curriculum-swiper .swiper-pagination2 .swiper-pagination-bullet {
  border: 1px solid #BB9D93;
  background: #BB9D93;
}

.curriculum-swiper .swiper-pagination3 {
  bottom: 40px;
  bottom: 2.5rem;
  text-align: center;
  position: absolute;
}

.curriculum-swiper .swiper-pagination3 .swiper-pagination-bullet {
  border: 1px solid #BB9D93;
  background: #BB9D93;
}

.curriculum-swiper__button-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .curriculum-swiper__button-wrap {
    margin-top: 6.25rem;
  }
}

.curriculum-swiper__button-wrap .swiper-button-prev,
.curriculum-swiper__button-wrap .swiper-button-next {
  position: relative;
  width: 49px;
  width: 3.0625rem;
  height: 49px;
  height: 3.0625rem;
  background-color: #BB9D93;
  border-radius: 50%;
  top: -460px;
  top: -28.75rem;
}

.curriculum-swiper__button-wrap .swiper-button-next {
  left: 40%;
}

.curriculum-swiper__button-wrap .swiper-button-prev {
  left: -40%;
}

.curriculum-swiper__button-wrap .swiper-button-prev::before,
.curriculum-swiper__button-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}

.curriculum-swiper__button-wrap .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.curriculum-swiper__button-wrap .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.curriculum__container {
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
  white-space: nowrap;
  width: 300px;
  width: 18.75rem;
  margin-top: 58px;
  margin-top: 3.625rem;
}
@media screen and (min-width: 768px) {
  .curriculum__container {
    white-space: normal;
    width: 100%;
    margin-top: 5.5rem;
  }
}

.curriculum__imgs {
  width: 800px;
  width: 50rem;
}
@media screen and (min-width: 768px) {
  .curriculum__imgs {
    width: 100%;
  }
}

.curriculum__imgs img {
  aspect-ratio: 1540/530;
  -o-object-fit: cover;
     object-fit: cover;
}

.faq__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 3.125rem;
  }
}

.faq-list__item {
  border-bottom: 1px solid #313131;
}

.faq-list__item + .faq-list__item {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.faq-list__item-question {
  padding: 12px 40px 12px 60px;
  padding: 0.75rem 2.5rem 0.75rem 3.75rem;
  position: relative;
  font-size: clamp(15.008px, 14.24px + 0.24vw, 19.008px);
  font-size: clamp(0.938rem, 0.89rem + 0.24vw, 1.188rem);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question {
    padding: 0.875rem 3.75rem 0.875rem 5rem;
  }
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 21px;
  top: 1.3125rem;
  left: 20px;
  left: 1.25rem;
  width: 18px;
  width: 1.125rem;
  height: 1px;
  height: 0.0625rem;
  background: #B09C05;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .faq-list__item-question::before,
  .faq-list__item-question::after {
    top: 1.5rem;
    width: 1.25rem;
  }
}

.faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-list__item-answer {
  padding: 15px 30px 15px 60px;
  padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
  display: none;
  font-size: clamp(15.008px, 14.24px + 0.24vw, 19.008px);
  font-size: clamp(0.938rem, 0.89rem + 0.24vw, 1.188rem);
}
@media screen and (min-width: 768px) {
  .faq-list__item-answer {
    padding: 1.25rem 2.5rem 0.9375rem 5rem;
  }
}

.faq {
  padding: 30px 0;
  padding: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 5.6875rem 0 5.875rem;
  }
}

.faq__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .faq__inner {
    max-width: 87.5rem;
    padding: 0 3.125rem;
  }
}

.flow {
  background-color: #EDEDED;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 91px 0 94px;
  padding: 5.6875rem 0 5.875rem;
}

.flow__inner {
  margin: auto;
  width: 100%;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.flow__wrapper {
  background-color: #fff;
  padding: 50px 30px;
  padding: 3.125rem 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .flow__wrapper {
    margin-top: 3.125rem;
  }
}

.flow__title.title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  color: #313131;
}

.flow__title.title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.flow__sub-title.sub-title {
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.flow-list {
  counter-reset: number;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
    .flow-list {
    display: grid;
    row-gap: 3.125rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1440px) {
  .flow-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.flow-list2 {
  counter-reset: number;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .flow-list2 {
    display: grid;
    row-gap: 3.125rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.4375rem;
  }
}
@media screen and (min-width: 1024px) {
  .flow-list2 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.flow-list__item {
  background-color: #fff;
  padding: 0 15px 20px;
  padding: 0 0.9375rem 1.25rem;
  background-color: #EDEDED;
  height: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.flow-list__item p {
  margin-bottom: 0;
}

.flow-list__item.swiper-slide {
  height: 500px;
  height: 31.25rem;
}

.flow-list__item-img {
  max-width: 70px;
  max-width: 4.375rem;
  width: 100%;
  margin: 30px auto;
  margin: 1.875rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flow-list__item-img img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.flow-list__item-number {
  position: relative;
  font-size: clamp(30px, 26.192px + 1.19vw, 50px) !important;
  font-size: clamp(1.875rem, 1.637rem + 1.19vw, 3.125rem) !important;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #313131;
  display: block;
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .flow-list__item-number {
    font-size: 2.5rem;
    margin-bottom: -45px !important;
  }
}

.flow-list__item-number::after {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

.flow-list__item-title {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  text-align: center;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}

.flow-list__item-text {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .flow-list__item-text {
    font-size: 1rem;
  }
}

.flow-swiper {
  position: relative;
}

.flow-swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .flow-swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.flow-swiper .swiper-pagination {
  bottom: 40px;
  bottom: 2.5rem;
}

.flow-swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #313131;
  background: #313131;
}

.swiper-pagination2 {
  position: absolute;
  text-align: center;
}

.flow-swiper .swiper-pagination2 {
  bottom: 40px;
  bottom: 2.5rem;
}

.flow-swiper .swiper-pagination2 .swiper-pagination-bullet {
  border: 1px solid #313131;
  background: #313131;
}

.flow-swiper__button-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .flow-swiper__button-wrap {
    margin-top: 6.25rem;
  }
}

.flow-swiper__button-wrap .swiper-button-prev,
.flow-swiper__button-wrap .swiper-button-next {
  position: relative;
  width: 49px;
  width: 3.0625rem;
  height: 49px;
  height: 3.0625rem;
  background-color: #313131;
  border-radius: 50%;
  top: -260px;
  top: -16.25rem;
}

.flow-swiper__button-wrap .swiper-button-next {
  left: 40%;
}

.flow-swiper__button-wrap .swiper-button-prev {
  left: -40%;
}

.flow-swiper__button-wrap .swiper-button-prev::before,
.flow-swiper__button-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}

.flow-swiper__button-wrap .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.flow-swiper__button-wrap .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.u-mobile .flow-list__item-number::after {
  display: none;
  content: none;
}

.footer {
  padding: 45px 0;
  padding: 2.8125rem 0;
  background-color: #BB9D93;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 6.25rem 2.5rem;
  }
}

.footer__inner {
  margin: auto;
  padding: 0 15px;
  padding: 0 0.9375rem;
  max-width: 630px;
  max-width: 39.375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 0 1.25rem;
    max-width: 90rem;
  }
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer__right {
    max-width: 21.875rem;
    width: 100%;
  }
}

.footer__nav-items {
  display: grid;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .footer__nav-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer__nav-item a {
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
  display: block;
  font-size: clamp(14px, 13.232px + 0.24vw, 18px);
  font-size: clamp(0.875rem, 0.827rem + 0.24vw, 1.125rem);
  line-height: 1;
  color: #fff;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__sns-icon {
  display: block;
  max-width: 18px;
  max-width: 1.125rem;
  width: 100%;
}

.footer__sns-icon + .footer__sns-icon {
  margin-left: 15px;
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .footer__sns-icon + .footer__sns-icon {
    margin-left: 1.875rem;
  }
}

.footer__sns-icon img {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.footer__left {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__left {
    margin-top: 0;
  }
}

.footer__logo {
  max-width: 133px;
  max-width: 8.3125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    max-width: 17.375rem;
  }
}

.footer__logo a {
  padding: 10px 0;
  padding: 0.625rem 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__logo a {
    padding: 0.9375rem 0;
  }
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__address {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}

.footer__text {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: 0.875rem;
    margin-top: 0.625rem;
    padding: 0.625rem 0;
  }
}

.header-recruit {
  height: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-recruit {
    background-color: #313131;
    height: 4.375rem;
  }
}

.header-recruit__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .header-recruit__inner {
    padding: 0 3.125rem;
  }
}

.header-recruit__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-recruit__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-recruit__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-recruit__nav {
    display: block;
  }
}

.header-recruit__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  height: inherit;
}

.header-recruit__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header-recruit__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: absolute;
  z-index: 999;
  width: 40px;
  width: 2.5rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  left: 0.625rem;
  top: 10px;
  top: 0.625rem;
  height: 38px;
  height: 2.375rem;
  border: 1px solid #313131;
  background-color: #fff;
  border-radius: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .header-recruit__hamburger {
    display: none;
  }
}

.header-recruit__hamburger.is-open {
  background-color: transparent;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.header-recruit__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #313131;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-recruit__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.header-recruit__hamburger span:nth-of-type(2) {
  top: 0;
}

.header-recruit__hamburger span:nth-of-type(3) {
  top: 4px;
  top: 0.25rem;
}

.header-recruit__hamburger.is-open span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #313131;
}

.header-recruit__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header-recruit__hamburger.is-open span:nth-of-type(3) {
  top: -7px;
  top: -0.4375rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #313131;
}

.header-recruit__drawer {
  padding: 142px 0 67px 0;
  padding: 8.875rem 0 4.1875rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header-recruit__drawer::-webkit-scrollbar {
  display: none;
}

.header-recruit__drawer-list {
  gap: 20px;
  gap: 1.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.header-recruit__drawer-item {
  width: 100%;
}

.header-recruit__drawer-item a {
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: grid;
  font-size: clamp(20px, 12.864px + 2.23vw, 30px);
  font-size: clamp(1.25rem, 0.804rem + 2.23vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #313131;
  text-align: center;
  position: relative;
}

.header-recruit__drawer-item span {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  color: #BC9D93;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.header-recruit__drawer-btn {
  padding: 14px 60px;
  padding: 0.875rem 3.75rem;
  display: inline-block;
  font-size: clamp(16px, 6.144px + 3.08vw, 29.808px);
  font-size: clamp(1rem, 0.384rem + 3.08vw, 1.863rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #BB9D93;
  border-radius: 3.125rem;
  background-color: #fff;
  color: #BB9D93;
  text-align: center;
  max-width: 500px;
  max-width: 31.25rem;
  width: 90%;
  margin: 0 auto;
}

.header-recruit__drawer-btn.header-recruit__drawer-btn--pink {
  color: #fff;
  background-color: #BB9D93;
}

.header-recruit__drawer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 69px;
  margin-top: 4.3125rem;
}

.header-recruit__drawer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 54px;
  margin-top: 3.375rem;
  gap: 41px;
  gap: 2.5625rem;
}

.header-recruit__drawer-sns-item.header-recruit__drawer-sns-item--mail a::after {
  content: "";
  width: 63px;
  width: 3.9375rem;
  height: 52px;
  height: 3.25rem;
  display: inline-block;
  background-image: url(../../images/common/mail2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-recruit__drawer-sns-item.header-recruit__drawer-sns-item--insta a::after {
  content: "";
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  display: inline-block;
  background-image: url(../../images/common/insta2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header-recruit__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  color: #fff;
  font-size: clamp(14px, 10.752px + 0.42vw, 16px);
  font-size: clamp(0.875rem, 0.672rem + 0.42vw, 1rem);
  font-family: "Noto Serif JP", serif;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease;
}

.header-recruit__nav-link:hover {
  color: #fff;
  opacity: 0.8;
}

.header {
  height: 50px;
  height: 3.125rem;
  background-color: #fff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    -webkit-box-shadow: 1px 1px 4px #313131;
            box-shadow: 1px 1px 4px #313131;
    border-radius: 2.1125rem;
    height: 4.375rem;
    width: 95%;
  }
}

.header__inner {
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 15px;
  padding-right: 0.9375rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 3.125rem;
  }
}

.header__logo {
  max-width: 74px;
  max-width: 4.625rem;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 6.25rem;
  }
}

.header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  height: inherit;
}

.header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 15px;
  margin-left: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-item.header__nav-item--mail a::after {
  content: "";
  width: 24px;
  width: 1.5rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  background-image: url(../../images/common/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__nav-item.header__nav-item--insta a::after {
  content: "";
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  background-image: url(../../images/common/insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 40px;
  width: 2.5rem;
  height: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger.is-open {
  background-color: transparent;
  padding-top: 15px;
  padding-top: 0.9375rem;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  background-color: #DBDBDB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 4px;
  top: 0.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 4px;
  top: 0.25rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  background-color: #BB9D93;
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #BB9D93;
}

.header__drawer {
  padding: 142px 0 67px 0;
  padding: 8.875rem 0 4.1875rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 90vh;
  background-color: #EDE5E3;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.header__drawer-item {
  border-bottom: 1px solid #BB9D93;
  width: 45%;
}

.header__drawer-item a {
  padding: 15px 0;
  padding: 0.9375rem 0;
  display: grid;
  font-size: clamp(20px, 12.864px + 2.23vw, 30px);
  font-size: clamp(1.25rem, 0.804rem + 2.23vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #313131;
  text-align: center;
  position: relative;
}

.header__drawer-item span {
  font-size: clamp(12px, 9.136px + 0.89vw, 16px);
  font-size: clamp(0.75rem, 0.571rem + 0.89vw, 1rem);
  color: #BC9D93;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.header__drawer-item.header__drawer-item--mail a::after {
  content: "";
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: inline-block;
  background-image: url(../../images/common/mail.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-item.header__drawer-item--insta a::after {
  content: "";
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  display: inline-block;
  background-image: url(../../images/common/insta.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #BC9D93;
  border-top: 0.125rem solid #BC9D93;
  border-right: 2px solid #BC9D93;
  border-right: 0.125rem solid #BC9D93;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__drawer-btn {
  padding: 14px 60px;
  padding: 0.875rem 3.75rem;
  display: inline-block;
  font-size: clamp(16px, 6.144px + 3.08vw, 29.808px);
  font-size: clamp(1rem, 0.384rem + 3.08vw, 1.863rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #BB9D93;
  border-radius: 3.125rem;
  background-color: #fff;
  color: #BB9D93;
  text-align: center;
  max-width: 500px;
  max-width: 31.25rem;
  width: 90%;
  margin: 0 auto;
}

.header__drawer-btn.header__drawer-btn--pink {
  color: #fff;
  background-color: #BB9D93;
}

.header__drawer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 69px;
  margin-top: 4.3125rem;
}

.header__drawer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 54px;
  margin-top: 3.375rem;
  gap: 41px;
  gap: 2.5625rem;
}

.header__drawer-sns-item.header__drawer-sns-item--mail a::after {
  content: "";
  width: 63px;
  width: 3.9375rem;
  height: 52px;
  height: 3.25rem;
  display: inline-block;
  background-image: url(../../images/common/mail2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__drawer-sns-item.header__drawer-sns-item--insta a::after {
  content: "";
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  display: inline-block;
  background-image: url(../../images/common/insta2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  color: #937218;
  font-size: clamp(14px, 10.752px + 0.42vw, 16px);
  font-size: clamp(0.875rem, 0.672rem + 0.42vw, 1rem);
  font-family: "Montserrat Alternates", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__nav-link-en,
.header__nav-link-ja {
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.32, 0.95, 0.6, 1), -webkit-transform 0.4s cubic-bezier(0.32, 0.95, 0.6, 1);
  transition: opacity 0.4s cubic-bezier(0.32, 0.95, 0.6, 1), -webkit-transform 0.4s cubic-bezier(0.32, 0.95, 0.6, 1);
  transition: opacity 0.4s cubic-bezier(0.32, 0.95, 0.6, 1), transform 0.4s cubic-bezier(0.32, 0.95, 0.6, 1);
  transition: opacity 0.4s cubic-bezier(0.32, 0.95, 0.6, 1), transform 0.4s cubic-bezier(0.32, 0.95, 0.6, 1), -webkit-transform 0.4s cubic-bezier(0.32, 0.95, 0.6, 1);
  pointer-events: none;
  font-size: inherit;
  font-family: inherit;
}

.header__nav-link-en {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
}

.header__nav-link-ja {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  z-index: 2;
  white-space: nowrap;
}

.header__nav-link:hover .header__nav-link-en {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.header__nav-link:hover .header__nav-link-ja {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.layout-header {
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .layout-header {
    top: 2.5625rem;
    right: 0;
    left: 2.75rem;
  }
}

.lecture {
  background-color: #FDF1E9;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 91px 0 94px;
  padding: 5.6875rem 0 5.875rem;
}

.lecture__inner {
  margin: auto;
  width: 100%;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .lecture__inner {
    max-width: 87.5rem;
    padding: 0 3.125rem;
  }
}

.lecture__title.title {
  text-align: center;
}

.lecture__sub {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lecture__sub {
    text-align: left;
  }
}

.lecture__sub-title.sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .lecture__sub-title.sub-title {
    text-align: left;
  }
}

.lecture__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  gap: 2.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .lecture__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 68.75rem;
    margin-top: 3.125rem;
  }
}

.lecture__img {
  width: 100%;
}

.lecture__img img {
  aspect-ratio: 281/364;
  -o-object-fit: cover;
     object-fit: cover;
}

.lecture__text.text {
  line-height: 2;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.message {
  background-color: #FDF1E9;
  padding: 90px 0 130px;
  padding: 5.625rem 0 8.125rem;
}

.message__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .message__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.message__title.title {
  text-align: center;
}

.message__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .message__wrapper {
    margin-top: 3.125rem;
  }
}

.message__box {
  background-color: #fff;
  display: inline-block;
  padding: 5px 20px;
  padding: 0.3125rem 1.25rem;
  position: absolute;
  right: -90px;
  right: -5.625rem;
  bottom: -30px;
  bottom: -1.875rem;
}
@media screen and (min-width: 768px) {
  .message__box {
    padding: 0.3125rem 2.5rem;
    right: -7.5rem;
  }
}

.massage__name {
  color: #937218;
  text-align: left;
  font-size: clamp(16px, 13.904px + 0.65vw, 27.008px);
  font-size: clamp(1rem, 0.869rem + 0.65vw, 1.688rem);
}

.massage__name span {
  display: block;
  font-size: clamp(12px, 11.04px + 0.3vw, 17.008px);
  font-size: clamp(0.75rem, 0.69rem + 0.3vw, 1.063rem);
}

.message__img {
  max-width: 442px;
  max-width: 27.625rem;
  width: 70%;
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .message__img {
    width: 100%;
    margin: 0 auto;
  }
}

.message__img img {
  aspect-ratio: 442/295;
  -o-object-fit: cover;
     object-fit: cover;
}

.message__text {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .message__text {
    margin-top: 5.625rem;
  }
}

.message__text + .message__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.message__text span {
  color: #BC9D93;
}

.mv {
  position: relative;
  height: 100vh;
  min-height: 400px;
  min-height: 25rem;
}

.mv__inner {
  height: inherit;
  min-height: inherit;
}

.mv__img,
.mv__img video {
  height: inherit;
  min-height: inherit;
}

.mv__img video {
  width: 93%;
  border-bottom-right-radius: 50px;
  border-bottom-right-radius: 3.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__img.mv__img--recruit video {
  width: 100%;
  border-bottom-right-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose {
  margin: 50px 0 100px;
  margin: 3.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .purpose {
    margin: 6.25rem 0 18.75rem;
  }
}

.purpose__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .purpose__inner {
    max-width: 87.5rem;
    padding: 0 1.5625rem;
  }
}

.purpose__title.title {
  text-align: center;
}

.purpose__sub-title.sub-title {
  text-align: center;
  font-size: clamp(20px, 16.192px + 1.19vw, 40px);
  font-size: clamp(1.25rem, 1.012rem + 1.19vw, 2.5rem);
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .purpose__sub-title.sub-title {
    margin-top: 3.125rem;
  }
}

.purpose__sub-title span {
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
}

.purpose__second-title {
  font-size: clamp(20px, 18.096px + 0.6vw, 30px);
  font-size: clamp(1.25rem, 1.131rem + 0.6vw, 1.875rem);
  font-weight: 400;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .purpose__second-title {
    margin-top: 3.125rem;
  }
}

.purpose__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .purpose__wrapper {
    margin-top: 3.125rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.purpose__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.purpose__img-1 {
  width: 100%;
  max-width: 306px;
  max-width: 19.125rem;
}

.purpose__img-2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .purpose__img-2 {
    position: absolute;
    z-index: -1;
    max-width: 30.625rem;
    width: 100%;
    left: 3.75rem;
    top: 27.5rem;
  }
}

.purpose__text.text {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.purpose-list {
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  counter-reset: number;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .purpose-list {
    row-gap: 3.125rem;
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}

.purpose-list__item {
  background-color: #FDF1E9;
  border-radius: 1.25rem;
  padding: 30px 0;
  padding: 1.875rem 0;
}

.purpose-list__item-text {
  color: #937218;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: clamp(12px, 11.232px + 0.24vw, 16px);
  font-size: clamp(0.75rem, 0.702rem + 0.24vw, 1rem);
}

.purpose-list__item-img-01,
.purpose-list__item-img-02,
.purpose-list__item-img-03 {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
}

.purpose-list__item-img-01 {
  width: 92px;
  width: 5.75rem;
  height: 78px;
  height: 4.875rem;
}
@media screen and (min-width: 768px) {
  .purpose-list__item-img-01 {
    width: 6.25rem;
    height: 5.1875rem;
  }
}

.purpose-list__item-img-01 img {
  width: 100%;
  aspect-ratio: 100/83;
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose-list__item-img-02 {
  width: 88px;
  width: 5.5rem;
  height: 71px;
  height: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .purpose-list__item-img-02 {
    width: 6rem;
    height: 4.8125rem;
  }
}

.purpose-list__item-img-02 img {
  width: 100%;
  aspect-ratio: 96/77;
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose-list__item-img-03 {
  width: 68px;
  width: 4.25rem;
  height: 77px;
  height: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .purpose-list__item-img-03 {
    width: 4.625rem;
    height: 5.1875rem;
  }
}

.purpose-list__item-img-03 img {
  width: 100%;
  aspect-ratio: 74/83;
  -o-object-fit: cover;
     object-fit: cover;
}

.purpose-list__item-number {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #937218;
}
@media screen and (min-width: 768px) {
  .purpose-list__item-number {
    font-size: 1.875rem;
  }
}

.purpose-list__item-number::after {
  counter-increment: number;
  content: counter(number);
}

.reason {
  background-color: #FDF1E9;
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 91px 0 94px;
  padding: 5.6875rem 0 5.875rem;
}

.reason__inner {
  margin: auto;
  width: 100%;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .reason__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.reason__title.title {
  text-align: center;
}

.reason-list {
  counter-reset: number;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .reason-list {
    display: grid;
    row-gap: 3.125rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 3.4375rem;
  }
}

@media screen and (min-width: 768px) {
  .reason-list.reason-list--second {
    counter-reset: number 4;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.8125rem;
       -moz-column-gap: 2.8125rem;
            column-gap: 2.8125rem;
    margin: 4.375rem 9.6875rem 0;
  }
}

.reason-list__item {
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 20px;
  row-gap: 1.25rem;
  height: 425px;
  height: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .reason-list__item {
    height: 100%;
  }
}

.reason-list__item.reason-list__item--second {
  max-width: 317px;
  max-width: 19.8125rem;
  width: 100%;
}

.reason-list__item-img {
  max-width: 171px;
  max-width: 10.6875rem;
  width: 100%;
  margin: 0 auto;
}

.reason-list__item-img img {
  width: 100%;
  aspect-ratio: 171/171;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -40px;
  margin-top: -2.5rem;
}

.reason-list__item-number {
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  color: #B09C05;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  width: 90px;
  width: 5.625rem;
  height: 90px;
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .reason-list__item-number {
    font-size: 2.5rem;
  }
}

.reason-list__item-number::after {
  counter-increment: number;
  content: counter(number);
}

.reason-list__item-title {
  font-size: clamp(14px, 12.864px + 0.36vw, 20px);
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.25rem);
  text-align: center;
  font-weight: 400;
}

.reason-list__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .reason-list__item-text {
    font-size: 1rem;
  }
}

.reason-swiper {
  position: relative;
}

.reason-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 300/180;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .reason-swiper .swiper-slide img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.reason-swiper .swiper-pagination {
  bottom: 40px;
  bottom: 2.5rem;
}

.reason-swiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #BB9D93;
  background: #BB9D93;
}

.reason-swiper__button-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .reason-swiper__button-wrap {
    margin-top: 6.25rem;
  }
}

.reason-swiper__button-wrap .swiper-button-prev,
.reason-swiper__button-wrap .swiper-button-next {
  position: relative;
  width: 49px;
  width: 3.0625rem;
  height: 49px;
  height: 3.0625rem;
  background-color: #BB9D93;
  border-radius: 50%;
  top: -260px;
  top: -16.25rem;
}

.reason-swiper__button-wrap .swiper-button-next {
  left: 40%;
}

.reason-swiper__button-wrap .swiper-button-prev {
  left: -40%;
}

.reason-swiper__button-wrap .swiper-button-prev::before,
.reason-swiper__button-wrap .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
  border-right: 1px solid #fff;
  border-right: 0.0625rem solid #fff;
}

.reason-swiper__button-wrap .swiper-button-prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.reason-swiper__button-wrap .swiper-button-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.recruit-list__title.title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-list__title.title {
    text-align: left;
    padding: 0 3.125rem;
  }
}

@media screen and (min-width: 768px) {
  .recruit-list__item {
    padding: 6.25rem 0 9.375rem 0;
    margin-top: 13.125rem;
  }
}

.recruit-list__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-list__sub-title {
    margin-top: 6.25rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.recruit-list__wrapper {
  padding: 60px 30px 30px;
  padding: 3.75rem 1.875rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .recruit-list__wrapper {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}

.recruit-list__item-img {
  width: 100%;
  max-width: 700px;
  max-width: 43.75rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .recruit-list__item-img {
    max-width: 67.5625rem;
  }
}

.recruit-list__item-img img {
  width: 100%;
  aspect-ratio: 1081/720;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-list__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .recruit-list__item-text {
    margin-top: 1.875rem;
    max-width: 34.375rem;
    width: 100%;
  }
}

.recruit-list__item--btn.btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .recruit-list__item--btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.recruit-list__text-box {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
}

.recruit {
  background-color: #FDF1E9;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.recruit__inner {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit__inner {
    max-width: 90rem;
    padding: 0 3.125rem 0 0;
  }
}

.salon {
  margin-top: 150px;
  margin-top: 9.375rem;
}

.salon__inner {
  margin: auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .salon__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.salon__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .salon__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4.375rem;
    max-width: 90rem;
    margin-top: 6.25rem;
  }
}

.salon__wrapper img {
  aspect-ratio: 710/350;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon__title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .salon__title {
    text-align: left;
  }
}

.salon__bbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 237px;
  height: 14.8125rem;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 130px;
  margin-top: 8.125rem;
  z-index: 1;
}

.salon__bbs ul {
  -webkit-animation: flowing 20s linear infinite;
          animation: flowing 20s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.salon__bbs ul li {
  display: inline-block;
  padding-right: 50px;
  padding-right: 3.125rem;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.salon__bbs ul li img {
  aspect-ratio: 390/237;
  -o-object-fit: cover;
     object-fit: cover;
}

.salon__btn.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.salon__btn.btn:hover {
  color: #937218;
}

.schedule {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .schedule {
    margin-top: 3.125rem;
  }
}

.schedule__inner {
  margin: auto;
  padding: 0 40px;
  padding: 0 2.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .schedule__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.schedule__title.title {
  text-align: center;
}

.schedule__sub-title.sub-title {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.schedule__bbs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 237px;
  height: 14.8125rem;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  margin-top: 130px;
  margin-top: 8.125rem;
  z-index: 1;
}

.schedule__bbs ul {
  -webkit-animation: flowing 20s linear infinite;
          animation: flowing 20s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  padding: 0;
}

.schedule__bbs ul li {
  display: inline-block;
  padding-right: 50px;
  padding-right: 3.125rem;
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.schedule__bbs ul li img {
  aspect-ratio: 368/230;
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .schedule__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.schedule__text {
  font-size: clamp(15.008px, 13.088px + 0.6vw, 25.008px);
  font-size: clamp(0.938rem, 0.818rem + 0.6vw, 1.563rem);
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
}

.schedule__text span {
  font-size: clamp(20px, 16.192px + 1.19vw, 40px);
  font-size: clamp(1.25rem, 1.012rem + 1.19vw, 2.5rem);
}

.schedule__warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}

.schedule__img {
  width: 100%;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  .schedule__img {
    left: 2.1875rem;
  }
}

.schedule__img img {
  aspect-ratio: 1037/305;
  -o-object-fit: contain;
     object-fit: contain;
}

.schedule__img-2 {
  width: 100%;
}

.schedule__img img {
  aspect-ratio: 1102/305;
  -o-object-fit: contain;
     object-fit: contain;
}

.search {
  margin: 50px 0;
  margin: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .search {
    margin: 6.25rem 0;
  }
}

.search__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .search__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .search__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.search-list__item {
  border-bottom: 1px solid #303030;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.search-list__item + .search-list__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.search-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .search-list__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.search-list__item-img {
  max-width: 100%;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .search-list__item-img {
    max-width: 12.5rem;
  }
}

.search-list__item-img img {
  width: 100%;
  aspect-ratio: 196/135;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-list__item-content {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .search-list__item-content {
    margin-left: 4.375rem;
    margin-top: 0;
  }
}

.search-list__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.search-list__item-date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.search-list__item-category {
  padding: 5px;
  padding: 0.3125rem;
  min-width: 80px;
  min-width: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #BC9D93;
  border: 1px solid #BC9D93;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 1.5625rem;
}

.search-list__item-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.search__sidebar {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .search__sidebar {
    margin-top: 0;
    margin-left: 4rem;
    width: 35%;
  }
}

.search__sidebar-item {
  padding-top: 24px;
  padding-top: 1.5rem;
  position: relative;
  border-top: 1px solid #937218;
}

.search__sidebar-item + .search__sidebar-item {
  margin-top: 64px;
  margin-top: 4rem;
}

.search__sidebar-title {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #937218;
  font-weight: 400;
}

.search__ranking-link {
  padding: 24px 0;
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__ranking-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.search__ranking-img-wrap {
  position: relative;
  max-width: 64px;
  max-width: 4rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.search__ranking-img {
  width: 100%;
}

.search__ranking-img img {
  width: 100%;
  aspect-ratio: 112/76;
  -o-object-fit: cover;
     object-fit: cover;
}

.search__sidebar-list {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.search__category-list {
  padding-left: 1em;
}

.search__category-item {
  list-style-type: disc;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.search__category-item::marker {
  color: #937218;
}

.search__category-link {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}

.search__btn.btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .search__btn.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.search__btn {
  position: relative;
  width: 100%;
  padding: 20px 30px 20px 60px;
  padding: 1.25rem 1.875rem 1.25rem 3.75rem;
  display: inline-block;
  font-size: clamp(14px, 12.864px + 0.36vw, 20px);
  font-size: clamp(0.875rem, 0.804rem + 0.36vw, 1.25rem);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #313131;
  border-radius: 3.125rem;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search__btn::before {
  position: absolute;
  content: "";
  background-image: url(/images/common/archive-blog_01.svg);
  background-repeat: no-repeat;
  width: 30px;
  width: 1.875rem;
  height: 28px;
  height: 1.75rem;
  left: 15px;
  left: 0.9375rem;
  top: 15px;
  top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .search__btn::before {
    top: 1.0625rem;
    left: 0.9375rem;
  }
}

.pagenavi .wp-pagenavi {
  margin-top: 40px;
  margin-top: 2.5rem;
  clear: both;
  text-align: center;
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  margin: 0 3px;
  margin: 0 0.1875rem;
  padding: 3px 10px;
  padding: 0.1875rem 0.625rem;
  font-size: clamp(16px, 14.288px + 0.54vw, 25.008px);
  font-size: clamp(1rem, 0.893rem + 0.54vw, 1.563rem);
  line-height: 1;
  white-space: nowrap;
  border: 1px solid #FDF1E9;
  background-color: #FDF1E9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1.5625rem;
  border-color: #BB9D93;
  color: #BB9D93;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    padding: 0.5625rem 1.125rem;
  }
}

.pagenavi .wp-pagenavi a:hover {
  color: #fff;
  background-color: #BB9D93;
  border-color: #BB9D93;
  opacity: 1;
}

.pagenavi .wp-pagenavi .current {
  color: #fff;
  background-color: #BB9D93;
  border-color: #BB9D93;
}

.pagenavi .wp-pagenavi .nextpostslink {
  position: relative;
  padding: 4px 45px;
  padding: 0.25rem 2.8125rem;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .nextpostslink {
    padding: 0.5625rem 3rem;
  }
}

.pagenavi .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 44px;
  width: 2.75rem;
  height: 1px;
  height: 0.0625rem;
  right: -18px;
  right: -1.125rem;
  background-color: #937218;
  top: 50%;
}

.pagenavi .wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  background-color: transparent;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  right: -25px;
  right: -1.5625rem;
  top: 9px;
  top: 0.5625rem;
  border-top: 8px solid transparent;
  border-top: 0.5rem solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 8px solid #937218;
  border-left: 0.5rem solid #937218;
}
@media screen and (min-width: 768px) {
  .pagenavi .wp-pagenavi .nextpostslink::after {
    top: 1.0625rem;
  }
}

.shop {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.shop__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  padding: 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .shop__inner {
    max-width: 90rem;
    padding: 0 3.125rem;
  }
}

.shop__text.text {
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .shop__text.text {
    text-align: left;
  }
}

.shop__sub-title.sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .shop__sub-title.sub-title {
    text-align: left;
  }
}

.shop__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .shop__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.125rem;
  }
}

.shop__address {
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}

.shop__icon {
  background-image: url(/images/salon/shop_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50px center;
  background-position: right 3.125rem center;
  background-size: 1.125rem 1.125rem;
  display: block;
  word-wrap: break-word;
}

.shop__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .shop__btn {
    margin-top: 5rem;
  }
}

.shop__btn.btn:hover {
  color: #937218;
}

.shop-btn__circle.btn__circle {
  width: 283px;
  width: 17.6875rem;
  height: 56px;
  height: 3.5rem;
  border-radius: 1.75rem;
}

.shop-btn__circle.btn__circle::after {
  top: 19px;
  top: 1.1875rem;
}

.single-blog {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .single-blog {
    margin: 3.125rem 0;
  }
}

.single-blog__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-blog__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.single-blog__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-blog__date {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
}

.single-blog__category {
  margin-left: 24px;
  margin-left: 1.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1;
  color: #BC9D93;
  border: 1px solid #BC9D93;
  background-color: #F1F1F1;
  text-align: center;
  border-radius: 1.5625rem;
}

.single-blog__title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog__title {
    margin-top: 3rem;
    font-size: 2.25rem;
  }
}

.single-blog__mv {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
}

.single-blog__mv img {
  width: 100%;
  aspect-ratio: 335/188;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-blog__content {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content {
    margin-top: 7.5rem;
  }
}
.single-blog__content h2 {
  margin-top: 64px;
  margin-top: 4rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-bottom: 2px solid #937218;
  border-bottom: 0.125rem solid #937218;
}
@media screen and (min-width: 768px) {
  .single-blog__content h2 {
    margin-top: 5rem;
    padding-bottom: 1.875rem;
    font-size: 1.75rem;
  }
}
.single-blog__content h3 {
  margin-top: 64px;
  margin-top: 4rem;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-top: 1px solid #937218;
  border-bottom: 1px solid #937218;
}
@media screen and (min-width: 768px) {
  .single-blog__content h3 {
    margin-top: 5rem;
    padding: 1.5rem 0;
    font-size: 1.5rem;
  }
}
.single-blog__content h4 {
  margin-top: 48px;
  margin-top: 3rem;
  padding: 16px;
  padding: 1rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog__content h4 {
    margin-top: 4rem;
    font-size: 1.25rem;
  }
}
.single-blog__content h5 {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 4px 0 4px 16px;
  padding: 0.25rem 0 0.25rem 1rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-left: 4px solid #937218;
  border-left: 0.25rem solid #937218;
}
@media screen and (min-width: 768px) {
  .single-blog__content h5 {
    margin-top: 3rem;
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 1.125rem;
  }
}
.single-blog__content h6 {
  margin-top: 32px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog__content h6 {
    margin-top: 2.375rem;
    font-size: 1rem;
  }
}
.single-blog__content p {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .single-blog__content p {
    margin-top: 2.375rem;
  }
}
.single-blog__content p a {
  color: #937218;
  -webkit-text-decoration: underline #937218;
          text-decoration: underline #937218;
}
.single-blog__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .single-blog__content ul {
    margin-top: 2.375rem;
  }
}
.single-blog__content ul li {
  padding-left: 22px;
  padding-left: 1.375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.single-blog__content ul li:not(:first-of-type),
.single-blog__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.single-blog__content ul li::before {
  content: "";
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  display: inline-block;
  background-color: #937218;
  border-radius: 50%;
}
.single-blog__content ol {
  margin-top: 32px;
  margin-top: 2rem;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .single-blog__content ol {
    margin-top: 2.375rem;
  }
}
.single-blog__content ol li {
  padding-left: 28px;
  padding-left: 1.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.single-blog__content ol li::before {
  counter-increment: number;
  content: counter(number) ".";
  margin-right: 10px;
  margin-right: 0.625rem;
  display: inline-block;
  line-height: 1;
  color: #937218;
}
.single-blog__content figure {
  margin-top: 32px;
  margin-top: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single-blog__content figure {
    margin-top: 3rem;
  }
}
.single-blog__content figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-mv {
  position: relative;
  height: 218px;
  height: 13.625rem;
  background-color: #BB9D93;
}
@media screen and (min-width: 768px) {
  .sub-mv {
    height: 27.625rem;
  }
}

.sub-mv__title {
  width: 95%;
  font-size: clamp(35.008px, 25.472px + 2.98vw, 85.008px);
  font-size: clamp(2.188rem, 1.592rem + 2.98vw, 5.313rem);
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .sub-mv__title {
    width: 100%;
    position: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    padding-top: 15.625rem;
  }
}

.sub-mv__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sub-mv__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.sub-title {
  font-size: clamp(20px, 18.096px + 0.6vw, 30px);
  font-size: clamp(1.25rem, 1.131rem + 0.6vw, 1.875rem);
  color: #313131;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.terrace {
  margin: 30px 0;
  margin: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .terrace {
    margin: 0;
  }
}

.terrace__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .terrace__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.terrace__title.title {
  text-align: center;
}

.terrace__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  gap: 3.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FDF1E9;
  padding: 48px 20px;
  padding: 3rem 1.25rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .terrace__wrapper {
    padding: 4.875rem 1.25rem;
  }
}

.terrace__text.text {
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 2;
}

.terrace__sub-title.sub-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .terrace__sub-title.sub-title {
    text-align: left;
  }
}

.terrace__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .terrace__img {
    margin-top: 0;
  }
}

.text {
  font-size: clamp(15.008px, 14.24px + 0.24vw, 19.008px);
  font-size: clamp(0.938rem, 0.89rem + 0.24vw, 1.188rem);
  color: #313131;
}

.title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  color: #937218;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.title span {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
}

.trouble {
  margin-top: 30px;
  margin-top: 1.875rem;
  background-image: url(/images/academy/trouble_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 50px 0 100px;
  padding: 3.125rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .trouble {
    margin-top: 3.125rem;
    padding: 6.25rem 0 9.1875rem;
  }
}

.trouble__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .trouble__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.trouble__title.title {
  text-align: center;
}

.trouble__sub-title.sub-title {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .trouble__sub-title.sub-title {
    margin-top: 3.125rem;
  }
}

.trouble__wrapper {
  background-color: #fff;
  max-width: 644px;
  max-width: 40.25rem;
  width: 100%;
  margin-inline: auto;
  padding: 30px;
  padding: 1.875rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .trouble__wrapper {
    padding: 2.5rem;
    margin-top: 4.25rem;
  }
}

.trouble__list {
  max-width: 408px;
  max-width: 25.5rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  place-content: center;
}

.trouble__item {
  line-height: 2;
  font-size: clamp(14px, 13.616px + 0.12vw, 16px);
  font-size: clamp(0.875rem, 0.851rem + 0.12vw, 1rem);
}

.trouble__text.text {
  text-align: left;
  margin-top: 23px;
  margin-top: 1.4375rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .trouble__text.text {
    margin-top: 2.6875rem;
    text-align: center;
  }
}

.page-academy {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #FDF1E9;
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-academy {
    padding: 5.6875rem 0 7.0625rem;
    margin-top: 6.25rem;
  }
}

.page-academy__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-academy__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.page-academy-list__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-academy-list__wrapper {
    margin-top: 0;
  }
}

.page-academy__title.title {
  text-align: center;
}

.page-concept {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-concept {
    margin-top: 6.25rem;
  }
}

.page-concept__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-concept__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.page-concept-list__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__wrapper {
    margin-top: 0;
  }
}

.page-concept__title.title {
  text-align: center;
}

.page-concept__sub-title {
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-concept__list {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-concept__list {
    margin-top: 3.125rem;
  }
}

.page-concept-list__body {
  background-color: #FDF1E9;
  padding: 30px 15px;
  padding: 1.875rem 0.9375rem;
  margin: 1.875rem calc(50% - 50vw) 0;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .page-concept-list__body {
    margin: 1.875rem 0 0 0;
    width: 100%;
    padding: 1.875rem;
  }
}

.page-concept-list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.page-concept-list__sub-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  gap: 40px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__sub-box {
    gap: 4.375rem;
  }
}

.page-concept-list__circle {
  border: 1px solid #313131;
  border-radius: 50%;
  width: 119px;
  width: 7.4375rem;
  height: 119px;
  height: 7.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -4px;
  margin: 0 -0.25rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__circle {
    width: 9.375rem;
    height: 9.375rem;
    margin: 0 -0.5rem;
  }
}

.page-concept-list__img-01 {
  aspect-ratio: 58/38;
  -o-object-fit: cover;
     object-fit: cover;
  width: 48px;
  width: 3rem;
  height: 28px;
  height: 1.75rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__img-01 {
    width: 3.625rem;
    height: 2.375rem;
  }
}

.page-concept-list__img-02 {
  aspect-ratio: 43/43;
  -o-object-fit: cover;
     object-fit: cover;
  width: 33px;
  width: 2.0625rem;
  height: 33px;
  height: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__img-02 {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}

.page-concept-list__circle.page-concept-list__circle--second {
  background-color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-concept-list__circle p {
  text-align: center;
}

.page-concept-list__list {
  list-style: disc;
}

.page-concept-list__circle.page-concept-list__circle--second p {
  color: #BC9D93;
  font-size: clamp(12px, 11.232px + 0.24vw, 16px);
  font-size: clamp(0.75rem, 0.702rem + 0.24vw, 1rem);
}

.page-concept-list-title {
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  font-weight: 400;
  color: #BC9D93;
  position: relative;
  padding-left: 65px;
  padding-left: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list-title {
    padding-left: 8.125rem;
  }
}

.page-concept-list-title::before {
  position: absolute;
  content: "";
  top: 15px;
  top: 0.9375rem;
  left: 0;
  width: 50px;
  width: 3.125rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #BC9D93;
}
@media screen and (min-width: 768px) {
  .page-concept-list-title::before {
    top: 1.25rem;
    width: 7.0625rem;
  }
}

.page-concept-list-sub-title {
  font-size: clamp(18px, 16.864px + 0.36vw, 24px);
  font-size: clamp(1.125rem, 1.054rem + 0.36vw, 1.5rem);
  font-weight: 400;
}

.page-concept-list__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-concept-list__item {
    gap: 3.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-list__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-concept-list__item + .page-concept-list__item {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-concept-list__item + .page-concept-list__item {
    margin-top: 9.375rem;
  }
}

.page-concept-list__item-img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-concept-list__item-img {
    max-width: 35.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-list__item-img.page-concept-list__item-img--second {
    max-width: 29rem;
  }
}

.page-concept-list__item-img img {
  width: 100%;
  aspect-ratio: 573/382;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-concept-list__item-img.page-concept-list__item-img--second img {
  width: 100%;
  aspect-ratio: 464/695;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-concept-list__item-text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .page-concept-list__item-text {
    margin-top: 0.625rem;
    max-width: 34.375rem;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-concept-list__item:nth-of-type(even) .page-concept-list__item-text {
    margin-left: 0;
  }
}

.page-recruit-insta {
  padding: 50px 0 77px;
  padding: 3.125rem 0 4.8125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-insta {
    padding: 5.625rem 0 7.0625rem;
  }
}

.page-recruit-insta__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-insta__inner {
    max-width: 62.5rem;
    padding: 0 1.5625rem;
  }
}

.page-recruit-insta__content-title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 400;
}

.page-recruit-insta__content-title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-recruit-insta__text {
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: clamp(16px, 13.904px + 0.65vw, 27.008px);
  font-size: clamp(1rem, 0.869rem + 0.65vw, 1.688rem);
}

.page-recruit-insta__btn {
  padding: 15px 65px;
  padding: 0.9375rem 4.0625rem;
  display: inline-block;
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #313131;
  background-color: #313131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  border-radius: 2.75rem;
  color: #fff;
}

.page-recruit-insta__btn span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .page-recruit-insta__btn:hover {
    color: #313131;
    background-color: #fff;
    opacity: 1;
  }
}

.page-recruit-insta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  gap: 2.125rem;
}

.page-recruit-insta__img {
  width: 24%;
  margin-inline: auto;
}

.page-recruit-insta__img img {
  aspect-ratio: 226/226;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit-insta__wrapper {
  max-width: 576px;
  max-width: 36rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit-insta__wrapper {
    text-align: left;
  }
}

.page-recruit-insta__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  gap: 12.5rem;
}

.page-recruit-insta__btn-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit-insta__btn-wrap {
    margin-top: 3rem;
    text-align: left;
  }
}

.page-recruit-interview {
  padding: 50px 0 77px;
  padding: 3.125rem 0 4.8125rem;
  background-color: #EDEDED;
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-interview {
    padding: 5.625rem 0 7.0625rem;
    margin-top: 7.9375rem;
  }
}

.page-recruit-interview__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-interview__inner {
    max-width: 75rem;
    padding: 0 1.5625rem;
  }
}

.page-recruit-interview__content-title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.page-recruit-interview__content-title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-recruit-interview__btn {
  padding: 8px 65px;
  padding: 0.5rem 4.0625rem;
  display: inline-block;
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #313131;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

.page-recruit-interview__btn span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .page-recruit-interview__btn:hover {
    color: #fff;
    background-color: #313131;
    opacity: 1;
  }
}

.page-recruit-interview__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  gap: 2.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-interview__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.125rem;
  }
}

.page-recruit-interview__img {
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-interview__img {
    margin-top: 0;
  }
}

.page-recruit-interview__img img {
  aspect-ratio: 349/349;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit-interview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  gap: 12.5rem;
}

.page-recruit-interview__btn-wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.page-recruit-line {
  padding: 50px 0 77px;
  padding: 3.125rem 0 4.8125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-line {
    padding: 5.625rem 0 7.0625rem;
  }
}

.page-recruit-line__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-line__inner {
    max-width: 62.5rem;
    padding: 0 1.5625rem;
  }
}

.page-recruit-line__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 13.904px + 0.65vw, 27.008px);
  font-size: clamp(1rem, 0.869rem + 0.65vw, 1.688rem);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.page-recruit-line__title::before,
.page-recruit-line__title::after {
  content: "";
  width: 3px;
  width: 0.1875rem;
  height: 40px;
  height: 2.5rem;
  background: #313131;
}
@media screen and (min-width: 768px) {
  .page-recruit-line__title::before,
  .page-recruit-line__title::after {
    height: 3.75rem;
  }
}

.page-recruit-line__title::before {
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 768px) {
  .page-recruit-line__title::before {
    margin-right: 3.125rem;
  }
}

.page-recruit-line__title::after {
  margin-left: 30px;
  margin-left: 1.875rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
@media screen and (min-width: 768px) {
  .page-recruit-line__title::after {
    margin-left: 3.125rem;
  }
}

.page-recruit-line__content-page-recruit-line__title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 400;
}

.page-recruit-line__content-page-recruit-line__title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-recruit-line__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: clamp(16px, 13.904px + 0.65vw, 27.008px);
  font-size: clamp(1rem, 0.869rem + 0.65vw, 1.688rem);
}

.page-recruit-line__btn {
  padding: 15px 65px;
  padding: 0.9375rem 4.0625rem;
  display: inline-block;
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #313131;
  background-color: #313131;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
  border-radius: 2.75rem;
  color: #fff;
}

.page-recruit-line__btn span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .page-recruit-line__btn:hover {
    color: #313131;
    background-color: #fff;
    opacity: 1;
  }
}

.page-recruit-line__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  gap: 2.125rem;
}

.page-recruit-line__img {
  width: 24%;
  margin-inline: auto;
}

.page-recruit-line__img img {
  aspect-ratio: 226/226;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit-line__wrapper {
  max-width: 576px;
  max-width: 36rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit-line__wrapper {
    text-align: left;
  }
}

.page-recruit-line__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  gap: 12.5rem;
}

.page-recruit-line__btn-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.page-recruit-sub {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-sub {
    margin-top: 0;
  }
}

.page-recruit-sub__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-recruit-sub__inner {
    max-width: 75rem;
    padding: 0 1.5625rem 0 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .page-recruit-sub__inner.page-recruit-sub__inner--reverse {
    max-width: 75rem;
    padding: 0 6.25rem 0 1.5625rem;
  }
}

.page-recruit-sub + .page-recruit-sub {
  margin-top: 118px;
  margin-top: 7.375rem;
}

.page-recruit-sub__content-title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  text-align: center;
  font-weight: 400;
}

.page-recruit-sub__content-title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-recruit-sub__btn {
  padding: 8px 65px;
  padding: 0.5rem 4.0625rem;
  display: inline-block;
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #313131;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

.page-recruit-sub__btn span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .page-recruit-sub__btn:hover {
    color: #fff;
    background-color: #313131;
    opacity: 1;
  }
}

.page-recruit-sub__img {
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit-sub__img {
    margin-top: 0;
  }
}

.page-recruit-sub__img--academy {
  aspect-ratio: 887/609;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit-sub__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  gap: 12.5rem;
}

.page-recruit-sub__btn-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit-sub__btn-wrap {
    margin-top: 6.25rem;
  }
}

.page-recruit {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-recruit {
    padding: 5.625rem 0 7.0625rem;
  }
}

.page-recruit__inner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__inner {
    max-width: 90rem;
    padding: 0 0 0 3.125rem;
  }
}

.page-recruit__content-title {
  font-size: clamp(30px, 20.576px + 2.94vw, 55.904px);
  font-size: clamp(1.875rem, 1.286rem + 2.94vw, 3.494rem);
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.page-recruit__content-title span {
  display: block;
  font-size: clamp(12px, 9.824px + 0.68vw, 18px);
  font-size: clamp(0.75rem, 0.614rem + 0.68vw, 1.125rem);
  text-align: center;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.page-recruit__btn {
  padding: 8px 65px;
  padding: 0.5rem 4.0625rem;
  display: inline-block;
  font-size: clamp(18px, 15.712px + 0.71vw, 30px);
  font-size: clamp(1.125rem, 0.982rem + 0.71vw, 1.875rem);
  line-height: 1;
  letter-spacing: 0.1em;
  border: 1px solid #313131;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}

.page-recruit__btn span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .page-recruit__btn:hover {
    color: #fff;
    background-color: #313131;
    opacity: 1;
  }
}

.page-recruit__img {
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__img {
    margin-top: 0;
  }
}

.page-recruit__img--workplace {
  aspect-ratio: 1351/946;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-recruit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 200px;
  gap: 12.5rem;
}

.page-recruit__btn-wrap {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-recruit__btn-wrap {
    margin-top: 13.875rem;
  }
}

.page-stylist {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-stylist {
    padding: 5.6875rem 0 7.0625rem;
  }
}

.page-stylist__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-stylist__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.page-stylist-list__wrapper {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-stylist-list__wrapper {
    margin-top: 0;
  }
}

.page-stylist__title.title {
  text-align: center;
}

.page-stylist__sub-title.sub-title {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.page-stylist__text.text {
  text-align: center;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.page-tenpo {
  padding: 50px 0 30px;
  padding: 3.125rem 0 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-tenpo {
    padding: 5.6875rem 0 7.0625rem;
    margin-top: 6.25rem;
  }
}

.page-tenpo__inner {
  margin: auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  max-width: 600px;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-tenpo__inner {
    padding: 0 1.5625rem;
    max-width: 75rem;
  }
}

.page-tenpo__btn {
  padding: 15px;
  padding: 0.9375rem;
  background-color: #FDF1E9;
  max-width: 710px;
  max-width: 44.375rem;
  width: 100%;
  position: relative;
}

.page-tenpo__btn::before {
  position: absolute;
  content: "";
  right: 15px;
  right: 0.9375rem;
  bottom: -10px;
  bottom: -0.625rem;
  background-image: url(/images/salon/arrow_sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 3px;
  width: 0.1875rem;
  height: 18px;
  height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .page-tenpo__btn::before {
    background-image: url(/images/salon/arrow.svg);
    width: 0.5rem;
    height: 2.75rem;
    right: 3.125rem;
    bottom: -1.5625rem;
  }
}

.page-tenpo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  gap: 3.125rem;
}

.page-tenpo__btn-01 img {
  aspect-ratio: 358/119;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .page-tenpo__btn-01 img {
    width: 22.375rem;
    height: 7.4375rem;
  }
}

.page-tenpo__btn-02 img {
  aspect-ratio: 241/97;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .page-tenpo__btn-02 img {
    width: 15.4375rem;
    height: 6.0625rem;
  }
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.swiper-wrapper {
  padding-left: 0;
}

.form {
  background-color: #EDEDED;
  padding: 50px 0;
}

.footer-nav-list li {
    border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .footer-nav-list li {
    border-bottom: none;
    border-right: 1px solid #000
  }
}

.footer-nav-list li:first-child {
  border-left: none;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .footer-nav-list li:first-child {
    border-left: 1px solid #000;
    border-top: none;
  }
}

.site-footer.site-footer-top {
    background-color: #EDEDED;
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

/*# sourceMappingURL=styles.css.map */
