@charset "UTF-8";
@media screen and (max-width: 1359px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1360 * 100vw);
  }
}
@media screen and (max-width: 699px) {
  html {
    font-size: calc(16 / 700 * 100vw);
  }
}

body {
  color: #313131;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

#glt-translate-trigger {
  display: none !important;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .c-btn:hover .c-btn__chevron {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}

.c-btn--arrow {
  background-color: #393838;
  width: 13.5rem;
  padding-block: 0.625rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-padding-end: 0.625rem;
          padding-inline-end: 0.625rem;
  font-family: "Inter", sans-serif;
  font-size: 1.1875rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn--arrow {
    width: 16.25rem;
    padding-block: 1.125rem;
    -webkit-padding-start: 1.75rem;
            padding-inline-start: 1.75rem;
    -webkit-padding-end: 0.875rem;
            padding-inline-end: 0.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.1285714286em;
  }
}

.c-btn__chevron {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn__chevron.pc {
  display: block;
  width: 0.5rem;
  height: auto;
}
.c-btn__chevron.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btn__chevron.pc {
    display: none;
  }
  .c-btn__chevron.sp {
    display: block;
    width: 0.75rem;
    height: auto;
  }
}

.c-btn--text {
  background-color: #272727;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 1rem;
  padding-inline: 3.375rem;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  white-space: nowrap;
  border: 1px solid #272727;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .c-btn--text:hover {
    background-color: #ffffff;
    color: #272727;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--text {
    padding-block: 1.5rem;
    padding-inline: 3.125rem;
  }
}

.c-title-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("../../img/common/title-bg.png");
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-title-bg {
    background-image: url("../../img/common/title-bg-sp.png");
  }
}

.c-staff-card {
  width: 15.9722222222vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}

.c-staff-card__link {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-staff-card__link {
    gap: 0.5rem;
  }
}

.c-staff-card__photo {
  width: 100%;
  aspect-ratio: 23/31;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-staff-card__photo {
    aspect-ratio: 3/4;
  }
}

.c-staff-card__photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.c-staff-card__info {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  color: #484848;
}

.c-staff-card__name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
}

.c-staff-card__position {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
}

.c-staff-card__role {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.625;
}

.c-staff-card__sp-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  color: #484848;
  padding-inline: 10.5714285714vw;
}
@media screen and (max-width: 767px) {
  .c-staff-card__sp-info {
    gap: 0.125rem;
    padding-inline: 0;
  }
}

.c-staff-card__katagaki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-staff-card__katagaki {
    gap: 0rem;
    font-size: 0.875rem;
  }
}

.c-staff-card__katagaki p:first-child {
  letter-spacing: 0.1em;
}

.c-staff-card__name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.c-staff-card__sp-name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
}

.c-staff-card__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-staff-card__sns {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.c-staff-card__sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.c-staff-card__sns-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .c-staff-card__sns-link:hover {
    opacity: 0.8;
  }
}

.c-staff-card__sns-link img {
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}

.c-stylist-card {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-stylist-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  .c-stylist-card__link:hover {
    opacity: 0.8;
  }
}

.c-stylist-card__photo {
  width: 100%;
}

.c-stylist-card__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 23/31;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.c-stylist-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.c-stylist-card__shop {
  font-family: "Maven Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
  line-height: normal;
  width: 100%;
}

.c-stylist-card__role {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #484848;
  line-height: 1rem;
  width: 100%;
}

.c-stylist-card__name-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}

.c-stylist-card__name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #484848;
  line-height: 2.4615384615;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-stylist-card__name {
    font-size: 1.125rem;
  }
}

.c-stylist-card__sns {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-stylist-card__sns img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.header {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    inset-block-start: 0;
    inset-inline: 0;
    background: transparent;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1.25rem;
    pointer-events: none;
  }
}

.header__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  padding-block: 3.5rem;
  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;
  min-height: 8.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner {
    display: none;
  }
}

.header__actions {
  display: contents;
}
@media screen and (max-width: 767px) {
  .header__actions {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
    pointer-events: auto;
  }
}

.header__actions-top {
  display: contents;
}
@media screen and (max-width: 767px) {
  .header__actions-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  position: fixed;
  inset-inline-end: 1.875rem;
  inset-block-start: 1.25rem;
  z-index: 200;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
@media screen and (max-width: 767px) {
  .header__lang {
    position: static;
    gap: 2px;
    padding: 3px;
    border-radius: 4px;
    z-index: auto;
  }
}

.header__lang-btn {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #aaa;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.375rem 0.625rem;
  border-radius: 0.1875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .header__lang-btn {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 3px;
  }
}
.header__lang-btn.is-active {
  color: #ffffff;
  background-color: #272727;
  font-weight: 700;
}
@media (hover: hover) {
  .header__lang-btn:hover:not(.is-active) {
    color: #272727;
    background-color: #f0f0f0;
  }
}

.header__lang-divider {
  display: none;
}

.header__travelers {
  position: fixed;
  inset-inline-end: 1.875rem;
  inset-block-start: 4.5rem;
  z-index: 200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  font-family: "Inter", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #484848;
  text-decoration: none;
  background: none;
  border: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__travelers:hover {
    opacity: 0.6;
  }
}
.header__travelers svg {
  width: 0.3125rem;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .header__travelers:hover svg {
    -webkit-transform: translateX(0.1875rem);
            transform: translateX(0.1875rem);
  }
}

.header__travelers-icon {
  width: 1.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .header__travelers-icon {
    width: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header__travelers {
    position: static;
    font-size: 12px;
    gap: 5px;
  }
  .header__travelers svg {
    width: 4px;
  }
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}

.header__nav-item {
  position: relative;
}

.header__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #000000;
  white-space: nowrap;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (hover: hover) {
  .header__nav-link:hover {
    text-decoration-color: currentColor;
  }
}

@media (hover: hover) {
  .header__nav-item--has-child:hover .header__nav-link {
    text-decoration-color: currentColor;
  }
}

.header__dropdown {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  width: 15.3125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 10;
  list-style: none;
}

.header__nav-item--has-child:hover .header__dropdown,
.header__nav-item--has-child.is-open .header__dropdown {
  opacity: 1;
  visibility: visible;
}

.header__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.125rem;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
  background-color: #faf9f9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .header__dropdown-item:hover {
    background-color: #d9d9d9;
  }
}

.header__dropdown-link {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #000000;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-block: 0.5rem;
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__hamburger {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.375rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #393838;
    cursor: pointer;
    pointer-events: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.header__hamburger span {
  display: block;
  width: 1.5rem;
  height: 1.5px;
  background-color: #ffffff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease, width 0.35s ease, -webkit-transform 0.35s ease;
}

.header__hamburger.is-open span {
  width: 1.25rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: translateY(calc(0.375rem + 1.5px)) rotate(45deg);
          transform: translateY(calc(0.375rem + 1.5px)) rotate(45deg);
}

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

.header__hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translateY(calc((0.375rem + 1.5px) * -1)) rotate(-45deg);
          transform: translateY(calc((0.375rem + 1.5px) * -1)) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: opacity 0.45s ease-out, visibility 0s 0.45s, -webkit-transform 0.45s ease-out;
  transition: opacity 0.45s ease-out, visibility 0s 0.45s, -webkit-transform 0.45s ease-out;
  transition: opacity 0.45s ease-out, transform 0.45s ease-out, visibility 0s 0.45s;
  transition: opacity 0.45s ease-out, transform 0.45s ease-out, visibility 0s 0.45s, -webkit-transform 0.45s ease-out;
  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;
}
@media (min-width: 768px) {
  .drawer {
    display: none;
  }
}

.drawer.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.45s ease-out, visibility 0s, -webkit-transform 0.45s ease-out;
  transition: opacity 0.45s ease-out, visibility 0s, -webkit-transform 0.45s ease-out;
  transition: opacity 0.45s ease-out, transform 0.45s ease-out, visibility 0s;
  transition: opacity 0.45s ease-out, transform 0.45s ease-out, visibility 0s, -webkit-transform 0.45s ease-out;
}

.drawer__nav {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}

.drawer__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  color: #313131;
  letter-spacing: 0.08em;
}
@media (hover: hover) {
  .drawer__nav-link:hover {
    opacity: 0.6;
  }
}

.drawer__nav-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.drawer__nav-arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer__nav-toggle.is-open .drawer__nav-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer__sub-nav {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.drawer__sub-link {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  color: #313131;
  letter-spacing: 0.06em;
}
@media (hover: hover) {
  .drawer__sub-link:hover {
    opacity: 0.6;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.fv {
  position: relative;
  aspect-ratio: 700/1148;
  overflow: hidden;
}

.fv__img-wrap {
  position: absolute;
  inset: 0;
}

.fv__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.fv__text {
  position: absolute;
  inset-block-end: 32%;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .fv__text {
    inset-block-end: 30%;
  }
}

.fv__text-main {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  font-size: 8.1428571429vw;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.fv__text-sub {
  font-family: "Frank Ruhl Libre", serif;
  font-weight: 700;
  font-size: 5.1428571429vw;
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.fv-pc {
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  position: relative;
  aspect-ratio: 1440/629;
  background-color: #ffffff;
}

.fv-pc__img-wrap {
  position: absolute;
  inset: 0;
}

.fv-pc__slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
}

.fv-pc__text {
  position: absolute;
  inset-block-start: 15.6875rem;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #ffffff;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.8);
  white-space: nowrap;
  z-index: 2;
}

.fv-pc__text-main {
  font-family: "Frank Ruhl Libre", serif;
  font-size: max(3.5625rem, 45.6px);
}
@media screen and (max-width: 767px) {
  .fv-pc__text-main {
    font-size: 3.5625rem;
  }
}
.fv-pc__text-main {
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.fv-pc__text-sub {
  font-family: "Frank Ruhl Libre", serif;
  font-size: max(2.25rem, 28.8px);
}
@media screen and (max-width: 767px) {
  .fv-pc__text-sub {
    font-size: 2.25rem;
  }
}
.fv-pc__text-sub {
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 2.5rem;
  padding-inline: 6.5277777778vw;
  gap: 11.1111111111vw;
}
@media screen and (max-width: 767px) {
  .news {
    -webkit-padding-before: 3.9375rem;
            padding-block-start: 3.9375rem;
    -webkit-padding-after: 3rem;
            padding-block-end: 3rem;
    -webkit-padding-start: 5.7142857143vw;
            padding-inline-start: 5.7142857143vw;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
    gap: 1.5rem;
  }
}

.news__label-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}

.news__label {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #393838;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .news__label {
    font-size: 2.5rem;
    color: #555555;
    letter-spacing: 0.3em;
  }
}

.news__label.is-split {
  visibility: visible;
}

.news__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  will-change: transform, opacity;
}

.news__item {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  will-change: transform, opacity;
}

.news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .news__body {
    gap: 2.75rem;
  }
}

.news__list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.4375rem;
  min-width: 0;
}
@media (hover: hover) {
  .news__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .news__link {
    gap: 0.625rem;
  }
}

.news__date {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  color: #313131;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 1.125rem;
  }
}

.news__cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #313131;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news__cat {
    font-size: 1.125rem;
  }
}

.news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.125rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
}

.hair-catalog {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 10.4166666667vw;
          padding-block-start: 10.4166666667vw;
}
@media screen and (max-width: 767px) {
  .hair-catalog {
    -webkit-padding-before: 26.5714285714vw;
            padding-block-start: 26.5714285714vw;
  }
}

.hair-catalog__slider-wrap {
  -webkit-margin-start: 20.9027777778vw;
          margin-inline-start: 20.9027777778vw;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .hair-catalog__slider-wrap {
    -webkit-margin-start: 21vw;
            margin-inline-start: 21vw;
  }
}

.hair-catalog__bg {
  position: absolute;
  inset-block-start: 28.1944444444vw;
  inset-inline-start: 0;
  width: 48.8888888889vw;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .hair-catalog__bg {
    inset-block-start: 79.1428571429vw;
    width: 61vw;
  }
}

.hair-catalog__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 704/470;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}

.hair-catalog__label-wrap {
  position: absolute;
  inset-block-start: 22.0833333333vw;
  inset-inline-start: 6.5277777778vw;
  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;
}
@media screen and (max-width: 767px) {
  .hair-catalog__label-wrap {
    inset-block-start: 46.4285714286vw;
    inset-inline-start: 5.7142857143vw;
  }
}

.hair-catalog__label {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #393838;
  letter-spacing: 0.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .hair-catalog__label {
    font-size: 2.5rem;
    color: #484848;
    letter-spacing: 0.75rem;
    line-height: 97.7%;
  }
}

.hair-catalog__label.is-split {
  visibility: visible;
}

.hair-catalog__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.hair-catalog__swiper {
  overflow: visible;
}

.hair-catalog__slide {
  width: 33.6111111111vw;
}
@media screen and (max-width: 767px) {
  .hair-catalog__slide {
    width: 66.2857142857vw;
  }
}

.hair-catalog__slide a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .hair-catalog__slide a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.hair-catalog__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 484/576;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .hair-catalog__slide img {
    aspect-ratio: 464/615;
  }
}

.hair-catalog__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 4.375vw;
          margin-block-start: 4.375vw;
  -webkit-padding-end: 6.5277777778vw;
          padding-inline-end: 6.5277777778vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .hair-catalog__footer {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.salon {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 8.5416666667vw;
          padding-block-start: 8.5416666667vw;
}
@media screen and (max-width: 767px) {
  .salon {
    -webkit-padding-before: 20vw;
            padding-block-start: 20vw;
  }
}

.salon__bg {
  position: absolute;
  inset-block-start: 21.9444444444vw;
  inset-inline-start: 0;
  width: 48.8888888889vw;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .salon__bg {
    inset-block-start: 55.5714285714vw;
    width: 53.4285714286vw;
  }
}

.salon__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 704/469;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.salon__label-wrap {
  position: absolute;
  inset-block-start: 23.8194444444vw;
  inset-inline-start: 6.5277777778vw;
  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;
}
@media screen and (max-width: 767px) {
  .salon__label-wrap {
    inset-block-start: 39.8571428571vw;
    inset-inline-start: 5.7142857143vw;
  }
}

.salon__label {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #393838;
  letter-spacing: 0.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .salon__label {
    font-size: 2.5rem;
    color: #484848;
    letter-spacing: 0.75rem;
  }
}

.salon__label.is-split {
  visibility: visible;
}

.salon__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.salon__slider-wrap {
  -webkit-margin-start: 21.5277777778vw;
          margin-inline-start: 21.5277777778vw;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .salon__slider-wrap {
    -webkit-margin-start: 20.2857142857vw;
            margin-inline-start: 20.2857142857vw;
  }
}

.salon__swiper {
  overflow: visible;
}

.salon__slide {
  width: 33.6111111111vw;
}
@media screen and (max-width: 767px) {
  .salon__slide {
    width: 66.2857142857vw;
  }
}

.salon__slide a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .salon__slide a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.salon__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 484/510;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .salon__slide img {
    aspect-ratio: 464/457;
  }
}

.salon__slide-label {
  position: absolute;
  inset-block-end: 2.7777777778vw;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13.3333333333vw;
  background-color: rgba(255, 255, 255, 0.75);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 0.5rem;
}
@media screen and (max-width: 767px) {
  .salon__slide-label {
    inset-block-end: 7.1428571429vw;
    width: 27.4285714286vw;
  }
}

.salon__slide-name-top {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .salon__slide-name-top {
    font-size: 0.9375rem;
  }
}

.salon__slide-name-bottom {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .salon__slide-name-bottom {
    font-size: 1.25rem;
  }
}

.salon__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 3.8888888889vw;
          margin-block-start: 3.8888888889vw;
  -webkit-padding-end: 6.5277777778vw;
          padding-inline-end: 6.5277777778vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .salon__footer {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.staff {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 8.5416666667vw;
          padding-block-start: 8.5416666667vw;
}
@media screen and (max-width: 767px) {
  .staff {
    -webkit-padding-before: 20.5714285714vw;
            padding-block-start: 20.5714285714vw;
  }
}

.staff__bg {
  position: absolute;
  inset-block-start: 30.8333333333vw;
  inset-inline-start: 0;
  width: 47.9166666667vw;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .staff__bg {
    inset-block-start: 77.8571428571vw;
    width: 53.4285714286vw;
  }
}

.staff__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 690/460;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.staff__label-wrap {
  position: absolute;
  inset-block-start: 32.9166666667vw;
  inset-inline-start: 6.4583333333vw;
  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;
}
@media screen and (max-width: 767px) {
  .staff__label-wrap {
    inset-block-start: 64.7142857143vw;
    inset-inline-start: 5.7142857143vw;
  }
}

.staff__label {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .staff__label {
    font-size: 2.5rem;
    color: #484848;
    letter-spacing: 0.75rem;
  }
}

.staff__label.is-split {
  visibility: visible;
}

.staff__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.staff__slider-wrap {
  -webkit-margin-start: 21.4583333333vw;
          margin-inline-start: 21.4583333333vw;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .staff__slider-wrap {
    -webkit-margin-start: 20.2857142857vw;
            margin-inline-start: 20.2857142857vw;
  }
}

.staff__swiper {
  overflow: visible;
}

.staff__slide {
  width: 33.6111111111vw;
}
@media screen and (max-width: 767px) {
  .staff__slide {
    width: 66.2857142857vw;
  }
}

.staff__slide a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .staff__slide a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.staff__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 484/628;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .staff__slide img {
    aspect-ratio: 464/610;
  }
}

.staff__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 3.8888888889vw;
          margin-block-start: 3.8888888889vw;
  -webkit-padding-end: 6.5277777778vw;
          padding-inline-end: 6.5277777778vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .staff__footer {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.media {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 8.5416666667vw;
          padding-block-start: 8.5416666667vw;
}
@media screen and (max-width: 767px) {
  .media {
    -webkit-padding-before: 20.5714285714vw;
            padding-block-start: 20.5714285714vw;
  }
}

.media__bg {
  position: absolute;
  inset-block-start: 35.8333333333vw;
  inset-inline-start: 0;
  width: 47.9166666667vw;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .media__bg {
    inset-block-start: 62.4285714286vw;
    width: 62vw;
  }
}

.media__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 690/388;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.media__label-wrap {
  position: absolute;
  inset-block-start: 37.9166666667vw;
  inset-inline-start: 6.5277777778vw;
  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;
}
@media screen and (max-width: 767px) {
  .media__label-wrap {
    inset-block-start: 51.5714285714vw;
    inset-inline-start: 5.7142857143vw;
  }
}

.media__label {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.6rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .media__label {
    font-size: 2.5rem;
    color: #484848;
    letter-spacing: 0.75rem;
  }
}

.media__label.is-split {
  visibility: visible;
}

.media__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.media__slider-wrap {
  -webkit-margin-start: 21.4583333333vw;
          margin-inline-start: 21.4583333333vw;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
  will-change: transform, opacity;
}
@media screen and (max-width: 767px) {
  .media__slider-wrap {
    -webkit-margin-start: 20.2857142857vw;
            margin-inline-start: 20.2857142857vw;
  }
}

.media__swiper {
  overflow: visible;
}

.media__slide {
  width: 33.6111111111vw;
}
@media screen and (max-width: 767px) {
  .media__slide {
    width: 66.2857142857vw;
  }
}

.media__slide a {
  display: block;
  overflow: hidden;
}
@media (hover: hover) {
  .media__slide a:hover img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.media__slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 484/628;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .media__slide img {
    aspect-ratio: 464/500;
  }
}

.media__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 3.8888888889vw;
          margin-block-start: 3.8888888889vw;
  -webkit-padding-end: 6.5277777778vw;
          padding-inline-end: 6.5277777778vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .media__footer {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-padding-end: 1rem;
            padding-inline-end: 1rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.top-recruit {
  max-width: 75rem;
  margin-inline: auto;
  background-color: rgba(39, 39, 39, 0.92);
  padding-block: 5rem;
  -webkit-margin-before: 7.5rem;
          margin-block-start: 7.5rem;
}
@media screen and (max-width: 767px) {
  .top-recruit {
    padding-block: 3.125rem;
    -webkit-margin-before: 9.375rem;
            margin-block-start: 9.375rem;
    max-width: calc(100% - 2.5rem);
  }
}

.top-recruit__inner {
  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: 5rem;
  max-width: 68.75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__inner {
    gap: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.top-recruit__content {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem;
  }
}

.top-recruit__heading {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  -webkit-padding-after: 0.375rem;
          padding-block-end: 0.375rem;
  -webkit-border-after: 2px solid #ffffff;
          border-block-end: 2px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .top-recruit__heading {
    font-size: 2rem;
    -webkit-padding-after: 0.375rem;
            padding-block-end: 0.375rem;
  }
}

.top-recruit__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top-recruit__text {
    font-size: 1.125rem;
  }
}

.top-recruit__ig {
  display: block;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .top-recruit__ig:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .top-recruit__ig {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}
.top-recruit__ig img {
  width: 3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .top-recruit__ig img {
    width: 2.5rem;
  }
}

.top-recruit__ticket {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .top-recruit__ticket {
    width: 50%;
  }
}
.top-recruit__ticket img {
  width: 100%;
  height: auto;
  display: block;
}

.kansen {
  position: relative;
  overflow: hidden;
  -webkit-padding-before: 22.4305555556vw;
          padding-block-start: 22.4305555556vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .kansen {
    -webkit-padding-before: 20.5714285714vw;
            padding-block-start: 20.5714285714vw;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.kansen__bg {
  position: absolute;
  inset-block-start: 8.3333333333vw;
  inset-inline-start: 19.7222222222vw;
  width: 82.5694444444vw;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kansen__bg {
    inset-block-start: 0;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: 93.2857142857vw;
  }
}

.kansen__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1189/793;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .kansen__bg img {
    aspect-ratio: 653/435;
  }
}

.kansen__heading {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  -webkit-padding-start: 6.5277777778vw;
          padding-inline-start: 6.5277777778vw;
  line-height: 1;
  white-space: nowrap;
  -webkit-margin-after: 3.2638888889vw;
          margin-block-end: 3.2638888889vw;
}
@media screen and (max-width: 767px) {
  .kansen__heading {
    font-size: 2.25rem;
    color: #484848;
    -webkit-padding-start: 5.7142857143vw;
            padding-inline-start: 5.7142857143vw;
    -webkit-margin-after: 6.2857142857vw;
            margin-block-end: 6.2857142857vw;
  }
}

.kansen__bars {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6666666667vw;
  -webkit-margin-after: 9.8611111111vw;
          margin-block-end: 9.8611111111vw;
}
@media screen and (max-width: 767px) {
  .kansen__bars {
    gap: 2.5714285714vw;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}

.kansen__bar {
  background-color: #272727;
  color: #ffffff;
  padding-block: 1.3125rem;
  -webkit-padding-start: 6.5277777778vw;
          padding-inline-start: 6.5277777778vw;
  -webkit-padding-end: 2.0833333333vw;
          padding-inline-end: 2.0833333333vw;
  font-family: "Noto Serif JP", serif;
  font-size: 2.375rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kansen__bar {
    font-size: 1.75rem;
    -webkit-padding-start: 5.7142857143vw;
            padding-inline-start: 5.7142857143vw;
    -webkit-padding-end: 8.5714285714vw;
            padding-inline-end: 8.5714285714vw;
    padding-block: 1.0625rem;
  }
}

.kansen__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-padding-end: 6.5277777778vw;
          padding-inline-end: 6.5277777778vw;
}
@media screen and (max-width: 767px) {
  .kansen__footer {
    -webkit-padding-end: 2.8571428571vw;
            padding-inline-end: 2.8571428571vw;
  }
}

.kansen__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  padding-block: 0.625rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-padding-end: 0.625rem;
          padding-inline-end: 0.625rem;
  background-color: #393838;
  color: #ffffff;
}
@media (hover: hover) {
  .kansen__btn:hover .kansen__btn-icon {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}
@media screen and (max-width: 767px) {
  .kansen__btn {
    gap: 1rem;
    padding-block: 0.5rem;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    -webkit-padding-end: 0.5rem;
            padding-inline-end: 0.5rem;
  }
}

.kansen__btn-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .kansen__btn-text {
    font-size: 0.75rem;
  }
}

.kansen__btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.kansen__btn-icon .pc {
  width: 0.5625rem;
  height: 0.9375rem;
}

.kansen__btn-icon .sp {
  width: 0.4375rem;
  height: 0.6875rem;
}

.footer {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 3.75rem;
  }
}

.footer__nav-list {
  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: 2.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .footer__nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 1.75rem;
  }
}

.footer__nav-link {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (hover: hover) {
  .footer__nav-link:hover {
    text-decoration-color: currentColor;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 1.125rem;
  }
}

.footer__nav-item--has-child {
  position: relative;
}

.footer__dropdown {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 0;
  width: 15.3125rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 10;
  list-style: none;
}

.footer__nav-item--has-child:hover .footer__dropdown,
.footer__nav-item--has-child.is-open .footer__dropdown {
  opacity: 1;
  visibility: visible;
}

.footer__dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.125rem;
  -webkit-padding-start: 1.375rem;
          padding-inline-start: 1.375rem;
  background-color: #faf9f9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .footer__dropdown-item:hover {
    background-color: #d9d9d9;
  }
}

.footer__dropdown-link {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  color: #000000;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding-block: 0.5rem;
}

.sub-fv {
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
}
@media screen and (max-width: 767px) {
  .sub-fv {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
  }
}

.sub-fv__img-wrap {
  width: 60.625vw;
  max-width: 54.5625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub-fv__img-wrap {
    width: auto;
    margin-inline: 1.6875rem;
  }
}

.sub-fv__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 873/582;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.info {
  position: relative;
  overflow: hidden;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .info {
    -webkit-padding-after: 0rem;
            padding-block-end: 0rem;
  }
}

.info__bg {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 24.1666666667vw;
  width: 75.8333333333vw;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .info__bg {
    inset-inline-start: 6.7142857143vw;
    width: 93.2857142857vw;
  }
}

.info__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1092/793;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .info__bg img {
    aspect-ratio: 653/435;
  }
}

.info__inner {
  padding-inline: 7.6388888889vw;
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
}
@media screen and (max-width: 767px) {
  .info__inner {
    padding-inline: 0;
    -webkit-padding-before: 12.7142857143vw;
            padding-block-start: 12.7142857143vw;
  }
}

.info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.7777777778vw;
  -webkit-margin-after: 9.0277777778vw;
          margin-block-end: 9.0277777778vw;
}
@media screen and (max-width: 767px) {
  .info__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.7142857143vw;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.info__title-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .info__title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-margin-start: 3.7142857143vw;
            margin-inline-start: 3.7142857143vw;
  }
}

.info__title-01 {
  background-color: #272727;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-block: 1.25rem;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .info__title-01 {
    padding-block: 1rem;
    padding-inline: 1.5rem;
  }
}

.info__title-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}
@media screen and (max-width: 767px) {
  .info__title-sns {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    gap: 1rem;
  }
}

.info__title-sns-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .info__title-sns-link:hover {
    opacity: 0.6;
  }
}
.info__title-sns-link img {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .info__title-sns-link img {
    width: 2.25rem;
  }
}
.info__title-sns-link img[alt=楽天ビューティー] {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .info__title-sns-link img[alt=楽天ビューティー] {
    width: 3.75rem;
  }
}

.info__title-01 p {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info__title-01 p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.info__text {
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}
@media screen and (max-width: 767px) {
  .info__text {
    padding-inline: 9.5714285714vw;
  }
}

.info__catch {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #484848;
  line-height: 1.3;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .info__catch {
    font-size: 2.25rem;
  }
}

.info__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .info__desc {
    font-size: 1.25rem;
  }
}

.info__sns-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.8333333333vw;
}
@media screen and (max-width: 767px) {
  .info__sns-row {
    display: none;
  }
}

.info__title-02 {
  background-color: #ffffff;
  border: 1px solid #646363;
  width: 47.0833333333vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-block: 1.75rem;
  padding-inline: 2.875rem;
}
@media screen and (max-width: 767px) {
  .info__title-02 {
    width: 78vw;
    margin-inline: auto;
    padding-block: 1.375rem;
    -webkit-padding-start: 3rem;
            padding-inline-start: 3rem;
    -webkit-padding-end: 2.25rem;
            padding-inline-end: 2.25rem;
    -webkit-margin-after: 5.4285714286vw;
            margin-block-end: 5.4285714286vw;
  }
}

.info__title-02 p {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #646363;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info__title-02 p {
    font-size: 1.75rem;
    line-height: normal;
  }
}

.info__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2222222222vw;
}

.info__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
}
@media screen and (max-width: 767px) {
  .info__sns-icons {
    gap: 1.125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.info__sns-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .info__sns-icon:hover {
    opacity: 0.8;
  }
}

.info__sns-icon img {
  width: 5.5rem;
  height: auto;
  display: block;
}

.info__rakuten {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .info__rakuten:hover {
    opacity: 0.8;
  }
}

.info__rakuten img {
  width: 9.25rem;
  height: auto;
  display: block;
}

.info__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .info__bottom {
    display: none;
    padding-block: 0;
    -webkit-margin-before: 5.4285714286vw;
            margin-block-start: 5.4285714286vw;
  }
}

.info__address {
  background-color: #272727;
  border: 1px solid #000000;
  width: 47.0833333333vw;
  padding-block: 1.5rem;
  padding-inline: 3.75rem;
}
@media screen and (max-width: 767px) {
  .info__address {
    width: 78vw;
    margin-inline: auto;
    padding-block: 1.25rem;
    padding-inline: 5rem;
  }
}

.info__address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.35;
}
@media screen and (max-width: 767px) {
  .info__address p {
    font-size: 1rem;
    white-space: normal;
    line-height: 2.3125rem;
  }
}

.info__map {
  width: 32.2222222222vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .info__map {
    width: 66.2857142857vw;
    margin-inline: auto;
  }
}

.info__map img,
.info__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 464/279;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.info__sp-footer {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.4285714286vw;
  -webkit-margin-before: 5.4285714286vw;
          margin-block-start: 5.4285714286vw;
}

.menu-list {
  position: relative;
  -webkit-padding-before: 5rem;
          padding-block-start: 5rem;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .menu-list {
    -webkit-padding-before: 3.75rem;
            padding-block-start: 3.75rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.menu-list__title {
  width: 85.4166666667vw;
  margin-inline: auto;
  -webkit-padding-after: 1.875rem;
          padding-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .menu-list__title {
    width: 100%;
    padding-inline: 9.5714285714vw;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
  }
}

.menu-list__title-bg {
  display: none;
}

.menu-list__title-text {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #484848;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .menu-list__title-text {
    font-size: 1.5rem;
  }
}

.menu-list__container {
  background-color: #484848;
  width: 85.4166666667vw;
  margin-inline: auto;
  padding-block: 7.7777777778vw;
  padding-inline: 6.5972222222vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .menu-list__container {
    width: 100%;
    -webkit-padding-before: 3.9375rem;
            padding-block-start: 3.9375rem;
    -webkit-padding-after: 4rem;
            padding-block-end: 4rem;
    padding-inline: 9.5714285714vw;
  }
}

.menu-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.3888888889vw;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .menu-list__inner {
    gap: 1.75rem;
  }
}

.menu-list__item {
  background-color: #ffffff;
  padding-block: 1.375rem;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-list__item {
    padding-block: 0.8125rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    -webkit-padding-end: 0.75rem;
            padding-inline-end: 0.75rem;
    white-space: normal;
  }
}

.menu-list__item-en {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .menu-list__item-en {
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.menu-list__item-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .menu-list__item-ja {
    font-size: 1.25rem;
  }
}

.menu-list__item-jp-only {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .menu-list__item-jp-only {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .menu-list__item-ja--block {
    display: block;
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.stylist-list {
  position: relative;
  -webkit-padding-before: 26.3194444444vw;
          padding-block-start: 26.3194444444vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
  margin-inline: -7.6388888889vw;
}
@media (max-width: 900px) {
  .stylist-list {
    -webkit-padding-before: 29.1666666667vw;
            padding-block-start: 29.1666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .stylist-list {
    -webkit-padding-before: 29vw;
            padding-block-start: 29vw;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
    margin-inline: 0;
  }
}

.stylist-list__title {
  position: absolute;
  inset-block-start: 12.0138888889vw;
  inset-inline-start: 0;
  width: 59.7916666667vw;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  -webkit-padding-start: 12.5rem;
          padding-inline-start: 12.5rem;
  -webkit-padding-end: 23.75rem;
          padding-inline-end: 23.75rem;
  overflow: hidden;
  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;
}

.stylist-list__title-bg {
  background-image: url("../img/common/title-bg.png");
}

.stylist-list__title-text {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #484848;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stylist-list__title-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.stylist-list__container {
  width: 83.3333333333vw;
  margin-inline: auto;
  padding-block: 4.0277777778vw;
  padding-inline: 5.5555555556vw;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.2361111111vw;
}
@media screen and (max-width: 767px) {
  .stylist-list__container {
    width: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 14.2857142857vw;
            padding-block-end: 14.2857142857vw;
    padding-inline: 5.1428571429vw;
    gap: 14.4285714286vw;
  }
}

.stylist-list__divider {
  border: none;
  -webkit-border-before: 1px solid #484848;
          border-block-start: 1px solid #484848;
  margin: 0;
}

.stylist-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .stylist-list__inner {
    gap: 14.2857142857vw;
  }
}

.stylist-list__heading {
  color: #484848;
}
@media screen and (max-width: 767px) {
  .stylist-list__heading {
    padding-inline: 0;
  }
}

.stylist-list__heading-en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 1.0277777778;
}
@media screen and (max-width: 767px) {
  .stylist-list__heading-en {
    font-size: 2.6875rem;
    -webkit-margin-after: 0.375rem;
            margin-block-end: 0.375rem;
  }
}

.stylist-list__heading-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .stylist-list__heading-ja {
    font-size: 1.5rem;
  }
}

.stylist-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.7777777778vw;
     -moz-column-gap: 2.7777777778vw;
          column-gap: 2.7777777778vw;
  row-gap: 6.9444444444vw;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .stylist-list__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.7142857143vw;
  }
}

.sp-info {
  position: relative;
  -webkit-padding-before: 2.5625rem;
          padding-block-start: 2.5625rem;
}

.sp-info__title {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #646363;
  width: 78.8571428571vw;
  margin-inline: auto;
  padding-block: 1.375rem;
  padding-inline: 2.1875rem;
  text-align: center;
}

.sp-info__title p {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #646363;
  white-space: nowrap;
  line-height: 1;
}

.sp-info__inner {
  background-color: #272727;
  -webkit-padding-before: 8.625rem;
          padding-block-start: 8.625rem;
  -webkit-padding-after: 6.1875rem;
          padding-block-end: 6.1875rem;
  padding-inline: 9vw;
  -webkit-margin-before: -2.5rem;
          margin-block-start: -2.5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.sp-info__address {
  border: 1px solid #ffffff;
  padding-block: 1.875rem;
  padding-inline: 2.375rem;
  width: 100%;
}

.sp-info__address p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.35;
}

.sp-info__address ul {
  list-style: disc;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
}

.sp-info__address li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.35;
}

.sp-info__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.sp-info__sns-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (hover: hover) {
  .sp-info__sns-icon:hover {
    opacity: 0.8;
  }
}

.sp-info__sns-icon img {
  width: 4.125rem;
  height: auto;
  display: block;
}

.sp-info__map {
  width: 82vw;
}

.sp-info__map img,
.sp-info__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 574/345;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.sub-menu {
  position: relative;
  -webkit-padding-before: 17.9166666667vw;
          padding-block-start: 17.9166666667vw;
  -webkit-padding-after: 5.5555555556vw;
          padding-block-end: 5.5555555556vw;
}
@media (max-width: 900px) {
  .sub-menu {
    -webkit-padding-before: 20.1388888889vw;
            padding-block-start: 20.1388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .sub-menu {
    -webkit-padding-before: 19.4285714286vw;
            padding-block-start: 19.4285714286vw;
    -webkit-padding-after: 3.125rem;
            padding-block-end: 3.125rem;
  }
}

.sub-menu__title {
  position: absolute;
  inset-block-start: 9.0277777778vw;
  inset-inline-start: 0;
  width: 59.7916666667vw;
  -webkit-padding-before: 3.125rem;
          padding-block-start: 3.125rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
  -webkit-padding-start: 12.5rem;
          padding-inline-start: 12.5rem;
  -webkit-padding-end: 23.75rem;
          padding-inline-end: 23.75rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-menu__title {
    background-color: #f5f5f5;
    inset-block-start: 9.8571428571vw;
    width: 57.7142857143vw;
    -webkit-padding-before: 3.1428571429vw;
            padding-block-start: 3.1428571429vw;
    -webkit-padding-after: 6.4285714286vw;
            padding-block-end: 6.4285714286vw;
    -webkit-padding-start: 8.8571428571vw;
            padding-inline-start: 8.8571428571vw;
    -webkit-padding-end: 23.1428571429vw;
            padding-inline-end: 23.1428571429vw;
  }
}

.sub-menu__title-text {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #484848;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-menu__title-text {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.sub-menu__container {
  background-color: #484848;
  width: 85.4166666667vw;
  margin-inline: auto;
  padding-block: 8.3333333333vw;
  padding-inline: 6.5972222222vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sub-menu__container {
    width: 100%;
    padding-block: 3.125rem;
    padding-inline: 8.2857142857vw;
  }
}

.sub-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5555555556vw;
}
@media screen and (max-width: 767px) {
  .sub-menu__inner {
    gap: 5rem;
  }
}

.sub-menu__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .sub-menu__category {
    gap: 1.125rem;
  }
}

.sub-menu__category-header {
  background-color: #ffffff;
  padding-block: 1.5rem;
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-menu__category-header {
    padding-block: 1rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
  }
}

.sub-menu__category-en {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .sub-menu__category-en {
    font-size: 1.5rem;
    line-height: normal;
  }
}

.sub-menu__category-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sub-menu__category-ja {
    font-size: 1.25rem;
    line-height: normal;
  }
}

.sub-menu__category-ja--large {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .sub-menu__category-ja--large {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.sub-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-padding-before: 1.875rem;
          padding-block-start: 1.875rem;
  width: 67.6388888889vw;
  max-width: 60.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .sub-menu__items {
    width: 100%;
    max-width: none;
  }
}

.sub-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sub-menu__item {
    position: relative;
    gap: 0.75rem;
    -webkit-padding-end: 32.2857142857vw;
            padding-inline-end: 32.2857142857vw;
  }
}

.sub-menu__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sub-menu__item-header {
    display: block;
    font-size: 1.25rem;
    line-height: normal;
  }
}

.sub-menu__item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sub-menu__item-price {
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: 0;
    width: 28vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    white-space: normal;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
  }
}

.sub-menu__item-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.6;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sub-menu__item-desc {
    font-size: 1.25rem;
    line-height: normal;
  }
}

.sub-menu__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .sub-menu__item-body {
    gap: 1rem;
  }
}

.sub-menu__divider {
  border: none;
  -webkit-border-before: 1px solid rgba(255, 255, 255, 0.3);
          border-block-start: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
}

.staff-detail {
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
}
@media screen and (max-width: 767px) {
  .staff-detail {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
  }
}

.staff-detail__container {
  width: 75vw;
  max-width: 67.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8611111111vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-block: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .staff-detail__container {
    width: 85.1428571429vw;
    gap: 5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 5rem;
  }
}

.staff-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff-detail__inner {
    gap: 5rem;
  }
}

.staff-detail__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff-detail__profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.125rem;
  }
}

.staff-detail__photo {
  width: 32.7777777778vw;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .staff-detail__photo {
    width: 41.4285714286vw;
  }
}

.staff-detail__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 472/629;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .staff-detail__photo img {
    aspect-ratio: 290/386;
  }
}

.staff-detail__info {
  width: 37.9166666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.75rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__info {
    width: 76.1428571429vw;
    gap: 2.5rem;
  }
}

.staff-detail__salon-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1.875rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__salon-position {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.25rem;
  }
}

.staff-detail__salon-link {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  text-decoration: underline;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .staff-detail__salon-link {
    font-size: 1.25rem;
  }
}
@media (hover: hover) {
  .staff-detail__salon-link:hover {
    opacity: 0.6;
  }
}

.staff-detail__position-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .staff-detail__position-text {
    font-size: 1.25rem;
  }
}

.staff-detail__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__name-block {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.staff-detail__name-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.1944444444vw;
}
@media screen and (max-width: 767px) {
  .staff-detail__name-sns {
    width: auto;
    gap: 1.875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staff-detail__name {
  width: 11.25rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__name {
    width: 11.25rem;
  }
}

.staff-detail__name-ja {
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 0.8888888889;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .staff-detail__name-ja {
    font-size: 2.25rem;
  }
}

.staff-detail__name-en {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  -webkit-margin-before: 0.625rem;
          margin-block-start: 0.625rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__name-en {
    font-size: 1.25rem;
    -webkit-margin-before: 0.1875rem;
            margin-block-start: 0.1875rem;
  }
}

.staff-detail__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.staff-detail__sns-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .staff-detail__sns-link:hover {
    opacity: 0.6;
  }
}

.staff-detail__sns-link img {
  width: 2.5rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .staff-detail__sns-link img {
    width: 2.25rem;
  }
}

.staff-detail__sns-link img[alt=楽天ビューティー] {
  width: 3.75rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__sns-link img[alt=楽天ビューティー] {
    width: 3.375rem;
  }
}

.staff-detail__sns-link img[alt="Hot Pepper Beauty"] {
  width: 5.625rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__sns-link img[alt="Hot Pepper Beauty"] {
    width: 5rem;
  }
}

.staff-detail__divider {
  border: none;
  -webkit-border-after: 1px solid #484848;
          border-block-end: 1px solid #484848;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .staff-detail__divider {
    width: 18.75rem;
  }
}

.staff-detail__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__field {
    gap: 0.75rem;
  }
}

.staff-detail__field--inline {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
}

.staff-detail__label {
  font-weight: 700;
  font-size: 1.25rem;
  color: #484848;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .staff-detail__label {
    font-size: 1.5rem;
  }
}

.staff-detail__value {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .staff-detail__value {
    font-size: 1.5rem;
  }
}

.staff-detail__catchcopy {
  margin-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__catchcopy {
    margin-block: 1.875rem;
  }
}

.staff-detail__catchcopy-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #272727;
  line-height: 1.6;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__catchcopy-title {
    font-size: 2rem;
  }
}

.staff-detail__catchcopy-text-wrap {
  overflow: hidden;
  max-height: 3.75rem;
  position: relative;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.staff-detail__catchcopy-text-wrap::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline: 0;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.staff-detail__catchcopy-text-wrap.is-open {
  max-height: 2000px;
}
.staff-detail__catchcopy-text-wrap.is-open::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .staff-detail__catchcopy-text-wrap {
    max-height: 5rem;
  }
}

.staff-detail__catchcopy-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staff-detail__catchcopy-text {
    font-size: 1.5rem;
  }
}

.staff-detail__read-more {
  display: block;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  margin-inline: auto;
  padding-block: 0.625rem;
  padding-inline: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.staff-detail__read-more::after {
  content: "";
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 50%;
  width: 0;
  height: 1px;
  background-color: #484848;
  -webkit-transition: width 0.3s ease, inset-inline-start 0.3s ease;
  transition: width 0.3s ease, inset-inline-start 0.3s ease;
}
@media screen and (max-width: 767px) {
  .staff-detail__read-more {
    font-size: 1.5rem;
    padding-block: 0.875rem;
    padding-inline: 3.125rem;
  }
}
@media (hover: hover) {
  .staff-detail__read-more:hover::after {
    width: 100%;
    inset-inline-start: 0;
  }
}

.staff-detail__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .staff-detail__bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.5rem;
  }
}

.staff-detail__back-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  -webkit-margin-after: 0.625rem;
          margin-block-end: 0.625rem;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 767px) {
  .staff-detail__back-btn {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.staff-detail__career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  -webkit-border-start: 2px solid #ddd;
          border-inline-start: 2px solid #ddd;
}
@media screen and (max-width: 767px) {
  .staff-detail__career {
    gap: 1.875rem;
    -webkit-padding-start: 1.875rem;
            padding-inline-start: 1.875rem;
  }
}

.staff-detail__career-group {
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.staff-detail__career-group::before {
  content: "";
  position: absolute;
  inset-inline-start: -1.6875rem;
  inset-block-start: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #484848;
}
@media screen and (max-width: 767px) {
  .staff-detail__career-group::before {
    inset-inline-start: -2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .staff-detail__career-group {
    -webkit-padding-start: 1.5rem;
            padding-inline-start: 1.5rem;
  }
}

.staff-detail__career-year {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #272727;
  -webkit-margin-after: 0.375rem;
          margin-block-end: 0.375rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__career-year {
    font-size: 1.75rem;
    -webkit-margin-after: 0.625rem;
            margin-block-end: 0.625rem;
  }
}

.staff-detail__career-item {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 767px) {
  .staff-detail__career-item {
    font-size: 1.5rem;
  }
}

.staff-detail__styles {
  -webkit-padding-before: 3.75rem;
          padding-block-start: 3.75rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__styles {
    -webkit-padding-before: 2.5rem;
            padding-block-start: 2.5rem;
  }
}

.staff-detail__styles-title {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #484848;
  -webkit-margin-after: 1.875rem;
          margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__styles-title {
    font-size: 1.5rem;
    -webkit-margin-after: 1.25rem;
            margin-block-end: 1.25rem;
  }
}

.staff-detail__styles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff-detail__styles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
  }
}

.news-archive {
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
  -webkit-padding-after: 6.9444444444vw;
          padding-block-end: 6.9444444444vw;
}
@media screen and (max-width: 767px) {
  .news-archive {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.news-archive__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.0138888889vw;
  max-width: 65rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__layout {
    gap: 9.2857142857vw;
    padding-inline: 7.1428571429vw;
  }
}

.news-archive__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .news-archive__label {
    width: 3rem;
  }
}

.news-archive__label-text {
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #393838;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .news-archive__label-text {
    font-size: 2.5rem;
    letter-spacing: 0.3em;
  }
}

.news-archive__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5vw;
}
@media screen and (max-width: 767px) {
  .news-archive__content {
    gap: 8.75rem;
  }
}

.news-archive__filter {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 100%;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
  position: relative;
  z-index: 10;
}

.news-archive__filter-head {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-inline: auto;
}

.news-archive__filter-toggle {
  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;
  gap: 0.625rem;
  padding: 0 0 0.5rem 0;
  -webkit-margin-start: 10.25rem;
          margin-inline-start: 10.25rem;
  background: none;
  border: none;
  cursor: pointer;
  width: auto;
}
@media screen and (max-width: 767px) {
  .news-archive__filter-toggle {
    -webkit-margin-start: 10.25rem;
            margin-inline-start: 10.25rem;
  }
}
.news-archive__filter-toggle span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #393838;
  line-height: 1;
}
.news-archive__filter-toggle svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.news-archive__filter-toggle svg.pc {
  display: block;
  width: 1.375rem;
  height: auto;
}
.news-archive__filter-toggle svg.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-archive__filter-toggle svg.pc {
    display: none;
  }
  .news-archive__filter-toggle svg.sp {
    display: block;
    width: 1.1875rem;
    height: auto;
  }
}
.news-archive__filter-toggle.is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.news-archive__filter-line {
  border: none;
  -webkit-border-before: 1px solid #393838;
          border-block-start: 1px solid #393838;
  margin: 0;
  width: 100%;
}

.news-archive__filter-dropdown {
  position: absolute;
  inset-block-start: 100%;
  inset-inline-start: 9.6875rem;
  background-color: #d9d9d9;
  width: 10rem;
  z-index: 100;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.news-archive__filter-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.news-archive__filter-dropdown li {
  position: relative;
}

.news-archive__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-block: 0;
  padding-inline: 1rem;
  height: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  color: #393838;
  text-decoration: none;
  text-align: start;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-archive__filter-item {
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .news-archive__filter-item:hover {
    opacity: 0.6;
  }
}

.news-archive__filter-item-line {
  border: none;
  -webkit-border-before: 1px solid #393838;
          border-block-start: 1px solid #393838;
  margin: 0;
  margin-inline: 1rem;
}

.news-archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  list-style: none;
}

.news-archive__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-archive__item {
    gap: 1rem;
  }
}

.news-archive__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-padding-start: 2.25rem;
          padding-inline-start: 2.25rem;
  text-decoration: none;
  color: #393838;
}
@media screen and (max-width: 767px) {
  .news-archive__link {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (hover: hover) {
  .news-archive__link:hover {
    opacity: 0.6;
  }
}

.news-archive__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #393838;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .news-archive__date {
    font-size: 1.125rem;
  }
}

.news-archive__cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #393838;
  background-color: transparent;
  border: 1px solid #646363;
  padding-inline: 0.625rem;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.6;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (hover: hover) {
  .news-archive__link:hover .news-archive__cat {
    background-color: #393838;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .news-archive__cat {
    font-size: 1.125rem;
  }
}

.news-archive__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  color: #393838;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-archive__title {
    font-size: 1.125rem;
  }
}

.news-archive__item-line {
  border: none;
  -webkit-border-before: 1px solid #393838;
          border-block-start: 1px solid #393838;
  margin: 0;
  width: 100%;
}

.recruit-fv {
  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;
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-fv {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
  }
}

.recruit-fv__img-wrap {
  width: 52.1875rem;
}
@media screen and (max-width: 767px) {
  .recruit-fv__img-wrap {
    width: 35.8125rem;
  }
}

.recruit-fv__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 835/699;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-fv__img-wrap img {
    aspect-ratio: 573/480;
  }
}

.recruit-cta {
  position: relative;
  overflow: hidden;
}

.recruit-cta__bg {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 16.1875rem;
  width: 74rem;
  opacity: 0.15;
  -webkit-transform: scaleY(-1) rotate(180deg);
          transform: scaleY(-1) rotate(180deg);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .recruit-cta__bg {
    inset-inline-start: 2.9375rem;
    width: 40.8125rem;
  }
}

.recruit-cta__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1184/793;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .recruit-cta__bg img {
    aspect-ratio: 653/435;
  }
}

.recruit-cta__cta {
  position: relative;
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-cta__cta {
    padding-block: 3.75rem;
  }
}

.recruit-cta__cta-inner {
  width: min(85rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-cta__cta-inner {
    gap: 3.75rem;
  }
}

.recruit-cta__paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit-cta__paragraph {
    gap: 1rem;
    width: 100%;
  }
}

.recruit-cta__title-bar {
  background-color: #272727;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-cta__title-bar {
    padding-block: 0.4375rem;
    padding-inline: 2rem;
    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;
  }
}

.recruit-cta__title-bar p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .recruit-cta__title-bar p {
    font-size: 1.25rem;
  }
}

.recruit-cta__title-bar--wide {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-cta__title-bar--wide {
    width: 100%;
  }
}

.recruit-cta__desc {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  color: #484848;
  padding-block: 0.625rem;
  padding-inline: 1.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-cta__desc {
    font-size: 1.25rem;
    line-height: 1.73;
    padding: 0;
  }
}

.recruit-cta__btn {
  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;
  background-color: #272727;
  padding-block: 1rem;
  padding-inline: 3.375rem;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #272727;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .recruit-cta__btn {
    padding-block: 1.5rem;
    padding-inline: 3.125rem;
  }
}
@media (hover: hover) {
  .recruit-cta__btn:hover {
    background-color: #ffffff;
    color: #272727;
  }
}

.recruit-cta__strength {
  position: relative;
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-cta__strength {
    padding-block: 3.75rem;
    padding-inline: 5rem;
  }
}

.recruit-cta__strength-grid {
  width: min(75.625rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 33.75rem);
  gap: 3.5rem 5.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1230px) {
  .recruit-cta__strength-grid {
    gap: 3.5rem 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-cta__strength-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

.recruit-cta__card {
  border: 1px solid #272727;
  padding-block: 3.5rem;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recruit-cta__card-title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #484848;
  text-align: center;
  line-height: 1.3;
  word-break: break-word;
}

.recruit-cta__card-list {
  list-style: decimal;
  -webkit-padding-start: 2.25rem;
          padding-inline-start: 2.25rem;
  font-size: 1.25rem;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-cta__card-list {
    font-size: 1.5rem;
  }
}

.recruit-learn {
  position: relative;
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-learn {
    padding-block: 3.75rem;
  }
}

.recruit-learn__title {
  position: absolute;
  inset-block-start: 4.375rem;
  inset-inline-start: 0;
  width: 34.75rem;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  -webkit-padding-after: 4.3125rem;
          padding-block-end: 4.3125rem;
  -webkit-padding-start: 10.125rem;
          padding-inline-start: 10.125rem;
  -webkit-padding-end: 20.125rem;
          padding-inline-end: 20.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-learn__title {
    inset-block-start: 3.75rem;
    width: 26.875rem;
    -webkit-padding-before: 1.625rem;
            padding-block-start: 1.625rem;
    -webkit-padding-after: 3.1875rem;
            padding-block-end: 3.1875rem;
    -webkit-padding-start: 5.625rem;
            padding-inline-start: 5.625rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.recruit-learn__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  position: relative;
}

.recruit-learn__inner {
  position: relative;
  z-index: 1;
  width: min(78.125rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-padding-before: 8.25rem;
          padding-block-start: 8.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-learn__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    -webkit-padding-before: 5.875rem;
            padding-block-start: 5.875rem;
  }
}

.recruit-learn__photo {
  width: 36.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-learn__photo {
    width: 30.9375rem;
    margin-inline: auto;
  }
}

.recruit-learn__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 577/837;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-learn__photo img {
    aspect-ratio: 495/718;
  }
}

.recruit-learn__text {
  width: 31.4375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-learn__text {
    width: 30.9375rem;
    margin-inline: auto;
    font-size: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.recruit-learn__text ol {
  list-style: decimal;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .recruit-learn__text ol {
    -webkit-padding-start: 2.25rem;
            padding-inline-start: 2.25rem;
  }
}

.recruit-overseas {
  position: relative;
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-overseas {
    padding-block: 3.75rem;
  }
}

.recruit-overseas__title {
  position: absolute;
  inset-block-start: 4.375rem;
  inset-inline-start: 0;
  width: 53.4375rem;
  -webkit-padding-before: 3.5rem;
          padding-block-start: 3.5rem;
  -webkit-padding-after: 4.3125rem;
          padding-block-end: 4.3125rem;
  -webkit-padding-start: 10.125rem;
          padding-inline-start: 10.125rem;
  -webkit-padding-end: 20.125rem;
          padding-inline-end: 20.125rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-overseas__title {
    inset-block-start: 3.75rem;
    width: 26.875rem;
    -webkit-padding-before: 1.625rem;
            padding-block-start: 1.625rem;
    -webkit-padding-after: 3.1875rem;
            padding-block-end: 3.1875rem;
    -webkit-padding-start: 5.625rem;
            padding-inline-start: 5.625rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.recruit-overseas__title-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #000000;
  white-space: nowrap;
  position: relative;
}

.recruit-overseas__inner {
  position: relative;
  z-index: 1;
  width: min(78.125rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-padding-before: 8.25rem;
          padding-block-start: 8.25rem;
}
@media screen and (max-width: 767px) {
  .recruit-overseas__inner {
    gap: 4rem;
    -webkit-padding-before: 5.875rem;
            padding-block-start: 5.875rem;
  }
}

.recruit-overseas__photo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-overseas__photo {
    width: 30.9375rem;
    margin-inline: auto;
  }
}

.recruit-overseas__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1170/780;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-overseas__photo img {
    aspect-ratio: 495/330;
  }
}

.recruit-overseas__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-overseas__text {
    width: 30.9375rem;
    margin-inline: auto;
    font-size: 1.5rem;
    line-height: 1.35;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.recruit-school {
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-school {
    padding-block: 3.75rem;
    padding-inline: 5.8125rem;
  }
}

.recruit-school__inner {
  width: min(85rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit-school__inner {
    width: 100%;
    padding-inline: 0;
  }
}

.recruit-school__box {
  border: 1px solid #646363;
  padding-block: 2.5rem;
  padding-inline: 6.25rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__box {
    border-width: 0.0281875rem;
    padding-block: 1.875rem;
    padding-inline: 2.25rem;
    gap: 2rem;
  }
}

.recruit-school__heading {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__heading {
    gap: 0.5rem;
  }
}

.recruit-school__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #484848;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit-school__title {
    font-size: 2.25rem;
    font-weight: 400;
  }
}

.recruit-school__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .recruit-school__subtitle {
    gap: 0.625rem;
  }
}

.recruit-school__subtitle p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #484848;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-school__subtitle p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

.recruit-school__subtitle-line {
  display: block;
  width: 3.75rem;
  height: 0;
  -webkit-border-before: 3px solid #484848;
          border-block-start: 3px solid #484848;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-school__subtitle-line {
    width: 1.75rem;
    border-block-start-width: 0.0281875rem;
  }
}

.recruit-school__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
  width: 61.4375rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-school__desc {
    font-size: 1.5rem;
    line-height: 1.35;
    width: 27.5rem;
  }
}

.recruit-curriculum {
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum {
    padding-block: 3.75rem;
  }
}

.recruit-curriculum__title-bar {
  background-color: #272727;
  width: 52.375rem;
  padding-block: 1.25rem;
  -webkit-padding-start: 11.875rem;
          padding-inline-start: 11.875rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__title-bar {
    width: 35.1875rem;
    padding-block: 0.5rem;
    -webkit-padding-start: 5.625rem;
            padding-inline-start: 5.625rem;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.recruit-curriculum__title-bar p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__title-bar p {
    font-size: 2.25rem;
  }
}

.recruit-curriculum__bg {
  background-color: #f7f6fa;
  -webkit-margin-before: -2.4375rem;
          margin-block-start: -2.4375rem;
  -webkit-padding-before: 11.875rem;
          padding-block-start: 11.875rem;
  -webkit-padding-after: 7.5rem;
          padding-block-end: 7.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__bg {
    -webkit-margin-before: -1.125rem;
            margin-block-start: -1.125rem;
    -webkit-padding-before: 6.25rem;
            padding-block-start: 6.25rem;
    -webkit-padding-after: 5rem;
            padding-block-end: 5rem;
  }
}

.recruit-curriculum__inner {
  width: min(90rem, 100%);
  padding-inline: 6.5625rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__inner {
    width: 100%;
    padding-inline: 0;
    gap: 3.75rem;
  }
}

.recruit-curriculum__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.0625rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__heading {
    gap: 1.5rem;
  }
}

.recruit-curriculum__heading-line {
  display: block;
  width: 15.625rem;
  height: 0;
  -webkit-border-before: 2px solid #272727;
          border-block-start: 2px solid #272727;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__heading-line {
    width: 10.625rem;
    border-block-start-width: 0.039625rem;
  }
}

.recruit-curriculum__heading p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #272727;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__heading p {
    font-size: 1.875rem;
  }
}

.recruit-curriculum__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__body {
    display: block;
  }
}

.recruit-curriculum__year-col {
  width: 7.9375rem;
  height: 73rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.recruit-curriculum__year-arrow {
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 6.875rem;
}
.recruit-curriculum__year-arrow::after {
  content: "";
  position: absolute;
  inset-block-start: calc(100% - 1px);
  inset-inline-start: 0;
  width: 6.875rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.recruit-curriculum__year-arrow span {
  position: absolute;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.recruit-curriculum__year-arrow--white {
  inset-block-start: 0;
  height: 45.875rem;
  width: calc(6.875rem + 2px);
  background-color: #ffffff;
  z-index: 2;
}
.recruit-curriculum__year-arrow--white::after {
  width: calc(6.875rem + 2px);
  height: 2.25rem;
  background-color: #ffffff;
}
.recruit-curriculum__year-arrow--white span {
  inset-block-start: 16.5625rem;
  color: #272727;
}

.recruit-curriculum__year-arrow--dark {
  inset-block-start: 44.875rem;
  height: 25.625rem;
  background-color: #272727;
  z-index: 1;
}
.recruit-curriculum__year-arrow--dark::after {
  height: 2.625rem;
  background-color: #272727;
}
.recruit-curriculum__year-arrow--dark span {
  inset-block-start: 11.3125rem;
  color: #ffffff;
}

.recruit-curriculum__year-label {
  width: 13.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__year-label {
    -webkit-margin-after: 1.3125rem;
            margin-block-end: 1.3125rem;
  }
}

.recruit-curriculum__year-label p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #484848;
  text-align: center;
  -webkit-padding-after: 0.5625rem;
          padding-block-end: 0.5625rem;
  -webkit-border-after: 2px solid #272727;
          border-block-end: 2px solid #272727;
}

.recruit-curriculum__cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__cards-wrap {
    gap: 3.75rem;
  }
}

.recruit-curriculum__year-group {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__year-group {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.recruit-curriculum__year-cards {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__year-cards {
    gap: 3.125rem;
    width: 38.875rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.recruit-curriculum__card-basic {
  background-color: #ffffff;
  width: 100%;
  padding-block: 1.25rem;
  padding-inline: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__card-basic {
    width: 100%;
    padding: 2rem;
    gap: 2.75rem;
  }
}

.recruit-curriculum__basic-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__basic-left {
    width: 14.75rem;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    gap: 1.5rem;
  }
}

.recruit-curriculum__basic-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__basic-right {
    width: 14.625rem;
    gap: 5rem;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.recruit-curriculum__tag {
  border: 1px solid #646363;
  padding-block: 1.125rem;
  padding-inline: 1.6875rem;
  max-width: 19.375rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__tag {
    border-width: 0.039625rem;
    padding-block: 0.5rem;
    padding-inline: 1.375rem;
    width: 100%;
  }
}

.recruit-curriculum__tag p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #484848;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1410px) {
  .recruit-curriculum__tag p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__tag p {
    font-size: 1.5rem;
  }
}

.recruit-curriculum__card-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #484848;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__card-bold {
    font-size: 1.875rem;
  }
}

.recruit-curriculum__basic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.8125rem;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 2.3;
  white-space: nowrap;
}
@media (max-width: 1410px) {
  .recruit-curriculum__basic-list {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__basic-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.recruit-curriculum__divider {
  display: block;
  width: 0;
  height: 8.4375rem;
  -webkit-border-start: 1.5px solid #484848;
          border-inline-start: 1.5px solid #484848;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-block: auto;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__divider {
    height: 11.875rem;
    border-inline-start-width: 1.5px;
  }
}

.recruit-curriculum__card-subject {
  background-color: #ffffff;
  width: 100%;
  padding-block: 1.25rem;
  padding-inline: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__card-subject {
    width: 100%;
    padding-block: 1.875rem;
    padding-inline: 2rem;
    gap: 1.875rem;
  }
}

.recruit-curriculum__card-subject--dark {
  background-color: #272727;
}
.recruit-curriculum__card-subject--dark .recruit-curriculum__subject-title {
  color: #ffffff;
}
.recruit-curriculum__card-subject--dark .recruit-curriculum__plus {
  color: #ffffff;
}

.recruit-curriculum__subject-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__subject-group {
    gap: 1.125rem;
  }
}

.recruit-curriculum__tag-sm {
  border: 1px solid #646363;
  background-color: #ffffff;
  padding-block: 1.25rem;
  padding-inline: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__tag-sm {
    border-width: 0.039625rem;
    min-width: 8.125rem;
    width: auto;
    padding-block: 0.875rem;
    padding-inline: 1rem;
    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;
  }
}

.recruit-curriculum__tag-sm p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #484848;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__tag-sm p {
    font-size: 1.375rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
  }
}

.recruit-curriculum__subject-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #484848;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__subject-title {
    font-size: 1.875rem;
  }
}

.recruit-curriculum__plus {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #484848;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__plus {
    font-size: 1.5rem;
  }
}

.recruit-curriculum__card-debut {
  background-color: #272727;
  width: 100%;
  padding-block: 3.625rem;
  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;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__card-debut {
    width: 100%;
    padding-block: 2.375rem;
    padding-inline: 9.4375rem;
  }
}

.recruit-curriculum__card-debut p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .recruit-curriculum__card-debut p {
    font-size: 2rem;
  }
}

.recruit-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.375rem;
  padding-block: 9.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-staff {
    gap: 5rem;
    padding-block: 3.75rem;
  }
}

.recruit-staff__profile {
  position: relative;
}

.recruit-staff__title-bar {
  background-color: #272727;
  width: 52.375rem;
  padding-block: 1.25rem;
  -webkit-padding-start: 11.875rem;
          padding-inline-start: 11.875rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .recruit-staff__title-bar {
    width: auto;
    padding-block: 0.5rem;
    -webkit-padding-start: 5.625rem;
            padding-inline-start: 5.625rem;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.recruit-staff__title-bar p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}

.recruit-staff__profile-inner {
  width: min(77.5625rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
  -webkit-padding-before: 3.625rem;
          padding-block-start: 3.625rem;
}
@media screen and (max-width: 767px) {
  .recruit-staff__profile-inner {
    width: min(37.625rem, 100%);
    padding-inline: 1.25rem;
    gap: 2.5rem;
    -webkit-padding-before: 3rem;
            padding-block-start: 3rem;
  }
}

.recruit-staff__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit-staff__desc {
    font-size: 1.5rem;
    line-height: 1.3666666667;
  }
}

.recruit-staff__profile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-staff__profile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.recruit-staff__photo {
  width: 30.0625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .recruit-staff__photo {
    width: 30.0625rem;
  }
}

.recruit-staff__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 481/680;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.recruit-staff__card {
  border: 1px solid #646363;
  background-color: #ffffff;
  padding-block: 2.5rem;
  padding-inline: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-staff__card {
    border-width: 0.061625rem;
    padding-block: 1.875rem;
    padding-inline: 4rem;
    gap: 1.5625rem;
  }
}

.recruit-staff__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit-staff__name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .recruit-staff__name {
    font-size: 2rem;
    font-weight: 400;
  }
}

.recruit-staff__position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-staff__position {
    gap: 0.25rem;
  }
}

.recruit-staff__position p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000000;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .recruit-staff__position p {
    font-weight: 300;
    text-align: center;
  }
}

.recruit-staff__position-line {
  display: block;
  width: 11.625rem;
  height: 0;
  -webkit-border-before: 1px solid #000000;
          border-block-start: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .recruit-staff__position-line {
    width: 12.75rem;
    border-block-start-width: 0.061625rem;
  }
}

.recruit-staff__card-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #272727;
  line-height: 1.6;
  text-align: center;
  width: 22.0625rem;
}
@media screen and (max-width: 767px) {
  .recruit-staff__card-text {
    color: #484848;
    width: 24rem;
  }
}

.recruit-staff__lecturers-inner {
  width: min(74.5rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit-staff__lecturers-inner {
    width: min(34.5rem, 100%);
    padding-inline: 1.25rem;
    gap: 2.5rem;
  }
}

.recruit-staff__copy {
  border: 1px solid #484848;
  background-color: #ffffff;
  padding-block: 1.5rem;
  padding-inline: 10.125rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit-staff__copy {
    border-width: 0.03625rem;
    padding-block: 1rem;
    padding-inline: 0;
  }
}

.recruit-staff__copy p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .recruit-staff__copy p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.recruit-staff__list-wrap {
  width: 65rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-staff__list-wrap {
    width: 24.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.recruit-staff__list {
  list-style: disc;
  -webkit-padding-start: 2.25rem;
          padding-inline-start: 2.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #484848;
  line-height: 2.5416666667;
  width: 26.125rem;
}
@media screen and (max-width: 767px) {
  .recruit-staff__list {
    width: 100%;
    line-height: 1.5;
  }
}

.recruit-gallery {
  padding-block: 4.375rem;
}
@media screen and (max-width: 767px) {
  .recruit-gallery {
    padding-block: 3.75rem;
    padding-inline: 2.125rem;
  }
}

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

.recruit-gallery__img-wrap {
  width: 76.5625rem;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__img-wrap {
    width: 39.4375rem;
    max-width: 100%;
  }
}

.recruit-gallery__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1225/2078;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-gallery__img-wrap img {
    aspect-ratio: 631/1071;
  }
}

.recruit-strength {
  background-color: #272727;
  padding-block: 5rem;
  padding-inline: 8.8125rem;
}
@media screen and (max-width: 767px) {
  .recruit-strength {
    padding-block: 4.375rem;
    padding-inline: 4.75rem;
  }
}

.recruit-strength__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1400px) {
  .recruit-strength__inner {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-strength__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
}

.recruit-strength__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  width: 33.6875rem;
}
@media screen and (max-width: 767px) {
  .recruit-strength__block {
    gap: 1rem;
    width: 34.25rem;
    max-width: 100%;
  }
}

.recruit-strength__photo {
  width: 30.75rem;
}
@media screen and (max-width: 767px) {
  .recruit-strength__photo {
    width: 100%;
  }
}

.recruit-strength__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 492/328;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .recruit-strength__photo img {
    aspect-ratio: 548/365;
  }
}

.recruit-strength__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.recruit-strength__tag {
  border: 1px solid #484848;
  background-color: #ffffff;
  padding-block: 1rem;
  padding-inline: 0.625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .recruit-strength__tag {
    padding-inline: 1.25rem;
  }
}

.recruit-strength__tag p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #484848;
  white-space: nowrap;
  line-height: 0.8888888889;
}
@media screen and (max-width: 767px) {
  .recruit-strength__tag p {
    font-size: 2rem;
  }
}

.recruit-strength__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}

.recruit-strength__list {
  list-style: decimal;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.6;
}

.contact-fv {
  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;
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
}
@media screen and (max-width: 767px) {
  .contact-fv {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
  }
}

.contact-fv__inner {
  width: min(85rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-fv__img-wrap {
  width: 59.625rem;
}
@media screen and (max-width: 767px) {
  .contact-fv__img-wrap {
    width: 37.125rem;
  }
}

.contact-fv__img-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 954/636;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-fv__img-wrap img {
    aspect-ratio: 594/396;
  }
}

.contact-form {
  position: relative;
  -webkit-padding-before: 13.875rem;
          padding-block-start: 13.875rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .contact-form {
    -webkit-padding-before: 9.375rem;
            padding-block-start: 9.375rem;
  }
}

.contact-form__title {
  position: absolute;
  inset-inline-start: 0;
  width: 53.4375rem;
  height: 10.5625rem;
  -webkit-padding-start: 12.5rem;
          padding-inline-start: 12.5rem;
  -webkit-padding-end: 12.5625rem;
          padding-inline-end: 12.5625rem;
  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;
  top: 5.625rem;
}
@media screen and (max-width: 767px) {
  .contact-form__title {
    width: 28.5625rem;
    height: 7.5625rem;
    -webkit-padding-before: 1.8125rem;
            padding-block-start: 1.8125rem;
    -webkit-padding-after: 4.75rem;
            padding-block-end: 4.75rem;
    -webkit-padding-start: 3.875rem;
            padding-inline-start: 3.875rem;
    -webkit-padding-end: 2.4375rem;
            padding-inline-end: 2.4375rem;
    top: 5rem;
  }
}

.contact-form__title-text {
  position: relative;
  white-space: nowrap;
}

.contact-form__title-en {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .contact-form__title-en {
    font-size: 2rem;
  }
}

.contact-form__title-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
}

.contact-form__inner {
  background-color: #f7f6fa;
  width: 77.5rem;
  max-width: calc(100% - 6.25rem);
  margin-inline: auto;
  padding-block: 4.375rem;
  padding-inline: 9.375rem;
  -webkit-padding-before: 8.25rem;
          padding-block-start: 8.25rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .contact-form__inner {
    width: 37.5rem;
    max-width: calc(100% - 3.125rem);
    -webkit-margin-start: 3.125rem;
            margin-inline-start: 3.125rem;
    padding-block: 2.5rem;
    padding-inline: 4.375rem;
    -webkit-padding-before: 4.375rem;
            padding-block-start: 4.375rem;
  }
}

.contact-form__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.75;
  -webkit-margin-after: 3.125rem;
          margin-block-end: 3.125rem;
}
@media screen and (max-width: 767px) {
  .contact-form__note {
    font-size: 0.875rem;
    -webkit-margin-after: 2.25rem;
            margin-block-end: 2.25rem;
  }
}

.contact-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.contact-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}

.contact-form__input {
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
  border: none;
  padding-inline: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .contact-form__input {
    height: 2.5rem;
  }
}

.contact-form__textarea {
  width: 100%;
  height: 15.5rem;
  background-color: #ffffff;
  border: none;
  padding: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #484848;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .contact-form__textarea {
    height: 7.5rem;
  }
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .contact-form__block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.wpcf7-form .contact-form__block p br {
  display: none;
}
.wpcf7-form .contact-form__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-form .contact-form__btn br {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.625rem;
  background-color: #272727;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  border: none;
  cursor: pointer;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-form__btn {
    gap: 4.5rem;
    padding-inline: 1.875rem;
    -ms-flex-item-align: center;
        align-self: center;
    font-size: 1.5rem;
  }
}
@media (hover: hover) {
  .contact-form__btn:hover .contact-form__btn-arrow {
    -webkit-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }
}

/* PC用のサイズ固定 */
.contact-form__btn-arrow.pc {
  width: 6.625rem;
  height: auto; /* アスペクト比を維持 */
}

/* スマホ用のサイズ固定 */
.contact-form__btn-arrow.sp {
  width: 4.1875rem;
  height: auto;
}

.contact-form__btn-arrow {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.contact-privacy {
  -webkit-padding-before: 9.375rem;
          padding-block-start: 9.375rem;
  -webkit-padding-after: 3.75rem;
          padding-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .contact-privacy {
    padding-block: 5rem;
  }
}

.contact-privacy__inner {
  width: min(61.5625rem, 100%);
  padding-inline: 2.5rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .contact-privacy__inner {
    width: min(40.1875rem, 100%);
    padding-inline: 1.25rem;
    gap: 1.5rem;
  }
}

.contact-privacy__title {
  border: 1px solid #484848;
  background-color: #ffffff;
  padding-block: 0.625rem;
  padding-inline: 5.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-privacy__title {
    border-width: 0.041625rem;
    padding-block: 0.5rem;
    padding-inline: 3.75rem;
  }
}

.contact-privacy__title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #484848;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .contact-privacy__title p {
    font-size: 2rem;
  }
}

.contact-privacy__list {
  list-style: decimal;
  -webkit-padding-start: 1.875rem;
          padding-inline-start: 1.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .contact-privacy__list {
    line-height: 2.115;
  }
}

.company-guide {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company-guide {
    max-width: none;
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 8.5714285714vw;
            padding-block-end: 8.5714285714vw;
  }
}

.company-guide__container {
  width: min(76.25rem, 100%);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-guide__container {
    width: 100%;
  }
}

.company-guide__bg {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 15.6875rem;
  width: 74.3125rem;
  height: 49.5625rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .company-guide__bg {
    inset-block-start: 7.5rem;
    inset-inline-start: 7.8571428571vw;
    width: 92.1428571429vw;
    height: 62.1428571429vw;
  }
}

.company-guide__bg img {
  width: 100%;
  height: auto;
  aspect-ratio: 1189/793;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-guide__bg img {
    aspect-ratio: 645/435;
  }
}

.company-guide__inner {
  width: min(65rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-guide__inner {
    width: 100%;
    padding-inline: 4.375rem;
  }
}

.company-guide__title {
  position: relative;
  background-color: #272727;
  width: 45.3125rem;
  padding-block: 1.25rem;
  -webkit-padding-start: 11.875rem;
          padding-inline-start: 11.875rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-guide__title {
    width: 80.4285714286vw;
    padding-block: 1.1428571429vw;
    -webkit-padding-start: 12.8571428571vw;
            padding-inline-start: 12.8571428571vw;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.company-guide__title-text {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-guide__title-text {
    font-size: 4.5714285714vw;
  }
}

.company-guide__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-padding-before: 4.875rem;
          padding-block-start: 4.875rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .company-guide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8571428571vw;
    -webkit-padding-before: 6.1428571429vw;
            padding-block-start: 6.1428571429vw;
  }
}

.company-guide__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .company-guide__col {
    gap: 2.8571428571vw;
    width: 100%;
  }
}

.company-guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-guide__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.7142857143vw;
  }
}

.company-guide__label {
  background-color: #ffffff;
  border: 1px solid #646363;
  padding-block: 0.5rem;
  padding-inline: 1.875rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #484848;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-guide__label {
    width: 22.8571428571vw;
    padding-block: 2vw;
    padding-inline: 0.5rem;
    font-size: 1.375rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

.company-guide__value {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.3333333333;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-guide__value {
    line-height: 1.4717083333;
    -webkit-padding-before: 0.8571428571vw;
            padding-block-start: 0.8571428571vw;
  }
}

.company-history {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-history {
    max-width: none;
    padding-block: 8.5714285714vw;
  }
}

.company-history__inner {
  width: min(73.625rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-history__inner {
    width: 100%;
    padding-inline: 5.5rem;
  }
}

.company-history__container {
  width: 100%;
  position: relative;
}

.company-history__title {
  position: relative;
  background-color: #272727;
  width: 45.3125rem;
  padding-block: 1.25rem;
  -webkit-padding-start: 11.875rem;
          padding-inline-start: 11.875rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .company-history__title {
    width: 80.4285714286vw;
    padding-block: 1.1428571429vw;
    -webkit-padding-start: 12.8571428571vw;
            padding-inline-start: 12.8571428571vw;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.company-history__title-text {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-history__title-text {
    font-size: 4.5714285714vw;
  }
}

.company-history__body {
  -webkit-padding-before: 4.875rem;
          padding-block-start: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company-history__body {
    -webkit-padding-before: 6.1428571429vw;
            padding-block-start: 6.1428571429vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
  }
}

.company-history__profile {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  inset-block-start: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .company-history__profile {
    width: 100%;
    gap: 5.7142857143vw;
    position: static;
  }
}

.company-history__photo {
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .company-history__photo {
    width: 68vw;
  }
}

.company-history__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 274/363;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.company-history__card {
  background-color: #ffffff;
  border: 1px solid #646363;
  padding-block: 1rem;
  padding-inline: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .company-history__card {
    padding-block: 4.5714285714vw;
    padding-inline: 9.1428571429vw;
  }
}

.company-history__card-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 11.625rem;
}
@media screen and (max-width: 767px) {
  .company-history__card-inner {
    gap: 2.2857142857vw;
    width: 49.7142857143vw;
  }
}

.company-history__name-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-history__name-block {
    gap: 1.1428571429vw;
  }
}

.company-history__name {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-history__name {
    font-size: 8vw;
  }
}

.company-history__role {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-history__role {
    font-size: 4.5714285714vw;
  }
}

.company-history__card-divider {
  border: none;
  -webkit-border-before: 1px solid #000000;
          border-block-start: 1px solid #000000;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-history__card-divider {
    width: 84.4827586207%;
  }
}

.company-history__branch {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #484848;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company-history__branch {
    font-size: 4.5714285714vw;
    line-height: normal;
  }
}

.company-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 32.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-history__list {
    width: 100%;
    gap: 3.4285714286vw;
  }
}

.company-history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-history__item {
    gap: 2.2857142857vw;
  }
}

.company-history__entry {
  width: 31.25rem;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .company-history__entry {
    width: 100%;
  }
}

.company-history__year {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.company-history__desc {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.company-history__divider {
  border: none;
  -webkit-border-before: 1px solid #484848;
          border-block-start: 1px solid #484848;
  width: 100%;
  margin: 0;
}

.company-story {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .company-story {
    max-width: none;
    padding-block: 8.5714285714vw;
  }
}

.company-story__title {
  position: relative;
  background-color: #272727;
  width: 45.3125rem;
  padding-block: 1.25rem;
  -webkit-padding-start: 11.875rem;
          padding-inline-start: 11.875rem;
  -webkit-padding-end: 4.0625rem;
          padding-inline-end: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .company-story__title {
    width: 80.4285714286vw;
    padding-block: 1.1428571429vw;
    -webkit-padding-start: 12.8571428571vw;
            padding-inline-start: 12.8571428571vw;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.company-story__title-text {
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-story__title-text {
    font-size: 4.5714285714vw;
  }
}

.company-story__inner {
  width: min(73.625rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}

.company-story__container {
  width: 100%;
  position: relative;
}

.company-story__body {
  -webkit-padding-before: 4.875rem;
          padding-block-start: 4.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .company-story__body {
    -webkit-padding-before: 6.1428571429vw;
            padding-block-start: 6.1428571429vw;
    padding-inline: 12.5714285714vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8vw;
  }
}

.company-story__profile {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  inset-block-start: 1.25rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .company-story__profile {
    width: 100%;
    gap: 5.7142857143vw;
    position: static;
  }
}

.company-story__photo {
  width: 17.125rem;
}
@media screen and (max-width: 767px) {
  .company-story__photo {
    width: 68vw;
  }
}

.company-story__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 274/343;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-story__photo img {
    aspect-ratio: 476/596;
  }
}

.company-story__card {
  background-color: #ffffff;
  border: 1px solid #646363;
  padding-block: 1rem;
  padding-inline: 0;
  width: 19.625rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 767px) {
  .company-story__card {
    padding-block: 4.5714285714vw;
    padding-inline: 9.1428571429vw;
    width: 100%;
    gap: 4.5714285714vw;
  }
}

.company-story__card-inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-story__card-inner {
    gap: 1.1428571429vw;
    width: 49.7142857143vw;
  }
}

.company-story__name {
  font-family: "Inter", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-story__name {
    font-size: 8vw;
  }
}

.company-story__role {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #000000;
  text-align: center;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .company-story__role {
    font-size: 4.5714285714vw;
  }
}

.company-story__card-divider {
  border: none;
  -webkit-border-before: 1px solid #000000;
          border-block-start: 1px solid #000000;
  width: 11.625rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .company-story__card-divider {
    width: 42vw;
  }
}

.company-story__sns {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.company-story__sns-img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .company-story__sns-img {
    width: 44.2857142857vw;
  }
}

.company-story__sns-img--icon {
  width: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .company-story__sns-img--icon {
    width: 14.2857142857vw;
  }
}

.company-story__sns-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/78;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.company-story__sns-img--icon img {
  aspect-ratio: 65/66;
}

.company-story__sns-text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  color: #484848;
  text-align: center;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .company-story__sns-text {
    font-size: 4.5714285714vw;
  }
}

.company-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 32.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company-story__list {
    width: 100%;
    gap: 3.4285714286vw;
  }
}

.company-story__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company-story__item {
    gap: 2.2857142857vw;
  }
}

.company-story__entry {
  width: 31.25rem;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .company-story__entry {
    width: 100%;
  }
}

.company-story__year {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
}

.company-story__desc {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

.company-story__divider {
  border: none;
  -webkit-border-before: 1px solid #484848;
          border-block-start: 1px solid #484848;
  width: 100%;
  margin: 0;
}

.company-visual {
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-visual {
    max-width: none;
  }
}

.company-visual__inner {
  width: min(71.25rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .company-visual__inner {
    padding-inline: 4.4285714286vw;
  }
}

.company-visual__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/536;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .company-visual__img img {
    aspect-ratio: 638/311;
  }
}

.staff-list {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .staff-list {
    max-width: none;
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 14.2857142857vw;
            padding-block-end: 14.2857142857vw;
  }
}

.staff-list__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .staff-list__inner {
    width: 100%;
    -webkit-padding-start: 2.5rem;
            padding-inline-start: 2.5rem;
    -webkit-padding-end: 1.5rem;
            padding-inline-end: 1.5rem;
  }
}

.staff-list__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.125rem;
}
@media screen and (max-width: 767px) {
  .staff-list__body {
    gap: 4.8571428571vw;
  }
}

.staff-list__label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.75rem;
  color: #000000;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 2.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .staff-list__label {
    font-size: 5.7142857143vw;
    letter-spacing: 1.7142857143vw;
    top: 2.8571428571vw;
  }
}

.staff-list__label.is-split {
  visibility: visible;
}

.staff-list__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.staff-list__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12.5rem;
}
@media screen and (max-width: 767px) {
  .staff-list__container {
    -webkit-margin-before: 5rem;
            margin-block-start: 5rem;
  }
}

.staff-list__salon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.staff-list__heading-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .staff-list__heading-row {
    gap: 1.25rem;
    -webkit-margin-after: 2.8571428571vw;
            margin-block-end: 2.8571428571vw;
  }
}

.staff-list__heading-sns {
  display: block;
  width: 1.75rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .staff-list__heading-sns {
    width: 2.5rem;
  }
}
@media (hover: hover) {
  .staff-list__heading-sns:hover {
    opacity: 0.6;
  }
}

.staff-list__heading-sns img {
  width: 100%;
  height: auto;
  display: block;
}

.staff-list__heading {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .staff-list__heading {
    font-size: 1.625rem;
  }
}

.staff-list__salon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-margin-before: 1.875rem;
          margin-block-start: 1.875rem;
}
@media screen and (max-width: 767px) {
  .staff-list__salon-btn {
    -webkit-margin-before: 2.5rem;
            margin-block-start: 2.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.staff-list__intro {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .staff-list__intro {
    -webkit-margin-after: 4.2857142857vw;
            margin-block-end: 4.2857142857vw;
  }
}

.staff-list__intro-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
  -webkit-margin-after: 0.75rem;
          margin-block-end: 0.75rem;
}
@media screen and (max-width: 767px) {
  .staff-list__intro-title {
    font-size: 1.75rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.staff-list__intro-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .staff-list__intro-desc {
    font-size: 1.375rem;
  }
}

.staff-list__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 3.5rem;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .staff-list__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.2857142857vw;
       -moz-column-gap: 2.2857142857vw;
            column-gap: 2.2857142857vw;
    row-gap: 6.5714285714vw;
  }
}

.catalog-archive {
  position: relative;
  max-width: 90rem;
  margin-inline: auto;
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive {
    max-width: none;
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 14.2857142857vw;
            padding-block-end: 14.2857142857vw;
  }
}

.catalog-archive__inner {
  width: min(77.5rem, 100%);
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .catalog-archive__inner {
    width: 100%;
    -webkit-padding-start: 2.5rem;
            padding-inline-start: 2.5rem;
    -webkit-padding-end: 1.5rem;
            padding-inline-end: 1.5rem;
  }
}

.catalog-archive__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.625rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__body {
    gap: 4.8571428571vw;
  }
}

.catalog-archive__label {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.75rem;
  color: #484848;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  visibility: hidden;
  position: sticky;
  top: 2.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .catalog-archive__label {
    font-size: 5.7142857143vw;
    letter-spacing: 1.7142857143vw;
    top: 2.8571428571vw;
  }
}

.catalog-archive__label.is-split {
  visibility: visible;
}

.catalog-archive__label .char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translate(-100px, 20px);
          transform: translate(-100px, 20px);
  will-change: transform, opacity;
}

.catalog-archive__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-archive__heading {
  font-family: "Maven Pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.1em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__heading {
    font-size: 1.5rem;
    -webkit-margin-after: 2.8571428571vw;
            margin-block-end: 2.8571428571vw;
  }
}

.catalog-archive__search {
  background-color: #272727;
  padding: 3.125rem 1.875rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__search {
    -webkit-padding-before: 4.5714285714vw;
            padding-block-start: 4.5714285714vw;
    -webkit-padding-after: 9.1428571429vw;
            padding-block-end: 9.1428571429vw;
    padding-inline: 0;
    gap: 4.5714285714vw;
  }
}

.catalog-archive__search-fields {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-archive__search-fields {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2.8571428571vw;
    padding-inline: 7.4285714286vw;
  }
}

.catalog-archive__selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-archive__selects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.8571428571vw;
  }
}

.catalog-archive__select {
  display: block;
  position: relative;
  width: 21.25rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-archive__select {
    width: 100%;
  }
}

.catalog-archive__select-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-archive__select-input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 0.25rem;
  padding-block: 0.625rem;
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
  -webkit-padding-end: 2.75rem;
          padding-inline-end: 2.75rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #272727;
  letter-spacing: 0.1em;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8' fill='none'%3E%3Cpath d='M7.79492 7.5L0.000694275 0L15.5892 0L7.79492 7.5Z' fill='%23272727'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__select-input {
    border-radius: 0.3125rem;
    padding-block: 2.2857142857vw;
    -webkit-padding-start: 2.2857142857vw;
            padding-inline-start: 2.2857142857vw;
    -webkit-padding-end: 4.5714285714vw;
            padding-inline-end: 4.5714285714vw;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10' fill='none'%3E%3Cpath d='M9.52539 9.75L-0.000888824 0L19.0517 0L9.52539 9.75Z' fill='%23272727'/%3E%3C/svg%3E");
    background-size: 1.25rem 0.625rem;
    background-position: right 2.2857142857vw center;
  }
}

.catalog-archive__keyword {
  display: block;
  position: relative;
  width: 27.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .catalog-archive__keyword {
    width: 100%;
  }
}

.catalog-archive__keyword-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.catalog-archive__keyword-input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  padding-block: 1rem;
  padding-inline: 1.25rem;
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #272727;
  letter-spacing: 0.1em;
}
.catalog-archive__keyword-input::-webkit-input-placeholder {
  color: #cbc9c9;
}
.catalog-archive__keyword-input::-moz-placeholder {
  color: #cbc9c9;
}
.catalog-archive__keyword-input:-ms-input-placeholder {
  color: #cbc9c9;
}
.catalog-archive__keyword-input::-ms-input-placeholder {
  color: #cbc9c9;
}
.catalog-archive__keyword-input::placeholder {
  color: #cbc9c9;
}
@media screen and (max-width: 767px) {
  .catalog-archive__keyword-input {
    border-radius: 0.3125rem;
    padding-block: 2.2857142857vw;
    -webkit-padding-start: 2.2857142857vw;
            padding-inline-start: 2.2857142857vw;
    -webkit-padding-end: 4.5714285714vw;
            padding-inline-end: 4.5714285714vw;
    font-size: 1.5rem;
  }
}

.catalog-archive__submit {
  background-color: #272727;
  border: 0.0625rem solid #ffffff;
  border-radius: 0;
  padding-block: 1rem;
  padding-inline: 1.5rem;
  width: 23rem;
  max-width: 100%;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) {
  .catalog-archive__submit:hover {
    background-color: #ffffff;
    color: #272727;
    border-color: #272727;
  }
}
@media screen and (max-width: 767px) {
  .catalog-archive__submit {
    width: 52.5714285714vw;
    padding-block: 2.2857142857vw;
    font-size: 1.625rem;
  }
}

.catalog-archive__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.375rem 1rem;
  -webkit-margin-before: 18.75rem;
          margin-block-start: 18.75rem;
  -webkit-margin-after: 11.25rem;
          margin-block-end: 11.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.375rem 1rem;
    -webkit-margin-before: 12.5rem;
            margin-block-start: 12.5rem;
    -webkit-margin-after: 6.25rem;
            margin-block-end: 6.25rem;
  }
}

.catalog-archive__pagination {
  padding-block: 4.375rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .catalog-archive__pagination {
    padding-block: 3.125rem;
  }
}

.catalog-archive__page-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.catalog-archive__page-count-arrow {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #313131;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .catalog-archive__page-count-arrow:hover {
    opacity: 0.5;
  }
}
.catalog-archive__page-count-arrow.is-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.catalog-archive__page-count-num {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #313131;
}

.catalog-archive__page-list {
  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: 1rem;
  list-style: none;
}

.catalog-archive__page-link {
  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;
  font-family: "Maven Pro", sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  height: 2rem;
  padding-inline: 0.25rem;
  opacity: 0.3;
  -webkit-border-after: 1px solid transparent;
          border-block-end: 1px solid transparent;
}
@media (hover: hover) {
  .catalog-archive__page-link:hover {
    opacity: 0.6;
  }
}
.catalog-archive__page-link.is-current {
  opacity: 1;
  border-block-end-color: #000000;
  font-weight: 600;
}

.catalog-archive__page-link--next img {
  width: 0.5rem;
  height: auto;
  display: block;
}

.catalog-archive__page-link--next {
  letter-spacing: 0;
  padding-inline: 0;
}
.catalog-archive__page-link--next img {
  width: 0.5rem;
  height: auto;
  display: block;
}

.style-card {
  width: 100%;
  height: 100%;
  min-width: 0;
}

.style-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  .style-card__link:hover .style-card__thumb img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.style-card__thumb {
  width: 100%;
  aspect-ratio: 264/396;
  overflow: hidden;
  background-color: #f0f0f0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.style-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.style-card__body {
  background-color: #f5f5f5;
  padding-block: 1rem;
  padding-inline: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.style-card__title {
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #272727;
  letter-spacing: 0.1em;
  line-height: 1.1538461538;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 30px;
}

.style-card__stylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.style-card__stylist-photo {
  width: 4.125rem;
  aspect-ratio: 66/68;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.style-card__stylist-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -o-object-position: top center;
     object-position: top center;
}

.style-card__stylist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
  overflow: hidden;
  color: #272727;
}

.style-card__shop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-border-after: 0.0625rem solid #272727;
          border-block-end: 0.0625rem solid #272727;
  white-space: nowrap;
  font-weight: 500;
}

.style-card__shop-en {
  font-family: "Maven Pro", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
}

.style-card__shop-jp {
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
}

.style-card__name-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.style-card__role {
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.style-card__name {
  font-family: "Maven Pro", "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.single-news {
  -webkit-padding-before: 6.375rem;
          padding-block-start: 6.375rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .single-news {
    -webkit-padding-before: 7.5rem;
            padding-block-start: 7.5rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.single-news__thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/600;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__breadcrumb {
  max-width: 65rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-news__breadcrumb {
    padding-inline: 7.1428571429vw;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.single-news__breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}

.single-news__breadcrumb-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: #393838;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single-news__breadcrumb-item {
    font-size: 0.75rem;
  }
}
.single-news__breadcrumb-item a {
  color: #393838;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.1875rem;
  -webkit-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
}
@media (hover: hover) {
  .single-news__breadcrumb-item a:hover {
    text-decoration-color: currentColor;
  }
}
.single-news__breadcrumb-item + .single-news__breadcrumb-item::before {
  content: ">";
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
  color: #393838;
}

.single-news__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7.0138888889vw;
  max-width: 65rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .single-news__layout {
    gap: 9.2857142857vw;
    padding-inline: 7.1428571429vw;
    -webkit-margin-before: 3rem;
            margin-block-start: 3rem;
  }
}

.single-news__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  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;
}
@media screen and (max-width: 767px) {
  .single-news__label {
    width: 3rem;
  }
}

.single-news__label-text {
  -webkit-padding-start: 2.5rem;
          padding-inline-start: 2.5rem;
  font-family: "Work Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  color: #393838;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  .single-news__label-text {
    font-size: 2.5rem;
    letter-spacing: 0.3em;
  }
}

.single-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #393838;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .single-news__title {
    font-size: 1.375rem;
  }
}

.single-news__meta {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.single-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #393838;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .single-news__date {
    font-size: 0.875rem;
  }
}

.single-news__body {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .single-news__body {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}
.single-news__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #393838;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .single-news__body p {
    font-size: 1rem;
  }
}
.single-news__body p + p {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.single-news__figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-news__divider {
  border: none;
  -webkit-border-before: 1px solid #393838;
          border-block-start: 1px solid #393838;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .single-news__divider {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.single-news__share {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  color: #393838;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single-news__share {
    font-size: 0.875rem;
  }
}

.single-news__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 3rem;
          margin-block-start: 3rem;
}
@media screen and (max-width: 767px) {
  .single-news__back {
    -webkit-margin-before: 2rem;
            margin-block-start: 2rem;
  }
}

.catalog-detail {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  -webkit-padding-after: 5rem;
          padding-block-end: 5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail {
    -webkit-padding-before: 5rem;
            padding-block-start: 5rem;
    -webkit-padding-after: 3.75rem;
            padding-block-end: 3.75rem;
  }
}

.catalog-detail__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 75rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-inline: 1.25rem;
  }
}

.catalog-detail__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__label {
    -webkit-padding-start: 5.7142857143vw;
            padding-inline-start: 5.7142857143vw;
  }
}

.catalog-detail__label-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-family: "Work Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.75rem;
  color: #484848;
  white-space: nowrap;
  position: sticky;
  top: 2.5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .catalog-detail__label-text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    position: static;
  }
}

.catalog-detail__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.catalog-detail__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.catalog-detail__gallery {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__gallery {
    width: 100%;
    gap: 0.5rem;
  }
}

.catalog-detail__photo {
  overflow: hidden;
}

.catalog-detail__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.catalog-detail__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__thumbs {
    gap: 0.375rem;
  }
}

.catalog-detail__thumb-btn {
  width: calc((100% - 1.25rem) / 3);
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.catalog-detail__thumb-btn.is-active {
  border-color: #272727;
}
@media (hover: hover) {
  .catalog-detail__thumb-btn:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .catalog-detail__thumb-btn {
    width: calc((100% - 0.75rem) / 3);
  }
}

.catalog-detail__thumb-btn img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
  display: block;
}

.catalog-detail__side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.catalog-detail__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #272727;
  line-height: 1.6;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__title {
    font-size: 2.25rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.catalog-detail__coupon {
  padding-block: 1.5rem;
  -webkit-border-before: 1px solid #e0e0e0;
          border-block-start: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon {
    padding-block: 2.5rem;
  }
}

.catalog-detail__coupon-card {
  background-color: #f5f5f5;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon-card {
    padding: 1.25rem;
    gap: 0.75rem;
  }
}

.catalog-detail__coupon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}

.catalog-detail__coupon-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.catalog-detail__coupon-cat {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #272727;
  padding-block: 0.375rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon-cat {
    font-size: 1.375rem;
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
  }
}

.catalog-detail__coupon-price {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #272727;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon-price {
    font-size: 2.25rem;
  }
}

.catalog-detail__coupon-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #272727;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon-name {
    font-size: 1.75rem;
  }
}

.catalog-detail__coupon-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  color: #484848;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .catalog-detail__coupon-conditions {
    font-size: 1.375rem;
  }
}

.catalog-detail__coupon-condition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-detail__coupon-condition dt::after {
  content: "：";
}

.catalog-detail__coupon-btn {
  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: 0.75rem;
  background-color: #272727;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  padding-block: 1rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .catalog-detail__coupon-btn:hover svg {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}
.catalog-detail__coupon-btn svg {
  width: 0.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.catalog-detail__data {
  padding-block: 1.5rem;
  -webkit-border-before: 1px solid #e0e0e0;
          border-block-start: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__data {
    padding-block: 2.5rem;
  }
}

.catalog-detail__section-title {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.1em;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__section-title {
    font-size: 2rem;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.catalog-detail__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__data-list {
    gap: 1.25rem;
  }
}

.catalog-detail__data-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__data-row {
    gap: 1.5rem;
  }
}

.catalog-detail__data-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #888;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__data-label {
    font-size: 1.5rem;
    width: 6.25rem;
  }
}

.catalog-detail__data-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__data-value {
    gap: 0.75rem;
  }
}

.catalog-detail__tag {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #272727;
  background-color: #f5f5f5;
  padding-block: 0.375rem;
  padding-inline: 1rem;
  border: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__tag {
    font-size: 1.375rem;
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
  }
}

.catalog-detail__stylist {
  padding-block: 1.875rem;
  -webkit-border-before: 1px solid #e0e0e0;
          border-block-start: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist {
    padding-block: 2.5rem;
  }
}

.catalog-detail__stylist-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-card {
    gap: 1rem;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.catalog-detail__stylist-photo {
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-photo {
    width: 9.375rem;
  }
}

.catalog-detail__stylist-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}

.catalog-detail__stylist-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-padding-before: 0.5rem;
          padding-block-start: 0.5rem;
}

.catalog-detail__stylist-shop {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #272727;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-shop {
    font-size: 1.25rem;
  }
}

.catalog-detail__stylist-role {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-role {
    font-size: 1.375rem;
  }
}

.catalog-detail__stylist-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #272727;
  -webkit-margin-before: 0.25rem;
          margin-block-start: 0.25rem;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-name {
    font-size: 1.875rem;
  }
}

.catalog-detail__stylist-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background-color: #272727;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .catalog-detail__stylist-btn {
    font-size: 1.5rem;
    padding-block: 1.25rem;
    padding-inline: 2rem;
  }
}
@media (hover: hover) {
  .catalog-detail__stylist-btn:hover svg {
    -webkit-transform: translateX(0.375rem);
            transform: translateX(0.375rem);
  }
}
.catalog-detail__stylist-btn svg {
  width: 0.5rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.catalog-detail__back {
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  -webkit-border-before: 1px solid #e0e0e0;
          border-block-start: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .catalog-detail__back {
    -webkit-padding-before: 1.5rem;
            padding-block-start: 1.5rem;
  }
}

.travelers {
  -webkit-padding-before: 7.5rem;
          padding-block-start: 7.5rem;
  -webkit-padding-after: 6.25rem;
          padding-block-end: 6.25rem;
}
@media screen and (max-width: 767px) {
  .travelers {
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }
}

.travelers__inner {
  width: min(50rem, 100%);
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .travelers__inner {
    padding-inline: 32px;
  }
}

.travelers__hero {
  text-align: center;
  -webkit-margin-after: 5rem;
          margin-block-end: 5rem;
}
@media screen and (max-width: 767px) {
  .travelers__hero {
    -webkit-margin-after: 48px;
            margin-block-end: 48px;
  }
}

.travelers__title {
  font-family: "Frank Ruhl Libre", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.04em;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .travelers__title {
    font-size: 28px;
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
  }
}

.travelers__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #888;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .travelers__subtitle {
    font-size: 13px;
  }
}

.travelers__section {
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media screen and (max-width: 767px) {
  .travelers__section {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.travelers__heading {
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.04em;
  -webkit-padding-after: 1rem;
          padding-block-end: 1rem;
  -webkit-border-after: 2px solid #272727;
          border-block-end: 2px solid #272727;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .travelers__heading {
    font-size: 20px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
    -webkit-margin-after: 16px;
            margin-block-end: 16px;
    gap: 8px;
  }
}

.travelers__heading-icon {
  width: 1.75rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .travelers__heading-icon {
    width: 20px;
  }
}

.travelers__text {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .travelers__text {
    font-size: 14px;
  }
}

.travelers__text--emphasis {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  font-weight: 500;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .travelers__text--emphasis {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}

.travelers__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .travelers__list {
    gap: 10px;
  }
}
.travelers__list li {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
  line-height: 1.6;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
  position: relative;
}
.travelers__list li::before {
  content: "•";
  position: absolute;
  inset-inline-start: 0;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .travelers__list li {
    font-size: 14px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}

.travelers__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .travelers__menu {
    gap: 16px;
  }
}

.travelers__menu-item {
  -webkit-padding-after: 1.5rem;
          padding-block-end: 1.5rem;
  -webkit-border-after: 1px solid #e0e0e0;
          border-block-end: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .travelers__menu-item {
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
}

.travelers__menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.75rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .travelers__menu-header {
    gap: 8px;
    -webkit-margin-after: 6px;
            margin-block-end: 6px;
  }
}

.travelers__menu-name {
  font-family: "Inter", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .travelers__menu-name {
    font-size: 15px;
  }
}

.travelers__menu-time {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #888;
}
@media screen and (max-width: 767px) {
  .travelers__menu-time {
    font-size: 12px;
  }
}

.travelers__menu-price {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #484848;
}
@media screen and (max-width: 767px) {
  .travelers__menu-price {
    font-size: 14px;
  }
}

.travelers__menu-note {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .travelers__menu-note {
    -webkit-margin-before: 14px;
            margin-block-start: 14px;
  }
}
.travelers__menu-note p {
  font-family: "Inter", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #888;
  font-style: italic;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .travelers__menu-note p {
    font-size: 12px;
  }
}

.travelers__salons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .travelers__salons {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}

.travelers__salon-card {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .travelers__salon-card {
    gap: 8px;
  }
}

.travelers__salon-photo {
  width: 100%;
  overflow: hidden;
}

.travelers__salon-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.travelers__salon-name {
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #272727;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .travelers__salon-name {
    font-size: 14px;
  }
}

.travelers__salon-ig {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #484848;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .travelers__salon-ig:hover {
    opacity: 0.6;
  }
}
.travelers__salon-ig img {
  width: 1.25rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .travelers__salon-ig img {
    width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .travelers__salon-ig span {
    font-size: 11px;
  }
}